body {
	width: 100%;
	position: relative;
	background: #fff;
	padding-top:0px;
	overflow-x:hidden;
}

.hide {
	display: none;
}

.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.block {
	display: block !important;
}

i,
em {
	font-style: normal;
}

body.on {
	opacity: 100;
	filter: alpha(opacity=100)
}

.w1400 {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	width: 100%
}

.wel-banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.wel-banner .slides img {
	width: 1920px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	margin-top: -1px;
}

.wel-banner .slides li {
	width: 100%;
	float: left;
	overflow: hidden;
	height: 656px;
	position: relative
}

.wel-banner .flex-control-nav {
	bottom: 13px;
	z-index: 2
}

.wel-case .flex-control-nav {
	bottom: 20px
}

.wel-banner .flex-control-nav li,
.wel-case .flex-control-nav li {
	margin: 0 2px
}

.wel-banner .flex-control-nav li a,
.wel-case .flex-control-nav li a {
	width: 14px;
	height: 14px;
	margin: 0 6px;
	/*
	background: url(../img/btn01.png) no-repeat center;
	background-size: 100% 100%;
*/
	background: transparent;
	border: 1px solid #d6e6d1;
	background: #d6e6d1;
	transition: background .3s;
	box-shadow: none
}

.manage-bot .flex-control-nav {
	display: none
}

.wel-banner .flex-control-paging li a.flex-active,
.wel-banner .flex-control-paging li a:hover,
.wel-case .flex-control-nav li a:hover,
.wel-case .flex-control-nav li a.flex-active {
	/*
	background: url(../img/btn01_h.png) no-repeat center;
	background-size: 100% 100%;
	box-shadow: none
*/
	background: #9a181d;
	border: 1px solid #9a181d;
}

.wel-banner:hover .flex-direction-nav .flex-prev {
	opacity: .7;
	left: 10px
}

.wel-banne:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1
}

.wel-banne:hover .flex-direction-nav .flex-next {
	opacity: .7;
	right: 10px
}

