﻿/* CSS Document */
@charset "utf-8";
/*基础样式*/
.red{ color: red!important;}
.fontcoloryellow{
	color:#FFF3D3;
}
.redanditalic{
	font-style:italic;
	color:#C8120E;
	font-size:18px;
	font-family:"微软雅黑";
	vertical-align:middle;
}
.dottedline{
	border-bottom:1px dotted #B0B0B0;
}
.fontstylemicro{
	font-family:"微软雅黑";
}
h1,h2,h3,h4,h5,h6{ font-size: 100%; font-weight:normal; }
h1,h2,h3{font-family: "Microsoft YaHei"; }
*{ padding:0px; margin:0px;}
body{
	font-size: 12px;
	font-family:"微软雅黑";
	width:100%;
	min-width:1000px;
	max-width:100%;
	margin:0px;padding:0px;
}
ul{list-style:none;}

ul li{
	float:left;
}
a {
	color: #575757;
	text-decoration: none;
}

a img {
	border:none;
}
/*******Start母版头部*******/
/*up_banner*/
#up_banner{
	background-color:#e8410c;
	width:100%;
	min-width:980px;
	height:37px;
	color:#ffe2a3;
	padding-top:5px;
}
#upbannerContainer{
	width:980px;
	padding-top:2px;
	margin:0 auto;
}
#up_banner span{
	line-height:30px;
}
#up_banner ul{
	float:right;
}
#up_banner ul li{
	margin-left:20px;
}
#up_banner ul li img{
	padding-right:5px;
	vertical-align:middle;
}
#up_banner ul li a{
	color:#ffe2a3;
}
.banner {
	background-repeat: no-repeat;
	height:542px;
	width:100%;
	clear:both;
	background-position: center;
position:relative;
z-index:0;
}
.banner .d1{width:100%;height:542px;display:block;position:absolute;left:0px; top:0px; clear:both;}
.banner .d2{width:100%;height:30px;clear:both;position:absolute;
	left:0px;top:505px;z-index:100;}
.banner .d2 ul{padding-left:47%;margin:0 auto;top:0;float:left;display:inline;}
.banner .d2 li{width:17px;height:15px;
	overflow:hidden;cursor:pointer;
background:url(../images/img1.png) no-repeat center; margin:0 3px;display:inline;}
.banner .d2 li.nuw{background:url(../images/img1_1.png) no-repeat center;}

.nav{
	width:100%;
	background-color:#e8410c;
	height:50px;
}
.nav ul{
	text-align:center;
	margin:0 auto;
	width:980px;
}
.nav ul li{
	width:108px;
	text-align:center;
	height:38px;
	padding-top:12px;
}
.nav ul li:hover{
	background:#e8410c;
}
.nav ul li a{
	font-size:1.4em;
	color:rgb(255, 226, 163);
	font-weight:bold;
	font-family:"微软雅黑";
	display: block;
}
/*container*/
#container{
	width:980px;
	margin:0 auto;
	padding:0;
}
#nav_img{
	margin-top:10px;
}
.specialpic{
	width:97px;
	height:101px;
	float:left;
	background:#faedd1;
	text-align:center;
	font-family:"微软雅黑";
	border-right:1px solid #dec899;
	border-top:1px solid #dec899;
	border-bottom:1px solid #dec899;
	margin-bottom:10px;
}
.specialpic:hover{
	background:#fffcf7;
}
.specialpic img{
	margin-top:4px;
}
#specialpic00{
	background:#e7c887;
	color:#e8410c;
	font-size:28px;
	line-height:35px;	
}
#specialpic00 p{
	margin-top:14px;
}
#specialpic09{
	float:right;
}
.specialname{
	font-size:16px;
	color:#b66925;
}
.clicksee{
	font-size:12px;
}

.search_border{
	width:978px;
	height:40px;
	background:#fff8e8;
	border:1px solid #f3e4c3;
	padding-top:10px;
	margin-top:9px;
}
.search_border h3{
	width:580px;
	padding-left:14px;
	float:left;
	padding-top:5px;
	color:#fe0000;
}
.search_border h3 span{
	font-size:1em;
	color:#515151;
}
.search_border h3 img{
	vertical-align:middle;
	margin-right:14px;
}
.search_border txt{
	float:right;
	text-align:right;
}
#search_button{
	width:66px;
	height:27px;
	background:url(../images/search_button.jpg);
	border:0px;
	cursor:pointer;
	margin-left:3px;
}
#txt_input{
	background:url(../images/glass.jpg) no-repeat left center;
	width:270px;
	height:24px;
	border:2px solid #f2d39a;
	padding-left:30px;	
}
/*******Endof母版头部*******/




html{overflow-y: scroll;}
body,input,textarea,select{font-size: 12px; line-height:1.8; font-family:"SimSun","microsoft yahei",Arial;background:#fff;}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,pre,fieldset,figure,form,textarea{ margin:0;}
ul,ol,fieldset,caption,textarea,td,th{ padding:0;}
ul,ol{list-style-type:none;}
h1,h2,h3,h4,h5,h6{ font-size: 100%; font-weight:normal; }
h1,h2,h3{font-family: "Microsoft YaHei"; }
table{border-collapse:collapse;}
textarea{resize:none; vertical-align:top;}
input,img{outline:none;vertical-align:middle;}
img{border:0;}
a{color:#161616; text-decoration:none; outline:none;}
a:hover{ color:#cc0000;}
hr{ margin:0px; padding:0px; border:none; font-size:0px; line-height:0;}

.lf{float:left;_display:inline;}
.rt{float:right;_display:inline;}

.clearfix{*zoom:1}
.clearfix:after{content:'\20';display:block;height:0;clear:both;visibility: hidden;}
.clear{ clear:both;height:0;line-height:0;font-size:0;visibility:hidden;overflow:hidden}

.mt10{ margin-top:10px; overflow:hidden; *zoom:1}
.mt20{ margin-top:20px;}
.inner{margin:0 10px;}

.border{ border:1px solid #f6e3c3;}
.tct { text-align: center; }
.red{ color: red!important;}

.wrapper{width:980px; margin-left:auto; margin-right:auto; clear: both; position:relative;*zoom:1; }
.wrapper:after{content:'\20';display:block; height:0; clear:both;visibility: hidden; overflow:hidden;}

.layout-ie6{min-width:980px; _width:expression(document.body.clientWidth < 980? "980px": "auto");}



.lay-top{ width:100%; top:0px; z-index: 9999;}
.top{height:38px; line-height:38px;color:#252525;}
.top .rt a{ 
	float:left; 
	display:block; 
	padding-left:40px; 
	background:url(../images/tp_1.png) no-repeat;
}
.top .rt a.top_a01{background-position:15px 6px;}
.top .rt a.top_a02{background-position:15px -32px;}
.top .rt a.top_a03{background-position:15px -72px;}


.lay-footer{background:#f4f4f4;}
.footer{ padding:25px 0 80px; background:#faeed6;}
.footer wrapper{
	height:220px;
}
.footer_lf{float:left; width:245px; text-align:center;}
.footer_mid{float:left; width:570px; padding:0 10px; line-height:24px; color:#515151;}
.footer_rt{float:right; width:130px; margin-right:15px;}
.footer_rt img{ border:10px solid #fff;}



.main hr{border:1px inset;margin:10px 0;}

.new2015{width:100%; background:url(../images/2015.jpg) no-repeat center top; height:145px;}
