﻿/* 字体引用 */
@charset "utf-8";
/*@font-face {
    font-family: 'webfont/heliosextthinregular';
    src: url('webfont/he_eth_-webfont.eot');
    src: url('webfont/he_eth_-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfont/he_eth_-webfont.woff') format('woff'),
         url('webfont/he_eth_-webfont.ttf') format('truetype'),
         url('webfont/he_eth_-webfont.svg#heliosextthinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td ,/* table elements 表格元素 */
div{
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
*{
	box-sizing: border-box;
}
a:focus{
	outline: none;
}
/* 设置默认字体 */
body,
button, input, select, textarea {
    font: 12px/1 "Microsoft YaHei",Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}
body,a{
	color:#666;
}
h1{ font-size: 18px; /* 18px / 12px = 1.5 */ }
h2{ font-size: 16px; }
h3{ font-size: 14px; }
h4, h5, h6 { font-size: 100%; }
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
i,em,b{
	font-style: normal;
}
address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul, ol {
	list-style: none;
}
/* 重置浏览器默认样式 select */
select,option,option select{
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
}
/* 重置文本格式元素 */
a {
	text-decoration: none;
	outline:none;
	blur:expression(this.onFocus=this.blur());
}
/*a:hover { text-decoration: underline;}*/
abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
    border-bottom: 1px dotted;
    cursor: help;
}
q:before, q:after {
	content: '';
}
/* 重置表单元素 */
legend {
 	color: #000;
 }
 /* for ie6 */
