﻿/* 全局  */
@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img {
	border: medium none;
	padding: 0;
}
html {
	overflow-x: hidden;
}
body {
	font-family: "microsoft yahei";
	background:#E8E8E8;
	font-size:12px;
	color:#666;
}
input, textarea {
	-webkit-tap-highlight-color: rgba(255,255,255,0);
}
i{
	font-style:normal;
	}
a {
	outline: none;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	font-family: "microsoft yahei";
	text-decoration: none;
	color: #666;
}
a:visited {
	color: #666;
	outline: none;
}
a:hover {
	color: #187778;
	outline: none;
}
a:active {
	color: #666;
	outline: none;
}
ul, ol {
	list-style: none;
	vertical-align: middle;
}
img {
	border: 0px;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.h10{
	clear: both;
	height: 10px;
}


/*==进度条==*/
#loading {
	position: fixed;
	z-index: 999999999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:#fff url(../images/preloader.gif) no-repeat center center;
}
#mobileWrap {
	position: relative;
	margin: 0 auto;
}

.indexMenuTop{
	clear:both;
	overflow:hidden;
	background:#1ca94e;
	height: 36px;
	line-height: 38px;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	}
/*首页导航*/
.indexMenu{
	
	display:block;
	clear:both;
	overflow-x:hidden;
	overflow-y:auto;
	margin:0 auto;
	-moz-background-size:100% 100%;  
    background-size:100% 100%;  
	background-size:cover;
	}
.indexMenu_ul{
	clear:both;
	overflow:hidden;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background: #fff;
	padding: 5px;
	box-shadow:0 2px 3px rgba(171,171,171,0.5);
	}
.indexMenu_ul li{
	float:left;
	overflow:hidden;
	width: 25%;
	text-align: center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom: 5px;
	padding:5px;
	}
.indexMenu_ul li a{
	display:block;
	}
.indexMenu_ul li a img{
	display: block;
	max-width: 100%;
	margin:7px auto 6px auto;
	width: auto;
}


/*二级首页*/
.subIndex_T{
	clear: both;
	overflow: hidden;
}
.subIndex_T img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.sub_index_nav{
	clear: both;
	overflow: hidden;
	padding-bottom: 10px;
}
.sub_index_nav dd{
	clear: both;
	overflow: hidden;
	height: 50px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
}
.sub_index_nav dd a{
	display: block;
	height: 50px;
	line-height: 50px;
	background:#f5f5f5;
	color: #333;
	font-size: 14px;
}
.sub_index_nav dd a span{
	float: left;
	display: inline;
	padding-left: 15px;
}
.sub_index_nav dd a em{
	float: right;
	display: inline;
	width:50px;
	height:50px;
	background: url(../images/ico-1.png) no-repeat left center;
}
.sub_index_nav dd a:hover{
	background: #fff;
	color: #1ca94e;
}
.sub_index_nav dd a:hover em{
	background:url(../images/ico-2.png) no-repeat left center;
}


/**
 * 二级页面左侧一级导航
 */	
#mobileMenu {
	height: 100%;
	display: block;
	position: fixed;
	width: 180px;
	z-index: 0;
	background:#035CAB;
	right:-180px;
}
#mobileMenu_c {
	clear: both;
	overflow: hidden;
	overflow-y: auto;
}
#mobileMenu header {
	display:block;
	background:#035CAB;
	height:40px;
}
#mobileMenu header h1 {
	text-align: center;
	padding-top: 10px;
	color: #fff;
	font-size: 16px;
	text-shadow: 1px 1px 0px #035CAB;
}
#mobileMenu ul {
	height: 100%;
}
#mobileMenu ul li {
	display: block;
}
#mobileMenu ul li a {
	display: block;
	color: #f0f0f0;
	font-size: 14px;
	height: 43px;
	display: block;
	border-top: 1px solid #035CAB;
	border-bottom: 1px solid #046BC7;
	font-size: 14px;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#mobileMenu ul li a em {
	display: block;
	width: 4px;
	height: 43px;
	float: left;
	background: #005AAB;
}
#mobileMenu ul li a span {
	display: block;
	line-height: 43px;
	float: left;
	padding:0 0 0 15px;
}
#mobileMenu ul li a i {
	width: 30px;
	height: 30px;
	text-align: center;
	display: block;
	line-height: 43px;
	float: right;
	color: #fff;
	display:none;
}
#mobileMenu ul li.hover a {
	background:#3a3a3a;
}
#mobileMenu ul li.hover a em {
	background:#da3232;
}
/**
 * 二级页面右侧二级导航
 */	
