﻿* {
    margin: 0;
    padding: 0;
}
ul,li {
    list-style: none;
}
a {	
	color: #333333;
    text-decoration: none;
}
a:hover,a:focus{
	color: #1972EA;
	text-decoration: underline;
}
img {
    border: none;
}
body {
    font-size: 14px;
    color: #333;
    font-family: "Microsoft Yahei";
    background: #eeeeee;
}
.box {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.top {
    width: 100%;
    height: 500px;
    background: url(../images/bg.jpg) no-repeat center;
}
.tit {
    width: 100%;
    height: 61px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}

.tiaozhuan{
	width: 100%;
	position: absolute;
	top: 260px;

}
.tiaozhuan .box a{
	display: block;
	width: 190px;
	height: 220px;
	color:#ff6600;
	float: left;
	text-align: center;
}

/*产品*/
.product{
	width: 100%;
	height: 510px;
	background: url(../images/chanpin-bg.png) no-repeat center;
	position: relative;
}
/*攻略*/
.product .box h2{
	width: 793px;
	height: 90px;
	font-size: 44px;
	line-height: 90px;
	font-weight: bold;
	color: #1972EA;
	text-align: center;
	padding-top: 20px;
	background: url(../images/gonglue.png) no-repeat center;

}
/*车型名称*/
.product .canshu h5{
	width: 490px;
	height: 40px;
	font:bold 20px/40px "微软雅黑";
	text-align: center;
	color: #333333;
	float: right;
	padding-right: 56px;
}
.product .canshu{
	width: 100%;
	height: 350px;
	position: relative;
}
.product .canshu .car{
	width: 423px;
	height: 310px;
	position: absolute;
	left:40px;
	bottom: 50px;
	z-index: 100;
}
.product .canshu .canshu-list{
	width: 490px;
	height: 182px;
	position: absolute;
	right: 55px;
	bottom: 130px;
	background: url(../images/table.png) no-repeat center;
}
.product .canshu .btn{
	width: 490px;
	height: 54px;
	font-size: 20px;
	text-align: center;
	position: absolute;
	right:55px;
	bottom: 66px;
}
.product .canshu .btn a{
	text-align: center;
	color: #FFFFFF;
}

.product .canshu .btn .btn-1{
	width: 110px;
	line-height: 38px;
	background: #ff8300;
	float: left;
	margin-left: 60px;
}
.product .canshu .btn .btn-2{
	width: 110px;
	line-height: 38px;
	background: #1972EA;
	float: right;
	margin-right: 60px;
}

/*卖点解读*/
.jiedu{
	width: 100%;
	height: auto;
	background: #FFFFFF;	
}
.jiedu .jiedu-con ul li{
	width: 493px;
	height: 142px;
	float: left;
	background: url(../images/jiedu-bg.png) no-repeat center;
	margin-right: 14px;
	margin-bottom: 30px;
	position: relative;
}
.jiedu .jiedu-con ul li:nth-child(2n){
	margin-right: 0;	
}
.jiedu .jiedu-con ul li h6{
	font-size: 26px;
	color: #FFFFFF;
	position: absolute;
	left: 40px;
	top: 8px;
}
.jiedu .jiedu-con ul li p{
	font-size: 14px;
	line-height: 26px;
	width: 370px;
	position: absolute;
	left: 64px;
	bottom: 15px;
}

/*报告分析*/
.baogao{
	width: 100%;
	height: auto;
	text-align: center;
	background: url(../images/baogao-bg.png) no-repeat center;
}
.baogao .baogao-list ul li{
	width: 1000px;
	height: 200px;
	position: relative;
	margin-bottom: 20px;
} 
.baogao .baogao-list ul li:nth-child(2n){
	width: 1000px;
	height: 200px;
	position: relative;
	margin-bottom: 20px;
}
.baogao .baogao-list ul li p{
	width: 610px;
	height: 84px;
	color: #FFFFFF;
	line-height: 28px;
	text-indent: 28px;
	text-align: left;
	position: absolute;
	right: 44px;
	bottom: 16px;
}
.baogao .baogao-list ul li:nth-child(2n) p{
	width: 610px;
	height: 84px;
	color: #FFFFFF;
	line-height: 28px;
	text-indent: 28px;
	text-align: left;
	position: absolute;
	left: 44px;
	bottom: 16px;
}
.baogao .baogao-list ul li span{
	width: 610px;
	height: 80px;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	position: absolute;
	right: 50px;
}
.baogao .baogao-list ul li:nth-child(2n) span{
	width: 610px;
	height: 80px;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	position: absolute;
	left: 50px;
}
.baogao .baogao-list ul p  a{
	color: #FFFFFF;
}

/*表现分析*/
.biaoxian .biaoxian-con{
	width: 100%;
	height: auto;
	padding: 30px;
	background: rgba(25,114,234,0.3);
}
.biaoxian .biaoxian-con ul li{
	float: left;
	width: 500px;
	line-height: 32px;	
}
.biaoxian .biaoxian-con ul li b{
	padding-right: 10px;	
}


/*相关专题*/
.part{ 
	width:100%; 
	height:560px; 
	margin-top:40px;
	background: url(../images/footer-bg.png) no-repeat center;
	}
.feedback{ 
	width:960px; 
	height:342px; 
	}
.part .feedback h3{
	font-size: 30px;
	color: #1972ea;
	font-weight: bold;
}
.zx-form {
    width: 1000px;
    height: auto;
    overflow: hidden;
    padding: 20px 50px;
    border: 4px solid rgba(25,114,234,0.5);
    box-sizing: border-box;
    margin-top: 20px;
    background-color: #FFFFFF;
}
.zx-form .form-li {
    float: left;
    width: 370px;
    height: auto;
    overflow: hidden;
}
.zx-form .form-li div {
    width: 370px;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}
.zx-form .form-li div span {
    display: block;
    float: left;
    width: 38px;
    height: 38px;
    border: 1px solid #cccccc;
    background: url(../images/icon-4.png) no-repeat center center;
}
.zx-form .form-li div span.icon-name {
    background-position: 0 0;
}
.zx-form .form-li div span.icon-add {
    background-position: 0 -38px;
}
.form-li div span.icon-tel {
    background-position: 0 -76px;
}
.zx-form .form-li div span.icon-code {
    background-position: 0 -114px;
}
.zx-form .form-li div input {
    float: left;
    width: 330px;
    height: 40px;
    border: 1px solid #e3e3e3;
    border-left: 0 none;
    padding: 0 5px;
    box-sizing: border-box;
    outline: none;
    color: #666666;
}
.zx-form .form-li div input.yzm {
    width: 210px;
}
.zx-form .form-li div img {
    width: 100px;
    height: 40px;
    float: right;
}
.zx-form .form-message {
    float: right;
    width: 480px;
    height: auto;
    overflow: hidden;
}
.zx-form .form-message p {
    width: 480px;
    height: 30px;
    color: #333333;
}
.zx-form .form-message textarea {
    line-height: 24px;
    border: 1px solid #cccccc;
    padding: 10px;
    font-family: "Microsoft Yahei";
    outline: none;
    width: 100%;
    height: 175px;
    box-sizing: border-box;
}
.form-btn {
    clear: both;
    width: 220px;
    margin: 0 auto;
    padding-top: 20px;
    height: auto;
    overflow: hidden;
}
.form-btn button {
    font-family: "Microsoft Yahei";
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    border: 0 none;
    cursor: pointer;
    display: block;
    float: left;
}
.form-btn button.submit {
    background-color: #ff8300;
    margin-right: 20px;
}
.form-btn button.reset {
    background-color: #999999;
}
.footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin-top: 40px;
}
.footer p{ 
	line-height:30px; 
	color:#333333;
	}








