.a_hover:hover{text-decoration: underline;color:red;}
.a_hover_color:hover{color:red;}
.page{line-height: 1.5}
.page a,.page span{display: inline-block;padding: 5px 10px;border:1px solid #999;margin:2px;color:#999;margin-top:10px;}
.page .prev,.page .next{padding:5px;margin:0px;}
.page .current{background: #999;color:#fff;}
.index_head{position:absolute; top:0; right:auto; z-index:99; width:100%;background:rgb(255,255,255,0.8);}
.w978{width:978px}
.header{
	position: fixed;
	width: 100%;
	z-index: 100;
	top: 0;
	transition: all 0.4s;
	background-color: rgba(255,255,255,0.2);
}
.header_l{
	background-color: rgba(255,255,255,0.9);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}
.banner2,
.banner{
	/*margin-top: 110px;*/
}
.nav{
	margin-top: 30px;
	transition: all 0.4s;
}
.nav .item{
	float: left;
	width: 133px;
	line-height: 50px;
	transition: all 0.4s;	
}
.nav .item.hover a,
.nav .item:hover a{
	/*background-color: #0874af;*/
	color: #0874af;
    font-weight:bold;
}

.nav .item a{
	display: block;
	color: #000;
	transition: all 0.4s;
}
.header .w,
.header .logo,
.header .logo img{
	transition: all 0.4s;
	height: auto;
}
.header_l .w{
	height: 80px;
}
.header_l .nav{
	margin-top: 15px;
}
.header_l .logo{
	line-height: 80px;
}
.header_l .logo img{
	height: 50px;
}
.c6{color: #666;}
.lt2{letter-spacing: 2px;}
.index_news_left{
	background-color: #45a6e0;
}
.index_news_left .item {
	margin-top: 22px;
	padding-bottom: 25px;
	border-bottom: 1px dashed #d6c821;
}
.index_news_left .item .desc{
	color: #b2cbff;
}
.index_news_left .item:last-child{
	border-bottom: none;
}
.index_news_left .item .tit{
	transition: all 0.4s;
}
.index_news_left .item .tit:hover{
	color: #00ffea;
}
.index_news_left .item .desc:hover{
	color: #00ffea;
}
.index_news_right .item{
	padding-bottom: 22px;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 26px;
}
.index_news_right .item:last-child{
	border: none;
}
.index_news_right .item .tit,
.index_news_right .item .desc{
	transition: all 0.4s;
}
.index_news_right .item .tit:hover,
.index_news_right .item .desc:hover{
	color: #005a91;
}
.w1270{width: 1270px;}
.mla{margin-left: auto;}
.mra{margin-right: auto;}
.index_ly{
	background-color: #efefef;
	padding-top: 50px;
	padding-bottom: 50px;
}
/* .index_ly .wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
} */
.index_ly .item{
	width: 206px;
	height: 206px;
	overflow: hidden;
	margin-left: 20px;
	margin-right: 20px;
}
.index_ly .item .z{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	transition: all 0.6s;
}
.index_ly .item .z2{
	width: 0;
	height: 0;
	opacity: 0;
}
.index_ly .item:hover .z2{
	width: 100%;
	height: 100%;
	opacity: 1;
}
.index_ly .item:hover .z1{
	opacity: 0;
	width: 0;
	height: 0;
}
.index_ly .owl-nav{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0;
	bottom: 0;
	visibility: hidden;
}
.index_ly .owl-carousel .owl-nav.disabled{
	display: block;

}
.index_ly .owl-nav .owl-prev,
.index_ly .owl-nav .owl-next{
	position: absolute;
	width: 80px;
  	height: 100%;
  	top: 0;
    font-size: 0;
    background-repeat: no-repeat;
    visibility: visible;
}
.index_ly .owl-nav .owl-prev{
	background-image: url(../images/lll.png);
  	background-position:left center;
	left: -70px;
}
.index_ly .owl-nav .owl-next{
	background-image: url(../images/rrr.png);
  	background-position:right center;
	right: -70px;
}
.index_about .lj .item{
	float: left;
	width: 112px;
	margin-right: 96px;
	transition: all 0.4s;
}
.index_about .lj .item .img-wrap{
	width: 110px;
	height: 110px;
	border-radius: 50%;
	border: 1px solid #cecece;
	background-repeat: no-repeat;
	background-position: center;

}
.index_about .lj .item1 .img-wrap{
	background-image: url(../images/a1.png);
}
.index_about .lj .item2 .img-wrap{
	background-image: url(../images/a2.png);
}
.index_about .lj .item3 .img-wrap{
	background-image: url(../images/a3.png);
}
.index_about .lj .item .img-wrap{
	transition: all 0.4s;
}
.index_about .lj .item:hover .img-wrap{
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.footer{
	background-color: #1578bb;
	color: #eee;
}
.footer a{
	color: #ddd;
}
.footer .w{
	min-height: 253px;
}
.footer  .item .title{
	border-bottom: 1px solid #f8f8f8;
}
.footer  .item .title::before{
	content: '';
	width: 40px;
	height: 3px;
	background-color: #f8f8f8;
	position: absolute;
	left: 0;
	bottom: -2px;
}
.footer .w{
	background-image: url(../images/ewm1.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.footer_n{
	color: #ddd;
	background-color: #0c67a5;
}
.footer_n a{
	color: #9f9f9f;
}
.crumb{
	background-color: #f1f1f1;
	color: #666;
}
.crumb a{
	color: #666;
}
.w1072{width: 1072px;}
.container_left .titles{
	background-color: #005a91;
}
.container_left .wrap .item{
	border-bottom: 1px solid #e8e8e8;
	padding-left: 30px;
	background-image: url(../images/j.png);
	background-repeat: no-repeat;
	background-position: 202px center;
}
.container_left .wrap .item:last-child{
	border: none;
}
.lingyu_list .item {
	margin-bottom: 70px;
}
.lingyu_list .item .line{
	width: 60px;
	height: 1px;
	background-color: #dd0202;
}
.lingyu_list .item .img-wrapper{
	float: left;
}
.lingyu_list .item .info{
	float: right;
}
.lingyu_list .item:nth-child(even) .img-wrapper{
	float: right;
}
.lingyu_list .item:nth-child(even) .info{
	float: left;
}
.join_list .item{
	margin-bottom: 50px;
}
.join_list .item .img-wrapper{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(160, 184, 205);
	float: left;
}
.join_list .item .info{
	float: right;
}

.join_list .item .title {
	color: #364b5d;
}
.join_list .item .info .more{
	font-size:0
}
.join_list .item .desc{
	color: #666666;
}
.join_list .item:nth-child(even) .img-wrapper{
	float: right;
}
.join_list .item:nth-child(even) .info{
	float: left;
}
.join_list .item .more a,.zp_lianjie a{
	display: inline-block;
	width: 134px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	background-color: #005a91;
	font-size: 15px;
	margin-right: 16px;
}


.join_list .item .more .btn{
	background-color: rgb(205, 0, 0);
}
.p_title{
	font-weight: 500;
	border-bottom: 1px solid #ccc;
}
.show_jl .btn{
	background-color: rgb(8, 82, 185);
	margin-left: auto;
	margin-right: auto;
}
.about_tit{
	color: #005a91;
}
.about_two{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

}
.about_two .item{
	border-style: solid;
  	border-width: 1px;
  	border-color: rgb(210, 210, 210);
  	border-radius: 5px;
  	background-color: rgb(72, 156, 213);
  	width: 429px;
  	height: 161px;
  	margin-bottom: 37px;
  	background-repeat: no-repeat;
  	background-position: 23px center;
}
.about_two .item1{
	background-image: url(../images/b21.png);
}
.about_two .item2{
	background-image: url(../images/b22.png);
}
.about_two .item3{
	background-image: url(../images/b23.png);
}
.about_two .item4{
	background-image: url(../images/b24.png);
}
.about_two .item5{
	background-image: url(../images/b25.png);
}
.about_two .item6{
	background-image: url(../images/b26.png);
}


.news_list .wrapper .item{
	margin-bottom: 26px;
	padding-bottom: 25px;
	border-bottom: 1px dashed #757575;
}
.news_list .wrapper .item .time{
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/t.png);
	padding-left: 25px;
	color: #999999;
}
.w1068{width: 1068px;}
.news_left{
	background-color: #f6f6f6;
}
.news_left .item{
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 27px;
}
.news_left .item:last-child{
	border: none;
}
.show-wrapper1 .title{
	font-size: 22px;
    font-weight: 500;
}
.show-wrapper1 .info{
	border-bottom: 1px solid #dadada;
}
.contact_title{
	border-bottom: 1px solid #dfdfdf;
	color: #005a91;
}
.contact_one .item{
	margin-bottom: 1px;
}
.contact_one .item .img-wrap{
	border-radius: 50%;
	background-color: rgb(0, 90, 145);
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
}
.contact_one .item .tit{
	vertical-align: top;
}
.contact_one .item1 .img-wrap{
	background-image: url(../images/c1.png);
}
.contact_one .item2 .img-wrap{
	background-image: url(../images/c2.png);
}
.contact_one .item3 .img-wrap{
	background-image: url(../images/c3.png);
}
.contact_one .item4 .img-wrap{
	background-image: url(../images/c4.png);
}
.contact_one {
	background-image: url(../images/ewm2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.contact_two .item{
	height: 108px;
	background-image: url(../images/cb1.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 50px;
}
.contact_two .item2{
	background-image: url(../images/cb2.png);
}
.contact_two .item3{
	background-image: url(../images/cb3.png);
}

.index_title .zh{
	font-size: 32px;
    line-height: 1;
    color: #008cce;
    text-transform: uppercase;
}
.index_title .en{
	display: inline-block;
    position: relative;
    margin-top: 15px;
    padding: 0 22px;
    font-size: 20px;
    color: #222;
    line-height: 1;
    font-weight: bold;
}


.index_title .en:before,
.index_title .en:after{
	position: absolute;
    top: 45%;
    display: block;
    content: "";
    width: 15px;
    height: 3px;
    background: #008cce;
}
.index_title .en:before{
	left:0;
}
.index_title .en::after {
    right: 0px;
}
.header_top{
	/*background-color: #0874af;*/
	/*color: #;
	-webkit-box-shadow: 1px 1px 11px #EED;
	box-shadow: 1px 1px 11px #EED;*/
	border-bottom:1px solid #eee;
}
.header_top a{
	/*color: #fff;*/
}
.index_about .owl-dots{position: absolute; width: 100%; bottom: 20px; text-align: right; }
.index_about .owl-dots .owl-dot{width: 7px; height: 7px; border-radius: 100%; background-color: rgba(255,255,255,0.7);  display: inline-block; margin-left: 5px; margin-right: 5px; }
.index_about .owl-dots .owl-dot:last-child{margin-right: 20px;}
.index_about .owl-dots .owl-dot.active{background-color: rgba(0, 115, 186,0.7);}

.yb_conct{position:fixed;z-index:9999999;top:200px;right:-120px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul{position: relative; z-index: 10; border-radius:3px; overflow: hidden;}
.yb_bar ul:after{position: absolute; left: 0px; top: 0px; z-index: -1; width: 100%; height: 100%; display: block; content: ""; background: #1578bb; -opacity: 0.85; -filter:alpha(opacity=85);}
.yb_bar ul li{width:180px; height:60px; line-height: 60px; color:#fff; font-size: 1.16em; border-top: 1px solid #2387ca; transition:all .5s ease; overflow:hidden;}
.yb_bar ul li:first-child{border-top: none;}
.yb_bar ul li i{float: left; width: 60px; text-align: center; font-size: 30px;}
.yb_bar ul li a,
.yb_bar ul li a:visited,
.yb_bar ul li a:hover{color: #fff;}
.hd_qr{padding:0 29px 25px 29px; box-sizing: content-box;}
@font-face {font-family: "iconfont";
  src: url('iconfont.eot?t=1555659922675'); /* IE9 */
  src: url('iconfont.eot?t=1555659922675#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAARsAAsAAAAACPAAAAQgAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDMgqFCIQiATYCJAMUCwwABCAFhG0HThu0B8gOJaFAwQDIQQFgPHzt93ru7j4IoQMgnZTZAauvqgypONfWVhjWrCs7+fk29RGSroO6UHEjqYhEPomTUlqf6knVUrr5zeQ6/59jpssCzP98by6VQRm0N8BRAg1ofVFFZwd8B3IHxPeAXU3gcgLdJkXDztAVDWCt0LYFoqNVy8E6ZlZKikMr1DmHFojXINGmBaJ7wCv35+OvxLAGSZVB2/XGixIV5P+Ad7349P/TddgIkPTnBHMUGetAIV7mujtwP70O1y39ndgJoFsrST+8s393/l3v///I8hVpu3U3pZd/vETUoKl7EXsiU/gBpjjU2KNRRo0UjQI1vZiRcF6H0o1h4AOA/zTKvAOSLPQOYP7DtlkF1Db2V9aj3evPLYxkVLsWXpgRpSZH7wiZguCywtJwyiKzCP4zrmZNTLiuHG88fRnWW5oUJPQECXetukfYLXzghTW33pwI2iLQ1yzU5vGS9kOWkOVno8Yrt52D9dHPWzThTa4eJ29+8l9zIfRh8+7T7juFxANXQt03eGEz3AShyWJpWAZw5OO67VI3iREdtrhNo63IppmboxfZ4i02uK2YgEYRiZPQF8RIWZIloOd+ubLBPMP/sf0HMLvETYeOjvYOh9jEOMf4q8Dum3cfbIoCS72NRMC0gSj1CrQt+lDqWp5g63eZ1iX/c9t8GHfVJtNlfnZlCWWuu7zy8qfna/P+v10+kDHTQGXYLw9edVpPrVTq6iqV1dTIZBKJTFoL87JGrNqjhPYc+3z2jIML1hD1I6MmeJ3TOsuQ8UO+nSMOH1mH/Jh2IcqqfSTmVRqB/yoOHcnQovXDmC6wBf5co734VybSvsPN6EUaY8HPjYziYleBJYyS2kzI1rLIRQsfbjzrWmLkHpYk/aBrEI89DBSbShbq+QvohTQM0aL5fZri8n4Dx3fxlXhy9kK+kgv/j99x/yhwabd99j9rUgzw+e36txg8vlCgnhpeskZtyd8gqdlTZJlmqYrYaYpFb+XgTquTNNSNf8A/7E0/2rHahYTWWAhJYwKy1jyyYNeh0mMfaq1D6LZGenSPERxclMnAqjkAYdBBSPq9g2zQfWTBvobKuK9QGwwcut0L51P2WAwtUcQhOY9UlGKY0ipZE2PYeMIrrkPqfoOci8pcZhPi+rQxKiE2PpmTIhPi+tijb0CdyPMMxXCskaLhashgYCkzx+qQko/V8Lw5My6OyfugWCVrBMJpHESOh6hQFIZRtJRYJow9mEekvr8OotbPQI4r6SrxN0E4fbSzUxLEiq+BlKpNtbrO5Sl9Bqgl4vEYFAaHZUShwYkY9DSLYs5fpYMo8WJpWiTNMsUR/Zi66tjxtcZrPAXdtFerQoThmBiTYFbQPuY4djCm3zxJpZWbNP1yUW0toTV2I24QOS45AA==') format('woff2'),
  url('iconfont.woff?t=1555659922675') format('woff'),
  url('iconfont.ttf?t=1555659922675') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('iconfont.svg?t=1555659922675#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-up:before {
  content: "\e647";
}

.icon-dianhua:before {
  content: "\e671";
}

.icon-QQ:before {
  content: "\e60f";
}

.icon-im_erweima:before {
  content: "\e600";
}
.join_qt{
	height: 344px;
	background-color: #efefef;
	line-height: 344px;
}
.w990{
	width: 990px;
}