.con_slide_box{height:auto;}
/*banner*/
.index_banner{height:755px;position:relative;overflow:hidden;}
.index_banner>ul.slides{position:relative;z-index:1;width:100%;}
.index_banner>ul.slides>li{height:755px;background-position:50% 0!important;}
.index_banner>ul.slides>li>a{display:block;height:755px;background-position:50% 0!important;}
.ui-control-nav{position:absolute;bottom:7px;z-index:11;width:100%;text-align:center;}
.ui-control-nav >li{display:inline-block;width:20px;height:20px;margin:0 5px;*display:inline;zoom:1;cursor:pointer;}
.ui-control-nav >li >a{display:inline-block;width:20px;height:20px;overflow:hidden;background-color:#fff;border:1px solid #fff;border-radius:100%;text-decoration:none;margin-right:6px;color:#666;line-height:20px;text-align:center;}
.ui-control-nav >li >a.ui-active{background-color:#009944;border:1px solid #009944;color:#fff;}
.index_notice{height:38px;line-height:38px;background:#e6eff6;overflow:hidden;position:relative;}
.index_notice p{font-size:12px;}
.index_notice p>a{color:#666;}
/*about-us*/
.about_us{width: 100%; padding:70px 0 100px; overflow: hidden; background:#f7f7f7;}
.about_box{width: 1200px; margin:0 auto;}
.about_img{text-align:center; width: 145px; margin: 0 auto; display: block;}
.about_bg{margin-top: 90px;}
.about_text{width: 590px; position:absolute; margin:-254px 0 0 529px;}
.btn_detail{background:#009944; width:176px; height:50px; display:block; line-height:50px; text-align:center; color:#fff;
margin-top:27px;}
/*car-show*/
.car_div{width: 100%; padding:70px 0 100px; overflow: hidden; color: #000; font-family: 微软雅黑;}
.car_div p{text-align:center; line-height:40px;}
.car_bg{background:url("../image/bg-show.png")no-repeat #fff; overflow: hidden; margin-top: 110px;}
.show_img{text-align:center; width: 204px; margin: 0 auto; display: block;}
.car_box img{text-align: center; margin:0 auto; display: block;}
.car_box span{font-size: 20px; text-align: center; margin:50px auto 0; display: block;}
/*product_div*/
.js_div{background: url(../image/bg-product.jpg)no-repeat; height: 781px; background-position: center center;}
.pro_img{text-align:center; width: 215px; margin: 0 auto; display: block; padding-top: 75px;}
/*drive_div*/
.drive_div{width: 100%; padding:70px 0 0; overflow: hidden; color: #000; font-family: 微软雅黑;}
.drive_img{text-align:center; width: 390px; margin: 0 auto; display: block;}
.drive-box{background: url(../image/bg-drive.jpg)no-repeat; height:349px; background-position: center center; margin-top: 70px;}
/*service_div*/
.service_div{width: 100%; padding:70px 0 0; overflow: hidden; background: #f7f7f7;}
.service_img{text-align:center; width: 212px; margin: 0 auto; display: block;}
.service-box{background: url(../image/bg-service.png)no-repeat; height:408px; overflow: hidden; margin-bottom:70px;}
.box-flex{display:flex; justify-content:space-between; margin-top:70px;}
.box-flex a img:nth-child(2){display:none;}
.info_div:hover{cursor: pointer;}
.swiper-button-prev{
    background-image: url(../image/icon-left.png);
    background-size: auto;
    width: 30px;
    height: 30px;
}
.swiper-button-prev:hover{
    background-image: url(../image/icon-right-g.png);  
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);     /* IE 9 */
    -moz-transform:rotate(180deg);    /* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg);
}
.swiper-button-next{
    background-image: url(../image/icon-right.png);
    background-size: auto;
    width: 30px;
    height: 30px; 
}
.swiper-button-next:hover{
    background-image: url(../image/icon-right-g.png);   
}