/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0; padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details,summary,picture{display:block;}
table{border-collapse:collapse; border-spacing:0;}
caption,th{text-align:left; font-weight:normal;}
html,body,img,iframe,abbr{border:0;}
i,em{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
sup,sub{font-size:12px;}
textarea{overflow:auto; resize:none;}
label{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,b{font-weight:normal; display:block;}
a,a:hover{text-decoration:none;}
a{color:#333; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
a:hover{color:#008cd6;}
body,textarea,input,button,select,keygen,legend{font:14px/1.5 'Microsoft YaHei', 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', Arial, sans-serif,\5b8b\4f53; color:#666; outline:0; line-height:26px;}
html{font-size:10px;}
body{background:#fff; -webkit-transition:none !important; -moz-transition:none !important; -ms-transition:none !important; -o-transition:none !important;}
input[type=submit]{cursor:pointer;}

.fl{float:left;}
.fr{
	float: left;
}
.clear{zoom:1;}
.clear:after{content:''; width:0; height:0; display:block; clear:both;}
.container{width:1280px; margin:auto; overflow:hidden;}
.fixed{width:1100px; margin:auto; overflow:hidden; position:relative;}


#overlay{display:none; position:fixed; top:40px; left:0; z-index:9; width:100%; height:100%; background:rgba(0,0,0,.7);}

#header{
	width: 100%;
	height: 70px;
	background: #fff;
	border-bottom: 4px solid #fff;
	position: relative;
}
#header .container{overflow:inherit;}
#header .logo{
	float: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30;
}
#header .nav_box{
	float: right;
	position: relative;
	width: 920px;
}
#header .nav_box_a{float:right; margin-top:25px;}
#header .nav_box_a a{border-radius:5px; border:1px solid #e4e4e4; width:50px; height:30px; line-height:30px; text-align:center; display:block; float:left; margin-right:8px; color:#999;}
#header .nav_box_a a:hover,#header .nav_box_a a.cur{background:#008cd6; color:#fff; border:1px solid #008cd6;}
#header .nav_box_a div{float:left; overflow: hidden;}
#header .nav_box_a div input{height:32px; border:0; background:#fafafa; color:#999; font-size:12px; padding:0 8px; border-radius:5px; float:left;}
#header .nav_box_a div button{width:32px; height:32px; background:#008cd6 url("../img/search.png")/*tpa=template/zh/img/search.png*/ no-repeat center; border:0; float:left; border-radius:0 5px 5px 0; margin-left:-5px;}

#header .nav_box_b{
	position: absolute;
	top: 14px;
	left: 0;
}
#header .nav_box_b li{float:left; margin-right:11px; font-size:16px;}
#header .nav_box_b li a{padding:15px 30px 15px 30px; display:block; border-radius:5px; position:relative;}
#header .nav_box_b li a:after{content:''; position:absolute; right:10px;top:25px; border-top:5px solid #999; border-left:5px solid transparent; border-right:5px solid transparent; width:0; height:0;-webkit-transition:0.5s; -moz-transition:0.5s; transition:0.5s;}
#header .nav_box_b li a:hover:after,#header .nav_box_b li:hover a:after{border-top:5px solid #fff;}
#header .nav_box_b li a:hover,#header .nav_box_b li:hover a{color:#fff; background:#008cd6;}

#header .nav_con{
	display: none;
	position: absolute;
	top: 64px;
	left: 0px;
	width: 100%;
	background: #fff;
	z-index: 5;
	border-bottom: 2px solid #008cd6;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#header .nav_con_box{width:1100px; margin:auto; overflow:hidden;}
#header .nav_con_box dl{float:left; width:767px; height:280px;}
#header .nav_con_box dl dt{float:left; width:350px; height:215px; margin-top:30px; overflow:hidden;}
#header .nav_con_box dl dt img{width:100%;}
#header .nav_con_box dl dd{width:330px; float:left; margin-top:30px; margin-left:50px;}
#header .nav_con_box dl dd h2{color:#008cd6; margin:8px 0 20px;}
#header .nav_con_box dl dd aside{font-size:13px; color:#333;}
#header .nav_con_box div{ width:280px; padding-left:40px; padding-top:10px; float:right;  border-left:1px solid #b8b8b8;}
#header .nav_con_box div a{display:block; line-height:28px;}



#footer{width:100%; min-width:1100px; background:#fff; overflow: hidden;}
#footer h2{width:100%; height:138px; line-height:138px; text-align:center; border-bottom:1px solid #e8e8e8; color:#008cd6;}
#footer h2 i{color:#008cd6;}
#footer section dl{width:140px; float:left; border-right:1px dotted #cdcdcd; margin:40px 40px 40px 0; height:260px;}
#footer section dl:nth-of-type(3n){width:250px;}
#footer section dl dt{font-size:18px; margin-bottom:15px; font-weight:bold;}
#footer section dl dd{margin-bottom:10px;}
#footer section dl dd a{color:#666;}
#footer section dl dd a:hover{ color:#008cd6;}
#footer section div{overflow:hidden; padding:40px 0; text-align:center;}


#footer article{
	width: 100%;
	height: 44px;
	background: #008cd6;
	line-height: 44px;
	color: #fff;
	
}

#footer article i{float:right;}
