@font-face {
    font-family: 'SourceHanSansCNRegular';
    src:
        url('../fonts/SOURCEHANSANSCN-REGULAR.OTF') format('truetype'),    
        url('../fonts/SOURCEHANSANSCN-REGULAR.svg#SOURCEHANSANSCN-REGULAR.OTF') format('svg');
    }
@font-face {
    font-family: 'SourceHanSansCNMedium';
    src:
        url('../fonts/SourceHanSansCN-Medium.otf') format('truetype'),    
        url('../fonts/SourceHanSansCN-Medium.svg#SourceHanSansCN-Medium.otf') format('svg');
    }
@font-face {
    font-family: 'SourceHanSansCNBold';
    src:
        url('../fonts/SourceHanSansCN-Bold.otf') format('truetype'),    
        url('../fonts/SourceHanSansCN-Bold.svg#SourceHanSansCN-Bold.otf') format('svg');
    }
html{
    width: 100%;
    height: 100%;
}
body{
    width: 100%;
    height: 100%;
    font-family: "SourceHanSansCNRegular";
    font-size: 14px;
    color: #333333;
    background: #fff;
    min-width: 1090px;
}
.clearfix:after{display:block; content:'clear'; clear:both; line-height:0; visibility:hidden;}
.wrap{
    margin: 0 auto;
    width: 1090px;
}
.header{
    padding-top: 30px;
    width: 100%;
    height: 110px;
    line-height: 80px;
    background: #fff;
}
.logo{
    float: left;
    margin-top: 13px;
    margin-left: 20px;
    width: 110px;
    height: 50px;
    background: url(../images/common/logo.png) no-repeat;
}
.menu::after{
    content: "";
    display: block;
    clear: both;
}
.menu{
    margin-right: 24px;
    float: right;
    font-size: 18px;
    font-family: "SourceHanSansCNMedium";
}
.menu li{
    position: relative;
    margin: 0 33px;
    float: left;
}
.menu li a{
    cursor: pointer;
    color: #333;
}
.menu li.on a{
    color: #82bf24;
}
.menu li:hover a{
    color: #82bf24;
}
.menu li.on::after{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 14px;
    content: "";
    display: block;
    background: url(../images/common/tri_ico.png) no-repeat;
}
.menu li.marginS1{
    margin:0 0 0 95px;
}
.menu li.marginS2{
    margin:0 46px 0 0;
}
.line{
    padding: 0 20px;
    float: left;
}
.footer{
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    width: 1090px;
    height: 170px;
}
.footerLeft{
    float: left;
    margin-left: 305px;
}
.footerRight{
    float: right;
}
.followText{
    margin-bottom: 15px;
    font-size: 18px;
    text-align: center;
    font-family: "SourceHanSansCNMedium";
}
.follow{
    font-size: 16px;
}
.follow .item{
    float: left;
    width: 90px;
    text-align: center;
    font-family: "SourceHanSansCNMedium";
    position: relative;
}
.follow .item:first-child{
    margin-right: 35px;
}
.follow .item img{
    width: 90px;
    height: 90px;
}
.footerRight{
    margin-top: 40px;
    margin-right: 200px;
    font-size: 14px;
    font-family: "SourceHanSansCNMedium";
}
.footerRight .telphone,.footerRight .address{
    line-height: 26px;
}
.footerRight .address{
    margin-bottom: 10px;
}
.footerRight .company,.footerRight .number{
    font-size: 12px;
    line-height: 20px;
}
.footerWrap{
    padding-bottom: 15px;
    background-image: linear-gradient(to right, #84f3ba 0%,#88f0c1 50%,#89e7d0 55%, #8dd9ea 100%);
}

.wxIcon{
    position: absolute;
    display: block;
    background: url(../images/common/wx.png)no-repeat center;
    width: 22px;
    height: 22px;
    top: 34px;
    left: 34px;
}

@media screen and (max-width: 1024px) {
    body {
        margin-left: -3.5%;
        margin-top: -3.5%;
        transform: scale(0.93);
        -webkit-transform: scale(0.93);
    }
}