@charset "utf-8";

/* 禁用iPhone中Safari的字号自动调整 */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

/* 去除iPhone中默认的input样式 */
input[type="submit"], input[type="reset"], input[type="button"], input {
	-webkit-appearance: none;
	resize: none;
}

/* 取消链接高亮  */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 设置HTML5元素为块 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/* 图片自适应 */
img {
	width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	-ms-interpolation-mode: bicubic;/*为了照顾ie图片缩放失真*/
}

/* 初始化 */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	font: 14px Microsoft YaHei, Tahoma, Arial, sans-serif;
}
em, i {
	font-style: normal;
}
strong {
	font-weight: normal;
}
.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
a {
	text-decoration: none;
	color: #969696;
	/* font-family: Microsoft YaHei, Tahoma, Arial, sans-serif; */
}
/* a:hover {
	color: #FED503;
	text-decoration: none;
} */
ul, ol {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
img {
	border: none;

}
/*toast*/
.util-toast{
	position: fixed;
	width: 30%;
	height: 100%;
	top: 0;
	left: 35%;
	background-color: rgba(0, 0, 0, 0);
	z-index: 1001;
}
.util-toast-content{
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 65px;
	right: 65px;
	margin: auto;
	padding: 16px 26px;
	background-color: rgba(0, 0, 0, .8);
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	word-break:break-word;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.active {
	/*background: #fff !important;*/
}
/*confirm*/
.util-mask-layer {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1000;
}

.util-mask-layer-box {
	width: 250px;
	display: inline-block;
	position: absolute;
	/*border-radius: 4px;*/
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #fff;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);

}

.util-mask-layer-box .title {
	width: 56px;
	height: 56px;
	line-height: 56px;
	color: #fff;
	font-size: 38px;
	background-color: #1ED760;
	border-radius: 40px;
	text-align: center;
	margin: 18px auto;
}

.util-mask-layer-box .content {
	font-size: 12px;
	color: #333;
	padding: 5px;
	/* text-align: center; */
	height:inherit;
	line-height: 40px;
    padding-left: 11px;
	width: 95%;
}

.util-mask-layer-box .submit {
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	width: 100%;
}

.util-mask-layer-box .submit a {
	-webkit-box-flex: 3;
	box-flex: 3;
	/* background-color: #1ED760; */
	color: #000;
	font-size: 14px;
	display: block;
	text-align: center;
	height: 35px;
	line-height: 35px;
	border: 1px solid #d7d7d7;
}
.util-mask-layer-box .submit a:nth-child(2){
    border-left:0;

}

.util-mask-layer-box .submit a.cancel {
	/*background-color: #bba066;*/
}
.util-mask-share-input {
	border: 1px solid #d7d7d7;
	width: 40%;
	height: 20px;
	outline: none;

}
.util-mask-layer-box img {
    max-width: 100%;
    width: 25%;
    margin-top: 6px;
    float: right;
    margin-right: 10px;
}
/*.util-mask-layer-box .up {
	width: 92%;
	height: 10px;
	font-size: 12px;
	padding: 10px 10px 5px;

}*/

/*统计代码样式*/
#cnzz_stat_icon_1259546694{

}
#cnzz_stat_icon_1259546694 img{
	width:50px;
	height:12px;
	position: absolute;
	bottom:0px;
	opacity: 0;
}
html, body {
	position: relative;
	height:100%;
}


* {
	padding: 0;
	margin: 0;
	list-style: none;
	font-weight: normal;
	font-family: 微软雅黑;

}

a {
	text-decoration: none;
}