#mobileSubNav{
	height:35px;
	position:relative;
	z-index:999999999999999;
	margin:0 auto;
	}
.mobileSubNav_title{
	height:35px;
	overflow:hidden;
	background:#F6F6F6;
	position:absolute;
	overflow:hidden;
	box-shadow: inset 1px -8px 26px #dedede;
	z-index:10;
	}
.SubNav_open{
	width:40px;
	height:35px;
	display:block;
	float:right;
	color:#727272;
	font-size:25px;
	}
.SubNav_open span{
	clear:both;
	margin:6px 0 0 5px;
	display:block;
	}
.mobileSubNav_title ul{
	width:300px;
	display:block;
	float:left;
	height:40px;
	overflow:hidden;
	}
.mobileSubNav_title ul li{
	width:33%;
	display:block;
	height:40px;
	float:left;
	font-size:14px;
	}
.mobileSubNav_title ul li.hover a{
	color:#da3232;
	}
.mobileSubNav_title ul li a{
	display:block;
	line-height:40px;
	text-align:center;
	color:#656565;
	}
#mobileSubBg{
	width:100%;
	position:fixed;
	background:rgba(0,0,0,0.3);
	z-index:50;
	left:0;
	top:0;
	display:none;
	}	
#mobileSubNav dl{
	width:100%;
	position:absolute;
	z-index:90;
	padding:6px 0;
	overflow:hidden;
	background:#fff;
	display:none;
	}
#mobileSubNav dl dt{
	display:block;
	clear:both;
	line-height:30px;
	padding:0 0 0 5px;
	font-size:16px;
	margin:0 0 5px 0;
	text-align:center;
	}
#mobileSubNav dl dd{
	width:33.3%;
	display:block;
	float:left;
	}
#mobileSubNav dl dd a{
	display:block;
	background: #f3f3f3;
	border: 1px solid #d0d0d0;
	color: #656565;
	border-radius:3px;
	margin:5px;
	line-height:30px;
	text-align:center;
	box-shadow:0px 1px 1px rgba(153,153,153,0.3);
	}
#mobileSubNav dl dd.hover a{ color:#da3232;}
/**
 * 框架部分 right begin
 */	
#pagebody {
	position: relative;
	left: 0;
	min-width: 320px;
	z-index: 99999;
	overflow: hidden;
}
#pagebody header#toolbarnav{
	display: block;
	height:45px;
	width: 100%;
	position: relative;
	color:#fff;
	background: #fff;
	
	
}
#pagebody header#toolbarnav h1 {
	display: block;
	height:45px;
	line-height: 45px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding:0 10px 0 0;
}

#pagebody header#toolbarnav h1 span{
	display: block;
	overflow:hidden;
}
#pagebody header#toolbarnav h1 span img{
	display: block;
    height: 36px;
    margin: 5px 0 0 10px;
	}
#pagebody header #go-back {
	position: absolute;
	top:0;
	width: 50px;
	height:45px;
	display:block;
	left:0;
}
#pagebody header #go-back span{
	color:#fff;
	font-size:18px;
	display:block;
	margin:15px 0 0 12px;
	}
#pagebody header #menu-btn {
	display: block;
	width: 50px;
	height: 45px;
	position: absolute;
	right:0;
	top:0;
}
#pagebody header #menu-btn span {
	font-size: 28px;
	color: #fff;
	margin:10px 0 0 12px;
	display: block;
}
#pagebody header #sub-btn {
	display: block;
	width: 50px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
}
#pagebody header #sub-btn span {
	font-size: 20px;
	color: #fff;
	margin: 12px 0 0 16px;
	display: block;
}
#mobileContent {
	display: block;
	background:#f9f9f9;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	line-height: 25px;
}
/**
 * 固定的底部
 */	
