html,body{
    width: 100%;
    height: auto;
    background: #fff;
}
.wrap{
    width:100%;
    height: auto;
}
.wrap .head{
    width: 1196px;
    margin: 0 auto;
    height: 90px;
    line-height: 90px;
}
.wrap .head .center h3{
    float: left;
    font-family:'PingFangSC-Regular';
    font-size: 20px;
    font-weight: 100;
}
.wrap .head .center h4{
    float: right;
    font-family:'PingFangSC-Regular';
    
}
.wrap .head .center h4 a{
    font-size: 14px;
    font-weight: 100; 
}
.wrap .bannerImg{
    clear: both;
    width: 100%;
    margin-bottom:135px;
    position: relative;
    height: auto;
    /* background: url('/assets/images/20180625/banner.png') no-repeat center top;
    background-size: 100% 100%; */
}
.wrap .bannerImg img{
    width: 100%;
    display: block;
    height: auto;
}
.wrap .bannerImg .down a{
    width: 8%;
    height: 8.5%;
    position: absolute;
    bottom: 24%;
    right: 18.6%;
    line-height: 60px;
    text-align: center;
    font-family:'PingFangSC-Medium';
}

.wrap .section .square{
    width:274px;
    height: 56px;
    border: 2px solid #FFAE00; 
    margin: 0 auto;
    position: relative;
    margin-bottom:83px;
}
.wrap .section .square .section_t{
    height: 35px;
    position: absolute;
    top:-22px;left:80px;
}
.wrap .section .square .section_t h4{
    font-size: 32px;
    background: #fff;
    font-weight: 100;
    color:#111;
}
.wrap .section .square .section_s{
    width: auto;
    padding: 0 2px;
    height: 18px;
    position: absolute;
    bottom:-3px;left:50%;
    transform: translate(-50%,0);
    font-size: 20px;
    color: #999;
    font-weight: 100;
    background: #fff;
}
.wrap .c1{
    width:1196px;
    height:357px;
    margin:0 auto;
}
.wrap .c2, .wrap .c3{
    width:1196px;
    height: 85px;
    margin: 0 auto;
}
.wrap .section_con p{
    font-size: 18px;
    line-height: 27px;
    font-family:'PingFangSC-Light';
    color: #111;
    margin-bottom: 15px;
}
.wrap .bgImage{
    width: 100%;
    height: 574px;
    margin:50px 0 160px 0;
    background: #999;
    background: url('/assets/images/20180625/bg.png') no-repeat center top;
    background-size: 100% 100%;
}
.wrap .bgImage .bg_center{
    width: 1200px;
    height: 100%;
    margin:0 auto;
}
.wrap .bgImage .bg_center .aside {
    width:384px;
    height:414px; 
    background: #fff;
    float: left;
    margin-top: 80px;
    
}
.aside .bg_small{
    width: 100%;
    height: 25px;
    font-size:20px;
    font-family:'PingFangSC-Light';
    color:#FFAE00;
    line-height:25px;
    text-align: center;
    margin-top: 30px;
}
.aside .bg_text{
    width: 100%;
    height: 32px;
    font-size:28px;
    font-family:'PingFangSC-Light';
    color:#111111;
    line-height:32px;
    text-align: center;
    margin-top: 13px;
}
.aside .bg_content{
    width: 325px;
    height: auto;
    margin: 0 auto;
    font-size:18px;
    font-family:'PingFangSC-Light';
    color:#666666;
    line-height:39px;
    margin-top: 27px;
}
.a2{
    margin:0 24px;
}
.wrap .c3{
    margin-bottom: 160px;
}
.foot{
    width: 100%;
    text-align: center;
    height: 71px;
    line-height: 71px;
    background: #F0F0F0;
    font-size: 16px;
    color:#666;
    clear: both;
}
