* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    color: #333333;
    text-decoration: none;
}

body {
    font-size: 14px;
    font-family: "Microsoft Yahei";
    color: #333333;
}

.top {
    width: 100%;
    height: 640px;
}
.content {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(../images/bg.jpg) no-repeat center top;
}
.box {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 15px auto;
}
.tit {
    width: 286px;
    height:71px;
    font: bold 40px/70px "微软雅黑";
    color: #FFFFFF;
    text-align: center;
    margin: 15px auto;
    background: url(../images/tit.png) no-repeat center;
}

/*导语*/
.daoyu {
    width: 480px;
    float: left;
    height: 333px;
}
.tit1 {
    width: 158px;
    height:60px;
    overflow: hidden;
    background: url(../images/daoyu-bg.png) no-repeat center;
}
.daoyu p{
	font: normal 18px/36px "微软雅黑";
	margin-top: 20px;
}
/*幻灯片*/
.flash {
    float: right;
    width: 500px;
    height: 330px;
}
.out-img {
    position: relative;
    width: 500px;
    height: 330px;
    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: right;
    left: 0;
    bottom: 5px;
    font-size: 0;
}
.out-img .num li {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
}
.out-img .num li.on {
    background-color: #027fc0;
}
.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;
}

/*媒体聚焦*/
.news ul li{
	float: left;
	width: 480px;
	height: auto;
	margin: 10px 40px 0 0;
}
.news ul li:nth-child(2n){
	margin-right: 0;
}
.news ul li h2{
	font: 600 18px/42px "微软雅黑";
}
.news .new-img{
	float: left;
	width: 270px;
	height: 180px;
}
.news .new-txt{
	float: right;
	width: 190px;
	height: 180px;
	margin-left: 20px;
}
.news .new-txt p{
	font: normal 16px/26px "微软雅黑";
}
.news .new-txt span{
	color: #027FC0;
}

/*展车速览*/
.cx{
	width: 100%;
	height: 390px;
	margin: 25px auto;
}
.cx .cx-img{
	float: left;
	width: 540px;
	height: 390px;
}
.cx .cx-img ul li{
	float: left;
	width: 260px;
	height: 120px;
	margin: 0 14px 14px 0;
}
.cx .cx-img ul li:nth-child(2n){
	margin-right: 0;
}
.cx .cx-txt{
	float: left;
	width: 420px;
	height: 390px;
}
.cx .cx-txt h6{
	font: bold 26px/46px "微软雅黑";
	text-align: center;
}
.cx .cx-txt p{
	font: normal 18px/32px "微软雅黑";
}

/*表单专题*/
.con1_left {
    width: 300px;
    float: left;
    margin-top: 20px;
}
.con1_right {
    width: 680px;
    float: right;
    margin-top: 20px;
}
.con1_tit1 {
    width: 300px;
    height: 54px;
    line-height: 54px;
    font-family: "微软雅黑";
    font-size: 28px;
    color: #027fc0;
    font-weight: 700;
}
.con1_tit2 {
    width: 680px;
    height: 54px;
    line-height: 54px;
    font-family: "微软雅黑";
    font-size: 28px;
    color: #027fc0;
    font-weight: 700;
}
.b_con {
    padding: 9px;
    border: 2px solid rgba(2,127,192,0.4);
    height: 290px;
}
.b_con a {
	display: block;
    margin: 10px auto;
}
.b_con p {
    line-height: 28px;
    text-align: center;
}
.b_con a:hover {
    color: #027FC0;
}

/*底部*/
.footer{
	width: 100%;
	height: auto;
	margin: 20px auto;
}
.footer p{
	width: 100%;
	height: auto;
	line-height: 32px;
	text-align: center;
}

