﻿* {
    margin: 0;
    padding: 0;
}
ul,
li {
    list-style: none;
}
a {	
	color: #333333;
    text-decoration: none;
}
a:hover,a:focus{
	color: #d61518;
	text-decoration: none;
}
img {
    border: none;
}
body {
    font-size: 16px;
    color: #333333;
    font-family: "Microsoft Yahei";
    background: url(../images/bg.jpg) no-repeat center top;
}
.content {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.top {
    width: 1200px;
    height: 600px;
}
.tit{
	width: 1200px;
	height: 62px;
	margin: 30px auto;
	background: url(../images/tit.png) no-repeat center;
	font: bold 42px/62px "微软雅黑";
	text-align: center;
	color: #FFFFFF;
}

/*车型概况*/
.flash {
    float: left;
	width: 500px;
	height: 360px;
}
.out-img {
    position: relative;
    width: 500px;
    height: 394px;
    overflow: hidden;
}
.out-img .img {
    width: 50000px;
    position: absolute;
    left: 0;
    top: 0;
}
.out-img .img li {
    width: 500px;
    float: left;
    position: relative;
}
/*.out-img .img li p {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 42px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    text-indent: 10px;
    line-height: 42px;
}*/
.out-img .num {
    width: 100%;
    position: absolute;
    text-align: left;
    left: 0;
    bottom: 0;
    font-size: 0;
}
.out-img .num li {
    width: 45px;
    height: 6px;
    background-color: #FFFFFF;
    border: 1px solid #d61518;
    margin: 0 8px;
    display: inline-block;
    cursor: pointer;
}
.out-img .num li.on {
    background-color: #d61518;
}
.out-img .btn {
    position: absolute;
    width: 30px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    display: none;
}
.out-img:hover .btn {
    display: block;
}
.out-img .btn-l {
    left: 0;
}
.out-img .btn-r {
    right: 0;
}

/*参数*/
.canshu{
	float: right;
	width: 1200px;
	height: 418px;
	background: url(../images/cs-bg.png) no-repeat top right;
	padding-top: 25px;
}
.cx-con p{
	float: right;
	width: 640px;
	height: auto;
	margin-right: 30px;
	font: normal 18px/32px "微软雅黑";
}
.cx-con p a{
	color: #d61518;
	cursor: pointer;
}
.cx-con img{
	margin: 15px 0 0 10px;
}

/*车型亮点*/
.ld{
	float: left;
	width: 577px;
	height: 495px;
	position: relative;
	margin:0 10px 30px 10px
}
.ld p{
	position: absolute;
	width: 360px;
	height: 180px;
	font: normal 18px/30px "微软雅黑";
	left: 70px;
	bottom: 20px;
}


/*相关车型*/
.xgcx ul li{
	float: left;
	width: 385px;
	height: 306px;
	text-align: center;
	margin: 0 22px 20px 0;
}
.xgcx ul li p{
	width: 385px;
	height: 30px;	
	font: normal 18px/42px "微软雅黑";
	overflow: hidden;
}
.xgcx ul li:nth-child(3n){
	margin-right: 0;
}


/*反馈表单*/
.fk-back{
    width: 700px;
    float: left;
    height: auto;
    overflow: hidden;
}

.tit-hy{
    font-size: 24px;
    font-weight: bold;
    color: #D61518;
    margin-bottom: 10px;
}

.pages_fk_con{
    float: left;
    width: 700px;
    height: 282px;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
    background: #FFFFFF;
}

.buses-form .buses-input-1{
    margin-top: 0.3em;
}

.topic{
   float: right;
}

.topic-box{
    width: 380px;
    height: auto;
    overflow: hidden;
    background: #FFFFFF;
    padding: 20px 35px;
}

.topic-box ul li{
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 16px;
    text-align: left;
}

.topic-box ul li a p{
    color: #333;
    height: 30px;
    line-height: 30px;
}

.topic-box ul li a p:hover{
    color: #D61518;
}

.footer{
    width: 1200px;
    height: auto;
    overflow: hidden;
    color: #333;
    margin-top: 20px;
}

.footer p {
    width: 1200px;
    height: auto;
    margin: 20px auto;
    text-align: center;
    line-height: 30px;
    color: #333;
}