.nav {
	width: 100%;
	height: 64px;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 5;
	margin: 0 auto;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

.nav .inner {
	width: 1000px;
	height: 60px;
	margin: 0 auto;
}

.nav .inner h1 {
	width: 149px;
	height: 60px;
	float: left;
	text-indent: -9999px;
	margin-right: 20px;
	/*background: url(../img/menu_logo.png) no-repeat left center;*/
	background: url(../img/menu_logo-chehou.png) no-repeat left center;
}

.nav .inner h1 a {
	display: inline-block;
	width: 149px;
	height: 64px;
	float: left;
	text-indent: -9999px;
}

.nav .inner ul {
	float: left;
	width: 495px;
	height: 64px;
}

.nav .inner ul li {
	/* width: 89px; */
	float: left;
	height: 100%;
	text-align: center;
	margin-right:33px;
	position:relative;
}

.nav .inner ul li a {
	width: 100%;
	height: 56px;
	display: inline-block;
	line-height: 56px;
	font-size: 16px;
	color: #3a3a3a;
	text-align: center;
	border-top: 4px solid #fff;
	/*margin-right:35px;*/
}

.nav .inner .list {
	background: #fff;
	width: 100px;
	display: none;
	height:126px;
	position:absolute;
	left:-20px;
	box-shadow: 1px 6px 10px rgba(0, 0, 0, 0.3);

}


.nav .inner .list a {
	display: block;
	width: 100px;
	height: 42px;
	color: #000;
	text-align: center;
	line-height: 42px;
	font-size: 16px;
	border: 0 solid #000;
}
.nav .inner .list a:hover{
	background:#1ED760;
	color:#fff;
	-webkit-transition: color .1s 0s;
	-moz-transition: color .1s 0s;
	-o-transition: color .1s 0s;
}

.nav .inner  a:hover {
	color:#1ED760;
	transition: color .1s 0s;
	-webkit-transition: color .1s 0s;
	-moz-transition: color .1s 0s;
	-o-transition: color .1s 0s;


}

.nav .inner .contact {
	float: right;
	width: 231px;
	height: 60px;
	line-height: 60px;
	color: #1ED760;
	font-size: 24px;
}

.nav .inner .contact span {
	display: inline-block;
	width: 59px;
	height: 64px;
	float: left;
}
.nav .inner .contact .phone{
	background: url(../img/phone_number.png) no-repeat  right center;
	padding-left:17px;
	width:132px;
	height: 64px;
}
.nav .inner .contact .img{
	background: url(../img/menu_line.png)no-repeat center;
	margin:0 0 0 22px;
	width:1px;
	height: 64px;
}
.nav .inner .contact .wei{
	background: url(../img/wechat_QRcode.png) no-repeat right center;
	cursor: pointer;
	position: relative;
}

.nav .inner ul li a.recruit {
	border-top: 4px solid #1ED760;
	color: #1ED760;
}

.nav .erweima {
	width: 130px;
	height: 150px;
	background: url(../img/QRcode.jpg);
	position: absolute;
	top: 60px;
	right: 0;
	display: none;
	box-shadow: 1px 7px 10px rgba(0, 0, 0, 0.3);

}
.nav1:hover .list{
	display: block;
}
.wei:hover .erweima{
	display:block;
}

.footer {
	width: 100%;
	height: 340px;
	background-color: #3a3a3a;
	position:relative;
}

.footer .inner {
	padding-top: 46px;
	width: 1000px;
	margin: 0 auto;
	height:287px;
	position:relative;
	box-sizing: border-box;
}

.footer .inner .item {
	width: 249px;
	text-align: center;
	border-right: 1px dashed #d9d4d4;
	float: left;
	height: 263px;
}

.footer .inner .item.item-4 {
	border-right: 0;
	width: 250px;
}

.footer .inner .item .icon {
	background-repeat: no-repeat;
	width: 70px;
	height: 70px;
	margin: 0 auto;
}

.footer .inner .item .icon.icon-1 {
	background-image: url("../img/icon_1.png");
}

.footer .inner .item .icon.icon-2 {
	background-image: url("../img/icon_2.png");
}

.footer .inner .item .icon.icon-3 {
	background-image: url("../img/icon_3.png");
}

.footer .inner .item .icon.icon-4 {
	background-image: url("../img/icon_4.png");
}

.footer .inner .item .title {
	font-size: 14px;
	color: #f8f8f8;
	margin-top: 40px;
	padding-bottom: 10px;
}

.footer .inner .item .child {
	font-size: 12px;
	color: #8c8c8c;
	display: block;
	margin-top: 15px;
}

.footer .inner .item .qd {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	margin-top: 15px;
}
.footer .inner .item .qd img{
	width: 100px;
	height: 100px;

}

.footer-bottom {
	height: 60px;
	font-size: 12px;
	color: #777777;
	text-align: center;
	line-height: 60px;
	background-color: #000000;
}
.footer-bottom a{
	color: #777;
	border-bottom: 1px solid #666;
}
.goTop{
	width:60px;
	height:60px;
	background:url(../img/back_to_top.png) no-repeat center;
	background-size:cover;
	position: fixed;
	bottom: 100px;
	right: 36px;
	cursor:pointer;
	display:none;
}
.foot .t1 img{
	display: none;
}
.foot{
	width: 100%;
	background: #000;
}
/*foot认证图标样式*/
.rz{
	/*width:580px;*/
	width: 455px;
	margin:0 auto;
	padding:20px 0;
}
.rz .link1{
	display:inline-block;
	text-decoration:none;
	height:20px;
	line-height:20px;
	text-align: center;
}
.rz .link1 img{
	float:left;
	width: 20px;
	height: 20px;
}
.rz .link1 p{
	float:left;
	height:20px;
	line-height:20px;
	margin: 0px 0px 0px 5px;
	color:#939393;
}
#___szfw_logo___{
	float:right;
	line-height:20px;
	display: inline-block;
	padding-left: 30px;
	width: 80px;
	height: 20px;
	background: url(../img/kex3.png)no-repeat left center;"
}
.t1{
	float:right;
	line-height:20px;
	display: inline-block;
	padding-left: 30px;
	width: 80px;
	height: 20px;
	background: url(../img/kex6.png)no-repeat left center;"
}
#_pingansec_bottomimagesmall_brand{
	float:right;
	line-height:20px;
	display: inline-block;
	padding-left: 30px;
	width: 80px;
	height: 20px;
	margin-right:0;
	background: url(../img/kex8.png)no-repeat left center;
}
.new{
	display: inline-block;
	margin: 12px auto 0;
	font-size: 16px;
	height: 38px;
	border: 1px solid #1ED760;
	border-radius: 4px;
	line-height: 38px;
	color: #1ED760;
	width: 100px;
	text-align: center;
	cursor: pointer;
}
.new:hover{
	background:#F98C24 ;
	border: 1px solid #F98C24;
	color: #fff;
}

