html,body,h1,h2,h3,ul,li,p,input,textarea{
    margin: 0;
    padding: 0;
    font-family: '微软雅黑','Microsoft YaHei', "Open Sans", sans-serif;
}
a{
    color:#000;
    text-decoration: none;
}
ul{
    list-style: none;
}
.mid{
    width: 1200px;
    margin: 0 auto;
}
body{
    overflow-x: hidden;
}
.header{
    width: 100%;    
    position:relative;
}
#sticky{
    /* width: 1200px; */
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
#sticky .banner{    
    background: url(../img/banner.png) 100% 50% no-repeat;
    height:685px;    
    background-size: cover;
}
div.banner-inner{
    overflow:hidden;    
    width: 1200px;
    margin:0 auto;
}
#sticky .banner .banner-left{
    width: 600px;    
    /* margin-left: 200px; */
    margin-top: 100px;
    float:left;
}
#sticky .banner .banner-left .banner-ti{
    color:#fff;
    font-size: 40px;
    margin-bottom: 50px;
}
#sticky .banner .banner-left .banner-ph{
    color:#fff;
    font-size: 20px;
}
#sticky .banner .banner-right{
    float:left;
    margin-top: 50px;
    margin-left: 100px;
}
#sticky .google{
    width: 120px;
    height: 36px;
    background:url("../img/google.png") no-repeat;
    background-size: 100%;
    margin-top: 100px;
}
#sticky .google a{
    display:block;
    height: 100%;
}
.header .nav-wrapper{
    background:#fff;
}
.header .nav{
    padding-top: 40px;
    height: 76px;
}
.header .logo{    
    float: left;
    position:relative;
    margin-top: -20px;
}
.header .nav-list{
    float: left;
    list-style: none;
    line-height: 32px;
}
.header .nav-list li{
    float: left;
    margin-left: 40px;
    position: relative;
    color:#333;
}
.header .nav-list li.active:before{
    width: 36px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    content: '';
    display: block;
}
.header .nav-list li a{
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #333;
}
.header .nav-list li.active a{    
    color: #FF800B;
}
.swiper{
    height: 805px;    
    background-size: auto 100%;
    position: relative;
}
.ab-element{    
    padding:50px;
    position:relative;
    /* width: 470px; */
    /* height: 250px; */
    /* padding:50px 0 0 50px; */
}
.ab-element .ab-solute{
    background:url("../img/ab-bg.png") no-repeat;
    background-size: 100% 100%;
    width: 470px;
    height: 250px;
    left:0;
    top:20px;
    position:absolute;
}
.about-box{
    padding: 50px 0;
}
.ab-title{
    text-align: left;
    font-size: 40px;
    margin-bottom: 30px;
}
.ab-text{
    line-height: 2;
    margin-bottom: 30px;
}

.footer-protocol{
    float:left;
    padding-left: 40px;
    width: 300px;
}
.footer-protocol li{
    margin-bottom: 20px;
}
.footer-protocol li a{
    display:block;
    width: 100%;
    color:#fff;
    text-decoration: underline;
}

.footer .bot-footer{
    height: 84px;
    line-height: 84px;
    background: #333;
}
.footer .bot-footer i{
    font-size: 12px;
    color: #ffffff;
    font-style: normal;
    float: right;
    color:#FFD428;
}
.footer .bot-footer i.left{
    float: left;    
}
.footer-protocol{
    overflow:hidden;
    margin-top: 30px;
}

.advantage{
    background:#FAFAF6;
    padding-bottom: 100px;
}
.adv-content{
    
}
.advantage .adv-content .title{
    text-align: center;
    font-size: 50px;
    color:#333;
    padding:100px 0 50px 0;
}
.advantage .adv-list{
    overflow: hidden;
}
.advantage .adv-list .adv-element{
    float:left;
    margin-right: 20px;
    width: 216px;
    height: 280px;
    border-radius: 16px;
    background-color: #FFD428;
    padding:50px 34px;

}
.advantage .adv-list .adv-element:nth-child(2n){
    background:#fff
}
.advantage .adv-list .adv-element:last-child{
    margin-right: 0;
}
.advantage .adv-list .adv-element .icon1{
    display:block;
    width: 64px;
    height: 64px;
    background:url("../img/index/icon1.png");
    background-size: 100% 100%;
}
.advantage .adv-list .adv-element .icon2{
    display:block;
    width: 64px;
    height: 64px;
    background:url("../img/index/icon2.png");
    background-size: 100% 100%;
}
.advantage .adv-list .adv-element .icon3{
    display:block;
    width: 64px;
    height: 64px;
    background:url("../img/index/icon3.png");
    background-size: 100% 100%;
}
.advantage .adv-list .adv-element .icon4{
    display:block;
    width: 64px;
    height: 64px;
    background:url("../img/index/icon4.png");
    background-size: 100% 100%;
}

