@charset "UTF-8";
/*** 通用样式 ***/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body {
	background: #f0f0f0;
	font-family: "Microsoft YaHei", 微软雅黑, SimSun, 宋体, arial, sans-serif;
	font-size: 14px;
	overflow: hidden;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
}
:focus {
	outline: 0 none;
}
address, caption, cite, code, dfn, em, th {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
html, body {
	height: 100%;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.clearit {
	clear: both;
	height: 0;
	font-size: 0;
	overflow: hidden;
}
.ta-l {
	text-align: left;
}
.ta-r {
	text-align: right;
}
.ta-c {
	text-align: center;
}
.va-m {
	vertical-align: middle;
}
.none {
	display: none;
}
.inline-block {
	display: inline-block;
}
.block {
	display: block;
}
.hidden {
	overflow: hidden;
}
.table {
	display: table;
}
/*** chrome filesize <12px bug ***/
.chrome {
	-webkit-text-size-adjust: none;
}
::-moz-placeholder {
	color: #CCCCCC;
}
::-webkit-input-placeholder {
	color: #CCCCCC;
}
:-ms-input-placeholder {
	color: #CCCCCC;
}
/*** 定位 ***/
.fl {
	float: left;
}
.fr {
	float: right;
}
.fn {
	float: none;
}
.posr {
	position: relative;
}
.posa {
	position: absolute;
}
.poss {
	position: static;
}
/*** 宽度 ***/
.Coo_wrap {
	margin: 0 auto;
	width: 1180px;
}
/*** 高度 ***/
.hauto {
	height: auto;
}
.h52 {
	height: 52px;
}
.m-h{
	min-height:400px;
}
/*** 字体颜色 ***/
a {
	color: #758ea7;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.fc_grey {
	color: #b0b5ba;
}
.fc_gray {
	color: #93979b;
}
.fc_red {
	color: #fe3b15;
}
.fc_black {
	color: #2e3032;
}
.fc_blue {
	color: #758ea7;
}
/*** 字号 ***/
.fs12 {
	font-size: 12px;
}
.fs14 {
	font-size: 14px;
}
/*** 外间距 ***/
.mtf2 {
	margin-top: -2px;
}
.mtf3 {
	margin-top: -3px;
}
.mtf10 {
	margin-top: -10px;
}
.mt5 {
	margin-top: 5px;
}
.mt8 {
	margin-top: 8px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt24 {
	margin-top: 24px;
}
.mt34 {
	margin-top: 34px;
}
.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr12 {
	margin-right: 12px;
}
.mr20 {
	margin-right: 20px;
}
.ml1 {
	margin-left: 1px;
}
.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml20 {
	margin-left: 20px;
}
.ml200 {
	margin-left: 200px;
}
/*** 内间距 ***/
.pb5 {
	padding-bottom: 5px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb25 {
	padding-bottom: 25px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb40 {
	padding-bottom: 40px;
}
.pr10 {
	padding-right: 10px;
}
/*** 边框 ***/
.Coo_bt {
	border-top: 10px solid #f0f0f0;
}
/*** 背景色 ***/
.Coo_bg_white {
	background: #FFFFFF;
}
.Coo_brand_bg {
	position: absolute;
	left: 50%;
	bottom: -12px;
	margin-left: -40px;
	width: 80px;
	height: 7px;
	background: url(../images/Coo_icon.png) -56px -182px no-repeat;
}
/*** 按钮 ***/
.Coo_btn {
	border: none;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	display: inline-block;
}
.Coo_btn_yellow {
	width: 300px;
	height: 40px;
	background: #ffe72c;
	color: #2e3032;
}
.Coo_btn_yellow-s {
	line-height: 24px;
	padding: 0 18px;
	background: #ffe72c;
}
.Coo_btn_gray-s {
	line-height: 24px;
	padding: 0 10px;
	background: #2e3032;
	color: #FFFFFF;
	font-weight: normal;
}

/*** header ***/
.Coo_header {
	min-width: 1180px;
	background: #FFFFFF;
}
.Coo_header_top {
	height: 60px;
	background: #FFFFFF;
}
.Coo_header_logo {
	float: left;
	margin: 18px 0 0 10px;
	width: 159px;
	height: 27px;
	background: url(../images/Coo_logo.png) 0 0 no-repeat;
}
.Coo_header_slogan {
	float: left;
	margin: 7px 0 0 30px;
	width: 260px;
	height: 47px;
	background: url(../images/Coo_slogan.png) 0 0 no-repeat;
}
.Coo_header_r {
	float: right;
	margin: 22px 22px 0 0;
}
.Coo_header_r a {
	margin-left: 12px;
	font-size: 12px;
	color: #757c83;
}
.Coo_header_nav {
	min-width: 1180px;
	height: 44px;
	background: #ffe72c;
}
.Coo_header_nav .nav li {
	float: left;
	width: 100px;
	text-align: center;
}
.Coo_header_nav .nav li a {
	line-height: 44px;
	color: #2e3032;
	text-decoration: none;
	display: block;
}
.Coo_header_nav .nav li a:hover {
	background: #fff8be;
}
.Coo_header_nav .nav .current {
	background: #fff8be;
}
.Coo_header_search {
	float: right;
	margin: 7px 10px 0 0;
	width: 288px;
	height: 28px;
	background: #bfb882;
	border: 1px solid #bfb882;
}
.Coo_header_search .text {
	width: 218px;
	line-height: 28px;
	padding: 0 9px;
	background: #FFFFFF;
	border: none;
	color: #999999;
	font-size: 12px;
}
.Coo_header_search button {
	width: 52px;
	height: 28px;
	line-height: 26px;
	padding: 0;
	background: #bfb882;
	border: none;
	color: #2e3032;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}
.Coo_header_carnav {
	height: 56px;
	background: #FFFFFF;
}
.Coo_header_carnav .car, .Coo_header_carnav .price {
	float: left;
	padding-top: 12px;
}
.Coo_header_carnav .car li {
	float: left;
	width: 120px;
	line-height: 34px;
	font-size: 12px;
}
.Coo_header_carnav .car li a {
	position: relative;
	z-index: 12;
	display: inline-block;
}
.Coo_header_carnav .price li {
	float: left;
	padding-left: 32px;
	line-height: 34px;
	font-size: 12px;
}
/*** header 小头 ***/
.Coo_header_small {
	min-width: 1180px;
	height: 40px;
	background: #ffe72c;
}
.Coo_header_logo-small {
	float: left;
	margin: 9px 0 0 10px;
	width: 124px;
	height: 21px;
	background: url(../images/Coo_logo_small.png) 0 0 no-repeat;
}
.Coo_header_small .nav {
	float: left;
	margin-left: 40px;
}
.Coo_header_small .nav li {
	float: left;
	width: 100px;
	text-align: center;
	font-size: 12px;
}
.Coo_header_small .nav li a {
	line-height: 40px;
	color: #2e3032;
	text-decoration: none;
	display: block;
}
.Coo_header_small .nav li a:hover {
	background: #fff8be;
}
.Coo_header_small .nav .current {
	background: #fff8be;
}
.Coo_header_small_r {
	float: right;
	margin: 12px 10px 0 0;
}
.Coo_header_small_r a {
	margin-left: 12px;
	font-size: 12px;
	color: #757c83;
}
/*** footer ***/
.Coo_footer {
	min-width: 1180px;
	height: 260px;
	background: #2e3032;
}
.Coo_footer .content {
	float: left;
	margin: 20px 90px 0 0;
	width: 150px;
	height: 230px;
}
.Coo_footer .content-erweima {
	margin-right: 20px;
}
.Coo_footer .content-erweima ul li span {
	padding: 6px 0 0 0;
	line-height: 14px;
	display: block;
}
.Coo_footer .content-erweima ul li img {
	margin-top: 10px;
}
.Coo_footer .content h4 {
	padding: 12px 0;
	border-bottom: 1px solid #434547;
	font-weight: bold;
	color: #FFFFFF;
}
.Coo_footer .content ul {
	padding-top: 10px;
}
.Coo_footer .content .w2 {
	font-size: 0;
}
.Coo_footer .content .w2 li {
	width: 50%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.Coo_footer .content li {
	line-height: 30px;
	font-size: 12px;
}
.Coo_footer .content li a {
	color: #c4d5e6;
}
.Coo_footer_copyright {
	height: 30px;
	line-height: 30px;
	background: #252628;
	color: #93979b;
	font-size: 12px;
	text-align: center;
}
.Coo_footer_copyright a {
	color: #93979b;
}
.Coo_footer_link {
	padding: 6px 0 0;
	line-height: 26px;
	background: #252628;
	color: #bdcfdd;
	font-size: 12px;
	text-align: center;
}
.Coo_footer_link a {
	color: #bdcfdd;
}
/*** 边框 ***/
.Coo_br3 {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
/*** icon ***/
.Coo_icon {
	background: url(../images/Coo_icon.png) 0 0 no-repeat;
	vertical-align: middle;
	display: inline-block;
}
.Coo_icon_car, .Coo_icon_suv, .Coo_icon_mpv, .Coo_icon_sports, .Coo_icon_touring, .Coo_icon_pickup {
	margin-top: -2px;
	width: 68px;
	height: 34px;
	background: url(../images/Coo_icon_car.png) 0 0 no-repeat;
}
.Coo_icon_car {
	background-position: 0 0;
}
.Coo_icon_suv {
	background-position: 0 -34px;
}
.Coo_icon_mpv {
	background-position: 0 -68px;
}
.Coo_icon_sports {
	background-position: 0 -102px;
}
.Coo_icon_touring {
	background-position: 0 -136px;
}
.Coo_icon_pickup {
	background-position: 0 -170px;
}
.Coo_icon_arrowright {
	margin: -3px 5px 0 3px;
	width: 12px;
	height: 10px;
	background-position: -18px -57px;
}
.Coo_icon_arrowright-gray {
	margin: 0 0 0 5px;
	width: 7px;
	height: 12px;
	background-position: -38px -273px;
}
.Coo_icon_arrowdown {
	margin: 0 0 0 4px;
	width: 12px;
	height: 10px;
	background-position: 0 -44px;
}
.Coo_icon_arrowdown-s {
	margin: -2px 0 0 4px;
	width: 8px;
	height: 7px;
	background-position: 0 -32px;
}
.Coo_icon_arrowdown-sx {
	margin: -3px 0 0 5px;
	width: 10px;
	height: 6px;
	background-position: -48px -158px;
}
.Coo_icon_arrowdown-white {
	margin: -2px 0 0 4px;
	width: 12px;
	height: 7px;
	background-position: -87px -158px;
}
.Coo_icon_arrowup {
	margin: 0 0 0 4px;
	width: 12px;
	height: 10px;
	background-position: -100px -44px;
}
.Coo_icon_arrowup-s {
	margin: -2px 0 0 4px;
	width: 8px;
	height: 7px;
	background-position: -17px -32px;
}
.Coo_icon_arrowup-sx {
	margin: -3px 0 0 5px;
	width: 10px;
	height: 6px;
	background-position: -68px -158px;
}
.Coo_icon_arrowup-white {
	margin: -2px 0 0 4px;
	width: 12px;
	height: 7px;
	background-position: -107px -158px;
}
.Coo_icon_more {
	margin: -2px 0 0 4px;
	width: 12px;
	height: 12px;
	background-position: 0 -56px;
}
.Coo_icon_calculator {
	width: 30px;
	height: 30px;
	background-position: 0 -78px;
}
a:hover .Coo_icon_calculator {
	background-position: -80px -78px;
}
.Coo_icon_calculator-s {
	margin: -3px 0 0 10px;
	width: 15px;
	height: 15px;
	background-position: 0 -158px;
	cursor: pointer;
}
.Coo_icon_insurance {
	width: 30px;
	height: 30px;
	background-position: -40px -78px;
}
a:hover .Coo_icon_insurance {
	background-position: -120px -78px;
}
.Coo_icon_lllegal {
	width: 30px;
	height: 30px;
	background-position: 0 -118px;
}
a:hover .Coo_icon_lllegal {
	background-position: -80px -118px;
}
.Coo_icon_parameter {
	width: 30px;
	height: 30px;
	background-position: -40px -118px;
}
a:hover .Coo_icon_parameter {
	background-position: -120px -118px;
}
.Coo_icon_search {
	margin: 0px 2px 0 0;
	width: 12px;
	height: 12px;
	background: url(../images/Coo_icon.png) 0 0 no-repeat;
}
.Coo_icon_search-b {
	margin: -2px 4px 0 0;
	width: 14px;
	height: 14px;
	background: url(../images/Coo_icon.png) -18px 0 no-repeat;
}
.Coo_icon_configure {
	margin: -3px 0 0 10px;
	width: 15px;
	height: 15px;
	background-position: -25px -158px;
}
.Coo_icon_standard {
	margin: -3px 5px 0 0;
	width: 6px;
	height: 6px;
	background-position: 0 -183px;
}
.Coo_icon_matching {
	margin: -3px 5px 0 20px;
	width: 6px;
	height: 6px;
	background-position: -16px -183px;
}
.Coo_icon_carbody {
	margin: -3px 5px 0 0;
	width: 28px;
	height: 13px;
	background-position: 0 -199px;
}
.Coo_icon_engine {
	margin: -3px 5px 0 0;
	width: 27px;
	height: 16px;
	background-position: -39px -199px;
}
.Coo_icon_drive {
	margin: -3px 5px 0 0;
	width: 18px;
	height: 18px;
	background-position: 0 -221px;
}
.Coo_icon_chassis {
	margin: -3px 5px 0 0;
	width: 20px;
	height: 14px;
	background-position: -39px -221px;
}
.Coo_icon_disc {
	width: 12px;
	height: 12px;
	background-position: -30px -182px;
}
.Coo_icon_activity {
	width: 40px;
	height: 50px;
	background-position: -40px -24px;
}
.Coo_icon_empty {
	margin: -2px 0 0 10px;
	width: 6px;
	height: 6px;
	background-position: -22px -44px;
}
.Coo_icon_mall {
	margin: -2px 0 0 6px;
	width: 30px;
	height: 14px;
	background: url(../images/Coo_icon.png) 0 -249px no-repeat;
}
.Coo_icon_ssss {
	margin: -2px 0 0 6px;
	width: 14px;
	height: 14px;
	background: url(../images/Coo_icon.png) -74px -249px no-repeat;
}
.Coo_icon_pingxing {
	margin: -2px 0 0 6px;
	width: 30px;
	height: 14px;
	background: url(../images/Coo_icon.png) -137px -199px no-repeat;
}
.Coo_icon_pic {
	margin: -2px 0 0 6px;
	width: 14px;
	height: 14px;
	background: url(../images/Coo_icon.png) -177px -199px no-repeat;
}
.Coo_icon_tel {
	margin: -3px 6px 0 0;
	width: 14px;
	height: 14px;
	background: url(../images/Coo_icon.png) -40px -249px no-repeat;
}
.Coo_icon_tel-white {
	margin: -3px 6px 0 20px;
	width: 16px;
	height: 16px;
	background: url(../images/Coo_icon.png) -56px -248px no-repeat;
}
.Coo_icon_citybg {
	position: absolute;
	left: 0;
	top: -3px;
	z-index: 1;
	width: 28px;
	height: 24px;
	background:url(../images/Coo_icon.png) 0 -273px no-repeat;
}
.Coo_icon_work {
	margin: -4px 5px 0 0;
	width: 34px;
	height: 40px;
	background:url(../images/Coo_icon.png) -40px -286px no-repeat;
}
.Coo_icon_work-dot {
	position: absolute;
	left: 10px;
	top: -5px;
	z-index: 1;
	width: 10px;
	height: 10px;
	background:url(../images/Coo_icon.png) 0 -306px no-repeat;
}
.Coo_icon_q {
	margin: -3px 10px 0 0;
	width: 16px;
	height: 16px;
	background:url(../images/Coo_icon.png) -20px -304px no-repeat;
}
.Coo_icon_close {
	width: 15px;
	height: 15px;
	background:url(../images/Coo_icon.png) -103px 0 no-repeat;
}
.Coo_icon_close-s {
	width: 11px;
	height: 11px;
	background:url(../images/Coo_icon.png) -100px -24px no-repeat;
}
.Coo_icon_noresult {
	margin: 0 auto;
	width: 120px;
	height: 120px;
	background: url(../images/Coo_icon.png) -98px -240px no-repeat;
	display: block;
}
.Coo_icon_tip {
	margin: -3px 5px 0 0;
	width: 20px;
	height: 20px;
	background-position: 0 -330px;
}
.Coo_icon_zd {
	margin: -3px 5px 0 0;
	width: 35px;
	height: 16px;
	background-position: -137px -215px;
}
.Coo_icon_arrowright-blue {
	margin: -2px 0 0 5px;
	width: 5px;
	height: 10px;
	background-position: -139px -158px;
}
.Coo_icon_success {
	width: 60px;
	height: 60px;
	background: url(../images/Coo_icon_dealer.png) 0 -60px no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.Coo_icon_fail {
	width: 60px;
	height: 60px;
	background: url(../images/Coo_icon_dealer.png) -60px -60px no-repeat;
	display: inline-block;
	vertical-align: middle;
}
/*** 品牌logo ***/
.Coo_brand {
	margin: -2px 10px 0 10px;
	width: 25px;
	height: 25px;
	background: url(../images/Coo_brand.png) 0 0 no-repeat;
	vertical-align: middle;
	display: inline-block;
}
.Coo_brand01 {
	background-position: 0 0;
}
.Coo_brand02 {
	background-position: 0 -25px;
}
.Coo_brand03 {
	background-position: 0 -50px;
}
.Coo_brand04 {
	background-position: 0 -75px;
}
.Coo_brand05 {
	background-position: 0 -100px;
}
.Coo_brand06 {
	background-position: 0 -125px;
}
.Coo_brand07 {
	background-position: 0 -150px;
}
.Coo_brand08 {
	background-position: 0 -175px;
}
.Coo_brand09 {
	background-position: 0 -200px;
}
.Coo_brand10 {
	background-position: 0 -225px;
}
.Coo_brand11 {
	background-position: 0 -250px;
}
.Coo_brand12 {
	background-position: 0 -275px;
}
/*** tab切换 ***/
.Coo_tab_box>ul {
	display: none;
}
.Coo_tab_box>ul:first-child{
	display: block;
}
/*** 翻页 ***/
.Coo_page {
	padding: 30px 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #2e3032;
	text-align: center;
}
.Coo_page a {
	margin: 0 4px;
	padding: 10px 14px;
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
	color: #2e3032;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	display: inline-block;
}
.Coo_page a:hover {
	background: #F6F6F6;
	text-decoration: none;
}
.Coo_page a:active {
	background: #ffe72c;
	border: 1px solid #f0cd0e;
}
.Coo_page span {
	margin: 0 4px;
	padding: 10px 14px;
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	display: inline-block;
}
.Coo_page span.current {
	background: #ffe72c;
	border: 1px solid #f0cd0e;
}
.Coo_page span.disabled {
	color: #93979b;
}
.Coo_page span.number {
	background: #FFFFFF;
}
/*** 面包屑 ***/
.Coo_crumbs {
	padding: 14px 10px;
	color: #93979b;
	font-size: 12px;
}
/*** 二维码显示 ***/
.Coo_erweima_con {
	position: absolute;
	top: 44px;
	left: 0;
	z-index: 10;
	width: 200px;
	background: #FFFFFF;
	border: 1px solid #eff5fb;
	padding: 30px 0 20px;
	box-shadow: 0 0 8px #bdbdbd;
	-moz-box-shadow: 0 0 8px #bdbdbd;
	-o-box-shadow: 0 0 8px #bdbdbd;
	-webkit-box-shadow: 0 0 8px #bdbdbd;
	-ms-box-shadow: 0 0 8px #bdbdbd;
}
.Coo_dealer_header .erweima .Coo_erweima_con img {
	padding: 0 30px;
	width: 140px;
	height: 140px;
}
.Coo_erweima_con .em1 {
	border-bottom: 6px solid #FFFFFF;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	height: 0;
	left: 8px;
	position: absolute;
	top: -6px;
	width: 0;
	z-index: 2;
}
.Coo_erweima_con .em2 {
	border-bottom: 7px solid #eff5fb;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	height: 0;
	left: 7px;
	position: absolute;
	top: -7px;
	width: 0;
	z-index: 1;
}
.Coo_dealer_header .erweima .Coo_erweima_con span {
	height: auto;
	line-height: normal;
	padding-top: 6px;
	font-size: 12px;
	text-align: center;
	display: block;
}
/*** 车型浮层 ***/
.Coo_layer_carlist {
	position: absolute;
	left: 5px;
	top: 10px;
	z-index: 11;
	padding-top: 10px;
	display: none;
}
.Coo_layer_carlist ul,
.Coo_header_carnav .Coo_layer_carlist ul {
	width: 90px;
	border: 1px solid #e4e4e4;
	border-bottom: none;
	box-shadow: 0 0 8px #bdbdbd;
	-moz-box-shadow: 0 0 8px #bdbdbd;
	-o-box-shadow: 0 0 8px #bdbdbd;
	-webkit-box-shadow: 0 0 8px #bdbdbd;
	-ms-box-shadow: 0 0 8px #bdbdbd;
}
.Coo_layer_carlist ul li,
.Coo_header_carnav .Coo_layer_carlist ul li {
	width: 90px;
	height: 37px;
	line-height: 37px;
	background: #FFFFFF;
	border-bottom: 1px solid #e4e4e4;
}
.Coo_layer_carlist li a,
.Coo_header_carnav .Coo_layer_carlist ul li a {
	padding-left: 16px;
	text-decoration: none;
	display: block;
}
.Coo_layer_carlist li a:hover {
	background: #f5f5f5;
}
.Coo_header_carnav .Coo_layer_carlist {
	top: -11px;
	left: -5px;
	padding: 0;
}
.Coo_header_carnav .Coo_layer_carlist ul {
	width: 115px;
	padding-top: 55px;
	border: 1px solid #e4e4e4;
	border-top: none;
	box-shadow: 0 2px 8px #bdbdbd;
	-moz-box-shadow: 0 2px 8px #bdbdbd;
	-o-box-shadow: 0 2px 8px #bdbdbd;
	-webkit-box-shadow: 0 2px 8px #bdbdbd;
	-ms-box-shadow: 0 2px 8px #bdbdbd;
	cursor: pointer;
}
.Coo_header_carnav .Coo_layer_carlist ul li {
	width: 115px;
	border-top: 1px solid #e4e4e4;
	border-bottom: none;
}
/*** 电话 ***/
.Coo_tel {
	position: absolute;
	right: 5px;
	top: 0;
	width: 120px;
	height: 30px;
	line-height: 30px;
	background: #ffe72c;
	border: none;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
}
.Coo_tel a {
	color: #2e3032;
	text-decoration: none;
}
.Coo_tel:hover,
.Coo_tel_list li:hover {
	background: #e5ce3d;
}
.Coo_tel_list {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 11;
	width: 120px;
	text-align: left;
	font-size: 12px;
	display: none;
}
.Coo_tel_list li {
	width: 110px;
	padding-left: 10px;
	line-height: 30px;
	background: #ffe72c;
	cursor: pointer;
	display: inline-block;
}
/*** 参数配置 ***/
.Coo_parameter {
	position: absolute;
	right: 5px;
	top: 40px;
	width: 120px;
	height: 30px;
	line-height: 30px;
	background: #c4d5e5;
	border: none;
	font-size: 12px;
	text-align: center;
	color: #2e3032;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
}
/*** 返回顶部 ***/
.Coo_gotop {
	position: fixed;
	left: 50%;
	top: 0;
	margin-left: 620px;
	width: 36px;
	height: 100%;
}
.Coo_gotop a {
	position: absolute;
	left: 0;
	bottom: 320px;
	z-index: 999;
	width: 36px;
	height: 60px;
	background: url(../images/Coo_gotop.png) 0 0 no-repeat;
	display: none;
	opacity: 1;
}
/*** 报价-电话显示 ***/
.Coo_telAd {
	position: absolute;
	right: 5px;
	top: 0;
	width: 165px;
}
.Coo_telAd .say {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #FFE72D;
	color: #333333;
	font-size: 12px;
	text-align: center;
	display: block;
	text-decoration: none;
	cursor: pointer;
}
.Coo_telAd .say i {
	margin: -2px 4px 0 0;
	width: 16px;
	height: 16px;
	background: url(../images/Coo_icon_v20.png) -32px 0 no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.Coo_telAd .telphone {
	margin-top: 12px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #F0F5FB;
	color: #7892AC;
	font-size: 12px;
	text-align: center;
}
.Coo_telAd .telphone i {
	margin: -2px 4px 0 0;
	width: 16px;
	height: 16px;
	background: url(../images/Coo_icon_v20.png) 0 0 no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.dealerTel {
	position: relative;
	left: 0;
	top: 0;
	z-index: 1;
	margin-top: 12px;
	width: 365px;
	font-size: 0;
}
.dealerTel .say,
.dealerTel .telphone {
	margin-right: 10px;
	width: 165px;
	height: 35px;
	min-height: 35px;
	line-height: 35px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.dealerTel .telphone {
	margin-top: 0;
	width: 180px;
	height: auto;
	background: #758DA7;
}
.dealerTel .telphoneList {
	position: absolute;
	left: 175px;
	top: 0;
	margin-top: 0;
	display: none;
}
.dealerTel .telphone ul li {
	list-style: none;
	position: relative;
	width: 160px;
	height: 35px;
	min-height: 35px;
	line-height: 35px;
	padding: 0 10px;
	color: #FFFFFF;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: left;
}
.dealerTel .telphone ul li i {
	margin: -2px 4px 0 0;
	width: 16px;
	height: 16px;
	background: url(../images/Coo_icon_v20.png) -16px 0 no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.dealerTel .telphone ul li i.arrowDown,
.dealerTel .telphone ul li i.arrowUp {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3px;
	width: 8px;
	height: 5px;
	background: url(../images/Coo_icon_v20.png) -56px -36px no-repeat;
	display: inline-block;
}
.dealerTel .telphone ul li i.arrowUp {
	background: url(../images/Coo_icon_v20.png) -56px -46px no-repeat;
}
.dealerTel .telphone ul li:hover {
	background: rgba(255,255,255,0.15);
}
/*** 询价弹层 ***/
.bgPop {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: none;
}
.inquiryPop {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 10;
	margin: -150px 0 0 -250px;
	width: 400px;
	height: 220px;
	padding: 40px 50px;
	background: #FFFFFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	display: none;
}
.inquiryPop .popClose {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	width: 26px;
	height: 26px;
	background: url(../images/Coo_icon_v20.png) -48px 0 no-repeat;
}
.inquiryPop .carTitle {
	line-height: 22px;
	font-size: 18px;
	color: #333333;
}
.inquiryPop .inquiryInfo .con {
	position: relative;
	width: 100%;
	min-height: 44px;
	font-size: 0;
}
.inquiryPop .inquiryInfo .con label {
	width: 80px;
	line-height: 44px;
	color: #333333;
	font-size: 16px;
	text-align: left;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.inquiryPop .inquiryInfo .con input {
	margin-top: 15px;
	width: 220px;
	height: 44px;
	line-height: 44px;
	padding: 0 10px;
	background: #F7F7F7;
	border: none;
	color: #333333;
	font-size: 16px;
	text-align: left;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.inquiryPop .inquiryInfo .con input::-moz-placeholder {
	color: #DDDDDD;
	text-align: left;
}
.inquiryPop .inquiryInfo .con input::-webkit-input-placeholder {
	color: #DDDDDD;
	text-align: left;
}
.inquiryPop .inquiryInfo .con input:-ms-input-placeholder {
	color: #DDDDDD;
	text-align: left;
}
.inquiryPop .inquiryInfo .con .submit {
	margin-top: 20px;
	width: 240px;
	padding: 0;
	background: #FFE72D;
	font-size: 16px;
	text-align: center;
	color: #333333;
	cursor: pointer;
}
.inquiryPop .inquiryInfo .con .tip {
	padding: 10px 70px 0 80px;
	line-height: 18px;
	color: #999999;
	font-size: 12px;
	display: block;
}
.inquiryPop .successCon {
	padding: 30px 25px 0;
}
.inquiryPop .successCon .success {
	color: #63CC81;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.inquiryPop .successCon .success i {
	margin: -2px 12px 0 0;
	width: 50px;
	height: 50px;
	background: url(../images/Coo_icon_v20.png) 0 -26px no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.inquiryPop .successCon .tip {
	margin-top: 20px;
	font-size: 14px;
	color: #999999;
	text-align: center;
}
.inquiryPop .successCon .con {
	margin-top: 20px;
	text-align: center;
	font-size: 0;
}
.inquiryPop .successCon .btn {
	margin: 0 5px;
	width: 160px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.inquiryPop .successCon .home {
	background: #DDDDDD;
	color: #333333;
	text-decoration: none;
}
.inquiryPop .successCon .continue {
	background: #FFE72C;
	color: #333333;
}
.mask{
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	background: white;
	z-index:9999;
}
.mask .header{
	margin: 0 auto;
	width: 1180px;
}
.mask .header p{
	padding:16px 16px;
	background: #f7f7f7;
	font-size: 14px;
	color:#666;
	line-height: 22px;
}
.mask .content-wrapper{
	margin: 0 auto;
	width: 1180px;
}
.mask .content{
	margin-top: 79px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-image: url('../images/group_cloud.png');
	background-size: contain;
	background-repeat: no-repeat;

}
.mask .content .icon{
	display: inline-block;
	width: 250px;
	height: 250px;
	background-image: url('../images/168.gif');
	background-size: 250px 250px;
	background-repeat: no-repeat;
}
.mask .content .jump-tip{
	margin-top: 40px;
	margin-bottom: 19px;
	font-size: 26px;
	color:#222222;
	font-weight: 600;
}
.mask .time-wrapper{
	margin-bottom: 40px;
	font-size: 18px;
	color: #666666;
	letter-spacing: 0;
	line-height: 18px;

}
.mask .time-wrapper #new-second{
	color:#FF691B ;
}
.mask .jump-btn{
	background-image: linear-gradient(90deg, #FF881B 0%, #FFCF1B 100%);
	border-radius: 4px;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	padding: 10px 24px;
	text-decoration: none;
	}