﻿/*======网页属性设定：页边距、字体及颜色（在没有具体规定的情况下适用）、主体页面位置（左中右）、整体页面背景=*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,p{padding:0;margin: 0;font-family:Microsoft YaHei;}
* {margin:0;padding:0;}
ol,ul {list-style:none;}
i{ vertical-align:middle;}
input{outline:none;-webkit-appearance: none;box-sizing: border-box;}
input:-ms-input-placeholder{color:rgba(255,255,255,0.3);} /*=//IE10=*/
textarea:-ms-input-placeholder{color:rgba(255,255,255,0.3);} /*=//IE10=*/  
input::-moz-placeholder{color:rgba(255,255,255,0.3);}/*=//Firefox=*/
textarea::-moz-placeholder{color:rgba(255,255,255,0.3);}/*=//Firefox=*/
input::-webkit-input-placeholder{color:rgba(255,255,255,0.3);}/*=//Chrome,Safari=*/
textarea::-webkit-input-placeholder{color:rgba(255,255,255,0.3);}/*=//Chrome,Safari=*/
textarea{resize:none;} 
img{
	border:0px;
	padding: 0;
	margin: 0;
	image-rendering: optimizeQuality;  /* firefox 3.6+; default behavior is identical, no need to specify */
	-ms-interpolation-mode: bicubic;}
