body {
	font-family: "微软雅黑", Arial;
}

article.main {
	transition: .3s;
}
body.on article.main {
	-webkit-filter: blur(10px);
	        filter: blur(10px);
	transition: .2s .3s;
}

/*banner*/
.apple-banner {
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.swiper-container {
	will-change: transform;
}
p.banner-p {
    line-height: 63px;
    font-size: 40px;

}
.swiper-slide a.a-1 {
	margin-top: 22px;
}

/*跳转按钮样式*/
a.a-1 {
	display: inline-block;
	position: relative;
	width: 155px;
	height: 40px;
	line-height: 40px; 
	color: #fff;
	font-size:14px;
	text-align: center;
	background: #004ea2;
	-moz-border-radius: 30px;
	     border-radius: 30px;
	-o-transition: background .3s;
	-moz-transition: background .3s;
	transition: background .3s;
}
a.a-1:hover {
	background: #0060c7;
}
a.a-1:active {
	top: 1px;
}
.a-back {
	margin-top: 45px;
	text-align: center;
}

/*.btn-circle*/
.btn-circle {
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
/*.btn-circle:active {
    transform: translateY(1px);
}*/
.btn-circle-hover,
.btn-circle-click {
    position: absolute;
    z-index: 2;
    display: block;
    -webkit-transform: translate3d(-50%, -50%, 0);
       -moz-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    width: 0;
    height: 0;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #fff;
    background: -moz-radial-gradient(#fff, transparent);
    background: -o-radial-gradient(#fff, transparent);
    background: radial-gradient(#fff, transparent);
    opacity: .1
}
.btn-circle-hover {
    opacity: 0;
}
.btn-circle-click {
    /*background: #99000c;*/
    background: #ee9d84;
}

header {
	height: 89px;
	-webkit-overflow-scrolling: touch;
}
.header-in {
	position: fixed;
	background: #fff;
	left: 0;
	top: 0;
	z-index: 999999;
	border-bottom: 1px solid #e6e0e0;
	width: 100%;
	height: 89px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.header-l {
	display: inline-block;
	margin-left: 5.73%;
	margin-top: 20px;
	vertical-align: top;
}

.header-r {
	display: inline-block;
	float: right;
	margin-right: 10.73%;
	margin-top: 49px;
	font-size: 0;
	vertical-align: top;
}

.m-close {
	display: none;
	cursor: pointer;
}

.header-r-nav,
.header-r-lang {
	display: inline-block;
	vertical-align: top;
}

.header-r-nav {
	margin-top: -10px;
	margin-right: 87px;
    margin-right: 6vw;
}
.header-r-nav > ul {
	font-size: 0;
}
.header-r-nav > ul > li {
	display: inline-block;
	position: relative;
	/*margin-right: 44px;*/
	margin-right: 71px;
    margin-right: 3.7vw;
	line-height: 16px;
	font-size: 16px;
	font-family: "microsoft yahei";
	vertical-align: top;
}
.header-r-nav > ul > li:last-child {
	margin-right: 0;
}
.header-r-nav > ul > li > a {
	position: relative;
	display: block;
	height: 50px;
	color: #333;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.header-r-nav > ul > li:hover > a,
.header-r-nav > ul > li.cur > a {
	color: #0150a3;
}
.header-r-nav > ul > li > a::before {
	content: '';
	position: absolute;	
	left: 0;
	top: 32px;
	width: 0;
	height: 3px;
	background: #0150a3;
	-o-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}
.header-r-nav > ul > li > a:hover::before,
.header-r-nav > ul > li.cur > a::before {
	width: 100%;
}
.sub-menu {
	position: absolute;
	top: 50px;
	left: 50%;
	padding-top: 24px;
	padding-bottom: 24px;
	min-width: 224px;
	/*min-width: 180px;*/
	/*background: #222;*/
	background: rgba(4, 4, 4, 0.6313725490196078);
}
.header-r-nav > ul > li:hover .dhleft{
	width: 730px;
	margin-left: 215PX;
}
.header-r-nav > ul > li:hover .dhleft2{
	width: 730px;
	margin-left: 82PX;
}
.header-r-nav > ul > li:hover .dhleft3{
	width: 730px;
	margin-left: -55PX;
}
.header-r-nav > ul > li:hover .dhleft4{
	width: 730px;
	margin-left: -190PX;
}
.header-r-nav > ul > li:hover .sub-menu {
}
.sub-menu > a {
	display: block;
	font-size: 15px;
	line-height: 36px;
	/*color: #888;*/
	color: #bdbdbd;
	text-indent: 20px;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.sub-menu > a:hover {
	color: #fff;
}
.sub-menu > a::after {
	content: '>';
	position: relative;
	top: 2px;

	float: right;
	margin-right: 26px;
}

.search,
.lang-sel {
	display: inline-block;
	vertical-align: top;
}
.lang-sel-m {
	display: none;
}

.search {
	position: relative;
	padding-right: 14px;
	margin-top: -10px;
	cursor: pointer;
}
.search input[type="text"] {
	position: absolute;
	left: -49px;
	top: -10px;
	z-index: 99;
	padding-left: 0;
	padding-right: 0;
	border: 1px solid #fff;
	border-bottom: 1px solid #cacaca;
	width: 0;
	height: 35px;
	font-size: 16px;
	font-family: "microsoft yahei";
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: .6s .1s;
	background: #fff;
	opacity: 0;
}
.search.on input[type="text"] {
	padding-left: .5em;
	padding-right: 30px;
	width: 170px;
	opacity: 1;
	transition: .6s;
}
.search button {
	position: absolute;
    left: -30px;
    top: -8px;
	z-index: 199;
	border: 0;
	width: 33px;
	height: 33px;
	outline: none;
	cursor: pointer;
	background: transparent;
	transition: .6s .1s;
}
.search.on button {
    left: 87px;
	transition: .6s .05s;
}


.lang-sel {
	position: relative;
	font-size: 0;
	margin-left: 11px;
	/*border-left: 1px solid #cacaca;*/
}
.lang-sel::before {
	content: '';
	display: block;
	position: absolute;
	left: -16px;
	top: 7px;
	width: 1px;
	height: 17px;
	background: #cacaca;
}
.lang-sel a {
	display: inline-block;
	margin-left: 12px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	font-family: Arial;
	color: #fff;
	text-align: center;
	background: #999;
	-moz-border-radius: 50%;
	     border-radius: 50%;
	vertical-align: top;
	-o-transition: .3s, transform 0s;
	-moz-transition: .3s, transform 0s;
	transition: .3s, transform 0s;
}
.lang-sel a:first-child {
	margin-left: 0;
}
.lang-sel a:hover,
.lang-sel a.on {
	background: #014fa2;
}
.lang-sel a:active {
	transform: translateY(1px);
}

footer {
	background: #040404;
}
.footer-t {
	position: relative;
	height: 224px;
}
.footer-t-l,
.footer-t-r {
	display: inline-block;
	vertical-align: top;
}
.footer-t-r .wm{
	margin-top: -17px;
	text-align: center;
	color: #999;
}
.footer-t-r .wm img{
	width: 130px;
	padding: 0px 20px 5px 20px;
}
.footer-logo {
	margin-top: 64px;
	margin-bottom: 117px;
}
.footer-share {
	font-size: 0;
}
.footer-share a {
	margin-right: 15px;
}
.footer-t-r {
	float: right;
	margin-top: 59px;
	padding-left: 25px;
}
.footer-nav {
    margin-top: 66px;
    margin-bottom: 59px;
}
.footer-nav > ul {
	font-size: 0;
}
.footer-nav > ul > li {
	display: inline-block;
	margin-right: 41px;
	line-height: 16px;
	font-size: 16px;
	font-family: "microsoft yahei";
	vertical-align: top;
}
.footer-nav > ul > li a {
	color: #999;
	/*opacity: .8;*/
	-o-transition: color .3s;
	-moz-transition: color .3s;
	transition: color .3s;
}
.footer-nav > ul > li a:hover {
	color: #fff;
}

.footer-qrcode {
	margin-top: 52px;
	font-size: 0;
	text-align: right;
}
.qrcode-one {
	display: inline-block;
	margin-left: 33px;
	vertical-align: top;
	text-align: center;
}
.qrcode-one:first-child {
	margin-left: 0;
}
.qrcode-one p {
	margin-top: 21px;
	line-height: 12px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	color: #fff;
	opacity: .32;
}

/*页脚邮箱提交*/
.footer-email {
	text-align: right;
}
.footer-email h3 {
	margin-bottom: 30px;
	line-height: 41px;
	font-size: 40px;

	color: #004ea2;
}
.footer-email .email-set {
	position: relative;
	border: 1px solid #4f4f4f;
	width: 370px;
	height: 40px;
	line-height: 40px;
	text-align: left;
}
.footer-email .email-set input[type="text"] {
	padding-left: 13px;
	padding-right: 71px;
	border: 0;
	width: 100%;
	font-size: 18px;
	color: #bbb;
	background: transparent;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer-email .email-set input::-webkit-input-placeholder{ /*WebKit browsers*/
	color: #a9a9a9;
}
.footer-email .email-set input::-moz-input-placeholder{ /*Mozilla Firefox*/
	color: #a9a9a9;
}
.footer-email .email-set input::-ms-input-placeholder{ /*Internet Explorer*/ 
	color: #a9a9a9;
}
.footer-email .email-set .email-logo {
	position: absolute;
	left: 13px;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
	height: 17px;
}
.footer-email .email-set .email-logo img {
	vertical-align: top;
}
.footer-email .email-set button {
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	outline: none;
	cursor: pointer;
}


.footer-b {
	border-top: 1px solid #2f2f2f;
	/*height: 124px;*/
}
.footer-b .container {
	position: relative;
}
.footer-b-l,
.to-top {
	display: inline-block;
	vertical-align: top;
}
.footer-b-l {
    margin-top: 37px;
    margin-bottom: 37px;
}
.footer-b-l p {
	margin-bottom: 8px;
    line-height: 20px;
    /*font-family: arial;*/
	color: #999;
	opacity: .7;
}
.footer-b-l p:last-child {
	margin-bottom: 0;
}
.footer-b-l p a {
	color: #999;
}
.footer-b-l p a:hover {
	text-decoration: underline;
}
.to-top {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-size: 0;
	background: rgba(0, 0, 0, .37);
	cursor: pointer;
	-o-transition: background .3s;
	-moz-transition: background .3s;
	transition: background .3s;
}
.to-top:hover {
	background: rgba(0, 0, 0, .6);
}
.to-top span {
	margin-right: 10px;
	font-size: 24px;
	color: #4f4f4f;
	vertical-align: top;
	transition: color .3s;
}
.to-top:hover span {
	color: #fff;
}
.to-top i {
	display: inline-block;
	position: relative;
	top: 5px;
	width: 33px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	background: #323232;
	border-radius: 5px;
	vertical-align: top;
	transition: background .3s;
}
.to-top:hover i {
	background: #484848;
}

/*作者日期*/
.news-one-belongs {
	line-height: 14px;
	font-size: 0;
}
.author {
	margin-right: 19px;
	font-size: 12px;
}
.author::before {
	content: ' ';
	display: inline-block;
	position: relative;
	top: 1px;
	margin-right: 5px;
	width: 10px;
	height: 11px;
	background-image: url(../images/i-author.png);
	background-repeat: no-repeat;
	-moz-background-size: 10px 11px;
	  -o-background-size: 10px 11px;
	     background-size: 10px 11px;
	background-position: center;
}
.views {
	font-size: 12px;
}
.views::before {
	content: ' ';
	display: inline-block;
	position: relative;
	top: 1px;
	margin-right: 5px;
	width: 14px;
	height: 10px;
	background-image: url(../images/i-views.png);
	background-repeat: no-repeat;
	-moz-background-size: 14px 10px;
	  -o-background-size: 14px 10px;
	     background-size: 14px 10px;
	background-position: center;
}
.time {
	float: right;
	font-size: 14px;
}


.block{display: block !important;}
.nones{display: none !important;}

/*悬浮二维码*/

#hd{min-width:700px;height:36px;line-height:36px;padding:0 20px 0 0;text-align:right}
#hd a{color:#888;text-decoration:none}#hd a:hover{color:#b9b9b9}#hd .hd-sep{margin:0 7px;color:#eaeaea}
#search-box{padding-left:40px;text-align:left}#search-keyword-container{width:500px;height:34px;display:inline-block;border:1px solid #b9b9b9;position:relative;z-index:1}#suggest-align{height:32px;position:relative}#search-keyword{width:487px;height:34px;padding-left:8px;padding-right:5px;outline:0;background:#FFF;font-size:16px;line-height:34px;vertical-align:top}#search-button{width:100px;height:36px;_height:38px;display:inline-block;margin-left:5px;outline:0;background:#666;color:#fff;font:bold 16px arial,sans-serif;vertical-align:top;cursor:pointer}#search-button.hover a{color:#FF0}
.ac_bgIframe{position:absolute;top:0;left:0;z-index:-1;width:expression(this.parentNode.offsetWidth);height:2000px}
#so-nav-tabs{font-size:14px;text-align:left;padding-left:50px;position:relative;z-index:999}
#so-nav-tabs a,#so-nav-tabs strong{height:31px;line-height:31px;display:inline-block;margin-right:18px;*margin-right:15px;color:#333}
#so-nav-tabs a:hover{color:#000;text-decoration:none}
#so-nav-tabs strong{color:#666}
#so-nav-more{width:50px;position:absolute;z-index:0;top:30px;right:156px;margin-left:370px;*margin-left:-70px;padding:0;line-height:30px;text-align:left;border:1px #dedede solid;background:#fff;list-style:none;display:none}
#so-nav-more a{width:100%;display:block;margin:0;text-indent:10px}
#so-nav-more a:hover{background:#f1f1f1}
#sug-arrow.open{background-position:8px -30px}
#moquu_top,#moquu_wxin,#moquu_wshare,#moquu_wmaps{z-index:2;width:50px;height:50px;right:10px;position:fixed;cursor:pointer;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)))}
#moquu_wxin{top:360px;_margin-top:360px}
#moquu_wxin a{background:url(../images/sbtn.png) 0 -0px;right:0;float:left;width:50px;height:50px;text-indent:-9999px}
#moquu_wxin a:hover{background:url(../images/sbtn.png) -50px -0px}#moquu_wshare{top:464px;_margin-top:412px}
#moquu_wshare a{background:url(../images/sbtn.png) 0 -50px;width:50px;height:50px;right:0;float:left;text-indent:-9999px}
#moquu_wshare a:hover{background:url(../images/sbtn.png) -50px -50px}#moquu_wmaps{top:412px;_margin-top:464px}
#moquu_wmaps a{background:url(../images/sbtn.png) 0 -150px;width:50px;height:50px;right:0;float:left;text-indent:-9999px}
#moquu_wmaps a:hover{background:url(../images/sbtn.png) -50px -150px}
#moquu_top{top:516px;_margin-top:516px;background:url(../images/sbtn.png) 0 -101px;width:50px;height:50px}
#moquu_top:hover{background:url(../images/sbtn.png) -50px -101px}
.moquu_wxin,.moquu_wshare{position:relative;z-index:2}
.moquu_wxin a:hover .moquu_wxinh,.moquu_wshare a:hover .moquu_wshareh{display:block}
.moquu_wxin .moquu_wxinh{position:absolute;display:none;left:-280px;top:0px;width:275px;height:355px;background:url(../images/modh.png)  no-repeat}
.moquu_wshare .moquu_wshareh{position:absolute;display:none;left:-280px;top:-200px;width:275px;height:360px;background:url(../images/moquu_wshare.png) no-repeat}

/*优势*/
.wrap {
	max-width: 1200px;
	margin: 85px auto;
	border-top: 1px solid #e6e0e0;
	padding-top: 45px;
}.full-row .row .span-6, .span-6 {
	 float: left;
	 margin-right: 2%;
	 width: 47%;
	 transition: .2s width ease;
 }
.section_advtage{background-color: #f3f3f3;  width: 100%;  padding: 60px 0;	display: table;}
.section_advtage h3{display: table;	width: 100%;}
.section_advtage .T{background: url("../images/adv05.png") top center no-repeat;height: 130px;}
.section_advtage .T h1,.section_advtage .T h3{text-indent: -10000px}
.section_advtage .services-box{padding:20px 0;background:inherit;text-align:left}
.section_advtage .services-box h3{position:relative;padding-left:76px;color:#000;font-weight:700}
.section_advtage .services-box h3 p{padding:0;color:#ff8e00;font-size:24px;line-height:1}
.section_advtage .services-box h3 p:before{content:''}
.section_advtage .services-box h3 small{padding:0;text-transform:uppercase;font-size:24px}
.section_advtage .services-box h3:before{position:absolute;top:7px;left:0;width:58px;height:58px;background:url("../images/advtange_bg.png")/*tpa=http://response.lyqingfeng.cn/DEMO/no18/web/img/index/advtange_bg.png*/ no-repeat;color:#fff;text-align:center;font-weight:bolder;font-size:36px;line-height:58px}
.services-box.adv01 h3:before{content:'01'}
.services-box.adv02 h3:before{content:'02'}
.services-box.adv03 h3:before{content:'03'}
.services-box.adv04 h3:before{content:'04'}
.section_advtage .services-box p{padding-left:76px;    padding-top: 20px;}
.section_advtage .services-box p strong{color:#ff8e00;font-weight:400}



/*人才理念*/
.advantage{
	position: relative;
	padding-top: 80px;
	text-align: center;
}.advantage h2.h2-1 {
	 margin-bottom: 120px;
 }
.container_advantage {
	position: relative;
	width: 1125px;
	margin: 0 auto;
	overflow: hidden;
}.advantage-item {
	 font-size: 0;
	 margin-bottom: 50px;
 }.show_bottom.scroll-watch-in-view {
	  opacity: 1;
	  transform: translateY(0);
	  -ms-transform: translateY(0);
	  -o-transform: translateY(0);
	  -webkit-transform: translateY(0);
	  -moz-transform: translateY(0);
  }.show_bottom {
	   opacity: 0;
	   transition: all cubic-bezier(.4,0,.2,1) 1.5s;
	   -ms-transition: all cubic-bezier(.4,0,.2,1) 1.5s;
	   -o-transition: all cubic-bezier(.4,0,.2,1) 1.5s;
	   -webkit-transition: all cubic-bezier(.4,0,.2,1) 1.5s;
	   -moz-transition: all cubic-bezier(.4,0,.2,1) 1.5s;
	   transform: translateY(60px);
	   -ms-transform: translateY(60px);
	   -o-transform: translateY(60px);
	   -webkit-transform: translateY(60px);
	   -moz-transform: translateY(60px);
   }.advantage-list {
		width: 25%;
		display: inline-block;
		vertical-align: top;
		text-align: center;
		margin-bottom: 65px;
}.advantage-list .icon {
	 width: 90px;
	 height: 90px;
	 margin: 0 auto;
	 position: relative;
 }.advantage-list .icon:hover i {
	  background: #022f5d;
	  border-color: #022f5d;
  }.advantage-list .icon:hover i:before {
	   animation: serv_one_border .9s 0s ease 1;
	   -webkit-animation: serv_one_border .9s 0s ease 1;
	   -moz-animation: serv_one_border .9s 0s ease 1;
	   -o-animation: serv_one_border .9s 0s ease 1;
   } .advantage-list .icon:hover i:after {
	 animation: serv_one_border 1.5s 0s ease 1;
	 -webkit-animation: serv_one_border 1.5s 0s ease 1;
	 -moz-animation: serv_one_border 1.5s 0s ease 1;
	 -o-animation: serv_one_border 1.5s 0s ease 1;
 }
.advantage-list .icon i:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #022f5d;
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 0;
}
.advantage-list .icon i:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #022f5d;
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 0;
}.advantage-list .icon i {
		  position: absolute;
		  left: 0;
		  top: 0;
		  content: '';
		  width: 90px;
		  height: 90px;
		  border: 1px solid rgba(2,47,93,.5);
		  border-radius: 50%;
		  transition: .6s;
		  -ms-transition: .6s;
		  -o-transition: .6s;
		  -webkit-transition: .6s;
		  -moz-transition: .6s;
	  }.advantage-list .icon span {
		   position: absolute;
		   left: 0;
		   top: 0;
		   width: 90px;
		   height: 90px;
		   transition: 1s;
		   -ms-transition: 1s;
		   -o-transition: 1s;
		   -webkit-transition: 1s;
		   -moz-transition: 1s;
	   }.advantage-list .icon span.hide {
			opacity: 0;
		}.advantage-list .icon:hover span.hide {
			 opacity: 1;
		 }.advantage-list h3 {
			 font-size: 18px;
			 margin: 20px 0;
		 }.advantage-list p {
			  font-size: 14px;
			  line-height: 22px;
		  }
.resource-warp {
	padding-top:4px;
	width: 100%;
	text-align: center;
	padding-bottom: 110px;
}
.resource-warp table {
	position: relative;
	width: 1125px;
	margin: 0 auto;
	overflow: hidden;
}
.resource-warp thead tr {
	background-color: #e4e4e4;

}

.resource-warp table th {
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	font-weight: normal;
	color: #424242;
}
.resource-warp table td {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 15px;
	font-size: 12px;
	font-weight: normal;
	color: #5b5b5b;
	border-bottom:1px dotted #d6d8d9;
}
.resource-warp table td a {
	color: #5b5b5b;
	transition: all .2s ease;
}
.resource-warp table tr:hover td a {
	color: #1754a3;
}
.resource-warp tbody tr {
	background-color: #f9f9f9;
	transition: all .2s ease;

}
.resource-warp tbody tr:hover {
	background-color: #e7f2f7;
}
.resource-warp tbody tr:nth-child(2n) {
	background-color: #f2f6f8;
	transition: all .2s ease;
}

.resource-warp tbody tr a {
	display: block;
	width: 100%;
	height: 100%;
}

/*联系我们*/
.i-sex-wrap{
	background-color: #f5f5f5;
	display: table;
	margin-bottom: 80px;
	width: 100%;
}
.i-sex-wrap .cont-wrap {
	width: 29%;
	margin-right: 3.9%;
	padding-top: 50px;
}.i-sex-wrap .img-box {
	 width: 64%;
	 display: block;
	 position: relative;
	 overflow: hidden;
 }.fl {
	  float: left;
	  display: inline;
  }.fr {
	   float: right;
	   display: inline;
   }.i-column-wrap .stit {
	 font-size: 26px;
	 line-height: 46px;
	 color: #333;
	 margin-left: -1px;
 }
.i-column-wrap .line {
	display: block;
	width: 10px;
	height: 2px;
	background-color: #9a9a9a;
	margin-top: 10px;
}
.i-column-wrap .mtit {
	display: block;
	margin-top: 18px;
	line-height: 36px;
	color: #444;
	font-size: 18px;
}
.i-column-wrap .font {
	display: block;
	line-height: 24px;
	font-size: 14px;
	margin-top: 10px;
}
.i-column-wrap .link {
	display: block;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	margin-top: 50px;
	transition: background 0.3s ease 0s;
	position: relative;
	overflow: hidden;
}
.i-column-wrap .link1 {
	display: block;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	margin-top: 50px;
	transition: background 0.3s ease 0s;
	position: relative;
	overflow: hidden;
}
.i-column-wrap .link i {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	transition: all 0.3s ease 0s;
}
.i-column-wrap .link1 i {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	transition: all 0.3s ease 0s;
}
.i-column-wrap .link .bg {
	display: block;
	width: 0;
	height: 0;
	left: 50%;
	top: 50%;
	transition: all 0.3s ease 0s;
	position: absolute;
	border-radius: 50%;
	overflow: hidden;
}
.i-column-wrap .link1 .bg {
	display: block;
	width: 0;
	height: 0;
	left: 50%;
	top: 50%;
	transition: all 0.3s ease 0s;
	position: absolute;
	border-radius: 50%;
	overflow: hidden;
}
.i-column-wrap.black .stit {
	color: #333;
}
.i-column-wrap.black .stit a {
	color: #333;
}
.i-column-wrap.black .line {
	background-color: #9a9a9a;
}
.i-column-wrap.black .mtit {
	color: #444;
}
.i-column-wrap.black .mtit a {
	color: #444;
}
.i-column-wrap.black .mtit a:hover {
	color: #666;
}
.i-column-wrap.black .link {
	border: 1px solid #aaa;
}
.i-column-wrap.black .link i {
	background: url(../images/ico_06.png) no-repeat center;
}

.i-column-wrap.white .stit {
	color: #333;
	font-weight: bold;
}
.i-column-wrap.white .stit a {
	color: #333;
	text-decoration: none;
}
.i-column-wrap.white .line {
	background-color: #9a9a9a;
}
.i-column-wrap.white .mtit {
	color: #cdcdcd;
}
.i-column-wrap.white .mtit a {
	text-decoration: none;
}
.i-column-wrap.white .mtit a:hover {
	color: #fff;
}

/*产品中心*/
.pro_cont{padding-bottom: 100px;}
.pro_list{padding-top: 30px;display: table;width: 101.7%;}
.pro_tit h3{ width:100%;}
.pro_list li, .pro_list2 li{ width:25%;}

.pro_tit span{float:right; font-size: 14px; padding-top: 25px;overflow:hidden;}
.pro_tit h3{float:right;border-bottom:1px solid #b5b5b5;height:61px; }
.pro_tit h3 strong{font-size:23px;color:#111111;line-height:60px;display:inline-block; border-bottom:3px solid #0078cb;}
.pro_list li,.pro_list2 li{    padding-right: 20px;float:left;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:14px;}
.pro_list li a{ display:block;}
.pro_list li .img_box{ vertical-align:middle; position:relative;    border: 1px solid #e4e4e4;}
.pro_list li img{ width:100%;}
.pro_list li p,.pro_list2 li p{line-height:40px;text-align:center;    font-size: 16px;}
.pro_list li:hover p,.pro_list2 li:hover p,.pro_list3:hover p{ color:#004282}
.pro_list2 .img_box{height:160px;text-align:center;}
#zxly_box>p{margin-bottom: 20px;}
#dingqi_gonggao_tbl.tab tr td:first-child,#linshi_gonggao_tbl.tab tr td:first-child {
	text-align: left;
	padding-left: 72px;
}


.mob{ display: none;}


/*Ã§Â¿Â»Ã©Â¡Âµ*/
.pages {
	width: 100%;
	text-align: center;
	padding-bottom: 25px;
}
.pages a {
	display: inline-block;
	zoom: 1;
	width: 70px;
	height: 27px;
	border: 1px solid #ddd;
	text-align: center;
	line-height: 27px;
	font-size: 14px;
	color: #666;
	margin: 0 5px;
	background-color: #fff;
}.pages {
	 width: 100%;
	 text-align: center;
	 padding: 25px 0;
 }.pages a:hover{ color:#014fa2; border:1px solid #014fa2;}
.prev-next{text-align:center;}



/*2级*/
.layer{width:100%; max-width:1200%;    padding: 3% 0 0 0;}
.news-nav.shiping{ width:100%; margin-right:0; text-align:center; font-size:18px;}
ul.news-column{ border:1px solid #dbdbdb; display:block; background:#f5f5f5; height:40px;}
.news-column li{  line-height:40px; float:left;}
.news-column li a{ padding-left:20px; padding-right:15px;  text-indent: 10px; background:url(../images/na.png) no-repeat 12px center ; display:block;}
.news-column li a:hover,.news-column li.active a{ color:#e63520; background:url(../images/na2.png) no-repeat 12px center ;}

@media (max-width: 1450px) {
	.header-r-nav > ul > li:hover .dhleft{
		width: 590px;
		margin-left: 180PX;
	}
	.header-r-nav > ul > li:hover .dhleft2{
		width: 590px;
		margin-left: 78PX;
	}
	.header-r-nav > ul > li:hover .dhleft3{
		width: 590px;
		margin-left: -25PX;
	}
	.header-r-nav > ul > li:hover .dhleft4{
		width: 590px;
		margin-left: -128PX;
	}
	.header-r-nav > ul > li:hover .sub-menu {
	}
	.header-l {
	    margin-left: 4%;
	}
	.header-r {
	    margin-right: 4%;
	}
	.header-r-nav {
	    margin-right: 60px;
	    margin-right: 3.125vw;
	}
	.header-r-nav > ul > li {
	    margin-right: 50px;
	    margin-right: 2.6vw;
	}

	.search input[type="text"] {
		left: -19px;
		top: -10px;
	}
	.search.on input[type="text"] {
		padding-left: .5em;
		padding-right: 30px;
		width: 130px;
	}
	.search button {
	    left: -30px;
	    top: -8px;
	}
	.search.on button {
	    left: 77px;
	}
}

@media (min-width: 1200px) {
	.sub-menu {
		z-index: -999;
		-webkit-transform: translateX(-63%) scale(.96);
		   -moz-transform: translateX(-63%) scale(.96);
		     -o-transform: translateX(-63%) scale(.96);
		        transform: translateX(-63%) scale(.96);
		opacity: 0;
		visibility: hidden;
		-o-transition: .4s .05s;
		-moz-transition: .4s .05s;
		transition: .4s .05s;
	}
	.header-r-nav > ul > li:hover .sub-menu {
		-webkit-transform: translateX(-50%) scale(1);
		   -moz-transform: translateX(-50%) scale(1);
		     -o-transform: translateX(-50%) scale(1);
		        transform: translateX(-50%) scale(1);
		opacity: 1;
		visibility: visible;
		z-index: 999;
	}

	.footer-to-top {
		display: none;
	}
	.search-nav-m {
		display: none;
	}
}

@media (max-width: 1200px) {
	.header-r-nav > ul > li:hover .dhleft{
		width: 100%;
		margin-left: 0PX;
	}
	.header-r-nav > ul > li:hover .dhleft2{
		width: 100%;
		margin-left: 0PX;
	}
	.header-r-nav > ul > li:hover .dhleft3{
		width: 100%;
		margin-left: 0PX;
	}
	.header-r-nav > ul > li:hover .dhleft4{
		width: 100%;
		margin-left: 0PX;
	}
	header {
		height: 75px;
	}
	.header-in {
		height: 110px;
	}
	.header-l {
	    margin-top: 26px;
	}

	.lang-sel-m {
		display: inline-block;
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    right: 11%;
	}
	.lang-sel::before {
		display: none;
	}

	.m-close {
        display: block;
        position: absolute;
	    right: 4%;
	    top: 50%;
	    transform: translateY(-50%);
        z-index: 999;
        width: 36px;
        height: 26px;
    }
	.m-close i {
		position: absolute;
		display: block;
		right: 0;
		top: 50%;
		margin-top: -2px;
		width: 100%;
		height: 4px;
		background: #004ea2;
		opacity: 1;
		transition: .4s;
	}
	body.on .m-close i {
		opacity: 0;
		width: 0;
	}
    .m-close::before,
    .m-close::after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        transition: .6s;
        background: #004ea2;
    }
    body.on .m-close::before,
    body.on .m-close::after {
    }
    .m-close::before {
        top: 0;
        transform-origin: 50% 50% 0;
    }
    .m-close::after {
        bottom: 0;
        transform-origin: 50% 50% 0;
    }
    body.on .m-close::before {
        top: 50%;
        transform: translateY(-50%) rotate(-135deg);
    }
    body.on .m-close::after {
        bottom: auto;
        top: 50%;
        transform: translateY(-50%) rotate(135deg);
    }

	.search-nav-m {
		position: relative;
		margin-bottom: 16px;
	}
    .search-nav-m input[type="text"] {
    	padding-left: 1em;
    	padding-right: 70px;
		border: 0;
		width: 100%;
		height: 50px;
		font-size: 18px;
		font-family: '微軟雅黑';
		background: #eee;
		border-radius: 8px;
		outline: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
    }
    .search-nav-m button {
    	position: absolute;
		border: 0;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
		outline: none;
		background: transparent;
    }
    .search-nav-m button img {
    	width: 25px;
    }

	.header-r-nav, 
	.header-r-lang {
		display: block;
	}
	.header-r-lang {
		display: none;
	}
	.header-r-nav > ul > li {
		margin: 0;
	}
	.header-r-nav {
		margin: 0 0 20px 0;
	}
    .header-r {
    	display: none;
		position: absolute;
		left: 0;
		top: 100%;
		z-index: -1;
		margin-top: 0;
		width: 100%;
		background: #fff;
		/*overflow: auto;*/
    }
    body.on .header-r {
    }
    .header-r-in {
		padding-top: 20px;
		padding-bottom: 26px;
    	margin: 0 auto;
    	width: 86.7%;
    	max-height: calc(100vh - 80px);
    	overflow-x: hidden;
    	overflow-y: auto;
    }
    .header-r-nav > ul {
    }
    .header-r-nav > ul > li {
    	display: block;
    	margin-top: 0;
    	margin-bottom: 0;
    	line-height: 18px;
	    font-size: 18px;
    }
    .header-r-nav > ul > li > a {
    	position: relative;
    	padding-top: 16px;
    	padding-bottom: 16px;
    	border-bottom: 1px solid #e6e0e0;
    	height: auto;
    }
    .header-r-nav > ul > li:last-child > a {
		border-bottom: 0;
    }
    .header-r-nav > ul > li > a::before {
    	display: none;
    }
    .header-r-lang {
    	text-align: center;
    }
    .sub-menu {
    	display: none;
    	position: relative;
    	left: 0;
    	top: 0;
	    z-index: 999;
    	-webkit-transform: translate(0, 0);
    	   -moz-transform: translate(0, 0);
    	     -o-transform: translate(0, 0);
    	        transform: translate(0, 0);
        padding-top: 5px;
        padding-bottom: 0px;
    	background: #fff;
	    opacity: 1;
	    visibility: visible;
    }
    .sub-menu > a:hover {
    	color: #0150a3
    }
    .sub-menu > a::after {
    	display: none;
    }
    .header-r-nav > ul > li > a.a-sub.on::after {
		-webkit-transform: rotate(-90deg);
		   -moz-transform: rotate(-90deg);
		     -o-transform: rotate(-90deg);
		        transform: rotate(-90deg);
    }
    .header-r-nav > ul > li > a.a-sub::after {
    	content: '>';
		display: inline-block;
		/*position: absolute;*/
		float: right;
		margin-left: 5px;
		-webkit-transform: rotate(90deg);
		   -moz-transform: rotate(90deg);
		     -o-transform: rotate(90deg);
		        transform: rotate(90deg);
		width: 16px;
		height: 16px;
		line-height: 16px;
	    font-size: 24px;

		text-align: center;
    }
    .sub-menu > a {
	    padding-top: 13px;
	    padding-bottom: 13px;
	    /* line-height: 24px; */
	    line-height: 18px;
	    font-size: 16px;
    }
	
	.footer-t {
		padding-top: 40px;
		padding-bottom: 110px;
		text-align: center;
		height: auto;
	}
	.footer-nav {
		display: none;
	}
	.footer-t-r {
		float: none;
	}
	.footer-qrcode {
		margin: 0;
	}
	.footer-share {
		position: absolute;
		bottom: 36px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		   -moz-transform: translateX(-50%);
		     -o-transform: translateX(-50%);
		        transform: translateX(-50%);
		width: 100%;
		text-align: center;
	}
	.footer-share a {
	    margin-right: 8px;
	    margin-left: 8px;
	}

	.footer-b {
		padding-top: 20px;
		padding-bottom: 20px;
		height: auto;
		text-align: center;
	}
	.footer-b-l {
		margin-top: 0;
		margin-bottom: 0;
	}
	.footer-b-l p {
		margin-bottom: 0;
	}

	.to-top {
		display: none;
	}

	.footer-to-top {
		border-bottom: 1px solid #2f2f2f;
		height: 72px;
		line-height: 72px;
		text-align: center;
	}
	.footer-to-top span {
		font-size: 27px;
		color: #4f4f4f;
	}
	.footer-to-top i {
		position: relative;
		top: -4px;
		margin-left: 4px;
	}
	
	/*页脚邮箱*/
	.footer-t-r .wm {
		display: none;
	}
	.footer-t-r {
		margin-top: 0;
		padding-left: 0px;
	}
	.footer-email {
	    text-align: center;
	}
}

@media (max-width: 62em) {
	.footer-b {
	}
	.footer-qrcode {
	}
}

@media (max-width: 48em) {
	.lang-sel-m {
	    right: 14%;
	}

	a.a-1 {
	    width: 146px;
	    height: 46px;
	    line-height: 46px;
	}
	.swiper-slide a.a-1 {
	    margin-top: 17px;
		display: none;
	}
	.a-back {
	    margin-top: 30px;
	}

	/*页脚邮箱*/
	.footer-t {
	    padding-top: 35px;
	    padding-bottom: 100px;
	}
	.footer-email h3 {
	    margin-bottom: 30px;
	    line-height: 35px;
	    font-size: 35px;
	}
	.footer-share {
	    position: absolute;
	    bottom: 31px;
	}
}

@media (max-width: 400px) {
	.footer-email .email-set {
		width: 100%;
	}
}

@media (max-width: 34em) {
	.block{display: none !important;}
	.nones{display: block !important;}
	ul.news-column {
		border: 1px solid #dbdbdb;
		display: table;
		background: #f5f5f5;
		height: auto;
	}
	#moquu_top, #moquu_wxin, #moquu_wshare, #moquu_wmaps {
		z-index: 2;
		width: 50px;
		height: 50px;
		right: 10px;
		position: fixed;
		display: none;
		cursor: pointer;
		_position: absolute;
		_bottom: auto;
		_top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
	}
	.wrap {
		max-width: 1200px;
		margin: 0 auto;
		border-top: 0px solid #e6e0e0;
		padding-top: 45px;
	}
	.full-row .row .span-6, .span-6 {
		float: none;
		margin-right: 0;
		width: 90%;
		transition: .2s width ease;
		margin: 0 auto;
	}.section_advtage h3 {
		 display: table;
		 width: 80%;
	 }.section_advtage .services-box h3 p {
		  padding: 0;
		  color: #ff8e00;
		  font-size: 18px;
		  line-height: 22px;
	  }
	header {
		height: 80px;
	}
	.header-in {
		height: 80px;
	}
	.header-r-in {
	    padding-top: 15px;
	    padding-bottom: 26px;
	}

	.header-l {
	    margin-top: 17px;
	}
	.logo img {
		width: 300px;
	}

	.lang-sel-m {
	    right: 18%;
	}

	.container_advantage {
		position: relative;
		width: 90%;
		overflow: hidden;
	}.advantage-list {
		 width: 50%;
		 display: inline-block;
		 vertical-align: top;
		 text-align: center;
		 margin-bottom: 65px;
	 }.resource-warp table {
		  position: relative;
		  width: 100%;
		  margin: 0 auto;
		  overflow: hidden;
	  }.resource-warp {
		   padding-top: 4px;
		   width: 90%;
		   margin: 0 auto;
		   text-align: center;
		   padding-bottom: 110px;
	   } 
	 .mob{ display: block;} 
	 .footer_fix {height: 50px;width: 100%;background: #3073c4;position: fixed;left: 0;bottom: 0;z-index:9999;}
	.footer_fix a {display: block;height:48px;float: left;color: #fff;width: 24.7%;border-right: 1px solid #67a9dd;text-align: center;}
	.footer_fix a:last-child {border-right: none;}
	.footer_fix a i {display: block;font-size:18px;line-height:32px;}
	.footer_fix a p {display: block;font-size:14px;line-height: 13px;} 

}

@font-face {
    src: url('../fonts/GOTHIC.TTF')
}
@font-face {

    src: url('../fonts/GOTHICB.TTF')
}
@font-face {

    src: url('../fonts/st-arrow.ttf')
}