﻿
/* 全局*/
@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,img {
	border: medium none;
	margin: 0;
	padding: 0;
}
th, td{
	margin: 0;
	padding: 0;
	} 
* {
	margin: 0px;
	padding: 0px;
}
html {
	overflow-x: hidden;
}
body {
	font-family: "microsoft yahei";
	background: #fff;
	font-size: 12px;
	color: #666;
}
table {
	border-collapse: collapse;
	border:1px solid #ccc;
}/*细线表格*/

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;
}
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}
a:visited {
	color: #666;
	outline: none;
}
a:hover {
	color: #fc8b1c;
	outline: none;
}
a:active {
	color: #666;
	outline: none;
}
ul, ol {
	list-style: none;
	vertical-align: middle;
}
img {
	border: 0px;
	vertical-align: middle
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.clear {
	clear: both;
	overflow: hidden;
	height: 0;
}
.h5 {
	height: 5px;
	background: #f8f8f8;
}
.h10 {
	height: 10px;
	background: #f8f8f8;
}
.h15 {
	height: 15px;
	background: #f8f8f8;
}
.h20 {
	height: 20px;
	background: #f8f8f8;
}
.h25 {
	height: 25px;
	background: #f8f8f8;
}
.h30 {
	height: 30px;
	background: #f8f8f8;
}
/** * 框架部分 begin*/
#mobileTop {
	clear: both;
	position: relative;
	z-index: 7;
}
#mobileCon {
	overflow: hidden;
	overflow-y: auto;
	clear: both;
	background: #fff;
	position: relative;
	z-index: 4;
}
#mobileFooter {
	clear: both;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 3;
}
#mobileMenu {
	max-height: 100%;
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 6;
	overflow: hidden;
	overflow-y: auto;
}
#mobileBg {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0,0,0,0.8);
	z-index: 50;
	left: 0;
	top: 0px;
	z-index: 5;
	display: none;
}
#mobileConH {
	overflow: hidden;
}
#mobileBg.hide {
	-webkit-transition: all 0.6s;
	-webkit-transform: translateX(-250px);
}
#mobileBg.show {
	-webkit-transition: all 0.6s;
}
/** * 手机顶部*/
#toolbarnav {
	display: block;
	height: 45px;
	width: 100%;
	max-width: 100%;
	position: relative;
	color: #111847;
	background: #fff;
	box-shadow:0 1px 3px rgba(0,0,0,0.1);
}
#toolbarnav h1 {
	text-align: center;
	display: block;
	height: 45px;
	overflow:hidden;
	text-align: center;
	line-height: 45px;
	color: #111847;
	font-size: 16px;
	font-weight: normal;
	position: relative;
	padding:0 90px 0 20px;
}
#go-back {
	position: absolute;
	top: 0;
	width: 50px;
	height: 45px;
	display: block;
	left: 0;
	z-index:99
}
#go-back span {
	color: #111847;
	font-size: 24px;
	display: block;
	margin: 10px 0 0 12px;
}
#menu-btn {
	display: block;
	width: 50px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
}
#menu-btn span {
	font-size: 34px;
	color: #1d1d1d;
	margin: 6px 0 0 12px;
	display: block;
}
#menu-btn em {
	font-size: 34px;
	color: #1d1d1d;
	margin: 6px 0 0 12px;
	display: none;
}
#sub-btn {
	display: block;
	width: 50px;
	height: 45px;
	position: absolute;
	right: 0;
	top: 0;
}
#sub-btn span {
	font-size: 20px;
	color: #fff;
	margin: 12px 0 0 16px;
	display: block;
}
#toolbarnav .logo {
	display: block;
	overflow: hidden;
	float: left;
	padding: 5px 10px;
}
#toolbarnav .logo img {
	display: block;
	height: 35px;
}
.versionBt {
	display: block;
	height: 45px;
	overflow: hidden;
	line-height: 45px;
	font-size: 12px;
	color: #999 !important;
	position: absolute;
	right: 50px;
	top: 0
}
.versionBt span {
	color: #999;
}
.versionBt span.hover {
	color: #111847;
}
/**一级导航*/
#mobileMenu header {
	display: block;
	background: #000;
	height: 40px;
}
#mobileMenu header h1 {
	text-align: center;
	padding-top: 10px;
	color: #111847;
	font-size: 16px;
	text-shadow: 1px 1px 0px #313131;
}
.menu_dl {
	padding-top: 45px;
	overflow: hidden;
	background: #111428;
}
.menu_dl dd {
	overflow: hidden;
	padding: 0px 20px;
	position: relative;
}
.menu_dl dd .bt{
	display:block;
	width:45px;
	height:40px;
	position:absolute;
	top:0;
	left:0;
	}
