html,
body {
  font-family: 'WixMadeforDisplay-Regular';
  font-size: 16px;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 4px;
  height: 10px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media only screen and (max-width: 768px) {
  html,
  body {
    font-size: 12px;
  }
}

@media only screen and (max-width: 375px) {
  html,
  body {
    font-size: 10px;
  }
}

@keyframes zoomOutToNormal {
  from {
    transform: scale(1.2);
  }

  to {
    transform: scale(1);
  }
}

@keyframes jello {
  0% {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: skewX(-25deg) skewY(-25deg);
  }

  40% {
    transform: skewX(20deg) skewY(20deg);
  }

  50% {
    transform: skewX(-15deg) skewY(-15deg);
  }

  60% {
    transform: skewX(10deg) skewY(10deg);
  }

  70% {
    transform: skewX(-5deg) skewY(-5deg);
  }

  80% {
    transform: skewX(5deg) skewY(5deg);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

/* banner */
.banner {
  padding-top: calc(5rem + 11rem);
  padding-bottom: 14.19rem;
  background-image: url(../image/co-banner.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner-full {
  width: 100%;
}
.banner .blocktitle {
  width: 100%;
}
.banner-full .bannerdesc {
  max-width: 41.75rem;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  font-family: WixMadeforDisplay-Medium;
	font-size: 1rem;
	line-height: 1.5;
	color: #161616;
}
@media only screen and (max-width: 62.5rem) {
  .banner-full .bannerdesc {
    width: 100%;
  }
}
/*contact1 */
.cont1 {
    background-color: #117d4f;
    padding:3.88rem  4.5rem  3.88rem 5.56rem;
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    border-radius: 0.63rem;
    margin: 6.56rem 0 6.81rem;
  }
  
  .cont1 .left {
    width: 45%;
    
  }
  
  .cont1 .left .tit {
   
	font-family: WixMadeforDisplay-Bold;
	font-size: 3.5rem;
	color: #fff;
    margin-bottom: 1.5rem;
    line-height: 1;
    margin-top: 2rem;

  }
  
  .cont1 .left .txt {
    font-family: WixMadeforDisplay-Regular;
	font-size: 1.13rem;
	color: #fff;
  line-height: 1.5;
  }
  
  .cont1 .left .way {
    margin-top: 4rem;
  }
  
  .cont1 .left .way .wayitem {
    display: flex;
    align-items:flex-start;
  }
  
  .cont1 .left .way .wayitem .wayicon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .cont1 .left .way .wayitem .wayicon img {
    width: 100%;
  }
  
  .cont1 .left .way .wayitem .wayinfo {
    flex: 1;
    margin-bottom: 2.25rem;
    margin-left: 1.3rem;
  }
  
  .cont1 .left .way .wayitem .wayinfo .name {
    font-family: WixMadeforDisplay-Bold;
	font-size: 1.38rem;
	color: #fff;
    margin-bottom: 10px;
  }
  
  .cont1 .left .way .wayitem .wayinfo .info {
	font-family: WixMadeforDisplay-Regular;
	font-size: 1.13rem;
	color: #fff;
  line-height: 1.5;
  }
  
  .cont1 .right {
    width: 48%;
    
  }
  @media only screen and (max-width: 62.5rem) {
    .cont1{
        display: block;
    }
    .cont1 .left,.cont1 .right {
       
        width: 100%;
        
      }
      .cont1{
        padding: 30px 20px;
        margin: 50px 0;
      }
  }
  .cont1 .right .form {
    background-color: #fff;
    border-radius: 0.63rem;
    box-shadow: 0rem 0rem 4.75rem 0rem 
		rgba(174, 174, 174, 0.16);
        overflow: hidden;
  }
  
  .cont1 .right  .topimg {
    width: 100%;
  }
  
  .cont1 .right  .topimg img {
    width: 100%;
  }
  .cont1 .right .bottom{
    padding: 1rem 4rem 2.5rem 3.25rem;
  }
  .cont1 .right  .inputbox {
    width: 100%;
  }
  
  .cont1 .right  .inputbox input {
    width: 100%;
    border-bottom: 1px solid  #ececec;
    height: 50px;
    line-height: 50px;
    margin-bottom: 1rem;
  }
  
  .cont1 .right  .inputbox .last {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
 
  
  .cont2 {
    font-family: WixMadeforDisplay-Regular;
    font-size: 1.5rem;
    color: #161616;
    line-height: 1.5;
    margin-bottom: 7.25rem;
    display: flex;
    justify-content: center;
  }
  @media only screen and (max-width: 62.5rem) {
    .cont2 {
      
      margin-bottom: 5rem;
     
    }
  }


  .cont2 .color {
    color: #1bb228;
    
  }
  
  .cont2 .line {
    position: relative;
  }
  .cont2 .line::after {
    position:absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #1bb228;
    bottom: -2px;
    left: 0;
  }
  .cont2 .info{
   max-width: 77rem;
  }
  .cont2 .icon1 {
    display: inline-flex;
    background: #1bb228;
    border-radius: 50%;
    width: 3.38rem;
    height: 3.38rem;
    align-items:center;
    justify-content: center;
  }
  
  
  .cont2 .icon2 {
    display: inline-block;
    vertical-align: text-top;
    margin: 0 2px;
  }
  
  input::placeholder {
    font-family: WixMadeforDisplay-Medium;
	  font-size: 1rem;
	  color: #333333;
  }
  
  
  input::-webkit-input-placeholder {
    font-family: WixMadeforDisplay-Medium;
	  font-size: 1rem;
	  color: #333333;
  }
  
  input:-moz-placeholder {
    font-family: WixMadeforDisplay-Medium;
	  font-size: 1rem;
	  color: #333333;
  }
  
  input::-moz-placeholder {
    font-family: WixMadeforDisplay-Medium;
	  font-size: 1rem;
	  color: #333333;
  }
  
  input:-ms-input-placeholder {
    font-family: WixMadeforDisplay-Medium;
	  font-size: 1rem;
	  color: #333333;
  }