* {
    margin: 0;
    padding: 0;
}
ul,
li {
    list-style: none;
}
a {
	color: #333333;
    text-decoration: none;
}

img {
    border: 0 none;
}
body {
    font-size: 14px;
    color: #333333;
    font-family: "Microsoft Yahei";
    background: url(../images/bg.jpg) no-repeat center top;   
}
.top {
    width: 100%;
    height: 500px;
}
.box {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

/*幻灯片*/
.f-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px 0;
}
.flash {
    float: left;
    width: 500px;
    height:340px;
}
.out-img {
    position: relative;
    width: 500px;
    height: 340px;
    overflow: hidden;
}
.out-img .img {
    width: 50000px;
    position: absolute;
    left: 0;
    top: 0;
}
.out-img .img li {
    float: left;
    position: relative;
}
.out-img .img li img {
    display: block;
}
.out-img .img li p {
    position: absolute;
    left: 0;
    bottom:0;
    height: 40px;
    width: 100%;
    text-align: left;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    text-indent: 10px;
    line-height: 40px;
    font-size: 16px;
}
.out-img .num {
    width: 100%;
    position: absolute;
    text-align: right;
    left:-20px;
    bottom: 10px;
    font-size: 0;
}
.out-img .num li {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 3px;
    display: inline-block;
    cursor: pointer;
}
.out-img .num li.on {
    background-color: #097ac0;
}
.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;
    font-family: "宋体";
    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;
}
/*新闻*/
.new{
	width: 484px;
	height: auto;
	float: right;
}
.new ul li{
	margin-top: 10px;
}
.new ul li h4 a{
	font-size: 22px;
	color: #333333;
}
.new ul li p{
	font-size: 16px;
	color: #555555;
	line-height: 32px;
}
.new ul li p a{
	color: #097ac0;
}
.new ul li a:hover{
	color: #097ac0;
	text-decoration: underline;
}

/*相关报导*/
.baodao .baodao-con{
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.baodao .baodao-con ul li{
	float: left;
	width: 485px;
	height: 214px;
	background: rgba(9,122,192,0.1);
	margin-right: 30px;
	margin-bottom: 20px;
}
.baodao .baodao-con ul li h5{
	font-size: 18px;
	color: #333333;
	line-height: 34px;
	margin-left: 22px;
	padding-top: 6px;
}
.baodao .baodao-con ul li .list{
	width: 440px;
	height: 126px;
	margin: 8px 0;
	margin-left: 22px;
}
.baodao .baodao-con ul li .list p{
	float: right;
	width: 234px;
	height: 126px;
	line-height: 26px;
	margin-left: 0;
}
.baodao .baodao-con ul li .list a{
	color: #097ac0;
}
.baodao .baodao-con ul li p{
	color: #555555;
	line-height: 26px;
	margin-left:22px;
}
.baodao .baodao-con ul li a:hover{
	color: #097ac0;
}


/*图集*/
.tit{
    width: 1000px;
    height: 40px;  
    text-align: center;
    margin-top:20px;
}
.show{
    width:100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}
.show .show-con{
	margin-top: 20px;
}
.show .show-con ul li{
	width: 180px;
	text-align: center;
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
}
.show .show-con ul li:nth-child(5n){
	margin-right: 0;
}
.show .show-con ul li a:hover{
	color: #097ac0;
}
.show .show-con ul li a p{
	line-height: 26px;
}

/*车型展示*/
.pro-zs {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}
.pro-zs .pro-img {
    float: left;
    width: 660px;
    height: 440px;
    position: relative;
    display: none;
}
.pro-zs p {
    width: 640px;
    height: 66px;
    line-height: 30px;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
}
.pro-zs .pro-dis {
    display: block;
}
.img-li {
    float: right;
    width: 340px;
    height: 440px;
}
.img-li li {
    float: left;
    width: 150px;
    height: 100px;
    overflow: hidden;
    margin-left: 10px;
    margin-bottom: 13px;
    cursor: pointer;
    border: 3px solid #EEEEEE;
    box-sizing: border-box;
}
.img-li li.on {
    border-color: #097ac0;
}

.img-li li img{
    width:150px;
    height:100px;
}
/*车型介绍*/
.cxjs .cxjs-con{
    border-bottom: 1px solid #f8f8f8;
    height: 100px;
    overflow: hidden;
    padding: 20px 0;
    width: 100%;	
}
.cxjs .cxjs-con img{
	float: left;
    height: 100px;
    width: 150px;
}
.cxjs .cxjs-con .cxjs-right{
    float: right;
    height: 100px;
    position: relative;
    width: 830px;
}
.cxjs .cxjs-con .cxjs-right a:hover{
	color: #097ac0;
}
.cxjs .cxjs-con .cxjs-right h2{
    font-size: 18px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    width: 100%;
}
.cxjs .cxjs-con .cxjs-right ul li{
    color: #5b6471;
    float: left;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 5px;
    width: 235px;
}
.cxjs .cxjs-con .cxjs-right .cxjs-fl{
    position: absolute;
    right: 0;
    /*top: 0;*/
}
.cxjs .cxjs-con .cxjs-right .cxjs-fl a{
    border: 1px solid #097ac0;
    color: #097ac0;
    padding: 4px 6px;
    font-size: 18px;
}

/*表单*/
.f-box1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}
.b-fkzx {
    float: right;
    width: 590px;
    height: auto;
    overflow: hidden;
    border:3px solid rgba(9,122,192,0.5);
    padding: 10px;
    margin-top: 20px;
}
.b-fkcon {
    height: 340px;
    border: 1px solid #00348c;
    padding: 9px;
    border-top: 0 none;
    line-height: 30px;
    text-align: center;
    font-family: "Microsoft Yahei";
}
.b-fkcon input {
    outline: none;
    border: 1px solid #999999;
    height: 18px;
    line-height: 18px;
}
.b-fkcon textarea {
    outline: none;
    border: 1px solid #999999;
}
.b-miantit {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #097ac0;
    margin: 4px 0;
}
.topics {
    width: 350px;
    height: 390px;
    float: left;
    border:3px solid rgba(9,122,192,0.5);
    margin-top: 20px;
}
.rel-box {
    height: 320px;
    text-align: center;
}

.rel-box ul li{
	width: 320px;
	height: 180px;
	margin: 0 auto;
}
.rel-box ul li a:hover{
	color: #097ac0;
}

.footer {
	width: 1000px;
    height: auto; 
    margin-top: 30px; 
    text-align: center;
}
.footer p{
	line-height:28px;
	margin: 20px 0;
}
