body * {
  box-sizing: border-box;
  /*flex-shrink: 0;*/
}
body{
  background-color: #fff;
}

.header-easiio{
  margin: 20px auto;
  position: absolute;
  width: 100%;
  z-index: 9999;
}
.header-easiio .menu-close{
  display: none;
}
.header-easiio .logo{
  width: 154px;
  margin-top: 18px;
}
.header-easiio nav .nav{
  float: left;
  margin-left: 20px;
}
.header-easiio .navbar{
  margin-top: 20px;
  margin-bottom: 10px;
}
.header-easiio .logo-img{
  width: 154px;
  height: 28px;
  margin-top: 8px;
}

.header-easiio li a {
  /*padding: 10px 20px;*/
  padding: 10px 17px;
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 31px;
}
.easiio-header-fixed li a {
  color: #191919 !important;
}
.header-easiio  .dropdown-menu li a{
  color: #333;
}
.header-easiio .nav .open>a,.header-easiio  .nav .open>a:hover, .header-easiio  .nav .open>a:focus{
  background: none !important;
  color: #2793ff;
}
.header-content{
  display: flex;
}

.header-easiio .active a{
  color: #2793FF !important;
}

.header-easiio li>a:hover, .header-easiio li>a:focus {
  background: none !important;
  color: #2793FF;
}

.section-4{
  margin-top: 60px;
  border-bottom: 2px solid #DFDFDF;
  padding-bottom: 70px;
}
.section-4 img{
  width: 90%;
  margin-top:50px;
  margin-bottom: 55px;
}

.section-4 .contact-info{
  display: flex;

}
.section-4 .item{
  width: 33.3%;
  box-sizing: border-box;
  position: relative;
}
.section-4 .item:after{
  position: absolute;
  top: 2px;
  right: 20px;
  content: "";
  width: 1px;
  height: 44px;
  background-color: #DFDFDF;
}
.section-4 .item:last-child:after{
  display: none;
}
.section-4 .item-t{
  color: #191919;
  margin-bottom: 8px;
}
.section-4 .item-b{
  color: #999;
}

.section-4 .form-title{
  font-size: 30px;
  font-family: Arial;
  font-weight: 600;
  color: #191919;
  line-height: 31px;
}
.section-4  .form-des{
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
  color: #191919;
  line-height: 31px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.section-4 .input-item{
  background: #FAFAFA;
  border: 1px solid #DFDFDF;
  border-radius: 4px;
  margin-bottom: 20px;
  width: 100%;
  outline: none;
  line-height: 36px;
  text-indent: 8px;
  padding-left: 0;
}

.section-4 .input-seo-item{
  background: #FAFAFA;
  border: 1px solid #DFDFDF;
  border-radius: 4px;
  margin-bottom: 20px;
  width: 48%;
  outline: none;
  line-height: 36px;
  text-indent: 8px;
  padding-left: 0;
}

.section-4 .textarea-item{
  background: #FAFAFA;
  border: 1px solid #DFDFDF;
  border-radius: 4px;
  margin-bottom: 20px;
  width: 100%;
  outline: none;
  line-height: 36px;
  text-indent: 8px;
  padding-left: 0;
}
.section-4 .submit-btn{
  width: 100%;
  text-align: center;
  background: #2793FF;
  border-radius: 23px;
  color: #fff;
  display: inline-block;
  height: 45px;
  line-height: 43px;
  padding: 0 70px;
  cursor: pointer;
  margin-top: 20px;
}

.section-4 .item-input{
  display: flex;
  justify-content: space-between;
}

.section-5{
  margin-top: 55px;
  padding-bottom: 80px;
}
.section-5-logo{
  margin-bottom: 50px;

}
.section-5 h4{
  font-size: 18px;
  font-family: Arial;
  font-weight: 500;
  color: #191919;
  line-height: 48px;
}
.section-5 p,.section-5 a{
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #888;
  line-height: 24px;
  margin: 0 0 10px;
  display: block;
}
.section-5 a:hover{
  color: #2793FF;
  cursor: pointer;
}

.section-5 .section-item{
  width: 20%;
}

.section-5 .section-content{
  display: flex;
  flex-flow:row wrap;
  justify-content: flex-end;
}

.section-5 p:hover{
  color: #2793FF;
  cursor: pointer;
}
.section-5 .section-item:last-child{
  margin-right: 0;
}
.footer-easiio .footer-section{
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 2px solid #DFDFDF;
}
.footer-easiio .footer-left{
  float: left;
  font-size: 18px;
  font-family: Arial;
  font-weight: 400;
  color: #191919;
  line-height: 33px;
}
.footer-easiio .footer-right{
  float: left;
  margin-left: 430px;
}
.footer-easiio .footer-right a{
  font-size: 24px;
  color: #a9a7b0;
  margin: 0 10px;
}

.post-pagination .page-numbers {
  border: 0 !important;
  border-radius: 0 !important;
  color: #888 !important;
  padding: 4px 9px !important;
}
.post-pagination .current{
  background-color: #2793FF !important;
  border-radius: 50% !important;
  color: #fff !important;
}
.post-pagination .prev, .post-pagination .next{
  margin: 0 10px !important;
  color: #888 !important;
  background-color: #fbfbfb !important;
  border: 0 solid #fff !important;
}

hr{
  height: 2px !important;
  background-color: #DFDFDF !important;
}
.easiio-header-fixed{
  position: fixed;
  box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 7%);
  background-color: #fbfbfb;
  padding: 20px 0;
  margin: 0;
}

