/*头部*/
.head{width:100%;height:75px;position: absolute;top:0;left:0;right:0;z-index: 2;}
.head .logo{float:left;width: 180px;line-height: 75px;margin-left:30px;}
.logo img{width:100%;vertical-align:bottom;}
.head .head_other{float:right;}
.head_other .language_box{float:left;position: relative;}
.head_other .language_box i{
    display: block;color:#1f1f1f;
    height: 75px;font-size: 14px;
    background: url(../images/language.png) no-repeat left 42px;
    line-height: 110px;
    text-indent: 30px;cursor: pointer;
}
.head_other .language_box:hover i{color:#002889;}
.language_box .language_list{
    position: absolute;width: 100%;left:0;top:120%;text-align: center;background: rgba(0,40,137,.3);
    opacity: 0;transition: all 1s;visibility: hidden;
    display: none;
}
/*.language_box:hover .language_list{opacity: 1;top:100%;visibility: visible;}*/
.language_box .language_list a{
    display: block;color:#fff;font-size: 14px;line-height: 30px;
}
.language_box .language_list a:hover{background: #002889;}
.head_other .search_box{float:left;position: relative;}
.head_other .search_box i{
    display: block;height:75px;width: 65px;background: url("../images/search.png") no-repeat center 42px;
}
.search_box .search_div{
    position: absolute;right:0;top:120%;padding: 8px;background: rgba(0,40,137,.3);width: 230px;
    opacity: 0;transition: all 1s;visibility: hidden;
}
.search_box:hover .search_div{opacity: 1;top:100%;visibility: visible;}
.search_box .search_div input[type='text']{
    width:185px;height:30px;padding-left: 15px;font-size: 14px;float:left;
}
.search_box .search_div input[type='submit']{
    float:left;width: 30px;height:30px;cursor: pointer;
    background:#ddd url("../images/search.png") no-repeat center;background-size: 60%;
}
.head .nav_list{float:right;}
.head .nav_list li{float:left;position: relative;padding-right: 20px;}
.head .nav_list li:nth-child(4){position:inherit;}
.head .nav_list li>a{display: block;padding:35px 15px 0;line-height: 40px;color:#1f1f1f;font-size: 16px;}
.head .nav_list li.active>a,.head .nav_list li:hover>a{background: #002889;color:#fff;}
.head .nav_list li .nav_nd{
    position: absolute;background: rgba(0,40,137,.7);width: 100%;text-align:center;line-height: 30px;
    padding: 10px 0;transition: top .5s,opacity .5s;left:-10px;top:120%;opacity: 0;visibility: hidden;
}
.head .nav_list li:hover .nav_nd{top:100%;opacity: 1;visibility: visible;}
.nav_nd a{display: block;color:#fff;font-size: 14px;}
.nav_nd a:hover{background: #002889;color:#fff;}
.nav_btn{display: none;}
.close_div{display: none;}
/*banner*/
.banner{height:915px;width: 100%;position: relative;}
.banner .banner_list li{height:915px;}
.banner .banner_list li a{display: block;width: 100%;height:100%;}
.banner .bx-wrapper .bx-controls-direction a{width: 50px;height: 100px;}
.banner .bx-wrapper .bx-prev{background:rgba(0,0,0,.4) url("../images/to_left.png") no-repeat center;}
.banner .bx-wrapper .bx-next{background:rgba(0,0,0,.4) url("../images/to_right.png") no-repeat center;}
/*推荐产品*/
.banner .rec_pro{width: 100%;height:150px;background:rgba(0,0,0,.6);position: absolute;bottom:0;left:0;right:0;z-index: 2;}
.rec_pro .recPro_one{display:block;float:left;width: 20%;height:150px;transition: all .3s;}
.rec_pro .recPro_one.open{width: 40%;}
.recPro_one .recPro_img{float:left;width: 100%;height:150px;line-height: 150px;text-align: center;transition:all .5s;}
.recPro_one .recPro_img img{max-width: 100%;}
.recPro_one.open .recPro_img{width: 45%;}
.recPro_one .recPro_txt{
    float:left;width: 0;overflow: hidden;transition: all .5s;padding-top: 33px;
}
.recPro_one.open .recPro_txt{width: 50%;margin-right: 5%;}
.recPro_txt .recPro_T{
    font-size: 18px;font-weight: bold;color:#fff;margin-bottom: 8px;
    overflow: hidden;line-height: 25px;height:25px;
}
.recPro_txt .recPro_TT{font-size: 14px;color:#fff;line-height: 25px;height:50px;overflow: hidden;}
.recPro_T .look_data{
    float:right;display: block;width: 20px;height:25px;background: url("../images/to_data.png") no-repeat center;
}
/*主体*/
.index_main{width: 100%;}
.index_main .adv_banner{width: 50%;float:left;}
.adv_banner .advBanner_list li{height: 775px;}
.adv_banner .advBanner_list li a{display: block;width: 100%;height:100%;}
.adv_banner .bx-wrapper .bx-controls-direction a{width: 38px;height:60px;}
.adv_banner .bx-wrapper .bx-prev{left:0;background:rgba(0,0,0,.4) url("../images/to_left.png") no-repeat center;}
.adv_banner .bx-wrapper .bx-next{right:0;background:rgba(0,0,0,.4) url("../images/to_right.png") no-repeat center;}
.index_main .indMain_right{float:left;width: 50%;}
.indMain_right .news_box{
    width: 100%;box-sizing: border-box;padding: 6% 50px 6%;
    background: url("../images/indNews_bg.jpg") no-repeat center;
    background-size: cover;height:52%;
}
.news_box .news_top{margin-bottom:7%;font-size: 18px;font-weight: bold;color:#4f4f4f;}
.news_top .toMore{
    float:right;width: 70px;height:25px;line-height: 25px;text-align: center;background: #002889;color:#fff;
    font-size: 12px;border-radius: 3px;
}
.news_box .news_list{width: 100%;}
.news_list .news_one{display: block;}
.news_one .news_img{width: 340px;float:left;}
.news_one .news_txt{width:calc(100% - 360px);margin-left: 20px;float:left;}
.news_txt .news_T{font-size: 16px;color:#3e3e3e;margin-top: 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news_txt .news_time{font-size: 14px;color:#aaa;line-height: 38px;}
.news_txt .news_TT{
    font-size: 14px;color:#4e4e4e;line-height: 22px;height:88px;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box;
    -webkit-line-clamp:4;-webkit-box-orient: vertical;
}
.news_box .bx-wrapper{background: transparent;}
.news_box .bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager{bottom:-18%;}
.news_box .bx-wrapper .bx-pager.bx-default-pager a{background:#a6c6e1;}
.news_box .bx-wrapper .bx-pager.bx-default-pager a.active,.news_box .bx-wrapper .bx-pager.bx-default-pager a:focus,.news_box .bx-wrapper .bx-pager.bx-default-pager a:hover{background: #002889;}
.indMain_right .pic360{display:block;width: 50%;height:48%;float:left;position: relative;}
.indMain_right .pic360>img{width: 100%;height:100%;}
.pic360 .T360_box,.ind_vdo .IVdo_box{
    position: absolute;height:100%;left:0;top:0;right:0;bottom:0;
    background: rgba(0,0,0,.6);transition: background .4s;
}
.pic360:hover .T360_box,.ind_vdo:hover .IVdo_box{background: transparent;}
.T360_box .T360,.IVdo_box .IVdo_T{
    text-align: center;color:#fff;font-size: 24px;font-weight: bold;
    position: relative;top:50%;transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.IVdo_box .IVdo_T img{margin-bottom: 10px;}
.T360 .TT360{font-size: 18px;font-weight: normal;}
.indMain_right .ind_vdo{display:block;width: 50%;height:48%;float:left;position: relative;}
.indMain_right .ind_vdo>img{width: 100%;height:100%;}
/*其他部分*/
.index_other{background: #f8f7fa;height:250px;}
.index_other .sale_map{float:left;width: 56%;height: 100%;}
.sale_map .saleMap_T{
    font-size: 18px;color:#414141;padding-left: 60px;width: 190px;
    position: relative;top:50%;transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.saleMap_T .to_saleMap{
    font-size: 14px;color:#a9a9a9;display: block;margin-top: 26px;
    height: 35px;width:120px;line-height: 35px;padding-left: 10px;margin-left: -10px;
    border-radius: 4px;background: #fff url("../images/to_map.png") no-repeat 90px center;
}
.sale_map img{margin-top: 30px;max-width: calc(100% - 250px);}
.index_other .otherList{width: 44%;float:left;height:100%;}
.otherList .other_one{
    display: block;height:100%;width: 33.3%;float:left;font-size: 18px;
    color:#414141;line-height: 60px;text-align: center;
    box-shadow: inset 30px 0 30px #efefef;
}
.otherList .other_one:hover{box-shadow: inset 0 0 50px #ddd;}
.other_one i{display: block;width: 100%;height:95px;margin-top: 65px;}
.other_one .cir_rczp{background: url("../images/cir_rczp.png") no-repeat center;}
.other_one .cir_ryzz{background: url("../images/cir_ryzz.png") no-repeat center;}
.other_one .cir_shfw{background: url("../images/cir_shfw.png") no-repeat center;}
/*底部*/
.foot{width:100%;padding:50px 0 60px;}
.foot .foot_nav{width: 75%;float:left;}
.foot .foot_nav li{float:left;width: 16.6%;box-sizing: border-box;padding-left: 30px;}
.foot .foot_nav li>a{
    font-size: 14px;color:#2d2d2d;font-weight: bold;margin-bottom: 20px;
    display: block;
}
.foot .foot_nav li .nav_lv2 a{display: block;font-size: 14px;color:#555;line-height: 30px;}
.foot .foot_nav li .nav_lv2 a:hover{color:#2d2d2d;}
.foot .con_way{width: 25%;float:left;box-sizing: border-box;padding-left: 20px;}
.con_way .con_T{font-size: 14px;color:#2d2d2d;font-weight: bold;margin-bottom: 20px;}
.con_way .con_TT{font-size: 14px;color:#555;line-height: 30px;}
.con_way img{margin-top: 10px;}
.foot_bottom{width: 100%;height:54px;line-height: 54px;background:#444;}
.foot_bottom .copyright{font-size: 14px;color:#8f8f8f;padding-left: 26px;float:left;}
.foot_bottom .footB_other{float:right;}
.footB_other .partner_list{float:left;position:relative;font-size: 14px;color:#8f8f8f;margin-right: 26px;}
.partner_list .parList_main{
    position:absolute;right:0;bottom:38px;line-height: 26px;background:#444;
    border: 1px solid #8f8f8f;width: 122px;display: none;
}
.partner_list .parList_main a{display: block;padding-left: 15px;color:#8f8f8f;}
.partner_list .parList_main a:hover{background: #222;}
.partner_list .par_show{
    display: inline-block;height:23px;width:123px;box-sizing: border-box;cursor: pointer;
    border: 1px solid #8f8f8f;font-size: 12px;line-height: 21px;padding-left: 10px;
    background: url("../images/partner_open.png") no-repeat 92% center;
}
.footB_other .share_box{float:left;font-size: 14px;color:#8f8f8f;}
.share_box .bdsharebuttonbox{float:left;}
.share_box .bdshare-button-style0-16 a{padding-left: 26px;height:23px;margin: 15px 15px 15px 0;}
.share_box .bdshare-button-style0-16 .bds_weixin{background: url("../images/share_wx.png") no-repeat center;background-size: cover;}
.share_box .bdshare-button-style0-16 .bds_tsina{background: url("../images/share_xl.png") no-repeat center;background-size: cover;}
.share_box .bdshare-button-style0-16 .bds_sqq{background: url("../images/share_qq.png") no-repeat center;background-size: cover;}
.share_box .bdshare-button-style0-16:after{display: none;}
/********************************************/
/************频道页**********/
/*头部*/
.head.inHead{height:80px;background: rgba(255,255,255,.66);}
.head.inHead .logo{line-height: 80px;}
.inHead .logo img{vertical-align:middle;}
.inHead .head_other .language_box i{
    height:80px;background: url("../images/language.png") no-repeat left center;line-height: 80px;
}
.inHead .head_other .search_box i{
    height:80px;background: url("../images/search.png") no-repeat center;
}
.head.inHead .nav_list li>a{padding:0 15px;line-height: 80px;}
/*banner*/
.pd_banner{width: 100%;overflow: hidden;position: relative;}
.pd_banner img{
    position: relative;left:50%;max-width: 135%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
/*侧边页内导航*/
.left_tab{position: absolute;left:75px;top:260px;z-index: 99;}
.left_tab li{
    width: 50px;height:50px;background:rgba(0,0,0,.5);border-radius: 50%;padding: 9px 0;
    font-size: 14px;color:#fff;text-align: center;line-height: 16px;box-sizing: border-box;
    cursor: pointer;margin-bottom: 8px;
}
.left_tab li:hover{background: #2da638;}
.left_tab li[data-aim='top']{background:rgba(0,0,0,.5) url("../images/to_top.png") no-repeat center;}
.left_tab li[data-aim='top']:hover{background:#2da638 url("../images/to_top.png") no-repeat center;}
.left_tab li.QQ_ask{
    display: block;width: 80px;height:80px;background: #002889;border-radius: 50%;
    text-align: center;padding: 0;position: relative;margin-top: 110px;margin-left: -15px;

}
.left_tab li.QQ_ask a{
    display: block;width: 100%;height: 100%;padding: 15px 0;box-sizing: border-box;
    color:#fff;font-size: 14px;font-weight: bold;line-height: 20px;
}
.left_tab li.QQ_ask i{
    display: block;width: 26px;height:27px;background: url("../images/qq.png") no-repeat center;
    margin: auto;
}
@keyframes bigBig{
    from {transform: scale(1);opacity: .5;}
    to {transform: scale(1.3);opacity: 0;}
}
.left_tab li.QQ_ask:hover:after{
    content: "";display: block;width: 80px;height:80px;background: #002889;opacity: .5;border-radius: 50%;
    position: absolute;top:0;left:0;z-index:1;animation:bigBig 1s infinite;
}
.QQ_ask{
    display: block;width: 80px;height:80px;background: #002889;border-radius: 50%;
    text-align: center;padding: 0; position: fixed;z-index: 3; left: 60px; bottom: 30px;
}
.QQ_ask a{
    display: block;width: 100%;height: 100%;padding: 15px 0;box-sizing: border-box;
    color:#fff;font-size: 14px;font-weight: bold;line-height: 20px;position: relative;z-index: 5;
}
.QQ_ask i{
    display: block;width: 26px;height:27px;background: url("../images/qq.png") no-repeat center;
    margin: auto;
}
@keyframes bigBig{
    from {transform: scale(1);opacity: .5;}
    to {transform: scale(1.3);opacity: 0;}
}
.QQ_ask:hover:after{
    content: "";display: block;width: 80px;height:80px;background: #002889;opacity: .5;border-radius: 50%;
    position: absolute;top:0;left:0;z-index:1;animation:bigBig 1s infinite;
}
/*开始了--复杂不一样-还能共用*/
.carIntro .carInt_T{font-size: 100px;font-weight: bold;margin-left: 135px;position: relative;z-index: 1;}
.carInt_T .carInt_TT{font-size: 24px;font-weight: normal;line-height: 60px;margin-top: 40px;}
.carIntro:nth-child(odd) .carInt_T{float:right;margin-left: 0;margin-right: 135px;}
.carIntro.car_intro1 .carInt_T{text-align: right;}
.carIntro.car_intro3 .carInt_T{text-align: right;}
.carIntro.car_intro3 .carInt_T .carInt_TT{text-align: left;margin-right: -60px;}
.carIntro{position: relative;}
.carIntro img{position: absolute;width: 100%;top:0;left:0;}
/*开始了--复杂不一样-频道页1*/
.pdMain_1 .carIntro .carInt_T{color:#dadada;padding-top: 290px;}
.pdMain_1 .carInt_T .carInt_TT{color:#333;}
.pdMain_1 .CarShow360{
    background: url("../testimg/pd1_360Bg.png") no-repeat center;
    background-size: cover;margin-top: -213px;position: relative;
}
.pdMain_1 .title360{padding:200px 0 40px;text-align: center;}
.pdMain_1 .title360 img{max-width: 50%;}
.carColor{text-align: center;}
.carColor .carColorOne{display: inline-block;font-size: 14px;color:#232323;}
.carColorOne i{display: block;width: 42px;height:42px;border-radius: 50%;box-sizing: border-box;margin:0 25px 5px;}
.carColorOne[data-color='white'] i{border: 1px solid #bbb;background: #fff;}
.carColorOne[data-color='green'] i{background-color:#2ea839;}
.carColorOne[data-color='black'] i{background-color:#0f0f0f;}
.carColorOne.choseOn i{background-image: url("../images/chose_color.png");background-repeat: no-repeat;background-position: center;}
.CarShow360{padding-bottom: 120px;}
.CarShow360 .showBox{width: 500px;margin:60px auto 0;position: relative;}
.showBox img{max-width: 100%;display: block;margin: auto;}
.showBox .btn_to360{
    display:block;width: 92px;height:92px;background: rgba(46,168,57,.8);position: absolute;left:calc(50% - 46px);padding: 21px 0;
    top:calc(50% - 46px);text-align: center;color:#fff;border-radius: 50%;font-size: 16px;line-height: 25px;box-sizing: border-box;
}
.showBox .btn_to360:hover:after{
    content: "";display: block;
    width: 92px;height:92px;background: #2ea839;opacity: .5;border-radius: 50%;
    position: absolute;top:0;left:0;z-index:1;animation:bigBig 1s infinite;
}
.showBox .bx-wrapper{background: transparent;}
.showBox .bx-wrapper .bx-controls-direction a{width: 125px;height:47px;}
.showBox .bx-wrapper .bx-prev{left:-340px;background: url("../images/toLeft_pd1.png") no-repeat center;}
.showBox .bx-wrapper .bx-next{right:-340px;background: url("../images/toRight_pd1.png") no-repeat center;}
.showBox .bx-wrapper img{margin: auto;}
/*****/
.pdMain_1 .carInfoDiv{padding: 200px 0 240px;background: url("../testimg/pd1_infoBg.jpg") no-repeat center;background-size: cover;}
.pdMain_1 .carInfoDiv .titleCarInfo{font-size: 30px;color:#252525;font-weight: bold;text-align: center;margin-bottom: 70px;}
.pdMain_1 .carInfo_list{text-align: center;}
.carInfo_list img{max-width: 100%;margin: auto;}
.pdMain_1 .carInfo_list .carInfo_one{
    width: 520px;display:inline-block;margin:0 25px 8px;height:42px;line-height: 42px;font-size: 18px;text-align: left;
}
.pdMain_1 .carInfo_one .carInfo_T{width: 240px;padding-left:20px;float:left;background:#2da638;color:#fff;}
.pdMain_1 .carInfo_one .carInfo_TT{width: 240px;padding-left:20px;float:left;background:rgba(45,166,56,.2);color:#292929;}
.carInfo_list .bx-wrapper{background: transparent;}
.carInfo_ListMain .img-dv{padding-top: 40px;}
.carInfo_list .car_type_name{position: absolute;top:0;left:50px;font-size: 18px;color:#2da638;font-weight: bold;}
.pdMain_5 .carInfo_list .car_type_name{color:#464646;left: 20%;}
.pdMain_5 .carInfo_ListMain .img-dv{padding-top: 60px;}
.carInfoDiv .bx-wrapper .bx-pager.bx-default-pager a{background: #aaa;}
.carInfoDiv .bx-wrapper .bx-pager.bx-default-pager a.active,.carInfoDiv .bx-wrapper .bx-pager.bx-default-pager a:focus,.carInfoDiv .bx-wrapper .bx-pager.bx-default-pager a:hover{background: #2da638;}
.pdMain_6 .carInfoDiv .bx-wrapper .bx-pager.bx-default-pager a{background: #53c460;}
.pdMain_6 .carInfoDiv .bx-wrapper .bx-pager.bx-default-pager a.active,.pdMain_6 .carInfoDiv .bx-wrapper .bx-pager.bx-default-pager a:focus,.pdMain_6 .carInfoDiv .bx-wrapper .bx-pager.bx-default-pager a:hover{background: #fff;}
/*********/
.pdMain_1 .carImgDiv{padding: 110px 0 90px;background: url("../testimg/pd1_imgShowBg.jpg") no-repeat center;overflow: hidden;}
.pdMain_1 .carImgDiv .titleCarImg{font-size: 30px;color:#fff;font-weight: bold;text-align: center;margin-bottom: 70px;}
.carImgBox{position: relative;}
.carImgBox .flipto-prev,.carImgBox .flipto-next{text-indent: -999999px;display: block;width: 40px;height:58px;position: absolute;top:50%;margin-top: -29px;}
.carImgBox .flipto-prev{background:rgba(45,166,56,.8) url("../images/to_left.png") no-repeat center;background-size: 14px 25px;left:calc(50% - 360px);}
.carImgBox .flipto-next{background:rgba(45,166,56,.8) url("../images/to_right.png") no-repeat center;background-size: 14px 25px;right:calc(50% - 360px);}
.pdMain_1 .carImgBox ul{max-width: 50%;}
/*******频道页2******/
.carColorOne[data-color='brown'] i{background-color:#987862;}
.pdMain_2{background: url("../testimg/pd2_bg.jpg") repeat;}
.pdMain_2 .carIntro .carInt_T{color:rgba(195,175,151,.15);padding-top: 220px;}
.pdMain_2 .carInt_T .carInt_TT{color:#c3af97;}
.pdMain_2 .carIntro.car_intro3 .carInt_T{padding-top: 160px;}
.pdMain_2 .showBox .bx-wrapper .bx-prev{left:-340px;background: url("../images/toLeft_pd2.png") no-repeat center;}
.pdMain_2 .showBox .bx-wrapper .bx-next{right:-340px;background: url("../images/toRight_pd2.png") no-repeat center;}
.pdMain_2 .CarShow360{
    background: url("../testimg/pd2_360Bg.png") no-repeat center;
    background-size: cover;margin-top: -312px;padding-top: 230px;position: relative;
}
.pdMain_2 .CarShow360{padding-bottom: 270px;}
/*.pdMain_2 .CarShow360 .showBox{padding-bottom: 270px;}*/
.pdMain_2 .carColor .carColorOne{color:#fff;}
.pdMain_2 .pd2_title{margin-bottom: 60px;text-align: center;color:#fff;}
.pdMain_2 .pd2_title .pd2_titleT{font-size: 30px;font-weight: bold;}
.pdMain_2 .pd2_title .pd2_titleTT{font-size: 18px;}
.pdMain_2 .carInfoDiv{margin-top: -90px;padding-bottom: 150px;}
.pdMain_2 .carInfoDiv .carInfo_table{
    height:540px;width: 100%;background: url("../testimg/pd2_carInfo_bg.jpg") no-repeat center bottom;
}
/*.pdMain_2 .carInfoDiv .pd2_title{margin-bottom:85px;}*/
.carInfo_table .carInfo_list{
    color:#fff;font-size: 18px;width: 700px;
    float:right;margin: 20px 35px;
}
.pdMain_2 .carInfo_ListMain .img-dv{padding-top: 60px;}
.pdMain_2 .carInfo_list .car_type_name{color:#fff;}
.carInfo_table table td{padding-left: 25px;height: 38px;}
.pdMain_2 .carImgDiv .pd2_title{margin-bottom: 40px;}
.pdMain_2 .carImgDiv .carImgBox{width: 96%;margin: auto;padding-bottom: 30px;}
.pdMain_2 .carImgDiv .carImgBox ul{width: 100%;max-width: inherit;}
.pdMain_2 .carImgDiv .carImgBox ul li{
    width: 31.3%;margin: 0 1% 40px;box-sizing: border-box;float:left;position: relative;
}
.pdMain_2 .carImgDiv .carImgBox ul li img{width: 100%;}
.pdMain_2 .carImgDiv .carImgBox ul li div.black_bg{
    position: absolute;width: 100%;height:100%;top:0;left:0;right:0;bottom:0;
    background: #000;opacity: 0.8;transition: opacity .3s;
}
.pdMain_2 .carImgDiv .carImgBox ul li:hover div.black_bg{opacity: 0;}
/********频道页3******/
.pdMain_3 .carIntro .carInt_T{color:#c7d6f2;padding-top: 280px;}
.pdMain_3 .carInt_T .carInt_TT{color:#333;}
.pdMain_3 .carIntro.car_intro3 .carInt_T{padding-top:110px;}
.pdMain_3 .pd3_title{
    width: 384px;height:57px;background: url("../images/pd3_titleBg.png") no-repeat center;
    text-align: center;line-height: 57px;font-size: 30px;font-weight: bold;color:#fff;margin:0 auto 90px;
}
.pdMain_3 .CarShow360{
    background: url("../testimg/pd3_360Bg.jpg") no-repeat center;background-size: cover;
}
.pdMain_3 .CarShow360{padding-bottom: 70px;}
/*.pdMain_3 .CarShow360 .showBox{padding-bottom: 70px;}*/
.pdMain_3 .carInfoDiv{background: url("../testimg/pd3_carInfo_bg.jpg") no-repeat center;background-size: cover;}
.pdMain_3 .carInfoDiv .pd3_title{margin-bottom: 210px;}
.pdMain_3 .carInfo_list{text-align: center;padding-bottom: 240px;}
.pdMain_3 .carInfo_list .car_type_name,.pdMain_6 .carInfo_list .car_type_name{color:#fff;}
.pdMain_3 .carInfo_list .carInfo_one{
    width: 520px;display:inline-block;margin:0 25px 8px;height:42px;line-height: 42px;font-size: 18px;text-align: left;
}
.pdMain_3 .carInfo_one .carInfo_T{width: 240px;padding-left:20px;float:left;background:rgba(0,0,0,.5);color:#fff;}
.pdMain_3 .carInfo_one .carInfo_TT{width: 240px;padding-left:20px;float:left;background:rgba(0,0,0,.1);color:#fff;}
.pdMain_3 .carImgDiv{background: url("../testimg/pd3_imgShowBg.jpg") no-repeat center;background-size: cover;}
.pdMain_3 .carImgBox{padding: 50px 50px 160px;}
.pdMain_3 .carImgBox .bx-wrapper .bx-controls-direction a{width: 50px;height:50px;}
.pdMain_3 .carImgBox .bx-wrapper .bx-prev{left:-25px;background:rgba(0,0,0,.5) url("../images/to_left.png") no-repeat center;background-size: 15px 28px;}
.pdMain_3 .carImgBox .bx-wrapper .bx-next{right:-25px;background:rgba(0,0,0,.5) url("../images/to_right.png") no-repeat center;background-size: 15px 28px;}
.pdMain_3 .carImgBox .bx-wrapper{background: transparent;}
/********频道页4******/
.pdMain_4{background: url("../testimg/pd4_bg.jpg") repeat;}
.poster-main {width: 1000px;height: 500px;max-width:100%;position: relative;margin: 0 auto;}
.poster-main a, .poster-main img { display: block; }
.poster-main .poster-list {width: 1000px;height: 500px;max-width:100%;}
.poster-main .poster-list .poster-item {width: 200px;height: 500px;position: absolute;left: 0;top: 0;}
.poster-main .poster-btn {
    text-indent: -999999px;display: block;width: 40px !important;height:58px !important;position: absolute;top:50%;margin-top: -29px;
}
.poster-main .poster-prev-btn {
    background:rgba(45,166,56,.8) url("../images/to_left.png") no-repeat center;background-size: 14px 25px;left:calc(50% - 360px);
}
.poster-main .poster-next-btn {
    background:rgba(45,166,56,.8) url("../images/to_right.png") no-repeat center;background-size: 14px 25px;right:calc(50% - 360px);
}
.pdMain_4 .carIntro .carInt_T{padding-top: 180px;color:rgba(95,134,184,.4);}
.pdMain_4 .carInt_T .carInt_TT{color:#fff;}
.pdMain_4 .CarShow360{
    padding-top: 120px;background: url("../testimg/pd4_360Bg.png") no-repeat center;
}
.pdMain_4 .pd4_title{text-align: center;margin-bottom: 44px;}
.pdMain_4 .pd4_title img{max-width: 40%;}
.pdMain_4 .carColor .carColorOne{color:#fff;}
.pdMain_4 .CarShow360{padding-bottom: 350px;}
/*.pdMain_4 .CarShow360 .showBox{padding-bottom: 350px;}*/
.pdMain_4 .carInfoDiv{margin-top: -130px;}
.pdMain_4 .carInfoDiv .pd4InfoBg{width:450px;}
.pdMain_4 .carInfoDiv .pd4InfoTabBox{
    background: rgba(60,64,80,.44);padding: 20px;width:calc(100% - 460px);box-sizing: border-box;
    position: relative;margin-top: 153px;
}
.pdMain_4 .carInfoDiv table{border:1px solid #384871;width: 100%;font-size: 18px;color:#fff;}
.pdMain_4 .carInfoDiv table td{padding-left: 25px;height:38px;}
.pdMain_4 .pd4InfoTabBox .titleCarInfo{
    position: absolute;width: 250px;height:160px;background:#2ea839;color:#fff;font-size: 30px;font-weight: bold;
    box-sizing: border-box;padding: 44px 38px;bottom:100%;right:0;
}
.pdMain_4 .pd4InfoTabBox .titleCarInfo .titleCarInfoEN{font-size: 24px;font-weight: normal;font-family: Arial;}
.pdMain_4 .pd4InfoTabBox .titleCarInfo:after{
    content: "";display: block;width: 90px;height: 90px;border: 2px solid #2ea839;position: absolute;top:-15px;right:-15px;
}
.pdMain_4 .carImgDiv{padding: 130px 0 190px;background: url("../testimg/pd4_imgShowBg.png") no-repeat center bottom;}
/******频道页5*******/
.pdMain_5 .showBox .bx-wrapper .bx-prev{left:-340px;background: url("../images/toLeft_pd5.png") no-repeat center;}
.pdMain_5 .showBox .bx-wrapper .bx-next{right:-340px;background: url("../images/toRight_pd5.png") no-repeat center;}
.pdMain_5 .carIntro:nth-child(odd) .carInt_T{float:left;margin-left: 135px;margin-right: 0;}
.pdMain_5 .carIntro:nth-child(even) .carInt_T{float:right;margin-right: 135px;margin-left: 0;text-align: right;}
.pdMain_5 .carIntro.car_intro1 .carInt_T,.pdMain_5 .carIntro.car_intro3 .carInt_T{text-align: left;}
.pdMain_5 .carIntro:nth-child(even) .carInt_T .carInt_TT{text-align: left;}
.pdMain_5 .carIntro .carInt_T{padding-top: 270px;color:rgba(187,190,201,0.3);}
.pdMain_5 .carInt_T .carInt_TT{color:#fff;}
.pdMain_5 .carInfoDiv{padding-bottom:80px;background: url("../testimg/pd5_carInfo_bg.jpg") no-repeat center;background-size: cover;}
.pdMain_5 .pd5_carInfo_box{max-width: 1200px;margin: -110px auto 0;position: relative;background: #fff;}
.pdMain_5 .pd5_carInfo_box>img{float:left;margin-right:30px;}
.pdMain_5 .carInfoDiv .titleCarInfo{font-size: 30px;font-weight: bold;color:#464646;padding: 45px 0 15px;}
.pdMain_5 .carInfoDiv .titleCarInfo .titleCarInfo_TT{font-size: 24px;font-weight: normal;}
.pdMain_5 .carInfoDiv .top_catIntro{font-size: 16px;width:97%;color:#464646;line-height: 30px;margin-bottom: 25px;}
.pdMain_5 .carInfo_list{width: 812px;float:right;margin-right: 10px;margin-top: -40px;}
.pdMain_5 .carInfo_list .carInfo_one{width: 440px;float:left;margin-bottom: 6px;height: 42px;line-height: 42px;font-size: 16px;}
.pdMain_5 .carInfo_list .carInfo_one:nth-child(odd){width: 345px;margin-right: 25px;}
.pdMain_5 .carInfo_one .carInfo_T{float:left;width: 50%;box-sizing:border-box;padding-left:20px;background: rgba(0,0,0,.6);color:#fff;}
.pdMain_5 .carInfo_one .carInfo_TT{float:left;width: 50%;box-sizing:border-box;padding-left:20px;background: rgba(0,0,0,.1);color:#646464;}
.pdMain_5 .pd5_title{font-size: 30px;font-weight: bold;color:#232323;text-align: center;margin-bottom: 40px;}
.pdMain_5 .pd5_title:after{
    content: "";display: block;width: 58px;height: 0;border: 3px solid transparent;
    border-top-color: #b2b2b2;margin:15px auto 0;
}
.pdMain_5 .CarShow360{
    background: url("../testimg/pd5_360Bg.jpg") no-repeat center;
    background-size: cover;padding-top: 80px;
}
.pdMain_5 .CarShow360{padding-bottom: 100px;}
/*.pdMain_5 .CarShow360 .showBox{padding-bottom: 100px;}*/
.pdMain_5 .carImgBox .carImgBox_A{width: 50%;float:left;}
.pdMain_5 .carImgBox .carImgBox_B{width: 50%;float:left;}
.pdMain_5 .carImgBox_A img{width: 100%;padding: 1px;box-sizing: border-box;}
.pdMain_5 .carImgBox_B img{width: 50%;float:left;padding: 1px;box-sizing: border-box;}
/*频道页6*/
.pdMain_6 .carIntro .carInt_T{padding-top: 400px;color:rgba(255,255,255,.4);}
.pdMain_6 .carInt_T .carInt_TT{color:#fff;}
.pdMain_6 .carInfoDiv{
    background: url("../testimg/pd6_infoBg_01.png") no-repeat center;background-size: cover;
    margin-top: -460px;position: relative;z-index: 5;
}
.pdMain_6 .carInfo_list{text-align: center;padding:400px 0;}
.pdMain_6 .carInfo_list .carInfo_one{
    width: 520px;display:inline-block;margin:0 25px 4px;height:42px;line-height: 42px;font-size: 18px;text-align: left;
}
.pdMain_6 .carInfo_one .carInfo_T{width: 240px;padding-left:20px;float:left;background:rgba(0,0,0,.1);color:#fff;}
.pdMain_6 .carInfo_one .carInfo_TT{width: 240px;padding-left:20px;float:left;background:rgba(255,255,255,.1);color:#fff;}
.pdMain_6 .carInfoDiv .titleCarInfo{position:absolute;top:6%;}
.pdMain_6 .CarShow360{
    background: url("../testimg/pd6_360Bg.png") no-repeat center;
    background-size: cover;padding-top:480px;margin-top: -600px;position: relative;
}
.pdMain_6 .CarShow360 .title360{position: absolute;right:12%;top:30%;z-index: 6;}
.pdMain_6 .CarShow360{padding-bottom: 450px;}
/*.pdMain_6 .CarShow360 .showBox{padding-bottom: 450px;}*/
.pdMain_6 .carColor{position: relative;z-index: 6;}
.pdMain_6 .carImgDiv{
    margin-top: -150px;padding-top:150px;position: relative;
}
.pdMain_6 .carImgDiv .titleCarImg{position: absolute;top:0;left:13%;z-index: 1;}
.pdMain_6 .carImgBox{padding-bottom: 80px;}
.carImgBox .jqzoom{display:block;width:900px;height:620px;margin: auto;line-height:400px;text-align: center;}
.carImgBox .jqzoom img{max-width: 100%;max-height: 100%;}
.carImgBox .jqTxt{font-size: 14px;color:#4d4d4d;text-align: center;margin-top: 20px;}
.carImgBox .spec-scroll,.vdo_list{margin-top: 50px;}
.carImgBox .spec-scroll .bx-wrapper .bx-controls-direction a{width: 26px;height:128px;top:0;margin-top: 0;}
.carImgBox .spec-scroll .bx-wrapper .bx-prev{left:-50px;background:rgba(168,181,193,.4) url("../images/to_left.png") no-repeat center;background-size: 11px 28px;}
.carImgBox .spec-scroll .bx-wrapper .bx-next{right:-50px;background:rgba(168,181,193,.4) url("../images/to_right.png") no-repeat center;background-size: 11px 28px;}
.carImgBox .spec-scroll .items ul li{box-sizing: border-box;border:2px solid #fff;background:#fff;text-align: center;}
.carImgBox .spec-scroll .items ul li:hover{border-color: #24952c;}
.carImgBox .spec-scroll .items ul li img{max-height:100%;max-width:100%;}
.carImgBox .spec-scroll .bx-wrapper img{display: inline-block;}
.carImgBox .spec-scroll .bx-wrapper,.vdo_list .bx-wrapper{background: transparent;}


/*分页条*/
div.in-page{clear:both;text-align:center;padding-bottom:50px}
div.in-page ul{margin:0;padding:0;height:40px;font-size:12px;color:#666}
div.in-page li{width:auto;background:initial;display:inline-block;padding:0;height:auto;line-height:inherit}
div.in-page a,div.in-page a:visited{background:#FFF;border:1px solid #EEE;color:#333;display:inline-block;height:30px;line-height:30px;margin:2px;padding:0 11px;text-decoration:none}
div.in-page li.nextpage,div.in-page li.prepage{position:relative}
div.in-page li.nextpage a b,div.in-page li.prepage a b{display:inline-block;position:absolute;overflow:hidden;width:0;height:0;border:4px dashed transparent}
div.in-page li.nextpage a b{border-left-style:solid;border-left-color:#d72c25;zoom:1;top:7px;right:2px}
div.in-page li.prepage a b{border-right-style:solid;border-right-color:#d72c25;zoom:1;top:7px;left:3px}
div.in-page .press,div.in-page a:active,div.in-page a:hover{background-color:#002889;border:1px solid #002889;color:#FFF;display:inline-block;height:30px;line-height:30px;margin:2px;padding:0 11px}
div.in-page .inputcss1{border:#dfdfdf 1px solid;width:25px;vertical-align:baseline;height:20px;line-height:20px}
div.in-page .paginqd{vertical-align:text-bottom;height:21px;width:39px;margin-top:7px}
@media screen and (max-width:1200px){div.in-page li{display:none}
div.in-page li:first-child,div.in-page li:last-child{display:inline-block}
}


.head-car{ clear: both;overflow: hidden; padding: 40px 0 50px; display:none; background: url(../images/menu-1.png) no-repeat center bottom #fff; position: absolute;left: 0;width: 100%; z-index: 6;font-size: 12px;}
.head-car1{ margin: 0 auto;width:1100px;border-top: 1px dotted #808080;}
.head-car1 dl{ clear: both;overflow: hidden; border-bottom: 1px dotted #808080;padding: 10px 0;}
.head-car1 dl dt{float: left;width:85px;height: 90px;}
.head-car1 dl dt table th{height: 90px; overflow: hidden;}
.head-car1 dl dt table th em{width: 60px; text-align: center; display: block;}
.head-car1 dl dt table th em img{max-height:44px;max-width: 60px;}
.head-car1 dl dt table th h3{margin-top: 5px;}
.head-car1 dl dd{overflow: hidden; padding: 15px 0;}
.head-car1 dl dd a{float: left;padding:10px 0 10px 60px;display: inline-block;overflow: hidden;}
.head-car1 dl dd a em{height:40px;line-height:40px ; overflow: hidden ;margin-right: 8px;display: inline-block;}
.head-car1 dl dd a em img{max-height: 100%;max-width: 100%;}
.head-car-1{overflow: hidden; line-height: 1.5;}
.head-car-1 p{color: #818181;}
.head-car-1 h4 {font-weight:bold;color:#434343;text-align: center;}
.head-car1 dl dd a:hover p,.head-car1 dl dd a:hover h4{ color: #e71f1a;}
/*频道页banner文字*/
.pd_banner .s1_t1{
    font-size: 30px;font-weight: bold;text-align: center;color:#fff;line-height: 46px;
    background: url("../images/s1_t1.png") center/100% 100% no-repeat;width: 460px;
    position: absolute;bottom: 70px;left: calc(50% - 230px);
}
.pd_banner .s1_t2{
    font-size: 16px;text-align: center;color:#fff;line-height: 46px;width: 1080px;
    background: url("../images/s1_t2.png") center/100% 100% no-repeat;
    position: absolute;bottom: 20px;left: calc(50% - 540px);
}
.pd_banner .s2_title{
    border-top: 8px solid #c3af97;background: rgba(0,0,0,.4);position: absolute;bottom:80px;
    padding: 20px 30px;max-width: 96%;width: 1200px;left: 50%;
    transform: translateX(-50%);box-sizing: border-box;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.s2_title .s2_t1{font-size: 30px;font-weight: bold;color:#c3af97;line-height: 46px;}
.s2_title .s2_t1 span{font-family: Arial;font-size: 24px;font-weight: normal;}
.s2_title .s2_t2{font-size: 16px;color:#fff;line-height: 38px;}
.pd_banner .s3_title{
    color:#fff;width: 100%;text-align: center;padding: 28px 10px;box-sizing: border-box;line-height: 50px;
    background: url("../images/s3_TBG.jpg") center/100% 100% no-repeat;
}
.s3_title .s3_t1{font-size: 30px;font-weight: bold;}
.s3_title .s3_t1 span{font-size: 24px;font-weight: normal;}
.s3_title .s3_t2{font-size: 16px;}
.pd_banner .s4_title{
    color:#fff;position: absolute;width: 1080px;max-width: 96%;bottom:90px;left:calc(50% - 480px);
}
.pd_banner .s4_title:after{
    content: "";width: 90px;height: 90px;display: block;position: absolute;border: 2px solid #2ea839;
    z-index: 1;top:-15px;left: -15px;
}
.s4_title .s4_t1{
    font-size: 30px;font-weight: bold;float:left;background: #2ea839;padding: 30px;
    width: 250px;height: 150px;box-sizing: border-box;line-height: 44px;z-index: 2;position: relative;
}
.s4_title .s4_t1 span{font-size: 24px;font-weight: normal;}
.s4_title .s4_t2{
    font-size: 16px;float:left;background: rgba(60,64,80,.4);width: calc(100% - 250px);height: 150px;
    box-sizing: border-box;line-height: 24px;padding: 48px 36px 0;
}
.pd_banner .s6_title{
    width: 50%;height: 250px;position: absolute;left:0;bottom:0;box-sizing: border-box;color:#fff;
    background: url("../images/s6_title.png") center/100% 100% no-repeat;padding-left: 150px;padding-top: 125px;
}
.s6_title .s6_t1{font-size: 30px;font-weight: bold;margin-bottom: 30px;}
.s6_title .s6_t1 span{font-size: 24px;font-weight: normal;}
.s6_title .s6_t2{font-size: 16px;}
/**400电话**/
.con_way .con_TT .tel400{font-size: 24px;color:#002889;font-weight: bold;}
/*弹出层*/
.mask-wrap {
    position: fixed;left: 0;top: 0;width: 100%;height: 100%;
    z-index: 99999;text-align: center;display: none;
}
.mask-bg {
    width: 100%;height: 100%;position: absolute;left: 0;
    top: 0;background: #000;opacity: .7;
}
.mask-main {
    width: 1000px;height: 800px;position: absolute;
    top: 50%;margin-top: -400px;left: 50%;margin-left: -500px;
}
.mask-img {width: 100%;height: 100%;}
.mask-img .img-md {max-width: 100%;max-height: 100%;}
.mask-img img{
    max-width: 100%;max-height: 100%;transition: all .3s;position: relative;top:50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.mask-close {
    width: 30px;height: 30px;position: absolute;right: 10%;
    top:10%;cursor: pointer;transition: all 1s;
    background: url("../images/mask_off.png") no-repeat center center;
}
.mask-close:hover{transform: rotate(360deg);}
@media (max-width: 1100px) {
    .mask-main {
        width: 800px;height: 600px;margin-top: -300px;margin-left: -400px;
    }
}
@media (max-width: 800px) {
    .mask-main {width: 100%;height: 100%;top: 0;margin-top: 0px;left: 0;margin-left: 0px;}
    .mask-img {height: 80%;width: 96%;margin:10% auto;}
    .mask-close {background-size: 32px;}
}