.menu_dl dd:after {
	display: block;
	content: "";
	overflow: hidden;
	border-top: 1px solid #cacbd5;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	transform: scaleY(0.5);
}
.menu_dl dd.hover {
	background: #4b95cf;
}
.nemu_a {
	display: block;
	height: 45px;
	overflow: hidden;
	line-height: 45px;
}
.nemu_a span {
	display: block;
	overflow: hidden;
	float: left;
	font-size: 14px;
	color: #fff;
}
.nemu_a em {
	margin: 15px 0px 0px 0px;
	display: none;
	width: 15px;
	height: 15px;
	overflow: hidden;
	float: right;
	background: url(../images/menuIcon.png) no-repeat center center;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.menu_dl dd.hover em {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.menu_dl dd .bt{
	}
.menu_ul {
	display: none;
	overflow: hidden;
	padding: 0px 15px 10px 15px;
}
.menu_ul li {
	height: 30px;
	overflow: hidden;
	line-height: 30px;
}
.menu_ul li a {
	display: block;
	overflow: hidden;
}
.menu_ul li a em {
	display: block;
	width: 4px;
	height: 4px;
	overflow: hidden;
	background: #dbeaf5;
	float: left;
	margin: 13px 5px 0px 0px;
}
.menu_ul li a i {
	font-size: 12px;
	color: #fff;
	display: block;
	float: left;
}
/*subbanner*/
.subbanner {
	clear: both;
	overflow: hidden;
}
.subbanner a {
	display: block;
	height: 100%;
	text-align: center;
}
.subbanner img {
	max-width: 100%;
}
/*二级菜单*/
.nav-scroll {
	clear: both;
	width: 100%;
	position: relative;
	background: #fff
}
.tab-nav {
	overflow-y: hidden;
	overflow-x: auto;
	clear: both;
	display: block;
	color: #111847;
	border-bottom: 1px solid #cacbd5;
	height: 40px;
}
.tab-nav li {
	height: 40px;
	float: left;
	text-align: center;
}
.tab-nav li i {
	display: inline-block;
	padding: 5px 5px 3px;
	height: 30px;
	line-height: 30px;
}
.tab-nav li.hover i {
	border-bottom: 2px solid #4e9cd8;
	color: #4e9cd8;
}
.tab-nav2 li a {
	display: block;
	height: 40px;
	line-height: 40px;
}
.tab-nav2 li.hover a {
	background: #f5a100;
	color: #fff;
}
.tab-nav3 li.hover a {
	background: #3b9349;
	color: #fff;
}
/*三级菜单*/
.thirdNav {
	clear: both;
	overflow: hidden;
	padding: 5px 10px;
	border-top: 1px solid #cacbd5;
}
.thirdTit {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	position: relative;
}
.thirdTit i {
	height: 2px;
	width: 20px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -10px;
	display: block;
	background: #4e9cd8;
}
.thirdCon {
	clear: both;
	overflow: hidden;
	text-align: center;
	padding: 10px 0 5px;
}
.thirdCon a {
	display: inline-block;
	margin: 0 5px;
	height: 25px;
	line-height: 25px;
	padding: 0 15px;
	border-radius: 15px;
}
.thirdCon a.hover {
	border: 1px solid #4e9cd8;
	color: #4e9cd8
}
.thirdNav2 {
	clear: both;
	overflow: hidden;
	padding: 5px 10px;
	border-bottom: 1px solid #cacbd5;
	background: #fff;
}
.thirdNav2 a {
	width: 25%;
	padding: 0 5px;
	float: left;
	display: inline;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.thirdNav2 a i {
	opacity: 0
}
.thirdNav2 a.hover {
	color: #f5a100
}
.thirdNav2 a.hover i {
	opacity: 1
}
.thirdNav3 a.hover {
	color: #3b9349
}
/*四级菜单*/
.fourthNav {
	clear: both;
	overflow: hidden;
	padding: 5px 10px;
	border-top: 1px solid #cacbd5;
}
.fourthTit {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	position: relative;
}
.fourthTit i {
	height: 2px;
	width: 20px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -10px;
	display: block;
	background: #f5a100;
}
.fourthCon {
	clear: both;
	overflow: hidden;
	text-align: center;
	padding: 10px 0 5px;
}
.fourthCon a {
	display: inline-block;
	margin: 0 5px;
	height: 25px;
	line-height: 25px;
	padding: 0 15px;
	border-radius: 15px;
}
.fourthCon a.hover {
	border: 1px solid #f5a100;
	color: #f5a100
}
.fourthTit2 i {
	background: #3b9349
}
.fourthCon2 a.hover {
	border: 1px solid #3b9349;
	color: #3b9349
}
/*固定的底部*/
.footerBar {
	font-size: 12px;
	overflow: hidden;
	color: #fff;
	-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;
	width: 100%;
	height: 48px;
	border-top: 1px solid #cfd1da;
	position: relative;
}
.footerBar 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;
	overflow: hidden;
}
.footerBar div a {
	display: block;
	height: 38px;
	width: 100%;
	color: #999;
	padding: 5px 0 0 0;
}
.footerBar div a em {
	display: block;
	width: 20px;
	height: 20px;
	clear: both;
	font-size: 18px;
	text-align: center;
	margin: 0 auto;
	padding: 0px 0 3px 0;
}
.footerBar div a span {
	display: block;
	clear: both;
	font-size: 12px;
	text-align: center;
	color: #111847;
}
.footerBar div i {
	height: 15px;
	font-size: 20px;
	margin: 10px 0 0 0;
	display: block;
}
.footHome {
	background: url(../images/footHome.png) no-repeat center center;
	background-size: 20px 20px;
}
.footerBar div.hover .footHome {
	background: url(../images/footHome_h.png) no-repeat center center;
	background-size: 20px 20px;
}
.footAbout {
	background: url(../images/footAbout.png) no-repeat center center;
	background-size: 20px 20px;
}
.footerBar div.hover .footAbout {
	background: url(../images/footAbout_h.png) no-repeat center center;
	background-size: 20px 20px;
}
.footService {
	background: url(../images/footService.png) no-repeat center center;
	background-size: 20px 20px;
}
.footerBar div.hover .footService {
	background: url(../images/footService_h.png) no-repeat center center;
	background-size: 20px 20px;
}
.footContact {
	background: url(../images/footContact.png) no-repeat center center;
	background-size: 20px 20px;
}
.footerBar div.hover .footContact {
	background: url(../images/footContact_h.png) no-repeat center center;
	background-size: 20px 20px;
}
.footerBar div.hover a span {
	color: #4e9cd8;
}
/**返回顶部*/
#scrollTop {
	width: 35px;
	height: 35px;
	border-radius: 100%;
	background: rgba(0,0,0,0.8);
	position: fixed;
	right: 10px;
	bottom: 60px;
	z-index: 9999;
	display: none;
}
#scrollTop em {
	display: block;
	font-size: 20px;
	color: #fff;
	margin: 8px 0 0 7px;
}
.ajaxLoad {
	color: #666;
	height: 40px;
	line-height: 40px;
	text-align: center;
	clear: both;
	position: relative;
	background: #fff;
	margin: 0 8px 8px 8px;
}
.ajaxLoad span {
	height: 40px;
	display: inline-block;
	padding: 0 0 0 30px;
	background: url(../images/loading2.gif) no-repeat left center;
	background-size: 20px;
}
/*********************首页 begin********************/
.bannerBox {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	min-height: 120px;
}
.bannerBox .hd {
	width: 100%;
	text-align: center;
	position: absolute;
	height: 28px;
	line-height: 28px;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.bannerBox .hd li {
	display: inline-block;
	width: 15px;
	height: 2px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 5px;
	background: #fff;
}
.bannerBox .hd li.on {
	height: 4px;
	background: #f5a100;
}
.bannerBox .bd {
	position: relative;
	z-index: 0;
}
.bannerBox .bd li {
	position: relative;
	text-align: center;
}
.bannerBox .bd li img {
	background: url(images/loading.gif) center center no-repeat;
	vertical-align: top;
	width: 100%;
}
.bannerBox .bd li a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.bd_b:after {
	display: block;
	content: "";
	overflow: hidden;
	border-top: 1px solid #cacbd5;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	transform: scaleY(0.5);
}
.bd_t:before {
	display: block;
	content: "";
	overflow: hidden;
	border-top: 1px solid #cacbd5;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	transform: scaleY(0.5);
}
.b_d:after {
	display: block;
	content: "";
	overflow: hidden;
	border-top: 1px solid #cacbd5;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	transform: scaleY(0.5);
}
.b_d:before {
	display: block;
	content: "";
	overflow: hidden;
	border-top: 1px solid #cacbd5;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	transform: scaleY(0.5);
}
/*主页快捷导航*/
.indMenu_dl {
	overflow: hidden;
	padding:15px 0px;
	position: relative;
}
.indMenu_dl dd {
	width: 33.33333333333%;
	overflow: hidden;
	float: left;
	display: inline;
	padding: 5px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.indMenu_dl dd a {
	display: block;
	overflow: hidden;
}
.indMenu_dl dd a p {
	padding: 0px 30px;
	overflow: hidden;
}
.indMenu_dl dd a span {
	display: block;
	width: 100%;
	padding-top: 100%;
	position: relative;
}
.indMenu_dl dd a span img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.indMenu_dl dd a i {
	display: block;
	color: #444;
	overflow: hidden;
	padding-top: 10px;
	text-align: center;
}
/*行业新闻*/
.indCont {
	overflow: hidden;
	padding: 10px;
	position: relative;
}
.indTit {
	font-size: 14px;
	color: #111847;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
}
.tabTit {
	overflow: hidden;
	text-align: center;
	padding-top: 5px;
}
.tabTit_dl {
	display: inline-block;
	overflow: hidden;
}
.tabTit_dl dd {
	overflow: hidden;
	float: left;
	display: inline;
	padding: 0px 5px;
}
.tabTit_dl dd a {
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #666;
	display: block;
	padding: 0px 5px;
	overflow: hidden;
	border-bottom: 1px solid #fff;
}
.tabTit_dl dd.hover a {
	color: #4e9cd8;
	border-color: #4e9cd8;
}
.indNews_dl {
	overflow: hidden;
	display: none;
}
.indNews_dl dd {
	padding: 10px 0px;
	overflow: hidden;
	position: relative;
}
.indNews_dl dd:first-child:after {
	display: block;
	content: "";
	overflow: hidden;
	border-top: 1px solid #cacbd5;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	transform: scaleY(0.5);
}
.indNews_dl dd a {
	display: block;
	overflow: hidden;
}
.indNews_dl dd p {
	overflow: hidden;
	font-size: 12px;
	color: #666;
}
.indNews_dl dd span {
	float: left;
	font-weight: bold;
}
.indNews_dl dd i {
	float: right;
}
.indNews_dl dd a div {
	height: 40px;
	font-size: 12px;
	color: #666;
	overflow: hidden;
	line-height: 20px;
	margin-top: 5px;
}
.indNews_dl dd:last-child {
	border-bottom: none;
}
.tabMore {
	display: block;
	height: 35px;
	overflow: hidden;
	line-height: 35px;
	font-size: 12px;
	color: #fff !important;
	text-align: center;
	background: #4e9cd8;
}
/*业务板块*/
.indPro_dl {
	overflow: hidden;
	margin: 0px -5px;
	display: none;
}
.indPro_dl dd {
	width: 50%;
	overflow: hidden;
	padding: 0px 5px;
	float: left;
	display: inline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 10px;
}
.indPro_dl dd a {
	display: block;
	overflow: hidden;
}
.indPro_dl dd a p {
	width: 100%;
	overflow: hidden;
	padding-top: 100%;
	position: relative;
	background: #f2f2f2;
}
.indPro_dl dd a p img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.indPro_dl dd a p span {
	display: block;
	width: 100%;
	height: 30px;
	background: #5ea5db;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 2;
}
.indPro_dl dd a i {
	display: block;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	font-size: 12px;
	color: #828385;
	padding-top: 5px;
}
/*********************首页 end********************/

/*全文列表*/
.newsListTop {
	clear: both;
	overflow: hidden;
	padding: 10px;
}
.newsListTop .imgbox {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}
.newsListTop .imgbox img {
	width: 100%;
	display: block;
}
.newsListTop .textbox {
	padding: 10px;
	line-height: 20px;
	background: #3a9448;
	color: #fff;
	text-align: center;
	clear: both;
	overflow: hidden;
	border-radius: 5px;
}
.newsList {
	display: block;
	clear: both;
	overflow: hidden;
	padding: 10px;
	background: #fff;
}
.newsList dd {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}
.newsList dd a {
	display: block;
	clear: both;
}
.newsList dd a span {
	color: #3a9448;
	font-size: 14px;
	overflow: hidden;
	line-height: 35px;
	border-bottom: 1px solid #ddd;
	display: block;
	clear: both;
}
.newsList dd a em {
	font-style: normal;
	color: #828385;
	overflow: hidden;
	line-height: 25px;
	display: block;
	clear: both;
}
/*全图列表*/
.newsAllImg {
	display: block;
	clear: both;
	overflow: hidden;
	padding: 5px;
	background: #fff;
}
.newsAllImg dd {
	display: inline;
	float: left;
	width: 50%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.newsAllImg dd a {
	display: block;
	width: 100%;
	background: #fff;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
}
.newsAllImg dd .pic_box {
	position: relative;
	background: url(../images/loading.gif) no-repeat center center;
}
.newsAllImg dd .pic_box:after {
	content: '';
	display: block;
	width: 100%;
	padding-top: 73.87%;
}
.newsAllImg dd .pic_box img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}
.newsAllImg dd .text {
	padding: 10px;
	background: #f6f6f6;
	clear: both;
	overflow: hidden;
}
.newsAllImg dd span {
	display: block;
	clear: both;
	text-align: center;
	color: #555;
	line-height: 25px;
	height: 25px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newsAllImg dd b {
	display: block;
	margin: 5px auto;
	height: 2px;
	width: 25px;
	background: #bcbcbd;
}
.newsAllImg dd em {
	font-style: normal;
	display: block;
	clear: both;
	text-align: center;
	color: #999;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
/**全图列表 newsAllImg2*/
.newsAllImg2 {
	display: block;
	clear: both;
	overflow: hidden;
	padding: 5px;
	background: #fff;
}
.newsAllImg2 dd {
	display: inline;
	float: left;
	width: 50%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.newsAllImg2 dd a {
	display: block;
	width: 100%;
	background: #fff;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
}
.newsAllImg2 dd .pic_box {
	position: relative;
	background: url(../images/loading.gif) no-repeat center center;
}
.newsAllImg2 dd .pic_box:after {
	content: '';
	display: block;
	width: 100%;
	padding-top: 100%;
}
.newsAllImg2 dd .pic_box img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}
.newsAllImg2 dd span {
	display: block;
	clear: both;
	text-align: center;
	color: #fff;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #60a66b;
}
.newsAllImg2 dd em {
	font-style: normal;
	display: block;
	clear: both;
	text-align: center;
	color: #999;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
/**全图列表newsAllImg3*/
.newsAllImg3 dd .pic_box:after {
	padding-top: 100%;
}
.newsAllImg3 dd span {
	color: #3b9349
}
.newsAllImg3 dd .text {
	background: #fff;
	border-bottom: 1px solid #999
}
/*图文列表*/
.newsTextImg {
	clear: both;
	overflow: hidden;
}
.newsTextImg dd {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 5px;
	background: rgba(255,255,255,1);
	position: relative;
}
.newsTextImg dd:after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: -1px;
	border-bottom: 1px solid #ccc;
	-webkit-transform-origin: scaleY(0.3);
	transform-origin: scaleY(0.3);
	-webkit-transform: scaleY(0.3);
	transform: scaleY(0.3);
}
.newsTextImg dd:hover {
	background: #e1e1e1;
}
.newsTextImg dd a {
	display: block;
}
.newsTextImg dd a img {
	display:block;
	float:none;
	width:100%;
	height:auto;
}
.newsTextImg .divText {
	overflow: hidden;
	margin-top:10px;
}
.newsTextImg .divText p {
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	font-size: 14px;
	position: relative;
	margin: -5px 0 0 0;
	color: #828385;
}
.newsTextImg .divText span {
	display: block;
	line-height: 18px;
	overflow: hidden;
	padding: 3px 0 0 0;
	color: #888;
}
.newsTextImg .divText i {
	display: block;
	line-height: 18px;
	height: 318px;
	overflow: hidden;
	color: #61a3de;
	display:none;
}
/*图文列表2*/
.newsTextImg2 {
	clear: both;
	overflow: hidden;
}
.newsTextImg2 dd {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 5px;
	background: rgba(255,255,255,1);
	position: relative;
}
.newsTextImg2 dd:after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: -1px;
	border-bottom: 1px solid #ccc;
	-webkit-transform-origin: scaleY(0.3);
	transform-origin: scaleY(0.3);
	-webkit-transform: scaleY(0.3);
	transform: scaleY(0.3);
}
.newsTextImg2 dd:hover {
	background: #e1e1e1;
}
.newsTextImg2 dd .a1 {
	display: block;
	height: 90px;
}
.newsTextImg2 dd .a1 img {
	float: left;
	width: 144px;
	height: 90px;
	margin-right: 10px;
}
.newsTextImg2 .divText {
	overflow: hidden;
}
.newsTextImg2 .divText p {
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	position: relative;
	margin: -5px 0 0 0;
	color: #111847;
}
.newsTextImg2 .divText span {
	display: block;
	line-height: 18px;
	height: 38px;
	overflow: hidden;
	padding: 3px 0 0 0;
	color: #888;
}
.liulang {
	font-weight: normal;
	padding-left: 20px;
	background: url(../images/icn2.png) no-repeat left center;
	line-height: 25px;
}
.listShare {
	height: 20px;
	position: absolute;
	top: 33px;
	right: 10px;
	line-height: 20px;
}
.listShare a {
	float: left;
	display: inline;
	padding: 0 !important;
	margin: 0 5px 0 0 !important;
	width: 20px !important;
	height: 20px !important;
	background-image: url(../images/icn1.png) !important;
	background-repeat: no-repeat !important;
}
.listShare a.bds_tsina {
	background-position: 0px 0px !important;
}
.listShare a.bds_tqq {
	background-position: -32px 0px !important;
}
/*图文列表3*/
.newsTextImg3 {
	clear: both;
	overflow: hidden;
	padding: 0 10px;
}
.newsTextImg3 dd {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0;
	margin-bottom: 10px;
	background: #fff;
	position: relative;
}
.newsTextImg3 dd:after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: -1px;
	border-bottom: 1px solid #ccc;
	-webkit-transform-origin: scaleY(0.3);
	transform-origin: scaleY(0.3);
	-webkit-transform: scaleY(0.3);
	transform: scaleY(0.3);
}
.newsTextImg3 dd h3 {
	display: block;
	clear: both;
	overflow: hidden;
	line-height: 25px;
	font-weight: normal
}
.newsTextImg3 dd h3 a {
	color: #111847;
}
.newsTextImg3 dd b {
	font-weight: normal;
	padding-left: 20px;
	background: url(../images/icn2.png) no-repeat left center;
}
.newsTextImg3 dd em {
	float: left;
	display: inline;
	font-style: normal;
}
.newsTextImg3 dd i {
	float: right;
	display: inline;
	border: 1px solid #4e9cd8;
	color: #4e9cd8;
	padding: 0 5px;
	height: 20px;
	line-height: 20px;
	border-radius: 3px;
}
.textImg_time {
	line-height: 25px;
	color: #888;
	height: 25px;
	clear: both;
	overflow: hidden;
}
.textImg_info {
	line-height: 20px;
	padding: 5px 0 0;
	margin-bottom: 5px;
	color: #888;
	height: 60px;
	clear: both;
	overflow: hidden;
}
/*图文列表4*/
.newsTextImg4 {
	clear: both;
	overflow: hidden;
}
.newsTextImg4 dd {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 5px;
	background: rgba(255,255,255,1);
	position: relative;
}
.newsTextImg4 dd a {
	display: block;
	height: 100%
}
.newsTextImg4 dd .pic {
	width: 50%;
	position: relative;
}
.newsTextImg4 dd .pic img {
	display: block;
	width: 100%;
}
.newsTextImg4 dd i {
	display: block;
	height: 12px;
	width: 6px;
	background: url(../images/icn3.png) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	z-index: 4
}
.newsTextImg4 .divText {
	overflow: hidden;
}
.newsTextImg4 .divText p {
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
	font-size: 14px;
	position: relative;
	margin: -5px 0 0 0;
	color: #828385;
}
.newsTextImg4 .divText em {
	height: 2px;
	width: 20px;
	background: #666;
	display: block;
}
.newsTextImg4 .divText span {
	display: block;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #888;
}
.newsTextImg4 .divText b {
	height: 20px;
	width: 90px;
	text-align: center;
	display: block;
	line-height: 20px;
	color: #828385;
	font-weight: normal;
	border: 1px solid #ddd;
	font-size: 10px;
}
.newsTextImg4 dd:nth-child(2n) .pic {
	float: right;
	display: inline;
	margin-left: 10px;
}
.newsTextImg4 dd:nth-child(2n+1) .pic {
	float: left;
	display: inline;
	margin-right: 10px;
}
.newsTextImg4 dd:nth-child(2n) i {
	left: 0;
}
.newsTextImg4 dd:nth-child(2n+1) i {
	right: 0;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}
/*图文列表5*/
.newsTextImg5 {
	clear: both;
	overflow: hidden;
	padding: 10px;
}
.newsTextImg5 dd {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}
.newsTextImg5 dd a {
	display: block;
	height: 100%;
}
.newsTextImg5 dd .pic {
	clear: both;
	overflow: hidden;
}
.newsTextImg5 dd .pic img {
	width: 100%;
	display: block;
}
.newsTextImg5 dd span {
	display: block;
	clear: both;
	color: #333;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-top: 10px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}
.newsTextImg5 dd em {
	font-style: normal;
	display: block;
	clear: both;
	color: #828385;
	line-height: 20px;
	overflow: hidden;
	padding-top: 10px;
}
/**文章阅读页*/
.articleBox {
	line-height: 25px;
	color: #828385;
	padding: 10px;
	background: #fff;
}
.articleBox img {
	max-width: 100%;
	height: auto !important
}
.articleTitle {
	clear: both;
	padding: 0 10px;
	line-height: 35px;
	font-size: 16px;
	color: #111847;
}
.articleTime {
	display: block;
	clear: both;
	text-align: center;
	color: #999;
	overflow: hidden;
	padding: 0 10px;
	line-height: 25px;
}
.articleTitle2 {
	clear: both;
	padding: 10px 10px 5px;
	line-height: 35px;
	font-size: 16px;
	color: #61a3de;
	text-align: center;
}
/*产品与服务*/
.serviceBox {
	clear: both;
	overflow: hidden;
	padding: 10px;
	background: #fff;
}
.serCon {
	clear: both;
	overflow: hidden;
	padding-bottom: 30px;
}
.serCon {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	min-height: 120px;
}
.serCon .hd {
	width: 100%;
	text-align: center;
	position: absolute;
	height: 28px;
	line-height: 28px;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.serCon .hd li {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	text-indent: -9999px;
	overflow: hidden;
	margin: 2px 5px;
	background: #828385;
}
.serCon .hd li.on {
	height: 7px;
	width: 7px;
	border: 1px solid #61a3de;
	background: none;
	margin: 0px 5px;
}
.serCon .bd {
	position: relative;
	z-index: 0;
}
.serCon .bd dd {
	overflow: hidden;
	color: #828385;
	line-height: 25px;
}
.serCon .bd dd a {
	color: #61a3de
}
#imgSlide .hd {
	display: none
}
#imgSlide .btn {
	height: 30px;
	width: 30px;
	position: absolute;
	top: 50%;
	background-size: 100% auto !important;
}
#imgSlide .btn.prev {
	background: url(../images/prev.png) no-repeat center center;
	left: 5px
}
#imgSlide .btn.next {
	background: url(../images/next.png) no-repeat center center;
	right: 5px
}
/*联系我们*/
.map {
	clear: both;
	overflow: hidden;
}
.map img {
	width: 100%;
}
.contactUs {
	padding-bottom: 10px;
	border-bottom: 1px dotted #ddd;
}
.contactUs span {
	line-height: 25px;
	display: block;
	clear: both;
	overflow: hidden;
}
.form {
	clear: both;
	overflow: hidden
}
.form dt {
	clear: both;
	overflow: hidden;
	color: #333;
	font-size: 14px;
	line-height: 35px;
}
.form dd {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}
.form input {
	font-family: "microsoft yahei";
	border: 1px solid #ddd;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 12px;
}
.form input.input1 {
	width: 100%;
}
.form input.input2 {
	width: 35%;
}
.form .textarea {
	font-family: "microsoft yahei";
	border: 1px solid #ddd;
	padding: 0 10px;
	height: 100px;
	line-height: 25px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	font-size: 12px;
	clear: both;
	overflow: hidden;
	display: block;
}
.form .code {
	height: 30px;
	width: 60px;
	overflow: hidden;
	margin-left: 10px;
}
.form .code img {
	height: 30px;
	width: 60px;
	display: block;
}
.form .submit {
	width: 120px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	display: block;
	margin: 20px auto 0;
	background: #61a3de;
}
.form .upload {
	width: 90px;
	height: 30px;
	text-align: center;
	color: #fff;
	line-height: 30px;
	background: #555;
	display: block;
	border-radius: 2px;
}
/*人力资源*/
.rmt_dl {
	display: block;
	overflow: hidden;
}
.rmt_dl dd {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 0 10px 0;
}
.rmt_dl dd .div1 {
	clear: both;
	height: 35px;
	line-height: 35px;
	background: #eaeaea;
	overflow: hidden;
	position: relative;
	padding: 0 35px 0 10px;
}
.rmt_dl dd .div1 span {
	width: 35px;
	height: 35px;
	line-height: 35px;
	cursor: pointer;
	text-align: center;
	font-size: 20px;
	color: #000;
	position: absolute;
	right: 0;
	top: 0;
}
.rmt_dl dd .div1.hover {
	background: #4e9cd8;
	color: #fff;
}
.rmt_dl dd .div1.hover span {
	color: #fff
}
.rmt_dl dd .div2 {
	clear: both;
	overflow: hidden;
	padding: 10px;
	color: #000;
	line-height: 24px;
	text-align: left;
	display: none;
}
.rmt_dl dd .div2 .btnBox {
	clear: both;
	overflow: hidden;
	margin-top: 20px;
}
.rmt_dl dd .div2 a {
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	margin-right: 10px;
}
.rmt_dl dd .div2 a.a1 {
	background: #4e9cd8
}
.rmt_dl dd .div2 a.a2 {
	background: #f5a100
}
/*分享*/
.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;
}
/**
 * page
 * @author 杨朝杰
 * @return
 */