@media (max-width: 768px) {
  .header-easiio .menu-close {
    width: 16px;
    float: right;
    display: block;
    margin-right: 4px;
  }

  .header-easiio .collapsed .menu-close {
    display: none;
  }

  .header-easiio .icon-bar {
    display: none !important;
  }

  .header-easiio .collapsed .icon-bar {
    display: block !important;
  }

  .header-content {
    display: block;
  }

  .navbar-collapse {
    width: 100%;
  }

  .header-easiio li a {
    color: #333;
    line-height: 20px;
    font-size: 14px;
    padding: 10px 10px;
    text-align: center;
  }

  .navbar-nav {
    padding: 0;
    background-color: #fff;
    margin: 0 -15px;
  }

  .navbar-toggle {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .navbar-toggle .icon-bar {
    background-color: #fff;
    height: 1px;
    margin-bottom: 5px;
  }

  .header-easiio .logo-img {
    width: 76px;
    height: 13px;
    margin-left: 30px;
  }



  .section-4 {
    text-align: center;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DFDFDF;
  }
  .section-4 img {
    width: 304px;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .section-4 .contact-info{
    display: none;
  }
  .section-4 .form-title{
    font-size: 18px;
  }
  .section-4 .form-des {
    margin-top: 2px;
    margin-bottom: 21px;
    line-height: 20px;
    font-size: 14px;
  }
  .section-4 .input-item, .section-4 .textarea-item{
    line-height: 24px;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .section-4 .submit-btn{
    width: 100%;
    line-height: 28px;
    height: auto;
    border-radius: 10px;
    font-size: 14px;
  }
  .section-5-logo{
    margin-left: 30px;
    margin-bottom: 20px;
  }
  .section-5 .section-content{
    margin: 0 30px;
  }
  .section-5 h4{
    font-size: 16px;
    margin: 0;
    line-height: 34px;
  }
  .h-arr h4 {
    position: relative;
    display: inline-block;
  }
  .section-5 .h-arr h4:after{
    content: '';
    width: 6px;
    height: 6px;
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    transform: rotate(135deg);
    position: absolute;
    right: -18px;
    top: 14px;
    cursor: pointer;
  }
  .h-arr p{
    display: none;
  }
  .h-arr-show h4:after{
    transform: rotate(-45deg) !important;
    top: 18px !important;
  }
  .h-arr-show p{
    display: block;
  }
  .section-5{
    margin-top: 30px;
    padding-bottom: 23px;
  }
  .section-5 p{
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
  }
  .section-5 .section-item{
    margin-bottom: 8px;
    width: 100%;
  }
  .footer-easiio .footer-section{
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #DFDFDF;
  }
  .footer-easiio .footer-left{
    float: none;
    font-size: 12px;
  }


}

.footer-count-part {
	text-align: center;
    font-size: 12px;
    color: #666;
    margin: 15px 0px;
}
.footer-count-item {
    display: inline-block;
    padding: 0 15px;
	position: relative;
}
.footer-count-item::after {
	content: "";
	content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #ccc;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-50%);
}
.footer-count-item:first-child::after{
	display:none;
}