@charset "utf-8";
body,ul,p,h1,h2,h3,h4,h5,h6,figure{
	margin:0;
	padding:0;
	font:14px "微软雅黑";
}
ul{
	list-style:none;
}
a{
	text-decoration: none;
}
img{
	border:0;
}
.center{
	width:1200px;
	margin:0 auto;
}
.clear{
	clear: both;
}

body{
	background: #f6f6f6;
}

/*logo栏*/
header{
	height: 95px;
	background: #fff;
}
header .head h3{
	float: left;
	margin-top: 10px;
}
header .head h3 img{
	width: 540px;
	height: 70px;
}
header .head figure{
	float: right;
	margin-top: 15px;
}
header .head figure img{
	float: left;
	width: 50px;
	height: 50px;
}
header .head figure figcaption{
	float: left;
	margin-left: 10px;
	font-size: 30px;
	color: #ef7f2d;
}

/*导航*/
#nav{
	width:100%;
	height:50px;
	background:#712225;
	min-width:1200px;
	box-shadow: 0 2px 4px 1px rgba(51,51,51,0.5);
	position:relative;
	z-index: 9999;
}
#nav .link a{color:#fff;}
#nav .link li.m{
	float:left;
	width: 133px;
	text-align: center;
	position:relative;
	z-index:1;
}
#nav .link li.m h3{
	line-height: 50px;
}
#nav .link li.m h3 a{
	display:block;
	color:#fff;
	font-size:16px;
}
#nav .link li.active h3 a,#nav .link li.m h3 a:hover{
	color: #fff;
	background: #ef7f2d;
}
#nav .clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#nav .nav .sub{
	display:none;
	position:absolute;
	left:0px;
	top:50px;
	z-index:1;
	width:148px;
	border:1px solid #E6E4E3;
	border-top:0;
	background:#fff;
	opacity: 0.9;
}
#nav .nav .sub li{
	text-align:center;
	padding:0 5px;
	margin-bottom:-1px;
}
#nav .nav .sub li a{
	display:block;
	border-bottom:1px solid #E6E4E3;
	padding:8px 0;
	height:28px;
	line-height:28px;
	color:#000;
	font-size:14px;
}
#nav .nav .sub li a:hover{color:#f70216;}

/*banner*/
#banner{
	width:100%;
	min-width: 1200px;
	height: 530px;
}
.banner{
	width:100%;
	min-width: 1200px;
	height:530px;
	overflow:hidden;
}
.banner .d1{
	width:100%;
	min-width: 1200px;
	height:530px;
	display:block;
	position:absolute;
	left:0px;
}
.banner .d2{
	width:100%;
	height:20px;
	clear:both;
	position:absolute;
	z-index:100;
	left:0px;
	top:640px;
}
.banner .d2 ul{
	float:left;
	position:absolute;
	left:48%;top:0;
	display:inline;
}
.banner .d2 li{
	width:17px;
	height:17px;
	overflow:hidden;
	cursor:pointer;
	background:url(../images/img1.png) no-repeat center;
	float:left;
	margin:0 3px;
	display:inline;
}
.banner .d2 li.nuw{
	background:url(../images/img1_1.png) no-repeat center;
}

/*第一栏*/
.first{
	margin-top: 40px;
}
.first .left{
	width: 750px;
	float: left;
}
.first .left .title h2{
	float: left;
	font-size: 26px;
	color: #333;
	padding: 0 2px 12px 2px;
	border-bottom: 2px #590002 solid;
}
.first .left .title p{
	float: right;
	font-size: 14px;
	color: #590002;
	margin-top: 13px;
}
.first .left .title p a{
	color: #590002;
}
.first .left hr{
	border: 1px #d2d2d2 solid;
	margin-top: -2px;
}
.first .left figure{
	margin-top: 20px;
}
.first .left figure img{
	width: 300px;
	height: 200px;
	float: left;
}
.first .left figure figcaption{
	width: 430px;
	float: left;
	margin-left: 20px;
}
.first .left figure figcaption h3{
	text-align: center;
	font-size: 24px;
	color: #590002;
	margin-top: 18px;
}
.first .left figure figcaption h3 a{
	color: #590002;
}
.first .left figure figcaption p{
	text-align: justify;
	font-size: 14px;
	color: #444;
	margin-top: 25px;
	line-height: 1.5;
	height: 105px;
	overflow: hidden;
}
.first .left figure figcaption p a{
	color: #444;
}
.first .left figure figcaption p a:hover{
	color: #590002;
}
.first .left ul{
	margin-top: 20px;
}
.first .left ul li{
	margin-top: 10px;
}
.first .left ul li h5{
	font-size: 16px;
	float: left;
	text-align: left;
	text-indent: 20px;
	background: url(../images/dian.jpg) no-repeat 0px center;
}
.first .left ul li h5 a{
	color: #333;
}
.first .left ul li h5 a:hover{
	color: #590002;
}
.first .left ul li p{
	float: right;
	font-size: 16px;
	color: #333;
}

.first .right{
	width: 420px;
	float: right;
}
.first .right .title h2{
	float: left;
	font-size: 26px;
	color: #333;
	padding: 0 2px 12px 2px;
	border-bottom: 2px #590002 solid;
}
.first .right hr{
	border: 1px #d2d2d2 solid;
	margin-top: -2px;
}
.first .right embed{
	width: 420px;
	height: 300px;
	margin-top: 20px;
}

/*第二栏*/
.second{
	margin-top: 40px;
}
.second .title h2{
	float: left;
	font-size: 26px;
	color: #333;
	padding: 0 2px 12px 2px;
	border-bottom: 2px #590002 solid;
}
.second .title hr{
	border: 1px #d2d2d2 solid;
	margin-top: -2px;
}
.second .scrollleft{
	margin-top: 20px;
}
.second .scrollleft ul li{
	margin-left: 15px;
}
.second .scrollleft ul li img{
	width: 289px;
	height: 220px;
}

/*footer*/
#footer{
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
	background: #590002;
	padding: 30px 0;
}
#footer ul{
	text-align: center;
	margin-left: 270px;
}
#footer ul li{
	float: left;
	font-size: 12px;
	color: #fff;
	margin-left: 20px;
}
#footer p{
	text-align: center;
	font-size: 12px;
	color: #fff;
	margin-top: 15px;
}
