
/* 全局*/
@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;
	text-align: center;
	line-height: 45px;
	color: #111847;
	font-size: 16px;
	font-weight: normal;
	position: relative;
	padding: 0 50px 0 50px;
}
#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; height:35px;word-break: break-all;
	float: left;
	max-width:68%;
	display: -webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient: vertical;
	overflow: hidden;}
.notice_r .swiper-slide a span{float: left;height:35px; line-height:35px; width:85px; overflow:hidden;text-align: 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;
}	
/* 招标 start by lhl */
.newMobileTopBox{height: 45px;width: 100%;position: fixed;display: flex;justify-content: space-between;align-items: center;background-color: #fff;}
.newMobileTopLeft{position: relative;display: flex;align-items: center;margin-left: 10px;}
.newMobileTopLeft .icon{width: 30px;height: 30px;background: #adcef4;border-radius: 40px;overflow: hidden;margin-right: 10px;}
.newMobileTopLeft .icon img{width: 100%;height: 100%;display: block;}
.newMobileTopLeft .name{height: 45px;line-height: 45px;overflow: hidden;font-size: 12px;color: #666666;}
.newMobileTopLeft .iconDown{width: 30px;height: 30px;background: url(../images/downIcon.png) no-repeat center center / 20px;}
.changePosswordBox { display: none; position: absolute;left: 0;top: 100%;width: 100%;}
.changePosswordBox .changePossword{background-color: #ffffff;box-shadow: 0px 0px 12px rgb(0 0 0 / 10%);border-radius: 5px;}
.changePosswordBox .change{padding: 5px 10px;line-height: 20px;text-align: center;}
.changePosswordBox .change a{font-size: 12px;color: #333;display: block;}

/* 修改密码表单start */
.messageOne{padding: 0 20px !important;background: #fff !important;box-sizing: border-box !important;-webkit-box-sizing: border-box !important;}
.messageOne .layui-layer-setwin{top: 23px !important;}
.messageOne .layui-layer-btn{padding: 0px 0px 30px !important;}
.messageOne .layui-layer-btn a{line-height: 40px !important;height: 40px !important;width: 100% !important;text-align: center !important;margin: 0 !important;}
.messageOne .layui-layer-title{text-align: center;border-bottom: 2px solid #0088ff !important;padding: 0 !important;height: 60px !important;line-height: 60px !important;background-color: #fff !important;font-size: 16px !important;color: #454545 !important;font-weight: bold !important;}
.changePasswordBoxC{overflow: hidden;}
.changePasswordBoxCon{padding: 30px;overflow: hidden;background-color: #fff;}
.changePasswordBoxCon .item{width: 100%;float: left;display: inline;}
.changePasswordBoxCon .item .con{background-color: #fff;margin-bottom: 20px;overflow: hidden;position: relative;border: 1px solid #d8d5de;}
.changePasswordBoxCon .item .con.conC{border: none;padding: 0;}
.changePasswordBoxCon .item .label{float: left;height: 40px;width: 40px;}
.changePasswordBoxCon .item.item1 .label{background:#d8d5de url("../images/changePassword1.png") no-repeat center center;}
.changePasswordBoxCon .item.item2 .label{background:#d8d5de url("../images/changePassword2.png") no-repeat center center;}
.changePasswordBoxCon .item.item3 .label{background:#d8d5de url("../images/changePassword3.png") no-repeat center center;}
.changePasswordBoxCon .item.item4 .label{background:#d8d5de url("../images/changePassword3.png") no-repeat center center;}
.changePasswordBoxCon .item .label span{color: #e00006;margin-right: 10px;padding-top: 10px;}
.changePasswordBoxCon .item .itemC{overflow: hidden;}
.changePasswordBoxCon .item .input{padding: 0 10px;border: none;}
.changePasswordBoxCon .item input{width: 100%;line-height: 40px;height: 40px;font-size: 12px;color: #75737b;outline: none; border: none;background: none;z-index: 1;position: relative;}
.changePasswordBoxCon .item.itemB .label{margin-right: 50px;}
.changePasswordBoxCon .item.itemD input{width: 100%;}
.changePasswordBoxCon .item.itemD .itemDUp{overflow: hidden;float: right;}
.changePasswordBoxCon .item.itemD .itemDC{text-align: center;float: right;display: inline;margin-right: 24px;padding-top: 14px;}
.changePasswordBoxCon .item.itemD .itemDC a{display: block;width: 100%;height: 100%;}
.changePasswordBoxCon .item.itemD .yzm{float:right;display: inline;width: 90px;height: 40px;border: 1px solid #d8d5de;cursor: pointer;}
.changePasswordBoxCon .item.itemD .yzm img{display: block;width: 100%;height: 100%;}
.changePasswordBoxCon .item.itemD .con{overflow: hidden;width: 68%;}
.changePasswordBoxCon {overflow: hidden;padding: 30px 0 0 ;display: inline-block;}
.changePasswordBoxCon .formBtn{text-align: center;}
.changePasswordBoxCon .item.itemD .itemDUp.itemBox{margin-right: 30px;}
/* 修改密码表单end */
.newMobileTop{height: 45px;background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,0.1);}
.newMobileTop .logo{display: block;overflow: hidden;float: left;padding: 5px 10px;}
.newMobileTop .logo img{height: 35px;}
.newMobileTop .btn{width: 45px;height: 24px;line-height: 24px;border-radius: 30px;text-align: center;border: 1px solid #e6e6e6;font-size: 10px;color: #666666;margin: 8px 15px 0 17px;float: right;display: inline;}
.newMobileTop .text{font-size: 8px;line-height: 45px;height: 45px;color: #666666;float: right;}

.newSubBanner{padding-top: 48%;background-position: center center;background-repeat: no-repeat;background-size: cover;position: relative;}

.newLogin{padding: 0 15px;background: #fff;position: relative;}
.newLogin .con{background: #fff;position: relative;top: -35px;padding: 28px 52px;}
.newLogin .con .title{font-size: 16px;font-weight: bold;color: #333333;height: 18px;line-height: 18px;margin-bottom: 17px;text-align: center;}
.newLogin .con .item{margin-bottom: 10px;border-radius: 30px;background: #f2f4f9;overflow: hidden;}
.newLogin .con .item .em{display: inline;float: left;height: 33px;line-height: 33px;margin: 0 7px 0 23px;width: 10px;background-position: center center;background-repeat: no-repeat;background-size: 100%;}
.newLogin .con .item .input{overflow: hidden;}
.newLogin .con .item .input input{display: block;width: 100%;height: 33px;line-height: 33px;padding-right: 10px;outline: none;border: none;background: none;font-size: 12px;color: #989ea7;}
.newLogin .con .item .img{width: 70px;height: 29px;margin-top: 2px;margin-right: 2px;border-radius: 30px;float: right;display: inline;overflow: hidden;}.newLogin .con .item .img img{display: block;width: 100%;height: 100%;}
.new15{height: 15px;}
.newLogin .btn{height: 35px;line-height: 35px;text-align: center;border-radius: 30px;display: block;font-size: 14px;color: #fff;background: #0088ff;}

.newh5{height: 10px;}
.newh5.hui{background: #f5f5f5;}
.inviteView{background: #fff;}
.inviteViewTop{padding: 0 15px 20px;}
.inviteView .title{font-size: 13px;font-weight: bold;color: #333333;line-height: 18px;margin-bottom: 17px;}
.newTitle{height: 58px;line-height:58px;text-align: center;font-size: 17px;font-weight: bold;color: #021349;margin-bottom: 5px;}
.newTitle.bg{background: #f5f5f5;}
.inviteView table{border-collapse:collapse;width: 100%;margin-bottom: 10px;}
.inviteView table td{border: 1px solid #dee6f2;text-align: center;height: 27px;line-height: 27px;font-size: 12px;color: #666666;}
.inviteView table tr td:nth-child(1){background: #f6faff;}
.inviteView table tr:nth-child(3) td:nth-child(2){background: #f5f5f5;}
.inviteView table tr:nth-child(4) td:nth-child(1){background: #f5f5f5;}
.inviteView table tr:nth-child(5) td:nth-child(2){background: #f5f5f5;}
.inviteView table tr:nth-child(6) td:nth-child(1){background: #f5f5f5;}
.inviteView .btnList{overflow: hidden;font-size: 12px;line-height: 30px;height: 30px;color: #3a89ec;}
.inviteView .btnList a{display: inline-block;width: 25px;height: 25px;margin: 0 6px;margin-top: 2px;vertical-align: middle;}
.inviteView .btnList a.btn{width: 75px;float: right;display: inline;height: 30px;border-radius: 5px;line-height: 30px;background: #3a89ec;color: #fff;font-size: 12px;margin: 0;text-align: center;}
.file-list a{padding-left:30px;display:block;min-height:30px;line-height:30px;}
.file-list a.word{background: url(../images/invite/word.png) no-repeat left center / auto 20px;}
.file-list a.excil{background: url(../images/invite/excil.png) no-repeat left center / auto 20px;}
.file-list a.zip{background: url(../images/invite/zip.png) no-repeat left center / auto 20px;}
.file-list a.pdf{background: url(../images/invite/pdf.png) no-repeat left center / auto 20px;}

.inviteViewBot{padding: 20px 15px;}
.inviteViewBot .title{font-size: 15px;line-height: 15px;color: #333333;font-weight: bold;padding-left: 10px;margin-bottom: 20px;position: relative;}
.inviteViewBot .title::before{display: block;width: 2px;height: 13px;content: "";position: absolute;left: 0;top: 0;background: #3a89ec;}
.inviteViewBot .info{font-size: 11px;line-height: 20px;color: #555555;}

.inviteXj{background: #fff;}
.inviteXjtitle{padding: 10px 15px 5px;border-bottom: 1px solid #ebebeb;}
.inviteXjtitle span{font-size: 13px;color: #333333;height: 13px;display: block;line-height: 13px;margin-bottom: 10px;}
.inviteXjtitle input{display: block;border: none;background: none;font-size: 11px;line-height: 20px;height: 20px;color: #999999;width: 100%;outline: none;}
.inviteXjCon{padding: 15px;border-bottom: 1px solid #ebebeb;}
.inviteXjCon span{font-size: 12px;color: #333333;display: block;height: 12px;line-height: 12px;margin-bottom: 15px;}
.aykj-file-upload dd{overflow: hidden;margin: 0;margin-bottom: 12px;height: 50px; display:flex;align-items:center;float: none;}
.aykj-file-upload dd .imgWrap{width: 50px !important;height: 50px!important;border: none !important;padding: 0 !important;}
.aykj-file-upload dd .imgWrap p{width: 50px!important;height: 50px!important;background: none !important;}
.aykj-file-upload dd .imgWrap img{width: 50px!important;height: 50px!important;object-fit:contain}
.aykj-file-upload dd .info{flex:1;position: relative;width: unset;display: block;left: unset;top: unset;right: unset;bottom: unset;background: none;color: #333;}
.aykj-file-upload dd .file-panel{display:block !important; width:16px !important;height:100%  !important;right:0 !important;left:unset !important;background: none !important;}
.aykj-file-upload dd .file-panel span{display: block !important;width: 100% !important;height: 100% !important;background: url(../images/invite/close.png) no-repeat center center / contain !important;margin: 0 !important;}
.aykj-file-upload dd .state{position:absolute; right:20px;top: 50%;transform: translateY(-17%);-webkit-transform: translateY(-17%);}


.inviteXjCon .upDate{display:block;width: 45px;height: 45px;background: #f5f5f5 url(../images/invite/update.png) no-repeat center / 50%;}
.inviteXjCon .upDate .webuploader-pick{
	display: block;
    height: 100%;
    padding: 0;
    background: none;
}

.inviteXjCon.view .aykj-file-upload .file-panel{display:none !important }
.inviteXjCon.view .upDate{display:none !important}
.inviteXjInfo{padding: 10px 15px 0;}
.inviteXjInfo span{display: block;font-size: 11px;color: #f30b0b;line-height: 11px;height: 11px;margin-bottom: 13px;}
.inviteXjInfo .info{font-size: 10px;line-height: 18px;color: #999999;margin-bottom: 32px;}
.inviteXj .btn{display: block;text-align: center;}
.inviteXj .btn a{display: inline-block;width: 85px;height: 30px;border-radius: 5px;background: #f2f4f9;line-height: 30px;text-align: center;color: #999999;font-size: 12px;}
.inviteXj .btn a.sub{margin-right: 10px;background: #0088ff;color: #fff;}


.inviteCg{padding: 45px 15px 0;}
.inviteCg .img{height: 90px;margin: 0 auto;margin-bottom: 10px;}
.inviteCg .img img{display: block;height: 100%;margin: 0 auto;}
.inviteCg .text{font-size: 11px;font-weight: bold;color: #333333;text-align: center;height: 13px;line-height: 13px;margin-bottom: 45px;}
/* 招标 end by lhl */