body,
html {
	background-color: #f5f5f5;
}


/*顶部*/

.top {
	height: 35px;
	margin: 0 auto;
	min-width: 1100px;
	background-color: #f6f6f6;
}

.top .user {
	width: 1100px;
	line-height: 36px;
	margin: 0 auto;
}

.top .user>div {
	width: 49%;
}

.top .user>div:nth-child(2) {
	text-align: right;
}

.top .user div {
	display: inline-block;
	position: relative;
}

.top .user a {
	font-size: 14px;
	color: #666666;
	margin-right: 20px;
}

.top .user a:hover {
	color: #82bb30;
}

.top .user .href .logo {
	display: inline-block;
}

.top .user .href .logo img {
	vertical-align: middle;
}

.top .user .search {
	padding-left: 25px;
	background: url(../images/search-but.png) left center no-repeat;
}

.top .user .search:hover {
	background: url(../images/search.png) left center no-repeat;
}

.top .user .email {
	display: inline-block;
	padding-left: 20px;
	background: url(../images/email.gif) left center no-repeat;
}

.top .user .em_num {
	font-style: normal;
	background: url(../images/back_icon.png) center repeat-x;
	padding: 0 4px;
	margin-left: 10px;
	color: #FFFFFF!important;
}

.top .user .user_name {
	padding-left: 20px;
	background: url(../images/user.gif) left center no-repeat;
}

.top .user .user_name:hover {
	background: url(../images/user_r.gif) left center no-repeat;
}

.top .user .bute {
	padding: 3px 10px;
	background-color: #82bb30;
	color: #FFFFFF!important;
}

.top .user .user_state .register {
	display: inline-block;
	height: 36px;
}

.top .user .user_state .ul_mrap {
	position: absolute;
	left: 40px;
	width: 78px;
	padding: 10px;
	z-index: 9999;
	display: none;
	border: 1px solid #e7e7e7;
	background-color: #FFFFFF;
	box-shadow: 1px 1px 5px #e7e7e7;
	-o-box-shadow: 1px 1px 5px #e7e7e7;
	-ms-box-shadow: 1px 1px 5px #e7e7e7;
	-moz-box-shadow: 1px 1px 5px #e7e7e7;
	-webkit-box-shadow: 1px 1px 5px #e7e7e7;
}

.top .user .user_state .ul_mrap:after {
	position: absolute;
	display: block;
	content: ' ';
	top: -2px;
	height: 0;
	right: 0;
	left: 0;
	border-top: 1px solid #74a131;
}

.top .user .user_state .ul_mrap li {
	line-height: 25px;
	text-align: center;
	float: left;
	width: 78px;
}

.top .user .user_state .ul_mrap a {
	display: block;
	color: #444;
	margin-right: 0;
	width: 78px;
	float: left;
	transition: color .3s;
	-o-transition: color .3s;
	-ms-transition: color .3s;
	-moz-transition: color .3s;
	-webkit-transition: color .3s;
}

.top .user .user_state .ul_mrap a:hover {
	color: #5eba9a;
}

.top .user .user_state .ul_mrap a i {
	margin: 0;
	display: inline-block;
	float: left;
	width: 22px;
	border: 0;
	height: 25px;
	background: url(../images/login_icon.png) left 3px no-repeat;
}

.top .user .user_state .ul_mrap a i.qq {
	background-position-y: -28px;
}

.top .user .user_state .ul_mrap a i.wb {
	background-position-y: -55px;
}

.top .user .user_state .ul_mrap a i.wx {
	background-position-y: -80px;
}

.nav {
	height: 35px;
	margin: 0 auto;
	min-width: 1100px;
	background-color: #147ec7;
}

.nav .nav-box {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
}

.nav .nav-box .nav-li {
	display: inline-block;
	width: 110px;
	color: #FFFFFF;
	margin: 0 20px;
	cursor: pointer;
	font-size: 18px;
	cursor: pointer;
	line-height: 34px;
	text-align: center;
}

.nav .nav-box .nav-li.on {
	color: #000000;
	background-color: #FFFFFF;
	border-top: 2px solid #ffa800;
}


/*主体*/

.section {
	width: 1100px;
	margin: 0 auto;
}

.section .back_b {
	padding: 20px;
	margin-bottom: 50px;
	background-color: #FFFFFF;
}

.section .title {
	font-size: 22px;
	text-indent: 10px;
	line-height: 32px;
	border-left: 10px solid #0777dd;
}


/*定位*/

.section .loca {
	height: 50px;
	line-height: 50px;
}

