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:720px;    
    background-size: cover;
}
div.banner-inner{
    overflow:hidden;    
    width: 1200px;
    margin:0 auto;
}
#sticky .banner .banner-left{
    width: 1000px;    
    /* margin-left: 200px; */
    margin-top: 120px;
    margin-left: 30px;
    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: 36px;
}
.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;
}
.faq .ab-box .title {
    font-size: 50px;
    font-weight: 700;
    padding:50px 0;
}

.swiper{
    height: 780px;    
    background-size: auto 100%;
    position: relative;
}
.ab-box{
    padding: 50px 0;
    overflow:hidden;
}
.abb-left{
    float:left;
    width: 500px;
    height: 500px;
    margin-left: 50px;
}
.abb-content{
    margin-top: 30px;
}
.abb-right{
    background:#F5F6F9;
    padding-top: 50px;
    width: 620px;
    height: 326px;
    padding-left: 30px;
    padding-right: 30px;
    float:left;
    margin-left: -70px;
    margin-top: 60px;
}
.footer{
    width: 100%;
    height: 272px;
    background-color: #008E62;
}
.footer .top-footer{
    width: 100%;
    height: 188px;
    overflow: hidden;
}
.footer .top-footer .footer-logo{
    width: 215px;
    height: 63px;
    background: url("../img/logo-2.png") no-repeat;
    background-size: 100% 100%;
    margin-top: 60px;
    float: left;
}
.footer .footer-nav{
    width: 650px;
    height: 88px;
    float: right;
    margin-top: 60px;
}
.footer .footer-nav li{
    float: right;
}
.footer .footer-nav li a{
    line-height: 88px;
    text-decoration: none;
    font-size:14px;
    font-weight:500;
    margin-left: 50px;
    color:rgba(255,255,255,1);
}
.footer .footer-nav li:last-of-type a{
    margin-right: 0;
}
.footer .bot-footer{
    height: 84px;
    line-height: 84px;
    background: #006948;
}
.footer .bot-footer i{
    font-size: 12px;
    color: #ffffff;
    font-style: normal;
    float: right;
}
.footer .bot-footer i.left{
    float: left;
}
.footer-protocol{
    overflow:hidden;
    margin-top: 30px;
}

.footer-protocol li {
    float:left;
    margin-right: 50px;
}
.footer-protocol li a {
    text-decoration: underline;
    color:#fff;
}
#accordion{
    overflow: hidden;
}
#accordion .ui-accordion-header-active .icon{    
    background:url("../img/icon-arrow-up.png") no-repeat;
    background-size:100% 100%;
}
#accordion  h3{
    position:relative;
    font-weight: 400;
    color:#333;
}
#accordion  h3 .icon{
    position:absolute;
    top:30px;
    right:0;
    display:block;
    width: 25px;
    height: 25px;
    background:url("../img/icon-arrow-down.png") no-repeat;
    background-size:100% 100%;
}
.ui-accordion-header{
    border-bottom:2px solid #E5E5E5;
    padding:30px 0;
}
.ui-accordion-content{
    padding-top: 30px;
    color:#666666;
}
.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;
    float:right;
}

.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%;}


#accordion{}
#accordion h3{

}

