html,body{
    font-size: 16px;
	overflow-x:hidden;
}
*{
	padding: 0;
	margin: 0;
}
[v-cloak] {
    display: none !important;
}
.h4, h4{font-size: 16px;}
dl,dd,dt{margin:0;padding:0;}
ul li{list-style-type:none;}
a:hover, a:focus{text-decoration:none;}
.clear{clear:both}
.form-control {
	height: 36px;
	font-size: 15px;
	border: solid 1px #d4d4d4;
	border-radius: 0;
	-webkit-box-shadow: none;
    box-shadow: none;
}
.wrap{
    width: 100%;
}
.wrap .main{
    width: 1122px;
    max-width: 1122px;
    margin: 0 auto;
    /*overflow-x: auto;*/
}
.sec1{
    margin-top: 10px;
}
.sec1 .topbar{
    font-size: 15px;
	color: #999;
	padding-right: 10px;
}
.sec1 .topw{
    padding: 0 6px;
}
.sec1 .see-qrcode :hover{
	color: red;
	cursor:pointer;
}
.tline{
	width: 100%;
    margin-top: 10px;
	border-bottom: 1px solid #EAEAEA;
    border-color: rgba(0,0,0,.08);
    box-shadow: 0 1px 3px rgba(0,0,0,.03);
}
.sec2{
    margin: 20px auto 10px;
}
.sec2>div:first-of-type{
    padding: 0 2px;
}
.sec2 .location{
    position: relative;
	margin: 18px 34px 0 -47px;
    cursor: pointer;	
}
.sec2 .location span{
	position: absolute;
    padding: 4px 0 0 6px;
	font-size: 15px;
}
.sec2 .location:hover .city-list{
    display: block;
}
.sec2 .location .city-list{
	border: 1px solid #ff3938;
	padding: 5px;
    width: 192px;
    position: absolute;
    background: white;
    z-index: 9;
    display: none;
}
.sec2 .location .city-list div{
    width: 60px;
    text-align: center;
    font-size: 14px;
}
.sec2 .location .city-list div:hover{
    background-color: #e1e1e1;
    cursor: pointer;
}
.sec2 .yosearch{
	float: left;
    width: 480px;
    vertical-align: middle;
}
.sec2 .yosearch .form-group{
	background: #ff3938;
    height: 36px;
    border-radius: 3px;
    position: relative;
    padding: 2px;
}
.sec2 .yosearch input{
	height: 32px;
    line-height: 32px;
    padding: 0 10px;
    width: 360px;
    overflow: hidden;
    float: left;
    font-size: 14px !important;
    background: #fff;
    border: none;
}
.sec2 .yosearch input:focus {
	outline:none;
}
.sec2 .yosearch span{
	width: 88px;
    height: 32px;
    float: left;
    display: block;
    color: #fff;
    line-height: 32px;
    font-size: 20px;
	cursor:pointer;
	justify-content: center;
    align-items: center;
	display: flex;
    display: -webkit-flex;
}
.sec2 .yosearch .hot-car{
	font-size: 13px;
    margin-top: 10px;
	position: relative;
	padding: 0;
}
.yosearch .hot-car dt {
    float: left;
    color: #6a6666;
	margin-right: 5px;
}
dt {
    font-weight: bold;
	display: block;
}
.yosearch .hot-car dd {
    float: left;
    margin-right: 10px;
    margin-top: 0;
	display: block;
}
.yosearch .hot-car dd a{
    cursor:pointer;
}
.yoyo-navbar {
    font-size: 16px;
    margin-top: 20px;
    height: 38px;
    border-bottom: solid 2px #ff3938;
}
.yoyo-navbar .panel-title {
    float: left;
    width: 290px;
    height: 38px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    background: #ff3938;
    color: #fff;
    float: left;
    font-weight: 700;
}
.yoyo-navbar .main-nav li {
    position: relative;
    float: left;
    margin-left: 55px;
}
.yoyo-navbar .main-nav li.active a, .yoyo-navbar .main-nav a:hover {
    color: #FF3938;
}
.yoyo-navbar .main-nav a {
    font-size: 16px;
    font-weight: 700;
    display: block;
    padding: 0 15px;
    color: #666;
    line-height: 38px;
}
.see-qrcode:hover .wx{
    display: block;
}
.wx{
    display: none;
}
.sec3{
    /* background-image: url(""); */
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
}
.sec3>div:first-of-type{
	width: 290px;
    height: 402px;
    top: 0px;
    left: 15px;
    z-index: 8;
    background: #fff;
}
.sec3 .count-box{
	position: absolute;
	margin-left: -30px;
	background: #FF3938;
    width:30px;
	padding: 10px 6px;
	line-height: 25.1px;
	font-size: 16px;
	text-align: center;
}
.sec3 .count-box span{
	color: #fdfc02;
}
.sec3 .sign-box{
	padding-top: 10px;
	background: #f0f0f0;
    padding: 8px 10px 10px;
    border: solid 1px #e6e6e6;
	color: #55595c;
}
.sec3 .sign-box .sign-title h4{
	padding: 8px;
	margin: 0;
	text-align: center;
	font-weight: bold;	
}
.sec3 .sign-box .sign-title h5{
	padding: 10px 0 5px;
	margin: 0;
	font-weight: 600;
	font-size: 17px;
}
.sec3 .sign-box .sign-form .brand-select{
	width: 100%;
	height: 36px;
	margin: 6px 0;
}
.sign-box .sign-form .brand-select select{
	margin-bottom: 6px;
	border: none;
}
.sec3 .sign-box .sign-form .brand-select .brandm{
    width: 47%;
}
.sec3 div span.color{
    color: #ff5714;
}
.sec3 div button.bm{
    font-size: 20px;
    padding:3px !important;
    color: #fff;
    background-color: #FF5752;
    border-color: #FF5752;
	margin-top: 6px;
	border-radius: 2px;
}
.sec3 div input{
    width: 100%;
    margin: 6px 0;
    height: 36px;
    font-size: 15px;
    color: #000;
    padding: 3px 15px;
	font-weight: 500;
    border: none;
    outline: none;
}
.sec3 div .way{
    font-size: 12px;
    padding: 5px 0;
    margin-bottom: 6px;
}
.sec3 div .way a{
    color: #333;
    width: 70px;
    display: inline-block;
    text-align: center;
}
.sec3 div .way a.active{
    border: solid 1px #00548b;
}
.sec3 div p{
    margin: 6px 0;
    text-align: center;
}
.sec3 div.sign{
    font-size: 12px;
    margin: 5px 0;
}
.sec3 .list-b{
	height: 141px;
    border: solid 1px #e6e6e6;
	color: #55595c;
	background: rgba(255,255,255,0.8);
}
.sec3 div .signin-list{
    height: 100px;
    margin-top: 4px;
    background-color: #fff;
    overflow: hidden;
	padding:0 8px;
}
#userList{
    width: 90%;
	min-width: 200px;
}
#userList .signin-slide{
    background-repeat:no-repeat;
    background-color: #030713;
    background-position: center center;
    background-size: cover;
}
.sec3 .sign-tel{
	border-top: solid 1px #e6e6e6;
    margin-top: 8px;
	font-size: 13.6px;
    color: #6a6666;
	text-align: center;
}
.sec3 div .signin-list ul{
    background-color: #fff;
    color: #333;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    transition-duration: .2s;
}
.swiper-container{
    width: 100%;
    min-width: 800px;
}
.swiper-slide{
    background-repeat:no-repeat;
    background-color: #e6e6e6;
	/* background-color: #030713; */
    background-position: center center;
    background-size: cover;
}
.swiper-slide span{
    padding-left:10px;
}
.sec3>div:last-of-type{
    width: 820px;
    height: 390px;
    overflow: hidden;
	margin: 10px 0px 0px 10px;
}
.service-inline {
	margin: 20px 0;
}
.service-inline ul {
    display: table;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}