.section .loca dt,
.section .loca dd {
	display: inline-block;
}

.section .loca * {
	line-height: 24px;
	color: #7e7e7e;
}


/*主体内容*/

.content {
	margin-bottom: 20px;
}

.content>div {
	display: inline-block;
	vertical-align: top;
}

.content .cont-box {
	width: 780px;
	margin-right: 15px;
}

.content .cont-box .top-box {
	height: 430px;
	padding: 15px 10px;
	background-color: #FFFFFF;
}

.content .cont-box .top-box > p img ,
.content .cont-box .top-box > p span {
	font-size: 26px;
	line-height: 50px;
    width: 80px;
	margin-right: 10px;
	vertical-align: middle;
}

.brand-wrap {
	width: 298px;
	border: 1px solid #e1e1e1;
	background-color: #FFFFFF;
	/*margin-top: 15px;*/
	padding-bottom: 10px;
}

.brand-wrap h3 {
	font-size: 16px;
	color: #131212;
	padding: 15px 10px;
}

.brand-wrap .one {
	margin-bottom: 20px;
}

.brand-wrap .one:after {
	display: block;
	content: ".";
	height: 0;
	overflow: hidden;
	clear: both;
}

.brand-wrap .one .img-box {
	width: 50px;
	height: 50px;
	float: left;
	margin: 0 17px;
	border: 1px solid #e1e1e1;
	position: relative;
}

.brand-wrap .one .img-box img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 50px;
	max-height: 50px;
}

.brand-wrap .one .list-box {
	line-height: 22px;
	display: table-cell;
	padding-right: 10px;
}

.brand-wrap .one .list-box .list-name {
	color: #464646;
	font-size: 16px;
	margin-top: 6px;
	padding-bottom: 5px;
}

.brand-wrap .one .list-box p {
	color: #464646;
	font-size: 14px;
	margin-top: 3px;
}

.brand-wrap .one .list-box p a {
	color: #464646;
	transition: color 0.2s;
	-o-transition: color 0.2s;
	-ms-transition: color 0.2s -moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
}

.brand-wrap .one .list-box p a:hover {
	color: #82bb30;
	font-size: 14px;
	margin-top: 3px;
	text-decoration: none;
}

.brand-wrap .one .list-box p i {
	margin-right: 5px;
	font-style: normal;
	font-family: "SimSun";
}

.brand-wrap .one .list-box p i {
	font-style: normal;
	font-family: "SimSun";
	margin-left: 5px;
}

.brand-wrap .one .list-box p.on {
	color: #fff;
	font-size: 14px;
	margin-top: 3px;
}

.brand-wrap .one .list-box p.on a {
	color: #fff;
}


/**/

.section .promo-box .box dl {
	display: inline-block;
	vertical-align: top;
	width: 520px;
	margin-top: 30px;
}

.section .promo-box .box dt {
	position: relative;
	padding-top: 32px;
	width: 190px;
	text-align: center;
	margin-right: 5px;
}

.section .promo-box .box dl dt,
.section .promo-box .box dl dd {
	display: inline-block;
	vertical-align: middle;
}

.section .promo-box .box dl dd {
	width: 320px;
}

.section .promo-box .box dt img {
	width: 180px;
	height: 120px;
} 

.section .promo-box .box dl dt em {
	position: absolute;
	left: 0;
	top: 0;
	width: 37px;
	height: 34px;
	background: url(../../Images/ZYC/v20180801/cu.png) center no-repeat;
}

.section .promo-box .box dl dd p {
	max-height: 56px;
	line-height: 28px;
}

.section .promo-box .box dl .promo_news {
	font-size: 18px;
	max-height: 52px;
	overflow: hidden;
}

.section .promo-box .box dl .promo_news a:hover {
	color: #82BB30;
}

.section .promo-box .box dl .promo_moeny {
	color: #518308;
	text-indent: 20px;
	background: url(../../Images/ZYC/v20180801/sale.png) left center no-repeat;
}

.section .promo-box .box dl .promo_day {
	color: #de0000;
	text-indent: 20px;
	background: url(../../Images/ZYC/v20180801/time.png) left center no-repeat;
}


/*热销车型*/