html{font-family:Microsoft YaHei;overflow-x:hidden;overflow: hidden;overflow-y: scroll;}
/*========基本表格设置：在没有具体规定的情况下适用=*/
td{font-family:Microsoft YaHei;text-decoration: none;}
/*==========链接基本样式：在没有具体规定的情况下适用=*/
a{text-decoration: none;outline: none;blr:expression(this.onFocus=this.blur());color:#333;font-family:Microsoft YaHei;}
a:hover{ color:#3589be;text-decoration: none;}
/*============页面整体设定：边距、位置、宽度等=*/
#pageset{margin:0; padding:0px 0 0 0;}
/*===========页面头部=*/
/*====================导航*********/
.header{width:100%;position: relative; height:100vh;}
/*白色背景的头部*/
.header.on .top{ display:none;}
.header.on .left .img1{display: none;}
.header.on .left .img2{display: block;}
.header.on .nav{position: fixed;top:0;z-index:999;background: #FFF;box-shadow:0px 5px 10px rgba(51,51,51,0.2);box-sizing: border-box;height:45px;}
.header.on .nav li a span{text-shadow:2px 2px 2px rgba(0,0,0,0.0);}
.header.on .nav li a{color: #333;}
.header.on .nav li a.selected{color:#808080;}
.header.on .nav li .submenu li a:hover{color:#87CECB;}
.header.on .nav li .submenu li a.selected{color:#333;}
.header.on .navbar_nav li:hover a{color:#87CECB;}
#navToggle{display: none;}

#top_bj{ width:100%; height:186px;position: relative;margin:0;background:#3789be;}
#top_bj.on .top{ display:none;}
#top_bj.on .nav{position: fixed;top:0;z-index:999;background: #FFF;box-sizing: border-box;
box-shadow:0px 5px 10px rgba(51,51,51,0.2);height:45px;}
#top_bj.on .nav li a{color: #333;}
#top_bj.on .nav li a.selected{color:#fff;}
#top_bj.on .nav li a.selected2{ background:#3789be;color:#fff;}/*===一级当前栏目样式=*/
#top_bj.on .nav li .submenu li a:hover{color:#3789be;}
#top_bj.on .nav li .submenu li a{color:#333;}
#top_bj.on .navbar_nav li:hover a{color:#3789be;}
.top_img{position: absolute;
	width: 100%;
	height:250px;
	z-index:2;
	top:0px;
	left:0px;
	background: -webkit-linear-gradient(rgba(0,0,0,0.9),rgba(0,0,0,0.0));
	background: -moz-linear-gradient(top,rgba(0,0,0,0.9) 50%,rgba(0,0,0,0.0) 100%);
	background: -o-linear-gradient(top,rgba(0,0,0,0.9) 50%,rgba(0,0,0,0.0) 100%); 
	background: -ms-linear-gradient(rgba(0,0,0,0.9),rgba(0,0,0,0.0));}
/*========background: -webkit-linear-gradient(rgba(0,0,0,0.9),rgba(0,0,0,0.0));
	background: -moz-linear-gradient(top,rgba(0,0,0,0.9) 50%,rgba(0,0,0,0.0) 100%);
	background: -o-linear-gradient(top,rgba(0,0,0,0.9) 50%,rgba(0,0,0,0.0) 100%); 
	background: -ms-linear-gradient(rgba(0,0,0,0.9),rgba(0,0,0,0.0));=*/
.top{position: relative;width:1230px; height:130px;margin:auto;}
.logo a{position:absolute;z-index:10;top:20px;left:0px;width:886px;height:100px;background: url(../images/logo.png) no-repeat;}
.lang{position:absolute;z-index:10;top:20px;right:0px; font-size:14px; height:20px;line-height:20px;color:#FFF;box-sizing: border-box; text-align:center;}
.lang .on{ width:80px;color:#FFF; border:1px solid rgba(255,255,255,0.6);margin:0 0 0 0px;float:left;border-radius:5px;}
.lang a{width:156px;color:#FFF;margin:0 0 0 10px;border:1px solid rgba(255,255,255,0.0);height:20px;line-height:20px; display:inline-block;}
.lang a:hover{color:#FFF;border:1px solid rgba(255,255,255,0.0); background:rgba(255,255,255,0.6);border-radius:5px;}
#search {
	position:absolute;
	z-index:10;
	top:60px;
	right:0px;
	width:260px;
	overflow:hidden;
	text-align:left;
	border:1px solid rgba(255,255,255,0.3);
	border-radius:20px;
	background:rgba(255,255,255,0.0);}
#search:hover{border:1px solid rgba(255,255,255,0.7);}
.inp_srh {
	float:left;
	width:85%;
	height:35px;
	padding:0 0 0 10px;
	color:#fff;
	line-height:35px;
	font-family:Microsoft YaHei;
	box-sizing: border-box;
	margin:0px 0 0 0;
	border:none;
	background-color:transparent;
	font-size:14px;}
.btn_srh{
	float:right;
	width:15%;
	height:35px;
	line-height:35px;
	cursor:pointer;
	text-indent:-999em;
	background:url(../images/search.png) no-repeat 50% 50%;
	background-size:18px;
	border:none;
	margin:0px 0 0 0; 
	border-radius:0%;}
.btn_srh:hover{background:rgba(55,137,190,0.9) url(../images/search.png) no-repeat 50% 50%;background-size:18px;}
.list_bj{position: absolute;width: 100%;height:144px;z-index:1;bottom:0px;left:0px; background:#eee;}
/*===========页面底部=*/

#bottom{
	width:100%;
	padding:30px 0;
	margin: auto;
	text-align: left;
	background:#333;overflow: hidden;}
#bottom ul{width:1230px;margin: auto;text-align: left;}
.bottom_logo{float:left;width:220px;margin:0;overflow: hidden;}
.bottom_logo img{width:100%;margin:0;}
#bottom dl{float:left;margin:0 0 0 60px;overflow: hidden; float:left;}
#bottom dl dt{padding:0 0px 0 0px; font-size:32px;height:50px;line-height:40px;color:#FFF; font-weight:bold;}
#bottom dl dt span{padding:0 0px 0 10px; font-size:28px;line-height:45px; font-weight: normal;}
#bottom dl dt i{width:32px;height:32px;font-size:22px;margin:0 10px 5px 0;background:#fff; color:#3589be;border-radius:8px; font-weight:normal; display:inline-block; text-align:center; line-height:33px;}
#bottom dl dd{padding:0 0 0 0px; margin:0;color:#FFF; font-size:16px;line-height:1.5; font-weight:lighter;}
#bottom dl dd a{ color:#FFF;}
.bottom_wx{float: right;width:100px;margin:0 20px 0 0;overflow: hidden; font-size:14px;color:#fff; text-align:center;}
.bottom_wx img{width:100%;margin:0 0 5px 0;}

.link_box {float:left;width:600px;margin:0 0px 0px 0px;overflow: hidden;}
.link_box h2{height:35px;text-align: left; border-bottom:0px solid rgba(255,255,255,0.4);}
.link_box h2 span{
	font-size:18px;
	color:#fff;
	height:35px;
	line-height:20px;
	padding:0 10px 0 0px;
	position: relative;
	border-radius:0;
	display:inline-block;
	float:left;
	text-align: left;
	font-weight: normal;}
.link_con {width:100%;margin:0;padding:0px 0px 0px 0px;}
.link_con ul {width:620px;padding:0 0 0px 0; overflow: hidden; zoom:1;}
.link_con ul li a{
	float:left;
	width:270px;
	line-height:26px;
	box-sizing: border-box;
	margin:0px 20px 0px 0px;
	color:#fff;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	display:inline-block;
	font-size:14px;}
/*===========栏目页设定=*/
#content{margin:50px auto;width:1230px;padding: 0;overflow: hidden; background: none;}
#message_button{
	width:100%;
	padding:20px 0 20px 0;
	margin: auto;
	text-align: center; display:none;}
#message_button a{margin:0 20px 0 20px;}
/*-----------当前位置-*/
#place{width:100%;box-sizing: border-box;overflow: hidden;background:#eee;}
#place ul{width:1230px; margin:auto;border-bottom:5px solid #3789be;height:100px;box-sizing: border-box;}
#place ul h2{font-size:30px;color:#3789be;font-weight: bold; float:left;margin:30px 0 0 0;}
#place ul h3{font-size:12px;color:#3789be;font-weight: normal;line-height:20px;color:#666;float: right;margin:40px 0 0 0;}#place ul h2 a{color:#666;}