.service-inline ul li {
    display: table-cell;
    width: 16.666666%;
    margin: 0;
    padding: 5px 0;
    border-right: 1px solid #e6e6e6;
    vertical-align: top;
}
.service-inline ul li:last-of-type {
    border-right: 0px solid #e6e6e6;
}
.service-inline ul li .service-info h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #222;
    margin: 2px 0;
    font-weight: bold;
}
.service-inline ul li .service-info p {
    color: #888;
    margin: 0;
    font-size: 12px;
}
.service-inline [class*=glyphicon-] {
    display: inline-block;
    font-style: normal;
	margin: 0 12px;
	font-size: 34px;
    color: #FF3838;
}
.adv{
    margin: 20px 0;
}
.title{
    border-bottom: solid 2px #e6e6e6;
    height: 38px;
    padding-left: 0px;
}
.title h3{
    float: left;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    line-height: 38px;
    color: #261d18;
	margin: 0 0 20px;
}
.title span {
    font-size: 14px;
    line-height: 20px;
    padding-left: 10px;
    float: left;
    margin-top: 13px;
}
.top-brand li{
    padding: 3px;
}
.latest-show {
    margin-bottom:25px;
}
.latest-show li{
    padding:0 5px;
}
/* .latest-show li .d{
    color: #040000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.latest-show li p{
    margin: 0;
    font-size: 12px;
    color: #414141;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} */