.footer {
	overflow: hidden;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 48px;
	width: 100%;
	display: inline-block;
	-webkit-background-clip: content;
	-moz-background-clip: content;
	background-clip: content;
	position: fixed;
	z-index:8888888;
	left: 0;
	bottom: 0;
	background:#363636;
}
.footer div {
	height: 48px;
	width:25%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: content;
	-moz-background-clip: content;
	background-clip: content;
	text-align: center;
}
.footer div a {
	display: block;
	height:38px;
	width: 100%;
	color: #fff;
	padding:7px 0 0 0;
}
.footer div a em {
	display: block;
	height:20px;
	clear: both;
	font-size: 18px;
	text-align: center;
	margin: 0 auto  3px auto;
}
.footer div a em img{
	display: block;
	height: 23px;
	width: auto;
	margin: 0 auto;
}
.footer div a span {
	display: block;
	clear: both;
	font-size: 12px;
	text-align: center;
}
.footer div i {
	height: 15px;
	font-size: 20px;
	margin: 10px 0 0 0;
	display: block;
}
/**
 * 文章阅读页
 */	
.articleBox {
	line-height: 25px;
	padding: 5px 10px 10px 10px;
	color: #666;
	background: url(../images/art_bg.png) no-repeat center bottom;
}
.articleTitle {
	clear: both;
	text-align: center;
	padding: 10px 10px 0 10px;
	line-height: 35px;
	font-size: 16px;
}
.articleTime {
	display: block;
	clear: both;
	text-align: center;
	color: #999;
	font-size: 11px;
}
/**
 * 全文列表
 */	
.newsList {
	display: block;
	clear: both;
	overflow: hidden;
	padding:6px;
}
.newsList.list3{padding:6px 0;}
.newsList dd {
	display: block;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #fff;
	background: url(../images/ico-4.png) no-repeat left center;
}
.newsList.list3 dd{
	border-bottom: 1px dotted #dddddd;
	border-top:none;
	background: url(../images/ico-8.png) no-repeat 5px center;
	background-size:auto 14px;
	padding:0 10px;
	}
.newsList dd a {
	display: block;
	clear: both;
	overflow:hidden;
	padding: 0 0 0 14px;
	
}
.newsList dd a p {
	display: block;
	float:left;
	width:75%;
	overflow: hidden;
	color: #666666;
}
.newsList dd a span {
	display:block;
	float:right;
	color: #666666;
	font-size: 10px;
	overflow: hidden;
}

/**
 * 全文列表1
 */	