.product-form {
	position: absolute;
	right:0;
	width:320px;
	height: 343px;
	top:150px;
	color: #fff;
	line-height: 39px;
	/*background:#fff;*/
	padding: 0 27px ;

}
.product-form .item {
	display: block;
	/*background: #fff;*/
	margin-top: 10px;
	color: #000;
	height: 34px;
	line-height:34px;
}
.product-form .form-txt {
	font-size:14px;
	text-align: center;
	color: #3A3A3A;
	background: transparent;/*新增*/
}
.product-form .btn {
	height: 50px;
	cursor:pointer;
	width:320px;
	border-bottom: 6px solid #00AE3E;
	border-radius: 6px;


}
.product-form .btn span{
	display:inline-block;
	width:320px;
	height: 50px;
	text-align:center;
	color:#fff;
	margin:0 auto;
	font-size:16px;
	background:#1ed760;
	border-radius:6px;
	line-height:50px;
	letter-spacing: 3px;


}

.product-form div {
	display: inline-block;
}

/**/
.product-form5 .item {
	display: block;
	/*background: #fff;*/
	margin-top: 10px;
	color: #000;
	height: 34px;
	line-height:34px;
}
.product-form5 .form-txt {
	font-size:14px;
	text-align: center;
	color: #3A3A3A;
	background: transparent;/*新增*/
}
.product-form5 .btn {
	height: 50px;
	cursor:pointer;
	width:320px;
	border-bottom: 6px solid #00AE3E;
	border-radius: 6px;


}
.product-form5 .btn span{
	display:inline-block;
	width:320px;
	height: 50px;
	text-align:center;
	color:#fff;
	margin:0 auto;
	font-size:16px;
	background:#1ed760;
	border-radius:6px;
	line-height:50px;
	letter-spacing: 3px;


}