.section .sale-box .box dl {
	display: inline-block;
	vertical-align: top;
	padding: 10px 10px;
	width: 238px;
	margin-top: 20px;
	margin-left: 2px;
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.section .sale-box .box dl .car_name {
	font-size: 18px;
	color: #333333;
    height:24px;
}

.section .sale-box .box dl .car_money {
	color: #de0000;
	font-size: 14px;
}

.section .sale-box .box dl dt {
	position: relative;
	/*padding-top: 30px;*/
}

.section .sale-box .box dl:hover {
	box-shadow: 0px 3px 10px #9E9E9E;
}

.section .sale-box .box dl dt img {
	width: 230px;
	height: 160px;
}

.section .sale-box .box dl dt em {
	position: absolute;
	left: -8px;
	top: -15px;
	width: 53px;
	height: 48px;
	background: url(../images/new.png) center no-repeat;
}

.section .sale-box .box dl dd {
	max-height: 48px;
	margin-top: 10px;
	line-height: 24px;
	overflow: hidden;
}

.section .sale-box .box dl .btn {
	height: 35px;
}

.section .sale-box .box dl .btn .lease,
.section .sale-box .box dl .btn .drive {
	display: none;
}

.section .sale-box .box dl.on .btn .lease,
.section .sale-box .box dl.on .btn .drive {
	display: inline-block;
}


/*租车信息*/

.section .rental-box .box dl {
	padding: 20px 0;
	transition: all 0.3s;
	margin: 25px 0 20px 0;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.section .rental-box .box dl:hover {
	box-shadow: 0px 3px 10px #9E9E9E;
	-o-box-shadow: 0px 3px 10px #9E9E9E;
	-ms-box-shadow: 0px 3px 10px #9E9E9E;
	-moz-box-shadow: 0px 3px 10px #9E9E9E;
	-webkit-box-shadow: 0px 3px 10px #9E9E9E;
}

.section .rental-box .box dl dt,
.section .rental-box .box dl dd {
	display: inline-block;
	vertical-align: middle;
}

.section .rental-box .box dl dt {
	width: 260px;
}

.section .rental-box .box dl dt img {
	width: 250px;
	height: 160px;
}

.section .rental-box .box dl dd {
	width: 780px;
	margin-left: 15px;
}

.section .rental-box .box dl dd ul li {
	display: inline-block;
	width: 255px;
	color: #666666;
	line-height: 30px;
}

.section .rental-box .box dl dd p {
	font-size: 18px;
	margin-bottom: 20px;
}

.section .rental-box .box dl dd p span {
	color: #de0000;
	margin-left: 30px;
}

.section .rental-box .box dd div {
	margin-top: 20px;
}


/*最新资讯*/

.section .news-box .box {
	padding-bottom: 20px;
}

.section .news-box .box>div {
	display: inline-block;
	width: 524px;
}

.section .news-box .box>div li {
	margin-top: 20px;
}

.section .news-box .box>div li a:before {
	content: "●";
	margin-right: 4px;
}

.section .news-box .box>div li a {
	color: #4e4e4e;
    width: 400px;
    overflow: hidden;
    display: inline-block;
    height: 20px;
}

.section .news-box .box>div li a:hover {
	color: #0c62b1;
	text-decoration: underline;
}

.section .news-box .box>div em {
	float: right;
	clear: right;
	font-style: normal;
}

.section .news-box .box li span {
	margin-right: 10px;
}

.section .news-box .box>div:first-child em {
	padding-right: 40px;
}

.section .news-box .box>div:last-child li a {
	margin-left: 40px;
}

.section .news-box .box i {
	display: inline-block;
	width: 20px;
	height: 15px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	font-style: normal;
	border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #fc9706;
}


/*商家信息*/

.section .seller-box .map-box> div {
	display: inline-block;
	vertical-align: top;
}

.section .seller-box .map-box .patent {
	width: 320px;
	margin-left: 30px;
}

.section .seller-box .map-box .patent dt {
	font-size: 18px;
	font-weight: bold;
}

.section .seller-box .map-box .patent dd {
	margin-top: 10px;
}

.section .seller-box .map-box .patent dd img {
	vertical-align: middle;
}


/*底部*/

.footer {
	padding: 25px 0;
	margin: 0 auto;
	min-width: 1100px;
	background-color: #444444;
}

.footer .footer-box {
	width: 1100px;
	margin: 0 auto;
	color: #FFFFFF;
	text-align: center;
}

.footer .footer-box li {
	display: inline-block;
	margin-right: 20px;
	line-height: 30px;
}


/*公共样式*/

.section .lease,
.section .drive {
	display: inline-block;
	width: 110px;
	height: 35px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 35px;
	text-indent: 40px;
}

.section .lease {
	background: #ffaa00 url(../../Images/ZYC/v20180801/icon_1.png) 15px center no-repeat;
}

.section .drive {
	margin-left: 10px;
	background: #0777dd url(../../Images/ZYC/v20180801/icon.png) 15px center no-repeat;
}

.section .more {
	display: block;
	width: 310px;
	height: 55px;
	color: #868686;
	margin: 10px auto 0 auto;
	cursor: pointer;
	line-height: 55px;
	text-align: center;
	border: 1px solid #868686;
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.section .more:hover {
	color: #de0000;
	border: 1px solid #de0000;
}


/*弹出搜索框*/

.search-mrap {
	display: none;
	background: #FFF;
	background: rgba(255, 255, 255, 0.95);
	color: #666;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10000;
}

.search-mrap i {
	display: block;
	width: 32px;
	height: 32px;
	background: url(../images/mask-del.png) no-repeat 50% 50%;
	position: absolute;
	top: 40px;
	right: 40px;
	cursor: pointer;
}

.search-mrap i:hover {
	background: url(../images/mask-del2.png) no-repeat 50% 50%;
}

.search-mrap .mask-search-box {
	width: 860px;
	margin: 108px auto 0;
	transform: scale(0.7, 0.7);
	-ms-transform: scale(0.7, 0.7);
	-moz-transform: scale(0.7, 0.7);
	-webkit-transform: scale(0.7, 0.7);
	-o-transform: scale(0.7, 0.7);
	transition: transform .3s ease;
	-webkit-transition: -webkit-transform .3s ease;
	-moz-transition: -moz-transform .3s ease;
	-ms-transition: -ms-transform .3s ease;
}

.search-mrap .mask-on {
	transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1);
}

.search-mrap .mask-search-box .search-box {
	border: 1px solid #C3C3C3;
	background: #FFF;
	position: relative;
	width: 858px;
	height: 40px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}

.search-mrap .mask-search-box .search-box .txt {
	position: absolute;
	border: 0;
	top: 0;
	bottom: 0;
	left: 68px;
	color: #333;
	font-size: 18px;
	width: 740px;
	outline: none;
}

.search-mrap .mask-search-box .search-box .search {
	position: absolute;
	border: 0;
	width: 50px;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../images/search_big.png) no-repeat 50% 50%;
	cursor: pointer;
	outline: none;
}

.search-mrap .mask-search-box .search-box .search:hover {
	background: url(../images/search_big-t.png) no-repeat 50% 50%;
}

.search-mrap .mask-search-box .sel {
	width: 35px;
	display: block;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	margin-left: 10px;
	text-overflow: ellipsis;
	line-height: 40px;
	padding-right: 18px;
	background: url(../images/upbottom.png) no-repeat 100% 50%;
	cursor: pointer;
	transition: background .3s ease;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	-ms-transition: background .3s ease;
}

.search-mrap .mask-search-box .sel:hover {
	color: #74a131;
	background-image: url(../images/upbottom-t.png);
}

.search-mrap .mask-search-box .sel-list {
	position: absolute;
	top: 41px;
	left: 0;
	display: none;
	background: #FFF;
	box-shadow: 1px 1px 1px #D2D2D2;
	-moz-box-shadow: 1px 1px 1px #D2D2D2;
	-webkit-box-shadow: 1px 1px 1px #D2D2D2;
	-ms-box-shadow: 1px 1px 1px #D2D2D2;
	-o-box-shadow: 1px 1px 1px #D2D2D2;
}

.search-mrap .mask-search-box .sel-list li {
	line-height: 30px;
	padding: 0 10px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	cursor: pointer;
}

.search-mrap .mask-search-box .sel-list li:hover {
	background: #ebebeb;
}

.search-mrap .mask-search-hot:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

.search-mrap .mask-search-hot .mask-search-hot-title {
	font-weight: 700;
	color: #737373;
	margin-top: 40px;
	font-size: 18px;
	line-height: 22px;
}

.search-mrap .mask-search-hot a {
	font-size: 16px;
	display: inline-block;
	padding: 5px 15px;
	text-decoration: none;
	margin: 10px 5px 0;
	color: #555;
	cursor: pointer;
	border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	transition: all .3s ease;
	-webkit-border-radius: 4px;
	-ms-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.search-mrap .mask-search-hot a:hover {
	color: #FFF;
	background: #74a131;
}

.mobile_qrcode .qrcode_bg {
	width: 160px;
	height: 120px;
	background-color: #ffffff;
}

.mobile_qrcode .qrcode_bg #code {
	width: 100px;
	height: 100px;
	margin: 15px auto;
}