.newsList1 {
	display: block;
	clear: both;
	overflow: hidden;
	padding:6px;
}
.newsList1 dd {
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.newsList1 dd p {
	display:inline;
	float:left;
	overflow: hidden;
	color: #666666;
	width:75%;
	overflow:hidden;
	height: 30px;
}
.newsList1 dd a{
	display:inline;
	float:right;
	width:70px;
	height:20px;
	background:#385b93;
	color: #fff;
	line-height:20px;
	text-align:center;
	margin:5px 0 0 0;
}
/**
 * 全图列表 newsAllImg 左、右
 */	
.newsAllImg {
	clear: both;
	overflow: hidden;
	padding:3px 3px 10px 3px;
}
.newsAllImg dd {
	overflow: hidden;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	display: inline-block;
	float: left;
	padding:5px;
	-webkit-background-clip: content;
	-moz-background-clip: content;
	background-clip: content;
}
.newsAllImg dd a {
	display: block;
}
.newsAllImg dd p {
	width: 100%;
	overflow: hidden;
	display: block;
	position:relative;
}
.newsAllImg dd p:after{
	content:"";
	display:block;
	width:100%;
	padding-top:68.72%;
	}
.newsAllImg dd p img {
	display: block;
	width: 100%;
	height: 100%;
	position:absolute;
	top:0;
	left:0;
}
.newsAllImg dd span {
	display: block;
	clear: both;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	text-align: left;
	padding:0 0 3px 0;
	text-align: center;
}
/**
 * 全图列表2
 */	
.newsAllImg2 {
	clear: both;
	overflow: hidden;
	padding: 5px;
}
.newsAllImg2 dd {
	overflow: hidden;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	display: inline-block;
	float: left;
	padding: 5px;
	-webkit-background-clip: content;
	-moz-background-clip: content;
	background-clip: content;
}
.newsAllImg2 dd a {
	display: block;
	background: #fff;
}
.newsAllImg2 dd p {
	overflow: hidden;
	display: block;
	width:100%;
	position:relative;
}
.newsAllImg2 dd p:after{
	content:"";
	display:block;
	width:100%;
	padding-top:127.6%;
	}
.newsAllImg2.list3 p:after{
	content:"";
	display:block;
	width:100%;
	padding-top:131%;
	}
.newsAllImg2 dd p img {
	display: block;
	width: 100%;
	height: 100%;
	position:absolute;
	top:0;
	left:0;
}
.newsAllImg2 dd span {
	display: block;
	width: 100%;
	float:left;
	font-size:13px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	text-align:center;/*
	padding: 0 0 5px 10px;*/
}
.newsAllImg2 dd div{
	height:20px;
	overflow:hidden;
	clear:both;
	text-align: center;
	}
.newsAllImg2 dd div em {
	display: block;
	width:60px;
	height:20px;
	float:right;
	line-height: 20px;
	color:#666;
	overflow: hidden;
	text-align:center;
	font-style:normal;
	border-radius:3px;
	margin:0 10px 0 0;
}
/**
 * 图文列表
 */	
.newsImgList{
	padding:6px;
}
.newsImgList dd{
	display:block;
	position:relative;
	margin-bottom: 10px;
}
.newsImgList dd a{
	display:block;
	}
.newsImgList p {
	width:130px;
	height:90px;
	display:block;
	position:absolute;
}
.newsImgList p img {
	width:130px;
	height:90px;
}
.newsImgList_c {
	height:90px;
	padding:0 0 0 136px;
}
.newsImgList_c_name{
	color: #666;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.newsImgList_c_art{
	height: 59px;
	position: relative;
	background: #fff;
	border-radius: 4px;
	padding: 3px;
	box-shadow:1px 2px 4px rgba(171,171,171,0.5);
	margin-top: 5px;
}
.newsImgList_c_art div{
	height:54px;
	line-height:18px;
	overflow: hidden;
}
.newsImgList_c_art i{
	position: absolute;
	left: 30px;
	top:-6px;
	display: block;
	width:16px;
	height:6px;
	background: url(../images/ico-5.png) no-repeat center center;
	background-size: 16px 6px;
}

/**
 * 图文列表2 */	
.newsImgList2{
	display:block;
	clear:both;
	margin:15px;
	}
.newsImgList2 dd{
	display:block;
	margin-bottom:10px;
	}
.newsImgList2 dd a{
	display:block;
	overflow:hidden;
	border:1px solid #d4d4d4;
	border-radius:8px;
	}
.newsImgList2 dd a:hover{
	background:#ebebeb;
	color:#000;
	}
.newsImgList2_t{
	clear:both;
	height:35px;
	line-height:38px;
	font-size:14px;
	font-family:"microsoft yahei";
	overflow:hidden;
	background:#fafafa;
	padding-left:10px;
	color:#595959;
	border-bottom:1px solid #d4d4d4;
	}
.newsImgList2_c{
	clear:both;
	overflow:hidden;
	position:relative;
	background:#fff;
	padding:10px 0;
	border-bottom:1px solid #d4d4d4;
	}
.newsImgList2_c p{
	width:120px;
	height:80px;
	display:block;
	position:absolute;
	left:10px;
	top:10px;
	}
.newsImgList2_c p img{
	width:120px;
	height:80px;
	}
.newsImgList2_c div{
	height:80px;
	line-height:26px;
	overflow:hidden;
	padding:0 10px 0 140px;
	}
.newsImgList2_b{
	clear:both;
	overflow:hidden;
	height:28px;
	line-height:28px;
	color:#666;
	text-align:right;
	padding-right:25px;
	background:#fafafa;
	}
/**
 * 瀑布流布局
 */	
#container{
	position:relative;
	width:100%;
	margin:5px auto 0 auto;
}
.grid{
	margin:0 5px;
	width:178px;
	min-height:100px;
	font-size:12px;
	float:left;
	font-family:"microsoft yahei";
}
.grid a{
	padding: 5px;
	border-radius: 3px;
	background:#fff;
	display: block;
	box-shadow:0px 0px 5px rgba(153,153,153,0.3);
	}
