@charset "UTF-8";
/* Reset start */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form,
	fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}

body {
	/* background-color: #f6f6f6; */
	
}
/*设置主体主体大小，颜色，字体*/
body {
	font-size: 14px;
	color: #696969;
	font-family: "Microsoft YaHei", "Arial", "黑体", "宋体", sans-serif;
}

.head img {
	max-width: 100%;
}

.head pre {
	white-space: pre-wrap;
	word-wrap: break-word;
}

a {
	cursor: pointer;
	color: #696969;
}

h1, h2, h3, h4, h5, h6 {
	/* font-weight: normal; */
	font-size: 100%;
}

ul, ol, li {
	list-style: none;
}

a {
	text-decoration: none;
}

i {
	font-style: normal;
}

fieldset, img {
	border: none; /* assets 搭车：让链接里的 assets 无边框 */
}

button, input, select, textarea {
	font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

q:before, q:after {
	content: "";
}

input, img {
	vertical-align: middle;
	border-radius: 5px;
}

/* Reset end */

/* 定义公用class  start */
.clearfix {
	zoom: 1; /*==for IE6/7 Maxthon2==*/
}

.dsn {
	display: none;
}

.t-center {
	text-align: center;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	width: 0;
	height: 0;
	/* visibility: hidden; */ /*==for FF/chrome/opera/IE8==*/
}

.fl-left {
	float: left;
}

.fl-right {
	float: right;
}

/*主内容1200居中*/
.container {
	width: 1200px;
	margin: 0 auto;
}

/*icon*/
@font-face {
	font-family: 'iconfont';
	src: url('/images/icon/iconfont.eot');
	src: url('/images/icon/iconfont.eot?#iefix') format('embedded-opentype'),
		url('/images/icon/iconfont.woff') format('woff'),
		url('/images/icon/iconfont.ttf') format('truetype'),
		url('/images/icon/iconfont.svg#iconfont') format('svg');
}

.icon {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
/*************** 导航栏 start ***************/
.header_top {
	height: 80px;
	background-color: #ffffff;
}

.header_top .logo {
	float: left;
	margin-top: 19px;
}

#region {
	float: left;
	margin: 27px 20px 0;
	position: relative;
}

#region .city {
	display: inline-block;
	width: 70px;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: text-top;
}

#region .change-city {
	display: inline;
	cursor: pointer;
}

#region .city-box {
	position: absolute;
	left: 0;
	top: 22px;
	width: 460px;
	height: 460px;
	-webkit-box-shadow: 0 0 10px #dddddd;
	-moz-box-shadow: 0 0 10px #dddddd;
	box-shadow: 0 0 10px #dddddd;
	padding: 25px 20px 0;
	background-color: #ffffff;
	z-index: 99;
	display: none;
}

#region .city-box .city-close a:hover {
	background-color: #42a0f9;
}

#region .city-box .c-title {
	line-height: 16px;
	margin-bottom: 20px;
}

#region .city-box .c-title span {
	color: #3b3b3b;
}

#region .city-box .c-title .line {
	float: right;
	display: inline-block;
	width: 338px;
	border-top: dashed 1px #b7b7b7;
	margin-top: 8px;
}

#region .city-box .city-current a {
	display: inline-block;
	color: #4cafed;
	border: solid 2px #acdafc;
	padding: 2px 16px;
	border-radius: 5px;
	margin-bottom: 18px;
}

#region .city-box .city-list {
	padding-bottom: 10px;
}

#region .city-box .city-list a {
	display: inline-block;
	width: 13px;
	height: 13px;
	line-height: 13px;
	text-align: center;
	font-size: 12px;
	float: left;
	color: #696969;
	border-radius: 3px;
	margin-right: 7px;
	margin-bottom: 8px;
}

#region .city-box .city-list a.active {
	background-color: #6ab7ff;
	color: #ffffff;
}

#region .city-box .city-list a:hover {
	background-color: #6ab7ff;
	color: #ffffff;
}

#region .city-box .region_box {
	width: 460px;
	height: 265px;
	padding-right: 20px;
	overflow-y: auto;
}

