@charset "utf-8";
/* CSS Document */
/* 公共样式 */
body{overflow:hidden;position:relative;}
div.modal{
    display: none;
}
.comWidth{width:1200px; margin: 0 auto;}
/* 广告样式 */
section.ad{display: block; height: 0px;position:absolute;top:40px;z-index:10;left: 50%;transform:translateX(-50%);
-webkit-transform:translateX(-50%);
-moz-transform:translateX(-50%);
-ms-transform:translateX(-50%);
-o-transform:translateX(-50%);z-index:100;overflow:hidden;width: 71.875%;}
section.ad>a{display:block;position:relative; height: 100%;background:url('../image/ad.png') no-repeat center center;background-size:cover;}

section.ad>a>img{height: 100%;}
section.ad>a>span{position:absolute;width: 30px;height: 30px;display:block;background:url('../image/ad_close.png') no-repeat center center;background-size:contain;right: 20px;top: 20px;}

/* 小广告样式 */
section.ad_sm{display:none;position:fixed;bottom:8%;right: 0px;width:222px;height: 88px;z-index:10;}
section.ad_sm>div.wrap{position:relative;}
section.ad_sm>div.wrap>img{width:100%;}
section.ad_sm>div.wrap>a{font-size:16px;color: #fff;position:absolute;bottom:0px;left: 0px;display:block;width:100%;line-height:36px;text-align:center;}
/* head样式 */
section.head{height: 40px;background-color: #3e6b8c;display:block;}
section.head>.wrap{height:40px;}
section.head>.wrap>span{display: inline-block;height: 100%;margin-left: 1.5rem;}
section.head>.wrap>span>a{font-size: 14px;color: #fff;height: 100%; line-height:40px;height: 40px;}
section.head>.wrap>span:last-child{padding-left: 1.5rem;background: url("../image/tel.png") no-repeat left center;background-size: 1rem;}
section.head>.wrap>span>a>i{display:inline-block;width: 20px;height: 20px;background:url('../image/start_ad.png') no-repeat center center;background-size:contain;vertical-align:middle;margin-left:4px;}
/* header样式 */
header{height: 130px;position: relative;}
header>.wrap{position:relative;}
header>.wrap>div{display: inline-block;}
header .logo{width: 41.25%;height: 100%;line-height: 130px;}
header .logo img{max-width: 100%;vertical-align: middle;}
header .menu{position:absolute;left:auto;bottom:0;right: 0; height: 4.9rem;display: inline-block;line-height: 4.9rem;width: auto;}
header .menu>ul>li>a{display:inline-block;line-height: 1; vertical-align: middle; color: #666;font-size:14px;font-weight: 600;letter-spacing: 2px;}
header .menu>ul>li{display: inline-block;position: relative;margin-left: 38px;}
header .menu>ul>li:first-child{margin-left: 0;}
header .menu>ul>li>ul{position: absolute; width: 180%;display: block;top: 4.9rem;left: -40%;z-index: 2;height: 0px;overflow: hidden;transition: height 1s;-webkit-transition: height 1s;-moz-transition: height 1s;-ms-transition: height 1s;-o-transition: height 1s;}
header .menu>ul>li>ul>li{line-height: 2rem;display:block;padding-left:10px;padding-right:10px;background:rgba(255,255,255,0.9);}
header .menu>ul>li>ul>li:first-child{border-top:2px solid #5a9bb6;}
header .menu>ul>li>ul>li>a{display: block;width: 100%;height: 100%; text-align: center;color:#777;font-size: 0.7rem;}
header .menu>ul>li>ul>li:last-child>a{border-top: 1px solid #dfdfdf;}
header .menu>ul>li.active>a,
header .menu>ul>li:hover>a{color:#3e6b8c; }
header .menu>ul>li>ul>li.active a,
header .menu>ul>li>ul>li:hover a{color: #5a9bb6;border-color: #5a9bb6;}
header .menu>ul>li:hover>ul{height: 70px;}
header .line{width: 100%;height: 0.5rem; background: #fafcfc; position: absolute;display: block;bottom: 0;}
header .menu>ul.other{display: none;}
header .menu>div.option{display: none;}
/* banner样式 */
section.banner{width: 100%;position: relative;}
section.banner .swiper-container{ width: 100%;}
section.banner .swiper-container div.swiper-wrapper{ height: 100%;}
section.banner .swiper-container .swiper-slide{height: 100%; background: url("../image/banner_01.jpg") no-repeat center center; background-size: cover;cursor: pointer;}
section.banner .swiper-container .swiper-slide.second{background-image: url("../image/banner_02.jpg");}
section.banner .swiper-container .swiper-slide.third{background-image: url("../image/banner_03.jpg");}
section.banner .swiper-container .swiper-slide.forth{background-image: url("../image/banner_04.jpg");}
section.banner .swiper-container .swiper-slide .swiper-info{position: relative;height: 100%;}
section.banner .swiper-container .swiper-slide .swiper-info>.txt{ position: absolute;top: 0%; left: 2rem; /* transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%); */}
section.banner .swiper-container .swiper-slide .swiper-info>.txt h4{font-size: 1.5rem;font-weight:normal; color: #fff;letter-spacing: 2px;line-height: 2;}
section.banner .swiper-container .swiper-slide .swiper-info>.txt p{font-size:1.125rem; color: #fff; line-height: 2; }
section.banner .swiper-container .swiper-slide .swiper-info>.txt p>a{font-size: 0.875rem;color: #ffa200;letter-spacing: 2px;line-height: 2;}
section.banner .swiper-container .swiper-slide .swiper-info>.txt p>a:hover{text-decoration: underline;}
section.banner .swiper-pagination-bullet{background: #ffa200;opacity:1;transition:width 1s;-webkit-transition:width 1s;-moz-transition:width 1s;-ms-transition:width 1s;-o-transition:width 1s;}
section.banner .swiper-active-switch{width: 1.2rem;border-radius: 4px;}
section.banner div.pagination{position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    
    z-index: 10;
        left: 0;
    width: 100%;    bottom: 3.8rem;}
section.banner .swiper-pagination-switch{    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;margin: 0 5px;background: #ffa200;opacity:1;transition:width 1s;-webkit-transition:width 1s;-moz-transition:width 1s;-ms-transition:width 1s;-o-transition:width 1s;}
    section.banner div.swiper_sm div.pagination{left: 0%;width:100%;bottom:1rem;}
section.banner .swiper-active-switch{width: 1.2rem;border-radius: 4px;}
section.banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 3.8rem;}
section.banner .tool{position: relative;height: 12rem; width: 100%; background:#ececec; no-repeat center center;background-size: cover;z-index: 2;}
section.banner .tool>.wrap{position: relative;height: 100%;}
section.banner .tool>.wrap>.tit{width: 100%;height: 3.2rem;background:url('../image/tool_bar.png') no-repeat top center; font-size: 14px; color: #5a9bb6; line-height:1; line-height: 4rem; letter-spacing: 2px; position: absolute;top: 0; left: 50%; transform: translate(-50%,-84%);-webkit-transform: translate(-50%,-84%);-moz-transform: translate(-50%,-84%);-ms-transform: translate(-50%,-84%);-o-transform: translate(-50%,-84%);text-align:center;}
section.banner .tool>.wrap>.tit>p{position: relative;}
section.banner .tool>.wrap>.tit>p>span{position: absolute;width: 1.25rem;height: 0.625rem;display: block;background:url('../image/tool.png') no-repeat center center;background-size:contain;left: 50%;
top:0.5rem;transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);-moz-transform:translateX(-50%);}
section.banner .tool>.wrap>.tool_detail{padding-top: 3rem;height: 9.4rem;}
section.banner .tool>.wrap>.tool_detail>.wrap{width: 94.6%; margin: 0 auto;height: 100%; }
section.banner .tool>.wrap>.tool_detail>.wrap>a{display: inline-block;float:left; width: 15.8%; text-align: center;position: relative;top: 50%;padding-top:4.4rem; background: url("../image/priceForm.png") no-repeat center top;font-size: 12px; color: #5a9bb6;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);-moz-box-sizing: content-box; -webkit-box-sizing: content-box; -o-box-sizing: content-box; -ms-box-sizing: content-box; box-sizing: content-box;}
section.banner .tool>.wrap>.tool_detail>.wrap>a>span{display:none;}
section.banner .tool>.wrap>.tool_detail>.wrap>a.notice{display:none;}
section.banner .tool>.wrap>.tool_detail>.wrap>a.contact{display:none;}
section.banner .tool>.wrap>.tool_detail>.wrap>div.box{width:15.8%;float:left;text-align:center;position: relative;top: 50%;font-size: 12px; color: #5a9bb6;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);}
section.banner .tool>.wrap>.tool_detail>.wrap>div.box>a{display: block;width:100%;padding-top:4.4rem; background: url("../image/data.png") no-repeat center top;font-size: 12px; color: #5a9bb6;-moz-box-sizing: content-box; -webkit-box-sizing: content-box; -o-box-sizing: content-box; -ms-box-sizing: content-box; box-sizing: content-box;}
section.banner .tool>.wrap>.tool_detail>.wrap>div.box>a:last-child{display: none;background: url("../image/search.png") no-repeat center top;}
section.banner .tool>.wrap>.tool_detail>.wrap span.line{display:inline-block;float:left; height: 66px;width:1px;background:#dcdcdc;vertical-align:top;}
section.banner .tool>.wrap>.tool_detail>.wrap>a.data{background-image: url("../image/data.png");}
section.banner .tool>.wrap>.tool_detail>.wrap>a.account{background-image: url("../image/car.png");}
section.banner .tool>.wrap>.tool_detail>.wrap>a.depart{background-image: url("../image/depart.png");}
section.banner .tool>.wrap>.tool_detail>.wrap>a.type{background-image: url("../image/search.png");}
section.banner .tool>.wrap>.tool_detail>.wrap>a.loan{background-image: url("../image/loan.png");}
section.select{display:none;}
/* tab样式 */
section.tab{position:relative;padding-top:0.5rem;background: #f7fafa;padding-top: 10px;padding-bottom: 0.5rem; }
section.tab>.wrap{display: block;overflow: hidden;position: relative;height: 30rem;}
section.tab>.wrap>.main{width:66%;height: 100%; }
section.tab>.wrap>.main>.tit{}
section.tab>.wrap>.main>.tit>ul>li{position: relative; display: inline-block;font-size: 18px;color: #888;letter-spacing: 2px; padding-left: 1.5rem; padding-right: 1.5rem;line-height:2.5rem;border-top: 1px solid #fafcfc;text-align: center;cursor: default;font-family:"Microsoft YaHei";}
section.tab>.wrap>.main>.tit>ul>li.active,
section.tab>.wrap>.main>.tit>ul>li:hover{color: #5a9bb6;border-color: #5a9bb6;background: #fff;position: relative;}
section.tab>.wrap>.main>.tit>ul>li img{position: absolute;top: 10%; left: 80%;}
/* 切换时样式 */
section.tab>.wrap>.main>.cont{position: relative;width: 100%;height: 27rem;}
section.tab>.wrap>.main>.cont.flow{overflow:hidden;}
section.tab>.wrap>.main>.cont>.wrap{position:absolute;top: 0;left: 0;overflow: hidden;height: 100%;}
section.tab>.wrap>.main>.cont>.wrap>.item{float: left;height: 100%;}
section.tab>.wrap>.main>.cont>.wrap>.item>div.swiper-container{height: 100%;}
section.tab div.ad{position:absolute;left:100%;top:0px;}

/* 免税购车须知 */

section.tab>.wrap>.main>.cont>.wrap>.notice{background: #fff;height: 27.5rem;}
section.tab>.wrap>.main>.cont>.wrap>.notice>.item_choice{width: 86.5%; margin: 0 auto;padding-top: 2.5rem;padding-bottom: 2.5rem;}
section.tab>.wrap>.main>.cont>.wrap>.notice>.item_choice>ul>li{display: inline-block;width: 17.5%;padding-left: 9%; margin-right:19%;font-size: 1.2rem;color: #888888;font-weight: 600;line-height: 3.8rem; background: url("../image/confirm.png") no-repeat left center;background-size: 36%; }
section.tab>.wrap>.main>.cont>.wrap>.notice>.item_choice>ul>li:last-child{margin-right: 0%;}
section.tab>.wrap>.main>.cont>.wrap>.notice>.item_choice>ul>li:nth-child(2){background-image: url("../image/choose.png"); }
section.tab>.wrap>.main>.cont>.wrap>.notice>.item_choice>ul>li:nth-child(3){background-image: url("../image/process.png"); }
section.tab>.wrap>.main>.cont>.wrap>.notice>.item_choice>ul>li.active{color: #3e6b8c;}
section.tab>.wrap>.main>.cont>.wrap>.notice>.item_choice>ul>li:nth-child(1).active{background-image: url("../image/confirm_active.png");}
section.tab>.wrap>.main>.cont>.wrap>.notice>.item_choice>ul>li:nth-child(2).active{background-image: url("../image/choose_active.png");}
section.tab>.wrap>.main>.cont>.wrap>.notice>.item_choice>ul>li:nth-child(3).active{background-image: url("../image/process_active.png");}
/* 确认资格 */
section.tab>.wrap>.main>.cont>.wrap>.notice>.choice_cont{width: 86.5%; margin: 0 auto;padding-bottom: 1rem;position: relative;}
section.tab>.wrap>.main>.cont>.wrap>.notice>.choice_cont>div{}
section.tab>.wrap>.main>.cont>.wrap>.notice>.choice_cont>.txt{position: relative;position: absolute;top: 0; left: 0;width: 100%;}
section.tab>.wrap>.main>.cont>.wrap>.notice>.choice_cont>.txt>ul>li{font-size: 18px; color: #666;line-height: 1.2; margin-bottom: 1.5rem;padding-left: 5%;background: url("../image/first.png") no-repeat left center;background-size: 2.5%;}
section.tab>.wrap>.main>.cont>.wrap>.notice>.choice_cont>.txt>ul>li:nth-child(2){background-image: url("../image/second.png");}
section.tab>.wrap>.main>.cont>.wrap>.notice>.choice_cont>.txt>ul>li:nth-child(3){background-image: url("../image/third.png");}
section.tab>.wrap>.main>.cont>.wrap>.notice>.choice_cont>.txt>ul>li:nth-child(4){background-image: url("../image/forth.png");}
section.tab>.wrap>.main>.cont>.wrap>.notice>.choice_cont>.txt>.get_detail{position: absolute; bottom: 0; right: 1rem;background: url("../image/more_details.png") no-repeat right center;background-size:18%;}
section.tab>.wrap>.main>.cont>.wrap>.notice>.choice_cont>.txt>.get_detail>a{font-size:18px ;color: #3e6b8c; padding-right: 2rem; }
/* 选定车型 */
section.tab>.wrap>.main>.cont>.wrap>.notice>.choice_cont>.txt.car{}
section.tab>.wrap>.main>.cont>.wrap>.notice>.choice_cont>.car>div{width: 100%;}
section.tab>.wrap>.main>.cont>.wrap>.notice>.choice_cont>.car>.search>div{display:block;padding-bottom:1rem;}
section.tab>.wrap>.main>.cont>.wrap>.notice>.choice_cont>.car>.search .box{margin-right: 1.5rem;width: 34%;}
section.tab>.wrap>.main>.cont>.wrap>.notice>.choice_cont>.car>.search .box>input{height: 1.9rem; border: 1px solid #e3e3e3;font-size: 12px; color: #666;padding-left: 0.9rem;width: 80%; font-family: "MicrosoftYaHei";line-height: 1.9rem;box-sizing: border-box;}
section.tab>.wrap>.main>.cont>.wrap>.notice>.choice_cont>.car>.search .box>button{font-family: "MicrosoftYaHei"; font-size: 12px; background: #5a9bb6;color: #fff; height:1.9rem; border: none;position: relative;top: -1px;width: 20%; cursor: pointer;box-sizing: border-box;}
section.tab>.wrap>.main>.cont>.wrap>.notice>.choice_cont>.car>.search .hot ul li{display: inline-block;}
section.tab>.wrap>.main>.cont>.wrap>.notice>.choice_cont>.car>.search .hot ul li a{font-size: 12px; color: #5a9bb6;padding-left: 0.2rem; padding-right: 0.2rem;}
section.tab>.wrap>.main>.cont>.wrap>.notice>.choice_cont>.car>.search .hot ul li:first-child a{color: #333;padding-left: 0; padding-right: 0;}
section.tab>.wrap>.main>.cont>.wrap>.notice>.choice_cont>.car>.search_detail>div{display: inline-block;}
section.tab>.wrap>.main>.cont>.wrap>.notice>.choice_cont>.car>.search_detail .brand,
section.tab>.wrap>.main>.cont>.wrap>.notice>.choice_cont>.car>.search_detail .series{width: 34%;margin-right: 3%;position: relative;}
section.tab>.wrap>.main>.cont>.wrap>.notice>.choice_cont>.car>.search_detail .brand p,
section.tab>.wrap>.main>.cont>.wrap>.notice>.choice_cont>.car>.search_detail .series p{font-size: 12px; color: #666;height: 1.9rem;border: 1px solid #e3e3e3;line-height: 1.9rem;padding-left: 0.9rem;background: url("../image/more.png") no-repeat 96% center;background-size: 3.5%; }
section.tab>.wrap>.main>.cont>.wrap>.notice>.choice_cont>.car>.search_detail .brand p.active,
section.tab>.wrap>.main>.cont>.wrap>.notice>.choice_cont>.car>.search_detail .series p.active{background-image:url('../image/less.png');}
section.tab>.wrap>.main>.cont>.wrap>.notice>.choice_cont>.car>.search_detail .brand>div,
section.tab>.wrap>.main>.cont>.wrap>.notice>.choice_cont>.car>.search_detail .series>div{display: none; border: 1px solid #e3e3e3;border-top: 0;padding-top: 0.5rem; padding-bottom: 0.5rem;position: absolute;top: 1.9rem; left: 0; width:calc(100% - 2px);}
section.tab>.wrap>.main>.cont>.wrap>.notice>.choice_cont>.car>.search_detail .brand>div ul,
section.tab>.wrap>.main>.cont>.wrap>.notice>.choice_cont>.car>.search_detail .series>div ul{ height: 8rem; overflow-y: scroll;} 
section.tab>.wrap>.main>.cont>.wrap>.notice>.choice_cont>.car>.search_detail .brand>div ul li,
section.tab>.wrap>.main>.cont>.wrap>.notice>.choice_cont>.car>.search_detail .series>div ul li{font-size: 12px; color:  #666; line-height: 1.8; padding-left: 6%;}
section.tab>.wrap>.main>.cont>.wrap>.notice>.choice_cont>.car>.search_detail .brand>div ul li:hover,
section.tab>.wrap>.main>.cont>.wrap>.notice>.choice_cont>.car>.search_detail .series>div ul li:hover{color: #fff; background: #5a9bb6;}
section.tab>.wrap>.main>.cont>.wrap>.notice>.choice_cont>.car>.search_detail .btn{margin-right: 4%;}
section.tab>.wrap>.main>.cont>.wrap>.notice>.choice_cont>.car>.search_detail .btn button{font-size: 12px; background: #5a9bb6;color: #fff; height: calc(1.9rem + 2px); border: none;position: relative;top: -1px;width: 120%; cursor: pointer;box-sizing: border-box;font-family: "MicrosoftYaHei";}
section.tab>.wrap>.main>.cont>.wrap>.notice>.choice_cont>.car>.search_detail .more a{font-size:12px; color: #5a9bb6; }
/* 购车流程 */
/* 最新动态 */
section.tab>.wrap>.main>.cont>.wrap>.dynamic .swiper-slide>.news{position:relative; margin-bottom:0.4rem; background: #fff;height: 8rem;}
section.tab>.wrap>.main>.cont>.wrap>.dynamic .swiper-slide>.news .mark{position:absolute;top:0;right: 0;display:block;width:30px;height: 30px;}
section.tab>.wrap>.main>.cont>.wrap>.dynamic .swiper-slide>.news .mark img{width:100%;}
section.tab>.wrap>.main>.cont>.wrap>.dynamic .swiper-slide>.news>a{position:relative; display: block;width: 100%; height: 100%;}
section.tab>.wrap>.main>.cont>.wrap>.dynamic .swiper-slide>.news>a>div{display: inline-block;vertical-align:middle;}
section.tab>.wrap>.main>.cont>.wrap>.dynamic .swiper-slide>.news>a>.img{width: 23%;margin-right:2%; height: 100%;background: url("../image/trend/news_01.png") no-repeat center center; background-size: 84%;}
section.tab>.wrap>.main>.cont>.wrap>.dynamic .swiper-slide>.news>a>.txt{width: 73%;position: relative;transform: translateY(0%);-webkit-transform: translateY(0%);-moz-transform: translateY(0%);-ms-transform: translateY(0%);-o-transform: translateY(0%);}
section.tab>.wrap>.main>.cont>.wrap>.dynamic .swiper-slide>.news>a>.txt h4{font-size:1rem; color: #333; font-weight: 600;margin-bottom:14px;width: 100%;white-space: nowrap;  
    overflow: hidden;  
    text-overflow: ellipsis;  }
section.tab>.wrap>.main>.cont>.wrap>.dynamic .swiper-slide>.news>a>.txt p{font-size: 12px; color: #666;line-height: 1.8;letter-spacing:1px;}
section.tab>.wrap>.main>.cont>.wrap>.dynamic .swiper-slide>.news>a>.txt p.time{color: #5a9bb6;line-height:2;letter-spacing:0px;}
section.tab>.wrap>.main>.cont>.wrap>.dynamic .swiper-container .swiper-wrapper{margin-bottom: 6px;}
section.tab .swiper-container .swiper-pagination{position: relative;background: #fff;margin-top: 10px;}
section.tab .swiper-container .pagination{text-align:center; position: absolute; background: #fff; margin-top: 0px; width: 100%; height: 1.8rem; left: 0%; bottom: 0%; z-index: 10;}
section.tab .swiper-container .pagination .swiper-pagination-switch{width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;margin: 0 5px;}
section.tab .swiper-container .pagination .swiper-active-switch{    opacity: 1;
    background: #007aff;}

section.tab>.wrap>.main>.cont>.wrap>.dynamic .swiper-slide>.news.noimg>a>.img{width: 0%;margin-right:0%; }
section.tab>.wrap>.main>.cont>.wrap>.dynamic .swiper-slide>.news.noimg>a>.txt{width: 95%;margin-left:2%;}

section.tab>.wrap>.main>.cont>.wrap>.policy .swiper-slide>.news.noimg>a>.img{width: 0%;margin-right:0%; }
section.tab>.wrap>.main>.cont>.wrap>.policy .swiper-slide>.news.noimg>a>.txt{width: 95%;margin-left:2%;}

section.tab>.wrap>.main>.cont>.wrap>.about .swiper-slide>.news.noimg>a>.img{width: 0%;margin-right:0%; }
section.tab>.wrap>.main>.cont>.wrap>.about .swiper-slide>.news.noimg>a>.txt{width: 95%;margin-left:2%;}


/* 优惠政策 */
section.tab>.wrap>.main>.cont>.wrap>.policy .swiper-container{width: 100%;}
section.tab>.wrap>.main>.cont>.wrap>.policy .swiper-slide>.news{margin-bottom: 6px; background: #fff;height: 8rem;}
section.tab>.wrap>.main>.cont>.wrap>.policy .swiper-slide>.news>a{display: block;width: 100%; height: 100%;}
section.tab>.wrap>.main>.cont>.wrap>.policy .swiper-slide>.news>a>div{display: inline-block;    vertical-align: middle;}
section.tab>.wrap>.main>.cont>.wrap>.policy .swiper-slide>.news>a>.img{width: 23%;margin-right:2%; height: 100%;background: url("../image/trend/news_01.png") no-repeat center center; background-size: 84%;}
section.tab>.wrap>.main>.cont>.wrap>.policy .swiper-slide>.news>a>.txt{width: 73%;position: relative;transform: translateY(0%);-webkit-transform: translateY(0%);-moz-transform: translateY(0%);-ms-transform: translateY(0%);-o-transform: translateY(0%);}
section.tab>.wrap>.main>.cont>.wrap>.policy .swiper-slide>.news>a>.txt h4{font-size: 1rem; color: #333; font-weight: 600;margin-bottom: 1rem; }
section.tab>.wrap>.main>.cont>.wrap>.policy .swiper-slide>.news>a>.txt p{font-size: 12px; color: #666;line-height: 1.8;}
section.tab>.wrap>.main>.cont>.wrap>.policy .swiper-slide>.news>a>.txt p.time{color: #5a9bb6;}
section.tab>.wrap>.main>.cont>.wrap>.policy .swiper-container .swiper-wrapper{margin-bottom: 6px;}
section.tab .swiper-container .swiper-pagination{position: relative;background: #fff;z-index: 0;}
/* 购车相关 */
section.tab>.wrap>.main>.cont>.wrap>.about .swiper-container{width: 100%;}
section.tab>.wrap>.main>.cont>.wrap>.about .swiper-slide>.news{margin-bottom: 6px; background: #fff;height: 8rem;}
section.tab>.wrap>.main>.cont>.wrap>.about .swiper-slide>.news>a{display: block;width: 100%; height: 100%;}
section.tab>.wrap>.main>.cont>.wrap>.about .swiper-slide>.news>a>div{display: inline-block;    vertical-align: middle;}
section.tab>.wrap>.main>.cont>.wrap>.about .swiper-slide>.news>a>.img{width: 23%;margin-right:2%; height: 100%;background: url("../image/trend/news_01.png") no-repeat center center; background-size: 84%;}
section.tab>.wrap>.main>.cont>.wrap>.about .swiper-slide>.news>a>.txt{width: 73%;position: relative;transform: translateY(0%);-webkit-transform: translateY(0%);-moz-transform: translateY(0%);-ms-transform: translateY(0%);-o-transform: translateY(0%);}
section.tab>.wrap>.main>.cont>.wrap>.about .swiper-slide>.news>a>.txt h4{font-size: 1rem; color: #333; font-weight: 600;margin-bottom: 1rem; }
section.tab>.wrap>.main>.cont>.wrap>.about .swiper-slide>.news>a>.txt p{font-size: 12px; color: #666;line-height: 1.8;}
section.tab>.wrap>.main>.cont>.wrap>.about .swiper-slide>.news>a>.txt p.time{color: #5a9bb6;}
section.tab>.wrap>.main>.cont>.wrap>.about .swiper-container .swiper-wrapper{margin-bottom: 6px;}


/* 推荐车型 */
section.tab>.wrap>.recomond{width:33.3%;position: absolute;right: 0%;height: 100%; }
section.tab>.wrap>.recomond div.swiper-wrapper{height: 100%;}
section.tab>.wrap>.recomond div.swiper-wrapper div.swiper-slide{width: 100%;}
section.tab>.wrap>.recomond>.tit{}
section.tab>.wrap>.recomond>.tit>ul>li{font-size: 14px; color: #888;display: inline-block;line-height: 2.5rem;box-sizing: border-box;cursor:default;}
section.tab>.wrap>.recomond>.tit>ul>li span{line-height: 0.8;/* border-right: 1px solid #5a9bb6; */padding-left: 14px; padding-right:14px;letter-spacing:1px; }
section.tab>.wrap>.recomond>.tit>ul>li.active{font-size:0.9rem ;color: #5a9bb6;background: #fff;border-top: 1px solid #3e6b8c;border-bottom: none;}
section.tab>.wrap>.recomond>.tit>ul>li.active span,
section.tab>.wrap>.recomond>.tit>ul>li:last-child span{border-right: none;}
section.tab>.wrap>.recomond>.tit>ul>li.active{color: #5a9bb6;}
section.tab>.wrap>.recomond>.cont{height: 27rem;overflow: hidden; }
section.tab>.wrap>.recomond>.cont .swiper-slide .item{ background: #fff;   margin-bottom: 0.4rem;  height: 8rem;padding-top: 1rem; padding-bottom: 1rem; }
section.tab>.wrap>.recomond>.cont .swiper-slide .item>a{display: block;width: 91%; margin: 0rem auto;height: 100%; border:1px solid #fff;position: relative;}
section.tab>.wrap>.recomond>.cont .swiper-slide .item>a>div{display: inline-block;height: 100%;}
section.tab>.wrap>.recomond>.cont .swiper-slide .item>a>.img{width: 46%;background: url("../image/trend/recommond_01.png") no-repeat center center;background-size: 88%;}
section.tab>.wrap>.recomond>.cont .swiper-slide .item>a>.txt{width: 52%;position: absolute;display: block;right: 0;top: 50%;height: auto;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);}
section.tab>.wrap>.recomond>.cont .swiper-slide .item>a>.txt h5{font-size: 14px; color: #666;font-weight: normal;margin-bottom: 1rem;}
section.tab>.wrap>.recomond>.cont .swiper-slide .item>a>.txt p{font-size: 14px; color: #999;line-height: 1.2;}
section.tab>.wrap>.recomond>.cont .swiper-slide .item>a>.txt p span{font-size:24px ;color: #5a9bb6;}
section.tab>.wrap>.recomond>.cont .swiper-slide .item>a>.txt p:last-child{padding-bottom: 6px;}
section.tab>.wrap>.recomond>.cont .swiper-slide .item>a:hover{border-color:#b1d0dd; }
section.tab>.wrap>.recomond>.cont>div{height: 100%; overflow: hidden;position: relative;}
section.tab .swiper-container-recomond .swiper-pagination{position: relative;background: #fff;z-index: 0;margin-top: 10px;}
section.tab div.more{display:none;}
/* 免税购车品牌 */
section.duty_free{background: #f7fafa;padding-bottom: 1.4rem;}
section.duty_free>div{}
section.duty_free>div>.tit>span{font-size: 0.9rem;color: #888;letter-spacing: 2px; padding-left: 1.5rem; padding-right: 1.5rem;line-height: 2;border-top: 1px solid #5a9bb6;background: #fff;line-height: 2;display: inline-block; }
section.duty_free>div>.cont{background: #fff;padding-left:3%;padding-right: 3%;padding-top: 2rem; padding-bottom: 1rem; }
section.duty_free>div>.cont>div{display: inline-block;float:left; width: 13.9%;text-align: center; padding-top:5rem; background: url("../image/benz.png") no-repeat top center;background-size: 40%; }
section.duty_free>div>.cont>div:last-child{margin-right: 0%;font-size: 14px; color: #666666;}
section.duty_free>div>.cont>div:nth-child(2){background-image: url("../image/toyota.png");background-size: 50%;}
section.duty_free>div>.cont>div:nth-child(3){background-image: url("../image/bmw.png");background-size: 38%;}
section.duty_free>div>.cont>div:nth-child(4){background-image: url("../image/landrover.png");background-size: 60%;}
section.duty_free>div>.cont>div:nth-child(5){background-image: url("../image/audi.png");background-size: 60%;}
section.duty_free>div>.cont>div:nth-child(6){background-image: url("../image/volkswagen.png");}
section.duty_free>div>.cont>div:nth-child(7){background-image: url("../image/volvo.png");}
section.duty_free>div>.cont>div.item_sm{display:none;}
section.duty_free>div>.cont>div.swiper-container{padding-top:0px;width: 100%;background:none;}
section.duty_free>div>.cont>div.swiper-container>div.swiper-wrapper{}
section.duty_free>div>.cont>div.swiper-container>div.swiper-wrapper>div.swiper-slide{display: inline-block;float:left;text-align: center; }
section.duty_free>div>.cont>div.swiper-container>div.swiper-wrapper>div.swiper-slide>a{display: block;font-size:1rem;color: #666;padding-top:0px; }
section.duty_free>div>.cont>div.swiper-container>div.swiper-wrapper>div.swiper-slide>a>span.icon{display: block;width: 80%;margin:0 auto;background: url("../image/benz.png") no-repeat top center;background-size: contain;height: 3rem;margin-bottom:0.6rem;}

/* 底部 */
footer{background: #3e6b8c;color: #fff;padding-top: 2.2rem;}
footer>div>.cont{width: 98%; margin: 0 auto;margin-bottom: 3rem;}
footer>div>.cont>div{display: inline-block;}
footer>div>.cont .link{width: 88%;}
footer>div>.cont .link>div{width: 16.5%;}
footer>div>.cont .link>div:last-child{width: 34%;}
footer>div>.cont .link .item{position:relative;}
footer>div>.cont .link .item>div.txt h4{font-size: 16px; color: #fff; font-weight: 600;margin-bottom: 20px;display:inline-block;width:94%;vertical-align:top;}
footer>div>.cont .link .item>div.txt>div>ul>li>a{font-size: 12px; color: #fff;line-height: 2;letter-spacing: 1px; }

footer>div>.cont .link .item>div.txt>div>ul>li{line-height:32px;}
footer>div>.cont .link .item>span.line{position:absolute;top:0;left: 0; display:inline-block;width:1px;height: 220px;background:#4a7493;}
footer>div>.cont .link .item>div.txt{display:inline-block;margin-left:14px;vertical-align:top;}
footer>div>.cont .link .item>div.txt>div{height: 206px;}
footer>div>.cont .link .item>div.txt>div>ul{display: inline-block;height: 100%;width:100%;}
footer>div>.cont .link .item:last-child>div.txt>div>ul>li{width:100px;display:inline-block;}
footer>div>.cont .link .item:last-child>span.line{height: 280px;}
footer>div>.cont .link .item>div{position: relative;display:inline-block;width:94%;vertical-align:top;}
footer>div>.cont .link .item.last ul:last-child{/* float: right; */}
footer>div>.cont .code h4{font-size: 1rem; color: #fff; font-weight: 600;margin-bottom: 1rem;text-align: center;}
footer>div>.cont .code{width:11%;position:relative;}
footer>div>.cont .code span.line{position:absolute;top:0;left: 0; display:inline-block;width:1px;height: 220px;background:#4a7493;}
footer>div>.cont .code div.txt{text-align:center;}
footer>div>.cont .code div.txt>div{text-align: center;background: #fff; color: #333; font-size: 12px;height: 120px;width:94px;margin:0 auto;}
footer>div>.cont .code div.txt>div img{margin-top:6px;}
footer>div>.copy_right{width: 70%; margin: 0 auto;text-align: center;font-size: 12px;line-height: 2;padding-bottom: 30px;}
footer>div>.copy_right p:last-child{line-height: 3;}
/* 手机端底部样式隐藏 */
section.foot_sm,
div.toTop{display:none;}

section.tab>.wrap>.main>.cont>.wrap>.item.marquee{
	
	overflow:hidden;
}
section.tab>.wrap>.main>.cont>.wrap>.item.marquee>div{position:relative;padding-bottom:1.6rem;}
section.tab>.wrap>.main>.cont>.wrap>.item.marquee>div>ul{}
section.tab>.wrap>.main>.cont>.wrap>.item.marquee>div>ul>li{
	float:left;
}
section.tab>.wrap>.main>.cont>.wrap>.item.marquee>div.page>ul>li{
	float:none;
}
section.tab>.wrap>.main>.cont>.wrap>.item.marquee>div.page{
	position:absolute;
	bottom:0%;
	left:0%;
	width: 100%;
	height: 1rem;
	background:#fff;

}
section.tab>.wrap>.main>.cont>.wrap>.dynamic>div>ul>li>div.news{position:relative; padding-bottom: 6px; height: 9rem;}
section.tab>.wrap>.main>.cont>.wrap>.dynamic>div>ul>li>div.news>a{background: #fff;}
section.tab>.wrap>.main>.cont>.wrap>.dynamic>div>ul>li>div.news .mark{position:absolute;top:0;right: 0;display:block;width:30px;height: 30px;}
section.tab>.wrap>.main>.cont>.wrap>.dynamic>div>ul>li>div.news .mark img{width:100%;}
section.tab>.wrap>.main>.cont>.wrap>.dynamic>div>ul>li>div.news>a{position:relative; display: block;width: 100%; height: 100%;}
section.tab>.wrap>.main>.cont>.wrap>.dynamic>div>ul>li>div.news>a>div{display: inline-block;}
section.tab>.wrap>.main>.cont>.wrap>.dynamic>div>ul>li>div.news>a>.img{width: 25%;height: 100%;background: url("../image/trend/news_01.png") no-repeat center center; background-size: 84%;}
section.tab>.wrap>.main>.cont>.wrap>.dynamic>div>ul>li>div.news>a>.txt{width: 73%;position: relative;transform: translateY(0%);-webkit-transform: translateY(0%);-moz-transform: translateY(0%);-ms-transform: translateY(0%);-o-transform: translateY(0%);}
section.tab>.wrap>.main>.cont>.wrap>.dynamic>div>ul>li>div.news>a>.txt h4{font-size:20px; color: #333; font-weight: 600;margin-bottom:14px; }
section.tab>.wrap>.main>.cont>.wrap>.dynamic>div>ul>li>div.news>a>.txt p{font-size: 12px; color: #666;line-height: 1.8;}
section.tab>.wrap>.main>.cont>.wrap>.dynamic>div>ul>li>div.news>a>.txt p.time{color: #5a9bb6;line-height:2;}
section.tab>.wrap>.main>.cont>.wrap>.dynamic .swiper-container .swiper-wrapper{margin-bottom: 6px;}
section.tab .swiper-container .swiper-pagination{position: absolute;background: #fff;margin-top:0px;width: 100%;
height: 1.8rem;
left: 0%;bottom:0%;z-index:10;}
/* 推荐车型样式补充 */
section.tab>.wrap>.recomond>.cont>ul.type{width: 500%;position:relative;left: 0%;height: 100%; }
section.tab>.wrap>.recomond>.cont>ul.type>li.item{width:20%;float:left;height: 100%; }
section.tab>.wrap>.recomond>.cont>ul.type>li.item>div.box{height: 100%;position:relative; }
section.tab>.wrap>.recomond>.cont>ul.type>li.item>div.box>div.swiper-container{height: 100%; }
/* 手机版banner */
section.banner .swiper_sm{display:none;}
section.tab div.wrap div.main div.cont div.wrap div.item div.swiper-container div.more{
	    position: absolute;
	    display: inline-block;
	    right: 10px;
	    bottom:0px;
	    background: #fff;
	    margin-top: 0px;
	    width: 100%;
	    height: 1.8rem;
	    line-height:1.8rem;
	    z-index: 11;
	    width: 100px;
	    text-align:right;
}
section.tab div.wrap div.main div.cont div.wrap div.item div.swiper-container div.more a{
	font-size: 14px;
    color: #666;
}