* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    color: #333333;
    text-decoration: none;
}

body {
    font-size: 14px;
    color: #333333;
    font-family: "Microsoft Yahei";
    background: url('../images/bg.jpg') no-repeat center top;
    background-color: #ffebd2;
}

.box {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.banner {
    width: 100%;
    height: 660px;
}


.tit {
    width: 502px;
    height: 100px;
    background: url('../images/tit-bg.png') no-repeat center center;
    line-height: 110px;
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-style: italic;
}
.zj{
	width: 100%;
	height: 458px;
	background: url(../images/zj-bg.png) no-repeat center top;
	margin: 20px auto 40px;
	padding-top: 90px;
}
.zj h6{
	text-align: center;
	font: normal 24px/66px "微软雅黑";
	color: #d0211b;	
}
.zj p{
	width: 86%;
	font: normal 20px/42px "微软雅黑";
	color: #333333;
	margin: 0 auto;	
	text-align: left;
	text-indent: 5%;
}
/*车型*/
.cx{
	width: 100%;
	height: 617px;	
	background: url(../images/cx-bg.png) no-repeat center top;
	padding-top: 40px;
}
.cx h5{
	width: 505px;
	height: 110px;
	font: normal 30px/110px "微软雅黑";
	color: #ffebd2;	
	background: url(../images/mc-bg.png) no-repeat center;
	margin: 0 auto;
	text-align: center;
}
.cx img {
	float: left;
	width: 540px;
	height: 360px;
	margin-left: 60px;
	margin-top: 36px;
}
.cs{
	float: left;	
	width: 470px;
	height: 360px;
	margin-left: 60px;
	margin-top: 36px;	
}
.cs1{
	float: left;	
	width: 470px;
	height: 360px;
	margin-left: 66px;
	margin-top: 36px;	
}
.cs table{
    width:100%;
    margin-right: 50px;
    margin-top: 20px;
    line-height: 40px;
    border-collapse: collapse;
    background: url(../images/table-bg.png) repeat-y center top;
}
.cs table td{
    border-bottom: 1px  solid #fff;
    text-align: center;    
}
.cs table td:nth-child(2n+1){
    border-right: 1px  solid #fff;
   text-align: center; 
}

.cs .btn a{	
	display: block;
	width: 260px;
	height: 60px;
	border-radius: 5px;
	font: normal 26px/60px "微软雅黑";	
	text-align: center;
	background: #d0211b;
	color: #FFEBD2;	
	margin: 25px auto 0;
}




.cont{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 35px auto 20px;
}


.topic-tit{
	width:390px ;
	height: 84px;
	font: bold 34px/84px "微软雅黑";	
	text-align: center;
	color: #FFEBD2;	
	background: url(../images/feedback.png) no-repeat center;
	margin: 0 auto;
}
.topic-left,.topic-right{
	width: 48%;
	height: auto;
}
.topic-right{
	margin-left: 4%;
}

.topic-cont{
	width: 100%;
	height: 260px;
	overflow: hidden;
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
	margin-top: 20px;
}

.topic-cont a {
	display: block;
}

.topic-cont a img{
	display: block;
	width: 330px;
	height: 140px;
}

.topic-cont a p{
	width: 330px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.topic-mid{
	margin: 0 30px;
}

.topic-mid ul li{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	width: 330px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.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;
}