#region .city-box .region_box .region_list {
	overflow: hidden;
	border-top: dashed 1px #b7b7b7;
	padding-top: 18px;
	padding-bottom: 8px;
}

#region .city-box .region_box .region_list .initials {
	float: left;
	color: #3b3b3b;
	width: 30px;
	font-size: 12px;
}

#region .city-box .region_box .region_list dl {
	float: left;
	width: 410px;
	overflow: hidden;
}

#region .city-box .region_box .region_list dt {
	float: left;
	color: #3b3b3b;
	width: 60px;
	line-height: 18px;
}

#region .city-box .region_box .region_list dd {
	float: left;
	width: 350px;
	overflow: hidden;
}

#region .city-box .region_box .region_list dd li {
	float: left;
	height: 18px;
	margin: 0 0 10px 18px;
	font-size: 12px;
}

#region .city-box .region_box .region_list dd li a {
	color: #696969;
}

#region .city-box .region_box .region_list dd li a:hover {
	color: #6ab7ff;
}

.header_top .search-box {
	float: left;
	width: 431px;
	height: 30px;
	border: solid 1px #6cb8ff;
	margin-top: 24px;
	position: relative;
	border-radius: 5px;
}

.search-box .icon {
	position: absolute;
	font-size: 20px;
	color: #6CB8FF;
	left: 10px;
	top: 0;
}

.search-box input {
	width: 320px;
	height: 28px;
	line-height: 28px;
	background-color: #ffffff;
	font-size: 14px;
	border: none;
	outline: none;
	text-indent: 37px;
	color: #696969;
	margin-left: 3px;
}

#search {
	display: block;
	width: 107px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
	background-color: #6cb8ff;
	color: #ffffff;
	float: right;
	cursor: pointer;
}

#search:hover {
	background-color: #42a0f9;
	box-shadow: 1px 1px 1px #ccc;
}

#search:active {
	width: 106px;
	height: 29px;
	border-top: 1px solid #42a0f9;
	border-right: 1px solid #42a0f9;
}

.header_top .links-r {
	float: right;
	margin-top: 27px;
}

.header_top .links-r a {
	position: relative;
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid #8c8c8c;
	vertical-align: middle;
	color: #696969;
}

.msg-my .num {
	position: absolute;
	display: inline-block;
	right: 9px;
	top: 6px;
	content: "";
	background-color: red;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}

.header_top .links-r a.user-name {
	max-width: 86px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.header_nav {
	background-color: #4a8bc8;
	min-width: 1200px;
}

.header_nav li {
	float: left;
}

.header_nav li a {
	display: block;
	position: relative;
	width: 131px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	z-index: 9;
	border-radius: 3px;
}

.header_nav li a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #55adff;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.header_nav li a:hover {
	color: #fff;
	border-color: #37474f;
	transition: color 200ms, background-color 200ms, border-color 200ms;
}

.header_nav li a:hover:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.header_nav li a.active {
	background-color: #6cb8ff;
}

/*************** 导航栏 end ***************/
/**************分页 start ******************/
div.pagediv {
	margin-top: 50px;
	margin-bottom: 24px;
	font-size: 14px;
	text-align: center;
	color: #999999;
}

div.pagediv a {
	text-decoration: none;
	transition: all .2s;
}

div.pagediv span, div.pagediv a {
	color: #222;
	cursor: pointer;
	text-align: center;
	border-radius: 4px;
	background-color: #fff;
	border: 1px solid #ddd;
	background-image: none;
	transition: all .2s;
	font-size: 14px;
	min-width: 15px;
	margin: 0 2px;
	padding: 0 8px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
}

span.disabled {
	height: 36px;
	line-height: 36px;
	background: #ffffff;
	margin: 0 5px;
}

.yu_Pagenum {
	color: #999999;
	background: #FFFFFF;
	border: 1px solid #dfdfdf;
	min-width: 36px;
}

.nextbtn, .prebtn {
	color: #999999;
	background: #FFFFFF;
	border: 1px solid #dfdfdf;
}

.yu_input {
	margin: -5px 5px;
	padding: 0 10px;
	height: 24px;
	line-height: 24px;
	margin-bottom: 2px;
	font-size: 12px;
	box-shadow: none;
	width: 60px;
	border-radius: 4px;
	border: 1px solid #ddd;
	outline: none;
	text-align: center;
}

