html{width: 100%;}
body{font-size: 16px; background: #fff; font-family: "Microsoft Yahei","Arial",Verdana,Arial,sans-serif; line-height: 28px; color: #333; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
ol,ul,li{list-style: none;}
a{text-decoration: none; color: #333; -webkit-tap-highlight-color: rgba(255,0,0,0); transition: all .3s ease; cursor: pointer;}
em,i{font-style: normal;}
h1,h2,h3,h4,h5,h6,th{font-weight: normal;}
strong{font-weight: 800;}
img{border: 0; height: auto; vertical-align: middle;/*display: block;*/}
table{border-collapse: collapse; border-spacing: 0;}
input,textarea,select,button{border: 0; background: none; outline: 0; font-family: "Microsoft Yahei";}
input[type="button"],input[type="text"],input[type="submit"]{appearance: none; -moz-appearance: none; -webkit-appearance: none;}
input,input:focus,input:active{user-select: text;}
button:focus{outline: 0;}
textarea{resize: none;}
video{outline: none;display: block;}
*{margin: 0;padding: 0;box-sizing: border-box;}
.clearfix:after{content: ""; *zoom: 1; display: block; visibility: hidden; height: 0; clear: both;overflow: hidden;}
.relative{position: relative;}
.fl{float: left;}
.fr{float: right;}
.container{position: relative;width: 1420px;margin: 0 auto;}
.flex {display: flex;height: 100%;}
.content_box {box-sizing: border-box;width: 100%;margin: auto;padding-top: 100px;}
.pd50{padding: 0 50px;}



/************************************ header start ********************************/
.header{position: fixed;top: 0;left: 0;width: 100%;z-index: 9999;background: rgba(5, 5, 5, 0.38);}
.logo{float: left;margin-top: 25px;}
.h_nav{float: right;}
.h_nav ul{margin: 0;}
.h_nav ul>li{float: left;margin-right: 60px;position: relative;}
.h_nav ul>li>a{line-height: 90px;font-size: 16px;color: #FFFFFF;position: relative;display: block;}
.h_nav ul>li>a:after{content: "";display: block;width: 0%;height: 4px;background: #D1272E;position: absolute;bottom: 0;left: 50%;transition: .3s;}
.h_more{float: right;position: relative;}
.h_more span{line-height: 90px;font-size: 14px;color: #FFFFFF;}
.h_more i{display: inline-block;background: url(../images/xjt.png);width: 10px;height: 6px;position: relative;top: -2px;margin-left: 8px;}
.lang_subnav {width:100px;background:#ffffff;font-size:12px;text-align:left;position:absolute;left:50%;transform: translateX(-50%);top:100%;height:0;overflow:hidden;opacity:0;visibility:hidden;transition:all .3s;box-shadow:0 0 16px -4px rgba(0,0,0,.3);margin-top:20px;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;z-index:44;}
.lang_subnav ol {padding: 5px 0;}
.lang_subnav ol li{width: 100%;margin: 0 !important;}
.lang_subnav a {transition: .3s; padding: 0 10px;box-sizing: border-box; width: 100%; display:block;height:40px;line-height:40px;color:#333;font-size: 14px;text-align: center;}
.lang_subnav a:hover {background:#D1272E;color:#fff!important;}
.h_more:hover .lang_subnav {height:auto;opacity:1;visibility:visible;margin-top:0;}



.subnav {width:150px;background:#ffffff;font-size:12px;text-align:left;position:absolute;left:50%;transform: translateX(-50%);top:100%;height:0;overflow:hidden;opacity:0;visibility:hidden;transition:all .3s;box-shadow:0 0 16px -4px rgba(0,0,0,.3);margin-top:20px;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;z-index:44;}
.subnav ol {padding:12px 0;}
.subnav ol li{width: 100%;margin: 0 !important;}
.subnav a {transition: .3s; padding: 0 10px;box-sizing: border-box; width: 100%; display:block;height:50px;line-height:50px;color:#333;font-size: 14px;text-align: center;}
.subnav a:hover {background:#D1272E;color:#fff!important;}
.h_nav ul > li:hover .subnav {height:auto;opacity:1;visibility:visible;margin-top:0;}

.h_nav ul>li.active>a{color: #D1272E;}
.h_nav ul>li.active>a::after,.h_nav ul>li:hover>a::after{width: 100%;left: 0;}



.wap_header{width: 100%; height: 60px; padding: 0 12px; display: none; justify-content: space-between; align-items: center; background: rgba(5, 5, 5, 0.38); position: fixed; left: 50%; top: 0; transform: translateX(-50%); z-index: 999999;box-sizing: border-box;}
.wap_header .toggle{display: block; width: 25px; height: 24px; position: relative; z-index: 6;}
.wap_header .toggle i{display: block; width: 25px; height: 2px; background: #fff; position: absolute; left: 0; transition: all ease .35s;}
.wap_header .toggle i:nth-of-type(1){top: 0;}
.wap_header .toggle i:nth-of-type(2){top: 8px;}
.wap_header .toggle i:nth-of-type(3){top: 16px;}
.wap_header .toggle.on i{background: #000;}
.wap_header .toggle.on i:nth-of-type(1){top: 8px; transform: rotate(45deg);}
.wap_header .toggle.on i:nth-of-type(2){width: 0;}
.wap_header .toggle.on i:nth-of-type(3){top: 8px; transform: rotate(-45deg);}
.wap_header #h60{height: 60px;}
.wap_header .maskbg{width: 100%; height: 100vh; background: rgba(0,0,0,.5); display: none; position: fixed; left: 0; top: 0; z-index: 3;}
.wap_header .maskbg.on{display: block;}
.wap_header .nav{width: 240px; background: #fff; height: 100vh; padding: 56px 0 20px 0; position: fixed; right: 0; top: 0; z-index: 5; transform: translateX(100%); opacity: 0; transition: transform .4s,opacity .4s;}
.wap_header .nav.open{transform: translateX(0); opacity: 1;}
.wap_header .nav > ul{height: calc(100vh - 70px); margin: 0 auto; position: relative; overflow-y: auto; -webkit-overflow-scrolling: touch;}
.wap_header .nav ul li{border-top: 1px solid #ddd; margin: 0 20px; line-height: 40px; font-size: 14px; position: relative;}
.wap_header .nav > ul > li:first-child{border-top: 0 none;}
.wap_header .nav ul li a{height: 60px; line-height: 60px; display: block; padding-right: 30px; font-size: 14px; color: #333;}
.wap_header .nav ul li a:active  {color: #D1272E !important;}
.wap_header .nav ul li ul{display: none;}
.wap_header .nav ul li i{width: 30px; height: 60px; font-size: 16px; color: #9c9c9c; position: absolute; right: 0; top: 0; transition: transform .5s;}
.wap_header .nav ul li i.down{color: #D1272E; transform: rotate(90deg);}
.wap_header .nav ul li .icon{background: url(../images/yjt.png)no-repeat;background-size: 20px !important;background-position: center !important;}
.wap_header .nav ul li ul li{margin-right: 0;}
.wap_header .nav ul li ul li a{color: #666; height: 40px; line-height: 40px; font-size: 14px;}
.wap_header .nav ul li ul li i{top: -10px;}
.wap_header .logo{float: left;margin-top: 10px;position: relative;height: 40px;}
.wap_header .logo img{height: 100%;}
.wap_header .toggle{float: right;margin-top: 21px;}
.wap_header .dropdown{float: right;margin-top: 18px;margin-right: 20px;position: relative;}
.wap_header #dLabel{border: 1px solid #9C9C9C;background: none;color: #9C9C9C;padding: 2px 5px;font-size: 12px;position: relative;}
.wap_header .dropdown-menu{background: #222;min-width: auto !important;text-align: center;}
.wap_header .dropdown-menu li a{color: #9C9C9C !important;transition: .3s;font-size: 14px !important;}
.dropdown-menu {position: absolute;top: 100%;left: 0;z-index: 1000;display: none;float: left;min-width: 160px;padding: 0;margin: 2px 0 0;font-size: 14px;text-align: left;list-style: none;background-color: #fff;-webkit-background-clip: padding-box;background-clip: padding-box;border: 1px solid #ccc;border: 1px solid rgba(0, 0, 0, .15);border-radius: 4px;-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);box-shadow: 0 6px 12px rgb(0 0 0 / 18%);width: 100%;}
.open>.dropdown-menu {display: block;}
.caret {display: inline-block;width: 0;height: 0;margin-left: 2px;vertical-align: middle;border-top: 4px dashed;border-right: 4px solid transparent;border-left: 4px solid transparent;}

/************************************ header end ********************************/


/************************************ banner start ********************************/
.mySwiper_banner {width: 100%;height: 100%;position: relative;overflow: hidden;}
.banner .swiper-slide {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}

.banner_item{position: relative;}
.banner_item .img img{width: 100%;}
.banner_item .desc{position: absolute;top: 0;left: 0;width: 100%;padding:90px 0 115px;height: 100%;display: flex;align-items: center;}
.banner_item .desc p{font-size: 48px;line-height: 1;font-weight: bold;color: #FFFFFF;}
.banner_item .desc span{font-size: 25px;line-height: 1;color: #FFFFFF;display: block;margin: 35px 0 120px;}
.banner_item .desc a{display: block;width: 160px;height: 40px;line-height: 38px;border: 1px solid #FFFFFF;border-radius: 20px;text-align: center;font-size: 15px;color: rgba(255, 255, 255, 0.9);}
.banner_item .desc a:hover{background: #D1272E;border-color: #D1272E;}

.banner .swiper-pagination{bottom: 125px!important;}
.banner .swiper-pagination-bullet{border-radius: 8px;width: 20px;height: 5px;opacity: 1;background: #fff;}
.banner .swiper-pagination-bullet-active{background: #D1272E;opacity: 1;}

.swiper-slide-active .banner_item .desc p{animation: fadeInUp .8s .3s ease both;}
.swiper-slide-active .banner_item .desc span{animation: fadeInUp .8s .6s ease both;}
.swiper-slide-active .banner_item .desc a{animation: fadeInUp .8s .8s ease both;}


.banner_content{margin-top: -115px;position: relative;z-index: 9;}
.banner_list{background: #FFFFFF;box-shadow: 0px 4px 16px 4px rgba(152, 152, 152, 0.19);border-radius: 10px;display: flex;padding: 40px;justify-content: space-between;}
.banner_info{width: calc(20% - 25px);border: 1px solid #DCDCDC;display: flex;padding: 20px 18px 14px;justify-content: space-between;}
.banner_info .desc{width: calc(100% - 60px);}
.banner_info .desc p{font-size: 20px;font-weight: bold;color: #000000;}
.banner_info .desc span{font-size: 14px;color: #666666;}
.banner_info .img{width: 51px;}

/************************************ banner end ********************************/


.ind_title{display: flex;justify-content: space-between;align-items: center;padding: 55px 0 30px;}
.ind_title p{padding-left: 30px;position: relative;font-size: 28px;color: #D1272E;line-height: 30px;display: block;position: relative;}
.ind_title p::before{content: "";display: block;height: 24px;width: 5px;background: #D1272E;position: absolute;left: 15px;top: 50%;margin-top: -11px;}
.ind_title span{padding-left: 30px;position: relative;font-size: 14px;color: #888888;line-height: 16px;margin-top: 12px;display: block;}
.ind_title a{font-size: 14px;font-weight: bold;color: #999999;}
.ind_title a:hover{color: #D1272E;}
/************************************ sec1 start ********************************/
.sec1{padding: 20px 0 80px;}
.jtxw_box{position: relative;}
.jtx_box{width: 50%;position: absolute;left: 0;top: 0;width: 50%;height: 100%;}
.jtx_box .jtx_item{height: 100%;position: relative;border-radius: 15px;overflow: hidden;}
.jtx_box .jtx_item .img{height: 100%;}
.jtx_box .jtx_item .img img{height: 100%;width: 100%;object-fit: cover;object-position: center;transition: .5s;}
.jtx_box .jtx_item p{position: absolute;width: 100%;left: 0;bottom: 0;height: 80px;line-height: 80px;background: rgba(35, 35, 35, 0.68);font-size: 22px;color: #FFFFFF;padding: 0 20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.jtx_box .jtx_item:hover .img img{transform: scale(1.05);}

.jtw_box{width: 50%;margin-left: 50%;padding-left: 20px;}
.jtw_item{padding: 40px 15px 35px;transition: .3s;}
.jtw_item+.jtw_item{border-top: 1px solid #E5E5E5;}
.jtw_item p{font-size: 20px;color: #000000;line-height: 24px;height: 24px;display: block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition: .3s;}
.jtw_item span{font-size: 15px;color: #666666;line-height: 24px;height: 48px;display: block;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin-top: 15px;}
.jtw_item:hover{box-shadow: 0px 1px 16px 3px rgba(94, 94, 94, 0.16);}
.jtw_item:hover P{color: #D1272E;}
/************************************ sec1 end ********************************/



/************************************ sec2 start ********************************/
.sec2{background: url(../images/sec2_bg.png) center/cover;padding-bottom: 30px;}
.jthd_item{width: calc(50% - 33px);float: left;margin-right: 66px;margin-bottom: 24px;border-radius: 10px;overflow: hidden;background: #FFFFFF;}
.jthd_item:nth-of-type(2n){margin-right: 0;}
.jthd_item .img{overflow: hidden;}
.jthd_item .img img{width: 100%;transition: .5s;}
.jthd_item .desc{padding: 20px 25px 10px;}
.jthd_item .desc p{font-size: 20px;color: #000000;line-height: 32px;height: 32px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition: .3s;}
.jthd_item .desc span{font-size: 14px;color: #888888;line-height: 24px;}
.jthd_item:hover .img img{transform: scale(1.05);}
.jthd_item:hover .desc p{color: #D1272E;}
/************************************ sec2 end ********************************/


/************************************ sec3 start ********************************/
.sec3{padding-bottom: 65px;}
.zypp_list{border: 1px solid #eeeeee;border-bottom: none;}
.zypp_item{width: 25%;float: left;border-right: 1px solid #eeeeee;border-bottom: 1px solid #EEEEEE;overflow: hidden;}
.zypp_item img{width: 100%;transition: .3s;}
.zypp_item:nth-of-type(4n){border-right: none;}
.zypp_item:hover img{transform: scale(1.05);}

/************************************ sec3 end ********************************/


/************************************ sec4 start ********************************/
.sec4{background: #F2F2F2;padding-bottom: 30px;}
.xctj_item{width: calc(100% - 20px);border-radius: 12px;overflow: hidden;background: #FFFFFF;display: block;margin: 0 10px 20px;}
.xctj_item:nth-of-type(4n){margin-right: 0px;}
.xctj_item .img{overflow: hidden;}
.xctj_item .img img{width: 100%;transition: .5s;max-height: 223px;object-fit: cover;height: 100%;}
.xctj_item .desc{padding: 25px 16px 20px;}
.xctj_item .desc .atit{font-size: 20px;color: #000000;line-height: 24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.xctj_item .desc .btit{font-size: 14px;color: #999999;line-height: 24px;margin: 20px 0 15px;}
.xctj_item .desc .btit b{font-size: 22px;color: #E8111A;}
.xctj_item .desc .ctit{width: 85px;height: 30px;line-height: 30px;background: #0055FF;border-radius: 6px;font-size: 14px;color: #FFFFFF;text-align: center;}
.xctj_item:hover .img img{transform: scale(1.05);}


.xctj {width: 100%;height: auto;overflow: hidden;position: relative;padding-bottom: 40px;}
.xctj .swiper-slide {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.xctj .swiper-pagination{bottom: 125px;}
.xctj .swiper-pagination-bullet{border-radius: 8px;width: 20px;height: 5px;opacity: 1;background: #fff;}
.xctj .swiper-pagination-bullet-active{background: #D1272E;opacity: 1;}



/************************************ sec4 end ********************************/


/************************************ sec5 start ********************************/
.sec5{padding-bottom: 100px;}
.my-map { margin: 0 auto; width: 100%; height: 500px; border-radius: 10px;overflow: hidden;position: relative;} 
.my-map .icon { background: url(../images/map_icon.png) no-repeat; } 
.my-map .icon-cir { height: 39px; width: 35px; } 
.amap-container{height: 100%;}
.myinfowindow{width: 240px;min-height: 50px;}
.myinfowindow h5{ height: 20px; line-height: 20px; overflow: hidden; font-size: 14px; font-weight: bold; width: 220px; text-overflow: ellipsis; word-break: break-all; white-space: nowrap; }
.myinfowindow div{ margin-top: 10px; min-height: 40px; line-height: 20px; font-size: 13px; color: #6f6f6f; }

.map_mdlist{position: absolute;right: 20px;top: 20px;height: calc(100% - 40px);box-shadow: 0px 1px 15px -6px rgb(0 0 0 / 70%);background: #fff;border-radius: 12px;width: 350px;overflow: hidden;overflow-y: auto;}
.md_item{padding: 20px;border-radius: 12px;}
.md_item .img{display: none;}
.md_item .atit{font-size: 18px;line-height: 25px;color: #000000;}
.md_item .btit{font-size: 14px;line-height: 20px;color: #888888;margin: 6px 0 3px;}
.md_item .ctit{}
.md_item .ctit span{margin-right: 5px;margin-top: 5px;background: rgba(0, 76, 255, 0.1);border-radius: 4px;font-size: 14px;color: #004CFF;line-height: 24px;display: inline-block;padding: 0 10px;}
.md_item:hover{background: #F0F6FF;}
.md_item:hover .atit{color: #0D5BD6;}

.map_mdlist::-webkit-scrollbar-thumb {background-color: #ccc;border-radius: 10px;}
.map_mdlist::-webkit-scrollbar-thumb:hover{background-color:#9f9f9f;-webkit-border-radius:10px;}
.map_mdlist::-webkit-scrollbar {width: 0;height: 0;}
.map_mdlist::-webkit-scrollbar-track {background-color: rgba(0, 0, 0, 0);border-radius: 10px;}


/************************************ sec5 end ********************************/


/************************************ footer start ********************************/
.foot1{background: #333333;padding: 70px 0;}
.foot1 .ftl{float: left;}
.foot1 .ftl .f_nav{width: 820px;margin-top: 80px;}
.foot1 .ftl .f_nav dl{float: left;width: 20%;}
.foot1 .ftl .f_nav dl dt{font-size: 16px;color: #EEEEEE;line-height: 20px;margin-bottom: 15px;}
.foot1 .ftl .f_nav dl dd a{font-size: 14px;color: #BBBBBB;line-height: 36px;}
.foot1 .ftr{float: right;}
.foot1 .fa_box{}
.foot1 .fa_item{display: block;float: left;height: 60px;width: 60px;background: #BBBBBB;line-height: 60px;text-align: center;transition: .3s;position: relative;}
.foot1 .fa_item+.fa_item{margin-left: 20px;}
.foot1 .fa_item .ewm_img{position: absolute;top: 100%;left: 50%;transform: translateX(-50%);width: 140px;margin-top: 30px;transition: .3s;visibility: hidden;opacity: 0;}
.foot1 .fa_item:hover{background: #2BA245;}
.foot1 .fa_item:hover .ewm_img{visibility: visible;opacity: 1;margin-top: 10px;}
.foot1 .f_info{margin-top: 60px;}
.foot1 .f_info p{font-size: 16px;color: #EEEEEE;line-height: 36px;margin-top: 20px;}
.foot1 .f_info p img{margin-right: 8px;margin-top: 0;}
.foot1 .f_info b{font-size: 22px;color: #EEEEEE;line-height: 36px;font-weight: 400;}
.foot1 .f_info span{font-size: 14px;color: #BBBBBB;line-height: 36px;}


.foot2{background: #000000;}
.foot2 .links{border-bottom: 1px solid #1B1B1B;padding: 30px 0;}
.foot2 .links span{font-size: 16px;font-weight: bold;color: #EEEEEE;line-height: 36px;}
.foot2 .links a{font-size: 16px;color: #EEEEEE;line-height: 36px;display: inline-block;margin: 0 14px;}

.foot3{background: #000000;padding: 30px 0;}
.foot3 span,.foot3 a{font-size: 16px;color: #EEEEEE;line-height: 36px;display: inline-block;}

.footer a:hover{color: #fff!important;}

/************************************ footer end ********************************/




.zs-nav{margin-top: 90px;}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button{display: none;}







@media screen and (max-width:1480px) {
	.container{width: 1200px;}
	.banner_info{width: calc(20% - 10px);padding: 20px 10px 14px;}
	.h_nav ul>li{margin-right: 40px;}
}
@media screen and (max-width:1260px) {
	.container{width: 1170px;}
}
@media screen and (max-width:1199px) {
	.recruitment-list .row{margin: 0!important;}
	.container{width: 100%;padding: 0 20px;}
	.header{display: none;}
	.wap_header{display: block;}
	.banner_content{display: none;}
	.banner_item .desc{padding: 60px 0 0px;}
	.banner_item .img img{min-height: 500px;object-position: center;object-fit: cover;}
	.banner_item .desc p{font-size: 32px;}
	.banner_item .desc span{margin: 25px 0 50px;font-size: 18px}
	.banner_item .desc a{width: 130px;font-size: 14px;}
	.jthd_item{width: calc(50% - 15px);margin-right: 30px;}
	.xctj_item{}
	.foot1{padding: 30px 0;}
	.foot1 .ftl{float: none;}
	.foot1 .ftl .f_nav{display: none;}
	.foot1 .f_logo{text-align: center;}
	.foot1 .f_logo img{width: 90%;max-width: 341px;}
	.foot1 .ftr{float: none;text-align: center;}
	.foot1 .fa_box{display: none;}
	.foot1 .f_info{margin-top: 30px;}
	.foot1 .f_info p{margin-top: 15px;line-height: 24px;}
	.foot2{display: none;}
	.foot3 .fl,.foot3 .fr{float: none;text-align: center;line-height: 24px;}
	.foot3 span, .foot3 a{font-size: 14px;line-height: 24px;display: inline-block;}
	.foot3{padding: 15px 0;}
	.xctj_item .desc{padding: 25px 10px 20px;}
	.xctj_item .desc .btit b{font-size: 18px;}
	.banner .swiper-pagination{bottom: 10px!important;}
	.zs-nav{margin-top: 60px;}
}
@media screen and (max-width:949px) {
	.xctj_item{}
	.xctj_item:nth-of-type(2n){margin-right: 0;}
}
@media screen and (max-width:991px) {
	.header-custom{display: none;}
}
@media screen and (max-width:780px) {
	.xctj_item{width: calc(100% - 5px);margin: 0 5px 10px;}
}
@media screen and (max-width:720px) {
	.ind_title{padding: 40px 0 20px;}
	.ind_title p{font-size: 24px;}
	
	.jtx_box{position: relative;width: 100%;}
	.jtw_box{width: 100%;margin-left: 0;padding-left: 0;margin-top: 10px;}
	.jtx_box .jtx_item p{font-size: 18px;height: 50px;line-height: 50px;}
	.jtw_item{padding: 20px 10px;}
	.jtw_item p{font-size: 18px;line-height: 24px;height: 24px;}
	.jtw_item span{font-size: 14px;line-height: 20px;height: 40px;margin-top: 10px;}
	.jthd_item .desc{padding: 15px 10px 15px;}
	.jthd_item .desc p{font-size: 18px;height: 24px;line-height: 24px;}
	.jthd_item .desc span{font-size: 12px;}
	.jthd_item{width: calc(50% - 5px);margin-right: 10px;margin-bottom: 10px;}
	.sec5{padding-bottom: 50px;}
	#mapContainer{display: none;}
	.my-map{height: auto;}
	.map_mdlist{position: relative;right: auto;top: auto;height: auto;width: 100%;box-shadow: none;}
	.md_item{border-radius: 0;}
	.md_item+.md_item{border-top: 1px solid #DDDDDD;}
	.md_item a{display: flex;}
	.md_item .img{display: block;width: 150px;}
	.md_item .img img{width: 100%;height: 100%;object-fit: cover;object-position: center;transition: .5s;}
	.md_item .desc{width: calc(100% - 150px);padding-left: 15px;}
}
@media screen and (max-width:515px) {
	.container{padding: 0 10px;}
	.sec1{padding: 0 0 50px;}
	.jthd_item{width: 100%;margin: 0 0 10px;}
	.zypp_item{width: 50%;}
	.xctj_item .desc{padding: 15px 10px 15px;}
	.xctj_item .desc .atit{font-size: 18px;line-height: 24px;}
	.xctj_item .desc .btit{margin: 0px 0 10px;font-size: 12px;}
	.xctj_item .desc .btit b{display: block;}
	.md_item{padding: 15px 0 15px;}
	.md_item a{display: block;}
	.md_item .img{width: 100%;}
	.md_item .desc{padding: 10px 10px 0;width: 100%;}
	.xctj_item{}
	.wap_header .logo{height: 30px;margin-top: 15px;}
}
@media screen and (max-width:415px) {
	.wap_header .logo{height: 24px;}
	.banner_item .desc p{font-size: 28px;}
	.banner_item .desc span{font-size: 14px;}
	.banner_item .img img{min-height: 350px;}
}

.pre-page-arrow-icon {
    position: absolute;
    z-index: 10;
    color: white;
    top: calc(50% - 15px);
    left: 30px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .3);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    border-radius: 50%;
}

.next-page-arrow-icon {
    position: absolute;
    z-index: 10;
    color: white;
    top: calc(50% - 15px);
    right: 30px;
    padding: 10px 5px;
    background: rgba(255, 255, 255, .3);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}











.cars .search-cars .row {margin: 0;}
@media screen and (max-width: 991px) {
	.cars .search-cars .row {margin: 0 -15px 0 0;}
	.cars .car-content{margin: 0!important;}
	.cars .car-search{margin: 60px 0 0 0 ;}
	.cars .search-cars .totalBar{padding: 0 0 20px 0;}
	.cars .search-cars .totalBar >h3{padding-left: 0;font-size: 14px!important;font-family: PingFangSC-Regular, PingFang SC;font-weight: 400;color: #333333;}
}
.zs-nav{position: relative;height: 80px;background: #fff;box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.03);}
.zs-nav >div{display: flex;}
/*Nav Location*/
.zs-nav  .nav-location {float: left;display: inline-block;height: 80px;line-height: 80px;padding-left: 20px;}
.zs-nav  .nav-location .dropdown-toggle{height: 28px;border-radius: 14px;background: #F1F1F1;box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.03);color: #444;font-size: 14px;white-space: nowrap;border: none;padding: 5px 10px;}
.zs-nav >div .zs-nav-right{width: 359px;float: right;height: 80px;line-height: 80px;}
.zs-nav >div .zs-nav-right .input-group >input{height: 40px;background: #FFFFFF;box-shadow: 0px 1px 15px -6px rgba(218, 218, 218, 0.52);border-radius: 20px 0 0 20px;border: 1px solid #DADADA85;border-right: none;margin-top: 20px;}
.zs-nav >div .zs-nav-right .input-group >input::placeholder{color: #888;}
.zs-nav >div .zs-nav-right .input-group .input-group-btn{}
.zs-nav >div .zs-nav-right .input-group .input-group-btn button{height: 40px;background: #FFFFFF;border-radius: 0 20px 20px 0;border-left: none;border-color: #DADADA85;box-shadow: 0px 1px 15px -6px rgba(218, 218, 218, 0.52);padding: 6px 20px;color: #5F5F5F;}
.zs-nav >div .zs-nav-right .input-group .input-group-btn button:hover{color: #fff;background: linear-gradient( 142deg , #1B90FF 0%, #D1272E 100%);}
.zs-nav .zs-tab{display: block;margin: 0 auto;line-height: 80px;}
.zs-nav .zs-tab ul{display: inline-block;margin-bottom: 0;}
.zs-nav .zs-tab ul li a{font-size: 18px;font-weight: 400;color: #000;padding: 0 30px;font-family: PingFangSC-Regular, PingFang SC;line-height: 25px;}
.zs-nav .zs-tab ul li a:hover,.zs-nav .zs-tab ul li.active a{color: #D1272E;font-weight: 600;position: relative;text-decoration: none;}
.zs-nav .zs-tab ul li.active a::after{content: " ";position: absolute;width: auto;height: 3px;border-radius: 2px;background: #D1272E;display: block;bottom: -10px;left: 0;right: 0;margin: 0 35px;}
.zs-nav-header {display: inline-block;}
.zs-nav-header .zs-nav-brand{float: left;height: 80px;line-height: 80px;}
.zs-nav-header .point{display: inline-block;width: 5px;height: 5px;background: #000;border-radius: 50%;line-height: 80px;margin: 0 10px;vertical-align: middle;}
.zs-nav-header span{display: inline-block;line-height: 80px;font-size: 18px;font-weight: 500;font-family: PingFangSC-Medium, PingFang SC;color: #000000;}


.header>.container{overflow: visible;}
.pagesDiv{text-align: center;}











/* 6.25 */
.xSec1{position: relative;padding-top: 80px;}
.xSec1 .bgImg{padding-left: calc((100% - 1420px)/2);position: relative;}
.xSec1 .bgImg img{display:block;width: 100%;}
.wapTit{position: absolute;top: 0;left: 0;width: 40%;height:100%;background: url(../images/xbg2.jpg) center/cover;padding-left: 10px;display: none;flex-direction: column;justify-content: center;align-items: flex-start;padding-left: 10px;}
.wapTit p{display:block;font-size: 12px;color: #fcfcfc;line-height: 1.5;text-transform: uppercase;}
.wapTit span{display:block;font-size: 24px;color: #fcfcfc;line-height: 1.2;margin-top: 5px;}
.xSec1 .desc{display: flex;min-height: 360px;margin-top: -180px;position: relative;z-index: 99;}
.xSec1 .desc .deL{padding-left: calc((100% - 1420px)/2);background: url(../images/xbg2.jpg) center/cover;width: 32%;display: flex;flex-direction: column;justify-content: center;align-items: flex-start;}
.xSec1 .desc .deL p{display: block;font-size: 16px;color: #ffffff;text-transform: uppercase;line-height: 1.8;}
.xSec1 .desc .deL span{display: block;font-size: 46px;color: #ffffff;}
.xSec1 .desc .deR{display: flex;padding-right: calc((100% - 1420px)/2);width: 68%;padding-top: 210px;padding-bottom: 30px;}
.xSec1 .desc .deR .content{width: calc(100% - 120px);padding: 0px 30px 0px 60px;font-size: 16px;color: #333;line-height: 1.8;}
.xSec1 .desc .deR .more{width: 120px;}

.xSec2{padding-top: 80px;}
.xsItem{display: block;position: relative;}
.xsItem+.xsItem{margin-top: 50px;}
.xsItem .img{overflow: hidden;background: #000;}
.xsItem .img img{display: block;width: 100%;transition: .5s;}
.xsItem .desc{position: absolute;bottom: 0;left: 0;width: 100%;padding: 70px 50px;}
.xsItem .desc .atit{display: flex;align-items: flex-end;}
.xsItem .desc .atit p{display:block;font-size: 46px;color: #fcfcfc;line-height: 1.2;}
.xsItem .desc .atit span{display:block;font-size: 16px;color: #fcfcfc;line-height: 1.2;text-transform: uppercase;padding: 10px;}
.xsItem .desc .btit{margin-top: 20px;}
.xsItem:hover .img img{transform: scale(1.01);opacity: 0.85;}


.xSec3{background: url(../images/brandBg1.jpg) center/cover;padding: 100px 0;margin-top: 100px;}
.xTit{text-align: center;margin-bottom: 50px;}
.xTit .atit{font-size: 68px;font-weight: bold;color: #e5e5e5;line-height: 1;margin-bottom: -34px;}
.xTit .btit{font-size: 46px;color: #D1272E;line-height: 1.2;position: relative;z-index: 99;}
.brandList{display: flex;flex-wrap: wrap;justify-content: center;margin: -8px;}
.brandList+.brandList{margin-top: 8px;}
.brandItem{width: calc(25% - 16px);margin: 8px;display: block;background: #fff;padding: 0 10px;border: 1px solid transparent;transition: .3s;}
.brandItem img{display: block;width: 100%;}
.brandZW{flex: 1;background: #fff;margin: 8px;display: flex;align-items: center;justify-content: center;font-size: 28px;color: #333;}




@media screen and (max-width:1480px){
	.xSec1 .bgImg{padding-left: calc((100% - 1200px)/2);}
	.xSec1 .desc .deL{padding-left: calc((100% - 1200px)/2);}
	.xSec1 .desc .deR{padding-right: calc((100% - 1200px)/2);}
	
	.xsItem .desc{padding: 60px 40px;}
	.xsItem .desc .atit p{font-size: 42px;}
	.xsItem .desc .atit span{font-size: 15px;padding: 6px;}
}
@media screen and (max-width:1260px){
	.xSec1 .bgImg{padding-left: calc((100% - 1170px)/2);}
	.xSec1 .desc .deL{padding-left: calc((100% - 1170px)/2);}
	.xSec1 .desc .deR{padding-right: calc((100% - 1170px)/2);}
	
}
@media screen and (max-width:1199px){
	.xSec1 .bgImg{padding-left: 20px;}
	.xSec1 .desc .deL{padding-left: 20px;}
	.xSec1 .desc .deR{padding-right: 20px;}
	
	
	.xSec3{background: #f1f1f1;padding: 80px 0;margin-top: 80px;}
	.xTit{margin-bottom: 30px;}
	.xTit .atit{font-size: 58px;margin-top: -29px;}
	.xTit .btit{font-size: 38px;}
}
@media screen and (max-width:515px){
	.xSec1 .bgImg{padding-left: 0px;}
	
	.xSec1{padding-top: 20px;}
	.xSec1 .desc{min-height: auto;margin: 0;}
	.xSec1 .desc .deL{display: none;}
	.xSec1 .desc .deR{width: 100%;padding: 20px 10px;}
	.xSec1 .desc .deR .content{width: 100%;padding: 0 0px;}
	.xSec1 .desc .deR .more{display: none;}
	.wapTit{display:flex;}
	
	.xSec2{padding-top: 0px;}
	.xsItem+.xsItem{margin-top: 10px;}
	.xsItem .img img{opacity: .85;}
	.xsItem .desc {padding: 10px 20px;}
	.xsItem .desc .atit{align-items: center;flex-direction: column;}
	.xsItem .desc .atit p {font-size: 24px;}
	.xsItem .desc .atit span {font-size: 12px;padding: 2px;}
	.xsItem .desc .btit{display: none;}
	
	
	.xSec3{background: #f1f1f1;padding: 60px 0;margin-top: 60px;}
	.xTit{margin-bottom: 30px;}
	.xTit .atit{display: none;}
	.xTit .btit{font-size: 30px;}
	.brandList{margin: -4px;}
	.brandList+.brandList{margin-top: 4px;}
	.brandItem{width: calc(50% - 8px);margin: 4px;padding: 0;}
	.brandZW{margin: 4px;font-size: 18px;}
	
}

.banner .swiper-wrapper,.banner .swiper-slide,.mySwiper_banner{height: auto!important;}

