﻿/*外部公共样式*/
@import "iconfont.css";
@import "bootstrap.min.css";
@import "../swiper/css/swiper.min.css";
/*END-外部公共样式*/

/*头部+导航+大图*/
.topbox{width:100%; background:#f0f0f0; line-height:36px; font-size:12px; color:#6d6d6d;}
.topbox a{ color:#6d6d6d; margin:0 10px;}
.topbox a:last-child{margin:0 0 0 10px;}
.topbox a:hover{ color:#f00; text-decoration:underline !important;}

.header{width:100%; padding:28px 0;}
.logo{padding:12px 0;}
.logo img{width:100%; max-width:548px; max-height:56px;}
.header_dianhua{height:80px; line-height:20px; color:#040000; font-size:14px; background:url(../images/header_dianhua.png) no-repeat left center; padding-left:92px; margin-left:36px;}
.header_dianhua span{display:block; overflow:hidden; line-height:30px; font-size:24px; font-family:Impact; color:#ffa507;}
.search{width:232px; float:left; margin-top:20px; border:1px solid #8f8f8f; border-radius:4px;}
.search_inp1{width:calc(100% - 40px); float:left; height:40px; line-height:40px; padding:0 10px; font-size:14px; color:#000; border-radius:4px;}
.search_btn{width:40px; float:left; height:40px; background:url(../images/search_ss.png) no-repeat left center; border-radius:4px;}

nav{background:#2481c5; position:relative; left:0; top:0; z-index:999999;}
.nav{width:100%;}
.nav>li{width:12.5%; position:relative;}
.nav>li>a{width:100%; height:50px; line-height:50px; font-size:16px; color:#fff; text-align:center;}
.nav>li:hover>a{background:#ffa507; color:#fff;}
.nav>li>a.on{background:#ffa507; color:#fff;}

.nav_sub{display:none; width:100%; float:left; position:absolute; left:0; top:100%; z-index:999999; background:rgba(36, 129, 197, 0.8); padding-top:2px;}
.nav_sub>dd{display:block; overflow:hidden;}
.nav_sub>dd>a{display:block; overflow:hidden; height:40px; line-height:40px; text-align:center; font-size:14px; color:#fff;}
.nav_sub>dd>a:hover{background:#ffa507; color:#fff;}

/*banner*/
.banner{width:100%; position:relative;}
.banner .banner-imgbox .swiper-slide img{width:100%;}
/*圆点*/
.banner .swiper-pagination {opacity:0; position: absolute; right:0; bottom:15px;}
.banner .swiper-pagination-bullet {width:14px; height:14px;  background:#706f6d; opacity:0.5; border-radius:50%; margin:0 6px;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#706f6d;}
.banner:hover .swiper-pagination{opacity:1;} 
/*箭头*/
.banner .next{right:2%; position:absolute;top:50%; margin-top:-35px; width:38px; height:70px; background:url(../images/imgs/next.jpg) no-repeat center center; overflow:hidden; opacity:0;  cursor:pointer; z-index:999999; transition:all 0.4s;}
.banner .prev{left:2%; position:absolute;top:50%; margin-top:-35px; width:38px; height:70px; background:url(../images/imgs/prev.jpg) no-repeat center center; overflow:hidden; opacity:0; cursor:pointer; z-index:999999; transition:all 0.4s;}
.banner:hover .next{opacity:1;}
.banner:hover .prev{opacity:1;}
/*END-头部+导航+大图*/

/*首页内容*/
.fw{width:100%; overflow:hidden; padding:50px 0;}
.fw_title{display:block; overflow:hidden; text-align:center;}
.fw_p{line-height:30px; font-size:24px; color:#b0b0b0; text-transform:uppercase;}
.fw_sp{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center;}
.fw_sp>span{float:left; padding:0 20px; line-height:40px; position:relative; font-size:30px; color:#000;}
.fw_sp>span::before{content:""; width:66px; height:1px; background:#000; float:left; position:absolute; right:100%; top:50%; transform:translateY(-50%);}
.fw_sp>span::after{content:""; width:66px; height:1px; background:#000; float:left; position:absolute; left:100%; top:50%; transform:translateY(-50%);}
.fw_ul{display:block; overflow:hidden; width:1250px; padding-top:40px;}
.fw_ul li{width:200px; float:left; margin:0 50px 0 0;}
.fw_ul li .fw_B{width:100%; overflow:hidden; border-radius:50%; border:5px solid #d7d7d7;}
.fw_ul li .fw_B .fw_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.fw_ul li .fw_B .fw_img::before{content:""; display:block; padding-top:100%;}
.fw_ul li .fw_txt{display:block; overflow:hidden; height:60px; line-height:60px; font-size:18px; color:#c3c3c3; font-weight:bold; text-align:center;}
.fw_ul li:hover .fw_B{border-color:#2481c5;}
.fw_ul li:hover .fw_B .fw_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.fw_ul li:hover .fw_txt{color:#2481c5;}

.service{width:100%; overflow:hidden; background:#f6f6f6; padding:60px 0;}
.service_ul{display:block; overflow:hidden; width:1220px;}
.service_ul li{width:285px; float:left; margin:35px 20px 0 0;}
.service_ul li .service_B{width:100%; overflow:hidden; border:1px solid #d3d3d3; background:#fff; padding:2px;}
.service_ul li .service_B .service_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.service_ul li .service_B .service_img::before{content:""; display:block; padding-top:69.7842%;}
.service_ul li .service_txtB{display:block; overflow:hidden; padding-top:15px;}
.service_ul li .service_L{width:calc(100% - 72px); float:left;}
.service_ul li .service_L .service_p{display:block; height:30px; line-height:30px; font-size:18px; color:#191919; overflow:hidden; text-overflow:ellipsis; white-space: nowrap;}
.service_ul li .service_L .service_sp{display:block; height:20px; line-height:20px; font-size:14px; color:#ff0000; overflow:hidden;}
.service_ul li .service_R{width:72px; float:right; height:50px; background:#b1b1b1; line-height:50px; text-align:center; font-size:18px; color:#fff;}
.service_ul li:hover .service_B{border-color:#2481c5;}
.service_ul li:hover .service_B .service_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.service_ul li:hover .service_L .service_p{font-weight:bold; color:#2481c5;}
.service_ul li:hover .service_R{background:#ffa507;}

.picbox{width:100%; overflow:hidden; border-top:1px solid #ddd;}
.pic_ul{display:block; overflow:hidden;}
.pic_ul li{width:25%; float:left; border-right:1px solid #ddd;}
.pic_ul li a{display:block; overflow:hidden; padding:50px 30px;}
.pic_ul li a .pic_logo{width:78px; float:left; height:78px; position:relative; border:1px solid #ddd; border-radius:50%; margin-right:15px;}
.pic_ul li a .pic_logo::before{content:""; display:block; padding-top:100%;}
.pic_ul li a .pic_p{display:block; overflow:hidden; margin-top:10px; height:30px; line-height:30px; font-size:18px; color:#191919; font-weight:bold;}
.pic_ul li a .pic_p>span{color:#2481c5;}
.pic_ul li a .pic_sp{display:block; overflow:hidden; line-height:28px; font-size:14px; color:#a1a1a1;}
.pic_ul li:first-child a{padding:50px 30px 50px 0;}
.pic_ul li:last-child{border:none;}

.gsjj{width:100%; overflow:hidden; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.gsjj_left{width:50%; float:left; background:url(../images/gsjj_bj.jpg) no-repeat center center; background-size:cover;}
.gsjj_box{width:100%; max-width:600px; float:right; padding:60px 45px 60px 0;}
.gsjj_p{display:block; overflow:hidden; line-height:34px; font-size:24px; color:#fff; font-weight:bold;}
.gsjj_heng{display:block; overflow:hidden; width:95px; height:1px; background:#fff; margin:30px 0;}
.gsjj_txt{display:block; overflow:hidden; font-size:14px; line-height:30px; height:330px; color:#fff; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:11; -webkit-box-orient: vertical;}
.gsjj_right{width:50%; float:right; background-repeat:no-repeat; background-position:center; background-size:cover;}
.gsjj_txt a{color: #fff;}

.act{width:100%; overflow:hidden; padding:60px 0;}
.act_ul{display:block; overflow:hidden; width:1208px; padding-top:35px;}
.act_ul li{width:294px; float:left; margin:0 8px 10px 0;}
.act_ul li a{width:100%; float:left; overflow:hidden; position:relative; background-position:center; background-repeat:no-repeat; background-size:cover;}
.act_ul li a::before{content:""; display:block; padding-top:78.2313%;}
.act_ul li a .act_hover{width:0; height:0; overflow:hidden; float:left; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); background:rgba(36,145,225,0.7);}
.act_ul li a .act_hover::before{content:""; width:calc(100% - 14px); height:calc(100% - 14px); float:left; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); border:2px solid #fff;}
.act_ul li a .act_logo{width:100%; max-width:116px; padding-bottom:14px; border-bottom:1px solid #fff; position:absolute; left:-50%; transform:translateX(-50%); bottom:50%;}
.act_ul li a .act_txt{width:100%; height:44px; line-height:44px; overflow:hidden; text-align:center; position:absolute; right:-100%; top:50%; font-size:18px; color:#fff;}
.act_ul li a:hover .act_hover{width:100%; height:100%;}
.act_ul li a:hover .act_logo{left:50%;}
.act_ul li a:hover .act_txt{right:0;}

.cxzs{width:100%; overflow:hidden; background:url(../images/cx_bj.jpg) no-repeat center center; background-size:cover; padding:70px 0;}
.cxzs .fw_title::before{background:#fff;}
.cxzs .fw_title::after{background:#fff;}
.cxzs .fw_p{color:#fff;}
.cxzs .fw_sp>span{color:#fff;}
.cxzs .fw_sp>span::before{background:#fff;}
.cxzs .fw_sp>span::after{background:#fff;}
.con {display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; margin-top:35px;}
#tags {width:165px; float:left; background:url(../images/cx_title_bj.jpg) repeat;}
#tags LI {width:100%; float:left;}
#tags LI A {display:block; overflow:hidden; padding:29px 0; text-align:center; line-height:24px; color:#fff; font-size:18px; text-transform:uppercase;}
#tags LI A>span{display:block; overflow:hidden; line-height:30px; font-size:18px; font-weight:bold;}
#tags LI.selectTag A {background:#ffa507;}
#tagContent {width:calc(100% - 165px); float:left; padding-left:18px;}
.tagContent {DISPLAY: none; width:100%; height:100%; float:left;}
#tagContent div.selectTag {DISPLAY: block}
.cxzs_left{width:375px; float:left; height:100%; background:#fff; padding:30px 40px;}
.cxzs_p{display:block; overflow:hidden; line-height:36px; font-size:18px; color:#535353;}
.cxzs_sp{display:block; overflow:hidden; line-height:40px; font-size:20px; color:#535353; font-weight:bold;}
.cxzs_txt{display:block; overflow:hidden; line-height:30px; height:90px; font-size:14px; color:#535353; margin-top:25px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical;}
.cxzs_ul{display:block; overflow:hidden; padding-top:25px;}
.cxzs_ul li{width:50%; float:left;}
.cxzs_ul li a{display:block; overflow:hidden; height:30px; line-height:30px; font-size:14px; color:#535353;}
.cxzs_ul li a:hover{color:#ffa507; text-decoration:underline!important;}
.cxzs_more{display:block; overflow:hidden; padding-top:40px;}
.cxzs_more a{width:50%; float:left; height:40px; line-height:34px; text-align:center; border:3px solid #ffa507; background:#ffa507; font-size:14px; color:#fff;}
.cxzs_more a:first-child{background:#fff; color:#ffa507;}
.cxzs_more a:hover{background:#fff; color:#ffa507; text-decoration:underline!important;}
.cxzs_right{width:calc(100% - 393px); float:right; height:100%; background:#fff; border:5px solid #fff;}

.car{width:100%; overflow:hidden; padding:60px 0;}
.cons {display:block; overflow:hidden; padding-top:35px;}
#tagss {overflow:hidden; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:justify;-ms-flex-pack:justify; justify-content:space-between;}
#tagss LI {width:222px; float:left;}
#tagss LI A {display:block; overflow:hidden; height:175px; background:#3db1ea; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -ms-flex-line-pack:center; align-content:center; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; position:relative;}
#tagss LI A>img{display:block; max-width:100%; height:69px; margin:0 auto; position:relative; top:0; transition:all 0.4s;}
#tagss LI A>span{width:100%; overflow:hidden; line-height:34px; height:34px; font-size:18px; color:#fff; text-align:center; margin-top:10px; position:relative; top:0; transition:all 0.4s;}
#tagss LI A::before{content:""; width:100%; height:0; overflow:hidden; background:url(../images/car_jiantou.png) no-repeat center center; float:left; position:absolute; left:0; bottom:0; transition:all 0.4s;}
#tagss LI.selectTags A {background:#2481c5;}
#tagss LI.selectTags A>img{top:-10px;}
#tagss LI.selectTags A>span{top:-10px;}
#tagss LI.selectTags A::before{height:30px;}
#tagContents {display:block; overflow:hidden; padding-top:30px;}
.tagContents {DISPLAY: none;}
#tagContents div.selectTags {DISPLAY: block}
.car_contect{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:justify;-ms-flex-pack:justify; justify-content:space-between;}
.car_left{width:60%; float:left; background-position:center; background-repeat:no-repeat; background-size:cover;}
.car_right{width:38%; float:left; background:#f6f6f6; padding:40px;}
.car_p{display:block; overflow:hidden; line-height:32px; font-size:20px; color:#535353; font-weight:bold;}
.car_heng{display:block; overflow:hidden; width:77px; height:1px; background:#2b2b2b; margin:18px 0;}
.car_txt{display:block; overflow:hidden; line-height:30px; font-size:14px; color:#535353; height:300px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:10; -webkit-box-orient: vertical;}
.car_more{display:block; overflow:hidden; padding-top:20px;}
.car_more a{width:50%; float:left; border:3px solid #ffa507; background:#ffa507; height:40px; line-height:34px; text-align:center; font-size:14px; color:#fff;}
.car_more a:first-child{background:#fff; color:#ffa507;}
.car_more a:hover{background:#fff; color:#ffa507; text-decoration:underline!important;}

.common{width:100%; overflow:hidden; background:url(../images/common_bj.jpg) no-repeat center center; background-size:cover; padding:60px 0;}
.common .fw_title::before{background:#fff;}
.common .fw_title::after{background:#fff;}
.common .fw_p{color:#fff;}
.common .fw_sp>span{color:#fff;}
.common .fw_sp>span::before{background:#fff;}
.common .fw_sp>span::after{background:#fff;}
.common_ul{display:block; overflow:hidden; padding-top:35px;}
.common_ul li{width:calc(50% - 25px); float:right; margin-bottom:30px;}
.common_ul li a{overflow:hidden; background:#dfebf4; padding:2px; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.common_ul li a .common_B{width:164px; float:left; overflow:hidden;}
.common_ul li a .common_B .common_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.common_ul li a .common_B .common_img::before{content:""; display:block; padding-top:71.95122%;}
.common_ul li a .common_R{width:calc(100% - 164px); float:left; padding:10px 15px;}
.common_ul li a .common_R .common_p{display:block; overflow:hidden; height:36px; line-height:36px; font-size:16px; color:#000; text-overflow:ellipsis; white-space: nowrap;}
.common_ul li a .common_R .common_p>span{float:right; font-size:12px; color:#898989;}
.common_ul li a .common_R .common_heng{display:block; overflow:hidden; width:60px; height:3px; background:#3f4951;}
.common_ul li a .common_R .common_txt{display:block; overflow:hidden; height:48px; line-height:24px; margin-top:10px; font-size:12px; color:#000; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;}
.common_ul li a:hover{background:#fff;}
.common_ul li a:hover .common_B .common_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.common_ul li:first-child{width:calc(50% - 25px); float:left; margin:0;}
.common_ul li:first-child a{padding:0; background:none;}
.common_ul li:first-child a .common_B{width:100%;}
.common_ul li:first-child a .common_B .common_img::before{padding-top:54.8612%;}
.common_ul li:first-child a .common_R{width:100%;padding:0; margin-top:10px;}
.common_ul li:first-child a .common_R .common_p{color:#fff;}
.common_ul li:first-child a .common_R .common_p>span{color:#fff;}
.common_ul li:first-child a .common_R .common_heng{background:#fff; margin-top:10px;}
.common_ul li:first-child a .common_R .common_txt{color:#fff;}
.common_ul li:last-child{margin:0;}

.news{width:100%; overflow:hidden; padding:55px 0;}
.news_ul{display:block; overflow:hidden; width:1230px; padding-top:30px;}
.news_ul li{width:380px; float:left; margin:0 30px 30px 0;}
.news_ul li a{display:block; overflow:hidden; border:1px solid #f6f6f6; padding:2px;}
.news_ul li a .news_B{width:100%; float:left; overflow:hidden;}
.news_ul li a .news_B .news_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.news_ul li a .news_B .news_img::before{content:""; display:block; padding-top:55.2%;}
.news_ul li a .news_txtB{width:100%; float:left; padding:0 25px 25px 25px;}
.news_ul li a .news_txtB .news_logo{width:90px; display:block; margin:-45px auto 0 auto; border:3px solid #fff; background:#dbdbdb; border-radius:50%; position:relative;}
.news_ul li a .news_txtB .news_logo::before{content:""; display:block; padding-top:100%;}
.news_ul li a .news_p{display:block; overflow:hidden; height:42px; line-height:42px; margin-top:10px; font-size:18px; color:#373737;text-overflow:ellipsis; white-space: nowrap;}
.news_ul li a .news_sp{display:block; overflow:hidden; height:20px; line-height:20px; font-size:12px; color:#9e9e9e;}
.news_ul li a .news_txt{display:block; overflow:hidden; height:90px; line-height:30px; font-size:14px; color:#3d3d3d; margin-top:5px;text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical;}
.news_ul li a:hover{border-color:#2481c5;}
.news_ul li a:hover .news_B .news_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.news_ul li a:hover .news_txtB .news_logo{background:#2481c5;}
.news_ul li a:hover .news_p{color:#2481c5;}
/*END-首页内容*/

/*底部*/
.footer{width:100%; overflow:hidden; background:#042842; padding:15px 0;}
.footer>.container{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.footer_B{width:14%; float:left; border-right:1px solid rgba(198,198,198,0.5); padding:10px 0 10px 35px;}
.footer_B:first-child{width:16%; padding:10px 45px 10px 0;}
.footer_B:last-child{width:42%; border:none;}
.footer_wx{display:block; overflow:hidden; text-align:center; font-size:16px; color:#fff; line-height:44px;}
.footer_wx img{width:100%; display:block; height:auto;}
.footer_p{display:block; overflow:hidden; line-height:32px; font-size:16px; color:#fff; font-weight:bold;}
.footer_ul{display:block; overflow:hidden; padding-top:10px;}
.footer_ul li{display:block; overflow:hidden;}
.footer_ul li a{display:block; overflow:hidden; height:30px; line-height:30px; font-size:14px; color:#fff;}
.footer_ul li a:hover{text-decoration:underline!important;}
.footer_txt{display:block; overflow:hidden; font-size:14px; color:#fff; line-height:30px; padding-top:10px;}
.footer_dianhua{float:right;}
.footer_dianhua>span{ font-size:24px; font-weight:bold;}
.foot{width:100%; overflow:hidden; background:#00192c; line-height:22px; text-align:center; padding:8px 0; font-size:12px; color:#fff;}
.foot a{color:#fff; margin:0 5px;}
.foot a:hover{color:#fff; text-decoration:underline!important;}
/*END-底部*/

/*关于我们/租车必读*/
.main{width:100%; overflow:hidden; padding:50px 0;}
.main_left{width:272px; float:left;}
.about{width:100%; float:left; margin-bottom:35px;}
.about_title{display:block; overflow:hidden; height:65px; line-height:65px; text-align:center; background-image:url(../images/about_title_bj1.jpg),url(../images/about_title_bj2.jpg); background-position:left top,right bottom; background-repeat:no-repeat,no-repeat; background-color:#2481c5; font-size:14px; color:#b9d0e8; text-transform:uppercase;}
.about_title>span{font-size:24px; color:#fff; padding-right:15px;}
.about_ul{display:block; overflow:hidden;}
.about_ul>li{display:block; overflow:hidden; margin-top:5px;}
.about_ul>li>a{display:block; overflow:hidden; height:40px; line-height:40px; text-align:center; background:#f4f4f4; font-size:14px; color:#4a4949;}
.about_ul>li:hover>a{background:#ffa507; color:#fff;}
.about_ul>li.about_on>a{background:#ffa507; color:#fff;}
.about_dl{display:none; overflow:hidden; padding-top:5px;}
.about_dl>dd{display:block; overflow:hidden; border-bottom:1px dotted #a8a8a8;}
.about_dl>dd>a{display:block; overflow:hidden; height:36px; line-height:36px; text-align:center; font-size:14px; color:#61605e;}
.about_dl>dd>a:hover{background:#ffa507; color:#fff;}
.about_B{display:block; overflow:hidden; padding-top:10px;}
.about_B img{width:100%; display:block; height:auto;}
.about_txt{display:block; overflow:hidden; background:#f4f4f4; padding:15px; font-size:14px; color:#202020; line-height:30px;}
.about_txt>span{color:#d2332f; font-weight:bold;}

.main_right{width:895px; float:right;}
.dqwz_title{width:100%; float:left;}
.dqwz_heng{width:5px; float:left; height:30px; position:relative; margin-right:8px;}
.dqwz_heng::before{content:""; width:100%; height:50%; float:left; position:absolute; left:0; top:0; background:#2481c5;}
.dqwz_heng::after{content:""; width:100%; height:50%; float:left; position:absolute; left:0; bottom:0; background:#ffa507;}
.dqwz_p{float:left; line-height:29px; border-bottom:1px solid #dbdbdb; font-size:18px; color:#222;}
.dqwz_sp{display:block; overflow:hidden; line-height:29px; border-bottom:1px solid #dbdbdb; font-size:12px; color:#909090; text-transform:uppercase; padding-left:10px;}
.dqwz_contect{width:100%; float:left; padding-top:15px;}
.company{display:block; overflow:hidden; font-size:14px; color:#020202; line-height:30px;}
.company table{width: 100%!important;}
.company img{max-width: 100%; height: auto!important;}
/*END-关于我们/租车必读*/

/*服务介绍*/
.service_ul1{display:block; overflow:hidden; width:915px;}
.service_ul1 li{width:285px; float:left; margin:0 20px 35px 0;}
.service_ul1 li .service_B{width:100%; overflow:hidden; border:1px solid #d3d3d3; background:#fff; padding:2px;}
.service_ul1 li .service_B .service_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.service_ul1 li .service_B .service_img::before{content:""; display:block; padding-top:69.7842%;}
.service_ul1 li .service_txtB{display:block; overflow:hidden; padding-top:15px;}
.service_ul1 li .service_L{width:calc(100% - 72px); float:left;}
.service_ul1 li .service_L .service_p{display:block; height:30px; line-height:30px; font-size:18px; color:#191919; overflow:hidden; text-overflow:ellipsis; white-space: nowrap;}
.service_ul1 li .service_L .service_sp{display:block; height:20px; line-height:20px; font-size:14px; color:#ff0000; overflow:hidden;}
.service_ul1 li .service_R{width:72px; float:right; height:50px; background:#b1b1b1; line-height:50px; text-align:center; font-size:18px; color:#fff;}
.service_ul1 li:hover .service_B{border-color:#2481c5;}
.service_ul1 li:hover .service_B .service_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.service_ul1 li:hover .service_L .service_p{font-weight:bold; color:#2481c5;}
.service_ul1 li:hover .service_R{background:#ffa507;}

.cpxq{display:block; overflow:hidden;}
.cpxq_left{width:50%; float:left; border:1px solid #d3d3d3; padding:2px; margin-right:45px;}
.cpxq_left>img{width:100%; height:auto; display:block;}
.cpxq_p{display:block; overflow:hidden; line-height:30px; font-size:18px; color:#2481c5; font-weight:bold;}
.cpxq_sp{display:block; overflow:hidden; line-height:20px; font-size:14px; color:#ff0000;}
.cpxq_txt{width:100%; overflow:hidden; padding-top:30px; font-size:14px; color:#000; line-height:30px;}
.cpxq_txt table{width: 100%!important;}
.cpxq_txt img{max-width: 100%; height: auto!important;}
/*END-服务介绍*/

/*车型展示/活动展示*/
.cp_ul{display:block; overflow:hidden; width:915px;}
.cp_ul li{width:285px; float:left; margin:0 20px 0 0;}
.cp_ul li .cp_B{width:100%; overflow:hidden; border:1px solid #d3d3d3; background:#fff; padding:2px;}
.cp_ul li .cp_B .cp_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.cp_ul li .cp_B .cp_img::before{content:""; display:block; padding-top:69.7842%;}
.cp_ul li .cp_txt{display:block; overflow:hidden; height:64px; line-height:64px; text-align:center; font-size:18px; color:#191919;}
.cp_ul li:hover .cp_B{border-color:#2481c5;}
.cp_ul li:hover .cp_B .cp_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.cp_ul li:hover .cp_txt{font-weight:bold; color:#2481c5;}
/*END-车型展示/活动展示*/

/*新闻中心*/
.xw_ul{display:block; overflow:hidden;}
.xw_ul li{display:block; overflow:hidden; margin-bottom:30px;}
.xw_ul li a{display:-webkit-box; display:-ms-flexbox; display:flex; overflow:hidden; background:#f4f4f4; border:1px solid #d3d3d3;}
.xw_ul li a .xw_img{width:285px; float:left; border:2px solid #fff; background-position:center; background-repeat:no-repeat; background-size:cover;}
.xw_ul li a .xw_R{width:calc(100% - 285px); float:left; padding:20px 30px; color:#a0a0a0; border-left:1px solid #d3d3d3;}
.xw_ul li a .xw_R .xw_p{display:block; overflow:hidden; line-height:30px; font-size:16px;text-overflow:ellipsis; white-space: nowrap;}
.xw_ul li a .xw_R .xw_txt{display:block; overflow:hidden; height:90px; line-height:30px; font-size:14px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; margin-top:10px;}
.xw_ul li a .xw_R .xw_sp{display:block; overflow:hidden; line-height:18px; font-size:12px; margin-top:10px;}
.xw_ul li a:hover{background:#2481c5;}
.xw_ul li a:hover .xw_R{color:#fff;}

.xwxq{display:block; overflow:hidden;}
.xwxq_p{display:block; overflow:hidden; text-align:center; font-size:16px; font-weight:bold; color:#000; line-height:26px;}
.xwxq_sp{display:block; overflow:hidden; text-align:center; font-size:12px; color:#a4a4a4; padding-top:5px; border-bottom:1px dashed #ccc;}
.xwxq_img{display:block; overflow:hidden; padding:15px 0;}
.xwxq_txt{display:block; overflow:hidden; font-size:14px; line-height:30px; color:#000;}
/*END-新闻中心*/

/*联系我们*/
.contact_txt{display:block; overflow:hidden; font-size:14px; color:#000; line-height:30px;}
.contact_txt>span{color:#d2332f; font-weight:bold;}
.contact_map{width:100%; overflow: hidden; height:350px; border:none; margin-top:20px;}
/*END-联系我们*/

@media (max-width:1220px) {
/*头部+导航*/
.topbox{padding:0 1%;}
.header{padding:25px 1%;}
nav{padding:0 1%;}
.header_dianhua {margin-left:15px;}
.search {width: 180px;}
/*END-头部+导航*/

/*首页内容*/
.fw {padding:40px 1%;}
.fw_ul {width:100%;}
.fw_ul li {width:18%; margin:0 1%;}

.service {padding:40px 1%;}
.service_ul {width:100%;}
.service_ul li {width:23%; margin:35px 1% 0 1%;}

.picbox {padding:0 1%;}
.pic_ul li a {padding:40px 20px;}
.pic_ul li:first-child a {padding:40px 20px 40px 0;}
.pic_ul li a .pic_p {margin-top:5px;}
.pic_ul li a .pic_sp {line-height:22px;}

.gsjj_box {padding:30px;}
.gsjj_heng {margin:20px 0;}

.act {padding:40px 1%;}
.act_ul {width:100%;}
.act_ul li {width:24%; margin:0 0.5% 10px 0.5%;}

.cxzs {padding:40px 1%;}
.cxzs_left {width:40%; padding:20px;}
#tags LI A {padding: 20px 0;}
.cxzs_txt {margin-top:10px; line-height:24px; height:72px;}
.cxzs_ul {padding-top:10px;}
.cxzs_more {padding-top:20px;}
.cxzs_right {width:58%;}

.car {padding:40px 1%;}
#tagss LI {width:19%;}
.car_right {padding:20px;}

.common {padding:40px 1%;}
.common_ul li {width: calc(50% - 15px);    margin-bottom: 20px;}

.news {padding:40px 1%;}
.news_ul {width:100%;}
.news_ul li {width:31.33%; margin:0 1% 30px 1%;}
.news_ul li a .news_txtB {padding:0 15px 15px 15px;}
/*END-首页内容*/

/*底部*/
.footer{padding:15px 1%;}
.footer_B{padding:10px 0 10px 20px;}
.footer_B:first-child{padding:10px 20px 10px 0;}
/*END-底部*/

/*关于我们/租车必读*/
.main{padding:40px 1%;}
.main_left{width:24%;}
.main_right{width:74%;}
/*END-关于我们/租车必读*/

/*服务介绍*/
.service_ul1{width:100%;}
.service_ul1 li{width:31.33%; margin:0 1% 30px 1%;}
.cpxq_left{margin-right:30px;}
/*END-服务介绍*/

/*车型展示/活动展示*/
.cp_ul{width:100%;}
.cp_ul li{width:31.33%; margin:0 1%;}
.cp_ul li .cp_txt{height:60px; line-height:60px;}
/*END-车型展示/活动展示*/

}

@media (max-width:991px){
/*头部+导航*/
.icon-menu{float:right; cursor:pointer; width:40px; height:30px; display:flex; flex-wrap:wrap; align-content:space-between; position:absolute;right:10px; top:50%; transform: translateY(-50%); z-index:9999999; background-size:100% 100%;}
.icon-menu span{width:100%; height:6px; float:left;  background:#2481c5;}

.topbox{padding:0 10px;}
.header{padding:0; background:#fff; box-shadow:10px 10px 10px rgba(0,0,0,0.3); position:relative; left:0; top:0; z-index:999999;}
.logo {width:100%; padding:15px 10px;}
.nav {display:none; width:150px; padding:2px; position:absolute; right:10px; top:0; background:rgba(36, 129, 197, 0.8);}
.nav>li{width:100%; border-bottom:1px solid #fff; margin:0; background:none;}
.nav>li>a{width:100%; text-align:center; height:40px; line-height:40px; color:#fff;}
.nav>li:hover>a{background:#ffa507; color:#fff;}
/*END-头部+导航*/

/*首页内容*/
.fw {padding:30px 10px;}
.fw_ul {padding-top:30px;}
.fw_ul li {width:18%; margin:0 1%;}
.fw_ul li .fw_txt {height:50px; line-height:50px; font-size:16px;}

.service {padding:30px 10px;}
.service_ul li {width:31.33%; margin:20px 1% 0 1%;}
.service_ul li .service_txtB {padding-top:10px;}
.service_ul li .service_L {width: calc(100% - 60px);}
.service_ul li .service_R {width: 60px;}

.picbox {padding:0 10px;}
.pic_ul li a {padding:15px 0;}
.pic_ul li:first-child a {padding:15px;}
.pic_ul li a .pic_logo {width:60px; float:none; height:60px; margin:0 auto;}
.pic_ul li a .pic_p {text-align:center;}
.pic_ul li a .pic_sp {text-align:center;}

.gsjj_box {padding:15px;}
.gsjj_heng {margin:10px 0;}
.gsjj_txt {line-height:24px; height:264px;}

.act {padding:30px 10px;}
.act_ul {padding-top:25px;}
.act_ul li {width:32.33%;}

.cxzs {padding:30px 10px;}
.con {margin-top:25px;}
#tags {width:18%;}
#tags LI A {padding:15px 0;}
#tagContent {width:82%; padding-left:15px;}
.cxzs_left {padding:10px;}
.cxzs_p {line-height:30px; font-size:16px;}
.cxzs_sp {line-height:30px; font-size:18px;}

.car {padding:30px 10px;}
.cons {padding-top:25px;}
#tagss LI A>span {line-height:30px; height:30px; font-size:16px; margin-top:5px;}
.car_right {padding:10px;}
.car_heng {margin:10px 0;}
.car_txt {line-height:24px; height:240px;}

.common {padding:30px 10px;}
.common_ul li {width: calc(50% - 10px); margin-bottom:15px;}
.common_ul li:first-child {width: calc(50% - 10px);}
.common_ul li a .common_B {width:120px;}
.common_ul li a .common_B .common_img::before {padding-top:97.95122%;}
.common_ul li a .common_R {width: calc(100% - 120px); padding:10px;}

.news {padding:30px 10px;}
.news_ul li {margin:0 1% 20px 1%;}
.news_ul li a .news_txtB {padding:0 10px 10px 10px;}
.news_ul li a .news_txtB .news_logo {width:70px; margin:-35px auto 0 auto;}
/*END-首页内容*/

/*底部*/
.footer{padding:10px;}
.footer_B{padding:10px;}
.footer_B:first-child{padding:10px 10px 10px 0;}
.footer_wx {font-size:12px; line-height:34px;}
.footer_dianhua>span {font-size: 18px;}
/*END-底部*/

/*关于我们/租车必读*/
.main{padding:30px 10px;}
.main_left{width:29%;}
.main_right{width:69%;}
/*END-关于我们/租车必读*/

/*服务介绍*/
.service_ul1 li{width:48%; margin:0 1% 20px 1%;}
.cpxq_left{margin-right:20px;}
/*END-服务介绍*/

/*车型展示/活动展示*/
.cp_ul li{width:48%;}
.cp_ul li .cp_txt{height:50px; line-height:50px;}
/*END-车型展示/活动展示*/

/*新闻中心*/
.xw_ul li a .xw_img{width:180px;}
.xw_ul li a .xw_R{width:calc(100% - 180px); padding:15px;}
.xw_ul li a .xw_R .xw_txt {margin-top:5px;}
.xw_ul li a .xw_R .xw_sp {margin-top:5px;}
/*END-新闻中心*/
}

@media (max-width:767px){
/*头部+导航*/
.logo {padding:10px;}
.logo img{width:80%;}
.icon-menu {right:10px; width:30px; height:18px;}
.icon-menu span{height:3px;}
/*END-头部+导航*/

/*首页内容*/
.fw {padding:10px;}
.fw_p {line-height:20px; font-size:16px;}
.fw_sp>span {padding:0 10px; line-height:30px; font-size:20px;}
.fw_sp>span::before {width:40px;}
.fw_sp>span::after {width:40px;}
.fw_ul {padding-top:10px;}
.fw_ul li {width:31.33%; margin:0 1%;}
.fw_ul li .fw_B {border:3px solid #d7d7d7;}
.fw_ul li .fw_txt {height:34px; line-height:34px; font-size:14px;}

.service {padding:10px;}
.service_ul li {width:100%; margin:10px 0 0 0;}
.service_ul li .service_txtB {padding-top:5px;}

.picbox {padding:0;}
.pic_ul li{width:50%; border-bottom: 1px solid #ddd;}
.pic_ul li a {padding:5px;}
.pic_ul li:first-child a {padding:5px;}
.pic_ul li:nth-child(2){border-right:none;}
.pic_ul li a .pic_p {font-size:16px; line-height:24px;}
.pic_ul li a .pic_sp {font-size:12px; line-height:18px;}

.gsjj_left{width:100%;}
.gsjj_box {padding:10px;}
.gsjj_p {line-height:30px; font-size:18px;}
.gsjj_heng {margin:5px 0;}
.gsjj_txt {line-height:22px; height:auto;-webkit-line-clamp:initial;}
.gsjj_right{width:100%;}
.gsjj_right::before{content:""; display:block; padding-top:56.5625%;}

.act {padding:10px;}
.act_ul {padding-top:10px; display:flex; flex-wrap:wrap; justify-content:space-between;}
.act_ul li {width:calc(50% - 4px); margin:0 0 8px 0;}

.cxzs {padding:10px;}
.con {margin-top:10px;}
#tags {width:100%;}
#tags LI{width:25%; float:left;}
#tags LI A {padding:5px; font-size:12px; line-height:18px;}
#tags LI A>span{font-size:15px; line-height:20px;}
#tagContent {width:100%; padding:10px 0 0 0;}
.tagContent {height:auto;}
.cxzs_left {width:100%; padding:10px; height:auto;}
.cxzs_p {line-height:22px; font-size:14px;}
.cxzs_sp {line-height:26px; font-size:16px;}
.cxzs_ul li a {height:24px; line-height:24px;}
.cxzs_more {padding-top:10px;}
.cxzs_right{width:100%; margin-top:10px;}
.cxzs_right::before{content:""; display:block; padding-top:72%;}

.car {padding:10px;}
.cons {padding-top:10px;}
#tagss{display:flex; flex-wrap:wrap; justify-content:center;}
#tagss LI{width:31.33%; margin:0 1% 5px 1%;}
#tagss LI A {height:auto; padding:15px 0;}
#tagss LI A>img{height:30px!important;}
#tagss LI A>span {line-height:20px; height:20px; font-size:14px; margin-top:0;}
#tagss LI A::before {background: url(../images/car_jiantou.png) no-repeat center bottom; background-size:contain;}
#tagss LI.selectTags A::before {height:15px;}
#tagContents {padding-top:10px;}
.car_left {width:100%;}
.car_left::before{content:""; display:block; padding-top:73%;}
.car_right {width:100%;}
.car_p {line-height:30px; font-size:18px;}
.car_heng {margin:5px 0;}
.car_txt {line-height:22px; height:auto;-webkit-line-clamp:initial;}

.common {padding:10px;}
.common_ul {padding-top:10px;}
.common_ul li {width:100%; margin-bottom:10px;}
.common_ul li a .common_B {width:84px;}
.common_ul li a .common_B .common_img::before {padding-top:100%;}
.common_ul li a .common_R {width: calc(100% - 84px); padding:5px 10px;}
.common_ul li a .common_R .common_p {height:30px; line-height:30px;}
.common_ul li a .common_R .common_txt {height:36px; line-height:18px; margin-top:5px;}
.common_ul li:first-child {width:100%; margin-bottom:10px;}
.common_ul li:first-child a{background:#dfebf4; padding:2px;}
.common_ul li:first-child a .common_B {width:84px;}
.common_ul li:first-child a .common_B .common_img::before {padding-top:100%;}
.common_ul li:first-child a .common_R {width: calc(100% - 84px); padding:5px 10px; margin:0;}
.common_ul li:first-child a .common_R .common_p {height:30px; line-height:30px; color:#000;}
.common_ul li:first-child a .common_R .common_heng{background:#3f4951; margin:0;}
.common_ul li:first-child a .common_R .common_txt {height:36px; line-height:18px; margin-top:5px; color:#000;}

.news {padding:10px;}
.news_ul{padding-top:0;}
.news_ul li {width:100%; margin:10px 0 0 0;}
.news_ul li a{display:flex;}
.news_ul li a .news_B{width:117px;}
.news_ul li a .news_B .news_img::before {padding-top:100%;}
.news_ul li a .news_txtB {width:calc(100% - 117px); padding:5px 10px;}
.news_ul li a .news_p {height:30px; line-height:30px; margin-top:0; font-size:16px;}
.news_ul li a .news_sp {height:18px; line-height:18px;}
.news_ul li a .news_txt {height:54px; line-height:18px; font-size:12px; margin-top: 5px;}
/*END-首页内容*/

/*底部*/
.foot{padding:10px; line-height:20px;}
/*END-底部*/

/*关于我们/租车必读*/
.main{padding:0;}
.main_left{width:100%;}
.about_title {height:50px; line-height:50px; text-align:left; padding-left:20px; background:url(../images/imgs/sj_jiantou.png) no-repeat right center #2481c5; font-size:18px; color:#fff; font-weight:bold;}
.about{margin:0;}
.about_ul{display:block; padding:0 3px;}
.about_ul>li {margin-top:3px;}
.main_right{width:100%;}
.dqwz_contect{padding:10px;}
.company{line-height:24px;}
/*END-关于我们/租车必读*/

/*服务介绍*/
.service_ul1 li{width:100%; margin:0 0 10px 0;}
.service_ul1 li .service_txtB {padding-top:5px;}
.cpxq_left{width:100%; float:none; overflow:hidden; margin:0 0 10px 0;}
.cpxq_txt {padding-top:10px; line-height:24px;}
/*END-服务介绍*/

/*车型展示/活动展示*/
.cp_ul{display:flex; flex-wrap:wrap; justify-content:space-between;}
.cp_ul li{width:calc(50% - 5px); margin:0;}
.cp_ul li .cp_txt{height:38px; line-height:38px; font-size:14px;}
/*END-车型展示/活动展示*/

/*新闻中心*/
.xw_ul li{margin-bottom:10px;}
.xw_ul li a .xw_img{width:100px;}
.xw_ul li a .xw_R{width:calc(100% - 100px); padding:0 10px;}
.xw_ul li a .xw_R .xw_txt {height:60px; line-height:20px; -webkit-line-clamp:3; margin-top:0;}
/*END-新闻中心*/

/*联系我们*/
.contact_map{height:250px; margin-top:10px;}
/*END-联系我们*/

}
/*手机底部*/
.root_kong{width:100%; height:62px; float:left; background:#fff;}
.root{width:100%; height:60px; position:fixed; bottom:0; left:0; z-index:9999999999999; background:#00192c;}
.root a{width:25%; float:left; height:60px; display:flex; align-content:center; align-items:center; flex-wrap:wrap; justify-content:center; line-height:20px; color:#fff; border-right:1px solid #fff; font-size:12px; font-weight:normal;}
.root a>div{width:100%; float:left;}
.root a>div:first-child span{ font-size:20px;}
.root a:last-child{border:none;}
.root a:hover{background:#042842; color:#fff;}

.dbbox{ position: fixed; left: 0; bottom:65px; z-index:99999; width: 100%;}
.dbbox .dbs{ position: relative; padding: 0 15px; display:none; text-align:center;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px; border:2px solid #042842;}
.dbbox .dbs img{ max-width: 140px; }
/*End*/

.jlfanye{ width:100%;margin:0 auto; text-align: center; }
.jlfanye a{ padding:5px 13px;  border: solid 1px #dedede; float:none; display: inline-block; min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#005bac;}