@charset "utf-8";
html{color:#000;background:#FFF; }
body { color:#000;font:14px/1.231 "microsoft yahei";min-width: 1200px; width: 100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;} 
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;outline: none;}
input,select{vertical-align:middle;}
i,em{ font-style:normal;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%; border-collapse:collapse;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/*title*/
h1 { font-size:32px;}
h2 { font-size:26px;}
h3 { font-size:20px;}
h4 { font-size:14px;}
h5 { font-size:12px;}
h6 { font-size:10px;}

.mt10{ margin-top:10px;}

a { color:#666; text-decoration:none;}  /*for ie */
a:focus{outline:0;} /*for ff */
.vam { vertical-align:middle;}
.clear{ clear:both; height:0; line-height:0; font-size:0;}
.clearfix:after{ content:""; clear:both; height:0; visibility:hidden; display:block;}
.clearfix{*zoom:1}
p{ word-spacing:-1.5px;}
.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.pa{ position:absolute;}
.pr{ position:relative}
.w1200{width: 1200px;margin:0 auto;}
/*header*/
.header{
	background: #a13235;
}
.header .logo{
	width: 300px;
}
.header .nav{
	height: 77px;
	line-height: 77px;
	/* width: 900px; */
}
.header .nav ul li{
	float: left;
	width: 112px;
	text-align: center;
}
.header .nav ul li a{
	color:#fff;
	display: block;
}
.header .nav ul li:hover{
	background-color: #000;
}
.header .nav ul li:hover a{
	color:#ff9500;
}
.banner {
	width: 100%;
	height: 600px;
	font-size: 0;
	overflow: hidden;
	position: relative
}

.banner_img {
	width: 100%;
	height: 600px;
	position: absolute;
	left: 0;
	top: 0
}

.banner_img li {
	width: 100%;
	height: 600px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	list-style: none
}

.banner_list {
	height: 50px;
	top: 550px;
	position: relative;
	margin: 0 auto;
	z-index: 1
}

.banner_list span {
	display: block;
	cursor: pointer;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 3px solid #555;
	float: left;
	margin: 0 5px
}

.banner_list .spcss {
	border: 3px solid #a13235
}

.banner_left {
	position: absolute;
	height: 90px;
	width: 60px;
	top: 50%;
	left: 0px;
	background-color: rgba(73,72,62,.6);
	margin-top: -45px;
	text-align: center;
	transition: all .5s;
	z-index: 2
}

.banner_left:hover {
	background-color: rgba(73,72,62,.9)
}

.banner_right {
	position: absolute;
	height: 90px;
	width: 60px;
	top: 50%;
	right: 0px;
	background-color: rgba(73,72,62,.6);
	margin-top: -45px;
	text-align: center;
	transition: all .5s;
	z-index: 2
}

.banner_right:hover {
	background-color: rgba(73,72,62,.9)
}

.banner_left img {
	margin-top: 22px
}

.banner_right img {
	margin-top: 22px
}

.footer{
	background: #a13235;
	padding-bottom:20px; 
}
.footer-nav{
	padding-top: 16px;
	padding-bottom: 26px;
	width: 850px;
    margin: 0 auto;
}
.footer-nav .logo{
	height: 50px;
	 
}
.footer-nav .logo img{
	height: 50px;
}
.footer-nav .nav{
	width: 640px;
	padding-top: 16px;
}
.footer .nav ul li{
	float: left;
	width: 10%;
	text-align: center;
	border-left: 1px solid #fff;

}
.footer .nav ul li:first-child {border:none;}
.footer .nav ul li a{
	color:#fff;
}
.footer .footer-copy p{
	text-align: center;
	color:#fff;
	line-height: 1.75;
	font-size: 13px;
}