.advantage .adv-list .adv-element .adv-content{
    font-size: 30px;
    color:#333;
    line-height: 1.5;
    margin-top: 50px;
}
.about-us{
    overflow:hidden;
    background:#FAFAF6;
    padding:100px 0;
}
.about-us .au-left{
    float:left;
    width: 500px;
}
.about-us .au-left .al-title{
   font-size: 50px;
   font-weight: 700;
   color:#333; 
}
.about-us .au-left .placeholder{
    width: 100px;
    height: 10px;
    border-radius: 10px;
    background:#333;
    margin:30px 0 60px 0;
}
.about-us .au-left .al-content{color:#333333;font-size: 16px;}
.about-us .au-right{float:left;margin-left: 180px;}
.about-us .au-right .au-r-img-container{width: 475px;height: 550px;}
.about-us .au-right .au-r-img-container img{ width: 100%; height:100%;}

.customers{
    padding:100px 0 50px 0;
}
.customers .title{font-size: 50px;color:#333;font-weight: 700;text-align:center;margin-bottom: 50px;}
.customers .cust-list{
    overflow:hidden;
    display: flex;
    justify-content: center;
    padding:50px 0 ;
}
.customers .cust-list .cust-element{
    float:left;
    width: 240px;
    height: 278px;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
    border-radius: 6px;
    padding:35px;
    margin-right: 30px;
}
.customers .cust-list .cust-element .avatar{    
    width: 94px;
    height: 94px;
    margin: 0 auto;
    margin-top:-75px;
}
.customers .cust-list .cust-element .avatar img{
    width: 100%;
}
.customers .cust-list .cust-element .phone{
    text-align:  center;
    font-size: 18px;
    color:#333;
    margin-top: 30px;
    margin-bottom: 30px;
}
.customers .cust-list .cust-element .comment{
    font-size: 16px;
    color:#333;
    line-height: 1.5;
}
.footer{
    width: 100%;
    height: 272px;
    background-color: #333;    
}
.footer .top-footer{
    width: 100%;
    height: 188px;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    align-items:  center;
}
.footer-address{
    float:left;
    width: 250px;
    padding-right: 40px;
}
.footer-address .fa-title{
    color:#fff;
    font-size: 24px;   
    margin-bottom: 15px; 
}
.footer-address .fa-text{
    color:#A9A9A9;
    font-size: 16px;
    line-height: 1.5;
}
.footer-contact{
    float:left;
    width: 350px;
    border-right:1px solid #999;
    border-left:1px solid #999;
    padding:0 70px 0 70px;
    text-align: center;
}
.footer-contact .fc-title{
    font-size: 24px;
    color:#fff;
    margin-bottom: 15px;
}
.contact-list {
    float:left;
    width: 370px;
}
.contact-list .cl-element{
    color:#A9A9A9;
    font-size: 16px;
    margin-bottom: 10px;
}
.footer-protocol{
    float:left;
    padding-left: 40px;
    width: 300px;
}
.footer-protocol li{
    margin-bottom: 20px;
}
.footer-protocol li a{
    display:block;
    width: 100%;
    color:#fff;
    text-decoration: underline;
}

.footer .bot-footer{
    height: 84px;
    line-height: 84px;
    background: #333;
}
.footer .bot-footer i{
    font-size: 12px;
    color: #ffffff;
    font-style: normal;
    float: right;
    color:#FFD428;
}
.footer .bot-footer i.left{
    float: left;    
}
.footer-protocol{
    overflow:hidden;
    margin-top: 30px;
}

.apply-now{
    width: 153px;
    height: 48px;
    background: #FFD428;
    text-align:center;
    font-size: 16px;
    color:#242A37;
    float:right;
    line-height: 48px;
}