.wel-banne:hover .flex-direction-nav .flex-next:hover {
	opacity: 1
}
.index-box{padding:0px;background:#fff;position:relative;}

/*首页板块title*/
.main-title {
	text-align: left;
	margin: 0px 0 20px;
	position: relative;
	padding-top: 0px
}

.main-title .title-bg {
	margin-top: 8px;
	width: 100%;
	height: 3px;
	background: url(../img/img_line.png) no-repeat left top;
}

.main-title .title {
	display:flex;
	align-items: center;
	justify-content: space-between;
	border-bottom:0px solid #dfdfdf;
}
.main-title .title span{
	display:block;
	font-size: 20px;
	font-weight: 700;
	color:#0072CF;
	height: 28px;
	height: 40px;
	line-height: 40px;
	border-bottom:0px solid #006930;
}
.main-title .title .more{font-size:12px;}

.main-title .titles {
	font-size: 12px;
	height: 50px;
	line-height: 48px;
	position: relative;
	color: #999;
}

/*
.main-title .titles:after {
  content: "";
  width: 38px;
  height: 6px;
  position: absolute;
  bottom: 0;
  background-color: #2a59a7;
  left: 50%;
  margin-left: -16px;
}
*/


/*首页板块title END*/
.wel-second .towbox{display:flex;margin-left:-20px;}
.wel-second .towbox li{flex:1;margin-left:20px;}
.wel-second .towbox li a{display:block;width:100%;border:1px solid #dfdfdf;}

.wel-second .towbox li .imgbox{width:100%;display:inline-block;padding:20px 0;text-align:center;}

.wel-second .towbox li .imgbox img{width:80px;}
.wel-second .towbox li .textbox{border-top:1px solid #dfdfdf;padding:15px 0;text-align:center;}
.wel-second .towbox li a:hover{color:#fff;background:#0072CF}
.wel-second .towbox li a:hover .textbox{border-top:1px solid rgba(255,255,255,.1);}

.wel-third{margin-top:20px;}
.wel-third .thirdBox{display:flex;}
.wel-third .thirdBox .loginbox{width:300px;margin-right:15px;padding:0;border:1px solid #0072CF;border-radius:8px;}
.wel-third .thirdBox .loginbox .main-title{background:#0072CF;padding:10px 0;border-radius:8px 8px 0 0;}
.wel-third .thirdBox .loginbox .main-title .title{display:inline-block;text-align:center;width:100%;}
.wel-third .thirdBox .loginbox .main-title span{color:#fff;text-align:center;}
.wel-third .thirdBox .loginbox .formBox{padding:0px 15px;}
.wel-third .thirdBox .loginbox .formBox .item-cloum{margin-bottom:15px;}
.wel-third .thirdBox .loginbox .formBox .item-cloum .inputBox{display:flex;border:1px solid #dfdfdf;padding:8px;border-radius:8px;align-items: center;}
.wel-third .thirdBox .loginbox .formBox .item-cloum .inputBox i{width:20px;height:20px;margin-right:10px;}
.wel-third .thirdBox .loginbox .formBox .item-cloum .inputBox i.user{background:url(../img/icon_user.png) no-repeat center center/20px auto;}
.wel-third .thirdBox .loginbox .formBox .item-cloum .inputBox i.pass{background:url(../img/icon_pass.png) no-repeat center center/20px auto;}
.wel-third .thirdBox .loginbox .formBox .item-cloum .inputBox input{border:none;height:100%;background:transparent;}
.wel-third .thirdBox .loginbox .formBox .item-cloum .btnbox{display:flex;justify-content: space-between;}
.wel-third .thirdBox .loginbox .formBox .item-cloum .btnbox .btn{flex:1;height:40px;line-height:40px;border-radius:8px;background:#0072CF;color:#fff;border:0;cursor:pointer;}
.wel-third .thirdBox .loginbox .formBox .item-cloum .btnbox .btn.reg{background:#fff;border:1px solid #0072CF;color:#0072CF;margin-left:10px;}
.wel-third .thirdBox .loginbox .formBox .item-cloum .btnbox .btn.disb{opacity:.3}
.wel-third .thirdBox .loginbox .formBox .item-cloum .btnbox .btn.logout{background:#B10100;}

.wel-third .thirdBox .ztbox{flex:1;border:1px solid #0072CF;border-radius:8px;padding:10px 15px 15px;}
.wel-third .thirdBox .ztbox .ztcon{margin-top:0px;}
.wel-third .thirdBox .ztbox .ztcon .list{display:flex;flex-wrap: wrap;margin-left:-15px;}
.wel-third .thirdBox .ztbox .ztcon .list li{box-sizing:border-box;width:calc(25% - 15px);border:1px solid #0072CF;border-radius:8px;margin-left:15px;margin-bottom:15px;}
.wel-third .thirdBox .ztbox .ztcon .list li a{display:flex;align-items: center;}
.wel-third .thirdBox .ztbox .ztcon .list li .icon{border-right:0px solid #999;width:40px;height:60px;background:url(../img/icon_zt.png) no-repeat center center/30px auto;}
.wel-third .thirdBox .ztbox .ztcon .list li .p{margin-right:10px;color:#333;font-size:18px;overflow:hidden;white-space:nowrap;flex:1;}
.wel-third .thirdBox .ztbox .ztcon .list li:hover{background:#0072CF;}
.wel-third .thirdBox .ztbox .ztcon .list li:hover .icon{background:url(../img/icon_zt_hover.png) no-repeat center center/30px auto;border-right:0px solid rgba(255,255,255,.3);}
.wel-third .thirdBox .ztbox .ztcon .list li:hover .p{color:#fff;}

.wel-four{margin-top:20px;min-height:100px;}
.wel-four .list-wrap {
	margin-top: 0px;
	position: relative;
	  overflow:hidden;
	  
  }
.wel-four .prev{ width:37px; position:absolute; top:40%; background:url(../img/leftbtn.png) no-repeat left center;height:80px;left:-80px;}
.wel-four .prev:hover{opacity:0.5;}
.wel-four .next{ width:37px; position:absolute; top:40%; height:80px;background:url(../img/rightbtn.png) no-repeat right center;right:-80px;}
.wel-four .next:hover{opacity:0.5;}

.Employeestylelist{ margin:0px auto 0;}
.Employeestylelist ul li{margin-right:0px;
  position: relative;
  overflow:hidden;
	float:left;
	display:inline-block;
  }
.Employeestylelist ul li .tit {
  display: block;
  line-height: 20px;
  font-size: 16px;
  color: #333;
  width: 100%;
  padding: 9px 4%;
  background: url(../img/bg_02.png) repeat center;
/*  position: absolute;*/
  left: 0;
  bottom: 0;
	text-align:center;
}

.Employeestylelist ul li a{display:flex;color:#333;border:1px solid #0072CF;padding:15px;}
.Employeestylelist ul li .img{width:120px;height:80px;margin-right:10px;}
.Employeestylelist ul li .wordbox{flex:1;}
.Employeestylelist ul li .wordbox h1{font-size:18px;color:#0072CF}
.Employeestylelist ul li .wordbox .text{margin-top:5px;font-size:12px;color:#999;}
.Employeestylelist ul li a:hover{background:#0072CF;color:#fff;}
.Employeestylelist ul li a:hover h1{color:#fff}
.Employeestylelist ul li a:hover .text{color:#fff}

.Employeestylelistdot{ text-align:center; padding-top:40px;display:none;}
.Employeestylelistdot span{ display:inline-block; vertical-align:middle; width:12px; height:12px; margin:0px 5px; border-radius:100px; border:1px solid #ffffff;}
.Employeestylelistdot span.swiper-active-switch{ width:12px; height:12px; background:#63A48B;}
.Employeestylelistdot .swiper-pagination-bullet-active{background:#63A48B!important;}

.wel-link {margin-top:20px;background:#F2F1F1;}
.wel-link .link-list{display:flex;justify-content:center;align-items:center;height:60px;}
.wel-link .link-list .lintit{font-size:18px;font-weight:700;margin-right:20px;}
.wel-link .link-list .select{border:0;background:#fff;margin-right:20px;height:40px;min-width:200px;padding:0 10px;outline:medium;}
.wel-link .link-list .btn{background:#fff;height:40px;line-height:40px;padding:0 10px;}



/*首页公司简介Start*/
.wel-aboutinfo {
	background: url(../img/img_bg_about.png) no-repeat 50% top #fff;
	padding: 50px 0 0;
	min-height: 640px;
}

.wel-aboutinfo .aboutbox {
	display: flex;
	justify-content: space-between;
	color: #fff;
}

.wel-aboutinfo .l {
	flex: 1;
}

.wel-aboutinfo .l .tt1 {
	height: 42px;
	line-height: 42px;
	font-size: 30px;
	color: #fff;
}

.wel-aboutinfo .l .tt2 {
	text-align: left;
	font-size: 12px;
	margin-top: 10px;
	border-bottom: 2px solid #fff;
	width: 130px;
	padding-bottom: 5px;
}

.wel-aboutinfo .l .tt3 {
	font-size: 16px;
	line-height: 30px;
	margin-top: 30px;
	color: #fff;
	white-space: wrap;
}

.wel-aboutinfo .l .tt4 {
	margin-top: 30px;
	margin-left: 100px;
	width: 360px;
}

.wel-aboutinfo .l .tt4 img {
	width: 100%;
}

.wel-aboutinfo .r {
	width: 360px;
	position: relative;
	margin-left: 100px;
	background: #fff;
	border-radius: 10px;
}

.wel-aboutinfo .r .noticeBox {
	padding: 20px;
}

.wel-aboutinfo .r .noticeBox .titlebox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wel-aboutinfo .r .noticeBox .titlebox h4 {
	display: inline-block;
	font-size: 20px;
	color: #B10100;
	border-bottom: 2px solid #B10100;
	padding-bottom: 5px;
}

.wel-aboutinfo .r .noticeBox .titlebox .more {
	display: inline-block;
	border: 1px solid #0072CF;
	color: #0072CF;
	padding: 0 10px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	border-radius: 20px;
}

.wel-aboutinfo .r .noticeBox ul.list {
	margin-top: 10px;
}

.wel-aboutinfo .r .noticeBox ul.list li {
	height: 40px;
	border-bottom: 1px solid #D8D8D8;
}

.wel-aboutinfo .r .noticeBox ul.list li:last-child {
	border-bottom: 0;
}

.wel-aboutinfo .r .noticeBox ul.list li a {
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wel-aboutinfo .r .noticeBox ul.list li h4 {
	flex: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #333;
	font-size: 14px;
}

.wel-aboutinfo .r .noticeBox ul.list li span {
	display: block;
	width: 90px;
	text-align: right;
	color: #999;
	font-size: 14px;
}


/*首页公司简介END*/
.wel-case-title {

	line-height: 42px;
	margin-bottom: 12px;
	display: none;
}

.wel-case-title .cn {
	font-size: 18px;
	color: #24272b;
	font-weight: 400;
}

.wel-case-title .en {
	font-size: 14px;
	color: #b5001e;
	font-weight: 400;
}

.wel-case-title a {
	display: inline-block;
	font-size: 14px;
	color: #999;
	color: #999;
	position: absolute;
	top: 2px;
	right: 0;
	width: 95px;
	text-align: right;
	transition: color .3s
}

.wel-case-title span {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #b0b0b0 url(../img/wel04.png) no-repeat center;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12px;
	transition: background .3s
}

.wel-case-title a:hover {
	color: #dd231f
}

.wel-case-title a:hover span {
	background: #dd231f url(../img/wel04.png) no-repeat center
}

/*首页实验基地Start*/
.wel-server {
	padding: 40px 0 40px;
	background: #F2F3F3;
}

.experiment {
	width: 100%;
	display: flex;
}

.experiment .blueBg {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 20%;
	background: linear-gradient(to top, rgba(26, 61, 146, 0.7), rgba(26, 61, 146, 0));
	transition: all 0.7s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;
	-webkit-transition: all 0.7s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;
	z-index: 2;
}

.experiment .t {
	font-size: 16px;
	line-height: 1;
	color: #fff;
	line-height: 40px;
	overflow: hidden;
	position: absolute;
	z-index: 3;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
}


.experiment .imgbox {
	width: 500px;
	height: 420px;
	margin-right: 0px;
	box-sizing: border-box;
	padding: 20px;
	position: relative;
}

.experiment .imgbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.experiment .imgbox .blueBg {
	left: 20px;
	width: calc(100% - 40px);
}

.experiment .imgbox .blueBg {
	left: 20px;
	width: calc(100% - 40px);
	bottom: 20px;
}

.experiment .imgbox:hover .blueBg {
	height: calc(100% - 20px);
}

.experiment .imgbox .t {
	bottom: 20px;
}

.experiment ul {
	overflow: hidden;
	padding: 0px;
	flex: 1;
	display: flex;
	flex-wrap: wrap;
}

.experiment li {
	margin-right: 20px;
	margin-bottom: 20px;
	height: auto;
	overflow: hidden;
	width: calc((100% - 40px)/2);
	vertical-align: top;
	position: relative;
	height: 200px;
}

.experiment li:hover .blueBg {
	height: 100%;
}

.experiment li:nth-child(2n) {
	margin-right: 0;
}

.experiment li:nth-of-type(n+3) {
	margin-bottom: 0;
}

.experiment .img {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.experiment .img img {
	width: 100%;
	display: block;
}


/*首页新闻中心END*/

footer {
	width: 100%;
	padding: 0px 0 0px;
	background: #2391EA;
	color: #fff;
    margin-top: 0px;
}

.footer-top {
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	align-items: center;
}

.footer-bot {
	padding: 20px 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.footer-bot img {
	width: 48px;
}

.footer-bot p {
	color: #fff;
	margin-top: 10px;
	font-size: 14px;
}

.footer-top-left {
	width: 400px;
	margin-right: 100px;
}

.footer-top-left img {
	width: 100%;
}

.footer-top-center {
	flex: 1;
}

.footer-top .weixin {
	width: 230px;
	margin-left: 100px;
	text-align: center
}

.footer-top .weixin img {
	width: 100px
}

.footer-top .weixin h2 {
	font-size: 12px;
	margin-top: 10px;
}

.footer-top-center li {
	width: 100%;
	display: flex;
	height: 40px;
	align-items: center;
}

.footer-top-center .icon {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

.footer-top-center li p {
	color: #fff;
	font-size: 14px;
}

.footer-top-center li a {
	color: #fafafa;
	transition: color .3s
}

.footer-top-center li a:hover {
	color: #fff
}

.inliner-banner {
	width: 100%;
	position: relative;
	overflow: hidden
}

.inliner-banner img {
	width: 100%;
	position: relative;
	/*
	left: 50%;
	margin-left: -960px
*/
}

.inliner-banner .con {
	display: block;
	width: 40%;
	position: absolute;
	top: 0;
	left: 30%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.inliner-banner h2 {
	font-size: 48px;
	line-height: 64px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	display: inline-block;
}

.inliner-banner .line {
	width: 190px;
	height: 1px;
	background: #fff;
	margin-top: 5px;
}

.inliner-banner .more {
	width: 127px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	border-radius: 4px;
	background: #d9271b;
	color: #fff;
	font-size: 14px;
	margin-top: 40px
}

.inliner-banner .slides li {
	width: 100%;
	overflow: hidden;
	position: relative
}

header {
	width: 100%;
	background: #F2F3F4;
	position: relative;
	top: 0;
	left: 0;
	height: 160px;
	/*line-height: 140px;*/
	z-index: 20;
	opacity: 1;
	filter: alpha(opacity=100);
	background: url(../img/headbg.jpg) no-repeat 50% top/cover;

}

header .logo {
	width: 400px;
	height: 100%;
	text-align: center;
	float: left;
	/*	margin-left: 2%;*/
	line-height: 160px;
}

header .logo img {
	max-width: 100%
}

header .search-box {
	width: 3%;
	height: 100%;
	display: block;
	float: right;
	background: #036eb7 url(../img/search.png) no-repeat center;
	position: relative;
	z-index: 3;
	transition: background .3s
}

/*
header .searchbox{position:absolute;right:50px;top:15px;width:120px;background:#fff;height:25px;border-radius:20px;padding:0 20px;}
header .searchbox input{width:80px;border:0;outline: medium;}
*/
.fixedEWM{position:fixed;right:20px;top:240px;width:160px;z-index:2}
.fixedEWM img{width:100%;}
header .rightbox {
	float: right;
	width: 740px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	height:160px;
}

.searchBox {
	display: flex;
	justify-content: center;
	margin-top: 10px;
	flex-direction: column;
}

.searchBox .searchtop {
	display: flex;
	height: 34px;
	background: #fff;
	border: 1px solid #dfdfdf;
	align-items: center;
	border-radius: 6px;
	padding-left: 10px;
	margin-top:10px;
}

.searchBox .searchtop .s_btn {
	width: 12px;
	height: 12px;
	margin-right: 10px;
}

.searchBox .searchtop input {
	border: 0;
	flex: 1;
	background: transparent;
}

.lanbox {
	display: flex;
	height: 21px;	
	align-items: center;
}

.lanbox a {
	display: flex;
	align-items: center;
	background: #fff;
	color: #0072CF;
	height: 100%;
	padding: 0 12px;
	border-radius: 5px 0 0 5px;
	font-size: 12px;
	line-height: 20px;
}
.lanbox i{width:12px;height:12px;display:block;margin-right:5px;}
.lanbox .loginbtn{background:url(../img/icon_login.png) no-repeat 50% 50%/12px auto;}
.lanbox .reg{background:url(../img/icon_reg.png) no-repeat 50% 50%/12px auto;}

.lanbox a:last-child {
	border-radius: 0px 5px 5px 0;
}

.lanbox a.active {
	background-color: #0072CF;
	color: #fff;
}

.xqWrap {
	background: url(../img/ne-banner3.png) no-repeat 50% top/contain;
	padding-top: 80px;
}


.language {
	float: left;
	line-height: 60px;
	margin-left: 10px;
}

.language .lan {
	background: url(../img/dq.png) no-repeat left 50%;
	background-size: 14px auto;
	height: 60px;
	line-height: 60px;
	color: #999;
	font-size: 10px;
	padding-left: 20px;
	cursor: pointer;
	transform: scale(0.7);
}

.language .kf {
	font-size: 10px;
	line-height: 60px;
	margin-left: 0px;
	transform: scale(0.8);
}

.nav-box {
	width: 100%;
	height: 52px;
	margin-top:0px;
	background:#0072CF;
}

.nav-box ul {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav-box li {
    height: 100%;
	text-align: center;
	transition: all 0.4s ease 0s;
	position: relative;	
	flex:1;
}

.nav-box a.tit {
	padding: 0 10px;
	font-size: 16px;
	font-weight: 700;
	line-height:52px;
	color: #fff;	
	display: block;
	transition: color .3s;
	position: relative;
}

.nav-box .tit span {
	width: 9px;
	height: 6px;
	display: inline-block;
	background-size: 100% 100%;
	margin-left: 6px
}

.nav-box li:hover a.tit,.nav-box li.active a.tit {
	background:rgba(255,255,255,.1);
}

/* .nav-box li:hover a.tit:after,
.nav-box li.active a.tit:after {
	position: absolute;
	content: "";
	height: 4px;
	width: 38px;
	background: #0072CF;
	left: 50%;
	margin-left: -19px;
	bottom: 10px;
} */

.nav-box ul>li:hover .ol-list {
	display: block;
}

.nav-box .ol-list {
	display: none;
	position: absolute;
	top: 52px;
	left: 0;
	z-index: 999;
	background: rgba(255, 255, 255, 1);
	width: 100%;
	height: auto;
}

.nav-box .ol-list.jjfa {
	width: 210px;
}

.nav-box .ol-list>li {
	height: 40px;
	line-height: 40px;
	width: 100%;
	float: none;
	position: relative;
}

.nav-box .ol-list>li.hav:after {
	position: absolute;
	right: 10px;
	top: 0px;
	content: ">";
	font-family: "宋体";
	color: #fff;
}

.nav-box .ol-list>li.hav:hover:after {
	color: #fff;
}

.nav-box .ol-list>li>a {
	font-size: 12px;
	text-decoration: none;
	color: #333;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: left;
	border-top: 0px solid #666;
	padding-left: 0px;
	box-sizing: border-box;
	text-align: center;
}

.nav-box .ol-list>li>a:hover {
	background:#0072CF;
	color: #fff;
}

.nav-box ul>li .ol-list>li:hover>.conmenu {
	display: block;
}

.nav-box .ol-list>li>.conmenu {
	position: absolute;
	top: 0px;
	left: 100%;
	display: none;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
	z-index: 5;
	width: 320px;
	background: rgba(0, 0, 0, .6);
}

.nav-box .ol-list>li>.conmenu>li {
	float: none;
	width: 100%;
	height: 30px;
	line-height: 30px;
}

.nav-box .ol-list>li>.conmenu>li>a {
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	height: 30px;
	line-height: 30px;
	display: block;
	text-align: left;
	border-top: 1px solid #666;
	padding-left: 15px;
	box-sizing: border-box;
}

.nav-box .ol-list>li>.conmenu>li>a:hover {
	background: #b5001e;
}


.body-box {
	margin-top: 0px;
	background:#fff;
}

.mobile-nav-box {
	display: none
}



/*首页新闻动态模块*/
.news-channel {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #FFF;
}

.news-channel .list-wrap {
	margin-top: 0px;
	position: relative;
	display: flex;

}

.news-channel .list-wrap .imgbox {
	width: 590px;
	margin-left: 20px;
}

/*首页焦点图*/
.focusBox { position: relative;width:100%; height:450px; overflow: hidden;background: white;}
.focusBox .pic img { width:100%; height:450px; display: block;  }
.focusBox .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 36px; width:100%;  background: #333; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden; }
.focusBox .txt { position: absolute; bottom: 0; z-index: 2; height: 36px; width:100%; overflow: hidden; }
.focusBox .txt li{ height:36px; line-height:36px; position:absolute; bottom:-36px;}
.focusBox .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 12px; font-weight: bold; text-decoration: none; }
.focusBox .num { position: absolute; z-index: 3; bottom: 8px; right: 8px; }
.focusBox .num li{ float: left; position: relative; width: 18px; height: 15px; line-height: 15px; overflow: hidden; text-align: center; margin-right: 1px; cursor: pointer; }
.focusBox .num li a,.focusBox .num li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }
.focusBox .num li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5; }
.focusBox .num li.on a,.focusBox .num a:hover{ background:#f60;}

/* .news-channel .list-wrap .imgbox .focusbox {
	width: 100%;
	height: 340px;
	position: relative;
}

.news-channel .list-wrap .imgbox .focusbox img {
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-channel .list-wrap .imgbox .focusbox .bg {
	height: 40px;
	background: rgba(0, 0, 0, .8);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.news-channel .list-wrap .imgbox .focusbox p {
	height: 40px;
	line-height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	text-align: center;
	color: #fff;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.news-channel .list-wrap .imgbox .more {
	width: 100%;

	margin-top: 10px;
} */

.news-channel .list-wrap .mainbox {
	flex: 1;
}

/* .news-channel .list-wrap .mainbox ul {
	width: 100%;
	margin-left: 0px;
}

.news-channel .list-wrap .mainbox li {
	margin-bottom: 20px;
}

.news-channel .list-wrap .mainbox li:last-child {
	margin-bottom: 0;
}

.news-channel .list-wrap .mainbox li a {
	position: relative;
	display: flex;
}

.news-channel .list-wrap .mainbox .newimg {
	width: 160px;
	height: 100px;
	margin-right: 10px;
	object-fit: cover;
}

.news-channel .list-wrap .mainbox .conbox {
	width: calc(100% - 170px)
}

.news-channel .list-wrap .mainbox .conbox .p1 {
	color: #0072CF;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
}

.news-channel .list-wrap .mainbox .conbox .p2 {
	color: #999;
	margin-top: 8px;
	font-size: 12px;
	overflow: hidden;
	word-wrap: break-word;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news-channel .list-wrap .mainbox .conbox .p3 {
	color: #333;
	margin-top: 8px;
	font-size: 14px;
} */

.news-channel .i-news{width:100%;}
.news-channel .i-news .tips{border-bottom:1px solid #eee;height:44px; position:relative;padding-bottom:5px;box-sizing:border-box}
.news-channel .i-news .tips .more{ position:absolute;right:0;display:block;width:51px;height:22px;bottom:-5px;}
.news-channel .tab-nub .tab-tit{display:flex;}
.news-channel .tab-nub .tab-tit li {
	position:relative;
	display:inline-block;
	width:100px;
	height:44px;
	text-align:center;
	line-height:44px;
	font-size:16px;
}
.news-channel .tab-nub .tab-tit li a{font-size:16px;color:#000;}
.news-channel .tab-nub .tab-tit .active {
	color:#03a09b;
	/*background:url(../img/a_48.png) no-repeat 50% 50%;*/
	cursor:pointer;
	font-weight:700;
	color:#0072CF;
	border-bottom:1px solid #0072CF;
}
.news-channel .tab-nub .tab-tit .active a{color:#0072CF;}
.news-channel .tab-nub .box_cont {
	display:none;
	overflow:hidden;
	zoom:1;
	width:100%;
	padding:0px;
	margin-top:20px;
}
.news-channel .tab-nub .current {
	display:block;
}


.news-channel .tab-nub .list{width:100%;}
.news-channel .tab-nub .list li {
	width:100%;
	box-sizing:border-box;
	padding-left:20px;
	border-bottom:1px dashed #ccc;
	overflow:hidden;
	background:url(../img/a_60.png) no-repeat left 50%;
	height:40px; vertical-align:middle;
}
.news-channel .tab-nub .list li a {
	font-size:14px;
	display:flex;
	line-height:40px;
}


.news-channel .tab-nub .list li:last-child{border-bottom:none;}

.news-channel .tab-nub .list li p{flex:1;}
.news-channel .tab-nub .list li i{width:60px; text-align:right;color:#999;margin-left:0px;}


.p_page {
	display: flex;
	text-align: center;
	width: 100%;
	padding: 0 0 0px;
	justify-content: center;
	margin-top:20px;
}

.p_page div {
	line-height: 30px;
	font-size: 12px;
}

.p_page .pre1 {
	color: #333 !important;
	background-color: #fff !important;
	cursor: not-allowed !important;
}

.p_page .pre {
	display: inline-table;
	margin-left: 18px;
	margin-right: 5px;
}

.p_page .pre {
	height: 30px;
	color: rgba(102, 102, 102, 1);
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.3);
	background-color: rgba(242, 242, 242, 1);
	text-align: center;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	left: 0;
	top: 0;
}

.p_page .pre:hover {
	color: rgba(255, 255, 255, 1);
	border-width: 0;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0);
	background-color: rgba(101, 190, 186, 1);
	cursor: pointer;
}

.p_page .pre:hover {
	background-color: #333 !important;
}

.p_page .pageNum {
	display: inline-block;
	position: static;
	margin-right: 0px;
	line-height: 30px;
}

.p_page .pageNum {
	height: 30px;
	width: 30px;
	color: rgba(102, 102, 102, 1);
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, .3);
	background-color: rgba(255, 255, 255, 1);
	text-align: center;
	position: relative;
}

.p_page .pageNum.active {
	background-color: #0072CF !important;
	color: #fff;
}

.p_page .next {
	display: inline-table;
	margin-left: 5px;
}

.p_page .next {
	height: 30px;
	color: #333;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.3);
	background-color: rgba(255, 255, 255, 1);
	text-align: center;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	left: 0;
	top: 0;
}

.p_page .p_PageInterval {
	display: inline-block;
	position: static;
	margin: 0 5px;
	line-height: 38px;
	font-size: 12px;
	color: #000;
}

.p_page .p_PageInterval {
	line-height: 30px;
	cursor: text;
	color: rgba(0, 0, 0, .8);
}



table {
	border-collapse: collapse;
	border-color: rgba(115, 150, 218, 0.5);
}



.overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	display: none;
}

.f_son_closed {
	width: 20px;
	height: 20px;
	background: url(../img/ico_07_1.png) no-repeat center;
	background-size: 20px auto;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	transition: all 0.5s ease;
}

.f_son_closed:hover {
	transform: rotateZ(180deg);
}

.selectall {
	position: absolute;
	left: 45px;
	top: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mobile-dev {
	display: none !important;
}

.pc-dev {
	display: block;
}

.serverbox {
	padding: 40px 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.serverbox .img {
	width: 400px;
}

.serverbox .img img {
	width: 100%;
}

.serverbox .con {
	width: calc(100% - 500px);
	margin-left: 100px;
	font-size: 16px;
}



.mobile-lsit-nav {
	position: absolute;
	right: 0px;
	top: 1px;
	z-index: 2;
}

.mobile-sub-menu {
	position: fixed;
	width: 85%;
	right: 0;
	top: 0;
	height: 100%;
	background: #fff;
	z-index: 9999;
	opacity: 0;
	width: 0;
	transition: all 0.5s;
}

.mobile-sub-menu .tt {
	line-height: 60px;
	text-align: center;
	background: #f0f0f0;
}

.mobile-sub-menu ul li {
	line-height: 60px;
	height: 60px;
	background: #0072CF;
	padding-left: 40px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.mobile-sub-menu ul li:before {
	content: "";
	position: absolute;
	left: 20px;
	top: 50%;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	background: #fff;
	border-radius: 10px;
}

.mobile-sub-menu ul li a {
	display: block;
	color: #fff;
	font-size: 16px;
}

.mobile-page {
	width: 80px;
	height: 30px;
	border: 1px solid #0072CF;
	line-height: 30px;
	text-align: center;
	color: #0072CF;
	font-size: 12px;
	margin: 20px auto 0;
}

#gotop {
	display: none;
	position: fixed;
	z-index: 777;
	width: 37px;
	height: 37px;
	right: 10px;
	bottom: 30px;
	background: url(../img/backtop.png) no-repeat;
	cursor: pointer;
	background-size: 37px 37px;
}


@media screen and (max-width: 639px) {
	#gotop {
		width: 37px;
		height: 37px;
		right: 0;
		bottom: 60px;
		background-size: 37px 37px;
	}

	#gotop a {
		display: block;
		width: 100%;
		height: 100%;
		color: #fff;
		padding-top: 30px;
		text-align: center
	}
}


/* pc端分页 */
.page-mod{ width: 100%; text-align: center;}
.page-mod .page-box{ display: inline-block; vertical-align: top;}
.page-mod .page-item{ float: left; margin: 0 3px; min-width: 36px; font-family: 'xfont', Arial; font-size: 16px; line-height: 34px;}
.page-mod .page-item > a{ display: block; padding: 0 5px; border-radius: 4px; border: 1px solid;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.page-mod .page-input{ display: inline-block; vertical-align: middle; padding-right: 8px; width: 36px; border-right: 1px solid;}
.page-mod .page-input input{ display: block; width: 100%; height: auto; line-height: normal; text-align: center;}
.page-mod .page-btn{ display: inline-block; padding: 0 5px; vertical-align: top; min-width: 36px; cursor: pointer;}
.page-mod .page-item > a:hover{ color: #0072CF;}
.page-mod .page-item > a.cur{ background-color: #0072CF; border-color: #0072CF; color: #fff; cursor: default;}
.page-mod .page-item > a.disable{ opacity: 0.5; filter: alpha(opacity=50); color: inherit; cursor: default;}
.page-mod .prev{ margin-right: 10px;}
.page-mod .next{ margin-left: 10px;}
.page-mod .jump{ margin-left: 15px;}
.page-mod .page-prev .page-link:before{ content: '\e734'; }
.page-mod .page-prev .page-link:before{ content: '\e734'; }
.page-mod .page-item.prev a, .page-mod .page-item.next a {
	width: 24px;
	height: 40px;
	background: url(../img/icon-list1.png) no-repeat -150px 0;
	padding: 0;
	display: inline-block;
	border:0;
}
.page-mod .page-item.next a {
	background-position: -198px 0;
}