.yu_okbtn {
	border: 1px solid #dfdfdf;
	cursor: pointer;
	margin-left: 12px;
}

.nextpage {
	margin: 0 5px;
}

.pagediv .current, div.pagediv a:hover {
	color: #ffffff;
	background: #00a1d6;
	border: 1px solid #00a1d6;
}
/**************分页 end ******************/
/*************************** 轮播图 start ***************************/
.slideBox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 8px;
}

.slideBox .hd {
	position: absolute;
	left: 50%;
	height: 15px;
	overflow: hidden; /* right:35%; */
	bottom: 10px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 15px;
	width: 20px;
	height: 10px;
	background: rgba(0, 0, 0, .4);
	cursor: pointer;
	border-radius: 4px;
}

.slideBox .hd ul li.on {
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0 0 8px rgba(190, 176, 155, 0.4);
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 100%;
	height: 100%;
	display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev, .slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/arrows.png) -110px 5px no-repeat;
	filter: alpha(opacity = 50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox .prev:hover, .slideBox .next:hover {
	filter: alpha(opacity = 100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}
/*************************** 轮播图 end ***************************/
/*************** 预约试驾 start ***************/
.mask {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,
		endColorstr=#B2000000);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	opacity: 0.2;
}

.alert-test {
	width: 925px;
	height: 615px;
	background-color: #ffffff;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -310px 0 0 -462px;
	z-index: 101;
	font-size: 18px;
}

.alert-test p {
	height: 44px;
	line-height: 44px;
	text-align: center;
	background-color: #49a5f2;
	color: #ffffff;
}

.alert-test .test-close {
	display: block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background-color: #1f1f1f;
	color: #c8c8c8;
	font-size: 24px;
	position: absolute;
	top: 0;
	right: 0;
}

.alert-test .test-close:hover {
	background-color: #4b4b4b;
}

.alert-test ul {
	width: 760px;
	margin: 50px auto;
}

.alert-test li {
	height: 45px;
	line-height: 45px;
	margin-bottom: 25px;
}

.alert-test li span {
	float: left;
	display: block;
	width: 120px;
	text-align: right;
	margin-right: 18px;
}

.alert-test li select {
	float: left;
	width: 195px;
	height: 44px;
	border: solid 1px #e4e4e4;
	color: #696969;
	margin-right: 10px;
}

.alert-test li input[type=text] {
	float: left;
	width: 398px;
	height: 42px;
	border: solid 1px #e4e4e4;
	white-space: normal;
}

.alert-test li .laydate-icon {
	width: 175px;
	height: 42px;
	border: solid 1px #e4e4e4;
}

.alert-test .test-btn {
	display: block;
	margin: 0 auto;
	width: 235px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background-color: #49a5f2;
	color: #ffffff;
	border: none;
	cursor: pointer;
}

.alert-test .test-btn:hover {
	background-color: #2f99f2;
}
/*************** 预约试驾 end ***************/
/*************** 免费询价 start ***************/
.alert-inquiry {
	width: 700px;
	height: 550px;
	background-color: #ffffff;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -275px 0 0 -350px;
	z-index: 101;
	font-size: 18px;
}

.alert-inquiry p {
	height: 44px;
	line-height: 44px;
	text-align: center;
	background-color: #49a5f2;
	color: #ffffff;
	margin-bottom: 10px;
}

.alert-inquiry .inquiry-close {
	display: block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background-color: #1f1f1f;
	color: #c8c8c8;
	font-size: 24px;
	position: absolute;
	top: 0;
	right: 0;
}

.alert-inquiry ul {
	width: 640px;
	margin: 70px auto;
}

.alert-inquiry li {
	line-height: 45px;
	margin-bottom: 25px;
	overflow: hidden;
}

.alert-inquiry li .div-select {
	width: 500px;
	height: 115px;
	float: left;
}

.alert-inquiry li span {
	float: left;
	display: block;
	width: 120px;
	text-align: right;
	margin-right: 18px;
}

.alert-inquiry li select {
	float: left;
	width: 224px;
	height: 44px;
	border: solid 1px #e4e4e4;
	color: #c0c0c0;
	margin-right: 25px;
	margin-bottom: 25px;
}

.alert-inquiry li input[type=text] {
	float: left;
	width: 221px;
	height: 42px;
	border: solid 1px #e4e4e4;
	white-space: normal;
	text-indent: 10px;
}

.alert-inquiry .test-btn {
	display: block;
	margin: 0 auto;
	width: 235px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background-color: #49a5f2;
	color: #ffffff;
}

.alert-inquiry .inquiry-close:hover {
	background-color: #4b4b4b;
}

.alert-inquiry .test-btn:hover {
	background-color: #2f99f2;
}
/*************** 免费询价 end ***************/
.alert-login {
	width: 550px;
	height: 380px;
	padding: 10px;
	border-radius: 11px;
	text-align: center;
	background-color: #ffffff;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -200px 0 0 -285px;
	z-index: 101;
	font-size: 18px;
	box-shadow: 0 0 10px #bed3e7;
}

.alert-login a {
	display: block;
	width: 140px;
	height: 44px;
	border-radius: 22px;
	line-height: 43px;
	margin: 32px auto 0;
	color: #ffffff;
	background-color: #3fa7fe;
}

.alert-login a:hover {
	background-color: #6ab7ff;
}

.contrast-bar {
	background-color: #f3f3f3;
	width: 100%;
	min-width: 1200px;
	position: fixed;
	bottom: 0;
	border-top: 1px solid #d2d2d2;
	border-bottom: 2px solid #6cb8ff;
	padding: 40px 0 20px;
}

.contrast-close-btn {
	width: 30px;
	height: 30px;
	background-color: #69b6ff;
	color: white;
	text-align: center;
	line-height: 30px;
	position: absolute;
	top: -1px;
	left: 50%;
	margin-left: 570px;
}

.contrast-close-btn i {
	font-size: 24px;
}

.contrast-close-btn:hover {
	background-color: #3595e7;
}

.contrast-main {
	width: 1199px;
	height: 132px;
	margin: 0 auto;
	border: 1px solid #dcdcdc;
	border-right-width: 0;
	overflow: hidden;
}

.contrast-list {
	width: 1200px;
	margin-left: -1px;
}

.contrast-item {
	width: 299px;
	height: 132px;
	border-right: 1px solid #dcdcdc;
	float: left;
	position: relative;
}

.contrast-delete-btn {
	width: 18px;
	height: 18px;
	position: absolute;
	top: -1px;
	right: -1px;
	background-color: #cccccc;
	color: #ffffff;
	text-align: center;
	line-height: 18px;
	cursor: default;
	display: none;
}

.on .contrast-delete-btn {
	display: block;
}

.on .contrast-delete-btn {
	background-color: #3595e7;
	color: white;
	z-index: 10;
	cursor: pointer;
}

.on .contrast-delete-btn:hover {
	background-color: #197acc;
}

.contrast-item-select {
	width: 190px;
	padding-top: 13px;
	font-size: 12px;
	margin: 0 auto;
}

.on .contrast-item-select {
	display: none;
}

.contrast-item-select select {
	width: 190px;
	height: 28px;
	display: block;
	border-radius: 3px;
	border: 1px solid #dcdcdc;
	outline: none;
	margin-bottom: 11px;
}

.contrast-item-detail {
	position: relative;
	padding: 30px 20px;
	display: none;
}

.on .contrast-item-detail {
	display: block;
}

.contrast-item-detail img {
	display: block;
	width: 94px;
	height: 74px;
	float: left;
	margin-right: 15px;
}

.contrast-item-detail .item-price {
	color: #ff4f55;
	margin: 5px 0;
}

.contrast-footer {
	height: 42px;
	margin-top: 20px;
	text-align: center;
	font-size: 18px;
}

.contrast-submit-btn {
	display: inline-block;
	height: 42px;
	width: 175px;
	border-radius: 3px;
	background-color: #69b6ff;
	color: white;
	line-height: 42px;
	margin-left: 175px;
}

.contrast-init-btn {
	display: inline-block;
	height: 42px;
	width: 175px;
	color: #69b6ff;
	line-height: 42px;
}

.contrast-submit-btn:hover {
	background-color: #3595e7;
}

.contrast-init-btn:hover {
	color: #3595e7;
}
/*************** 底部 start ***************/
.footer {
	background-color: #3b3f40;
	color: #c3c3c3;
	height: 400px;
	min-width: 1200px;
	margin-top: 40px;
}

.footer a {
	color: #c3c3c3;
}

.footer-top {
	height: 105px;
	border-bottom: solid 1px #bcbcbc;
}

.footer-top .f-text {
	float: left;
	font-size: 18px;
	margin-top: 40px;
}

.footer-top li {
	float: right;
	text-align: center;
	font-size: 14px;
	margin-left: 350px;
}

.footer-top li i {
	display: block;
	width: 40px;
	height: 40px;
	margin: 18px auto 10px;
	background: url("../images/icon/foot.png") no-repeat;
}

.footer-top li i.bg-1 {
	background-position: 0 -90px;
}

.footer-top li i.bg-2 {
	background-position: 0 -45px;
}

.footer-bottom .footer-bt-left li {
	float: left;
	width: 152px;
	text-align: center;
	margin-right: 122px;
	margin-top: 20px;
}

.footer-bottom .footer-bt-left li img {
	display: block;
	width: 152px;
	height: 152px;
	margin-top: 15px;
}

.footer-bottom .footer-bt-right .link-div {
	float: left;
	width: 260px;
	margin-left: 50px;
	overflow: hidden;
}

.footer-bottom .footer-bt-right .link-div li {
	float: left;
	font-size: 18px;
	margin-right: 110px;
	margin-top: 25px;
	margin-bottom: 5px;
}

.footer-bottom .footer-bt-right .link-div li a:hover {
	color: #75d0ff;
}

.footer-bottom .footer-bt-right .contact-ul {
	float: right;
	font-size: 16px;
}

.footer-bottom .footer-bt-right .contact-ul li {
	margin-top: 16px;
}

.footer-bottom .footer-bt-right .contact-ul li span {
	color: #ffffff;
}
/*************** 底部 end ***************/
.moduleTop {
	display: block;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	text-align: center;
	line-height: 72px;
	opacity: 0.8;
	position: fixed;
	right: 8px;
	bottom: 8px;
	z-index: 1;
	background-color: #cccccc;
	color: #696969;
}

.moduleTop:hover {
	background-color: #6cb8ff;
	color: #ffffff;
}

.moduleTop .icon {
	font-size: 32px;
}

.comment-send .textarea-container div {
	font-size: 12px;
	display: inline-block;
	box-sizing: border-box;
	background-color: #f4f5f7;
	border: 1px solid #e5e9ef;
	overflow: auto;
	border-radius: 4px;
	color: #555;
	width: 100% !important;
	height: 65px;
	transition: 0s;
	padding: 5px 10px;
	line-height: normal;
}

.inform-desc {
	font-size: 12px;
	display: inline-block;
	box-sizing: border-box;
	background-color: #f4f5f7;
	border: 1px solid #e5e9ef;
	overflow: auto;
	border-radius: 4px;
	color: #555;
	width: 328px;
	height: 80px;
	transition: 0s;
	padding: 2px 2px;
	line-height: normal;
	margin-left: 3px;
}

.inform-container {
	display: none;
	left: 303.5px;
	width: 334px;
	position: absolute;
	background-color: #fff;
	border: 1px solid #bfbfbf;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.176);
	z-index: 999;
	height: 143px;
	border-radius: 4px;
}

.btn-inform {
	width: 68px;
	height: 30px;
	border: none;
	outline: none;
	color: #ffffff;
	border-radius: 8px;
	cursor: pointer;
	font-size: 18px;
	margin-top: 3px;
	margin-right: 3px;
	background-color: rgb(53, 149, 231);
}

.btn-inform-box {
	text-align: right;
	width: 336px;
}

.cancel-inform {
	font-size: 16px;
	margin-left: 258px;
	cursor: pointer;
}

.footer-bt-right {
	height: 233px;
}

.guanwang {
	text-align: center;
	margin-top: 0px;
}

.guanwang img {
	height: 50px;
}

.guanwang a {
	margin-right: 20px;
}