/* CSS Document */
html,
body {
	font-family: "微软雅黑";
}

a {
	cursor: pointer;
	font-family: "微软雅黑";
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
button,
input,
textarea,
th,
td,
img,
tr,
td,
form,
select,
div,
strong,
span,
s {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

i {
	font-style: normal;
}

table {
	padding: 0px;
	margin: 0px;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	display: block;
}

a:focus {
	outline: none;
}

input,
select,
textarea {
	outline: none;
}

table {
	border-spacing: 0px;
}

body {
	background-color: #fff;
	overflow-x: hidden;
	color: #666;
	font-size: 14px;
	font-family: "微软雅黑";
	position: relative;
	min-width: 1200px;
	width: 100%;
}

a {
	color: #666;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:hover {
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	position: relative;
}

/* 通用分页样式 */
.pages {
	height: 26px;
	padding: 35px 0;
	margin-top: 5px;
	clear: both;
	text-align: center;
}

.pages:after {
	content: '.';
	clear: both;
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;

}

.pages ul {
	padding: 0;
	list-style: none;
	margin: 0;
	text-align: center;
	display: inline-block;
}

.pages li {
	float: left;
	margin-right: 5px;
}

.pages li a {
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
	height: 24px;
	line-height: 24px;
	color: #666;
}

.pages li a:hover {
	border: 1px solid #034f9d;
	background: #034f9d;
	color: #fff;
	text-decoration: none;
}

.pages li span {
	border: 1px solid #e1e1e1;
	height: 24px;
	line-height: 24px;
	color: #c4c4c4;
	padding: 5px 10px;
}

.pages .current a {
	border: 1px solid #034f9d;
	background: #034f9d;
	color: #fff;
}

/*头部*/

.header {
	padding: 13px 0;
	overflow: hidden;
	background: #f5f5f5;
}

.header .welcome {
	font-size: 12px;
	color: #666;
}

.header .word {
	width: 215px;
}

.header .word a {
	display: block;
	float: left;
	overflow: hidden;
	margin-left: 25px;
}

.header .word a img {
	float: left;
	display: block;
	margin-right: 7px;
}

.headlogo {
	padding: 32px 0 27px 0;
	overflow: hidden;
}

.oulogo img {
	display: block;
	float: left;
	margin-right: 20px;
	height: 70px;
}

.oulogo .logowen {
	float: left;
	border-left: 1px solid #eee;
	padding-left: 20px;
}

.oulogo .logowen p {
	font-size: 25px;
	color: rgb(111, 33, 19);
	font-weight: bold;
	line-height: 43px;
}


.logowen ul li {
	float: left;
	background: url(https://www.xinliauto.com/images/inico4.jpg)no-repeat 11px center;
	padding: 0 0 0 28px;
	font-size: 18px;
	color: #333;
	line-height: 29px;
}

.logowen ul li:first-child {
	background: none;
	padding: 0 0 0 0;
}

.outel {
	padding: 0px 0 0;
}

.outel img {
	float: left;
	padding: 12px 12px 0 0;
}

.telwen {
	float: left;
}

.outel .telwen p {
	font-size: 14px;
	color: #666;
	line-height: 22px;
}

.outel .telwen span {
	font-weight: bold;
	font-size: 22px;
	line-height: 25px;
	color: rgb(111, 33, 19);
	display: block;
}


/*导航*/

.h_head_gd {
	position: fixed;
	top: -1px;
	width: 100%;
	_position: absolute;
	_top: expression(eval(document.documentElement.scrollTop)0);
	z-index: 9999;
	left: 0;
	filter: alpha(opacity=90);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.topnav {
	background: url(../image/navb.jpg) 0 0 repeat-y #f1f1f1;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.nav {
	height: 60px;
	line-height: 60px;
	background: #f1f1f1;
	position: relative;
	z-index: 999999;
}

.nav a {
	color: #fff;
}

.nav .nLi {
	float: left;
	position: relative;
	display: inline;
	background: url("https://www.xinliauto.com/images/navhx.jpg")no-repeat right center;
	width: 12.3%;
	border-right: 1px #ddd solid;
}

.nav .nLi:last-child {
	background: none;

}

/*.nav .nLi:last-child h3 a{padding-right: 0px;}*/
/*
.nav .nLi:first-child a{
  color: #fff!important;
	background: #e50009;
	font-size: 18px;
	font-weight: bold;
}
*/
.nav .nLi:nth-child(7) .sub li a {
	display: block;
	padding: 3px 0;
	font-size: 14px !important;
	line-height: 49px !important;
	color: rgba(255, 255, 255, 0.7);
	white-space: nowrap;
	overflow: hidden;
	font-weight: normal;
	background: none !important;
	text-overflow: ellipsis;
}

/*
.nav .nLi:first-child .on{
	background: #e50009;
}
*/
/*
.nav .nLi:nth-child(7){
	background: #e50009;
}
*/
.nav .nLi h3 {
	float: left;
	width: 100%;
	text-align: center;
}

.nav .nLi:hover h3 a {
	color: #fff;
	background: rgb(111, 33, 19)
}

.nav .nLi h3 a {
	display: block;
	font-size: 15px;
	font-weight: normal;
	color: #666;

}

.nav .nLi h3 a i {
	width: 25px;
	height: 25px;
	background: url(../images/image/h2.png);
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

/*
.nav .nLi:first-child h3 a{
	    background: #e50009;
    color: rgba(255,255,255,1);
}
*/
.nav .subs {
	width: 160px !important;
}

.nav .sub {
	display: none;
	width: 100%;
	left: 0;
	top: 60px;
	position: absolute;
	background: rgba(0, 0, 0, 0.9);
	line-height: 26px;
	padding: 12px 0;
	text-align: center;
	padding: 0 0 15px 0;
}

.nav .nLi:nth-child(7) .sub {
	width: 182% !important;
}

.nav .nLi:nth-child(4) .sub {
	width: 205% !important;
}

/*
.nav .nLi:first-child .sub{
	width: 460%!important;
}
*/
.nav .nLi:nth-child(7) li {
	float: left;
	padding: 0 20px;
	width: 90px;
	text-align: left;
}

.nav .nLi:nth-child(4) li {
	float: left;
	padding: 0 20px;
	width: 110px;
	text-align: left;
}

.nav .sub li {
	zoom: 1;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.nav .sub li:hover {
	background: #6f2113;
}

.nav .sub a {
	display: block;
	padding: 3px 0;
	font-size: 14px;
	line-height: 49px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}

.nav .nLi h3 a.on {
	background: rgb(111, 33, 19);
	color: #fff;
}

.nav .nLi h3 a:hover {
	background: rgb(111, 33, 19);
}

.nav .nLi h3 a:hover i {
	background: url(../image/h.png);
}

.nav .nLi h3 a.on i {
	background: url(../images/image/h.png);
}

/*导航结束*/


/*底部*/
.foot {
	padding: 57px 0 0;
	background: #2b323a;
	overflow: hidden;
}

.footnav {
	background: url("../image/fico2.jpg")repeat-x bottom;
	padding-bottom: 28px;
	overflow: hidden;
}

.foot .navtit p {
	font-size: 12px;
	color: #49515b;
	text-transform: uppercase;
	font-weight: bold;
}

.foot .navtit span {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background: url("../image/fico.png")no-repeat right center;
	display: block;
}

.bonav a:hover {
	color: #e50009;
}

.bonav a {
	font-size: 14px;
	color: #fff;
	margin-left: 30px;
}

.bonav {
	padding: 16px 0 0;
}

.bocontact {
	overflow: hidden;
	padding: 65px 0;

}

.contactnr {
	width: 60%;
}

.contactnr ul {
	display: block;
	overflow: hidden;
}

.contactnr ul li p {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	display: block;
	text-align: center;
	line-height: 35px;
}

.contactnr ul li {
	float: left;
	padding: 0 28px;
	width: 140px;
	overflow: hidden;
}

.contactnr ul i {
	width: 1px;
	height: 205px;
	background: #343c45;
	display: block;
	float: left;
}

.contactnr ul li a {
	font-size: 13px;
	color: #656c74;
	display: block;
	text-align: center;
	line-height: 30px;
}

.contactnr ul li a:hover {
	color: #fff;
}

.contactnr ul .fona1 {
	width: 190px !important;
}

.coadd {
	margin: 35px 0;
}

.coadd p {
	font-size: 13px;
	color: #656c74;
	line-height: 30px;
}

.coadd p a {
	color: #656c74;
	padding: 0 15px;
}

.contel {
	margin: 0 30px;
	overflow: hidden;
}

.contel a {
	background: #0a60d1 url(https://www.xinliauto.com/images/fico3.jpg) no-repeat 19px center;
	color: #fff;
	height: 37px;
	width: 133px;
	display: block;
	line-height: 37px;
	font-size: 14px;
	padding-left: 44px;
	position: relative;
	right: -55px;
}

.contel p {
	font-size: 14px;
	color: #fff;
	text-align: right;
	margin-top: 25px;
}

.contel span {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	font-family: "Times New Roman" !important;
}

.erweima .erimg p {
	text-align: center;
	font-size: 14px;
	color: #656c74;
	line-height: 33px;
}

.erweima .erimg {
	width: 238px;
	height: 137px;
	overflow: hidden;
}

.erweima .erimg img {
	width: 109px;
	height: 109px;
}

.footer {
	background: #2b323a url("../image/fico2.jpg")repeat-x top;
	padding: 22px 0;
	overflow: hidden;
}

.footer p {
	color: #656c74;
	font-size: 12px;
	float: left;
}

.footer span a {
	color: #656c74;
	font-size: 12px;
	float: right;
}


.zxzxXf {
	height: 80px;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999999999;
	background: rgba(0, 0, 0, .65);
	width: 100%;
}

.zxzxXf .container {
	position: relative;
	height: 80px;
}

.zxzxXf .zxzxImg {
	display: block;
	width: 142px;
	height: 135px;
	position: absolute;
	left: -10px;
	top: -63px
}

.zxzxXf .p1 {
	position: absolute;
	left: 144px;
	top: 35px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}

.zxzxXf .xfClose {
	display: block;
	width: 26px;
	height: 26px;
	position: absolute;
	left: 588px;
	top: -13px;
	background: url(https://www.xinliauto.com/images/zxzxXfclose.png) no-repeat center;
	cursor: pointer;
}

.zx-icon-bg {
	display: block;
	width: 67px;
	height: 67px;
	position: absolute;
	top: -46px;
	left: 132px;
	background-position: 0 0;
	color: #fff;
	cursor: default;
	text-align: center;
	line-height: 65px;
	font-weight: 300;
	font-size: 24px;
	-moz-transform-origin: center bottom;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	transition: all .5s 1s;
	-moz-transition: all .5s 1s;
	-webkit-transition: all .5s 1s;
	background: url(https://www.xinliauto.com/images/howmany.png);
}

.fuc02 {
	width: 579px;
	float: left;
	margin-left: 15px;
	margin-top: 24px;
	position: relative;
	left: 368px;
	top: 6px;
	overflow: hidden;
}

.fuc02 .inp_lxr {
	width: 125px;
	height: 33px;
	border: 1px solid #eee;
	background: #fff;
	padding-left: 10px;
	color: #999;

	float: left;
	box-shadow: 4px 0 13px #e1e1e1;
	position: relative;
	z-index: 4;
	overflow: hidden;
}

.fuc02 .inp_shouji {
	width: 160px;
	height: 33px;
	border: 1px solid #eee;
	background: #fff;
	padding-left: 10px;
	color: #999;
	position: relative;
	z-index: 3;
	float: left;
	box-shadow: 4px 0 13px #e1e1e1;
}

.fuc03 {
	width: 219px;
	float: left;
	margin-left: 20px;
	position: absolute;
	right: 0;
	top: 15px;
}

.fuc03 .dztel02 {
	width: 190px;
	padding-left: 50px;
	font-size: 24px;
	line-height: 25px;
	color: #fff;
	float: left;
	background: url("https://www.xinliauto.com/images/fnico.png")no-repeat left center;
	font-weight: bold;

}

.fuc03 .dztel02 span {
	font-size: 14px;
	color: #fff;
	display: block;
}

.fuc02 #_chkcode {
	float: left;
	width: 87px;
	height: 35px;
	padding-left: 9px;
	z-index: 2;
}

.fuc02 .sr span {
	float: left;
	display: block;
	position: relative;
	left: 113px;
	top: 31px;
	color: #fff;
}

.fuc02 .sr {
	float: left;
	position: absolute;
	left: 309px;
	height: 35px;
	top: 0;
	z-index: 2;
}

.fuc02 cite {
	position: relative;
	left: 84px;
	top: 0;
	background: #fff;
	height: 35px;
	padding-left: 10px;
	z-index: 1;
}

.fuc02 cite img {
	margin: 3px 5px 0 0;
}

.fuc02 .submit {
	position: relative;
	left: 83px;
	top: 0;
	height: 35px;
	background: #0a60d1;
	padding: 0 21px;
	line-height: 35px;
	color: #fff;
	cursor: pointer;
}

.fuc02 #book_post {
	margin: 0 !important;
	overflow: hidden;
}

.fuc02 input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999 !important;
	font-size: 12px;
}

.fuc02 input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999 !important;
	font-size: 12px;
}

.fuc02 input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999 !important;
	font-size: 12px;
}

.fuc02 input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999 !important;
	font-size: 12px;
}

#ClCache {
	display: none !important;
}
