html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em，img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary{
	display: block;
}
ol, ul, li{
	list-style: none;
}
blockquote, q{
	quotes: none;
}
*{
	box-sizing:border-box;
}
html{
	font-size:16px;
}
body{
	font-family: 微软雅黑, Microsoft Yahei,sans-serif;
	background-color: #fff;
	width:100%;
	color:#222;
	font-size:16px;
	line-height: 1.6;
	-webkit-text-size-adjust: none;
	box-sizing:border-box;
}
ul, ol, li{
	list-style:none;
	list-style-type:none;
}
a,a:focus, a:active,a:link{
	cursor:pointer;
	text-decoration:none;
	display:block;
	color:inherit;
}
img{
	width:100%;
	height:auto;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clearfix:after{
	display:block;
	height:0;
	content:'';
	overflow:hidden;
	visibility:hidden;
	clear:both;
}
.wx-container{
	width:1100px;
	min-width:1100px;
	margin:0 auto;
}
.wx-container .title_a a { float:left; line-height:200%;}
.top{
	width:100%;
	height:61px;
}
.wx-logo{
	width:12%;
	margin:8px 0;
	height:45px;
}
.top-nav{
	width:75%;
}
.top-nav-list{
	width:14.28%;
	float:left;
}
.top-nav-list a{
	width:60%;
	margin:0 auto;
	font-size:16px;
	color:#525354;
	height:61px;
	line-height:61px;
	text-align:center;
}
.top-nav-active{
	color:#128be0!important;
	border-bottom:4px solid #396d9c;
}
/*轮播图样式*/
.swiper-container1{
	width:100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img {
	width: 100%;
	height: 100%;
}
.swiper-button-prev,.swiper-button-next{
	background-image:none;
	width:32px;
	height:35px;
	background-color:rgba(255,255,255,.4);
	text-align: center;
	line-height:35px;
	text-align:center;
}
.swiper-button-prev img,.swiper-button-next img{
	width:25%;
	height:auto;
}
.swiper-button-prev{
	left:0;
}
.swiper-button-next{
	right:0;
}
.swiper-pagination-bullet{
	height:12px;
	width:12px;
	background-color:#fff;
	opacity:1;
}
.swiper-pagination-bullet-active{
	background-color:#f29f01;
}
.tab-title-pane{
	padding:25px 0;
}
.tab-title{
	width:calc(100%/4);
	float:left;
	text-align:center;
}
.tab-title.cur{color:#128be0}
.tab-title-link{
	width:40%;
	margin:0 auto;
}
.tab-title-link img{
	width:100%;
}
.tab-title-link p{
	text-align:center;
	font-size:16px;
	color:#959494;
}
.outer-tab-pane{
	width:100%;
	background-color:#efefef;
}
.colorful-line{
	display:block;
	width:100%;
	height:3px;
}
.arrow-down{
	width:0;
	height:0;
	border-top:15px solid #76becd;
	border-bottom:15px solid transparent;
	border-left:15px solid transparent;
	border-right:15px solid transparent;
	margin:0 auto;
}
.tab-pane-title{
	padding:12px 0;
}
.title-cn{
	font-size:20px;
	color:#959494;
	text-align:center;
}
.title-en{
	font-size:18px;
	color:#a3a2a2;
	text-align:center;
	font-weight:200;
	padding-top:3px;
}
.tab-bar{
	padding:12px 0;
}
.tab-bar .tab-list{
	width:30%;
	float:left;
	margin-right:5%;
	margin-bottom:18px;
}
.tab-list a{
	position:relative;
}
.tab-list a:hover .tab-list-title{
	display:none;
}
.tab-list a:hover .mask{
	display:block;
}
.tab-list-title{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:998;
	background-color:rgba(0,0,0,.1);
	font-size:16px;
	color:rgba(255,255,255,.8);
	padding:10px 0;
	padding-left:12px;
	padding-right:8px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.mask{
	display:none;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:999;
	background-color:rgba(0,0,0,.4);
}
.tab-content{
	padding:60px 30px;
}
.tab-list-innertitle{
	font-size:16px;
	color:rgba(243,168,15,.8);
}
.tab-list-detail{
	font-size:15px;
	color:rgba(255,255,255,.8);
	padding:10px 0 15px 0;
}
.detail-btn{
	width:18%;
	display:block;
	font-size:14px;
	color:rgba(241,214,150,.8);
	border:1px solid rgba(241,214,150,.8);
	border-radius:6px;
	text-align:center;
}
.tab-bar .tab-list:nth-child(3n){
	margin-right:0;
}
.more{
	width:8%;
	margin:0 auto;
	background-color:#f29f01;
	color:#fff!important;
	font-size:15px;
	padding:6px 0;
	text-align:center;
	margin-top:6px;
	margin-bottom:40px;
}
.member-pane{
	width:100%;
	background:url(../img/logo_pane.jpg) center bottom no-repeat;
	background-size:cover;
}
.member-pane-title{
	padding-bottom:30px;
}
.member-list{
	float:left;
	width:20%;
	margin-bottom:25px;
	height:63px;
	
}
.member-list img{
	width:90%;
	height:61px;
	border:1px solid #ccc;
}
.member-pane{
	padding:30px 0 130px 0;
}
.swiper-container2 .swiper-slide{
	background-color: transparent;
}
.swiper-container2 .swiper-pagination{
	bottom:-5px;
}
.swiper-container2 .swiper-pagination-bullet{
	background-color:#9b9b9b;
}
.swiper-container2 .swiper-pagination-bullet-active{
	background-color:#f29f01;
}
/*底部样式*/
.bottom{
	background-color:#373737;
	padding:20px;
}
.bottom-left{
	width:63%;
	margin-left:12%;
}
.bottom-title{
	padding-bottom:6px;
}
.bottom-list{
	float:left;
	margin-right:10px;
	font-size:13px;
	color:#b3b3b3;
}
.bottom-left p{
	font-size:13px;
	color:#b3b3b3;
	padding-bottom:6px;
}
.bottom-left p:last-child{
	padding-bottom:0;
}
.bottom-right{
	width:25%;
}
.bottom-right img{
	width:25%;
	height:auto;
}
.news-pane{
	padding:35px 0 25px 0;
}
.news-list{
	padding-top:12px;
}
.news-pic{
	width:20%;
	float:left;
	margin-bottom:12px;
}
.logo_img{border: 1px solid #ccc; padding: 38px 30px;}

.news-detail{
	width:68%;
	margin-left:2%;
	float:left;
	padding-top:17px;
}
.news-title{
	font-size:17px;
	color:#525354;
}
.news-pubdate,.news-des{
	font-size:13px;
	color:#a2a2a3;
	padding-top:8px;
}
.news-list .colorful-line{
	height:2px;
}
.wx-pagination{
	padding:15px 0;
	text-align:center;
	 margin-left:39%;
}
.page-list{
	width:32px;
	height:28px;
	line-height:28px;
	display: inline-block;
	border:1px solid #eee;
	margin-right:1px;
}
.page-list a{
	width:32px;
	height:28px;
	line-height:28px;
	text-align:center;
	font-size:13px;
	color:#777;
}
.page-active{
	background-color:#f29f01;
	color:#fff!important;
}

.recruit-pane{
	margin-top:12px;
	background-color:#f6f6f6;
	border-radius:3px;
	padding:12px 22px;
}
.recruit-left-pane{
	float:left;
}
.recruit-list{
	float:none;
	font-size:13px;
	padding-bottom:4px;
}
.recruit-list:last-child{
	padding-bottom:0;
}
.recruit-position{
	color:#128be0;
	padding-right:6px;
}
.other{
	color:#707071;
}
.recruit-right-pane{
	float:right;
}
.check-more{
	background-color:#24b3dc;
	color:#fff!important;
	font-size:13px;
	padding:6px 12px;
	margin-top:22px;
	border-radius:5px;
}
.company-pane,.position-pane,.deposition-pane{
	margin:0 auto;
	margin-top:35px;
	padding-bottom:30px;
}
.company-pane{
	border:1px solid #ccc;
}
.company-title-pane{
	width:100%;
	padding:35px 0;
	background-color:#f1fcff;
}
.company-title{
	width:85%;
	margin:0 auto;
}
.company-title img{
	width:15%;
	height:auto;
}
.company-title h2{
	font-size:20px;
	color:#363535;
	padding-top:8px;
}
.company-intro{
	width:85%;
	margin:0 auto;
	padding:30px 0 15px 0;
}
.company-intro h2{
	font-size:16px;
	color:#363535;
	padding-bottom:8px;
}
.company-intro p{
	font-size:14px;
	color:#363535;
	line-height:1.6;
	text-indent:2em;
}
.company-pic{
	width:85%;
	margin:0 auto;
}
.company-pic img{
	float:left;
	width:calc(94%/3);
	margin-right:2%;
    margin-bottom:1%;
}
.company-pic img:last-child{

	margin-right:0;
}
.recruit-bar{
	width:14%;
	display:block;
	height:auto;
	margin:0 auto;
}
.position-list{
	border:1px solid #ccc;
}
.perposition-list{
	width:100%;
	float:none;
	border-bottom:1px solid #ccc;
	padding:14px 0;
}
.deposition-list{
	float:left;
	width:calc(100%/7);
	text-align:center;
	font-size:15px;
	color:#525354;
}
.deposition-list:last-child{
	font-size:13px;
}
.position-info{
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.position-title-pane{
	width:100%;
	padding:35px 0;
	background-color:#f1fcff;
}
.position-title{
	width:85%;
	margin:0 auto;
}
.position-title img{
	
}
.position-title h2{
	font-size:20px;
	color:#363535;
	padding-top:8px;
}
.position-left-title{
	width:70%;
}
.position-left-title p:first-child{
	font-size:20px;
	color:#363535;
}
.position-left-title p:nth-child(2){
	font-size:14px;
	color:#363535;
	padding-top:6px;
}
.position-left-title p:last-child{
	font-size:20px;
	color:#f90505;
	padding-top:6px;
}
.phone-icon{
	width:10%;
	height:auto;
}
.position-right-title{
	width:30%;
	padding-top:15px;
}
.position-right-title img{
	display:block;
	width:20%;
	height:auto;
	margin:0 auto;
}
.position-right-title p{
	font-size:20px;
	color:#24b3dc;
	text-align:center;
}
.position-intro{
	width:85%;
	margin:0 auto;
	padding:30px 0 25px 0;
}
.position-intro h2{
	font-size:16px;
	color:#363535;
	padding-bottom:8px;
}
.position-intro p{
	font-size:14px;
	color:#363535;
	line-height:1.6;
	text-indent:2em;
}
.main-pane{
	padding:30px 0 20px 0;
}
.join-pane{
	width:70%;
	margin-right:3%;
}
.join-table{
	border:1px solid #ccc;
	font-size: 15px;
}
.join-table td{
	height: 70px;
	text-align: center;
	border:1px solid #ccc;
}
.join-table td input,.join-table td textarea{
	display: block;
	border: none;
	outline: none;
	width: 96%;
	height: 100%;
	padding: 15px 12px;
	resize: none;
}
.join-suggestion{
	height: 150px;
}
.join-signature{
	border-top: 2px dotted #ccc;
	line-height: 2;
}
.join-signature-pane{
	border-top: 2px dotted #ccc;
	text-align: right;
	line-height: 2;
}
.join-download{
	display: block;
	font-size: 20px;
	color: #525354;
	background: #ebeaeb;
	border: 1px solid #aeadad;
	outline: none;
	width: 18%;
	height: 50px;
	margin: 30px auto;
	border-radius: 10px;
	letter-spacing:4px;
}
.recomment-pane{
	width:27%;
}
.recomment-pane h2{
	font-size:16px;
	color:#525354;
}
.recomment-list{
	margin:8px 0;
	border:1px solid #eee;
}
.recomment-list p{
	font-size:13px;
	color:#858687;
	padding:2px 8px;
	text-indent:2em;
}
/*详情页样式*/
.denews-pane{
	padding:35px 0 25px 0;
	background-color:#fff;
}
.denews-inner-pane{
	border:1px solid #ccc;
}
.news-content-pane{
	width:85%;
	margin:0 auto;
	padding:35px 0 25px 0;
}
.news-content-pane .news-title{
	font-size:18px;
	color:#363535;
	text-align:center;
}
.news-content{ max-width:933px; width:100%; line-height:200%; font-size:14px}
.news-content img { max-width:933px; width:100%;}
.news-content-pane .news-pubdate{
	font-size:13px;
	color:#787878;
	padding:15px 0;
	text-align:center;
}