﻿* {
    margin: 0;
    padding: 0;
}
ul,
li {
    list-style: none;
}
a {	
	color: #333333;
    text-decoration: none;
}
a:hover,a:focus{
	color: #CA0226;
	text-decoration: underline;
}
img {
    border: none;
}
body {
    font-size: 14px;
    color: #333;
    font-family: "Microsoft Yahei";
    background: url(../images/bg.jpg) no-repeat center top;
}
.box {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.top {
    width: 1000px;
    height: 500px;
}

.tit {
    width: 1000px;
    height: 189px;
    text-align: center;
    margin: 20px 0;
    margin-top: 40px;
}
/*二维码*/
.erweima{
	position: fixed;
    right: 30px;
    bottom: 50px;
    width: 180px;
    height: 300px;
    cursor: pointer;
}
/*惊喜四重礼*/
.scl{
	width: 100%;
	height: auto;
}
.scl ul li{
	width: 230px;
	height: 370px;
	text-align: center;
	color: #FFFFFF;
	float: left;
	background: url(../images/jx1.png) no-repeat center;
	margin-right: 26px;
}
.scl ul li:nth-child(2){
	background: url(../images/jx2.png) no-repeat center;
}
.scl ul li:last-child{
	margin-right: 0;
	background: url(../images/jx4.png) no-repeat center;
}
.scl ul li h2{
	font:bold 30px/60px "微软雅黑";
}
.scl ul li p{
	width: 200px;
	height: auto;
	text-align: left;
	padding: 16px;
}
/*活动报名*/
.baoming{
	width: 100%;
	height: 310px;
	margin-top: 40px;
}
.baoming .left{
	width: 340px;
	float: left;
}
.baoming .right{
	float: right;
	margin-top: 30px;
}

/*车型亮点*/
.cxld-list{ 
	width:100%;
	height:415px;
}
.cxld-bottm{
	width: 100%;
	height: 350px;
	background: #FFFFFF;
	margin-top: 220px;
	padding:0 40px;
	padding-top: 40px;
}

/*幻灯片轮播*/
.banner{
	width: 1000px;
	height: 520px;
	position: relative;
	/*border:1px solid #ccc;*/
	overflow:hidden; 
}
.banner ul{
	width: 5000px;
	position: absolute;
	left:0;
	top:0;
}
.banner ul li{
	float: left;
}
.banner i{
	width:60px;
	height: 60px;
	background: pink;
	position: absolute;
	top:50%;
	margin-top:-30px;
	cursor: pointer;
	display: none;
}
.banner .left{
	left: 50px;
	background: url(../images/left.png) no-repeat top;
}
.banner .right{
	right:50px;
	background: url(../images/right.png) no-repeat top;
}
.banner .left:hover,.banner .right:hover{
	background-position: bottom;
}
/*切换*/	
.bg6_con{
	width: 1000px;
	margin: 0 auto;
}
.bg6_con .pad10 { 
	height:480px;
}
#bg601,#bg602,#bg603{ 
	height:350px;
	margin-top: 60px;
}
.bg6_con strong{ 
	display:block; 
	text-align:center; 
	line-height:30px; 
	font-size:18px;
	padding-top: 34px;
}
.bg6_con p{ 
	width: 615px;
	float: right;
	text-indent:2em;
	line-height: 28px;
	padding-right: 20px;
}
#bg602 p{
	line-height: 28px;	
}
.bg6nva{ 
	padding-top:10px;
}
.bg6nva li{ 
	float:left; 
	width:330px; 
	line-height:60px; 
	height:60px; 
	font-size:24px; 
	color: #1179bf;
	border:1px #1179bf solid; 
	text-align:center; 
	background:#fff;
}
.bg6nva .nav{
	background:#1179bf; 
	color:#fff;
}
.bg6nva .mr-10{ 
	margin-right:-10px;
}


/*精彩文章*/
.jcwz .jcwz-list ul li,.jccx .jccx-list ul li,.jcsp .jcsp-list ul li{
	width: 240px;
	height: 160px;
	float: left;
	padding-right: 13px;
}
.jcwz .jcwz-list ul li:last-child,.jccx .jccx-list ul li:last-child,.jcsp .jcsp-list ul li:last-child{
	width: 240px;
	height: 160px;
	float: left;
	padding-right: 0;
}
.jcwz .jcwz-list ul li p,.jccx .jccx-list ul li p,.jcsp .jcsp-list ul li p{
	text-align: center;
}
.jcsp .jcsp-list ul li{
	position: relative;
}
.jcsp .jcsp-list ul li span{
    width: 100px;
    height: 100px;
    background: url(../images/video-btn.png) no-repeat center;
    position: absolute;
    top: 30px;
    left: 70px;	
}


/*反馈表单*/
.form-li {
    float: left;
    width: 340px;
    height: auto;
    overflow: hidden;
}
.form-li div {
    width: 340px;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}
.form-li div span {
    display: block;
    float: right;
    width: 38px;
    height: 38px;
    border: 1px solid #cccccc;
    background: url(../images/icon-4.png) no-repeat center center;
    position: absolute;
    top: 0;
}
.form-li div span.icon-name {
    background-position: 0 0;
}
.form-li div span.icon-add {
    background-position: 0 -38px;
}
.form-li div span.icon-tel {
    background-position: 0 -76px;
}
.form-li div input {
    float: left;
    width: 340px;
    height: 38px;
    border: 1px solid #e3e3e3;
    border-left: 0 none;
    padding: 0 50px;
    box-sizing: border-box;
    outline: none;
    color: #666666;
}
.form-btn {
    clear: both;
    width: 340px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    padding-top: 20px;
}
.form-btn button {
    font-family: "Microsoft Yahei";
    width: 340px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size:30px;
    font-weight: bold;
    color: #ffffff;
    border: 0 none;
    cursor: pointer;
    display: block;
    float: left;   
}
.form-btn button.submit {
    background-color: #ca0226;
    margin-right: 20px;
}

.footer {
    width: 1000px;
    height: 140px;
    overflow: hidden;
    text-align: center;
    margin-top: 60px;
}
.footer p{ 
	line-height:30px; 
	color:#333333;
	}