.latest-brand {
    margin-left: -7px;
}
.latest-brand li{
    margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 0;
}
.br-box {
    border: solid 1px #e6e6e6;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	padding: 10px 0;
}
.latest-brand li p{
    color: #00548b;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 0;
}
.latest-brand li .logo{
    width: 102px;
    height: 102px;
    margin: 0 auto;
    position: relative;
}
.latest-brand li .logo a{
    height: 100%;
    overflow: hidden;
}
.latest-brand li .logo a>div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(80,113,165,.7);
    color: #fff;
    text-decoration: underline;
    line-height: 6;
    display: none;
}
.latest-brand li .logo:hover a>div{
    display: block;
}
.more-brand {
    margin: 15px;
    text-align: center;
}
.more-brand .btn-default {
    background-color: #e6e6e6;
    color: #576366;
    width: 15%;
	border-color: #ddd;
}
.more-brand .btn {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.1rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.latest-show .info-item {
	text-align: center;
	padding: 10px 10px;
}
.latest-show .info-item h4{
	margin:0 0 5px;
	width: 245px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.latest-show .info-item p {
    color: #999;
	font-size: 14px;
	width: 250px;
    line-height: 20px;
	margin: 3px;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space:nowrap; 
}
.links-title {
    border-top: 1px solid #E8E8E8;
    width: 100%;
    height: 42px;
    line-height: 22px;
}
.links-title h4{
	margin-top: 20px;
    font-size: 14px;
	color: #55595c;
}
.links-box {
	position: absolute;
    float: left;
    width: 100%;
    font-size: 12px;
    padding-top: 5px;
}
.links-box span {
    margin-right: 20px;
    margin-top: 5px;
    display: inline-block;
}
.links-box span a{
	color: #999;
}
.zhanwei{
	height: 20px;
}
.titlem{
    border-bottom: solid 2px #e6e6e6;
    height: 28px;
    padding-left: 0px;
}
.titlem h3{
    float: left;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    line-height: 20px;
    color: #261d18;
	margin: 0 0 20px;
}
.titlem span {
    font-size: 14px;
    line-height: 2px;
    padding-left: 10px;
    float: left;
    margin-top: 13px;
}
.latest-model li{
    padding:0 5px;
	margin:10px 0;
}
.latest-model .br-box {
    border: solid 1px #e6e6e6;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	padding: 0;
}
.latest-model .info-item {
	border-top: solid 1px #e6e6e6;
	text-align: center;
	overflow:hidden;
}
.latest-model .info-item .col-xs-8 {
	padding: 10px 10px;
}
.latest-model .info-item .col-xs-4 {
	padding: 0px 5px;
}
.latest-model .info-item h4{
	margin:0 0 5px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.latest-model .info-item p {
    color: #999;
	font-size: 14px;
    line-height: 20px;
	margin: 3px;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space:nowrap; 
}
.footer {
    position: relative;
    z-index: 9;
    clear: both;
    margin-top: 45px;
    padding-top: 30px;
    padding-bottom: 1.5rem;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #464646;
    border-top: 5px solid #A2A2A2;
}
/* .footer .site-info {
    width: 60%;
    float: left;
    text-align: left;
} */
.footer .site-contact {
    width: 100%;
    overflow: hidden;
}
.footer .site-contact .site-weixin {
	width: 50%;
    float: left;
	text-align: center;
}
.footer .site-contact .site-weixin .er_info {
	justify-content: center;
    align-items: center;
	display: flex;
    display: -webkit-flex;
}
.site-contact .site-weixin .er_info .col-xs-4{
	padding: 0;
}
.site-contact .site-weixin img{
	width: 130px;
	height: 130px;
	margin: 0 10px;
}
.site-contact .site-weixin h4{
	margin: 10px 0;
	padding-top: 0;
}
.footer .site-contact .site-tel {
    width: 50%;
    float: right;
    text-align: center;
    border-left: 1px solid #666;
}
.site-contact .site-tel h4{
    margin: 20px;
	font-size: 18px;
}
.site-contact .site-tel .phone {
    margin: 0 0 5px;
    font-size: 22px;
    line-height: 1;
    color: #FFCC00;
}
.site-contact .site-tel p {
    margin-top: 1.6rem;
}
.footer .site-copyright {
    margin-top: 30px;
    width: 100%;
    border-top: 1px solid #666;
    padding-top: 30px;
    color: #ccc;
}
.bottom-img div{
    width: 320px;
    height: 180px;
    overflow: hidden;
}
.bottom-img div+div{
    margin-top: 15px;
}
.infomation ul{
    width: 100%;
	margin-top: 25px;
}
.infomation ul li{
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 15px;
}
.infomation ul li .info-img{
    position: relative;
    left: -30px;
}
.infomation ul li a>div{
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    padding: 10px;
    transition-duration: .2s;
}
.infomation ul li a>div:hover{
    box-shadow: 0 0 8px rgba(80,113,165,.7);
    background-color: #FF5752;
    transition-duration: .2s;
}
.infomation ul li a>div:hover p,.infomation ul li a>div:hover h4{
    color: #fff;
    transition-duration: .2s;
}
.infomation ul li a>div h4{
    color: #040000;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 10px !important;
    transition-duration: .2s;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.infomation ul li a>div p{
    font-size: 14px;
    color: #414141;
    transition-duration: .2s;
    line-height: 1.4;
}
.infomation ul li a>div p,.infomation ul li a>div h4{
    margin:0;
}
.infomation ul li a .detail{
    margin-right: -20px;
    position: relative;
    right: 20px;
	width:153px;
	height:124px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.infomation>div{
    /* width: 317px; */
}
.see-more{
    cursor: pointer;
    padding: 5px 0;
    color: #ccc;
}
/* .footer{
    margin-top: 50px;
    background-color: #00548b;
    color: #fff;
}
.footer>div{
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}
.footer>div ul{
    width: 750px;
}
.footer>div ul li div{
    font-size: 20px;
}
.footer>div ul li p{
    margin: 0;
    font-size: 16px;
}
.footer>div .info div:first-of-type{
    color: #ffcc00;
    font-size: 20px;
    padding-left: 20px;
}
.footer>div .info div:last-of-type{
    font-size: 20px;
    padding-left: 20px;
} */
.copyright{
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
}
.float_yoyo{position:fixed;right:20px;top:30%;z-index:999;}
.float_yoyo dl dd{position:relative;width:80px;height:80px;background-color:#646577;border-bottom:solid 1px #555666;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;}
.float_yoyo dl dd:hover{background-color:#e40231;border-bottom:solid 1px #a40324;}
.float_yoyo dl dd:hover .floating_left{display:block;}
.consult{background-image:url(../img/icon/kficon.png);}
.consult p{color:#fff;margin:17px 0 5px;}
.consult h4{color:#fff;margin-top:5px;}
.zixun{background-image:url(../img/icon/zxicon.png);}
.sign{background-image:url(../img/icon/sign.png);}
.qrcord{background-image:url(../img/icon/erweima.png);}
.return{background-image:url(../img/icon/fanhui.png);}
.float_yoyo dd span{color:#fff;display:block;padding:54px 5px 15px;font-size:15px;}
.floating_left{position:absolute;left:-160px;top:0px;width:160px;height:80px;background-color:#e40231;border-bottom:solid 1px #a40324;display:none;}
.floating_left a{color:#fff;line-height:80px;}
.floating_ewm{height:210px;top:-130px;}
.floating_ewm i{background-image:url(/pc_public/img/ewm.jpg);display:block;width:145px;height:145px;margin:auto;margin-top:7px;}
.floating_ewm p{color:#fff;margin-top:8px;}
.floating_ewm .qrcord_p{font-size:14px;line-height:20px;}
.float_yoyo .return a{color:#fff;}
.city_container {
    width: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    overflow: auto;
    font-size: 1.1rem;
    z-index: 9999;
}
.city_container>div{
	width: 700px;
	margin: 0 auto;
	margin-top: 110px;
	background: #fff;
	border-radius: 5px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 40%);
    box-sizing: border-box;
	padding: 20px 30px;
}
.city-list {
    font-size: 1.1rem;
    color: #666;
}
.bodyh-lock1{overflow-y:hidden !important}
.city_brg {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 998;
    background-color: #000;
    opacity: 0.2;
}
.city_list ul{
	border-bottom: 1px solid #efefef;
	list-style-type:none;
	padding-inline-start: 15px;
	display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.city_list ul li{
	margin: 8px 6px;
	font-size: 1.0rem;
	cursor: pointer;
}
.cityheader{
	padding: 10px;
	text-align: center;
}
.cityheader i{
	color: #333;
}
.city_title{
	font-size: 1.1rem;
}
.city_close {
    float: right;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1;
    color: #666;
    text-shadow: 0 1px 0 #fff;
	border: 0;
	background: 0 0;
}
.province{
	font-size: 1.1rem;
    font-weight: 600;
	padding: 0px 0 10px;
}