/*
* name:Global && Pc StyleSheet
* version:v3.3.1
* date:2016-04-30
*/

/* 雪碧图 */
@import url(./font.css);
/* 对齐方案引用(http://www.zhangxinxu.com/wordpress/2016/03/css-layout-base-20px/) */
.ico {
	display: inline-block;
	width: 20px;
	height: 20px;
	white-space: nowrap;
	letter-spacing: -1em;
	text-indent: -99em;
	color: transparent;
	background: url(../img/ico.png);
 *text-indent:0;
*zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '\3000');
	vertical-align: middle;
}
.ico:before {
	content: '\3000';
}
.ico1_2 {
	background-position: -20px 0;
}
.ico1_3 {
	background-position: -40px 0;
}
.ico1_4 {
	background-position: -60px 0;
}
.ico1_5 {
	background-position: -80px 0;
}
.ico2_1 {
	background-position: 0 -20px;
}
.ico2_2 {
	background-position: -20px -20px;
}
.ico2_3 {
	background-position: -40px -20px;
}
.ico2_4 {
	background-position: -60px -20px;
}
.ico2_5 {
	background-position: -80px -20px;
}
.ico3_1 {
	background-position: 0 -40px;
}
.ico3_2 {
	background-position: -20px -40px;
}
.ico3_3 {
	background-position: -40px -40px;
}
.ico3_4 {
	background-position: -60px -40px;
}
.ico3_5 {
	background-position: -80px -40px;
}
.ico4_1 {
	background-position: 0 -60px;
}
.ico4_2 {
	background-position: -20px -60px;
}
.ico4_3 {
	background-position: -40px -60px;
}
.ico4_4 {
	background-position: -60px -60px;
}
.ico4_5 {
	background-position: -80px -60px;
}
.ions {
	display: inline-block;
	background: url(../img/icons.png) no-repeat;
}
.ico60 {
	display: inline-block;
	background: url(../img/ico60.png) no-repeat;
	width: 72px;
	height: 60px;
	vertical-align: middle;
}
.ico60_2 {
	background-position: -72px 0;
}
.ico35 {
	display: inline-block;
	background: url(../img/ico35.png) no-repeat;
	width: 35px;
	height: 35px;
	vertical-align: middle;
}
.ico35_2 {
	background-position: -35px 0;
}
.ico35_3 {
	background-position: -70px 0;
}
.ico35_4 {
	background-position: -105px 0;
}
.ico40 {
	display: block;
	background: url(../img/ico40.png) no-repeat;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	margin: 34px auto 10px;
}
.ico40_2 {
	background-position: -40px 0;
}
.ico40_3 {
	background-position: -80px 0;
}
.ico40_4 {
	background-position: -120px 0;
}
.ico40_5 {
	background-position: -160px 0;
}
.ico40_6 {
	background-position: -200px 0;
}
.ico40_7 {
	background-position: -240px 0;
}
.ico40_8 {
	background-position: -280px 0;
}
.ico40_9 {
	background-position: -320px 0;
}
.ico40_10 {
	background-position: -360px 0;
}
.ico40_11 {
	background-position: -400px 0;
}
.ico40_12 {
	background-position: -440px 0;
}
.ico40_13 {
	background-position: -480px 0;
}
.ico90 {
	display: inline-block;
	background: url(../img/ico90.png) no-repeat;
	width: 90px;
	height: 90px;
	vertical-align: middle;
}
.ico90_2 {
	background-position: -90px 0;
}
.ico90_3 {
	background-position: -180px 0;
}
.ico25 {
	display: inline-block;
	background: url(../img/ico25.png) no-repeat;
	width: 25px;
	height: 28px;
	vertical-align: middle;
}
.ico25_2 {
	background-position: -25px 0;
}
.ico25_3 {
	background-position: -50px 0;
}
.ico25_4 {
	background-position: -75px 0;
}
.ico25_5 {
	background-position: -100px 0;
}
.ico25_6 {
	background-position: -125px 0;
}
.ico50 {
	display: inline-block;
	background: url(../img/ico50.png) no-repeat;
	width: 50px;
	height: 50px;
	vertical-align: middle;
}
.ico50_2 {
	background-position: -50px 0;
}
.ico50_3 {
	background-position: -100px 0;
}
/* 常量设置 */