.page {
	-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;
	padding: 0 8px 10px 8px;
}
.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: 1px solid #ddd;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 5px 5px;
	text-align: center;
	color: #7f8487;
	text-decoration: none;
	line-height: 40px;
	background: #fff;
}
.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: 30px;
	line-height: 30px
}
.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: #1370a5;
}
.page .next-page {
	margin-right: 0;
	color: #1370a5;
}
.page .disabled {
	color: #ddd!important
}
.page span {
	background: #fff;
	border: 0
}
.page .next {
	display: block;
	text-align: center
}
.ajaxLoad {
	color: #666;
	height: 40px;
	line-height: 40px;
	text-align: center;
	clear: both;
	position: relative;
	background: #fff;
	margin: 0 8px 8px 8px;
}
.ajaxLoad span {
	height: 40px;
	display: inline-block;
	padding: 0 0 0 30px;
	background: url(../images/loading2.gif) no-repeat left center;
	background-size: 20px;
}
.menuInput {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: left;
	background: url(../images/mnSpch.png) no-repeat left center;
	background-size: auto 18px;
	padding-left: 25px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: none;
	color: #fff;
}
/**/
#articSlide{
	border:2px solid #cacbd5;
	}
#articSlide ul li .pic{
	display:block;
	width:100%;
	padding-top:60%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	position:relative;
	}
