@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins,kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration:none;
	list-style:none;
	font-family:"微软雅黑";
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    line-height:1;
	background-color:#fff;
	min-height:600px;
	min-width:1200px;
}

h1, h2, h3, h4, h5, h6{
	font-weight:normal;	
}
input{outline:none;}
	
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { 
    display:block;
}

ul,li {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration:none;
	color:#333;
}
input, select {
    vertical-align:middle;
}
table{
	border-collapse:collapse; 
	border:0;
}
td{
	border:0;
	padding-left:0px; 
	padding-right:0px;
} 


/*公共*/

.wrap{ 
	width:100%;  
	margin:0 auto;
	overflow:hidden;
	position:relative;
}


/*头部开始*/
.header{
	width:100%;
	position:relative;
	z-index:11;
}

.header-top{
	width:100%;
	height:40px;
	background:#555555;
}
.header-top-in{
	width:1055px;
	margin:0 auto;
	overflow:hidden;
}
.head-top-left{
	float:left;
	height:40px;
	line-height:40px;
	background:url(../images/icon1_03.png) no-repeat left center;
	color:#ffffff;
	font-size:14px;
	padding-left:27px;
}

.head-top-right{
	float:right;
	height:40px;
	font-size:14px;
	color:#ffffff;
	line-height:40px;
}

.head-top-right a{
	height:40px;
	font-size:14px;
	color:#ffffff;
	margin:0 10px;
	
}
.head-top-right a:hover{
	filter:alpht(opacity:50);
	opacity:0.5;
}
.header-bot{
	width:100%;
	background:#ffffff;
	height:86px;
}
.header-bot-in{
	width:1055px;
	margin:0 auto;
}

.logo{
	display:block;
	height:86px;
	line-height:86px;
	float:left;
}
.logo img{
	display:block;
	margin-top:18px;
}



.nav{
	float:left;
	height:86px;
	line-height:86px;
	margin-left:35px;	
}
.nav li{
	float:left;
	position:relative;
	padding:0 15px;
	
}
.nav li a{
	font-size:16px;
	color:#333333;
}

.nav li.on a,.nav li:hover a{
	color:#2785be;
}

.subnav,.subnav1{
	background:#ffffff;
	border-top:3px solid #707070;
	position:absolute;
	top:84px;
	z-index:111;
	display:none;
	padding:15px;
	left:-10px;
	*padding-left:0;
	
}
.subnav{
	width:220px;
}
.subnav1{
	width:75px;
}

.nav li.last .subnav1{
	text-align:right;
	right:0;
	background:#ffffff;
	border-top:3px solid #707070;
	position:absolute;
	top:84px;
	z-index:111;
	width:75px;
	display:none;
	padding:15px;
	*padding-left:0;
	
}
.nav .subnav dd,.nav .subnav1 dd{
	height:24px;
	line-height:24px;
	display:block;
	width:100%;
	*margin-left:-30px;
}
.nav .subnav dd a,.nav .subnav1 dd a{
	font-size:14px;
	color:#333333;
	display:block;
	width:100%;

}
.nav .subnav dd:hover a,.nav .subnav dd.on a,
.nav .subnav1 dd:hover a,.nav .subnav1 dd.on a{

	color:#d08c5b;

}




















.sousuo{
	float:right;
	margin-top:28px;
}
.sousuo input,.ss1{
	width:143px;
	height:28px;
	border:1px solid #d2d2d2;
	padding-left:10px;
}
.ss2{
	width:31px;
	height:28px;
	border-left:1px solid #d2d2d2;
	display:inline-block;
	margin-left:-31px;
	vertical-align:middle;
	background:url(../images/icon2_03.png) no-repeat center center;
}






/*头部结束*/
















/*页脚开始*/
.footer{
	width:100%;
}
.footer-top{
	background:#555555;
	width:100%;
	overflow:hidden;
	
}
.footer-top-in{
	width:1055px;
	margin:0 auto;
	padding:30px 0;
	overflow:hidden;
}
.footer-nav{
	float:left;
	width:170px;
}
.footer-nav h3{
	font-size:14px;
	color:#ffffff;
	margin-bottom:10px;
}
.footer-nav ul li{
	height:26px;
	line-height:26px;
}
.footer-nav ul a{
	color:#c7c7c7;
	font-size:12px;
	
}
.footer-nav ul a:hover{
	color:#d08c5b;

}

.erweima{
	float:right;
	border-left:1px solid #666666;
	width:204px;
}
.erweima img{
	display:block;
	margin:0 auto;
	width:147px;
}



/*页脚下*/

.footer-bot{
	width:100%;
	background:#434343;
}
.footer-bot-in{
	width:1055px;
	margin:0 auto;
	padding:25px 0;
	overflow:hidden;
}

.copyright{
	text-align:center;
	width:100%;
	font-size:14px;
	color:#e5e5e5;
	margin-bottom:15px;
	height:20px;
	line-height:20px;

}
.copyright span{
	font-family:Arial;
	font-size:14px;
	color:#e5e5e5;
}



.copyright2{
	overflow:hidden;
}

.record{
	float:left;
	font-size:14px;
	color:#e5e5e5;
	height:20px;
	line-height:20px;
	display:block;
	margin-left:320px;
}
.record:hover{
	text-decoration:underline;
}

.foot-support{
	float:right;
	overflow:hidden;
	margin-right:320px;
}
.foot-support .bd{
	height:20px;
	width:170px;
	overflow:hidden;
	float:left;
}


.foot-support h3{
	font-style:normal;
	float:left;
	font-size:14px;
	color:#e5e5e5;
	height:20px;
	line-height:20px;
}
.foot-jszc{ 
	overflow:hidden; 
	width:170px; 
	height:20px; 
	line-height:20px; 
	float:left; 
	text-align:left;
	margin-top:0px;
}
.foot-jszc a{ 
	font-size:14px;
	color:#e5e5e5;
	
}





/*页脚结束*/