fieldset, img {
 	border: none; /* img 搭车：让链接里的 img 无边框  注：optgroup 无法扶正*/
 }
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}
/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table th,table td{
	border:1px solid #ddd;
}
/* 重置 hr */
hr {
    border: none;
    height: 1px;
}
/* 表单 在浏览器上的默认样式*/
input,input:focus,button,button:focus,textarea,textarea:focus{
	outline:none;
	border:none;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html { overflow-y: scroll; }
/* ie7以下两个以上的 li浮动产生的空白间隙bug */
li{
	+vertical-align: top;
	_vertical-align: top;
}
/* ie下li元素的内联元素底部产生空白 */
li *{
	*zoom:1;
}
*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/* ie下图片标签上有空白 */
img{
	vertical-align: middle;
	*vertical-align:top;
}
/* ie下input标签文本居中 */
input{
	vertical-align: middle;
}
/* 以下为自用公共样式 */
/* 浮动 */
.fl,.fl-li li,.fl-a{
	float: left;
	_display: inline;
}
.fr,.fr-li li,.fr-a{
	float: right;
	_display: inline;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.padd{
	padding: 0.1px;
}
.opacity{
	filter:alpha(opacity=80);       /* IE */
	-moz-opacity:0.8;              /* 老版Mozilla */
	-khtml-opacity:08;
}
/* 清除浮动 */
.cb:after{
	content: ".";
	display: block;
	height: 0px;
	overflow: hidden;
	visibility: hidden;
	clear: both;
}
/* 内联块级元素 */
.ib,.join_list ul li a h4 i{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
body,html{
	width: 100%;
	*overflow-x: hidden;
	min-width: 1345px;
}
.flexslider .hd ul li,.x_nav ul li > a,.flexslider .hd ul li::before,.about_info a,.situation_info a,.honor_box > a,.honor_list ul li *,.join_list ul *,.join_list ul li a::before,.process_title a,.process_info ul li *,.news_list ul li *{
    transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -webkit-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -moz-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -ms-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -o-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
}
.honor_list ul li:hover a{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.db{
	display: block;
}
.th{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.wh{
	width: 100%;
	height: 100%;
}
.w{
	width: 100%;
}
.h{
	height: 100%;
}
.pr{
	position: relative;
}
.oh{
	overflow: hidden;
}
.br{
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);
}
.w120{
	width: 120%;
}
.bg{
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*公共样式结束*/
/*header*/
#header{
	height: 160px;
	background-color: #fff;
}
.x_logo{
	width: 238px;
	background-repeat: no-repeat;
	background-position: left center;
}
.search{
	width: 157px;
	position: absolute;
	top: 39px;
	right: 0;
	z-index: 10;
}
.search input{
	width: 100%;
	height: 32px;
	border-bottom: 1px solid #d6d3d3;
	line-height: 32px;
	font-size: 14px;
	color: #000;
}
.search input::-webkit-input-placeholder{
	font-size: 14px;
	color: #999;
}
.search a{
	display: block;
	width: 14px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	background: url(../web-icon/search_icon.png) center center no-repeat;
}
.x_nav{
	width: 841px;
	margin-top: 94px;
}
.x_nav ul li{
	float: left;
	margin-right: 65px;
}
.x_nav ul li > a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #000;
}
.x_nav ul li:hover > a{
	color: #0f58ad;
}
/*header*/
/*banner*/
.flexslider{
	width: 100%;
	height: 700px;
	position: relative;
	overflow: hidden;
}
.flexslider .bd{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
}
.flexslider .bd ul,.flexslider .tempWrap{
	width: 100% !important;
	height: 100% !important;
}
.flexslider .bd li{
	width: 0%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition:2s cubic-bezier(0.75, 0.35, 0.09, 0.8);
    -webkit-transition:2s cubic-bezier(0.75, 0.35, 0.09, 0.8);
    -moz-transition:2s cubic-bezier(0.75, 0.35, 0.09, 0.8);
    -ms-transition:2s cubic-bezier(0.75, 0.35, 0.09, 0.8);
    -o-transition:2s cubic-bezier(0.75, 0.35, 0.09, 0.8);
    -webkit-transform-style: preserve-3d;
  	-ms-transform-style: preserve-3d;
  	transform-style: preserve-3d;
}
.flexslider .hd{
	position: absolute;
	width: 100%;
	left: 50px;
	top: 50%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flexslider .hd ul li{
	width: 25px;
	position: relative;
	margin-bottom: 5px;
	margin-left: 12px;
}
.flexslider .hd ul li i.i_1{
	display: block;
	width: 13px;
	height: 13px;
	background-color: #fff;
	border-radius: 50%;
	margin-left: 12px;
}
.flexslider .hd ul li i.i_2{
	display: block;
	width: 1px;
	height: 89px;
	background: url(../web-icon/dot_line.png) center center no-repeat;
	margin-left: 17px;
	margin-top: 5px;
}
.flexslider .hd ul li:last-child i.i_2{
	display: none;
}
.flexslider .hd ul li::before{
	content: '';
	width: 7px;
	height: 13px;
	background: url(../web-icon/dot_sjx.png) center center no-repeat;
	position: absolute;
	top: 0;
	left: -100px;
	z-index: 10;
}
.flexslider .hd ul li.on::before{
	left: 0;
}
/*.flexslider .bd li{
    -webkit-animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
 	animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940); 
}*/
@-webkit-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/*banner*/
/*con*/
#about{
	height: 782px;
	background-color: #fefefe;
}
.about_left_img{
	width: 948px;
	height: 459px;
	background: center center no-repeat;
	position: absolute;
	top: 133px;
	left: -232px;
	z-index: 10;
}
.about_info{
	width: 858px;
	height: 426px;
	background:#f5f5f5 url(../web-icon/about_txt.png) 305px 55px no-repeat;
	margin-top: 94px;
}
.about_info p{
	width: 360px;
	margin-top: 46px;
	font-size: 14px;
	color: #8d8d8d;
	text-align: justify;
	line-height: 30px;
	margin-left: 431px;
}
.about_info a{
	display: block;
	width: 332px;
	height: 56px;
	border: 2px solid #0f6eb7;
	margin-left: 431px;
	margin-top: 45px;
	background: url(../web-icon/about_more.png) center center no-repeat;
}
.about_info a:hover{
	width: 255px;
}
.about_logo{
	width: 341px;
	height: 187px;
	position: absolute;
	left: 0;
	bottom: 115px;
	z-index: 10;
}
.about_bottom_info{
	width: 857px;
	height: 147px;
}
.about_bottom_info p{
	width: calc(100% / 4);
	height: 100%;
	float: left;
	text-align: center;
	background-color: #e6e6e6;
	border-right: 1px solid #fff;
	font-size: 30px;
	color: #1a1a1a;
	padding-top: 40px;
	letter-spacing: 2px;
	text-indent: 2px;
}
.about_bottom_info p i{
	display: block;
	width: 18px;
	height: 2px;
	background-color: #a0a0a0;
	margin: 15px auto 0px;
}
.about_bottom_info p em{
	display: block;
	font-size: 18px;
	color: #666;
	margin-top: 11px;
}
.about_bottom_info p:last-child{
	border: none;
}
#situation{
	height: 632px;
	background: url(../web-icon/situation_bg.jpg) center top no-repeat;
}
.situation_info{
	width: 1091px;
	height: 374px;
	background: url(../web-icon/situation_info_box.jpg) center center no-repeat;
	margin-top: 256px;
	margin-right: -352px;
	padding-left: 73px;
	padding-right: 352px;
}
.situation_info h1{
	font-size: 40px;
	color: #fff !important;
	margin-top: 43px;
}
.situation_info h1 em{
	display: block;
	font-size: 18px;
	color: #fff !important;
	margin-top: 19px;
}
.situation_info p{
	font-size: 14px;
	color: #fff !important;
	text-align: justify;
	line-height: 30px;
	margin-top: 44px;
}
.situation_info a{
	display: block;
	width: 243px;
	height: 13px;
	background: url(../web-icon/situation_more.png) center center no-repeat;
	position: absolute;
	bottom: 15px;
	left: 73px;
	z-index: 10;
}
.situation_info a:hover{
	margin-left: 30px;
}
#honor{
	height: 532px;
}
.honor_box{
	height: 350px;
	margin-top: 60px;
}
.honor_box > h1{
	width: 261px;
	height: 142px;
	background: url(../web-icon/honor_title.png) center center no-repeat;	
	position: absolute;
	top: 0;
	right: 62px;
	z-index: 10;
}
.honor_box > a{
	display: block;
	width: 63px;
	height: 63px;
	border: 1px solid #d4d4d4;
	border-radius: 50%;
	position: absolute;
	right: 258px;
	z-index: 100;
	background-repeat: no-repeat;
	background-position: center center;
}
.honor_box > a.prev{
	top: 285px;
	background-image: url(../web-icon/prev.png);
}
.honor_box > a.next{
	top: 191px;
	background-image: url(../web-icon/next.png);
}
.honor_box > a:hover{
	background-color: #0e6eb8;
}
.honor_list{
	width: 790px;
	height: 350px;
}
.honor_list ul li{
	float: left;
    width: 255px;
    height: 349px;
    margin-right: 13px;
    overflow: hidden;
}
.honor_right_icon{
	width: 371px;
	height: 242px;
	background: url(../web-icon/honor_right_icon.png) center center no-repeat;
	position: absolute;
	top: 212px;
	right: -259px;
	z-index: 100;
}
#join{
	height: 767px;
	background:url(../web-icon/join_bg.jpg) center bottom no-repeat;
}
.join_title{
	height: 72px;
	text-align: center;
	background: url(../web-icon/join_title_line.png) center 20px no-repeat;
	font-size: 36px;
	color: #000109;
}
.join_title em{
	display: block;
	font-size: 16px;
	color: #999;
	text-transform: uppercase;
	margin-top: 20px;
}
.join_list{
    width: 1020px;
    height: 620px;
    background-color: rgba(14,110,184,.9);
    margin-top: 75px;
    margin-left: -352px;
}
.join_list ul li{
	height: 200px;
	position: relative;
	margin-top: 10px;
}
.join_list ul li a{
    display: block;
    width: 668px;
    height: 200px;
    margin-left: 352px;
    position: relative;
}
.join_list ul li a i.icon{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 60px;
    margin-left: 63px;
    margin-right: 95px;
    position: relative;
    z-index: 100;
}
.join_list ul li a h4{
	width: 416px;
	font-size: 24px;
	color: #fff !important;
	margin-top: 65px;
}
.join_list ul li a h4 i{
	width: 40px;
	height: 1px;
	background-color: #fff;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
}
.join_list ul li a h4 em{
	font-size: 16px;
	color: #fff !important;
	text-transform: uppercase;
}
.join_list ul li a::before{
	content: '';
	width: 200px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -200px;
	z-index: 10;
	background-color: #4b93ca;
	opacity: 0;
}
.join_list ul li a p{
	width: 416px;
	font-size: 14px;
	color: #fff !important;
	margin-top: 30px;
}
.join_list ul li i.jt{
	display: block;
	width: 33px;
	height: 36px;
	background: url(../web-icon/join_more_icon.png) center center no-repeat;
	position: absolute;
	top: 79px;
	right: -38px;
	z-index: 100;
	opacity: 0;
}
.join_list ul li:hover a i.icon{
	-webkit-transform: rotate(360deg);
}
.join_list ul li:hover{
	width: 1250px;
	background-color: rgba(0,0,0,.5);
}
.join_list ul li:hover i.jt{
	right: 38px;
	opacity: 1;
	-webkit-transform: rotate(360deg);
}
.join_list ul li:hover a::before{
	left: 0;
	opacity: 1;
}
#process{
	height: 665px;
	background-color: #f5f5f5;
}
.process_right_img{
	width: 784px;
	position: absolute;
	top: -1px;
	right: -352px;
	z-index: 10;
	background: url(../web-icon/process_right_img.jpg) center center no-repeat;
}
.process_title{
	width: 284px;
	height: 333px;
	border: 22px solid #0e6eb8;
	background:#fff url(../web-icon/process_title_line.png) center 113px no-repeat;
	margin-top: 150px;
	text-align: center;
	font-size: 30px;
	color: #333;
	padding-top: 35px;
}
.process_title em{
	display: block;
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	margin-top: 15px;
}
.process_title a{
	display: block;
	width: 63px;
	height: 63px;
	background: url(../web-icon/process_more.png) center center no-repeat;
	margin: 75px auto 0px;
}
.process_title a:hover{
	-webkit-transform: rotate(360deg);
}
.process_info{
	width: 478px;
	z-index: 50;
	margin-left: 144px;
	margin-top: 150px;
}
.process_info ul li{
	float: left;
	width: 221px;
	height: 151px;
	border: 1px solid #c5c5c5;
	background-color: #fff;
	margin-bottom: 33px;
	margin-right: 36px;
	text-align: center;
	position: relative;
}
.process_info ul li i{
	display: block;
	width: 100%;
	height: 70px;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.process_info ul li i.icon_hover{
	-webkit-transform: scale(0);
}
.process_info ul li:hover i.icon{
	-webkit-transform: scale(1.3);
	opacity: 0;
}
.process_info ul li:hover i.icon_hover{
	-webkit-transform: scale(1);
}
.process_info ul li h4{
	font-size: 18px;
	color: #333;
	margin-top: 87px;
}
#news{
	height: 660px;
}
#news .w1200{
	padding-top: 114px;
}
.news_title{
	width: 354px;
	height: 366px;
	background-color: #f5f5f5;
	text-align: center;
	padding-top: 30px;
	font-size: 36px;
	color: #666;
}
.news_title em{
	display: block;
	font-size: 24px;
	color: #9f9f9f;
	text-transform: uppercase;
	margin-top: 15px;
}
.news_title a{
	font-size: 21px;
}
.news_title i{
	height: 214px;
    margin-top: 26px;
}
.news_list{
	width: 805px;
}
.news_list ul li{
	float: left;
	width: 244px;
	overflow: hidden;
	margin-right: 37px;
}
.news_list ul li h4{
	font-size: 18px;
	color: #222;
	line-height: 35px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	border-top: 1px solid #222;
	padding-top: 36px;
}
.news_list ul li p{
	height: 146px;
	font-size: 12px;
	color: #777;
	text-align: justify;
	text-transform: uppercase;
	line-height: 30px;
	margin-top: 69px;
}
.news_list ul li em{
	float: right;
	font-size: 12px;
	color: #555;
	text-transform: uppercase;
	margin-top: 33px;
}
.news_list ul li:hover h4{
	margin-top: -20px;
}
.news_list ul li:hover em{
	color:#0e6eb8;
}
/*con*/
/*footer*/
#bdshare_weixin_qrcode_dialog{
	box-sizing: initial;
	-webkit-box-sizing: initial;
}
#footer{
	height: 586px;
	background-color: #f5f5f5;
}
.f_logo{
	width: 197px;
	height: 61px;
	background: url(../web-icon/f_logo.png) center center no-repeat;
	margin: 57px auto 26px;
}
.lxfs{
	width: 308px;
	background: url(../web-icon/f_contact_icon.png) 0px 0px no-repeat;
	padding-top: 5px;
	margin-left: 130px;
}
.lxfs p{
	font-size: 14px;
	color: #555;
	margin-bottom: 26px;
	padding-left: 40px;
}
.f_sher{
	margin-top: 20px;
}
.f_sher .bdsharebuttonbox{
	width: 156px;
	height: 24px;
	background: url(../web-icon/f_sher.png) center center no-repeat;
	margin-top: 10px;
}
.f_sher .bdsharebuttonbox a{
	width: 23px;
	height: 24px;
	background-image:none;
	margin: 0px;
	margin-right: 21px;
}
.f_sher .bdsharebuttonbox a:last-child{
	margin-right: 0;
}
.f_erweima{
	width: 170px;
	height: 120px;
	margin-top: 15px;
}
.f_erweima img{
	padding: 5px;
	background-color: #fff;
	margin-right: 9px;
}
.f_erweima em{
	width: 15px;
	text-align: center;
	font-size: 14px;
	color: #555;
	margin-left: 5px;
	margin-top: 29px;
}
.f_message{
	width: 240px;
	margin-left: 45px;
}
.f_message input{
	width: 100%;
	height: 40px;
	border: 1px solid #d0d0d0;
	font-size: 14px;
	color: #000;
	text-indent: 10px;
	line-height: 40px;
	margin-bottom: 14px;
}
.f_message input::-webkit-input-placeholder,.f_message textarea::-webkit-input-placeholder{
	font-size: 14px;
	color: #999;
}
.f_message textarea{
	width: 100%;
	height: 120px;
	border: 1px solid #d0d0d0;
	font-size: 14px;
	color: #000;
	text-indent: 10px;
	line-height: 40px;
	margin-bottom: 10px;
	resize: none;
}
.f_message a{
	display: block;
	width: 120px;
	height: 40px;
	background-color: #0e4798;
	text-align: center;
	font-size: 16px;
	color: #fff !important;
	line-height: 40px;
}
#f_map{
	width: 285px;
	height: 285px;
	background-color: #d4d4d4;
	margin-left: 45px;
}
.copyRight{
	height: 80px;
	background-color: #0e4798;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
	font-size: 12px;
	color: #fff !important;
	text-align: center;
	text-transform: uppercase;
	padding-top: 20px;
}
.copyRight a{
	color: #fff;
}
.copyRight span{
	margin-top: 18px;
}
/*footer*/