#articSlide ul li .pic span{
	display:block;
	width:100%;
	height:28px;
	line-height:28px;
	text-align:center;
	background:rgba(0,0,0,0.5);
	color:#fff;
	position:absolute;
	bottom:0;
	left:0;
	}
.noticeBox{ height:35px; line-height:35px; clear:both; overflow:hidden;width:100%; box-sizing:border-box; -webkit-box-sizing:border-box;-moz-box-sizing:border-box; background:#fff; position:relative; padding:0 10px 0 30px;}
.noticeBox:before{ display:block; content:''; position:absolute; left:0px; bottom:0px; width:100%; height:1px; background:#cacbd5; transform:scaleY(0.5); -webkit-transform:scaleY(0.5);}
.notice_l{height:35px; width:85px;color:#1f1a17; padding-left:10px; font-weight:bold; font-size:14px; position:absolute; left:0; top:0; display:block;}
.notice_l i{ height:16px; width:1px; background:#979797; position:absolute; right:8px; top:10px; transform:scaleX(0.5); -webkit-transform:scaleX(0.5);}
.notice_r{ height:35px; width:100%;}
.notice_r .swiper-slide{ height:35px; overflow:hidden;}
.notice_r .swiper-slide a{ color:#666; display:block; text-align:left; height:35px; line-height:35px; overflow:hidden; position:relative;}
.notice_r .swiper-slide a em{font-style:normal; overflow:hidden; float:left;word-break: break-all;
	max-width:68%;
	display: -webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient: vertical;
	overflow: hidden;}
.notice_r .swiper-slide a span{height:35px; line-height:35px; width:85px; overflow:hidden;text-align: left;float: left}
.noticeBox .more{ height:35px; width:75px; position:absolute; right:0px; top:0; text-align: center; line-height: 35px;}
.notice_l .ad{
	display: block;
	width:15px;
	height:35px;
	background: url(../images/amtIcon1.png) no-repeat left center;
	background-size: auto 12px;
}