/* 
* @Author: anchen
* @Date:   2020-06-12 10:26:31
* @Last Modified by:   anchen
* @Last Modified time: 2020-08-28 18:29:55
*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
/*背景颜色*/

box-shadow:0 0 0 60px #c39d60 inset; 
/*字的颜色*/
-webkit-text-fill-color: #fff;
}

input::-webkit-input-placeholder { 
/* WebKit browsers */ 
color: #fff; 
} 
input:-moz-placeholder { 
/* Mozilla Firefox 4 to 18 */ 
color: #fff; 
} 
input::-moz-placeholder { 
/* Mozilla Firefox 19+ */ 
color: #fff; 
} 
input:-ms-input-placeholder { 
/* Internet Explorer 10+ */ 
color: #fff; 
}
body{
    background: #fbfbfb;
}
@font-face {
  font-family: SYst;
  src: url("../fonts/SourceHanSerifCN-Regular.otf") format("truetype"),
    url("../fonts/SourceHanSerifCN-Regular.otf") format("otf-opentype");
}

.headertopmodel7 .navbar ul li a{
    font-family: SYst;
    font-weight: bold;
}
.section{
    margin: 30px 0 0;
}
.footermodel2{
    margin-top: 80px;
   /* display: none;*/
}
.section:nth-child(2) .item3{
    margin: 0 0 1rem;
}
.headertopmodel8 .search .icon-search1.pcshow{
  display: block;
}
.headertopmodel8 .search .icon-search1.ydshow{
  display: none;
}
@media only screen and (max-width: 1440px){
    
}
@media only screen and (max-width: 768px){
    .headertopmodel8 .search .icon-search1.pcshow{
      display: none;
    }
    .headertopmodel8 .search .icon-search1.ydshow{
      display: block;
    }
    .container,
    .navmodel1 .container{
        width: 100%;
    }
    .section {
        margin: 1rem 0 0;
    }
    .footermodel2{
        margin-top: 2rem;
    }
    .innerbanner1 img{
        left: -52%;
    }
    
}