html {
	overflow-x: auto;
}
html, body, .wrap {
	min-width: 1150px;
	font-family:"微软雅黑";
}
.wrap {
	width: 1150px;
	margin:0px auto;
}
body {
	font-size: 14px;
	line-height: 1.8;
	color: #555;
	background: #fff;
}
a {
	color: inherit;
}
a:hover {
	color: #0075c2;
}
::-moz-selection {
color:#fff;
background:#0075c2;
}
::selection {
	color: #fff;
	background: #0075c2;
}
::-webkit-input-placeholder {
color:#aaa;
}
.placeholder {
	color: #aaa;
}
/*css组件设置*/
.form-control, .input-group-addon, .btn {
	border-radius: 2px;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px rgba(102, 175, 233, 0.6);
}
.imgZoom img, .imgY180 img {
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}
.imgZoom {
	overflow: hidden;
}
.imgZoom:hover img {
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.imgY180:hover img {
	cursor: pointer;
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}
/*时间延迟*/
.delay100 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.delay200 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.delay300 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.delay400 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.delay500 {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.delay600 {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.delay700 {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.delay800 {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.delay900 {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
.delay1000 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.delay1200 {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.delay1400 {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}
.delay1600 {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s;
}
.delay1800 {
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s;
}
.delay2000 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.delay2400 {
	-webkit-animation-delay: 2.4s;
	animation-delay: 2.4s;
}
.delay3000 {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}
.rolling > .rolling-box .tansDelay00 {
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
}
.rolling > .rolling-box .tansDelay200 {
	transition-delay: .2s;
	-webkit-transition-delay: .2s;
}
.rolling > .rolling-box .tansDelay400 {
	transition-delay: .4s;
	-webkit-transition-delay: .4s;
}
.rolling > .rolling-box .tansDelay600 {
	transition-delay: .6s;
	-webkit-transition-delay: .6s;
}
.rolling > .rolling-box .tansDelay800 {
	transition-delay: .8s;
	-webkit-transition-delay: .8s;
}
.rolling > .rolling-box .tansDelay1000 {
	transition-delay: 1s;
	-webkit-transition-delay: 1s;
}
.rolling > .rolling-box .tansDelay1200 {
	transition-delay: 1.2s;
	-webkit-transition-delay: 1.2s;
}
.rolling > .rolling-box .tansDelay1400 {
	transition-delay: 1.4s;
	-webkit-transition-delay: 1.4s;
}
/*页面通用*/
.channl_title {
	font-size: 36px;
	line-height: 50px;
	font-weight: normal;
}
.channl_title_en {
	font-size: 45px;
	font-family: 'hero_lightlight';
	text-transform: uppercase;
	line-height: 45px;
}
.channel_p {
	margin-bottom: 40px;
}
.number_title {
	font-family: 'Arial'
}
.imp_family {
	font-family: 'Impact';
	text-transform: uppercase;
}
.maxWrap {
	max-width: 1366px;
	margin-left: auto;
	margin-right: auto;
}
.trans {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}/*通用动画*/
.rect-37 {
	padding-bottom: 37%;
}
.rect-48 {
	padding-bottom: 48%;
}
.rect-56 {
	padding-bottom: 56%;
}
.rect-68 {
	padding-bottom: 68%;
}
.rect-65 {
	padding-bottom: 65%;
}
.rect-137 {
	padding-bottom: 137%;
}
.rect-130 {
	padding-bottom: 130%;
}
.rect-83 {
	padding-bottom: 83%;
}
.rect-63 {
	padding-bottom: 63%;
}
.rect-55 {
	padding-bottom: 55%;
}
.rect-116 {
	padding-bottom: 116%;
}
.rect-135 {
	padding-bottom: 135%;
}
.transition {
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.hoverImg:hover {
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	opacity: 0.9;
}
.mt30 {
	margin-top: 30px;
}
.mt20 {
	margin-top: 20px;
}
.c {
	padding-bottom: 9999px;
	margin-bottom: -9999px;
}
.m_detail {
	display: inline-block;
	border-radius: 20px;
	width: 40%;
	padding: 2px 0;
	overflow: hidden;
}
.m_detail {
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.channel_out {
	padding: 20px 0 30px;
}
.channel_out ._more {
	margin-top: 5px;
}
.n_bann_en {
	font-family: 'hero_lightlight';
	text-transform: uppercase;
	font-size: 56px;
	line-height: 60px;
}
.n_bann_cn {
	font-size: 34px;
	line-height: 40px;
}
/*选项卡动画*/
.tab_c_cur {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}
.myfadeInUp {
	-webkit-animation-name: myfadeInUp;
	animation-name: myfadeInUp;
	-webkit-animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
	animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
	animation-timing-function: linear;
}
@-webkit-keyframes myfadeInUp {
 0% {
 -webkit-transform:translate3d(0, 50px, 0);
 opacity:0;
}
 50% {
 opacity:0.5;
}
 100% {
 -webkit-transform:translate3d(0, 0, 0);
 opacity:1;
}
}
@keyframes myfadeInUp {
 0% {
 transform:translate3d(0, 50px, 0);
 opacity:0;
}
 50% {
 -webkit-transform:translate3d(0, 25px, 0);
 opacity:0.5;
}
 100% {
 transform:translate3d(0, 0, 0);
 opacity:1;
}
}
/*通用头部*/
.mobile_key {
	display: none;
}
.bodyMain {
	background-color: #fff;
	position: relative;
	/*margin-bottom: 395px;*/
	z-index: 3;/*padding-top: 115px;*/
}
.indexMain {
	/*padding-top: 638px;*/
	margin-bottom: 0;
}
.pageHeader {
	/*position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 50;*/
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	background-color: #fff;
}
.head_top {
	/*padding-top: 10px;*/
	position: relative;
	z-index: 5;
	height:40px;
	background:#0075c4;
}
.head_r li {
	/*float: right;*/
	float:left;
	position: relative;
	/*text-align:right;*/
	width:100%;
	/*padding: 0 15px;*/
	background: url(../img/h_r_li.png) left center no-repeat;
}
.head_r .li02 .val {
	display: block;
	padding-right: 20px;
	position: relative;
}
.head_r .li02 .val .ions {
	width: 14px;
	height: 10px;
	background-position: 0 0;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
}
.head_r .li02 .option {
	position: absolute;
	top: 100%;
	width: 250px;
	left: 50%;
	margin-left: -105px;
	background-color: #f7f7f7;
	padding: 10px 0;
	display: none;
	min-height: 30px;
}
.head_r .li02 .option a {
	display: block;
	padding: 0 5% 0 5%;
	line-height: 2;
}
.head_r .headCol {
	height: 40px;
	overflow: hidden;
}
.head_r .headCol dd b {
	color: #f1af00;
}
.head_r .headCol dd {
	height: 40px;
	line-height: 40px;
	color: #fff;
}
.head_r .headCol dd span {
	display: block;
	float: left;
	background: url(../img/tel.png) center no-repeat #f1af00;
	width: 40px;
	height: 40px;
	margin-right:20px;
}
.head_r .headCol dd a {
	/*display: block;*/
	/*float: left;*/
	background-color: #0075c4;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	/*font-weight: bold;*/
	/*padding: 0px 30px;*/
}
.head_r .li03 {
	/*padding-right: 30px;*/
	background: none;
}
.head_r .li03 .harrs {
	display: block;
	width: 7px;
	height: 5px;
	background: url(../img/icons.png) no-repeat;
	position: absolute;
	right: 10px;
	top: 50%;
}
.head_r .li03 .ha_prev {
	background-position: -19px 0;
	margin-top: -8px;
}
.head_r .li03 .ha_next {
	background-position: -19px -6px;
	margin-top: 1px;
}
/*.logo{margin-top:-15px;}*/
.logo a {
	display: block;
	width: 228px;
	height: 60px;
	background: url(../img/logo.jpg) no-repeat;
	background-size: contain;
	/*margin-top: 10px;*/
}
.head_ser, .head_lang {
	margin-top: 15px;
}
.h_search {
	background-color: #0087d2;
	padding: 16px 0;
	display: none;
	position: absolute;
	top: 100%;
	width: 100%;
}
.h_search .item .inp {
	background: url(../img/h_ser_t.png) 10px center no-repeat #fff;
	font-size: 16px;
	color: #0087d2;
	height: 45px;
	line-height: 45px;
	vertical-align: top;
	box-sizing: border-box;
	padding-left: 45px;
	width: 91%;
}
.h_search .item .btn {
	border-radius: 0;
	background-color: transparent;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 45px;
	height: 45px;
	vertical-align: top;
	padding: 0;
	margin: 0;
	width: 60px;
	text-align: center;
}
.h_search .b {
	display: block;
	width: 0;
	height: 0;
	border-left: 9px transparent solid;
	border-right: 9px transparent solid;
	border-bottom: 11px #0087d2 solid;
	position: absolute;
	top: -27px;
	right: 5px;
}
.head_ser {
	margin-left: 1px;
}
.head_ser ._val, .head_lang ._val {
	width: 40px;
	height: 40px;
	display: block;
	line-height: 40px;
	text-align: center;
	color: #fff;
}
.head_ser ._val {
	background-color: #f1af00;
}
.head_lang ._val {
	background-color: #0075c2;
}
.head_lang {
	margin-left: 2%;
}
.nav {
	width: 900px;
	margin-top: 10px;
}
.nav .nav_li {
	float: left;
	width:150px;
	text-align:right;
}
.nav .nav_li .nav_a {
	font-size: 18px;
	display: block;
	padding-bottom: 14px;
	height: 58px;
	line-height: 58px;
	font-weight: bold;
}
.nav .nav_li .setNav {
	width: 100%;
	left: 0;
	right: 0;
	z-index: 99999;
	background-color: #f1f1f1;
	display: none;
	border-top: 1px #f0f0f0 solid;
}
.nav .nav_li .setNav .set-img {
	width: 25%;
	padding-top: 25px;
}
.nav .nav_li .setNav .set-img img {
	height: 150px;
	width: 100%;
}
.nav .nav_li .setNav .setCon .tit {
	font-size: 22px;
	color: #4e4e4e;
	margin-bottom: 20px;
	text-align:left;
}
.nav .nav_li .setNav .setMenu {
	width: 14%;
	padding-top: 20px;
	padding-right: 4%;
	padding-left: 4%;
	border-right: 1px #fff solid;
	border-left: 1px #fff solid;
}
.nav .nav_li .setNav .setMenu li {
	height: 35px;
	line-height: 35px;
	border-bottom: 1px #e9ebed solid;
	text-align:left;
}
.nav .nav_li .setNav .setMenu li a {
	display: block;
	position: relative;
	color: #4a4a4a;
}
.nav .nav_li .setNav .setCon {
	width: 42%;
	padding: 30px 5% 30px 0px;
}
.nav .nav_li .setNav .setCon .p {
	color: #666;
	line-height: 28px;
	height: 140px;
	overflow: hidden;
	text-align: justify;
	letter-spacing: 0.5px;
}
.nav .nav_li .setNav .set_close {
	display: block;
	width: 21px;
	height: 21px;
	background: url(../img/icons.png) 0 0 no-repeat;
	right: 0;
	bottom: 7%;
}
.nav .line {
	position: absolute;
	bottom: 0px;
	width: 0px;
	height: 4px;
	font-size: 3px;
	background-color: #f1af00;
	display: none;
}
.nav .nav_li .setNav .tech-menuItems {
	border: none;
}
/*通用底部*/
.pageFooter {
	width: 100%;
	background: url(../img/foot_bg.jpg) center top repeat;/*height: 395px;*/
	/*position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1;*/
}
.foot_top {
	padding: 40px 0 50px;
}
.foot_top, .foot_top a {
	color: #fff;
}
.foot_top .f_logo {
	margin-right: 6%;
	margin-top: 12px;
}
.foot_top .f_dl {
	width: 12%;
	margin-right: 3%;
}
.foot_top .f_dl dt, .foot_top .f_dl4 dt {
	font-size: 18px;
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
.foot_top .f_dl dt:after, .foot_top .f_dl4 dt:after {
	content: '';
	width: 40px;
	height: 1px;
	background-color: #f1af00;
	position: absolute;
	bottom: 0;
	left: 0;
}
.foot_top .f_dl dd a {
	display: block;
}
.foot_top .f_dl dd a:hover {
	color: #f1af00;
}
.foot_top .f_dl3 {
	width: 22%;
}
.foot_top .f_dl3 .f_dl3_arr {
	width: 11px;
	height: 6px;
	background: url(../img/f_dl3_arr.png) no-repeat;
	display: inline-block;
*display:inline;
*zoom: 1;
}
.foot_top .f_dl3 .dl3_arr_next {
	background-position: -11px 0px;
	margin-left: 12px;
}
.foot_top .f_dl3 dd {
	overflow: hidden;
	position: relative;
}
.foot_top .f_dl3 dd .scroll_bar {
	background: url(../img/white.2.png) center top repeat-y;
}
.foot_top .f_dl3 dd .scroll_bar .scroll_slider {
	background: #f1af00;
}
.foot_top .f_dl3 dd .hd ul {
	display: none;
}
.foot_top .f_dl4 {
	width: 300px;
}
.foot_top .f_dl4 dt {
	margin-bottom: 30px;
}
.foot_top .f_dl4 .f_erwm li {
	float: left;
	margin-right: 20px;
}
.foot_top .f_dl4 .f_erwm .li3 {
	margin-right: 0;
}
.foot_top .f_dl4 .bdsharebuttonbox {
	margin-top: 20px;
}
.foot_top .f_dl4 .bdsharebuttonbox span {
	line-height: 28px;
	margin-right: 10px;
}
.foot_top .f_dl4 .bdsharebuttonbox a {
	background: url(../img/f_share.png) no-repeat;
	width: 30px;
	height: 28px;
	padding-left: 0;
	margin: 0 6px 0 0;
}
.foot_top .f_dl4 .bdsharebuttonbox a.bds_tqq {
	background-position: -39px 0;
}
.foot_top .f_dl4 .bdsharebuttonbox a.bds_tqf {
	background-position: -77px 0;
}
.foot_top .f_dl4 .bdsharebuttonbox a.bds_qzone {
	background-position: -116px 0;
}
.foot_top .f_dl4 .bdsharebuttonbox a.bds_kaixin001 {
	background-position: -154px 0;
}
.foot_top .f_dl4 .bdsharebuttonbox a.bds_douban {
	background-position: -193px 0;
}
.foot_bottom {
	background: url(../img/black.6.png) repeat;
	/*padding: 26px 0;*/
	height: 60px;
	line-height: 60px;
}
.foot_bottom, .foot_bottom a {
	color: #909092;
}
.foot_bottom ._beian {
	margin: 0 15px;
}
.foot_bottom .r em {
	margin: 0 10px;
}
/*首页中间区域*/
.videoBanner {
	/*position: fixed;*/
	width: 100%;
	height: 100%;
	/*left: 0;
	top: 80px;*/
	overflow: hidden;
	z-index: 3;
	background-color: #fff;
}
.videoBanner video, .videoBanner .cover {
	position: absolute;
	left: 0;
	top: 0;
}
.videoBanner video {
	width: 100%;
	height: auto;
}
.videoBanner .cover {
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
}
.videoBanner .imgtext {
	position: absolute;
	left: 50%;
	margin-left: -600px;
	bottom: 70px;
}
/*.videoBanner .vbtn { position:absolute; right:50%; margin-right:-600px; bottom:70px; font-size:0;}*/
.videoBanner .vbtn a {
	display: inline-block;
	width: 80px;
	height: 180px;
	background: url(../img/slide_btn01.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -61px;
}
.videoBanner .vbtn a.stop {
	background-position: 0 0;
	left: 50%;
	margin-left: -600px;
}
.videoBanner .vbtn a.play {
	background-position: right 0;
	right: 50%;
	margin-right: -600px;
}
.videoBanner > img {
	position: absolute;
	width: 1366px;
	height: 100%;
	max-width: none;
	left: 50%;
	margin-left: -683px;
	top: 0;
}
.videoBanner li .cover img {
	width: 488px;
	height: 279px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -140px 0 0 -244px;
}
.videoBanner .cover {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
/*.banner, .banner li {
	height: 100%;
}
.banner img {
	width: 100%;
}
.banner .video_img {
	display: none;
}
.banner.ie .cover {
	display: none;
}
.banner.ie .video_img {
	display: block;
}*/
.cen_box1, .cen_box2, .cen_box3, .cen_box4, .cen_box5, .cen_box6 {
	position: relative;
	z-index: 20;
	background-color: #fff;
}
.cen_box1 {
	background: url(../img/i_bg1.jpg) repeat;
	color: #1e1e1e;
	padding: 50px 0 40px;
	text-align: center;
}
.cen_box1 .p1 {
	font-size: 24px;
	margin-bottom: 10px;
}
.cen_box1 .p2 {
	font-size: 15px;
}
.rect-66 {
	padding-bottom: 66%;
}
/*.cen_box2 li{height:223px;height:222px\9;}*/
.cen_box2 .li1 {
	background-color: #232523;
	font-size: 0;
	text-align: center;
}
.cen_box2 .li1 .word_cover {
	display: block;
	line-height: 1.4;
	color: #fff;
}
.cen_box2 .li1 .word_cover .title {
	font-size: 38px;
}
.cen_box2 .li1 .m_detail {
	display: block;
	font-size: 14px;
}
.cen_box2 .cover {
	display: block;/*background:url(../img/gray.5.png) repeat;*/
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	color: #fff;
	width:100%;
	height:100%;
	text-align: center;
}
.cen_box2 .cover .title {
	font-size: 26px;
	font-weight: normal;
	margin: 18% 0 10px;
	text-shadow: 2px 2px 14px #000;
}
.cen_box2 li .cover .m_detail {
	color: #fff\9;
}
.rolling > .rolling-box {
	-webkit-perspective: 1300px;
	-o-perspective: 1300px;
	-ms-perspective: 1300px;
	perspective: 1300px;
	-webkit-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.rolling .is_animated {
	-webkit-transition-duration: 1.2s;
	-webkit-transition-property: -webkit-transform, opacity;
	-webkit-transition-delay: .15s;
	-webkit-transition-timing-function: 'ease-in-out';
	-moz-transition-duration: 1.2s;
	-moz-transition-property: all;
	-moz-transition-delay: .15s;
	-moz-transition-timing-function: 'ease-in-out';
	-o-transition-duration: 1.2s;
	-o-transition-property: transform, opacity;
	-o-transition-delay: .15s;
	-o-transition-timing-function: 'ease-in-out';
	-ms-transition-duration: 1.2s;
	-ms-transition-property: transform, opacity;
	-ms-transition-delay: .15s;
	-ms-transition-timing-function: 'ease-in-out';
	transition-duration: 1.2s;
	transition-property: transform, opacity;
	transition-delay: .15s;
	transition-timing-function: 'ease-in-out';
	-webkit-transform: rotatex(-80deg) translateZ(0);
	-ms-transform: rotatex(-80deg) translateZ(0);
	transform: rotatex(-80deg) translateZ(0);
	-webkit-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	opacity: 0
}
.rolling .is_animated.revealed {
	-webkit-transform: rotatex(0) translateZ(0);
	-ms-transform: rotatex(0) translateZ(0);
	transform: rotatex(0) translateZ(0);
	opacity: 1
}
.cen_box3 {
	background: url(../img/c_bg23.jpg) center top no-repeat;
	padding: 5px 0 30px;
}
.cen_box3 .channl_title a {
	color: #205aa7;
	font-weight: bold;
	margin-bottom: 30px;
	display: block;
}
.cen-map-top .cen-map-left {
	width: 34%;
}
.cen_box3 .channl_title {
	font-size: 38px;
}
.cen_box3 .channl_title_en {
	font-size: 33px;
}
.cen-map-top .cen3-menu {
	margin: 50px 0 20px;
}
.cen-map-top .cen3-menu li .ico50 {
	margin-left: 12px;
}
.cen-map-top .inter-map-tab {
	width: 65%;
	height: 390px;
	background: url(../img/c_map.png) no-repeat 4px 19px;
}
.cen-map-top .inter-map-tab .inter-map, .cen-map-top .inter-map-tab .tab_c {
	height: 100%;
}
.widget-area {
	margin-top: 40px;
}
.widget-area li {
	float: left;
	width: 25%;
	text-align: center;
	cursor: pointer;
}
.widget-area li .s1 {
	font-family: Impact;
	font-size: 85px;
	color: #454545;
}
.widget-area li .s2 {
	font-size: 36px;
	color: #000;
}
.widget-area li .p2 {
	padding: 0 8%;
	font-size: 14px;
}
.widget-area .tab_t_cur .s1, .widget-area .tab_t_cur .s2 {
	color: #f1af00;
}
.cen_box4 .maxWrap {
	height: 188px;
	overflow: hidden;
	position: relative;
}
.cen_box4 img {
	position: absolute;
	left: 50%;
	margin-left: -683px;
	top: 0;
	width: 1366px;
	height: 100%;
	max-width: none;
}
.cen_box4 .c_tit, .cen_box4 .p {
	left: 0;
	width: 100%;
	z-index: 3;
	color: #fff;
}
.cen_box4 .c_tit {
	top: 40px;
	font-size: 38px;
}
.cen_box4 .p {
	bottom: 50px;
	font-size: 15px;
}
.cen_box4 .p span {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}
.cen_box4 .slide_nav {
	width: 100%;
	font-size: 0;
	text-align: center;
	bottom: 20px;
	position: absolute;
	left: 0;
}
.cen_box4 .slide_nav a {
	display: inline-block;
	width: 11px;
	height: 11px;
	line-height: 99;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
	margin: 0 6px;
	background: url(../img/whit_05.png) repeat;
}
.cen_box4 .slide_nav a.on {
	background-color: #fff;
}
.cen_box5 {
	padding: 15px 0 40px;
}
.cen_box5 .pbox {
	border: 1px #f1f1f1 solid;
}
.cen_box5 .pbox img {
	width: 100%;
}
.cen_box5 .pbox .info {
	padding: 6% 6% 10%;
}
.cen_box5 .pbox .info .bdsharebuttonbox {
	position: absolute;
	right: 0;
	font-size: 14px;
	top: 0;
}
.cen_box5 .pbox .info .bdsharebuttonbox a {
	background: none;
	float: none;
	padding-left: 0;
}
.cen_box5 .pbox .info .title {
	font-size: 16px;
	margin: 5px 0;
}
.cen_box5 .pbox .info .p {
	color: #5c5c5c;
	font-size: 13px;
	line-height: 23px;
	height: 46px;
	overflow: hidden;
}
.cen_box5 .pbox .columns {
	font-size: 14px;
	display: inline-block;
	background-color: #d8d8d8;
	padding: 0 7px;
	margin-top: 40px;
}
.cen_box5 .last .cover {
	display: block;
	background: url(../img/black.4.png) repeat;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}
.cen_box5 .last .cover ._play {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../img/icons.png) 0 -59px no-repeat;
	margin-top: 36%;
}
.cen_box5 .last .cover .title {
	font-size: 16px;
	color: #fff;
}
.cen_box5 .last .pbox .columns {
	margin-top: 50px;
}
.cen_box5 li:hover .pbox .columns {
	background-color: #f1af00;
	color: #fff;
}
.cen_box5 li:hover .pbox .info .title {
	color: #f1af00;
}
.cen_box5 .m_detail {
	border-color: #006bc0;
	width: 10%;
	padding: 5px 0;
	margin-top: 35px;
}
/*.cen_box5 .m_detail:hover{color:#fff;border-color:#fff}
.cen_box5 .m_detail:hover:before{background: #006bc0;}*/

.cen_box6 {
/*margin-bottom: 395px;*/
}
.cen_box6 .pbox img {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
.cen_box6 .cover {
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #fff;
	z-index: 3;
}
.cen_box6 .cover .title {
	font-size: 16px;
	line-height: 36px;
	font-weight: normal;
	margin-top: 16%;/*text-shadow: 2px 2px 6px #000;*/
}
.cen_box6 .cover .tit_en {
	font-size: 36px;
	font-family: Arial;
	text-transform: capitalize;
	line-height: 45px;
}
.cen_box6 .cover .m_detail {
	width: 27%;
	padding: 5px 0;
	margin-top: 40px;
	opacity: 0;
	filter: Alpha(opacity=0);
	display: none\9;
}
.cen_box6 .cover_bg {
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;/*background:url(../img/black.6.png) repeat;*/
	opacity: 0;
	filter: alpha(opacity=0);
}
/*.cen_box6 li:hover .pbox img{transform:scale(1.2);-webkit-transform:scale(1.2);-o-transform:scale(1.2);-ms-transform:scale(1.2);}*/
.cen_box6 li:hover .cover_bg {
	opacity: 1;
	filter: alpha(opacity=100);
}
.cen_box6 li:hover .cover .m_detail {
	opacity: 1;
	filter: alpha(opacity=100);
	display: inline-block\9;
	color: #555\9;
}
/*下层--通用样式*/
.n_banner .bann_img {
	height: 300px;
}
.n_banner .bann_img img {
	position: absolute;
	left: 50%;
	margin-left: -960px;
	height: 100%;
	width: 1920px;
	max-width: none;
}
.posi {
	font-size: 13px;
	font-weight: normal;
}
.posi em {
	margin: 0 5px;
}
.n_banner .posi {
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	color: #fff;
	background: url(../img/xc_bread_bj_02.png) repeat-x center;
	height: 82px;
	line-height: 82px;
}
.s_menu_bar {
	padding: 21px 0;
}
.s_menu {
	font-size: 0;
	text-align: center;
}
.s_menu li {
	display: inline-block;
*float:left;
	padding: 0 3%;
	background: url(../img/circle.png) left center no-repeat;
}
.s_menu li.cur {
	color: #0075c2;
}
.s_menu li a {
	display: block;
	font-size: 16px;
}
.s_menu li.first {
	background: none;
}
.main_bar {
	padding: 0 0 50px;
	background-color: #fff;
}
.main_content {
	min-height: 400px;
	padding-bottom: 40px;
}
.home_banner .bann_img {
	height: 476px;
}
/*亨通简介*/
.about_jianjie .part1 {
	position: relative;
}
.about_jianjie .part1 .part1_img {
	display: block;
	height: auto;
	text-align: center;
	overflow: hidden;
}
.about_jianjie .part1 .part1_img img {
	display: inline-block;
	margin: 0 -100%;
	margin: 0 -50%\9;
	max-width: none;
	width: auto;
}
.about_jianjie .part1 .part1_text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.about_jianjie .part1 .part1_wrap {
	width: 1150px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -575px;
}
.about_jianjie .part1 .part1_text_box {
	color: #fff;
	text-align: center;
	padding: 160px 180px 0px;
}
.about_jianjie .part1 .part1_text_box ._title {
	color: #fff;
	margin-bottom: 20px;
}
.about_jianjie .part1 .part1_text_box ._text {
	font-size: 16px;
}
.about_jianjie .part2 .part2_box {
	color: #000;
	text-align: center;
	padding: 90px 72px 110px;
}
.about_jianjie .part3 {
	position: relative;
	z-index: 10;
}
.about_jianjie .part3 .maxWrap {
	overflow: hidden;
}
.about_jianjie .part3_r {
	height: 533px;
	overflow: hidden;
}
.about_jianjie .part3 .part3_l_box {
	background-color: #0075c2;
	padding: 100px 70px 76px 104px;
	color: #fff;
}
.about_jianjie .part3 .part3_l_box .en_title {
	margin-bottom: 16px;
}
.about_jianjie .part3 .part3_l_box .cn_title {
	margin-bottom: 36px;
}
.about_jianjie .part3 .part3_l_box ._l_box_bd {
	line-height: 30px;
	height: 210px;
	overflow: hidden;
	position: relative;
	padding-right: 20px;
}
.about_jianjie .part3 .part3_r_box {
	background: url(../img/about_jianjie_part3_r_bj.jpg) no-repeat center;
	padding: 70px 24px 60px 66px;
	overflow: hidden;
}
.about_jianjie .part3 .part3_r_hd {
	color: #fff;
	margin-bottom: 30px;
}
.about_jianjie .part3 .part3_r_bd ._tab_t_box {
	text-align: center;
	font-size: 0;
	margin-bottom: 50px;
}
.about_jianjie .part3 .part3_r_bd ._tab_t_box .tab_t {
	border: 1px solid #dae7ee;
	color: #fff;
	padding: 10px 42px;
	margin: 0px 1.5px;
	display: inline-block;
*display:inline;
*zoom: 1;
	font-size: 14px;
}
.about_jianjie .part3 .part3_r_bd ._tab_t_box .tab_t.tab_t_cur {
	background: url(../img/whit_05.png);
	color: #0075c2;
}
.about_jianjie .part3 .part3_r_bd .tab_c {
	padding: 0px 100px;
	position: relative;
}
.about_jianjie .part3 .part3_r_bd .tab_c .img-slider {
	margin: 0 auto;
	height: 240px;
	width: 80%;
}
.about_jianjie .part3 .part3_r_bd .tab_c ._list_title {
	width: 100%;
	font-size: 16px;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	opacity: 1;
	display: none;
}
.about_jianjie .part3 .part3_r_bd .tab_c .honor_arr {
	width: 39px;
	height: 39px;
	background: url(../img/about_jianjie_part3_r_ico.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -19.5px;
}
.about_jianjie .part3 .part3_r_bd .tab_c .honor_arr.honor_prev {
	left: -10px;
}
.about_jianjie .part3 .part3_r_bd .tab_c .honor_arr.honor_next {
	right: -10px;
	background-position: -39px 0px;
}
.about_jianjie .part3 .part3_r_bd .tab_c li.roundabout-in-focus ._list_title {
	display: block;
}
.about_jianjie .part3 .part3_r_bd .tab_c .img-slider li {
	transform: scale(0.4)!important;
	-moz-transform: scale(0.4);
	-webkit-transform: scale(0.4);
}
.about_jianjie .part3 .part3_r_bd .tab_c .img-slider li.roundabout-in-focus {
	transform: scale(0.9)!important;
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
}
.about_jianjie .part4, .about_jianjie .part5 {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
.about_jianjie .part4_hd, .about_jianjie .part5_hd {
	margin-bottom: 30px;
}
.about_jianjie .part4_hd .en_title, .about_jianjie .part5 .en_title {
	margin-bottom: 20px;
}
.about_jianjie .part4 {
	padding: 140px 0px 88px;
	background-image: url(../img/about_jianjie_part4_bj.jpg);
}
.about_jianjie .part4_bd {
	color: #000;
}
.about_jianjie .part5 {
	padding: 130px 0px 190px;
	background-image: url(../img/about_jianjie_part5_bj.jpg);
	color: #fff;
}
.about_jianjie .part5_bd {
	font-size: 16px;
}
/*联系我们*/
.about_callus .part1 {
	position: relative;
	margin-bottom: 42px;
}
.about_callus .part1 .map_box {
	width: 100%;
	height: 500px;
	overflow: hidden;
	background: #f0f0f0;
}
.about_callus .part1 .part1_main {
	width: 378px;
	background: url(../img/blue_09.png);
	color: #fff;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -600px;
}
.about_callus .part1 .part1_main dl {
	padding: 70px 30px 50px;
}
.about_callus .part1 .part1_main dt {
	font-size: 30px;
	margin-bottom: 26px;
}
.about_callus .part1 .part1_main dd {
	margin-bottom: 20px;
	line-height: 30px;
}
.about_callus .part1 .part1_main dd a {
	color: #fff;
}
.about_callus .part1 .part1_main dd .map_ico {
	width: 30px;
	height: 30px;
	background: url(../img/about_callus_part1_ico.png) no-repeat;
	margin-right: 10px;
}
.about_callus .part1 .part1_main dd.dd1 .map_ico {
	background-position: 0px 0px;
}
.about_callus .part1 .part1_main dd.dd2 .map_ico {
	background-position: -30px 0px;
}
.about_callus .part1 .part1_main dd.dd3 .map_ico {
	background-position: -60px 0px;
	cursor: default;
}
.about_callus .part1 .part1_main dd.dd4 .map_ico {
	background-position: -90px 0px;
}
/*联系我们-列表*/
.about_callus .part2 {
	padding-bottom: 84px;
}
.widget-job-2 ._jt {
	background-color: #ededed;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	font-size: 18px;
	color: #5a5a5a;
	margin-bottom: 5px;
}
.widget-job-2 ._jt ._title {
	margin-left: 26px;
}
.widget-job-2 ._jt ._title_ico {
	width: 18px;
	height: 50px;
	background: url(../img/about_callus_part2_ico.png) no-repeat 0px center;
	margin-right: 20px;
}
.widget-job-2 ._jt._jt_act ._title_ico {
	background-position: -18px center;
}
.widget-job-2 ._jc {
	display: none;
}
.widget-job-2 ._jc ._jc_box {
	padding: 20px 0px 42px;
}
.widget-job-2 ._jc_box li {
	background-color: #f6f4f4;
	margin-bottom: 20px;
	min-height: 330px;
}
.widget-job-2 ._jc_box dl {
	padding: 30px;
}
.widget-job-2 ._jc_box dt {
	font-size: 16px;
	color: #221815;
	margin-bottom: 24px;
	position: relative;
}
.widget-job-2 ._jc_box dd {
	font-size: 13px;
	color: #727171;
}
.widget-job-2 ._jc_box dt:after {
	content: "";
	width: 42px;
	height: 1px;
	background-color: #de091f;
	position: absolute;
	left: 0;
	bottom: -10px;
}
.widget-job-2 ._jc_box li:hover {
	background-color: #0075c2;
}
.widget-job-2 ._jc_box li:hover dt, .widget-job-2 ._jc_box li:hover dd {
	color: #fff
}
.widget-job-2 ._jc_box li:hover dt:after {
	background-color: #fff;
}
.widget-job-2 ._jc_box li a:hover {
	color: #fff;
}
.widget-job-2 ._jc_box li a {
	cursor: default;
}
/*企业文化*/
.about_wenhua .part1 {
	margin-bottom: 76px;
}
.about_wenhua .part1_hd {
	text-align: center;
	padding: 34px 180px;
}
.about_wenhua .part1_hd ._title {
	margin-bottom: 16px;
}
.about_wenhua .part1_hd ._text {
	font-size: 16px;
	color: #595757;
}
.about_wenhua .part1_bd {
	overflow: hidden;
}
.about_wenhua .part1_bd ._bd_l {
	background-color: #0075c2;
}
.about_wenhua .part1_bd ._bd_r {
	background-color: #008fd3
}
.about_wenhua .part1_bd ._box {
	padding: 56px 50px 68px 83px;
}
.about_wenhua .part1_bd ._box_hd {
	color: #fff;
	margin-bottom: 40px;
}
.about_wenhua .part1_bd ._box_hd .cn_title {
	margin-bottom: 16px;
}
.about_wenhua .part1_bd ._bd_r ._box_hd .cn_title {
	margin-left: -22px;
}
.about_wenhua .part1_bd ._box_bd {
	color: #ddebf7;
	line-height: 37px;
	height: 234px;
	overflow: hidden;
	position: relative;
	padding-right: 50px;
}
.about_wenhua .part1_bd .scrollbar-ui .scroll_bar {
	background: url(../img/about_wenhua_scorll_bj.png) repeat-y center;
}
.about_wenhua .part1_bd .scrollbar-ui .scroll_slider {
	background: url(../img/about_wenhua_scorll_btn_bj.png) repeat-y center;
}
.about_wenhua .part2 .part2_hd {
	margin-bottom: 26px;
}
.about_wenhua .part2 .part2_bd {
	padding-bottom: 30px;
	min-height: 150px
}
.about_wenhua .part2 .part2_bd li {
	margin-bottom: 1.55%;
}
.about_wenhua .part2 .part2_bd ._list_box {
	position: relative;
}
.about_wenhua .part2 .part2_bd ._list_box ._list_title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 77px;
	background: url(../img/about_wenhua_part2_smail_bj.png) repeat-x center;
}
.about_wenhua .part2 .part2_bd ._list_box ._list_title a {
	display: block;
	padding: 44px 10px 0px;
}
.about_wenhua .part2 .part2_bd ._list_box ._title {
	width: 80%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 20px;
	color: #fff;
}
.about_wenhua .part2 .part2_bd ._list_box ._title_ico {
	width: 20px;
	height: 20px;
	background: url(../img/about_wenhua_part2_ico.png) no-repeat center;
}
/*通用红色头部*/
.threeLayer_menu li {
	background-color: #dbdbdb;
	padding: 10px 0px;
}
.threeLayer_menu li a {
	display: block;
	font-size: 20px;
	text-align: center;
	color: #585858;
}
.threeLayer_menu li.cur {
	background-color: #f1af00;
	position: relative;
}
.threeLayer_menu li.cur a {
	color: #fff;
}
.threeLayer_menu li.cur:after {
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px;
	border-color: #f1af00 transparent transparent transparent;
	display: block;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
}
/*关于亨通综合*/
.about_home .more {
	margin: 0 auto;
	display: inline-block;
*display:inline;
*zoom: 1;
	margin-bottom: 40px;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	width: auto;
}
.about_home .m_detail:hover {/*color:#fff;*/
	border-color: #0075c2;
}
.about_home .m_detail:hover:before {
	background-color: #0075c2;
}
.about_home .part1 {
	width: 100%;
}
.about_home .part1_box {
	padding: 50px 0px 90px;
	text-align: center;
}
.about_home .part1_box .hd_title {
	color: #1e1e1e;
	margin-bottom: 20px;
}
.about_home .part1_box .hd_text {
	color: #595757;
	margin-bottom: 20px;
	padding: 0px 160px;
}
.about_home .part1_box .part1_main .number {
	font-size: 90px;
	color: #dd081e;
	font-weight: bolder;
	line-height: 90px;
	display: block;
	margin-bottom: 10px;
	font-family: 'Impact';
}
.about_home .part1_box .part1_main .more {
	background-color: #f5f5f4;
}
.about_home .part1_box .part1_main .num_title {
	font-size: 15px;
	color: #1e1e1e;
	font-weight: normal;
}
.about_home .part2 ._list_l_box {
	background-color: #fff;
	padding-top: 70px;
	padding-left: 80px;
	padding-right: 90px;
}
.about_home .part2 ._list_l_box ._title_01 {
	margin-bottom: 20px;
}
.about_home .part2 ._list_l_box ._title_02 {
	font-size: 26px;
	color: #0075c2;
	margin-bottom: 10px;
}
.about_home .part2 ._list_l_box ._text {
	margin-bottom: 34px;
	line-height: 26px;
	height: 78px;
	overflow: hidden;
}
.about_home .part2_box li.odd ._list_l {
	float: right;
}
.about_home .part2_box li.odd ._list_r {
	float: left;
}
.about_home .part2_box li ._list_l_box {
	background-color: #ebebea;
}
.about_home .part2_box li.odd ._list_l_box {
	background-color: #fff;
}
.about_home .part3 {
	width: 100%;
	height: 437px;
	background: url(../img/about_home_history_bj.jpg) no-repeat center;
}
.about_home .part3 .wrap {
	padding: 100px 60px 120px;
	text-align: center;
	color: #fff;
}
.about_home .part3 .part3_hd {
	margin-bottom: 70px;
}
.about_home .part3 .part3_hd .hd_title a:hover {
	color: #dd081e;
}
.about_home .part3 .part3_bd .number {
	font-size: 40px;
	position: relative;
	display: block;
}
.about_home .part3 .part3_bd .num_title {
	font-size: 16px;
}
.about_home .part3 .part3_bd a:hover {
	color: #dd081e;
}
.about_home .part3 .part3_bd .number .border_ico {
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%;
	right: -4px;
	top: 50%;
	margin-top: -4px;
}
.about_home .part3 .part3_bd .list_last .border_ico {
	display: none;
}
/*发展历史*/
.about_history .history_hd {
	margin-bottom: 40px;
}
.about_history .history_hd .number_title {
	font-size: 18px;
}
.about_history .history_hd .number {
	font-size: 14px;
	color: #929292;
}
.about_history .history_hd .cur .number {
	color: #e7a7a9;
}
.about_history .history_bd {
	padding-top: 50px;
	position: relative;
}
.about_history .history_bd .line_color {
	background-color: #dddedd;
	position: absolute;
}
.about_history .history_bd .col_line {
	width: 65px;
	height: 1px;
	top: 0;
	left: 50%;
	margin-left: -32.5px;
}
.about_history .history_bd .row_line {
	width: 1px;
	top: 0;
	bottom: 0;
	left: 50%;
}
.about_history .history_bd ._list_box ._list_l {
	width: 46%;
	position: relative;
}
.about_history .history_bd ._list_box ._list_r {
	width: 46%;
	position: relative;
}
.about_history .history_bd ._list_l .img_line {
	width: 50px;
	height: 1px;
	top: 0;
}
.about_history .history_bd ._list_r ._r_year {
	position: absolute;
	top: 0;
	font-size: 40px;
	color: #0169c2;
	padding: 8px 50px;
	border: 1px solid #dddedd;
	font-weight: bolder;
	line-height: 40px;
}
.about_history .history_bd ._list_r ._r_main {
	padding: 88px 110px 0px 0px;
	color: #727171;
}
.about_history .history_bd ._list_r ._r_main li {
	margin-bottom: 10px;
}
.about_history .history_bd ._list_r ._r_main ._time {
	width: 12%;
}
.about_history .history_bd ._list_r ._r_main ._text {
	width: 88%;
}
.about_history .history_bd > ul > li {
	margin-bottom: 50px;
}
.about_history .history_bd .even ._list_l .img_line {
	right: -50px;
}
.about_history .history_bd .even ._list_r ._r_year {
	left: -48px;
}
.about_history .history_bd .odd ._list_l {
	float: right;
}
.about_history .history_bd .odd ._list_r {
	float: left;
}
.about_history .history_bd .odd ._list_l .img_line {
	left: -50px;
}
.about_history .history_bd .odd ._list_r ._r_year {
	right: -49px;
}
.about_history .history_bd .odd ._list_r ._r_main {
	padding: 88px 0px 0px 110px;
}
/*创始人*/
.csr_box1 .img, .csr_box1 .cs_content {
	width: 50%;
}
.csr_box1 .cs_content .pbox {
	border: 5px #d5d5d5 solid;
	border-left: 0;
	height: 432px;
	padding-left: 8%;
	padding-right: 7%;
}
.csr_box1 .cs_content .name {
	font-size: 35px;
	color: #0075c2;
	margin-top: 25px;
}
.csr_box1 .cs_content .subtitle {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 25px;
}
.csr_box1 .cs_content .p {
	height: 425px;
	overflow: hidden;
}
.honorBox {
	margin-bottom: 30px;
}
.honorBox ._title {
	font-size: 40px;
	color: #bfa060;
	height: 70px;
	line-height: 70px;
}
.honorScroll {
	height: 340px;
	position: relative;
	overflow: hidden;
	padding-right: 70px;
}
.honorScroll li {
	line-height: 38px;
	font-size: 14px;
	padding-left: 10px;
	background: url(../img/list_dot1.png) no-repeat 0px 14px;
	cursor: pointer;
}
.honorScroll li.cur {
	font-size: 18px;
}
.honorScroll li.cur a {
	color: #000;
}
.honor_img {
	max-width: 76%;
	margin: 10px auto 0;
	border: 1px #c8c8c8 solid;
}
.honor_img ._img {
	background: #fff url(../img/loading.gif) center no-repeat;
}
.honorBox .scroll_bar, .honorBox .scroll_bar .scroll_slider {
	border-radius: 20px;
}
.honorBox .scroll_bar .scroll_slider {
	background-color: #e6031f;
}
.csr_box2 {
	padding: 50px 0 60px;
}
.csr2_tabBox .tabMenu {
	border-bottom: 1px #9e9c9c solid;
	margin-bottom: 45px;
}
.csr2_tabBox .tabMenu li {
	float: left;
	padding: 0 10px;
	position: relative;
	margin-right: 15px;
}
.csr2_tabBox .tabMenu li a {
	display: block;
	font-size: 35px;
	color: #3e3a39;
}
.csr2_tabBox .tabMenu li:after {
	content: '';
	width: 100%;
	height: 3px;
	background-color: #0075c2;
	position: absolute;
	bottom: -1px;
	left: 0;
	display: none;
}
.csr2_tabBox .tabMenu .tab_t_cur a {
	color: #0075c2;
}
.csr2_tabBox .tabMenu .tab_t_cur:after {
	display: block;
}
.csr_box3 .channl_title, .csr_box4 .channl_title {
	padding-bottom: 30px;
	color: #0075c2;
}
.csr_box3 .channl_title a, .csr_box4 .channl_title a {
	color: #0075c2;
}
.csr_box3 {
	background-color: #f3f3f3;
	padding: 40px 0 60px;
}
.csr_news .pbox {
	background-color: #fff;
}
.csr_news .pbox .info {
	display: block;
	padding: 6% 6% 10%;
}
.csr_news .pbox .info .date {
	font-size: 12px;
	color: #8e8e8e;
}
.csr_news .pbox .info .title {
	font-size: 16px;
	color: #f1af00;
}
.csr_news .pbox .info .p {
	font-size: 13px;
	color: #5c5c5c;
	line-height: 1.6;
	margin-top: 6px;
}
.csr_box3 .cs_arrs {
	display: block;
	width: 32px;
	height: 56px;
	background: url(../img/ico32.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -28px;
	z-index: 5;
}
.csr_box3 .cs_prev {
	left: -5%;
}
.csr_box3 .cs_next {
	right: -5%;
	background-position: right top;
}
.csr_box3 .cs_prev:hover {
	background-position: left bottom;
}
.csr_box3 .cs_next:hover {
	background-position: right bottom;
}
.csr_box4 {
	padding: 40px 0 50px;
}
.csr4_zt_Video .zt_bigImg {
	width: 49.5%;
}
.csr4_zt_Video .zt_video {
	width: 49.5%;
}
.csr4_zt_Video .zt_video .bd {
	height: 446px;
	overflow: hidden;
}
.csr4_zt_Video .ulWrap li {
	margin-bottom: 1.8%;
}
.csr4_zt_Video .ulWrap li .title {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	background: url(../img/about_wenhua_part2_smail_bj.png) repeat-x center;
	background-size: contain;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px 5% 10px;
}
.csr4_zt_Video .ulWrap li ._video {
	display: block;
	background: url(../img/icons.png) -142px 0 no-repeat;
	width: 58px;
	height: 58px;
	left: 50%;
	top: 50%;
	margin-left: -29px;
	margin-top: -29px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.csr4_zt_Video .ulWrap .hover ._video {
	opacity: 1;
	filter: alpha(opacity=100);
}
.csr4_zt_Video .hd {
	margin-top: 30px;
}
.csr4_zt_Video .hd ul {
	font-size: 0;
	text-align: center;
}
.csr4_zt_Video .hd li {
	width: 18px;
	height: 8px;
	background-color: #cdcdcd;
	border-radius: 20px;
	display: inline-block;
	margin: 0 3px;
	cursor: pointer;
}
.csr4_zt_Video .hd .on {
	width: 33px;
	background-color: #0075c2;
}
/*出版物*/
.cbw_list li {
	margin-bottom: 30px;
}
.cbw_list .pbox {
	background-color: #c9c9c9;
	padding: 15%;
}
.cbw_list .pbox .info {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #ededed;
	padding: 5%;
}
.cbw_list .pbox .info .title {
	font-size: 16px;
	font-weight: normal;
}
.cbw_list .pbox .info .co {
	width: 0;
	height: 0;
	border-right: 22px solid #027ac8;
	border-top: 22px transparent solid;
	display: block;
	position: absolute;
	right: 4px;
	bottom: 4px;
}
.cbw_list .hover .pbox .info {
	background-color: #027ac8;
	color: #fff;
}
.cbw_list .hover .pbox .info .co {
	border-right-color: #fff;
}
/*出版物详情*/
.cbw_detail .cbw_left {
	width: 34%;
}
.cbw_detail .cbw_right {
	width: 64%;
}
.cbw_detail .cbw_right .cbw_picitems {
	border: 1px #d1d1d1 solid;
	padding: 40px 9%;
}
.cbw_detail .cbw_right .cbw_picitems .picitems {
	height: 817px;
	overflow: hidden;
}
.cbw_detail .cbw_left .cbw_items {
	background-color: #f6f6f6;
}
.cbw_detail .cbw_left .cbw_items dt {
	font-size: 20px;
	font-weight: bold;
	padding: 27px 8%;
}
.cbw_detail .cbw_left .cbw_items .cbw_items_dd {
	padding-bottom: 30px;
}
.cbw_detail .cbw_left .cbw_items .cbw_items_dd a {
	display: block;
	font-size: 16px;
	padding-left: 20%;
	line-height: 54px;
}
.cbw_detail .cbw_left .cbw_items .cbw_items_dd li {
	border-top: 1px #e7e7e7 solid;
}
.cbw_detail .cbw_left .cbw_items .cbw_items_dd .cur a {
	background-color: #f1af00;
	color: #fff;
}
.cbw_detail .cbw_right .cbw_picitems .cb_arrs {
	display: block;
	width: 56px;
	height: 118px;
	background: url(../img/ico56.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -59px;
	z-index: 3;
}
.cbw_detail .cbw_right .cbw_picitems .cb_prev {
	left: 0;
}
.cbw_detail .cbw_right .cbw_picitems .cb_next {
	right: 0;
	background-position: right 0;
}
.cbw_picitems_box .cb2_btn {
	font-size: 0;
	margin-top: 35px;
}
.cbw_picitems_box .cb2_arrs {
	float: right;
	font-size: 16px;
	width: 106px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #c1c1c1;
	margin-left: 25px;
}
.cbw_picitems_box .cb2_arrs:hover {
	background-color: #027ac8;
	color: #fff;
}
.cbw_detail .cbw_right .cbw_picitems .prevStop, .cbw_detail .cbw_right .cbw_picitems .nextStop, .cbw_detail .cbw_right .cbw_picitems_box .prevStop, .cbw_detail .cbw_right .cbw_picitems_box .nextStop {
	display: none;
}
/*视频列表*/
.videoList ul {
	margin-right: -0.5%;
}
.videoList li {
	float: left;
	width: 24.5%;
	margin: 0 0.5% 50px 0;
}
.videoList li .cover {
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../img/black.4.png) repeat;
	opacity: 0;
	filter: alpha(opacity=0);
}
.videoList li .cover ._play {
	display: block;
	width: 58px;
	height: 58px;
	background: url(../img/icons.png) -142px 0 no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -29px;
	margin-left: -29px;
}
.videoList li .title {
	font-size: 16px;
	font-weight: normal;
	padding: 15px 0;
}
.videoList li .title:after {
	content: '';
	width: 46px;
	height: 3px;
	background-color: #0075c2;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.videoList .hover .title:after {
	width: 100%;
}
.videoList .hover .cover {
	opacity: 1;
	filter: alpha(opacity=100);
}
/* page-1 start*/
.page {
	font-size: 16px;
	color: #909090;
	text-align: center;
}
.page a, .page span {
	color: #909090;
	display: inline-block;
	padding: 5px 5px;
	vertical-align: middle;
	margin: 0 0 10px -1px;
}
.page .goprev {
	margin-right: 30px;
}
.page .gonext, .page .count {
	margin-left: 30px;
}
.page a:hover, .page span {
	color: #f1af00;
}
.page .goprev, .page span.gonext, .page a.gonext {
	width: 23.5px;
	height: 12px;
	background: url(../img/page_arr.png) no-repeat 0px -12px;
	padding: 0;
}
.page a.goprev:hover {
	background-position: 0px 0px;
}
.page span.gonext, .page a.gonext {
	background-position: -23.5px -12px;
}
.page span.gonext:hover, .page a.gonext:hover {
	background-position: -23.5px 0px;
}
.page span.count {
	border: 0;
	background: 0;
	color: #909090;
}
/*新闻列表*/
.news_list .news_title {
	font-size: 18px;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news_list .news_text {
	font-size: 13px;
}
.news_list .news_sarch {
	padding: 30px 36px 34px;
	background-color: #ededed;
	margin-bottom: 50px;
}
.news_list .news_sarch .select_box {
	border: none;
	background: #fff;
	height: 36px;
	line-height: 36px;
	width: 19%;
}
.news_list .news_sarch .title {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	margin-right: 40px;
	line-height: 36px;
	height: 36px;
	display: inline-block;
*display:inline;
*zoom: 1;
	vertical-align: middle;
}
.news_list .news_sarch .select-ui-choose-default {
	border: none;
	background-color: #fff;
	width: 19%;
	border-radius: 0px;
	height: 36px;
	line-height: 36px;
	margin-right: 12px;
}
.news_list .news_sarch .select-ui-choose-default ._txt {
	padding-left: 12px;
	padding-right: 50px;
}
.news_list .news_sarch .select-ui-choose-default ._arrow .arr {
	border-color: #cecece transparent transparent;
}
.news_list .news_sarch .select-ui-choose-default.on ._arrow .arr {
	border-color: transparent transparent #cecece;
}
.news_list .news_sarch .select-ui-choose-default ._arrow {
	width: 40px;
}
body .select-ui-options-default-bottom {
	border-radius: 0px;
	border: none;
	background-color: #f0f0f0;
}
body .select-ui-options-default li:hover {
	background: #0075c2;
}
.news_list .news_sarch .seach_box {
	border: 1px solid #cdcdcd;
	height: 34px;
	line-height: 34px;
	background-color: #fff;
	display: inline-block;
*display:inline;
*zoom: 1;
	vertical-align: middle;
	width: 19%;
	color: #bababa;
}
.news_list .news_sarch .seach_box input {
	border: none;
	width: 100%;
}
.news_list .news_sarch .seach_box .input_box {
	padding: 0px 16px;
	display: block;
}
.news_list .news_sarch .seach_btn {
	border: none;
	background: #0179c7;
	width: 14%;
	color: #fff;
	height: 36px;
	line-height: 36px;
	text-align: center;
	vertical-align: middle;
	margin-left: 24px;
	font-size: 16px;
	outline: none;
}
.news_list .news_pic_list {
	margin-bottom: 50px;
}
.news_list .news_pic_list ._list_box {
	position: relative;
}
.news_list .news_pic_list ._list_title a {
	border: 1px solid #cacaca;
	border-top: none;
	padding: 20px 20px 25px;
	display: block;
}
.news_list .news_pic_list ._list_box .news_title {
	color: #000;
	margin-bottom: 6px;
}
.news_list .news_pic_list ._list_box ._time {
	font-size: 13px;
	color: #8c8c8c;
}
.news_list .news_pic_list ._list_box .news_text {
	color: #fff;
	margin-bottom: 20px;
}
.news_list .news_pic_list ._title_hover {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -100%;
}
.news_list .news_pic_list ._title_hover a {
	padding: 20px 20px 25px;
	background-color: #027ac8;
	color: #fff;
	display: block;
}
.news_list .news_pic_list li:hover ._title_hover {
	bottom: 0;
}
.news_list .news_pic_list li:hover ._title_hover .news_title {
	color: #fff;
}
.news_list .news_pic_list li:hover ._title_hover ._time {
	color: #fff;
}
.news_list .news_list_main {
	margin-bottom: 32px;
}
/*新闻左侧日期通用*/
.news_l_time {
	font-size: 48px;
	line-height: 48px;
	color: #c8c8c8;
	width: 124px;
}
.news_l_time ._year {
	font-size: 12px;
	text-align: right;
	line-height: 20px;
}
.news_list .news_list_main ._list_box {
	padding: 40px 26px 26px;
}
.news_list .news_list_main ._list_box a {
	display: block;
}
.news_list .news_list_main ._list_r {
	width: 86%;
}
.news_list .news_list_main ._list_r .news_title {
	margin-bottom: 12px;
}
.news_list .news_list_main ._list_r .news_text {
	color: #767676;
	margin-bottom: 20px;
}
.news_list .news_list_main ._list_r .news_more {
	font-size: 14px;
	color: #aaaaaa;
}
.news_list .news_list_main ._list_r .news_more:hover {
	color: #0179c7;
}
.news_list .news_list_main li:hover ._list_box {
	background-color: #f4f4f4;
}
.news_list .news_list_main li:hover ._list_l {
	color: #dd071f;
}
.news_list .news_list_main li:hover .news_title {
	font-weight: bold;
	color: #000;
}
.news_list .news_list_main li:hover .news_text {
	color: #434343;
}
/*详情通用右侧按钮*/
.detail_right_btn ._btn_box {
	width: 46px;
	height: 46px;
	background: url(../img/detail_r_ico.png) no-repeat;
	display: inline-block;
*display:inline;
*zoom: 1;
}
.detail_right_btn ._btn_box._btn_back {
	background-position: -46px 0px;
}
.detail_right_btn ._btn_box._btn_next {
	background-position: -92px 0px;
}
.detail_right_btn ._btn_box:hover {
	background-position: 0px -46px;
}
.detail_right_btn ._btn_box._btn_back:hover {
	background-position: -46px -46px;
}
.detail_right_btn ._btn_box._btn_next:hover {
	background-position: -92px -46px;
}
/*新闻详细tool图标*/
.news_detail ._tool_ico {
	width: 20px;
	height: 20px;
	background: url(../img/news_detail_tool_ico.png) no-repeat;
	display: inline-block;
*display:inline;
*zoom: 1;
	vertical-align: middle;
	margin-right: 6px;
}
.news_detail ._tool_ico.ico01 {
	background-position: 0px 0px;
}
.news_detail ._tool_ico.ico02 {
	background-position: -20px 0px;
}
.news_detail ._tool_ico.ico03 {
	background-position: -40px 0px;
}
.news_detail ._tool_ico.ico04 {
	background-position: -60px 0px;
}
.news_detail ._tool_ico.ico05 {
	background-position: -80px 0px;
}
.news_detail ._tool_ico.ico06 {
	background-position: -100px 0px;
	margin-left: 24px;
}
/* newsdetail-2 start*/
.widget-newsdetail-2 ._head {
	border-bottom: 1px dotted #cccccc;
}
.widget-newsdetail-2 ._head ._title {
	font-size: 30px;
	line-height: 1.4;
	color: 000;
	font-weight: bold;
	margin-bottom: 20px;
}
.widget-newsdetail-2 ._tools {
	color: #c7c7c7;
	height: 46px;
	line-height: 46px;
	padding: 10px 0px 30px;
}
.widget-newsdetail-2 .ion {
	font-size: 16px;
	font-weight: normal;
}
.widget-newsdetail-2 ._tools ._tool {
	display: inline-block;
	vertical-align: middle;
	margin-right: 24px;
}
.widget-newsdetail-2 ._tools ._b2l .ion {
	color: #0e90d2;
}
.widget-newsdetail-2 .myart {
	padding: 50px 0;
}
.widget-newsdetail-2 ._detailPage_bottom {
	border-top: 1px solid #cccccc;
}
.widget-newsdetail-2 ._detailPage_bottom li {
	line-height: 60px;
	overflow: hidden;
	height: 60px;
	border-bottom: 1px solid #cccccc;
	font-size: 16px;
	padding-right: 28px;
}
.widget-newsdetail-2 ._detailPage_bottom ._mark {
	float: left;
	margin-right: 25px;
	padding: 0px 28px;
	color: #7c7c7c;
}
.widget-newsdetail-2 ._detailPage_bottom ._title {
	float: left;
	width: 68%;
	color: #000;
}
.widget-newsdetail-2 ._detailPage_bottom li:hover ._mark {
	background-color: #027ac8;
	color: #fff;
}
.widget-newsdetail-2 ._detailPage_bottom ._time {
	float: right;
	font-size: 13px;
	color: #969696;
}
.widget-newsdetail-2 .bdsharebuttonbox {
	margin-right: 24px;
}
.widget-newsdetail-2 .bdsharebuttonbox .bds_more {
	float: none;
	padding-left: 2px;
	background: none;
	font-size: 14px;
	color: #c7c7c7;
}
/*新闻综合*/
.news_home .part_hd ._title {
	color: #0e141d;
}
.news_home .part_hd ._text {
	line-height: 50px;
	height: 50px;
}
.news_home .part_hd ._text_l {
	color: #c8c8c8;
	font-size: 32px;
	text-transform: uppercase;
}
.news_home .part_hd ._more {
	font-size: 12px;
}
.news_home .part1 {
	padding-bottom: 72px;
}
.news_home .part1_hd {
	padding: 60px 0px 40px;
}
.news_home .part1_hd ._text_l {
	font-size: 15px;
	color: #7c7c7c;
	padding: 10px 0px;
}
.news_home .part1_bd ._bd_l {
	width: 46%;
}
.news_home .part1_bd ._bd_l .part1_bd_l_box {
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	overflow: hidden;
}
.news_home .part1_bd ._bd_l ._img_list {
	position: relative;
}
.news_home .part1_bd ._bd_l ._img_list img {
	width: 100%;
}
.news_home .part1_bd ._bd_l ._img_list ._img_title {
	position: absolute;
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: url(../img/black.6.png);
	left: 0;
	bottom: 0;
}
.news_home .part1_bd ._bd_l ._img_list ._img_title ._title_box {
	display: block;
	padding-left: 12px;
	color: #fff;
	font-weight: normal;
	font-size: 16px;
}
.news_home .part1_bd .slide_nav {
	bottom: 16px;
	width: 98%;
	text-align: right;
}
.news_home .part1_bd .slide_nav a {
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 50%;
	font-size: 0;
	margin: 0px 4px;
	display: inline-block;
*display:inline;
*zoom: 1;
}
.news_home .part1_bd .slide_nav a.on {
	background: #df0818
}
.news_home .part1_bd ._bd_r {
	width: 51%;
}
.news_home .part1_bd ._bd_r ._list_box {
	background-color: #f2f3f5;
	padding: 24px 30px 26px 16px;
}
.news_home .part1_bd ._bd_r ._list_l {
	padding-top: 6px;
}
.news_home .part1_bd ._bd_r ._list_r {
	width: 74%;
}
.news_home .part1_bd ._bd_r ._list_r .news_title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 16px;
	color: #000;
	margin-bottom: 6px;
}
.news_home .part1_bd ._bd_r ._list_r .news_text {
	overflow: hidden;
	line-height: 20px;
	height: 40px;
	color: #767676;
}
.news_home .part1_bd ._bd_r li:hover ._list_l ._day {
	color: #dd071f;
}
.news_home .part1_bd ._bd_r li:hover ._list_r .news_title {
	color: #dd071f;
}
.news_home .part1_bd ._bd_r li {
	margin-bottom: 20px;
}
.news_home .part1_bd ._bd_r li:last-child {
	margin-bottom: 0px;
}
.news_home .part1_bd ._bd_r li:last-child ._list_box {
	padding-bottom: 28px;
}
.news_home .part2 {
	width: 100%;
	height: 540px;
	background: url(../img/news_home_video_bj.jpg) no-repeat center;
}
.news_home .part3 {
	padding: 50px 0px 70px;
}
.news_home .part3 .wrap {
	overflow: hidden;
}
.news_home .part3_l {
	width: 55%;
}
.news_home .part3_l .part3_hd {
	margin-bottom: 36px;
}
.news_home .part3_l .part3_hd ._text_l {
	font-family: 'hero_lightlight';
}
.news_home .part3_l .part3_l_bd ._list_box {
	padding: 14px 22px;
}
.news_home .part3_l .part3_l_bd ._list_hd {
	line-height: 32px;
	height: 32px;
}
.news_home .part3_l .part3_l_bd .list_titl {
	font-size: 18px;
	color: #000;
	width: 80%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news_home .part3_l .part3_l_bd .list_time {
	font-size: 13px;
	color: #868686;
}
.news_home .part3_l .part3_l_bd ._list_bd {
	line-height: 26px;
	font-size: 13px;
	color: #7c7c7c;
}
.news_home .part3_l .part3_l_bd li:hover {
	background-color: #f6f6f6;
}
.news_home .part3_r {
	width: 42%;
	padding-top: 80px;
}
.news_home .part3_r li {
	height: 189px;
}
.news_home .part3_r ._text_box {
	display: block;
	padding: 50px 52px 57px;
	text-align: center;
	background-color: #003e5e;
}
.news_home .part3_r img {
	width: 100%;
}
.news_home .part3_r .text_box_02 {
	background-color: #0179c7;
}
.news_home .part3_r ._text_box ._title {
	font-size: 32px;
	color: #fff;
}
.news_home .part3_r ._text_box ._text {
	font-size: 14px;
	color: #fff;
}
.news_home .part4 {
	width: 100%;
	background-color: #f5f5f5;
	padding: 60px 0px 70px;
}
.news_home .part4 .part4_hd {
	margin-bottom: 40px;
}
.news_home .part4 .part4_hd ._text_l {
	font-family: 'hero_lightlight';
}
.news_home .part4 .part4_bd ._list_box {
	display: block;
	padding: 26px 26px 38px;
	border-right: 1px #b8b8b8 dotted;
}
.news_home .part4 .part4_bd ._list_box ._list_title {
	font-size: 16px;
	color: #4f4f4f;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 12px;
}
.news_home .part4 .part4_bd ._list_box ._list_time {
	font-size: 13px;
	color: #959595;
	margin-bottom: 12px;
}
.news_home .part4 .part4_bd ._list_box ._list_text {
	font-size: 13px;
	color: #4f4f4f;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.news_home .part4 .part4_bd li:last-child ._list_box {
	border: none;
}
.news_home .part4 .part4_bd li:hover ._list_box {
	background-color: #fff;
}
/*员工风采*/
.xc_more_btn {
	width: 138px;
	height: 36px;
	text-align: right;
	line-height: 36px;
	display: block;
	float: right;
}
.xc_more_btn:hover {
	color: #555;
}
body .bdshare_popup_box {
	display: none!important;
}
.about_ygfc .list_box {
	background: url(../img/about_ygfc_list_bj.png);
}
.about_ygfc li {
	margin-bottom: 20px;
}
.about_ygfc .list_box ._list_img {
	width: 32%;
}
.about_ygfc .list_box ._list_main {
	width: 68%;
}
.about_ygfc .list_box ._list_main_box {
	padding: 30px 80px 40px 40px;
}
.about_ygfc .list_box ._list_main ._list_hd {
	height: 46px;
	line-height: 46px;
	margin-bottom: 16px;
}
.about_ygfc .list_box ._list_main ._list_hd ._list_titl {
	font-size: 26px;
	color: #000;
	width: 70%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.about_ygfc .list_box ._list_main ._list_hd ._list_hd_r {
	width: 20%;
}
.about_ygfc .list_box ._list_main ._list_hd ._list_hd_r ._time {
	font-size: 15px;
	color: #000;
	margin-right: 10px;
}
.about_ygfc .list_box ._list_main ._list_hd ._list_hd_r .bdsharebuttonbox {
	display: inline-block;
	vertical-align: middle;
}
.about_ygfc .list_box ._list_main ._list_hd ._list_hd_r .bdsharebuttonbox a {
	float: none;
	background: none;
	padding-left: 0px;
}
.about_ygfc .list_box ._list_main ._list_hd ._list_hd_r .bdsharebuttonbox .ion {
	font-size: 16px;
	color: #9d9d9d;
}
.about_ygfc .list_box ._list_main ._list_bd {
	font-size: 15px;
	color: #000;
	margin-bottom: 16px;
}
/*图片列表*/
.pic-list li {
	margin-bottom: 20px;
}
.pic-list li a._img {
	display: block;
	height: 0;
	overflow: hidden;
	padding-bottom: 66%;
	position: relative;
}
.pic-list li a._img img {
	height: auto;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.pic-list li ._border {
	border: 1px solid #ccc;
}
.pic-list li ._title {
	line-height: 50px;
	border-top: 1px solid #ccc;
	font-size: 14px;
	font-weight: normal;
	text-indent: 10px;
}
.pic-list li ._cover {
	display: none;
	width: 100%;
	height: 100%;
	background: url(../img/black.6.png) repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}
.pic-list li ._cover ._fdj {
	display: block;
	width: 58px;
	height: 58px;
	background: url(../img/fdj.png) no-repeat center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -29px;
	margin-left: -29px;
}
body .album_preview .album_close {
	background: #df0615;
}
body .album_preview .slide_nav a {
	border-color: #df0615;
}
body .album_preview .album_pages {
	color: #df0615;
}
.pic_list .pic_list_hd {
	height: 46px;
	line-height: 46px;
	margin-bottom: 36px;
}
.pic_list .pic_list_hd ._title {
	font-size: 30px;
	color: #3e3a39;
	font-weight: bold;
}
/*专题页*/
.zhuanti_Main {
	padding-top: 0;
}
.zhanti_header {
	padding: 25px 0 30px;
}
.zhanti_header .logo {
	margin-top: 0;
}
.zt_head_menu {
	margin-top: 28px;
}
.zt_head_menu li {
	float: right;
	margin-left: 30px;
}
.zt_head_menu li .ico1_2 {
	margin-right: 10px;
}
.zhanti_header .channel_columns {
	padding-top: 15px;
	font-size: 24px;
	font-weight: normal;
	margin-left: 20px;
}
.n_banner .zt_banner {
	height: 404px;
}
.zt-box1 {
	padding: 90px 0 65px;
}
.zt-box1 .channl_title {
	margin-bottom: 20px;
}
.zt-medias-box .zt-media {
	width: 55%;
}
.zt-medias-box .zt-video-box {
	width: 42%;
}
.zt-media-top {
	border-bottom: 1px #efefef dashed;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.zt-media-top .title {
	width: 80%;
	font-size: 22px;
	font-weight: normal;
}
.zt-media-top .title a {
	display: block;
}
.zt-media-top .date {
	width: 19%;
	text-align: right;
	margin-top: 8px;
}
.zt-media-top .p {
	color: #a4a4a4;
}
.zt-media-top .p ._detial {
	color: #c70019;
}
.zt-media-list {
	overflow: hidden;
}
.zt-media-list li {
	overflow: hidden;
	position: relative;
	border-top: 1px #f0f0f0 solid;
	margin-top: -1px;
	height: 46px;
	line-height: 46px;
}
.zt-media-list li .t {
	color: #464646;
	width: 80%;
}
.zt-media-list li .date {
	width: 19%;
	text-align: right;
}
.zt-video-box .zt-video {
	height: 378px;
	overflow: hidden;
}
.zt-video-box .zt-video ._play {
	position: absolute;
	width: 58px;
	height: 58px;
	background: url(../img/icons.png) -142px 0 no-repeat;
	top: 50%;
	left: 50%;
	margin-left: -29px;
	margin-top: -29px;
}
.zt-video-box .zt-video .title {
	font-size: 14px;
	font-weight: normal;
	background: url(../img/black.6.png) repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 5%;
	color: #fff;
}
.zt-video-box .slide_nav {
	width: 95%;
	font-size: 0;
	text-align: right;
	position: absolute;
	bottom: 5%;
	left: 0;
}
.zt-video-box .slide_nav a {
	display: inline-block;
	width: 10px;
	height: 10px;
	line-height: 99;
	overflow: hidden;
	background-color: #fff;
	cursor: pointer;
	border-radius: 50%;
	margin: 0 4px;
}
.zt-video-box .slide_nav a.on {
	background-color: #c70019;
}
.zt-box2 {
	background: url(../img/zt_bg2.jpg) center top no-repeat;
	padding: 60px 0 85px;
}
.zt-box2 .channl_title a, .zt-box2 .channel_p {
	color: #fff;
}
.zt-box2 .channl_title {
	margin-bottom: 10px;
}
.special_list {
	height: 498px;
	overflow: hidden;
}
.special_list li {
	background-color: #fff;
}
.special_list li .img, .special_list li .pbox {
	width: 50%;
}
.special_list li .img img {
	height: auto;
}
.special_list li .pbox .info {
	padding: 9%;
	display: block;
}
.special_list li .pbox .info:before {
	content: '';
	border-top: 12px transparent solid;
	border-bottom: 12px transparent solid;
	position: absolute;
top;
10%;
}
.special_list li .pbox .title {
	font-size: 17px;
	margin-bottom: 15px;
}
.special_list li .pbox .p {
	line-height: 23px;
	height: 115px;
	overflow: hidden;
}
.special_list .even .pbox .info:before {
	border-right: 12px #fff solid;
	left: -12px;
}
.special_list .odd .pbox .info:before {
	border-left: 12px #fff solid;
	right: -12px;
}
.special_box .zt_arrs {
	display: block;
	width: 32px;
	height: 56px;
	background: url(../img/zt_btn2.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -28px;
	z-index: 5;
}
.special_box .zt_prev {
	left: -5%;
}
.special_box .zt_next {
	right: -5%;
	background-position: right top;
}
.special_box .zt_prev:hover {
	background-position: left bottom;
}
.special_box .zt_next:hover {
	background-position: right bottom;
}
.zt-box3 {
	padding: 40px 0 60px;
}
.zt-box3 .channl_title {
	margin-bottom: 20px;
}
.zt-pics-list .bd {
	padding-bottom: 55px;
	height: 245px;
}
.zt-pics-list li .rect-70 img {
	height: auto;
}
.zt-pics-list li ._title {
	font-size: 14px;
	font-weight: normal;
	padding: 10px 5%;
}
.zt-pics-list .scroll_nav {
	font-size: 0;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.zt-pics-list .scroll_nav a {
	display: inline-block;
	width: 15px;
	height: 7px;
	line-height: 99;
	overflow: hidden;
	background-color: #bbb;
	border-radius: 20px;
	cursor: pointer;
	margin: 0 4px;
}
.zt-pics-list .scroll_nav a.on {
	background-color: #035cac;
	width: 25px;
}
/*产品布局*/
.cybj_list li {
	margin-bottom: 30px;
}
.cybj_list li .img {
	width: 65.33%;
}
.cybj_list li .info {
	width: 34%;
}
.cybj_list li .pbox {
	padding: 10% 13%;
}
.cybj_list li .pbox .title {
	font-size: 35px;
	font-weight: normal;
	margin-bottom: 15px;
}
.cybj_list li .pbox .p {
	font-size: 13px;
	height: 161px;
	overflow: hidden;
}
.cybj_list li, .cybj_list li a {
	color: #fff;
}
.cybj_list li .m_detail {
	margin-top: 35px;
	padding: 8px 12px;
}
.cybj_list .li1 {
	background-color: #0075c2;
}
.cybj_list .li2 {
	background-color: #df0615;
}
.cybj_list .li3 {
	background-color: #e89e00;
}
.cybj_list .li4 {
	background-color: #709c12;
}
.cybj_list .li5 {
	background-color: #ff7b4e;
}
.cybj_list .li6 {
	background-color: #003e5e;
}
.cybj_list .li7 {
	background-color: #9ea2a3;
}
.cybj_list .li8 {
	background-color: #e6b354;
}
.cybj_list .li9 {
	background-color: #df0615;
}
.cybj_list .li10 {
	background-color: #e89e00;
}
.cybj_list li, .cybj_list li a {
	color: #fff;
}
.cybj_list li .m_detail {
	margin-top: 35px;
	padding: 8px 12px;
}
.zt-pics-list .scroll_nav a.on {
	background-color: #035cac;
	width: 25px;
}
.zt-pics-list .scroll_nav a.on {
	background-color: #035cac;
	width: 25px;
}
.cybj_list li, .cybj_list li a {
	color: #fff;
}
.cybj_list li .m_detail {
	margin-top: 35px;
	padding: 0px 0px;
	text-align: left;
}
/*创新发展*/
.cxfz-box1 .cxfz-list {
	background-color: #bbdde8;
}
.cxfz-box1 .channl_title {
	margin-bottom: 20px;
}
.cxfz-list li img {
	max-width: none;
}
.cxfz-list li .pbox {
	padding: 6% 10% 8% 0;
	color: #555;
}
.cxfz-list li .p_tit {
	font-size: 25px;
	margin-bottom: 10px;
}
.cxfz-list li .p_pp b {
	font-size: 12px;
	font-weight: normal;
	margin-right: 10px;
}
.cxfz-list li .p_pp span {
	margin-right: 5%;
}
.cxfz-list .odd img {
	float: right;
}
.cxfz-list .odd .pbox {
	padding-left: 10%;
}
.cxfz-box2 {
	padding: 65px 0 80px;
}
.cxfz-box2 .channl_title {
	margin-bottom: 15px;
}
.cxfz-box2 .part2_hd {
	margin-bottom: 50px;
}
/*管理学院*/
.xy-Tit span {
	display: block;
}
.xy-Tit ._xy_en {
	font-size: 122px;
	font-family: Impact;
	color: #efefef;
	line-height: 120px;
}
.xy-Tit ._xy_big, .xy-Tit ._xy_small {
	width: 100%;
	left: 0;
}
.xy-Tit ._xy_big {
	font-size: 36px;
	top: 10px;
}
.xy-Tit ._xy_small {
	font-size: 20px;
	color: #0075c2;
	bottom: 20px;
}
.xy-Tit .xy-PP {
	max-width: 84%;
	margin: auto;
}
.glxy-box1 {
	padding: 0 0 50px;
}
.glxy-box2 {
	background: url(../img/xy_img1.jpg) center top no-repeat;
	padding: 315px 0 60px;
}
.glxy-box2 .pbox {
	color: #fff;
	padding: 6% 12% 8% 170px;
}
.glxy-box2 .pbox .img {
	display: block;
	position: absolute;
	top: 33%;
	left: 10%;
}
.glxy-box2 .pbox .x_tit {
	font-size: 36px;
	font-weight: normal;
}
.glxy-box2 .pbox .x_p {
	font-size: 13px;
	line-height: 25px;
	height: 125px;
	overflow: hidden;
}
.glxy-box2 .li1 {
	background-color: #0075c2;
}
.glxy-box2 .li2 {
	background-color: #003e5e;
}
.glxy-box3 {
	background: url(../img/xy_bg2.jpg) center top no-repeat;
	padding: 60px 0 85px;
}
.glxy-box3 .channl_title {
	margin-bottom: 35px;
	color: #0179c7;
}
.glxy-pro-list ul {
	width: 101%;
}
.glxy-pro-list li {
	float: left;
	width: 24%;
	margin-right: 1%;
}
.glxy-pro-list li .title {
	font-size: 18px;
	font-weight: normal;
	padding: 16px 5%;
}
.glxy-pro-list li .title a {
	display: block;
	color: #fff;
}
.glxy-pro-list li .ico35 {
	margin-right: 8px;
}
.glxy-pro-list .li1 {
	background-color: #0075c2;
}
.glxy-pro-list .li2 {
	background-color: #709c11;
}
.glxy-pro-list .li3 {
	background-color: #e89e01;
}
.glxy-pro-list .li4 {
	background-color: #ff7200;
}
.glxy-box4 {
	padding: 65px 0 95px;
}
.cen-box1 {
	padding: 60px 0 98px;
}
.cen-news .-news-top {
	width: 50%;
}
.cen-news .-news-top .word {
	background: url(../img/black.6.png) repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 0 20px 5%;
	color: #fff;
}
.cen-news .-news-top .rect-63 img {
	height: auto;
}
.cen-news .-news-top .word ._tit {
	font-size: 18px;
	font-weight: normal;
	width: 70%;
	white-space: normal;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
}
.cen-news .-news-top .word .date {
	display: block;
	width: 144px;
	height: 100%;
	background-color: #0799e0;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 0;
	font-family: Arial;
}
.cen-news .-news-top .word .date span {
	display: block;
}
.cen-news .-news-top .word .date .ri {
	font-size: 48px;
	line-height: 50px;
	padding: 30px 0 0px;
}
.cen-news .-news-top .word .date .year {
	font-size: 12px;
	line-height: 24px;
	display: inline-block;
	padding-top: 5px;
	position: absolute;
	right: 16px;
	top: 2px;
}
.cen-news .-news-list {
	width: 47%;
}
.cen-news .-news-list .first {
	border-bottom: 1px #dcdcdc dashed;
}
.cen-news .-news-list .first .tit {
	height: 40px;
	line-height: 40px;
}
.cen-news .-news-list .first .tit ._date {
	font-size: 40px;
	float: left;
	margin-right: 15px;
	color: #d32e39;
}
.cen-news .-news-list .first .tit ._title {
	float: right;
	font-size: 18px;
	width: 72%;
	color: #000;
}
.cen-news .-news-list .first .p {
	padding-left: 156px;
	margin: 10px 0 20px;
}
.cen-news .-news-list .first .p .i {
	display: block;
	height: 53px;
	line-height: 53px;
	width: 53px;
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -26.5px;
	background-color: #e1e1e1;
	color: #fff;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
}
.cen-news .-news-list .first .p .i i {
	margin: 0;
	font-size: 24px;
	vertical-align: top;
}
.cen-news .-news-list li {
	margin-bottom: 40px;
	overflow: hidden;
}
.cen-news .-news-list li .img {
	width: 20%;
	margin-right: 2%;
}
.cen-news .-news-list li .word {
	width: 60%;
}
.cen-news .-news-list li .title {
	font-size: 18px;
	color: #343434;
	margin-bottom: 8px;
}
.cen-news .-news-list li ._data {
	font-family: Arial;
}
.cen-news .-news-list li ._data .day {
	font-size: 40px;
	color: #c3c3c3;
	display: inline-block;
	margin-top: 6px;
	vertical-align: top
}
.cen-news .-news-list li ._data .month {
	font-size: 30px;
	color: #c3c3c3;
	display: inline-block;
	margin-top: 27px;
	vertical-align: bottom;
}
.cen-news .-news-list ul {
	padding-bottom: 6px;
}
._more {
	font-size: 14px;
	display: block;
}
.cen-news .-news-list ._more {
	margin-top: 10px;
}
/*人才理念*/
.j-ln-box1 {
	padding-bottom: 70px;
}
.j-ln-word li .img {
	float: right;
	width: 59%;
}
.j-ln-word li .word_info {
	float: left;
	width: 41%;
}
.j-ln-word li .word_info .pbox {
	padding: 2% 8% 10% 0;
}
.j-ln-word .word_info .pbox .p_tit {
	font-size: 30px;
	margin-bottom: 25px;
}
.j-ln-word .even .img {
	float: left;
}
.j-ln-word .even .word_info {
	float: right;
}
.j-ln-word .even .word_info .pbox {
	padding: 2% 0 10% 8%;
}
.j-ln-box2 {
	background: url(../img/j_bg2.jpg) center top no-repeat;
	height: 536px;
	color: #fff;
}
.j-ln-box2 .m_detail {
	margin: auto;
	width: 15%;
	text-align: center;
	padding: 9px 0;/*background:url(../img/white.45.png) repeat;*/
	margin-top: 100px;
	color: #fff
}
.j-ln-box2 .wrap {
	padding-top: 50px;
}
.j-ln-box2 .n_bann_p {
	margin-top: 30px;
}
/*新闻综合视频*/
.news_home .part2 .wrap {
	padding-top: 40px;
}
.news_home .part2 .part_hd {
	height: 36px;
	line-height: 36px;
	margin-bottom: 36px;
}
.news_home .part2 .part_hd ._text_l {
	font-size: 36px;
	color: #555;
}
.news_home .part2 .part_hd ._more {
	color: #555;
}
.news_home .part2 .part2_bd ._bd_l_box {
	background: url(../img/whit_05.png);
	padding: 60px 34px 27px;
	color: #000;
}
.news_home .part2 .part2_bd ._l_box_title {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news_home .part2 .part2_bd ._l_box_text {
	font-size: 13px;
	margin-bottom: 60px;
}
.news_home .part2 .part2_bd ._l_video_list ._video_title {
	display: block;
	text-align: center;
}
.news_home .part2 ._bd_r_box {
	position: relative;
}
.news_home .part2 ._bd_r_box .video_ico {
	position: absolute;
	width: 117px;
	height: 117px;
	background: url(../img/news_home_video_ico01.png) no-repeat center;
	display: block;
	top: 50%;
	margin-top: -58.5px;
	left: 50%;
	margin-left: -58.5px;
}
/*实力亨通综合*/
.shili_home {
	width: 100%;
	background-color: #f6f6f6;
	padding: 40px 0px;
}
.shili_home .part_hd {
	text-align: center;
	margin-bottom: 70px;
}
.shili_home .part_hd .hd_title {
	margin-bottom: 18px;
}
.shili_home .part_hd .hd_text {
	font-size: 15px;
	color: #535353;
	padding: 0px 150px;
}
.shili_home .part_bd .bd_l .bd_l_box {
	position: relative;
}
.shili_home .part_bd .bd_l .bd_l_main {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.shili_home .part_bd .bd_l .main_box {
	padding: 50px 220px 0px 68px;
	color: #fff;
}
.shili_home .part_bd .bd_l .main_box .title {
	margin-bottom: 20px;
	color: #1c2d38;
}
.shili_home .part_bd .bd_l .main_box .text {
	font-size: 15px;
	margin-bottom: 26px;
}
.shili_home .part_bd .bd_l .main_box .number li {
	float: left;
	margin-right: 40px;
}
.shili_home .part_bd .bd_l .main_box .number_box {
	width: 76px;
	height: 76px;
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 48px;
	text-align: center;
	line-height: 76px;
	display: block;
	margin-bottom: 4px;
}
.shili_home .part_bd .bd_r_box .r_box .font_box {
	padding: 50px 60px 56px 42px;
	min-height: 232px;
}
.shili_home .part_bd .bd_r_box .r_box .font_box .title {
	color: #0075c2;
	margin-bottom: 30px;
}
.shili_home .part_bd .bd_r_box .r_box .font_box .text {
	font-size: 15px;
	color: #949494;
	margin-bottom: 60px;
}
.shili_home .part_bd .bd_r_box .r_box .xc_more_btn {
	float: none;
	text-align: left;
}
.shili_home .part_bd .bd_r_box .r_box .xc_more_btn:hover {
	color: #0075c2;
}
.shili_home .part_bd .bd_r_box .r_box01, .shili_home .part_bd .bd_r_box .r_box04 {
	background: none;
	padding: 0;
}
.shili_home .part_bd .bd_r_box .r_box04 {
	position: relative;
}
.shili_home .part_bd .bd_r_box .r_box04 .font_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.shili_home .part_bd .bd_r_box .r_box04 .font_box .title a {
	color: #fff;
}
.shili_home .part_bd .bd_r_box .r_box04 .font_box .list ul {
	padding: 14px;
}
.shili_home .part_bd .bd_r_box .r_box04 .font_box .list li a {
	color: #fff;
	font-size: 16px;
}
.shili_home .part_bd .bd_r_box .r_box04 .font_box .list li {
	position: relative;
}
.shili_home .part_bd .bd_r_box .r_box04 .font_box .list .list_ico {
	position: absolute;
	width: 2px;
	height: 2px;
	background-color: #fff;
	display: block;
	left: -14px;
	top: 50%;
}
/*列表右侧网站链接*/
.list_link {
	font-size: 16px;
	color: #898989;
	display: block;
}
.list_link .link_ico {
	width: 30px;
	height: 30px;
	margin-left: 10px;
	display: inline-block;
*display:inline;
*zoom: 1;
	background: url(../img/link_ico.png) no-repeat center;
	vertical-align: middle;
}
/*实力-产业详情*/
.shili_cy_detail .main_top {
	margin-bottom: 60px;
}
.shili_cy_detail .main_top .top_title {
	font-size: 30px;
	color: #000;
	font-weight: bold;
	margin-bottom: 24px;
}
.shili_cy_detail .main_list li {
	position: relative;
}
.shili_cy_detail .main_list li:after {
	content: "";
	width: 300px;
	height: 1px;
	background-color: #0075c2;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.shili_cy_detail .main_list .list_box {
	padding: 20px 0px 50px;
	border-top: 1px solid #e6e6e6;
	position: relative;
}
.shili_cy_detail .main_list .list_pic {
	width: 26%;
}
.shili_cy_detail .main_list .list_r {
	width: 70%;
}
.shili_cy_detail .main_list .list_r .list_title {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #e6e6e6;
}
.shili_cy_detail .main_list .list_r_hd {
	margin-bottom: 26px;
}
.shili_cy_detail .main_list .list_r_bd {
	font-size: 13px;
	color: #3e3e3e;
	padding-right: 60px;
}
.shili_cy_detail .main_list .list_r_hd {
	height: 50px;
	line-height: 50px;
}
/*实力-上市公司*/
.shili_shangshi .part1 {
	background-color: #f5f5f5;
	padding: 50px 0px 70px;
}
.shili_shangshi .part1 li {
	margin-bottom: 35px;
}
.shili_shangshi .part1 .list_box {
	background-color: #fff;
	padding: 30px 50px 60px;
	overflow: hidden;
}
.shili_shangshi .part1 .hd_title {
	font-size: 25px;
	color: #0075c2;
	font-weight: normal;
	line-height: 25px;
	padding-top: 14px;
}
.shili_shangshi .part1 .number_title {
	font-size: 55px;
	margin-right: 40px;
	line-height: 40px;
	color: #0075c2;
}
.shili_shangshi .part1 .box_l_hd {
	margin-bottom: 20px;
}
.shili_shangshi .part1 .box_l_bd .img_box {
	margin-bottom: 26px;
}
.shili_shangshi .part1 .box_l_bd .bd_text {
	font-size: 13px;
	color: #727171;
}
.shili_shangshi .part1 .list_box_l {
	width: 52%;
}
.shili_shangshi .part1 .list_box_r {
	width: 42%;
}
.shili_shangshi .part1 .list_box_r .box_r_hd {
	margin-bottom: 36px;
}
.shili_shangshi .part1 .list_box_r .box_r_hd span {
	font-size: 14px;
	color: #494949;
	margin-left: 24px;
}
.shili_shangshi .part1 .list_box_r .box_r_bd {
	width: 100%;
	height: 280px;
}
.shili_shangshi .part1 .list_link {
	padding-top: 14px;
}
.shili_shangshi .part2 {
	background: url(../img/shili_shangshi_part2_bj.jpg) no-repeat center;
	width: 100%;
	height: 260px;
	padding-top: 50px;
}
.shili_shangshi .part2 .channl_title {
	color: #0075c2;
	margin-bottom: 30px;
}
.shili_shangshi .part2 .part2_bd dl {
	float: left;
	margin-right: 100px;
}
.shili_shangshi .part2 .part2_bd dt {
	font-size: 18px;
	color: #555;
	margin-bottom: 10px;
}
.shili_shangshi .part2 .part2_bd dd {
	font-size: 13px;
	color: #555;
}
.shili_shangshi .part2 .part2_bd dd a:hover {
	color: #555;
}
.shili_shangshi .part2 .part2_bd dd.phone_num a {
	cursor: default;
}
/*品牌价值*/
.shili_pinpai .part1 {
	padding: 45px 0px 60px;
	overflow: hidden;
}
.shili_pinpai .part1_hd {
	text-align: center;
}
.shili_pinpai .part1_hd .title {
	font-size: 30px;
	color: #221815;
	margin-bottom: 26px;
}
.shili_pinpai .part1_hd .text {
	font-size: 16px;
	color: #777777;
	padding: 0px 120px;
	margin-bottom: 50px;
}
.shili_pinpai .part1_bd {
	padding: 74px 280px;
	position: relative;
}
.shili_pinpai .part1_bd .img-slider {
	margin: 0 auto;
	width: 80%;
	height: 300px;
	z-index: 10;
}
.shili_pinpai .part1_bd ._list_title {
	text-align: center;
	font-size: 16px;
	color: #221815;
	display: none;
	padding-top: 20px;
}
.shili_pinpai .part1_bd .roundabout-in-focus ._list_title {
	display: block;
}
.shili_pinpai .part1_bd .honor_arr {
	width: 59px;
	height: 59px;
	background: url(../img/shili_pinpai_part1_arr.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -29.5px;
}
.shili_pinpai .part1_bd .honor_prev {
	left: 62px;
}
.shili_pinpai .part1_bd .honor_next {
	right: 62px;
	background-position: -59px 0px;
}
.shili_pinpai .part1_bd .honor_arr:hover {
	opacity: 0.8;
}
.shili_pinpai .part2 {
	background-color: #f3f3f3;
	padding: 45px 0px;
}
.shili_pinpai .part2 .channl_title {
	text-align: center;
	margin-bottom: 46px;
}
.shili_pinpai .part2 li {
	margin-bottom: 20px;
}
.shili_pinpai .part2 .list_box {
	background-color: #fff;
	padding: 16px;
}
.shili_pinpai .part2 .list_box .list_main {
	display: block;
	padding: 30px 0px 50px;
}
.shili_pinpai .part2 .list_box .list_title {
	font-size: 18px;
	color: #221815;
	margin-bottom: 10px;
}
.shili_pinpai .part2 .list_box .list_text {
	color: #7e7b7a;
}
/*招聘列表*/
.job_list {
	padding-bottom: 120px
}
.job_list .job_list_hd {
	padding: 34px 0px;
}
.job_list .job_list_hd .hd_title {
	font-size: 14px;
	color: #000;
	margin-right: 20px;
}
.job_list .job_list_hd .main_list {
	font-size: 13px;
	color: #5a5a5a;
}
.job_list .job_list_hd .main_list li {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.job_list .job_list_hd .main_list li.cur {
	color: #0372c3;
}
.job_list .job_list_hd .company {
	margin-bottom: 20px;
}
.job_list .job_list_hd .addres, .job_list .job_list_hd .jobs {
	margin-bottom: 24px;
}
.job_list .job_list_hd .select_box {
	width: 20%;
	border-radius: 0px;
	border-color: #e4e4e4;
}
.job_list .job_list_hd .select-ui-choose-default ._arrow .arr {
	border-color: #e4e4e4 transparent transparent;
}
.job_list .job_list_hd .select-ui-choose-default.on ._arrow .arr {
	border-color: transparent transparent #e4e4e4;
}
.job_list .job_list_hd .select-ui-choose-default ._arrow {
	width: 24px;
}
.job_list .job_list_hd .search .hd_title {
	font-size: 24px;
}
.job_list .job_list_hd .search .search_box {
	width: 30%;
}
.job_list .job_list_hd .search .search_box .iput_box input {
	border: none;
	width: 86%;
	margin-left: 7%;
}
.job_list .job_list_hd .search .search_box .but_box button {
	border: none;
	width: 100%;
	background: none;
	outline: none;
	color: #fff;
	font-size: 16px;
}
.job_list .job_list_hd .search .search_box .iput_box {
	width: 70%;
	border: 1px solid #e4e4e4;
	height: 38px;
	line-height: 38px;
}
.job_list .job_list_hd .search .search_box .but_box {
	width: 26%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #0372c3;
}
/* job-2 start*/
.widget-job-2 {
	margin-bottom: 60px
}
.widget-job-2 ._hd {
	background-color: #0372c3;
	height: 60px;
	line-height: 60px;
}
.widget-job-2 ._hd strong {
	float: left;
	width: 20%;
	text-align: center;
	color: #fff;
	font-size: 18px;
}
.widget-job-2 ._jt {
	background-color: #fff;
	height: 64px;
	line-height: 64px;
	overflow: hidden;
*zoom: 1;
	cursor: pointer;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 0px;
}
.widget-job-2 ._jt strong {
	float: left;
	width: 20%;
	text-align: center;
	color: #434343;
	font-size: 14px;
	font-weight: normal;
}
.widget-job-2 ._jt span {
	float: right;
}
.widget-job-2 ._jt .ion {
	font-size: 12px;
	color: #999999;
}
.widget-job-2 ._jc {
	display: none;
}
.widget-job-2 ._jcon {
	padding: 25px 70px 46px;
	background-color: #f9f9f9;
	color: #272727;
	border-bottom: 1px solid #f2f2f2;
}
.widget-job-2 ._jcon .jc_hd {
	font-size: 16px;
	margin-bottom: 10px;
}
.widget-job-2 ._jcon .jc_bd {
	margin-bottom: 24px;
}
.widget-job-2 ._jcon .jc_bd.jc_bd02 {
	margin-bottom: 50px;
}
.widget-job-2 ._jcon .more {
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: #0372c3;
	display: block;
}
/*校园招聘*/
.job_school .part1 {
	margin-bottom: 60px;
}
.job_school .part1_hd {
	margin-bottom: 50px;
}
.job_school .part2 .title {
	margin-bottom: 20px;
}
.job_school .part2_bd {
	margin-bottom: 60px;
}
.job_school .part2_bd dl {
	float: left;
	width: 14%;
	height: 205px;
	margin-right: 7.5%;
	text-align: center;
	position: relative;
}
.job_school .part2_bd dl .arr_ion {
	position: absolute;
	width: 35px;
	height: 24px;
	background: url(../img/job_school_part2_arr.png) no-repeat center;
	display: block;
	right: -60px;
	top: 50%;
	margin-top: -12px;
}
.job_school .part2_bd dt {
	width: 60px;
	height: 60px;
	background-position: center;
	background-repeat: no-repeat;
	margin: 26px auto;
}
.job_school .part2_bd dd {
	padding: 0px 20px;
	color: #fff;
}
.job_school .part2_bd dd a {
	color: #ffe400;
}
.job_school .part2_bd dl.dl_box01 {
	background-color: #0075c2
}
.job_school .part2_bd dl.dl_box02 {
	background-color: #709c11
}
.job_school .part2_bd dl.dl_box03 {
	background-color: #e89e01
}
.job_school .part2_bd dl.dl_box04 {
	background-color: #ff7a4d
}
.job_school .part2_bd dl.dl_box05 {
	background-color: #df0716;
	margin-right: 0;
}
.job_school .part2_bd dl.dl_box01 dt {
	background-image: url(../img/job_school_part2_ico01.png);
}
.job_school .part2_bd dl.dl_box02 dt {
	background-image: url(../img/job_school_part2_ico02.png);
}
.job_school .part2_bd dl.dl_box03 dt {
	background-image: url(../img/job_school_part2_ico03.png);
}
.job_school .part2_bd dl.dl_box04 dt {
	background-image: url(../img/job_school_part2_ico04.png);
}
.job_school .part2_bd dl.dl_box05 dt {
	background-image: url(../img/job_school_part2_ico05.png);
}
.job_school .part2_bd dl.dl_box05 .arr_ion {
	display: none;
}
.job_school .part2_bottom .bottom_list {
	color: #171515;
	margin-right: 40px;
	display: inline-block;
*display:inline;
*zoom: 1;
}
.job_school .part2_bottom .bottom_list .title {
	color: #003e5d;
}
.job_school .part2_bottom .bottom_list .bottom_ion {
	width: 33px;
	height: 33px;
	background: url(../img/job_school_part2_ion.png) no-repeat;
	display: inline-block;
*display:inline;
*zoom: 1;
	vertical-align: middle;
	margin-right: 12px;
}
.job_school .part2_bottom .bottom_list01 .bottom_ion {
	background-position: 0px 0px;
}
.job_school .part2_bottom .bottom_list02 .bottom_ion {
	background-position: -33px 0px;
}
.job_school .part2_bottom .bottom_list03 .bottom_ion {
	background-position: -66px 0px;
}
.job_school .part2_bottom .bottom_list04 .bottom_ion {
	background-position: -99px 0px;
}
.job_school .part2_bottom .bottom_list04 {
	margin-right: 0;
}
.job_school .part2_bottom .bottom_list02 a {
	color: #171515;
	cursor: default;
}
/*招聘综合*/
.job_home_banner .bann_img {
	height: 680px;
}
.job_home_banner .banner_main {
	position: absolute;
	width: 1106px;
	bottom: 138px;
	left: 65%;
	margin-left: -553px;
}
.job_home_banner .banner_main .list_box {
	background: url(../img/whit_09.png);
	padding: 24px 30px;
}
.job_home_banner .banner_main .list_ico {
	width: 85px;
	height: 100px;
	background: url(../img/job_home_banner_ico.png) no-repeat;
	margin-right: 16px;
}
.job_home_banner .banner_main .list_main {
	color: #888888;
	padding-top: 26px;
}
.job_home_banner .banner_main .list_title {
	font-size: 24px;
	font-weight: normal;
}
.job_home_banner .banner_main .list_title .smal_text {
	font-size: 7px;
	display: none;
}
.job_home_banner .banner_main .list_en_title {
	font-weight: normal;
	font-size: 18px;
	color: #b4b4b5;
}
.job_home_banner .banner_main .list_ico.list_ico02 {
	background-position: -85px 0px;
}
.job_home_banner .banner_main .list_ico.list_ico03 {
	background-position: -170px 0px;
}
.job_home_banner .banner_main .list_box:hover {
	background: url(../img/blue_09.png);
}
.job_home_banner .banner_main .list_box:hover .list_main {
	color: #fff;
}
.job_home_banner .banner_main .list_box:hover .list_en_title {
	color: #c7ddf1;
}
.job_home_banner .banner_main .list_box:hover .list_ico01 {
	background-position: 0px -100px;
}
.job_home_banner .banner_main .list_box:hover .list_ico02 {
	background-position: -85px -100px;
}
.job_home_banner .banner_main .list_box:hover .list_ico03 {
	background-position: -170px -100px;
}
.job_home_part1 {
	text-align: center;
	padding: 80px 0px 100px;
}
.job_home_part1 .part1_hd01 {
	font-size: 18px;
	color: #006cb6;
	margin-bottom: 6px;
	display: none;
}
.job_home_part1 .part1_hd02 {
	font-size: 16px;
	color: #888888;
	margin-bottom: 80px;
}
.job_home_part1 .part1_hd03 {
	font-size: 70px;
	font-family: 'Galliard BT';
	color: #f1f1f1;
	line-height: 100px;
	margin-bottom: 30px;
	display: none;
}
.job_home_part1 .part1_bd .bd_l {
	background: url(../img/job_home_part1_bj.jpg) no-repeat center;
	overflow: hidden;
}
.job_home_part1 .part1_bd .bd_l a {
	display: block;
	padding: 81px 0px;
	border-right: 1px solid #fff;
	color: #fff;
}
.job_home_part1 .part1_bd .bd_l a:hover {
	background: url(../img/blue_09.png);
}
.job_home_part1 .part1_bd .bd_l li:last-child a {
	border-right: 0;
}
.job_home_part1 .part1_bd .bd_l .title {
	margin-bottom: 40px;
}
.job_home_part1 .part1_bd .bd_l .ion {
	font-size: 24px;
}
.job_home_part1 .part1_bd .bd_r a {
	display: block;
	padding: 75px 0px 74px;
	background-color: #2674e8;
	color: #fff;
}
.job_home_part1 .part1_bd .title {
	margin-bottom: 30px;
	font-size: 26px;
	font-weight: normal;
}
.job_home_part1 .part1_bd .title_ico {
	width: 54px;
	height: 48px;
	background: url(../img/job_home_part1_ico.png) no-repeat center;
	display: block;
	margin: 0 auto;
}
.job_home_part2 .part2_r {
	background-color: #ebebea;
	background-repeat: no-repeat;
	background-position: 300px 130px;
	background-image: url(../img/xueyuan_logo_01.png);
}
.job_home_part2 .part2_r_box {
	padding: 50px 10% 70px 80px;
}
.job_home_part2 .part2_r_box .title {
	color: #302424;
	margin-bottom: 40px;
}
.job_home_part2 .part2_r_box .text {
	margin-bottom: 130px;
	line-height: 30px;
	color: #4f4f4f;
}
.job_home_part2 .part2_r_box .m_detail {
	width: 28%;
	border-color: #a0a0a0;
	text-align: center;
	padding: 8px 0px;
	text-align: left;
}
/*社会责任综合*/
.about_home .part1_box .part1_main .top_number em {
	color: #dd081e;
	font-weight: bolder;
	font-size: 80px;
	line-height: 80px;
}
.about_home .part1_box .part1_main .top_number span {
	display: inline-block;
*display:inline;
*zoom: 1;
}
.about_home .part2 ._list_l_box ._title_01 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.shze_home_part2 ._list_l ._list_l_box {
	background-color: #ebebea;
}
.shze_home_part2 li:hover ._list_l_box {
	background-color: none;
}
.shze_home_part2 ._list_l_box {
	display: block;
}
/*.shze_home_part2 ._text{height:180px;overflow:hidden;}*/
.shze_home_part2 .m_detail {
	text-transform: uppercase;
	width: 188px;
	height: 46px;
	line-height: 46px;
	border-color: #a0a0a0;
	text-align: center;
	border-radius: 30px;
	text-align: left;
}
.shze_home_part2 .csr4_zt_Video .ulWrap li {
	margin-bottom: 0px;
}
.shze_home_part2 .csr4_zt_Video .hover {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #0075c2;
	color: #fff;
	text-align: center;
	left: 0;
	top: 100%;
}
.shze_home_part2 .csr4_zt_Video .hover_box {
	padding: 68px 36px;
	display: block;
}
.shze_home_part2 .csr4_zt_Video .hover_title {
	font-size: 26px;
	margin-bottom: 10px;
	font-weight: normal;
}
.shze_home_part2 .csr4_zt_Video .ulWrap li:hover .hover {
	top: 0;
}
.shze_home_part3 {
	width: 100%;
	height: 440px;
	background: url(../img/shze_home_bottom_bj.jpg) no-repeat center;
	padding: 70px 0px 90px;
	text-align: center;
	color: #fff;
	overflow: hidden;
}
.shze_home_part3 .part3_hd .cn_title a {
	color: #fff;
}
.shze_home_part3 .part3_hd .en_title a {
	color: #fff;
}
.shze_home_part3 .part3_hd .en_title {
	font-size: 46px;
	font-family: 'Century Gothic';
}
.shze_home_part3 .part3_hd .hd_text {
	padding: 20px 145px;
}
.shze_home_part3 .part3_bd .bd_ico {
	width: 158px;
	height: 158px;
	background: url(../img/shze_home_bottom_ico.png) no-repeat;
	display: block;
	margin: 20px auto;
}
.shze_home_part3 .part3_bd .bd_ico01 {
	background-position: 0px 0px;
}
.shze_home_part3 .part3_bd .bd_ico02 {
	background-position: -158px 0px;
}
.shze_home_part3 .part3_bd .bd_ico03 {
	background-position: -316px 0px;
}
.shze_home_part3 .part3_bd .bd_ico04 {
	background-position: -474px 0px;
}
.shze_home_part3 .part3_bd .bd_title {
	font-size: 18px;
	font-weight: normal;
}
.shze_home_part3 .part3_bd .bd_title em {
	font-size: 22px;
	margin-right: 10px;
}
.shze_home_part3 .part3_bd {
	color: #fff;
}
.shze_home_part3 .part3_bd li:hover .bd_ico {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}
/*社会责任理念*/
.shzr_linian_part1 {
	margin-bottom: 60px;
}
.shzr_linian_part1 .part1_hd {
	text-align: center;
	padding: 10px 250px 100px;
	position: relative;
}
.shzr_linian_part1 .part1_hd:after, .shzr_linian_part1 .part1_hd:before {
	content: "";
	width: 195px;
	height: 119px;
	border-top: 1px solid #d0d0d0;
	position: absolute;
	top: 130px;
}
.shzr_linian_part1 .part1_hd:after {
	left: 50px;
	border-left: 1px solid #d0d0d0;
}
.shzr_linian_part1 .part1_hd:before {
	right: 50px;
	border-right: 1px solid #d0d0d0;
}
.shzr_linian_part1 .part1_hd .hd_title {
	margin-bottom: 20px;
}
.shzr_linian_part1 .part1_bd ul {
	width: 105%;
}
.shzr_linian_part1 .part1_bd li {
	float: left;
	width: 29%;
	margin-right: 4%;
}
.shzr_linian_part1 .part1_bd .li1 {
	background-color: #ff7a4d
}
.shzr_linian_part1 .part1_bd .li2 {
	background-color: #e89e01
}
.shzr_linian_part1 .part1_bd .li3 {
	background-color: #0075c2
}
.shzr_linian_part1 .part1_bd .list_box {
	position: relative;
	padding: 50px 20px 20px;
	color: #fff;
}
.shzr_linian_part1 .part1_bd .list_box .list_title {
	text-align: center;
	font-size: 20px;
}
.shzr_linian_part1 .part1_bd .list_box .list_text {
	height: 170px;
	overflow: hidden;
}
.shzr_linian_part1 .part1_bd .list_number {
	position: absolute;
	width: 86px;
	height: 86px;
	border-width: 3px;
	background-color: #fff;
	text-align: center;
	line-height: 86px;
	font-size: 48px;
	top: -44px;
	left: 50%;
	margin-left: -44px;
	border-radius: 50%;
	display: block;
	border-style: solid;
}
.shzr_linian_part1 .part1_bd .li1 .list_number {
	border-color: #ff7a4d;
	color: #ff7a4d
}
.shzr_linian_part1 .part1_bd .li2 .list_number {
	border-color: #e89e01;
	color: #e89e01
}
.shzr_linian_part1 .part1_bd .li3 .list_number {
	border-color: #0075c2;
	color: #0075c2
}
.shzr_linian_part2 {
	text-align: center;
}
.shzr_linian_part2 .hd_title {
	margin-bottom: 26px;
}
.shzr_linian_part2 .hd_text {
	padding: 0px 310px;
	margin-bottom: 40px;
}
.shzr_linian_part2 .list_box {
	background-color: #eeeeee;
	padding: 55px 60px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.shzr_linian_part2 .list_title {
	font-size: 18px;
	color: #e6031f;
	font-weight: normal;
}
.shzr_linian_part2 .list_en_title {
	font-size: 13px;
	color: #bebebe;
	margin-bottom: 24px;
	position: relative;
}
.shzr_linian_part2 .list_en_title:after {
	content: "";
	width: 60px;
	height: 1px;
	background-color: #c0c0c0;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: -10px;
}
.shzr_linian_part2 .list_text {
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	font-size: 13px;
	color: #8d8d8d;
}
.shzr_linian_part2 .list_box:hover {
	background-color: #dadada;
}
/*国际亨通-活动*/
.inter_activity_part1 {
	margin-bottom: 55px;
	overflow: hidden;
}
.inter_activity_part1 .part1_r_box {
	background-color: #f0f1f4;
	padding: 35px 40px 21px;
	color: #0e141d;
	position: relative;
}
.inter_activity_part1 .part1_r_hd {
	padding-bottom: 20px;
	border-bottom: 1px solid #dbdcdc;
	margin-bottom: 20px;
}
.inter_activity_part1 .part1_r_bd {
	height: 228px;
	overflow: hidden;
}
.inter_activity_part1 .part1_r_bd li {
	font-size: 16px;
	margin-bottom: 10px;
}
.inter_activity_part1 .part1_r_bd .time {
	font-size: 13px;
	color: #979797;
	width: 15%;
	text-align: right;
}
.inter_activity_part1 .part1_r_bd .title {
	font-weight: normal;
	width: 80%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.inter_activity_part1 .part1_r_bd li:hover .title a {
	color: #e6031f;
}
.inter_activity_part1 .part1_r_box .arr_btn {
	width: 35px;
	height: 33px;
	background: url(../img/inter_activity_part1_arr.png) no-repeat;
	position: absolute;
	top: 32px;
	right: 40px;
}
.inter_activity_part1 .part1_r_box .arr_btn.arr_prev {
	right: 83px;
}
.inter_activity_part1 .part1_r_box .arr_btn.arr_next {
	background-position: -35px 0px;
}
.inter_activity_part2 .part2_hd {
	background-color: #dbdbdb;
	margin-bottom: 26px;
}
.inter_activity_part2 .part2_hd li {
	width: 12%;
	float: left;
	text-align: center;
}
/*全球运营*/
.inter_yunying {
	padding-bottom: 0;
	overflow: hidden;
}
.inter_yunying_part1 {
	margin-bottom: 110px;
}
.inter_yunying_part1 .part1_hd {
	margin-bottom: 40px;
}
.inter_yunying_part1 .part1_hd li {
	width: 25%;
	float: left;
}
.inter_yunying_part1 .part1_bd .list_box {
	margin-bottom: 20px;
	border: 1px solid #e9e9e9;
	background-color: #fff;
}
.inter_yunying_part1 .part1_bd_l {
	width: 30%;
}
.inter_yunying_part1 .part1_bd_r {
	width: 70%;
	position: relative;
}
.inter_yunying_part1 .part1_bd_r {
	overflow: hidden;
}
.inter_yunying_part1 .part1_bd_r .link {
	width: 42px;
	height: 42px;
	background: url(../img/inter_link_ico.jpg) no-repeat center;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}
.inter_yunying_part1 .part1_bd_r .bd_r_box {
	padding: 50px 110px 25px 40px;
}
.inter_yunying_part1 .part1_bd_r .bd_r_title {
	font-size: 26px;
	color: #232323;
	font-weight: normal;
	margin-bottom: 10px
}
.inter_yunying_part1 .part1_bd_r .bd_r_text {
	color: #787878;
	line-height: 24px;
	overflow: hidden;
	padding-bottom: 30px;
}
.inter_yunying_part2 {
	height: 360px;
	overflow: hidden;
}
.inter_yunying_part2 .wrap {
	position: relative;
}
.inter_yunying_part2 .list_title {
	width: 100%;
	height: 97px;
	line-height: 97px;
	background-color: #f0f0f0;
}
.inter_yunying_part2 .list_title a {
	display: block;
	padding: 0px 32px;
	font-size: 18px;
	font-weight: normal;
}
.inter_yunying_part2 li:hover .list_title {
	background-color: #0070c2;
}
.inter_yunying_part2 li:hover .list_title a {
	color: #fff;
}
.inter_yunying_part2 .arr_btn {
	width: 32px;
	height: 56px;
	background: url(../img/ico32.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -28px;
}
.inter_yunying_part2 .arr_btn.arr_prev {
	left: -50px;
}
.inter_yunying_part2 .arr_btn.arr_prev:hover {
	background-position: 0px -56px;
}
.inter_yunying_part2 .arr_btn.arr_next {
	right: -50px;
	background-position: -32px 0px;
}
.inter_yunying_part2 .arr_btn.arr_next:hover {
	background-position: -32px -56px
}
/*全球运营详情*/
.inter_yunying_detail .part1_bd_l {
	width: 60%
}
.inter_yunying_detail .part1_bd_r {
	width: 30%;
	background-color: #ebebeb;
}
.inter_yunying_detail .part1_bd_r dl {
	padding: 40px;
}
.inter_yunying_detail .part1_bd_r dt {
	font-size: 20px;
	color: #221815;
	font-weight: bold;
	margin-bottom: 20px;
}
.inter_yunying_detail .part1_bd_r dd {
	color: #4a4a4a;
}
.inter_yunying_detail .inter_yunying_part2 .list_title {
	display: none;
}
.inter_yunying_detail .inter_yunying_part2 {
	height: 264px;
}
/*亨通慈善基金会*/
.cs-items .items {
	float: left;
	height: 296px;
	overflow: hidden;
}
.cs-items .it1, .cs-items .it3, .cs-items .it4 {
	width: 350px
}
.cs-items .it2 {
	width: 850px;
}
.cs-items .it5 {
	width: 500px;
}
.cs-items .it1 {
	text-align: center;
	background-color: #e6031f;
	font-size: 18px;
	color: #fff;
}
.cs-items .it1 img {
	margin: 70px 0 10px;
}
.cs-items .it5 {
	background-color: #f4f4f4;
}
.cs-items .it5 .pbox {
	padding: 8% 10%;
}
.cs-items .it5 .t {
	font-size: 35px;
	margin-bottom: 10px;
}
.cs-items .it5 .p {
	line-height: 25px;
	height: 125px;
	overflow: hidden;
}
.cs-items .it2 .item_img_scrol {
	height: 100%;
}
.cs-items .it2 .item_img_scrol .slide_nav {
	width: 90%;
	text-align: right;
	font-size: 0;
	position: absolute;
	bottom: 10%;
	left: 0;
}
.cs-items .it2 .item_img_scrol .slide_nav a {
	display: inline-block;
	width: 13px;
	height: 13px;
	line-height: 99;
	overflow: hidden;
	cursor: pointer;
	margin: 0 5px;
	border-radius: 50%;
	background: url(../img/white.45.png) repeat;
}
.cs-items .it2 .item_img_scrol .slide_nav a.on {
	background: #fff;
}
.htcs-box2 {
	padding: 55px 0 50px;
}
.htcs-box2 .channl_title {
	margin-bottom: 25px;
}
.cs-dongtai li {
	margin-bottom: 30px;
}
.cs-dongtai .pbox {
	padding-bottom: 98px;
}
.cs-dongtai .pbox .info {
	display: block;
	border: 1px #cacaca solid;
	border-top: 0;
	padding: 5%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.cs-dongtai .pbox .title {
	font-size: 17px;
	font-weight: normal;
}
.cs-dongtai .pbox .p {
	font-size: 13px;
	height: 46px;
	overflow: hidden;
	line-height: 23px;
	display: none;
	margin: 10px 0 20px;
}
.cs-dongtai .pbox .date {
	font-size: 13px;
	color: #8c8c8c;
	margin-top: 5px;
}
.htcs-box2 .m_detail {
	border-color: #bcbcbc;
	width: 10%;
	padding: 5px 0;
	margin-top: 35px;
}
.cs-dongtai .hover .pbox .info {
	background-color: #027ac8;
	color: #fff;
}
.cs-dongtai .hover .pbox .info .date {
	color: #fff;
}
.htcs-box2 .m_detail:hover {
	color: #555;
}
/*.htcs-box2 .m_detail:hover:before{background: #027ac8;}*/

.htcs-box3 {
	background: url(../img/ht_cishan_bj.jpg) no-repeat center;
	padding: 40px 0 65px;
}
.gongcheng_tab .tab_menu {
	font-size: 0;
	text-align: center;
	height: 160px;
	overflow: hidden;
}
.gongcheng_tab .tab_menu li {
	float: left;
	width: 12.4%;
}
.gongcheng_tab .tab_menu li a {
	display: block;
	width: 100%;
	height: 0;
	border: 1px #d8d8d8 solid;
	border-radius: 50%;
	padding-bottom: 100%;
	overflow: hidden;
}
.gongcheng_tab .tab_menu li .tit {
	font-size: 14px;
	margin-top: 10px;
	padding: 0px 12px;
}
.gongcheng_tab .tab_menu .tab_t_cur a {
	border-color: #0075c2;
	background-color: #0075c2;
}
.gongcheng_tab .tab_menu .tab_t_cur a {
	color: #fff;
}
.gongcheng_tab .tab_menu .tab_t_cur .ico40 {
	background-position: 0 -40px;
}
.gongcheng_tab .tab_menu .tab_t_cur .ico40_2 {
	background-position: -40px -40px;
}
.gongcheng_tab .tab_menu .tab_t_cur .ico40_3 {
	background-position: -80px -40px;
}
.gongcheng_tab .tab_menu .tab_t_cur .ico40_4 {
	background-position: -120px -40px;
}
.gongcheng_tab .tab_menu .tab_t_cur .ico40_5 {
	background-position: -160px -40px;
}
.gongcheng_tab .tab_menu .tab_t_cur .ico40_6 {
	background-position: -200px -40px;
}
.gongcheng_tab .tab_menu .tab_t_cur .ico40_7 {
	background-position: -240px -40px;
}
.gongcheng_tab .tab_menu .tab_t_cur .ico40_8 {
	background-position: -280px -40px;
}
.gongcheng_tab .tab_menu .tab_t_cur .ico40_9 {
	background-position: -320px -40px;
}
.gongcheng_tab .tab_menu .tab_t_cur .ico40_10 {
	background-position: -360px -40px;
}
.gongcheng_tab .tab_menu .tab_t_cur .ico40_11 {
	background-position: -400px -40px;
}
.gongcheng_tab .tab_menu .tab_t_cur .ico40_12 {
	background-position: -440px -40px;
}
.gongcheng_tab .tab_menu .tab_t_cur .ico40_13 {
	background-position: -480px -40px;
}
.gongcheng_tab .tab_menu_box {
	position: relative;
	padding: 25px 0 35px;
}
.gongcheng_tab .tab_menu_box .tab_arr {
	display: block;
	width: 38px;
	height: 66px;
	background: url(../img/gc_btn.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -33px;
}
.gongcheng_tab .tab_menu_box .tab_prev {
	left: -50px;
}
.gongcheng_tab .tab_menu_box .tab_next {
	right: -50px;
	background-position: right 0;
}
.gongcheng_scrol {
	height: 412px;
	overflow: hidden;
}
.gongcheng_scrol li {
	overflow: hidden;
	background-color: #fff;
}
.gongcheng_scrol .info {
	width: 35.5%;
}
.gongcheng_scrol .info .pbox {
	padding: 10% 13%;
}
.gongcheng_scrol .info .title {
	font-size: 30px;
	color: #0075c2;
	font-weight: normal;
}
.gongcheng_scrol .info .p {
	margin-top: 20px;
}
.gongcheng_scrol .info .m_detail {
	border-color: #cacaca;
	padding: 5px 0;
	width: 36%;
	margin-top: 35px;
	text-align: left;
	color: #555;
}
/*.gongcheng_scrol .info .m_detail:hover{border-color:#fff;color:#fff;}
.gongcheng_scrol .info .m_detail:hover:before{background-color:#0075c2;}*/
.gongcheng_scrol .img {
	width: 64.5%;
}
.gongcheng_scrol .arrs {
	display: block;
	width: 38px;
	height: 66px;
	background: url(../img/gc_btn.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -33px;
}
.gongcheng_scrol .arr_prev {
	left: 0;
}
.gongcheng_scrol .arr_next {
	right: 0;
	background-position: right 0;
}
.htcs-box4 {
	padding: 40px 0 85px;
}
.htcs-box4 .channl_title {
	margin-bottom: 25px;
}
.htcs-box4 .zt-pics-list .bd {
	padding-bottom: 0;
	height: auto;
}
.htcs-box4 .zt-pics-list li ._title {
	padding: 18px 5%;
}
.htcs-box4 .zt-pics-list li {
	background-color: #efeff0;
}
.htcs-box4 .zt-pics-list .hover {
	background-color: #0075c2;
	color: #fff;
}
.htcs-box4 .zt-pics-list .scroll_nav {
	display: none;
}
.htcs-box4 .zt-pics-list .zt_btn {
	display: block;
	width: 28px;
	height: 52px;
	background: url(../img/h_btn.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -26px;
	z-index: 3;
}
.htcs-box4 .zt-pics-list .zt_prev {
	left: -5%;
}
.htcs-box4 .zt-pics-list .zt_next {
	right: -5%;
	background-position: right 0;
}
.album_wrap .slide_wrap img {
	max-height: 80%!important;
}
.album_ordinary .slide_c p {
	bottom: 10%!important;
}
.album_ordinary .album_close {
	background: #0075c2!important;
	color: #fff;
}
/*国际亨通综合*/
.inter-box1 {
	padding: 85px 0 80px;
}
.inter-box1 .channel_p {
	width: 65%;
	font-size: 15px;
	margin: 10px auto 40px;
}
.global-items ul {
	width: 101.5%;
}
.global-items li {
	float: left;
	width: 32.5%;
	margin-right: 0.5%;
}
.global-items .pbox .info {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../img/g_li1.png) repeat;
	text-align: center;
	color: #fff;
	padding: 10%;
}
.global-items .pbox .info .img {
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px #fff solid;
	margin: 25px auto 0;
}
.global-items .pbox .info .title {
	font-size: 26px;
	border-bottom: 1px solid rgba(255,255,255,.3);
	padding: 20px 0 5px;
}
.global-items .pbox .info .p {
	font-size: 15px;
	line-height: 27px;
	height: 81px;
	overflow: hidden;
	margin-top: 10px;
}
.global-items .hover .pbox .info {
	background: url(../img/g_li2.png) repeat;
}
.inter-box3 {
	padding: 36px 0 55px;
}
.inter-box3 .channl_title {
	margin-bottom: 25px;
}
.inter-box3 .cs-dongtai .pbox {
	padding-bottom: 0;
}
.inter-box3 .cs-dongtai .pbox .info {
	position: static;
	border: 0;
	padding: 8%;
}
.inter-box3 .cs-dongtai li {
	background-color: #ebebea;
}
.inter-box3 .cs-dongtai .pbox .title {
	font-size: 16px;
}
.zhyg-items .pbox {
	background-color: #ebebea;
}
.zhyg-items .pbox .title {
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
}
.zhyg-items .pbox .info {
	display: block;
	padding: 8.4%;
}
.inter-box3 .cs-dongtai li:hover, .zhyg-items .pbox:hover {
	background-color: #027ac8;
}
.inter-box3 .cs-dongtai li:hover .info, .inter-box3 .cs-dongtai li:hover .date, .zhyg-items .pbox:hover .info {
	color: #fff;
}
.inter-box3 .m_detail {
	border-color: #006bc0;
	width: 10%;
	padding: 5px 0;
}
.inter-box2 {
	background: url(../img/ib_bg2.jpg) center top no-repeat;
	padding: 70px 0 30px;
}
.inter-map-top .word {
	width: 48%;
	color: #fff;
}
.inter-map-top .word .channl_title {
	margin-bottom: 30px;
}
.inter-map-top .word .p {
	font-size: 16px;
}
.inter_menu {
	width: 39%;
}
.inter_menu li {
	margin-top: 13px;
}
.inter_menu li .bo {
	border: 1px solid rgba(255,255,255,.45);
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	color: #fff;
	cursor: pointer;
}
.inter_menu li .bo .ico25 {
	margin: 0 20px;
}
.inter_menu .tab_t_cur .bo {
	background-color: #df071e;
	color: #fff;
}
.inter_menu .tab_t_cur .bo .ico25 {
	background-position: 0 -28px;
}
.inter_menu .tab_t_cur .bo .ico25_2 {
	background-position: -25px -28px;
}
.inter_menu .tab_t_cur .bo .ico25_3 {
	background-position: -50px -28px;
}
.inter_menu .tab_t_cur .bo .ico25_4 {
	background-position: -75px -28px;
}
.inter_menu .tab_t_cur .bo .ico25_5 {
	background-position: -100px -28px;
}
.inter_menu .tab_t_cur .bo .ico25_6 {
	background-position: -125px -28px;
}
.inter-map-tab {
	height: 600px;
}
.inter-map-tab .tab_c {
	width: 100%;
	height: 570px;
	top: 0;
	left: 0;
	display: none;
}
.inter-map .chanyegroup {
}
.inter-map .cy_span .pinter {
	display: block;
	width: 33px;
	height: 38px;
	background: url(../img/icons.png) -70px -58px no-repeat;
}
.chanyegroup .cy_span .img, .pinpgroup .cy_span .img {
	position: absolute;
	width: 122px;
	height: 80px;
}
/*.chanyegroup .cy_span .img:after,.inter-map .cy_span .word:after,.pinpgroup .cy_span .img:after{content:'';width:0;height:0;border-top:6px #d61518 solid;border-left:6px transparent solid;border-right:6px transparent solid;position:absolute;left:50%;margin-left:-6px;}
.chanyegroup .cy_span .img:after{bottom:5px;}
.inter-map .cy_span .word:after{bottom:-6px;}
.pinpgroup .cy_span .img:after{bottom:5px;}*/
.inter-map .cy_span .word {
	position: absolute;
	width: 126px;
	height: 70px;
	background-color: #df071e;
	bottom: 100%;
	left: 50%;
	margin-left: -63px;
	margin-bottom: 11px;
	font-size: 0;
	text-align: center;
}
.inter-map .cy_span .word .company {
	display: inline-block;
	vertical-align: middle;
	height: auto;
	font-size: 14px;
	color: #fff;
	padding: 0 10px;
	line-height: 1.4;
}
.inter-map .cy_span .word .line {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}
/*慈善图片*/
.zhanhuiBox {
	margin-bottom: 40px;
}
.zh_big {
	width: 77%;
	float: left;
}
.zh_big ._img {
	font-size: 0;
	padding-bottom: 67.5%;
}
.zh_big ._title {
	font-size: 18px;
	line-height: 25px;
	padding: 30px 0;
}
.zh_thumbs {
	width: 22%;
	float: right;
}
.zh_thumbs li {
	margin-bottom: 15px;
}
.zh_thumbs img {
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.zh_thumbs .cur img {
	filter: alpha(opacity=100);
	opacity: 1;
}
.thumbs_scroll {
	height: 624px;
	overflow: hidden;
	position: relative;
}
.zh_thumbs ._tools {
	height: 85px;
	line-height: 85px;
	text-align: center;
	position: relative;
	font-size: 18px;
}
.zh_thumbs ._tools .num {
	font-weight: normal;
	font-size: 24px;
	color: #bfa060;
	font-family: "arial"
}
.zh_thumbs ._tools ._tlBtn {
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	top: 23px;
	color: #c7c7c7;
}
.zh_thumbs ._tools ._tlBtn .ion {
	font-size: 25px;
	margin: 0;
}
.zh_thumbs ._tools .tlBtn_prev {
	left: 20px;
}
.zh_thumbs ._tools .tlBtn_next {
	right: 20px;
}
/*2016-11-05*/
.job_home_part2 .part2_r {
	min-height: 378px;
}
.job_home_part2 .part2_r_box {
	padding: 40px;
}
.job_home_part2 .part2_r_box .text {
	margin-bottom: 54px;
}
.job_home_part2 .part2_r_box .title {
	margin-bottom: 24px;
}
/*简历投递 2016-11-05*/
.Form-J1 {
	padding-bottom: 40px;
}
.Form-J1 .Form-J1-Left {
	float: left;
	width: 50%;
}
.Form-J1 .Form-J1-right {
	float: right;
	width: 50%;
}
.Form-J1 .Form-J1-li {
	padding-top: 10px;
}
.Form-J1 .Form-J1-li label {
	width: 5em;
	display: inline-block;
	color: #666;
	vertical-align: middle;
	font-size: 13px;
}
.Form-J1 .Form-J1-li input {
	height: 28px;
	line-height: 28px;
	border: 1px #ddd solid;
	width: 70%;
}
.Form-J1 .Form-J1-li textarea {
	border: 1px #ddd solid;
	width: 70%;
	padding: 0;
}
.Form-J1 .Form-J1-li em {
	color: red;
	vertical-align: middle;
	padding-left: 10px;
}
.Form-J1 .Form-J1-li input._yzm {
	width: 20%;
}
.Form-J1 .Form-J1-li img {
	vertical-align: middle;
	padding-left: 10px;
	cursor: pointer;
	height: 30px;
}
.Form-J1 .Form-J1-li b {
	color: #666;
	font-size: 12px;
	padding-left: 4px;
}
.Form-J1 .Form-J1-li select {
	border: 1px #ddd solid;
	width: 70%;
	padding: 7px 0;
}
.Form-J1 .Form-J1-Btn {
	clear: both;
	text-align: center;
	padding-top: 40px;
}
.Form-J1 .Form-J1-Btn button {
	width: 16%;
	height: 45px;
	text-align: center;
	line-height: 45px;
	display: inline-block;
*display:inline;
*zoom: 1;
	font-size: 14px;
	color: #ffffff;
	margin: 0px 4px;
}
.Form-J1 .Form-J1-Btn ._submit {
	background-color: #ff6d12;
	margin-right: 10px;
	color: #fff;
}
.Form-J1 .Form-J1-Btn ._reset {
	background-color: #576b7c;
}
/*2016-11-07*/
.shzr_linian_part1 .part1_bd .list_box {
	text-align: center;
}
.shzr_linian_part1 .part1_bd .list_box .list_title {
	margin-bottom: 30px;
}
/*站内搜索*/
.content-39914 .Tit2, .content-39914 .Tit2 a {
	height: 56px;
	font: bold 24px/56px 'microsoft yahei';
	color: #333;
}
.Tit2 a:hover {
	color: #333;
}
.content-39914 .sear {
	padding: 25px 0 25px 10px;
	background: #eee;
}
.content-39914 .sear .t {
	font-size: 15px;
	font-weight: bold;
	line-height: 2.4;
}
.content-39914 .serv_select li {
	float: left;
	width: 36px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 0 5px;
	margin-right: 5px;
	cursor: pointer;
}
.content-39914 .rect {
	display: inline-block;
	width: 2px;
	height: 3px;
	overflow: hidden;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	margin-top: 9px;
}
.content-39914 .on .rect {
	border-color: #e60013;
}
.content-39914 .sear_f {
	border: 1px solid #ccc;
	background-color: #fff;
	height: 28px;
}
.content-39914 .result {
	border-top: 1px solid #ddd;
	padding: 10px 10px 0;
	margin-top: 20px;
}
.content-39914 .sear_result li {
	margin-bottom: 10px;
	margin-top: 20px;
}
.content-39914 .sear_result a {
	color: #333;
}
.content-39914 .sear_result a:hover {
	text-decoration: underline;
}
.content-39914 .sear_result .el {
	font-size: 14px;
	_width: 100%;
}
.content-39914 .sear_result .p {
	padding: 10px 20px;
	border-top: 1px solid #ddd;
	margin-top: 10px;
}
.content-39914 .sear_result .type {
	color: #000;
	display: inline-block;
	padding: 0 1em;
	border-right: 1px solid #ddd;
	margin-right: 1em;
	font-weight: bold;
}
.content-39914 .dib {
	-moz-inline-stack: inline-block;
	display: inline-block;
*display:inline;
*zoom:1;
	vertical-align: middle;
	padding: 0 3px;
}
.content-39914 .sear_filt label span {
	vertical-align: -2px;
}
.content-39914 .submit {
	background-color: #fff;
	width: 60px;
	cursor: pointer;
	border: 1px solid #ccc;
	height: 30px!important;
	vertical-align: -1px;
}
.content-39914 .sear_f .inp {
	height: 28px;
	line-height: 28px;
	padding: 0 0 0 5px;
}
.content-39914 .content-39914-flag {
	background: transparent;
}
.content-39914 .dib {
	padding: 0;
}
.content-39914 .sear_f .inp {
	line-height: 28px;
	border: none;
}
/*品牌价值补充*/
.shili_pinpai .part3 {
	overflow: hidden;
}
.shili_pinpai .part3 .title, .shili_pinpai .part4 .title {
	font-size: 30px;
	color: #221815;
	margin-bottom: 26px;
	text-align: center;
}
.shili_pinpai .part3 {
	padding: 37px 0px 60px;
}
.shili_pinpai .part3 .part3_bd {
	padding: 0px 110px;
}
.shili_pinpai .part3 .img_title {
	font-size: 16px;
	color: #221815;
	text-align: center;
	font-weight: normal;
}
.shili_pinpai .part3 .part3_bd li:hover .img_box {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}
.shili_pinpai .part4 {
	overflow: hidden;
}
.shili_pinpai .part4 .title {
, margin-bottom:40px;
}
.shili_pinpai .part4 {
	padding: 45px 0px 75px;
	background-color: #f3f3f3;
}
.shili_pinpai .part4_l_box {
	color: #707070;
	padding-right: 100px;
}
/*2016-11-18*/
.shili_home .part_bd .bd_r_box .r_box {
	height: 338px;
}
/*2016-11-18头部修改*/
.pageHeader {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pageHeader.tophide {
	transform: translate(0, -40px);
}
/*全球运营-合作伙伴补充*/
.pinpai_list_box {
	padding-bottom: 50px;
}
.pinpai_list li {
	float: left;
	width: 199px;
	border: 1px #b4b4b4 solid;
	margin-left: -1px;
	margin-top: -1px;
}
.pinpai_list .img {
	display: block;
	width: 100%;
	height: 110px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	font-size: 0;
}
.pinpai_list .img img {
	display: inline-block;
	vertical-align: middle;
}
.pinpai_list .img .line {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}
/*20161119发展历程*/
.about_history .history_bd .loding {
	width: 100%;
	height: 200px;
	background: url(../img/loading.gif) no-repeat center;
}
.about_history .history_bd.dis_none .history_bd_main {
	display: none;
}
.about_history .history_bd.dis_none .loding {
	display: block;
}
.about_history .history_bd .history_bd_main {
	display: block;
}
.about_history .history_bd .loding {
	display: none;
}
.about_history .history_bd ._list_box {
	min-height: 380px;
}
/*20161119简历表单按钮*/
.main_bar .Form-J1 {
	padding-bottom: 0px;
}
.main_bar .Form-J1 .Form-J1-Btn button {
	border: none;
	font-size: 18px;
	cursor: pointer;
}
.main_bar .Form-J1 .Form-J1-Btn ._submit {
	background: #0372c3
}
.Form-J1 .Form-J1-li textarea {
	height: 110px;
	resize: none;
	vertical-align: middle;
}
/*20161121*/
.news_home .part2 .wrap, .news_home .part1 .wrap {
	overflow: hidden;
}
.about_wenhua .part2 {
	padding-bottom: 45px;
}
/*发展历程修改20161121*/
.about_history .history_hd .hd_title {
	font-size: 18px;
	color: #282828;
}
.about_history .tab_b {
	width: 100%;
	height: 77px;
	margin-bottom: 30px;
}
.about_history .history_hd {
	width: 25%;
	text-align: center;
	background-color: #dbdbdb;
	padding: 10px 0px;
}
.about_history .history_hd.tab_t_cur {
	background-color: #f1af00;
}
.about_history .history_hd.tab_t_cur a {
	color: #fff;
}
.about_history .history_hd.tab_t_cur:after {
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px;
	border-color: #f1af00 transparent transparent transparent;
	display: block;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
}
.about_history .history_hd.tab_t_cur .number {
	color: #e7a7a9;
}
.about_history .history_hd.tab_t_cur .hd_title {
	color: #fff;
}
/*20161121滚动条*/
.about_jianjie .part3_l_box .scrollbar-ui .scroll_bar {
	background: url(../img/about_wenhua_scorll_bj.png) repeat-y center;
}
.about_jianjie .part3_l_box .scrollbar-ui .scroll_slider {
	background: url(../img/about_wenhua_scorll_btn_bj.png) repeat-y center;
}
/*2016-11-23首页修改*/
.videoBanner .i_banner_ico {
	width: 117px;
	height: 117px;
	background: url(../img/news_home_video_ico01.png) no-repeat center;
	position: absolute;
	left: 50%;
	margin-left: -58.5px;
	top: 50%;
	margin-top: -58.5px;
	display: block;
	cursor: pointer;
}
.nav .nav_li .setNav .setMenu li:hover {
	background-color: #e5e5e5;
}
.nav .nav_li .setNav .setMenu li:hover a {
	color: #006ad0;
	text-decoration: underline;
}
.cen_box6 .maxWrap {
	padding-bottom: 20px;
}
.cen_box6 .pbox {
	/*margin: 0px 10px;*/
}
/*2016-11-24导航下拉*/
.nav .nav_li .setNav .setMenu {
	width: 16.5%;
	padding-left: 0;
	padding-right: 0;
}
.nav .nav_li .setNav .setMenu li {
	padding: 0px 30px 0px 30px;
	border: none;
}
.nav .nav_li .setNav .setMenu li a {
	border-bottom: 1px #fff solid;
}
/*图片效果*/
.imgHover {
	overflow: hidden;
	background: url(../img/footer_bj.png);
}
.imgHover img {
	-moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	width: 100%!important;
	max-width: 100%;
}
.imgHover:hover img {
	/*margin-left: -10px;*/
	opacity: .6;
}
.imgHover .title {
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	-moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	opacity: 1;
}
.imgHover .m_detail {
	-moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transform: translateY(10%);
	-ms-transform: translateY(10%);
	-webkit-transform: translateY(10%);
	transform: translateY(10%);
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	color: #fff;
	line-height: 1.5;
	width: 100%;
	opacity: 0;
}
.imgHover:hover .title, .imgHover:hover .m_detail {
filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
/*20161124国际亨通*/
.global-items .imgHover .img, .global-items .imgHover .title, .global-items .imgHover .p {
	-moz-transform: translateY(20%);
	-ms-transform: translateY(20%);
	-webkit-transform: translateY(20%);
	transform: translateY(20%);
	-moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.global-items .imgHover:hover .img, .global-items .imgHover:hover .title, .global-items .imgHover:hover .p {
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
/*20161125*/
.inter_yunying_detail {
	padding-bottom: 50px;
}
.htcs-box4 .zt-pics-list li {
	margin-bottom: 20px;
}
.zt-pics-list .m_detail {
	width: 100%;
	text-align: center;
}
/*20161125企业文化修改*/
.rect-44 {
	padding-bottom: 44%;
}
.about_wenhua_news .part1_bd .odd .list_l {
	float: right;
}
.about_wenhua_news .part1_bd .odd .list_r {
	float: left;
}
.about_wenhua_news .part1_bd .list_l {
	min-height: 264px;
	background-color: #fbfbfb;
}
.about_wenhua_news .part1_bd .l_box {
	padding: 15px 50px 0px 44px;
}
.about_wenhua_news .part1_bd .list_title {
	font-size: 30px;
	color: #333;
	font-weight: normal;
	margin-bottom: 10px;
}
.about_wenhua_news .part1_bd .list_text {
	color: #555;
	margin-bottom: 20px;
}
.about_wenhua_news .part1_bd .odd .list_l {
	background-color: #0075c2;
}
.about_wenhua_news .part1_bd .odd .list_title {
	color: #fff;
}
.about_wenhua_news .part1_bd .odd .list_text {
	color: #fff;
	line-height: 28px;
	height: 84px;
	overflow: hidden;
}
.about_wenhua_news .part1_bd .odd .more {
	color: #fff
}
.about_wenhua_news .part2_hd {
	line-height: 50px;
}
.about_wenhua_news .part3 .part2_hd {
	margin-bottom: 26px;
}
.about_wenhua_news .part3 {
	margin-bottom: 36px;
}
.about_wenhua_news .part3 .part1_bd ._bd_r {
	background: none;
}
.about_wenhua_news .part1 {
	margin-bottom: 34px;
}
.about_wenhua_news .part3 .part1_bd ._bd_l {
	background: none;
}
.about_wenhua_news .part1_bd .title_more {
	display: none;
}
/*20161126banner*/
.videoBanner {
	position: relative;
	height: 522px;
	overflow: hidden;
	z-index: 20;
	top: 0;
}
.indexMain {
/*padding-top: 115px;*/
}
/*.banner li {
	text-align: center;
	overflow: hidden;
}
.banner li img {
	display: inline-block;
	margin: 0 -100%;
	margin: 0 -50%\9;
	max-width: none;
	width: auto;
}*/
/*2016-11-29创始人*/
.csr_box2 {
	display: none;
}
.csr_box1 {
	padding-bottom: 60px;
}
.csr_box1 .img {
	width: 38%;
}
.csr_box1 .img .img_title {
	font-size: 14px;
	color: #221815;
	padding: 8px 0px;
}
.csr_box1 .cs_content {
	width: 58%;
}
.csr_box1 .cs_content .pbox {
	border: none;
	padding: 0;
}
.csr_box1 .cs_content .p {
	height: auto;
	min-height: 330px;
}
.csr_box1 .cs_content .name {
	margin-top: 0;
	color: #272424;
	font-weight: normal;
	margin-bottom: 20px;
}
.csr_box1 .cs_content .pbox_btn .btn_box {
	text-align: center;
	width: 49.8%;
	padding: 12px 0px;
}
.csr_box1 .cs_content .pbox_btn .l_title {
	font-size: 35px;
	font-weight: normal;
}
.csr_box1 .cs_content .pbox_btn .more {
	font-size: 14px;
}
.csr_box1 .cs_content .btn_l {
	background: url(../img/csr01_btn_bj01.jpg) no-repeat center;
	background-size: 100% 100%;
}
.csr_box1 .cs_content .btn_l .l_title, .csr_box1 .cs_content .btn_l .more {
	color: #fff;
}
.csr_box1 .cs_content .btn_r {
	background: url(../img/csr01_btn_bj02.jpg) no-repeat center;
	background-size: 100% 100%;
}
/*2016-11-29社会责任综合*/
.shze_home_part2 ._list_l ._list_l_box, .shze_home_part2 ._list_r ._list_l_box {
	padding: 0;
}
.shze_home_part2 ._list_l_box {
	min-height: 505px;
	padding: 0;
}
.shze_home_part2 ._list_l_box .list_main {
	padding: 70px 86px 0px 80px;
}
.shze_home_part2 ._list_l_box .list_main .list_main_l {
	width: 36%;
}
.shze_home_part2 ._list_l_box .list_main .list_main_r {
	width: 60%
}
.about_home .part2 ._list_r ._list_l_box {
	background: url(../img/shzr_part2_bj.jpg) no-repeat center;
	background-size: 100% 100%;
}
.about_home .part2_box li.odd ._list_l ._list_l_box {
	padding: 70px 90px 0px 80px;
	min-height: 435px;
}
.about_home .part2 ._list_l_box ._text1 {
	font-size: 16px;
	color: #000;
	margin-bottom: 26px;
}
/*2016-11-29亨通简介*/
.rect-504 {
	padding-bottom: 50.4%;
}
.about_jianjie .part2 .part2_box {
	padding: 40px 0px;
}
.about_jianjie .part2 .part2_l {
	width: 40%;
}
.about_jianjie .part2 .part2_r {
	width: 59.5%;
}
.about_jianjie .part2 .part2_l .cover {
	display: block;
	background: url(../img/black.4.png) repeat;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}
.about_jianjie .part2 .part2_l .cover ._play {
	display: inline-block;
	width: 78px;
	height: 78px;
	background: url(../img/about_jianjie_video_ico.png) center no-repeat;
	margin-top: 26%;
}
.about_jianjie .part2 .part2_l .cover .title {
	font-size: 20px;
	color: #fff;
}
/*2016-11-29品牌价值*/
.shili_pinpai .part4_hd {
	margin-bottom: 30px;
	font-size: 36px;
}
.shili_pinpai .part4_bd li {
	float: left;
}
.shili_pinpai .part4_bd li:hover .list_img {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}
.shili_pinpai .part4_l .part4_bd {
padding-right:
}
.shili_pinpai .part4_l .part4_bd li {
	width: 32%;
	text-align: center;
	margin-right: 3px;
	margin-bottom: 3px;
}
.shili_pinpai .part4_l .part4_bd .li4, .shili_pinpai .part4_l .part4_bd .li5 {
	width: 48.3%;
}
.shili_pinpai .part4_l .part4_bd a {
	display: block;
}
.shili_pinpai .part4_l .part4_bd .list_img {
	width: 140px;
	height: 50px;
	margin: 0 auto;
	overflow: hidden;
}
.shili_pinpai .part4_l .list_box {
	border: 1px solid #e9e9e9;
	background: #fff;
	padding-top: 10px;
}
.shili_pinpai .part4 {
	background: url(../img/pinpai_part4_bj_02.jpg) repeat-y center;
}
.shili_pinpai .part4_box {
	padding-right: 88px;
}
.shili_pinpai .part4_r .part4_box {
	padding-left: 40px;
}
.shili_pinpai .part4_r .part4_bd li {
	width: 14%;
	margin-right: 2%;
}
.shili_pinpai .part4_r .part4_bd span {
	display: block;
}
.shili_pinpai .part4_r .part4_bd .list_box {
	position: relative;
height:
}
.shili_pinpai .part4_r .part4_bd .list_fix {
	position: absolute;
	bottom: 30px;
	left: 0;
	overflow: hidden;
}
.shili_pinpai .part4_r .part4_bd .list_number {
	width: 54px;
	height: 65px;
	background: url(../img/pinpai_part4_r_ico.png) no-repeat center;
	color: #fff;
	line-height: 18px;
	padding: 20px 0px 0px;
	font-size: 12px;
}
.shili_pinpai .part4_r .part4_bd .list_number em {
	font-weight: bold;
	display: block;
	font-size: 16px;
}
.shili_pinpai .part4_r .part4_bd .list_main {
	width: 100%;
}
.shili_pinpai .part4_r .part4_bd .li1 .list_main {
	height: 27px;
	background: #68c2fd;
}
.shili_pinpai .part4_r .part4_bd .li2 .list_main {
	height: 37px;
	background: #57b3f0;
}
.shili_pinpai .part4_r .part4_bd .li3 .list_main {
	height: 90px;
	background: #45a4e3;
}
.shili_pinpai .part4_r .part4_bd .li4 .list_main {
	height: 116px;
	background: #2c90d1;
}
.shili_pinpai .part4_r .part4_bd .li5 .list_main {
	height: 200px;
	background: #1a81c4;
}
.shili_pinpai .part4_r .part4_bd .li6 .list_main {
	height: 230px;
	background: #0771b6;
}
.shili_pinpai .part1 .zt-pics-list li:hover {
	background-color: #0075c2;
	color: #fff;
}
.shili_pinpai .part4_r .part4_bd {
	padding-top: 230px;
	text-align: center;
}
/*2016-11-29实力亨通综合*/
.rect-50 {
	padding-bottom: 50%;
}
.shili_home .part_bd .bd_l .bd_list {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: url(../img/blue_78.png);
}
.shili_home .part_bd .bd_l .bd_list .list_box {
	border: 1px dotted #adc7d9;
}
.shili_home .part_bd .bd_l .bd_list .list_ico {
	width: 80px;
	height: 80px;
	margin: 0 auto;
}
.shili_home .part_bd .bd_l .lisr_box {
	border-left: 1px dotted #adc7d9;
	border-bottom: 1px dotted #adc7d9;
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding: 27px 0px;
}
.shili_home .part_bd .bd_l .list_title a {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
}
.shili_home .part_bd .bd_l .bd_list li:hover {
	background: url(../img/blue_09.png);
}
.shili_home .part_bd .bd_l .bd_list .li7 .lisr_box {
	border-right: 1px dotted #adc7d9;
}
.shili_home .part_bd .bd_l .bd_list .li8 .more {
	line-height: 162px;
	text-align: center;
	display: block;
	background: url(../img/more_ico.png) no-repeat 56px 88px;
	color: #fff;
	display: block;
}
.shili_home .part_bd .bd_r_box .r_box {
	position: relative;
}
.shili_home .part_bd .bd_r_box .r_box01 .font_main {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: url(../img/whit_09.png);
}
/*2016-11-30人才理念*/
.j-ln-box1 .img_box {
	width: 48%;
	margin-right: 2%;
}
.j-ln-box1 .text_box {
	width: 48%;
	padding-left: 2%
}
.j-ln-box1 .text_box .tit {
	font-size: 30px;
	color: #006ccc;
	line-height: 60px;
	font-weight: bold;
}
.j-ln-box1 .text_box .mubiao {
	font-size: 18px;
	color: #4c4c4c;
	line-height: 36px;
	margin-bottom: 25px;
}
.j-ln-box1 .text_box .info {
	font-size: 13px;
	color: #737373;
	line-height: 26px;
}
.j-ln-box2 {
	height: 610px;
	background: url(../img/j_ln_2.jpg) center top no-repeat;
}
.j-ln-box2 .tit {
	font-size: 34px;
	color: #fff;
	padding-top: 65px;
	line-height: 1;
	padding-bottom: 20px;
	text-align: center;
}
.j-ln-box2 .subtit {
	font-size: 13px;
	color: #fff;
	line-height: 26px;
	padding-bottom: 45px;
	text-align: center;
}
.j-ln-box2 .list_box li a {
	display: block;
	background-color: #eff6f9;
	width: 100%;
	min-height: 300px;
	padding-top: 40px;
}
.j-ln-box2 .list_box li a:hover {
	background-color: #006ccc;
}
.j-ln-box2 .list_box li a:hover .title, .j-ln-box2 .list_box li a:hover .info {
	color: #fff;
}
.j-ln-box2 .list_box .icons_box {
	width: 70px;
	height: 70px;
	margin: 0px auto 15px;
	background: url(../img/job_part2_ico.png) no-repeat;
}
.j-ln-box2 .list_box .icon1 {
	background-position: 0px 0px
}
.j-ln-box2 .list_box .icon2 {
	background-position: -70px 0px
}
.j-ln-box2 .list_box .icon3 {
	background-position: -140px 0px
}
.j-ln-box2 .list_box .icon4 {
	background-position: -210px 0px
}
.j-ln-box2 .list_box li:hover .icon1 {
	background-position: 0px -70px
}
.j-ln-box2 .list_box li:hover .icon2 {
	background-position: -70px -70px
}
.j-ln-box2 .list_box li:hover .icon3 {
	background-position: -140px -70px
}
.j-ln-box2 .list_box li:hover .icon4 {
	background-position: -210px -70px
}
.j-ln-box2 .list_box .title {
	font-size: 20px;
	color: #535353;
	line-height: 1;
	margin-bottom: 40px;
	text-align: center;
}
.j-ln-box2 .list_box .info {
	font-size: 13px;
	color: #909090;
	line-height: 26px;
	width: 76%;
	margin: 0 auto;
	text-align: center;
}
.j-ln-box3 {
	padding: 63px 0px 73px;
}
.j-ln-box3 .Maxwrap {
	position: relative;
	height: 330px;
	overflow: hidden;
}
.j-ln-box3 .img_box {
	display: block;
	height: auto;
	text-align: center;
	overflow: hidden;
}
.j-ln-box3 .img_box img {
	display: inline-block;
	margin: 0 -100%;
	margin: 0 -50%\9;
	max-width: none;
	width: auto;
}
.j-ln-box3 .text_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 54%;
	height: 100%;
	background: url(../img/whit_09.png);
}
.j-ln-box3 .text_box .text_main {
	padding: 34px 48px 36px 85px;
}
.j-ln-box3 .text_box .tit {
	font-size: 30px;
	color: #006ccc;
	line-height: 60px;
	font-weight: bold;
}
.j-ln-box3 .text_box .mubiao {
	font-size: 18px;
	color: #4c4c4c;
	line-height: 32px;
	margin-bottom: 18px;
}
.j-ln-box3 .text_box .info {
	font-size: 13px;
	color: #737373;
	line-height: 26px;
}
/*2016-11-30专题列表*/
.news_list .zt_pic_list ._list_pic {
	height: 214px;
}
.news_list .zt_pic_list ._list_pic a {
	display: block;
	height: auto;
	text-align: center;
	overflow: hidden;
}
/*.news_list .zt_pic_list ._list_pic a img{display:inline-block; margin:0 -100%; margin:0 -50%\9; max-width:none; width:auto;height:100%;}*/

/*2016-12-07创新发展*/
.icoHover:hover .list_ico {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}
.cxfz-box1 {
	padding-bottom: 62px;
}
.cxfz_box1_main .list_title_box {
	width: 100%;
	background-color: #d3dee5;
	text-align: center;
}
.cxfz_box1_main .list_title_box a {
	display: block;
	padding: 10px;
	font-weight: normal;
	font-size: 18px;
	color: #221815;
}
.cxfz-box2 {
	width: 100%;
	background: url(../img/shili_chuangxin_part2_bj.jpg) no-repeat center;
}
.cxfz_box2_main .list_box {
	text-align: center;
	padding: 0px 70px;
}
.cxfz_box2_main .list_title {
	color: #4c4948;
	padding-top: 20px;
	font-weight: normal;
	color: #4c4948;
}
.cxfz_box2_main .list_ico {
	display: block;
	width: 120px;
	height: 120px;
	background: url(../img/shili_chuangxin_part2_ico.png) no-repeat;
	margin: 0 auto;
}
.cxfz_box2_main .li1 .list_ico {
	background-position: 0px 0px;
}
.cxfz_box2_main .li2 .list_ico {
	background-position: -120px 0px;
}
.cxfz_box2_main .li3 .list_ico {
	background-position: -240px 0px;
}
.cxfz_box2_main .li4 .list_ico {
	background-position: -360px 0px;
}
.cxfz_box3 {
	padding: 46px 0px;
}
.cxfz_box3 .box3_l_box {
	padding-right: 96px;
}
.cxfz_box3 .box3_l_title {
	margin-bottom: 30px;
}
.cxfz_box3 .box3_l_text {
	color: #4c4948;
	margin-bottom: 50px;
}
.cxfz_box3 .box3_l_list .list_box {
	border: 1px solid #d9d9d9;
	background-color: #f9fafa;
	padding: 20px 14px;
	text-align: center;
	min-height: 125px;
}
.cxfz_box3 .box3_l_list .list_title {
	font-size: 18px;
	color: #4c4948;
	font-weight: bold;
	margin-bottom: 10px;
}
.cxfz_box3 .box3_l_list .list_text {
	font-size: 13px;
	color: #8f8e8d;
}
.cxfz_box3 .box3_l_list .list_box:hover {
	background: url(../img/shili_chuangxin_part3_hover_bj.jpg) no-repeat center;
	background-size: 100% 100%;
}
.cxfz_box3 .box3_l_list .list_box:hover .list_title, .cxfz_box3 .box3_l_list .list_box:hover .list_text {
	color: #fff;
}
.cxfz_box4 {
	padding-bottom: 64px;
}
.cxfz_box4 .channl_title {
	margin-bottom: 15px;
}
.cxfz_box4 .cxfz_box4_main {
	overflow: hidden;
}
.cxfz_box4 .cxfz_box4_main ul {
	width: 104%;
}
.cxfz_box4 .cxfz_box4_main li {
	width: 16%;
	float: left;
	margin-right: 4%;
}
.cxfz_box4 .cxfz_box4_main .list_box {
	width: 100%;
	height: 0;
	border: 1px #d8d8d8 solid;
	border-radius: 50%;
	padding-bottom: 100%;
	overflow: hidden;
	text-align: center;
}
.cxfz_box4 .cxfz_box4_main .list_ico {
	width: 60px;
	height: 60px;
	display: block;
	margin: 44px auto 6px;
	background: url(../img/shili_chuangxin_part4_ico.png) no-repeat;
}
.cxfz_box4 .cxfz_box4_main .list_title {
	font-size: 16px;
	color: #221815;
	font-weight: normal;
}
.cxfz_box4 .cxfz_box4_main .li2 .list_ico {
	background-position: -60px 0px;
}
.cxfz_box4 .cxfz_box4_main .li3 .list_ico {
	background-position: -120px 0px;
}
.cxfz_box4 .cxfz_box4_main .li4 .list_ico {
	background-position: -180px 0px;
}
.cxfz_box4 .cxfz_box4_main .li5 .list_ico {
	background-position: -240px 0px;
}
/*企业荣誉*/
.honor_list .threeLayer_menu {
	margin-bottom: 50px;
	width: 100%;
	height: 480px;
	background: url(../img/honor_list_bj.jpg) no-repeat center;
}
.honor_list .threeLayer_menu .wrap {
	padding-top: 290px;
}
.honor_list .threeLayer_menu ul {
	width: 103%;
}
.honor_list .threeLayer_menu li {
	width: 32%;
	margin-right: 0.5%;
	padding: 20px 0px 30px;
}
.honor_list .threeLayer_menu .list_ico {
	display: block;
	width: 70px;
	height: 70px;
	background: url(../img/honor_list_title_ico.png) no-repeat;
	margin: 0 auto;
}
.honor_list .threeLayer_menu .li2 .list_ico {
	background-position: -70px 0px;
}
.honor_list .threeLayer_menu .li3 .list_ico {
	background-position: -140px 0px;
}
.honor_list .threeLayer_menu .li1.cur .list_ico {
	background-position: 0px -70px;
}
.honor_list .threeLayer_menu .li2.cur .list_ico {
	background-position: -70px -70px;
}
.honor_list .threeLayer_menu .li3.cur .list_ico {
	background-position: -140px -70px;
}
.honor_list .threeLayer_menu li.cur:after {
	display: none;
}
.honor_list .threeLayer_menu li {
	background: url(../img/whit_05.png);
	float: left;
}
.honor_list .threeLayer_menu li.cur {
	background: #e51729;
}
/*2016-12-07亨通慈善*/
.cs-items .items .pbox {
	padding: 50px 66px 60px 65px;
}
.cs-items .items_1, .cs-items .items_4 {
	background-color: #f4f4f4;
}
.cs-items .items_2 {
	background: url(../img/htcishan_part1_bj.jpg) no-repeat center;
	background-size: 100% 100%;
}
.cs-items .items_2 .cishan_logo {
	width: 168px;
	height: 208px;
	background: url(../img/cishan_logo.png) no-repeat center;
	margin: 10% auto;
	display: block;
}
/*2016-12-08企业荣誉*/
.csr_honor .threeLayer_menu {
	margin-bottom: 40px;
}
.csr_honor .threeLayer_menu li {
	width: 50%;
	float: left;
}
.cx_shili_pic .threeLayer_menu {
	margin-bottom: 40px;
}
/*2016-12-19视频列表*/
.videoList li .title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
/*2016-12-22*/
.news_home .part1_bd ._bd_l ._img_box {
	height: 0;
	padding-bottom: 74%;
	overflow: hidden;
}
.news_home .part1_bd ._bd_r li {
	margin-bottom: 17px;
}
.news_home .part3_r ._text_box ._title {
	-moz-transform: translateY(30%);
	-ms-transform: translateY(30%);
	-webkit-transform: translateY(30%);
	transform: translateY(30%);
	opacity: 1;
}
.news_home .part3_r ._text_box ._text {
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 0;
}
.news_home .part3_r ._text_box:hover ._title {
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.news_home .part3_r ._text_box:hover ._text {
	opacity: 1;
}
/*创新发展2016-12-27*/
.cxfz-box1 {
	padding: 50px 0px;
}
.cxfz-box1 .channel_p, .cxfz_box5 .channl_p, .cxfz_box3 .channel_p {
	padding: 0px 200px;
}
.cxfz-box2 ul {
	width: 102%
}
.cxfz-box2 li {
	width: 18%;
	margin-right: 2%;
	float: left;
}
.cxfz_box2_main .list_box {
	padding: 0;
}
.cxfz-box2 .channl_title {
	margin-bottom: 40px;
}
.cxfz-box2 {
	padding: 50px 0px;
}
.cxfz_box5 {
	padding: 60px 0px;
}
.cxfz_box5 .channl_title {
	margin-bottom: 16px;
}
.cxfz_box5 .box5_number {
	padding-top: 30px;
}
.cxfz_box5 .box5_number li {
	float: left;
	width: 20%;
	text-align: center;
}
.cxfz_box5 .box5_number .number {
	font-size: 100px;
	color: #0075c2;
	line-height: 100px;
	font-weight: bold;
	font-family: Arial
}
.cxfz_box5 .number_tit {
	font-size: 16px;
	color: #1b1b1b;
	font-weight: normal;
}
.cxfz_box6 .cen_box2 .cover .title {
	text-shadow: none;
}
/*.cxfz_box6 .cen_box2 .imgHover{background:none;}*/
.cxfz_box3 {
	padding: 80px 0px 60px;
}
.cxfz_box3 .channl_title {
	margin-bottom: 20px;
}
.cxfz_box3 .box3_main {
	background-color: #f6f6f6;
}
.cxfz_box3 .box3_l_title {
	width: 100%;
	height: 130px;
	line-height: 130px;
	text-align: center;
	font-size: 25px;
	color: #fff;
	background: url(../img/cxfz_title_bj.jpg) no-repeat center;
}
.cxfz_box3 .box3_l_box {
	padding-right: 0;
}
.cxfz_box3 .box3_l {
	width: 62%;
}
.cxfz_box3 .box3_r {
	width: 38%;
}
.cxfz_box3 .box3_l_list {
	padding: 30px 50px;
}
.cxfz_box3 dl {
	position: relative;
	padding: 16px 0px;
}
.cxfz_box3 dl:after {
	content: "";
	width: 28px;
	height: 2px;
	background: #0075c2;
	position: absolute;
	left: 0;
	top: 0;
}
.cxfz_box3 dt {
	font-size: 16px;
	color: #221815;
}
.cxfz_box3 dd {
	font-size: 16px;
	color: #8e8e8e;
}
.cxfz_box3 .box3_l_title {
	margin-bottom: 0px;
}
.cxfz_box4 .cxfz_box4_main .list_ico {
	background: none;
	width: auto;
	height: auto;
	font-size: 50px;
	color: #0075c2;
	font-weight: bold;
	font-family: Arial;
	line-height: 60px;
}
.cxfz_box4 .channl_title {
	font-size: 25px;
	color: #242424;
	font-weight: bold;
	margin-bottom: 20px;
}
.cxfz_box7 .box7_l_list .list_box {
	padding: 11.6px 70px;
	border-bottom: 1px solid #e1e1e1;
}
.cxfz_box7 .box7_l_list .list_num {
	width: 32px;
	height: 32px;
	border: 2px solid #8e8e8e;
	line-height: 32px;
	text-align: center;
	display: block;
	border-radius: 50%;
	margin-right: 4%;
}
.cxfz_box7 .box7_l_list .list_title {
	font-size: 14px;
	color: #8e8e8e;
	line-height: 32px;
	width: 70%;
}
.cxfz_box7 .box7_l_list .last_li .list_box {
	border: none;
}
.cxfz_box7 .box3_l_video {
	position: relative;
}
.cxfz_box7 .box3_l_video .video_ico {
	width: 100px;
	height: 100px;
	background: url(../img/cxfz_video_ico.png) no-repeat center;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
}
.cxfz_box7 .box7_l_list li {
	cursor: pointer;
	position: relative;
}
.cxfz_box7 .box7_l_list li.tab_t_cur {
	background-color: #8e8e8e;
}
.cxfz_box7 .box7_l_list li.tab_t_cur .list_num {
	color: #fff;
	border-color: #fff;
}
.cxfz_box7 .box7_l_list li.tab_t_cur .list_title {
	color: #fff;
}
.cxfz_box7 .box7_l_list {
	height: 360px;
	overflow: hidden;
	position: relative;
}
/*创始人*/
.csr_box1 .csr_box1_l {
	width: 72%;
	background-color: #f5f5f5;
}
.csr_box1 .csr_box1_l .img {
	position: relative;
	width: 40%;
}
.csr_box1 .csr_box1_l .img_title {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	padding: 0;
}
.csr_box1 .csr_box1_r {
	width: 25%
}
.csr_box1 .cs_content .pbox {
	height: auto;
}
.csr_box1 .cs_content .p {
	min-height: 0;
}
.csr_box1 .cs_content .pbox {
	padding: 36px 30px 0px;
}
.csr_box1 .csr_box1_r .img_box {
	position: relative;
	height: 400px;
}
.csr_box1 .csr_box1_r .text_box {
	position: absolute;
	top: 64px;
	right: 34px;
	text-align: right;
}
.csr_box1 .csr_box1_r .img_title {
	font-size: 30px;
	color: #fff;
	font-weight: normal;
}
.csr_box1 .csr_box1_r .more {
	font-size: 14px;
	color: #fff;
}
/*慈善基金会*/
.htcs_part1_l02 {
	height: 296px;
}
.htcs_part1_l02 .part1_l02_box {
	padding: 50px 40px;
}
.htcs_part1_l02 .part1_l02_title {
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 20px;
}
.htcs_part1_l02 .part1_l02_p {
	font-size: 14px;
	color: #fff;
	margin-bottom: 20px;
}
.htcs_part1_l02 .more {
	font-size: 14px;
	color: #fff;
}
.htcs_part1_top {
	background-color: #f1af00;
	text-align: center;
}
.htcs_part1_bottom {
	background-color: #056db6;
}
.cs-items .items_2 .cishan_logo {
	margin: 10% auto 2%;
}
.cs-items .items_2 {
	background: none;
}
/*企业荣誉*/
.about_rongyu .list_box {
	border: 1px solid #e0e0e0;
}
.about_rongyu .rongyu_title {
	width: 256px;
	height: 290px;
	background-size: 100% 100%;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	display: table;
	background-repeat: no-repeat;
	background-position: center;
}
.about_rongyu .li1 {
	border-top: 2px solid #0fbae4
}
.about_rongyu .li2 {
	border-top: 2px solid #f18d91
}
.about_rongyu .li3 {
	border-top: 2px solid #f4d101
}
.about_rongyu .li1 .rongyu_title {
	background-image: url(../img/about_rongyu_title_bj.jpg);
}
.about_rongyu .li2 .rongyu_title {
	background-image: url(../img/rongyu_red_bj.jpg);
}
.about_rongyu .li3 .rongyu_title {
	background-image: url(../img/rongyu_yellow_bj.jpg);
}
.about_rongyu .rongyu_title span {
	vertical-align: middle;
	display: table-cell;
}
.about_rongyu .rongyu_title_box {
	width: 78.6%;
	border-bottom: 1px dotted #dfdfdf;
	padding: 45px 0px;
}
.about_rongyu .rongyu_title_box li {
	float: left;
	position: relative;
	margin-bottom: 14px;
}
.about_rongyu .rongyu_title_box .list_style {
	width: 5px;
	height: 5px;
	background: #9b9b9b;
	border-radius: 50%;
	display: inline-block;
*display:inline;
*zoom: 1;
	vertical-align: middle;
	margin-right: 10px;
}
.about_rongyu .list_box_bottom {
	padding: 70px 56px 60px;
	position: relative;
}
.about_rongyu .list_box_bottom li {
	float: left;
	width: 24%;
}
.about_rongyu .list_box_bottom .img_title {
	display: none;
}
.about_rongyu .img_arr {
	width: 15px;
	height: 27px;
	background: url(../img/img_arr.png) no-repeat;
	top: 50%;
	margin-top: -13.5px;
	display: block;
	position: absolute;
}
.about_rongyu .img_arr_prev {
	left: 20px;
}
.about_rongyu .img_arr_next {
	right: 20px;
	background-position: -15px 0px;
}
.about_rongyu .rongyu_title_list {
	height: 199px;
	overflow: hidden;
	padding: 0px 70px;
	position: relative;
}
.about_rongyu .rongyu_img {
	height: 196px;
	overflow: hidden;
}
.about_rongyu .scrollbar-ui-hover .scroll_bar {
	right: 20px!important;
	background: #f1f1f1;
}
.about_rongyu .scrollbar-ui .scroll_slider {
	background: #e6031f;
}
.about_rongyu li {
	margin-bottom: 30px;
}
/*品牌价值*/
.shili_pinpai .part3 {
	padding: 37px 0px 0px;
}
.shili_pinpai .part4_l .part4_bd.PcPush {
	background: url(../img/about_ppjz_part1_bj.png) no-repeat center;
	position: relative;
	width: 429px;
	height: 429px;
	margin: 0 auto;
}
.shili_pinpai .part4_l .part4_bd.PcPush .list_box {
	border: none;
	background: none;
}
.shili_pinpai .part4_l .part4_bd.PcPush li {
	position: absolute;
}
.shili_pinpai .part4_l .part4_bd.PcPush .li1 {
	top: 14px;
	left: 170px;
}
.shili_pinpai .part4_l .part4_bd.PcPush .li2 {
	top: 172px;
	left: 333px;
}
.shili_pinpai .part4_l .part4_bd.PcPush .li3 {
	top: 338px;
	left: 172px;
}
.shili_pinpai .part4_l .part4_bd.PcPush .li4 {
	top: 176px;
	left: 12px;
}
.shili_pinpai .part4_l .part4_bd.PcPush .li5 {
	top: 177px;
	left: 170px;
}
.shili_pinpai .part4_l .part4_bd.PcPush .li5 a {
	color: #fff;
}
.about_wenhua_news .part1_bd .list_box {
	background-color: #fbfbfb;
}
/*实力综合*/
.shili_home .part_bd .bd_l .bd_l_main {
	position: static;
	width: 100;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
}
.shili_home .list_box {
	position: relative;
}
.shili_home .img_text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: url(../img/whit_09.png) repeat;
}
.shili_home .img_text_box {
	padding: 40px 30px 40px 40px;
}
.shili_home .img_title {
	font-size: 22px;
	color: #221815;
	margin-bottom: 20px;
	font-weight: normal;
}
.shili_home .img_p {
	font-size: 14px;
	color: #4c4948;
	margin-bottom: 20px;
	line-height: 26px;
	height: 78px;
	overflow: hidden;
}
.shili_home .img_more {
	font-size: 14px;
	color: #000;
}
.shili_home .bd_l_box .font_main {
	position: absolute;
	top: 40px;
	left: 40px;
	z-index: 2;
}
.shili_home .bd_l_box .font_main .title a {
	color: #fff;
}
.shili_home .bd_l_box .font_main .title {
	margin-bottom: 15px;
	color: #fff;
}
.shili_home .bd_l_box .font_main .text {
	color: #fff;
}
.shili_home .part_bd .bd_r_box .r_box01 .font_main {
	background: #fff;
}
.shili_home .slide_nav {
	display: none;
}
.shili_home .arrs {
	width: 32px;
	height: 32px;
	display: block;
	background: url(../img/shili_pp_home_arr.png) no-repeat;
	bottom: 28%;
}
.shili_home .arr_prev {
	right: 70px;
}
.shili_home .arr_next {
	background-position: -32px 0px;
	right: 30px;
}
.about_home .part2_box li ._list_l_box {
	background: url(../img/shzr_part2_bj01.jpg) no-repeat left center;
}
.about_home .part2_box li.odd ._list_l_box {
	background: #fff;
}
.shze_home_part2 ._list_l_box {
	min-height: 450px;
}
/*人才理念*/
.recln_part .channel_p {
	padding: 20px 200px;
}
.rcln_box1 .list_box {
	padding: 0px 70px;
}
.rcln_box1 .list_img {
	border-radius: 50%;
	z-index: 1
}
.rcln_box1 .list_title {
	font-size: 16px;
	color: #4c4948;
	font-weight: normal;
	padding: 20px 0px;
}
.rcln_box3 {
	padding: 20px 60px;
}
.rcln_box3 .glgw_box, .rcln_box3 .zygw_box {
	width: 50%;
	position: relative;
}
.rcln_box3 .glgw_box {
	right: -26px;
	z-index: 1;
}
.rcln_box3 .zygw_box {
	left: -26px;
	z-index: 2;
}
.rcln_box3 .glgw_box .rcln_box3_img {
	float: right;
}
.rcln_box3 .box_main .rcln_box3_img {
	width: 70%;
	position: relative;
	z-index: 3;
}
.rcln_box3 .box_main .list_title {
	width: 16%;
	line-height: 24px;
	position: absolute;
	font-size: 18px;
	color: #000;
}
.rcln_box3 .glgw_box .list_title {
	left: 0px;
	text-align: right;
}
.rcln_box3 .zygw_box .list_title {
	right: 0px;
}
.rcln_box3 .box_main .list_title .title_ico {
	width: 6px;
	height: 6px;
	background: #fff;
	border: 2px solid #0a7ac4;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	display: block;
	z-index: 3;
	border-radius: 50%;
}
.rcln_box3 .glgw_box .list_title .title_ico {
	right: -20px;
}
.rcln_box3 .zygw_box .list_title .title_ico {
	left: -20px;
	border-color: #ff8e00;
}
.rcln_box3 .box_main .list_title .title_line {
	width: 200px;
	height: 1px;
	border-bottom: 1px dashed #d1cecc;
	position: absolute;
	top: 50%;
	margin-top: 1px;
	display: block;
	z-index: 1;
}
.rcln_box3 .glgw_box .list_title .title_line {
	left: 112%;
}
.rcln_box3 .zygw_box .list_title .title_line {
	right: 112%;
}
.rcln_box3 .box_main .list_title01 {
	top: 20%;
}
.rcln_box3 .box_main .list_title02 {
	top: 40%;
}
.rcln_box3 .box_main .list_title03 {
	top: 60%;
}
.rcln_box4 {
	padding: 0px 70px;
}
.rcln_box4 .li_box {
	padding: 0px 60px;
}
.rcln_box4 .list_box {
	background-color: #26a0ff;
	border-radius: 50%;
	width: 210px;
	height: 210px;
	border-radius: 50%;
	padding: 10px;
}
.rcln_box4 .list_box .list_line {
	border: 1px dashed #fff;
	text-align: center;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border-radius: 50%;
}
.rcln_box4 .list_title {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	padding: 50px 30px 0px;
}
.rcln_box4 .list_p {
	font-size: 14px;
	color: #fff;
	padding: 0px 30px 10px;
	display: block;
}
.rcln_box4 .li2 .list_box {
	background-color: #ff9e00;
}
.rcln_box4 .li3 .list_box {
	background-color: #ff475e;
}
.j-ln-box3 {
	padding: 63px 0px 10px;
}
.j-ln-box4 {
	background-color: #f5f5f5;
	padding: 80px 0px;
}
.j-ln-box5 {
	padding: 60px 0px 20px;
}
.shili_home .part_bd .bd_r_box .r_box {
	background: #fff;
}
.shili_pinpai .part4_l .part4_bd.PcPush li {
	width: 20%;
}
.shili_pinpai .part4_l .part4_bd.PcPush .list_img {
	width: 77px;
	height: 30px;
}
.htcs-box1 {
	padding-bottom: 50px;
}
.cs-items .img_box img {
	height: auto;
}
/*20116-12-30创新发展*/
.cx_shili_pic .threeLayer_menu li {
	float: left;
	width: 20%;
}
/*2017-01-04*/
.shili_home .bd_l_box .font_main .xc_more_btn {
	float: left;
	color: #fff;
	width: auto;
}
.csr_box1 .csr_box1_r .img_box img {
	width: 100%;
}
.cen-map-top .inter-map-tab {
	background: url(../img/c_map_pc.png) no-repeat 4px 19px;
}
/*2017-01-05*/
.widget-newsdetail-2 .myart {
	font-size: 16px;
}
/*2017-01-05创新发展*/
.cxfz_box3 .box3_main_01 {
	margin-bottom: 94px;
}
.cxfz_box3 .box3_l .img_box {
	width: 100%;
	padding-bottom: 66%;
	overflow: hidden;
	height: 0;
}
.cxfz_box3 .box3_l .img_box img {
	width: 100%;
}
.cxfz_box3 .slide_nav {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
}
.cxfz_box3 .slide_nav a {
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 50%;
	font-size: 0;
	margin: 0px 4px;
	display: inline-block;
*display:inline;
*zoom: 1;
}
.cxfz_box3 .slide_nav a.on {
	background: #df0818
}
.cxfz_box3 .list_box_video .video_ico {
	position: absolute;
	width: 100px;
	height: 100px;
	background: url(../img/cxfz_video_ico.png) no-repeat center;
	display: block;
	top: 50%;
	margin-top: -50px;
	left: 50%;
	margin-left: -50px;
}
.cxfz_box3 .box3_main_02 .box3_l_list dl {
	overflow: auto;
}
.cxfz_box3 .box3_main_02 .box3_l_list dt, .cxfz_box3 .box3_main_02 .box3_l_list dd {
	float: left;
}
.cxfz_box3 .box3_main_02 .box3_l_list dt {
	width: 20%;
}
.cxfz_box3 .box3_main_02 .box3_l_list dd {
	width: 80%;
}
.cxfz_box8 .cxfz8_l li {
	position: relative;
	overflow: hidden;
	margin-bottom: 12px;
}
.cxfz_box8 .cxfz8_l .img_title {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../img/black.6.png) repeat;
	width: 100%;
	padding: 8px 0px;
	font-size: 16px;
	font-weight: normal;
}
.cxfz_box8 .cxfz8_l .img_title span {
	display: block;
	padding: 0px 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #fff;
}
.cxfz8_r img {
	width: 100%;
}
.cxfz_box3 .video_title {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../img/black.6.png) repeat;
	width: 100%;
	padding: 12px 0px;
	font-size: 17px;
	font-weight: normal;
}
.cxfz_box3 .video_title span {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #fff;
	width: 50%;
	margin-left: 1%;
}
.cxfz8_r .img_box {
	height: 0;
	padding-bottom: 87%;
	overflow: hidden;
}
/*.cxfz8_r .img_box li{position:relative;}*/
.cxfz_box3 .slide_nav {
	width: 50%;
	right: 2%;
	text-align: right;
}
.cxfz8_r .more {
	padding-top: 30px;
	display: block;
}
.cxfz8_l .more {
	padding-top: 19px;
	display: block;
}
.cxfz_box8 {
	padding-top: 0;
}
.cxfz_box8 .channl_title {
	margin-bottom: 30px;
}
.cxfz_box3 .box3_main_02 .box3_l_list {
	padding: 30px 50px;
}
/*2017-01-23*/
.csr4_zt_Video .ulWrap li {
	cursor: pointer;
}
.box_wrap_out_posi.show {
/*position: fixed;*/
}
/*2017-03-07慈善手册*/
.cishan_list {
	padding: 30px 0px 20px;
}
.cishan_list .rect-140 {
	padding-bottom: 140%;
}
.cishan_list .list_text {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/black.6.png) repeat;
	color: #fff;
	width: 100%;
}
.cishan_list .list_text .list_title {
	font-size: 14px;
	padding: 14px 14px 0px;
	font-weight: normal;
}
.cishan_list .list_text .list_time {
	font-size: 12px;
	padding: 0px 14px 14px;
	display: block;
}
.cishan_list li:hover .list_text {
	background: url(../img/blue_09.png) repeat;
}
.cishan_list li {
	margin-bottom: 2%;
}
/*品牌价值-20170711*/
.shili_pinpai .part4_r .part4_bd li {
	width: 10%;
}
.shili_pinpai .part4_r .part4_bd .li7 .list_main {
	height: 240px;
	background: #0771b6;
}
.shili_pinpai .part4_r .part4_bd .li8 .list_main {
	height: 245px;
	background: #0771b6;
}
/*头部语言部分修改2017-08-28*/
.head_ser ._val, .head_lang ._val {
	width: auto;
	padding: 0 10px;
}
.pageHeader .regin_box {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 100%;
	background: url(../img/black_95.png);
	display: none;
}
.pageHeader .regin_box li {
	float: left;
	width: 168px;
	height: 350px;
	border-right: 1px dotted #283745;
}
.pageHeader .regin_box .list_box {
	padding: 50px 10px;
	text-align: center;
}
.pageHeader .regin_box li:last-child {
	border: none;
}
.pageHeader .regin_box .list_box .img_box {
	margin-bottom: 10px;
}
.pageHeader .regin_box .list_box .title01 {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
	display: block;
}
.pageHeader .regin_box .list_box .title02 {
	color: #96999c;
}
.pageHeader .regin_box .list_box .title02 a {
	display: block;
}
/*创始人专题加轮播20180228*/
.csr_box4 .zt_bigImg .zt_banner {
	width: 100%;
	padding-bottom: 75%;
	overflow: hidden;
	height: 0;
}
.csr_box4 .zt_bigImg .zt_banner img {
	width: 100%;
	height: 100%;
}
.csr_box4 .zt_bigImg .slide_nav {
	text-align: center;
	margin-top: 12px;
	width: 100%;
	position: static;
}
.csr_box4 .zt_bigImg .slide_nav a {
	width: 18px;
	height: 8px;
	background-color: #cdcdcd;
	border-radius: 20px;
	display: inline-block;
	margin: 0 3px;
	cursor: pointer;
	font-size: 0;
}
.csr_box4 .zt_bigImg .slide_nav a.on {
	width: 33px;
	background-color: #0075c2;
}
/*20181116-拷贝光电专题*/
/* .body_main{padding:86px 0 395px; overflow:hidden;} */
/*专题首页*/
.special_index_hd .wrap {
	background: #fff;
}
.special_index_hd .logo {
	width: 50%;
}
.special_index_hd .logo a {
	display: block;
}
.special_index_hd .logo .logo_title {
	font-size: 20px;
	color: #3a3a3a;
	display: block;
	font-weight: normal;
	margin-top: 13px;
	position: relative;
	margin-left: 8px;
	padding-left: 14px;
}
.special_index_hd .logo .logo_title:after {
	content: "";
	width: 1px;
	height: 30px;
	background: #e9e9e9;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}
.special_index_hd .header_tool a:after {
	display: none;
}
.special_index_hd .header_tool {
	width: 22%;
	margin-top: 12px;
	overflow: hidden;
}
.special_banner {
	margin-bottom: 0;
	position: relative;
	z-index: 2;
}
.special_banner .cbanner {
	height: 400px;
}
.special_index {
	padding: 0;
	background: #f8f8f8;
	min-height: 400px;
	z-index: 2;
	position: relative;
}
.mouse_arr.i_mouse_arr {
	margin-bottom: -96px;
}
.special_index_p4 {
	padding: 50px 0px 0;
}
.special_index_p4 .part_hd {
	margin-bottom: 35px;
}
.special_index_p4 .p3_bd {
	position: relative;
}
.special_index_p4 .p3_bd .owl-carousel .owl-nav .owl-prev, .special_index_p4 .p3_bd .owl-carousel .owl-nav .owl-next {
	width: 25px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0;
}
.special_index_p4 .p3_bd .owl-carousel .owl-nav .owl-prev {
	background-image: url(../img/sr_11.png);
	left: -50px;
}
.special_index_p4 .p3_bd .owl-carousel .owl-nav .owl-next {
	background-image: url(../img/sr_12.png);
	right: -50px;
}
.special_index_p4 .p3_bd .owl-carousel .owl-nav .owl-prev:hover {
	background-image: url(../img/sr_11_1.png);
}
.special_index_p4 .p3_bd .owl-carousel .owl-nav .owl-next:hover {
	background-image: url(../img/sr_12_1.png);
}
.special_img_list .list_box {
	display: block;
	position: relative;
	cursor: pointer;
}
.special_img_list .list_box .list_title {
	position: absolute;
	width: 88%;
	padding: 28% 6% 4%;
	bottom: 0;
	left: 0;
	font-weight: normal;
	background: url(../img/black_change_bj2.png) repeat-x center top;
	color: #fff;
	font-size: 18px;
}
.special_img_list_p1 {
	padding: 70px 0px 40px;
}
.special_img_list_p1 .big_img .list_title {
	background: url(../img/black_change_bj.png) repeat-x top;
}
.special_img_list_p1 .part1_hd {
	min-height: 50px;
	margin-top: 1.2%;
}
.special_img_list_p1 .part1_hd .list_text_box {
	color: #fff;
	background: #0075c1;
	padding: 8.6% 4% 9%;
}
.special_img_list_p1 .part1_hd .list_title {
	position: static;
	background: none;
	padding: 0;
	font-size: 43px;
	font-weight: bold;
}
.special_img_list_p1 .part1_hd .list_text {
	font-size: 20px;
}
.special_img_list_p2 {
	background: #fff;
	padding: 40px 0px 70px;
}
.special_img_list_p2 li {
	margin-bottom: 14px;
}
.special_img_list_p1 .list_box_1, .special_img_list_p1 .list_box_2 {
	width: 49.5%;
}
.special_img {
	padding: 0;
}
.special_index .ipart4 {
	margin-bottom: 20px;
}
.innovation_p2 {
	height: 400px;
	overflow: hidden;
	margin-bottom: 40px;
	position: relative;
}
.innovation_p2 .item {
	position: relative;
	height: 400px;
	width: 100%;
	cursor: pointer;
	overflow: hidden;
}
.innovation_p2 .item img {
	width: 1920px!important;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	max-width: none;
}
.innovation_p2 .item .list_cover {
	position: absolute;
	width: 100%;
	top: 30%;
	left: 0;
	text-align: center;
}
.innovation_p2 .item .list_cover .svg_video_ico {
	opacity: 0.8;
}
.innovation_p2 .video_title {
	font-size: 30px;
	color: #f4f4f4;
	font-weight: normal;
}
.innovation_p2 .owl-carousel .owl-nav .owl-next, .innovation_p2 .owl-carousel .owl-nav .owl-prev {
	position: absolute;
	width: 25px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	font-size: 0;
	z-index: 2;
}
.innovation_p2 .owl-carousel .owl-nav .owl-prev {
	left: 50%;
	margin-left: -600px;
	background: url(../img/sr_11.png) no-repeat center;
}
.innovation_p2 .owl-carousel .owl-nav .owl-next {
	right: 50%;
	margin-right: -600px;
	background: url(../img/sr_12.png) no-repeat center;
}
.innovation_p2 .owl-carousel .owl-nav .disabled {
	display: none;
}
.hd_title_wrapper {
	margin: 0 auto;
	width: 80%;
	text-align: center;
}
.service_index_p2 {
	background: url(../img/service_index_p2_bj.jpg) no-repeat center;
	padding: 56px 0px;
}
.service_index_p2 .part_hd {
	color: #fff;
}
.service_index_p2 .part_hd .c_title, .service_index_p2 .part_hd .c_title a {
	color: #fff;
}
.service_index_p2 .p2_bd .list_box {
	display: block;
	background: #fff;
}
.service_index_p2 .p2_bd .img_box {
	width: 34%;
}
.service_index_p2 .p2_bd .list_text {
	width: 62%;
}
.service_index_p2 .p2_bd li {
	margin-bottom: 2%;
}
.service_index_p2 .p2_bd .text_box {
	padding: 6% 4% 0 0;
}
.service_index_p2 .p2_bd .list_time {
	display: block;
	color: #155a9b;
}
.service_index_p2 .p2_bd .list_title {
	font-size: 16px;
	color: #282828;
	font-weight: normal;
}
.service_index_p2 .p2_bd .list_text {
	color: #8c8c8c;
}
/*下层-布局*/
.channel_content {
	padding: 80px 0;
	background: #f8f8f8;
	min-height: 400px;
	z-index: 2;
	position: relative;
}
.body_main {
	padding: 86px 0 395px;
	overflow: hidden;
}
/*20171127专题列表修改*/
.about_special_new li {
	margin-bottom: 2%;
	overflow: hidden;
}
.about_special_new .list_box {
	display: block;
}
.about_special_new .list_text {
	border: 1px solid #cacaca;
	border-top: none;
	padding: 6%;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.about_special_new .list_text:after {
	content: "";
	width: 100%;
	height: 100%;
	background: #155a9b;
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: -1;
}
.about_special_new .list_title {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 6px;
}
.about_special_new .list_time {
	font-size: 13px;
	color: #8c8c8c;
	display: block;
}
.about_special_new li:hover .list_text:after {
	top: 0;
}
.about_special_new li:hover .list_title {
	color: #fff;
}
.about_special_new li:hover .list_time {
	color: #fff;
}
.special_index_hd {
	padding: 14px 0;
	background: #fff;
}
.page_hd {
	width: 100%;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.24);/*position: fixed;
	top: 0;
	left: 0;
	z-index: 110;*/
}
.special_index_hd .header_tool ul li {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	padding: 0 10px;
	position: relative;
	cursor: pointer;
}
.special_index_hd .header_tool ul li a {
	display: block;
}
.special_index_hd .header_tool ul li:after {
	content: "";
	display: block;
	width: 1px;
	height: 26px;
	background: #fff;
	position: absolute;
	top: 50%;
	margin-top: -13px;
	right: 0;
	opacity: 1;
	background: #eee;
}
.special_index_hd .ico, .special_index .ico {
	display: inline-block;
	width: 20px;
	height: 20px;
	white-space: nowrap;
	letter-spacing: -1em;
	text-indent: -99em;
	color: transparent;
	background: url(../img/cxw/ico.png);
*text-indent:0;
	vertical-align: middle;
}
.special_index_hd .ico5_1 {
	background-position: 0 -80px;
	margin-right: 5px;
}
.service_index_p1 {
	padding-bottom: 60px;
}
.service_index_p1 .p1_bd ul {
	width: 100.33333%
}
.service_index_p1 .p1_bd li {
	width: 33%;
	margin-right: 0.33333%;
}
.service_index_p1 .p1_bd .list_box {
	position: relative;
	display: block;
	color: #fff;
}
.service_index_p1 .p1_bd .list_box .img_box .rect-114 {
	padding-bottom: 85%;
}
.service_index_p1 .p1_bd .list_text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10% 8%;
}
.service_index_p1 .p1_bd .list_title {
	font-size: 22px;
	margin-bottom: 18px;
}
.service_index_p1 .p1_bd .list_p {
	margin-bottom: 18px;
}
.service_index_p1 .p1_bd .ysl_uni_btn_more {
	color: #fff;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
.service_index_p1 .p1_bd .ysl_uni_btn_more:before {
	background: #fff;
}
.service_index_p1 li:hover .ysl_uni_btn_more {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.special_index .service_index_p1 {
	padding: 0 0px 70px;
}
.special_index .service_index_p1 .part_hd {
	margin-bottom: 40px;
}
.ysl_uni_btn_more {
	display: block;
	position: relative;
	padding-bottom: 10px;
	width: 100px;
	color: #2e74b5;
}
.ysl_uni_btn_more .ico {
	margin-top: 4px;
}
.ysl_uni_btn_more:before, .ysl_uni_btn_more:after {
	content: '';
	display: block;
	position: absolute;
}
.ysl_uni_btn_more:before {
	width: 100%;
	height: 1px;
	background: #fff;
	opacity: 0.4;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: #005bab;
}
.ysl_uni_btn_more:after {
	bottom: 0px;
	right: 80%;
	width: 30%;
	height: 1px;
	background: #fff;
	z-index: 2;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
	visibility: hidden;
}
.ysl_uni_btn_more_wrap:hover .ysl_uni_btn_more {
	color: #fff;
}
.ysl_uni_btn_more_wrap:hover .ysl_uni_btn_more:after {
	right: 0;
	opacity: 1;
	visibility: visible;
}
.ysl_uni_btn_more_wrap:hover .ysl_uni_btn_more:before {
	background: #fff;
}
.ysl_uni_btn_more_wrap:hover .ysl_uni_btn_more .ico {
	background-position: -20px -20px;
}
/*svg视频按钮*/
.svg_video_ico_wrap .cell_ico {
	display: none;
	display: block\0;
	display: block\9;
	margin: 0 auto 20px;
	width: 80px;
	height: 74px;
	background: url(../img/index_play.png) center center no-repeat;
}
.svg_video_ico {
	margin-bottom: 40px;
	display: none\0;
	display: none\9;
}
.svg_video_ico_wrap:hover path {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	-webkit-animation: dash 6s forwards;
	animation: dash 6s forwards;
}
.svg_video_ico_wrap:hover .st3 {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}
.svg_video_ico .st0 {
	fill: none;
	stroke: #FFFFFF;
	stroke-miterlimit: 10;
}
.svg_video_ico .st1 {
	fill: none;
	stroke: #FFFFFF;
	stroke-width: 5;
	stroke-linecap: round;
	stroke-miterlimit: 10;
}
 @-webkit-keyframes dash {
 to {
 stroke-dashoffset: 0;
}
}
@keyframes dash {
 to {
 stroke-dashoffset: 0;
}
}
/*视频关闭按钮*/
.i_video_box .about-video-close {
	position: absolute;
	top: 10px;
	right: 1%;
	width: 30px;
	height: 30px;
	background: transparent url(../img/hw1_sprite.png);
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 10;
}
.special_index .c_title {
	font-size: 34px;
	color: #2e74b5;
	font-weight: normal;
}
.special_img_list .list_box {
	display: block;
	position: relative;
	cursor: pointer;
}
.special_img_list .list_box .list_title {
	position: absolute;
	width: 88%;
	padding: 28% 6% 4%;
	bottom: 0;
	left: 0;
	font-weight: normal;
	background: url(../img/black_change_bj2.png) repeat-x center top;
	color: #fff;
	font-size: 18px;
}
.special_banner .cbanner .cbanner_bg {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	max-width: none;
}
.special_index {
	padding-top: 65px;
}
.special_htjt_index.album_wrap_case4 .album_case4 .slide_c p {
	bottom: 0!important;
}
.i-ban-wrapper .btm_bar_wrapper .btm_bar {
	display: block;
	float: left;
	width: 50%;
	height: 8px;
}
.i-ban-wrapper .btm_bar_wrapper .bar_lt {
	background-color: #de0615;
}
.i-ban-wrapper .btm_bar_wrapper .bar_rt {
	background-color: #2e74b5;
}
/*20181116-拷贝光电专题 end*/

/* 20181210 */
.cen_box5 li {
/*height: 400px;
	overflow-y: auto;*/
}
.cen_box5 .pbox01 .info {
	padding: 0
}
.cen_box5 .last .pbox01 .columns {
	margin-top: 20px;
}