.product-form5 div {
	display: inline-block;
}
.item .i-l {
	width: 80px;
	height: 32px;
	line-height: 32px;
	font-size:14px;
	/*  border-right: 1px solid #b4b4b4; */
}
.item {
	font-size:12px;
	position:relative;
}
.item .i-r {
	position: relative;
	width:234px;
	height: 32px;
	background: #fff;
	box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,1);
	border-radius: 4px;
}
.item .i-r div{
	font-size: 14px;
}
.item .i-r input {
	width: 100px;
	line-height: 32px;
	outline:none;
	padding-left:5px;
	font-size:14px;
	height:32px;
	background: transparent;

}
.item .i-r input[name=car-number] {
	text-transform:uppercase;
}
.item .i-r .insure-city {
	border: 1px solid red;
	height: 100%;
	width: 189px;
	display: inline-block;
	position: absolute;
	opacity: 0;
	cursor:pointer;
}
.item .i-r .insure-city-show {
	width: 171px;
	background: url("../img/arrow_down.png") no-repeat right;
	padding-left:5px;
	height: 32px;
	line-height: 32px;
	cursor:pointer;

}
.item .i-r .expire-date-year {
	border: 1px solid red;
	height: 100%;
	width: 80px;
	display: inline-block;
	position: absolute;
	opacity: 0;
	cursor:pointer;
}
.item .i-r .expire-date-year-show {
	width: 72px;
	background: url("../img/arrow_down.png") no-repeat right;
	padding-left:5px;
	cursor:pointer;
}
.item .i-r .expire-date-month {
	border: 1px solid red;
	height: 100%;
	width: 80px;
	display: inline-block;
	position: absolute;
	opacity: 0;
	cursor:pointer;
	margin-left: 51px;

}
.item .i-r .expire-date-month-show {
	width: 80px;
	background: url("../img/arrow_down.png") no-repeat right;
}
.item .i-r .pro {
	border: 1px solid red;
	height: 100%;
	width: 47px;
	display: inline-block;
	position: absolute;
	opacity: 0;
	cursor:pointer;
}
.item .i-r .pro-show {
	width: 40px;
	background: url("../img/arrow_down.png") no-repeat right;
	padding-left:5px;
	height: 32px;
}
.item .i-r .send-code {
	width: 85px;
	text-align: center;
	color: #1ED760;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 32px;
	font-size:14px;
	line-height:32px;
	border-left:#CDCDCD solid 1px;
	cursor:pointer;

}

/*# sourceMappingURL=common.css.map */
/*侧面表单样式遮罩层*/
.rightMask{
	position: fixed;
	background: rgba(0,0,0,.8);
	width:100%;
	height:100%;
	top: 0;
	z-index: 4;
	transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s;
	display: none;

}
.nav_h5{
	display: none;
}
/*.formBg{
	width:410px;
	height:100%;
	background: url("../img/PC_main_form_bg.jpg") no-repeat center;
	float: right;
	transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s;
	z-index:9;
	display: block;
}*/
#scroll-progress {
	position: fixed;
	top: 0;
	left: 0;
	height: 4px;
	width: 0;
	z-index: 25;
	background: #fc5f3a;
}
#scroll-progress .scroll-percent {
	float: right;
	width: 80px;
	margin-top: 2px;
	color: #fff;
	font-weight: 700;
	background-color: #000;
	padding: 5px;
	text-align: center;
	display: none;
}
@media only screen and (max-width: 767px) {
	#scroll-progress {
		position: fixed;
		top: 0;
		left: 0;
		height: 4px;
		width: 0;
		z-index: 25;
		background: #fc5f3a;
	}
	#scroll-progress .scroll-percent {
		float: right;
		width: 80px;
		margin-top: 2px;
		color: #fff;
		font-weight: 700;
		background-color: #000;
		padding: 5px;
		text-align: center;
		display: none;
	}
	#___szfw_logo___ {
		float: left;
		line-height: 20px;
		display: inline-block;
		padding-left: 30px;
		width: 2rem;
		height: 20px;
		background: url(../img/kex3.png)no-repeat left center;
		/*margin-left: .9rem;*/
		margin-left: 1.8rem;
		font-size:.2rem;
		color: #DADADA;
	}

}


