﻿/*公共样式*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../img/bg.jpg);
	min-width: 1400px;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color:#323232;
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clear {
	clear: both;
}

.clearfloat {
	zoom: 1
}

.content_wrap {
	margin-top: 25px;
}


/*头部 start*/

.banner_wrap {
	overflow: hidden;
}

.banner {
	width:1800px;
	/*height:316px;*/
	position: relative;
	left:50%;
	margin-left:-900px;
	/*background: url(../img/topbj.jpg) no-repeat;*/
}

.banner img {
	display: block;
	margin: auto;
	width: 100%;
}

.nav {
	background: #CF3705;
	position: relative;
	z-index:99;
}

.nav ul {
	width: 1200px;
	margin: auto;
}

.nav ul li {
	float: left;
	font-weight: bold;
	color: #fff;
	margin-right: 5px;
	font-size: 16px;
	min-width: 120px;
	height: 50px;
	text-align: center;
}

.nav ul li>a {
	margin-top: 15px;
}

.drop>a {
	background: url(../img/dsj.png) no-repeat center right;
	background-size: 16px;
}

.nav ul li:last-child {
	margin-right: 0;
}

.nav a {
	display: block;
	color: #fff;
	box-sizing: border-box;
	cursor: pointer;
}

.nav a:hover {
	text-decoration: underline;
}

.subnav {
	background: #CF3705;
	margin-top: 14px;
	display: none;
}

.subnav a {
	padding: 8px 12px;
	border-top: 1px solid #FFFFFF;
}

.subnav a:last-child{
	border-bottom: none;
}

/*头部 end*/

.main {
	width: 1200px;
	margin: auto;
	overflow: hidden;
}


.c_title{
	text-align: center;
	border-bottom:3px solid #CF3705;
	/*background: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(239, 240, 239));*/
}

.c_title h1 {
	font-size:20px;
	display: inline-block;
	background: #CF3705;
	color: #FFFFFF;
	font-weight: normal;
	padding:5px 30px;
	border-radius:3px 3px 0 0;
	letter-spacing:5px;
}


/*尾部*/


.footer {
	height: 140px;
	width: 1200px;
	margin: 30px auto 0;	
}

.navw {
	background: url(../img/bottom_img.jpg) no-repeat center bottom;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
}

.navw a {
	color: #000;
	font-size: 16px;
}

.pd {
	color: #000;
	font-size: 14px;
	margin: 0px auto;
}

.dg {
	color: #000;
}

.mark {
	text-align: center;
	margin-top:10px;
}

.mark img {
	vertical-align: top;
}


/*友情链接*/
.yq-link {
    background: url(../img/link.jpg) center center;
    background-repeat: no-repeat;
    height: 230px;
    width: 100%;
    padding-top:15px;
    box-sizing: border-box;
}
.yq-link .c {
	width:1200px;
	margin:0px auto;
	
}
.yq-link h3 {
	color:#fff;
	font-size:16px;
	}
.yq-link ul {
	padding:5px 10px 10px 10px;
	font-size:14px;
	}
.yq-link ul li {
	float:left;
	margin:3px 5px;
    }
.yq-link ul li a:link,.yq-link ul li a:visited {
    color:#ffffff;
    }
    .yq-link ul li a:hover{
    color:#ff0000;
    }

/*友情链接*/

/*当前位置*/

.location {
	font-size: 14px;
	color: #333;
	border-bottom: 1px solid #e3e3e3;
	line-height: 30px;
	margin-bottom: 20px;
}

.location a {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}

.location a:hover {
	color: #AB0104;
}


/*当前位置*/