.grid strong {
	border-bottom:1px dotted #ccc;
	display:block;
	padding:5px 0;
	font-size:14px;
	font-family:"microsoft yahei";
}
.grid img{
	max-width:100%;
	background:#ccc;
	display:block;
}
/**
 * 分享
 */	
.mobileShare {
	width: 100%;
	overflow: hidden;
	overflow-y: auto;
}
.shareBnt {
	height: 40px;
	clear: both;
	padding: 15px 0 0 0;
}
.shareBnt a {
	color: #fff;
	display: block;
	clear: both;
	line-height: 40px;
	text-align: center;
	background: #457fc4;
	border-radius: 6px;
	font-size: 16px;
}
.share {
	clear: both;
	overflow: hidden;
	padding: 0 0 0px 0;
}
.share dl dd {
	overflow: hidden;
}
.share dl dd a {
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#FEFEFE), to(#F3F3F3));
	background: -moz-linear-gradient(#FEFEFE, #F3F3F3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3F3F3', endColorstr='#E8E8E8');
	display: block;
	overflow: hidden;
	text-decoration: none;
	height: 32px;
	clear: both;
	padding: 5px 0 5px 5px;
}
.share dl dd a span.jiathis_txt {
	width: 99%;
	background: none;
	display: block;
	clear: both;
	height: 32px;
	padding: 0;
}
.share dl dd em {
	width: 32px;
	height: 32px;
	display: block;
	float: left;
	overflow: hidden;
}
.share img {
	width: 32px;
	height: 32px;
}
.share dl dd a span.jiathis_txt p {
	line-height: 32px;
	display: block;
	float: left;
	color: #454545;
	font-size: 14px;
	padding: 0 0 0 6px;
}
.share dl dd a span.jiathis_txt i {
	line-height: 32px;
	display: block;
	float: right;
	color: #454545;
	font-size: 12px;
	padding: 0 10px 0 6px;
}

/**
 * 留言板 message
 */	
.message_dl {
	clear: both;
	padding: 10px 0;
}
.message_dl dd {
	height: 35px;
	padding: 10px 0;
	clear: both;
}
.message_dl.from2 dd{height:auto;}
.message_dl dd span {
	width: 80px;
	text-align: right;
	display: block;
	line-height: 35px;
	float: left;
	padding: 0 5px 0 0;
}
.message_dl.from2 span{line-height: 30px;}
.messageInput {
	width: 70%;
	display: block;
	float: left;
	line-height: 35px;
	height: 35px;
	border: 1px solid #e6e6e6;
	background: #fff;
	outline: medium;
	padding: 0 0 0 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	outline: medium;
}
.messageInput.w_50{width:30%;}
.message_dl.from2 .messageInput{
	line-height: 30px;
	height: 30px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	} 
.message_dl.from2  dd select{color:#999}
.message_dl dd textarea {
	width: 70%;
	height: 150px;
	border: 1px solid #e6e6e6;
	background: #fff;
	outline: medium;
	padding: 0 0 0 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.message_dl.from2 dd img{
	display:block;
	height:30px;
	margin:0 0 0 5px;
	}

.message_btn {
	clear: both;
	height: 35px;
	padding: 10px 0 0 85px;
}
.mobile_btn1 {
	display: block;
	height: 35px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border: none;
	background:#a6a6a6;
	cursor: pointer;
	padding: 0 15px;
	margin: 0 5px;
	font-family:"microsoft yahei";
    -moz-border-radius:2px;      
    -webkit-border-radius:2px;   
    border-radius:2px;            
}
.mobile_btn2 {
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border: none;
	background:#a6a6a6;
	cursor: pointer;
	padding: 0 15px;
	margin: 0 5px;
	color: #fff !important;
    -moz-border-radius:2px;      
    -webkit-border-radius:2px;   
    border-radius:2px; 
}
.message_btn.bt2 a{height:25px;line-height:25px;}
.mobile_btn2.bg{background:#385b93;}
.message_dl dd .radio{ margin:9px 5px 0 10px;}
.message_dl dd i{line-height: 30px;}
.message_dl dd .tx2{height:80px;}
.messageList {
	clear: both;
	padding: 0 5px;
}
.messageList dd {
	overflow: hidden;
	margin: 5px 0;
	background: #ffffff;
	border: 1px solid #E6E6E6;
	padding: 5px 10px;
	box-shadow: 0px 0px 5px rgba(153,153,153,0.2);
    -moz-border-radius:3px;      /* Gecko browsers */
    -webkit-border-radius:3px;   /* Webkit browsers */
    border-radius:3px;            /* W3C syntax */
}
.messageTitle {
	line-height: 30px;
	clear: both;
	height:30px;
	border-bottom:1px dotted #E6E6E6;
}
.messageTitle span{
	float:left;
	}
.messageTitle i{
	float:right;
	font-size:10px;
	}
.messageContent {
	line-height:20px;
	clear: both;
	padding:8px 0;
}
.messageReply {
	line-height:20px;
	clear: both;
	color: #262c28;
	border:1px dotted #E6E6E6;
	padding:5px;
	background:#f8f8f8;
}
/**
 * 按钮
 */	
.largeGreenBtn {
	z-index: 9999;
	width: 60%;
	text-align: center;
	background-image: -webkit-gradient(linear, 10% 0%, 10% 100%, from(#92611c), to(#391b00));
	border: 0;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	border-radius: 0.3em;
	padding: 5px 8px;
	font-size: 1.4em;
	text-shadow: 1px 1px 1px #555;
	border: 1px solid;
	border-color: #764d0f #764d0f #764d0f #764d0f;
	box-shadow: inset 0px 1px #ba781c;
	min-height: 640px;
}

.subBtn {
	width: 80px;
	height: 30px;
	background: rgba(239, 121, 22, 0.85);
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-family: "Microsoft yahei";
	border-radius: 3px;
}









/**/
.page {
	margin:10px 20px 5px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	overflow:hidden;
	border: 1px solid #ddd;
	border-radius:5px;
}
.page a, .page span {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	border-left: 1px solid #ddd;
	text-align: center;
	color: #fff;
	text-decoration: none;
	line-height:40px;
	background:#bfbfbf;
}
.page .select-change-container {
	position: relative
}
.page .select-change-container select {
	position: absolute;
	width: 100%;
	opacity: 0;
	top: 0;
	left: 0;
	height: 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 45px
}
.page .select-change-container .select-page-num {
	display: block;
	height: 37px;
	line-height: 37px
}
.page .select-change-container .select-page-num::after {
	content: '';
	display: block;
	border-top: 5px solid #ddd;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	right: 10px
}
.page .prev-page {
	margin-left: 0;
	color:#fff;
}
.page .next-page {
	margin-right: 0;
	color:#fff;
}
.page .disabled {
	color: #ddd!important
}
.page span {
	background: #bfbfbf;
	border: 0
}
.page .next {
	display: block;
	text-align: center;
}





/*2015-12-25*/
.title1{
	clear: both;
	height: 30px;
	background: #187778;
	overflow: hidden;
}
.title1_span{
	float: left;
	margin-left: 8px;
}
.title1_span em{
	float: left;
	height: 26px;
	line-height: 26px;
	color: #fff;
	padding: 0 15px;
	margin-top: 4px;
	font-style: normal;
}
.title1_span em.hover{
	color: #187778;
	background:#fff;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.title1_more{
	float: right;
	line-height: 30px;
	color: #ebebeb !important;
	margin-right: 10px;
}
.title2{
	clear: both;
	height:30px;
	line-height: 30px;
	overflow: hidden;
}
.title2_span{
	float: left;
	color:#187778;
	font-size: 14px;
	padding-left: 5px;
	border-left:3px solid #187778;
}
.title2_more{
	float: right;
	color: #187778 !important;
}


/*
* 新闻中心
*/

.fastLink,
.newsCenter{
	padding:5px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}

.indexTit{
	width: 100%;
	height:31px;
	border-bottom:1px solid #c4c4c4;
}

.tit_L{
	height:30px;
	overflow: hidden;
	float: left;
	display: inline;
}

.bor_385b93{
	border-bottom:3px solid #385b93;
}

.bor_42a866{
	border-bottom:3px solid #385b93;
}


.first_char{
	display: block;
	font-size: 30px;
	line-height: 30px;
	float: left;
}

.col_385b93{
	color:#385b93 !important;
}

.col_42a866{
	color:#385b93 !important;
}

.left_R{
	overflow: hidden;
	float: left;
	display: inline;
}

.left_Ch{
	display: block;
	overflow: hidden;
	font-size: 10px;
	color:#737373;
	line-height: 15px;
}

.left_surplus{
	display: block;
	overflow: hidden;
	font-size: 10px;
	color:#385b93;
	line-height: 15px;
}

.left_box1_name{
	display: none;
	height:0px;
	overflow: hidden;
}

.tit_more{
	float: right;
}

.newsCont{
	width: 100%;
	overflow: hidden;
	padding:0px 0px 10px 0px;
}

.newsCont_dl{
	width: 100%;
	overflow: hidden;
}

.newsCont_dl dd{
	width: 100%;
	overflow: hidden;
	position:relative;
	background: #ebebeb;
	margin-top:10px;
}

.time{
	width: 57px;
	height:55px;
	overflow: hidden;
	background: #e0e0e0;
	position:absolute;
	left: 0px;
	top:0px;
}

.day{
	display: block;
	width: 57px;
	height:39px;
	overflow: hidden;
	text-align: center;
	line-height: 39px;
	font-size: 20px;
	color:#385b93 ;
	font-family: "黑体";
	font-weight: bold;
}

.M_Y{
	display: block;
	width: 57px;
	height:16px;
	line-height: 16px;
	text-align: center;
	font-size: 12px;
	font-family: "黑体";
	color:#f2f2f2 ;
	font-weight: bold;
	background: url(../images/M_Y.png) no-repeat center center;
}

.newsDeta{
	margin-left:67px;
	height:55px;
	overflow: hidden;
}

.newsName{
	display: block;
	height:22px;
	line-height: 22px;
	font-size: 12px;
	color:#385b93 !important;
	font-weight: bold;
}

.newsIntr{
	font-size: 12px;
	color:#8d8d8d;
	line-height: 15px;
	height:30px;
	padding:0px 0px 3px 0px;
}

.newsIntr a{
	color:#8d8d8d !important;
}






/*
* 快速导航
*/

.fastLink{
	width: 100%;
	overflow: hidden;
}

.linkCont{
	width: 100%;
	overflow: hidden;
}

.linkCont a:nth-child(3n+3){
	margin-right:0px;
}

.linkCont a{
	display: block;
	width: 32%;
	margin-right: 2%;
	margin-top:10px;
	float: left;
	overflow: hidden;
	border:1px solid #eaeaea;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
}
.linkCont a:after{
	content:'';
	display:block;
	width:100%;
	padding-top:42.1%;
	}

.linkCont a img{
	display:block;
	width: 100%;
	height: 100%;
	position:absolute;
	top:0;
	left:0;
}




.articleBoxB{
	clear:both;
	overflow:hidden;
	text-align:center;
	width:100%;
	margin:20px 0;
	}
.articleBoxB a{
	display:inline-block;
	width:95px;
	height:35px;
	line-height:35px;
	margin:0 5px;
	color:#fff;
	padding-left: 25px;
	background:#187778;
	border-radius:35px;
	}
.articleBoxB .a1{
	height:35px;
	background:#bfbfbf url(../images/ico-6.png) no-repeat 20px center;
	background-size: auto 22px;
	}
.articleBoxB .a2{
	height:35px;
	background:#737373 url(../images/ico-7.png) no-repeat 20px center;
	background-size: auto 22px;
	}

.weixinshareBg{
	display:none;
	position:fixed;
	left:0;
	top:0;
	z-index:9999999999;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
	}
.weixinshareBg img{
	float:right;
	max-width:100%;
	padding:50px 0 0 0;
	}

/*通知*/
.notice{
	clear:both;
	height:30px;
	overflow:hidden;
	padding:0 5px 0 5px;
	background:#4d4d4d;
	position:relative;
	}
.notice span{
	display:block;
	height:30px;
	line-height:30px;
	color:#da3232;
	text-align:left;
	position:absolute;
	top:0;
	left:10px;
	padding:0 0 0 25px;
	background:url(../images/n_icon1.png) no-repeat left center;
	z-index:999;
	font-weight:bold;
	}
.notice_slide{
	height:30px;
	overflow:hidden;
	padding:0 0 0 90px;
	}
.notice_slide li{
	display:block;
	height:30px;
	overflow:hidden;
	line-height:30px;
	text-align:left;
	}
.notice_slide li a{color:#dddddd;}
.notice_slide li a:hover{color:#fd5890;}
.notice_slide .bx-wrapper .bx-viewport{background:none !important;}
.notice_slide .bx-wrapper .bx-pager{ display:none !important;}

/*留言反馈*/
.msg_feedback{
	clear:both;
	overflow:hidden;
	padding:0 10px;
	}
.msg_feedbackT{
	clear:both;
	line-height:26px;
	text-align:left;
	color:#5b5b5b;
	font-size:14px;
	padding:10px 0;
	}
.fbInput{
	display:block;
	clear:both;
	height:22px;
	width:105px;
	padding:0 5px;
	background:#fff;
	border:1px solid #dedede;
	outline:none;
	}
.fbTextarea{
	display:block;
	clear:both;
	width:95%;
	height:75px;
	padding:5px;
	margin:5px 0 0 0;
	border:1px solid #dedede;
	background:none;
	outline:none;
	}
.fbBt{
	clear:both;
	overflow:hidden;
	padding:10px 0 0 0;
	}
.fbBt .eps{
	width:22px;
	height:22px;
	overflow:hidden;
	background:url(../images/eps.png) no-repeat center center;
	}
.fbBt .fbBt1{
	width:110px;
	height:25px;
	background:#385b93;
	line-height:25px;
	text-align:center;
	color:#ffffff;
	}
.fbBt .fbBt2{
	width:110px;
	height:25px;
	background:#c4c4c4;
	line-height:25px;
	text-align:center;
	color:#ffffff;
	margin:0 5px 0 0;
	}
/*发展历程*/
.courseBox{
	display:block;
	clear:both;
	overflow:hidden;
	padding:17px 0 0 0;
	background:url(../images/c_icon1.png) no-repeat center top
	}
.course_dl{
	display:block;
	clear:both;
	overflow:hidden;
	background:url(../images/c_bg.jpg) repeat-y center top;
	}
.course_dl dd{
	clear:both;
	overflow:hidden;
	display:block;
	background:url(../images/c_icon2.png) no-repeat center 6px;
	margin:10px 0 15px 0;
	}
.course1{
	width:50%;
	overflow:hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 15px;
	color:#999999;
	line-height:24px;
	}
.course_dl dd.type1 .course1{text-align:right;}
.course_dl dd.type1 .course2{text-align:left;}
.course2{
	width:50%;
	overflow:hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 15px;
	}
.course2 span{
	display:block;
	line-height:24px;
	text-align:left;
	color:#333333;
	}
.course2 div{
	clear:both;
	text-align:left;
	overflow:hidden;
	line-height:20px;
	color:#999999;
	}
.lx_font{ color:#FFFFFF; line-height:30px; height:30px; font-size:10px; text-align:left; padding-left:8px;}














