/* CSS Document */
html,body{
    margin:0px;
	padding:0px;
	font-size:15px;
	color:#333;
	line-height:26px;
	background:#fff;
	font-family:"寰蒋闆呴粦";
}
h1,h2,h3,h4,h5,h6,a,p{
	margin:0;
	padding:0;
}
a{ color:#333; text-decoration:none; }
img{
	border:0;
}
ul,li{
	list-style-type: none;
	padding: 0;
	margin: 0;	
	border-top-color: #036;
	border-right-color: #036;
	border-bottom-color: #036;
	border-left-color: #036;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clear{
    clear:both;
	height:1px;
	overflow:hidden;
}
html body div.clear,html body span.clear{
	background:none;
	border:0;
	clear:both;
	display:block;
	float:none;
	font-size:0;
	margin:0;
	padding:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0}
.font_12{ font-size:12px; line-height:22px;}
.zj img{ border:1px #cdcdcd solid; padding:3px; }
.zj2 img{ border:1px #cdcdcd solid; padding:3px; }
.l{ float:left;}
.r{ float:right;}
.mar_10{ margin-left:10px;}
.right_l{ width:360px;}
.mar_r10{ margin-right:10px;}
.mar_b10{ margin-bottom:10px;}
.mar_t10{ margin-top:10px;}
.name{ color: #039; font-weight:bold;}
.c4{ color:#34ad8e;}
.ks{padding:8px 8px; color:#ffffff; margin-right:8px;}
.bor_b{ border-bottom:1px #ccc dotted; padding-top:8px; margin-bottom:8px;}
.title1{ font-size:16px; line-height:30px; font-weight:bold; text-align:center; color:#0047a0;}
a.h_wz{ color:#C00;}
.c6{ color:#47833d; margin-bottom:6px;}
/*涓讳綋鏍煎紡*/
.container{
	width: 1000px;
	height: auto;
	margin: auto;
	border-top-color: #009;
	border-right-color: #009;
	border-bottom-color: #009;
	border-left-color: #009;
}
.m12_mar{display:inline;float:left;margin:0 5px;text-align:left;}
.m12_all{width:990px}
.m12_1{ width:90px;}
.m12_2{ width:170px;}
.m12_3{ width:250px;}
.m12_4{ width:330px;}
.m12_5{ width:410px;}
.m12_6{ width:490px;}
.m12_7{ width:570px;}
.m12_8{ width:650px;}
.m12_9{ width:730px;}
.m12_10{ width:810px;}
.m12_11{ width:890px;}
/*鏍煎紡缁撴潫*/
/*椤电湁寮€濮�*/
 .page-top{
 	width:100%;
 	background-color: #fff;
 	box-shadow: 0 3px 5px rgba(0,0,0,.03);

 }
 .page-top-container{
    height:50px;
    width:1000px;
    margin-left:auto;
    margin-right:auto;
  }
  .page-top-container .logo{
    margin-top:5px;
     margin-left:16px;
  }
  .page-top-container .login a{
     color:rgba(0,0,0,.6);
     line-height:50px;
     letter-spacing: 1px;
  }
  .page-top-container .login .weibo,.page-top-container .login .list-page{
     width:120px;
   }
  .page-top-container .login .weibo::before,.page-top-container .login .list-page::before{
    	content:'';
    	display: inline-block;
    	width:20px;
    	height:20px;
    	background-image: url(../images/weibo.png);
    	background-repeat: no-repeat;
    	vertical-align:middle;
    	transition: all .3s;
    }
  .page-top-container .login .list-page::before{
    	background-image: url(../images/list-page.png);
    }
     .page-top-container .login a:hover{
     	text-decoration: underline;
     	color:#e4353c;
     }
     .page-top-container .login .list-page:hover::before{
     	background-position:0  -20px;
     }
     .page-top-container .login .weibo:hover::before{
     	background-position:0  -20px;
     }
.banner-box{
	width:100%;
}
.banner-box .banner{ 
	position:relative;
	width:100%; 
	height:360px;
	
	background:url(../img/banner.jpg) no-repeat center;}

.banner .local-time{
    position:absolute;
    bottom:0;
    right:0;
    width:18%;
    height:7%;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align:center;
    background-color: rgba(0,0,0,.6);
    color:#fff;
    letter-spacing: 1px;
    font-size:0.8em;
}
.nav_bj{
	background:#70caa2;
	width:100%;
	height:50px;
}
.nav_bj .nav{
	width:1000px;
	height:50px;
	margin:0 auto;
	padding:0px;
	text-align:center;
}
.nav_bj .nav li{
	float:left;
	text-align:center;
	box-sizing: border-box;
	position: relative;
}
.nav_bj .nav li::after{
	content: " ";
	display: block;
    position:absolute;
    bottom:0px;
    left:0;
    width:0;
    height:2px;
    background-color:#f0f1eb;
    transition: all .8s;
}
.nav_bj .nav li:hover::after{
    width:141px; 
}
.nav_bj .nav li::before{
	content: " ";
	display: black;
    position:absolute;
    top:0px;
    right:0;
    width:0;
    height:2px;
    background-color: #f0f1eb;
    transition: all .8s;
}
.nav_bj .nav li:hover::before{
    width:141px; 
}
.nav_bj .nav li a{
	display:block;
	line-height:50px;
	padding-left:33px;
	padding-right:32px;
	color:#fdfdff;
	font-weight:bold;
	font-size:16px;
	letter-spacing: 3px;
}
.nav_bj .nav li a:hover{
	text-decoration: none;
	background:#fff;
	color:#080e27;
}
.main_body{
	width:1000px;
	margin:12px auto  0;
}
.box_c h2{
	background:url(../img/titleRight.jpg);
	padding-left:20px;
	line-height:42px;
	height:42px;
	font-size:16px;
	color:#fefef7;
	letter-spacing:1px;
}
.box_c h4{ 
	padding-left:20px; color:#444444; 
	font-weight:bold; 
	margin:8px 0px; 
	font-size:16px;
}
.box_c h3{	
	font-size:18px;
	color:#283158;
	letter-spacing:1px;
	text-align: center;
	margin-bottom:12px;
	font-weight:normal;
	background:#86dbb5;
	padding:3px 5px;
	border-radius: 3px;
}
.box_l h2{
	background:url(../img/titleLeft.png) no-repeat;
	color:#fefef7;
	width: 120px;
	padding-left:8px;
	line-height:42px;
	height:42px;
	font-size:16px;
	font-family:"寰蒋闆呴粦";
}
.box_l h3{ background:url(../images/bg_left.jpg);
color:#ffffff;
	padding-left:15px;
	line-height:42px;
	height:42px;
	font-size:16px;
	font-family:"寰蒋闆呴粦";
	letter-spacing:1px;
}
.m12_3{
	border:1px solid #a0ecdb;
	box-sizing: border-box;
	box-shadow: 3px 3px 3px #dce0df;
}
.box_l>div{
	padding: 10px;
}
.m12_9 .box_border{
	padding: 10px;
	background: #e4f7ee;
}
.box_border a{
	color: red;
}
.bottom_line{
	height: 40px;
	background: url(../img/footerBg.jpg);
	text-align: center;
	margin-top: 30px;
	padding: 20px 0;
	font-weight: 700;
}
.box{
	text-align: center;
}
.box-in{
	display: none;
}
.block{
	display: block;
}
.scoll-in>li{
	float: left;
	cursor: pointer;
	padding: 10px 60px;
	line-height: 46px;
}
.bg{
	font-weight: 700;
	font-size: 18px;

}