﻿/** name:Global && Pc StyleSheet* version:v3.3.1* update:雪碧图对齐* date:2016-04-30*//* 雪碧图 *//* 对齐方案引用(http://www.zhangxinxu.com/wordpress/2016/03/css-layout-base-20px/) */


 
body, input, select, textarea, button {
	font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
}
body, h1, h2, h3, h4, p, ul, ol, dd, dl, form {
	margin: 0;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
	border: 0;
}
a:hover{color: #1f53b9}
ul {
	padding-left: 0;
	list-style-type: none;
}
i, em {
	font-style: normal;
}
a {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
	outline: 0;
}
article, aside, dialog, footer, header, section, nav, figure, menu, audio, canvas, progress, video {
	display: block;
}
.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;
}
.ico35 {
	display: inline-block;
	width: 35px;
	height: 35px;
	vertical-align: middle;
	background: url(../img/icons.png) -23px 0 no-repeat;
	margin: 0 0.3em;
}
.ico35_2 {
	background-position: -58px 0;
}
.ico35_3 {
	background-position: -92px 0;
}
.ico35_4 {
	background-position: -128px 0;
}
.ico75 {
	display: inline-block;
	width: 75px;
	height: 75px;
	vertical-align: middle;
	background: url(../img/ico75.png) no-repeat;
	margin: 0 0.3em;
}
.ico75_2 {
	background-position: -75px 0;
}
.ico75_3 {
	background-position: -150px 0;
}
.ico75_4 {
	background-position: -225px 0;
}
.ico65 {
	display: inline-block;
	width: 65px;
	height: 65px;
	vertical-align: middle;
	background: url(../img/icons.png) -80px -117px no-repeat;
	margin: 0 0.3em;
}
.ico65_2 {
	background-position: -145px -118px;
}
.ico65_3 {
	background-position: -210px -117px;
}
.ico24 {
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	background: url(../img/icons.png) -186px -79px no-repeat;
	margin: 0 0.3em;
}
.ico24_2 {
	background-position: -162px -79px;
}
.ico24_3 {
	background-position: -138px -79px;
}
.ico24_4 {
	background-position: -210px -93px;
}/* 常量设置 */
html {
	overflow-x: auto;
}
html, body, .wrap {
	min-width: 1200px;
}
.wrap {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
body {
	font-size: 14px;
	line-height: 1.8;
	color: #555;
	background: #fff;
}
a {
	color: inherit;
}
a:hover {
	color: #016db8;
}
::-moz-selection {
color:#fff;
background:#016db8;
}
::selection {
	color: #fff;
	background: #016db8;
}
::-webkit-input-placeholder {
color:#b3b3b3;
}
.placeholder {
	color: #b3b3b3;
}
input, select, button, textarea {
	font-family: microsoft yahei;
	border: none;
	outline: none;
	vertical-align: middle;
}/*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)
}/* 表格 */
.datalist {
	border: 1px solid #ccc;
	border-collapse: collapse;
	background: #fff;
}
.datalist caption {
	padding-bottom: 5px;
	text-align: left;
}
.datalist th {
	border: 1px solid #ccc;
	background-color: #eee;
	font-weight: 700;
	padding: 5px 15px;
}
.datalist td {
	border: 1px solid #ccc;
	padding: 5px 15px;
}
.datalist tr.altrow {
	background-color: #ccc;
}/*时间延迟*/
.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;
}/* 网站样式 */
.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;
}
.c {
	padding-bottom: 9999px;
	margin-bottom: -9999px;
}
.m_more {
	display: inline-block;
	border-width: 2px;
	border-style: solid;
	text-align: center;
	position: relative;
}
.m_more:before {
	content: '';
	position: absolute;
}
.m_more:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	background-color: #016db8;
}
.m_more, .m_more:before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.m_more:hover::before {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.m_more:hover {
	color: #fff;
	border-color: #016db8;
}
.rect-71 {
	padding-bottom: 71%;
}/*通用头部*/
.mobile_key {
	display: none;
}
.pageHeader {
	position: relative;
	z-index: 10;
	background-color: #fff;
	box-shadow: 0 3px 3px rgba(0,0,0,.2);
}
.short {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.logo {
	padding: 20px 0;
	float:left;
}
.logo a {
	display: block;
	background: url(../img/logo.png) no-repeat;
	background-size: contain;
	width: 216px;
	height: 56px;
}
.head_r {
	width: 71.5%;
}
.h-right {
	float: right;
	width: 50px;
	height: 96px;
	background: #1f53b9;
}
.h-other {
	position: absolute;
	color: #fff;
	width: 46px;
	text-align: center;
	top: 10px;
}
.h-other a {
	color: #fff;
}
.h-other .h-mess {
	background: url(../img/top_search_03.png) no-repeat center;
	margin-top: 22px;
}
.h-other .h-mess a {
	display: inline-block;
	height: 22px;
	font-size: 22px;
}
.h-other .h-mess i {
	margin: 0;
	height: 22px;
	line-height: 22px;
	vertical-align: top;
}
.h-top li {
	float: right;
	padding-right: 20px;
	line-height: 40px;
	height: 40px;
	font-size: 13px;
}
.h-top li b {
	color: #016db8;
}
.nav {
	width: 848px
}
.nav .nav_li {
	float: left;
	padding: 0 29px;
}
.nav .nav_li .nav_a {
	font-size: 17px;
	display: block;
	line-height: 45px;
	height: 45px;
	padding-bottom: 8px;
}
.nav .nav_li .setNav {
	width: 100%;
	left: 0;
	right: 0;
	background: url(../img/black.9.png) repeat;
	padding: 50px 0 15px;
	display: none;
}
.nav .nav_li .setNav .set-img {
	width: 24%;
	margin-right: 9%;
}
.nav .nav_li .setNav .set-img img {
	height: 150px;
	width: 100%;
}
.nav .nav_li .setNav .set-img .tit {
	font-size: 22px;
	color: #4e4e4e;
	margin-top: 5px;
}
.nav .nav_li .setNav .setMenu {
	width: 28%;
}
.nav .nav_li .setNav .setMenu li {
	float: left;
	width: 48%;
	margin-right: 2%;
}
.nav .nav_li .setNav .setMenu li a {
	display: block;
	position: relative;
	color: #fff;
}
.nav .nav_li .setNav .setCon {
	width: 37%;
}
.nav .nav_li .setNav .setCon .p {
	padding-left: 10%;
	color: #fff;
	border-left: 1px #fff dotted;
	line-height: 28px;
	height: 140px;
	overflow: hidden;
}
.nav .nav_li .setNav .set_close {
	display: block;
	width: 23px;
	height: 23px;
	background: url(../img/icons.png) 0 -10px no-repeat;
	right: 2%;
	bottom: 2%;
}
.nav .line {
	position: absolute;
	bottom: 0px;
	width: 0px;
	height: 4px;
	font-size: 3px;
	background-color: #016db8;
	display: none;
}/*头部表单*/
.top-form {
	display: none;
	width: 100%;
	position: absolute;
	top: 108px;
	left: 0;
	margin-left: 0;
	background: #fafafa;
	z-index: 9;
	padding: 40px 0;
	
	background: url(../img/black.9.png) repeat;
}
.top-form input {
	float: left;
	border: none;
	vertical-align: top;
	width: 92%;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	padding-left: 5px;
	border-left: 1px solid #e4e4e4;
	font-size: 16px;
	background: #fafafa;
}
.top-form .wrap {
	position: relative;
}
.top-form-ewm {
	float: left;
	width: 43%;
	margin-right: 6%;
}
.top-form-message {
	width: 37%;
	float: left;
}
.top-ewmnr {
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 15px;
}
.top-ewm-left {
	float: left;
	width: 48%;
}
.top-ewm-left ._ewmimg {
	width: 145px;
	float: left;
	margin-right: 10px;
}
.top-ewm-left ._ohlink {
	float: left;
	width: 75px;
	font-size: 15px;
}
.top-ewm-left ._ohlink a {
	display: block;
}
.top-ewm-left ._ohlink a:hover {
	color: 572b22;
	font-weight: bold;
}
.top-form-ewm ._zxtel_box {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}
.top-form-ewm ._zxtel {
	width: 50%;
	float: left;
}
.top-form-ewm ._zxtel span {
	display: block;
	float: left;
}
.top-form-ewm ._zxtel ._tl1 {
	line-height: 20px;
	margin-right: 5px;
}
.top-form-ewm ._zxtel ._tl2 {
	font-size: 22px;
	font-family: arial;
	color: #016db8;
	line-height: 40px;
}
.top-ewm-right {
	float: right;
	width: 49%;
	color: #777;
}
.top-ewm-right p {
	margin-bottom: 7px;
	line-height: 22px;
}
.top-ewm-right ._ct1 {
	font-size: 15px;
	color: #000;
}
.top-ewm-right a {
	color: #777;
}
.top-ewm-right a:hover {
	text-decoration: underline;
}
.top-mess-lant {
	font-size: 20px;
	margin-bottom: 10px;
}
.top-mess-form {
	overflow: hidden;
}
.top-mess-form ._tmesinp {
	width: 100%;
	border: none;
	height: 38px;
	line-height: 38px;
	background: #fff;
	margin-bottom: 10px;
	text-indent: 20px;
}
.top-mess-form ._tmsarea {
	width: 100%;
	border: none;
	padding: 20px 0;
	height: 90px;
	background: #fff;
	outline: none;
	text-indent: 20px;
	vertical-align: top;
}
.top-mess-form ._tmesbtn {
	height: 36px;
	line-height: 36px;
	background: #fff;
	border: 2px solid #016db8;
	width: 100%;
	padding: 0;
	color: #016db8;
	vertical-align: top;
	margin-top: 10px;
}
.top-mess-form ._tmesbtn:hover {
	background: #016db8;
	color: #fff;
}
.top-form-close {
	font-size: 50px;
	color: #016db8;
	position: absolute;
	top: -28px;
	right: 8px;
	cursor: pointer;
	background: url(../img/flase.png) no-repeat center;
}/*通用底部*/
.foot_top {
	background-color: #efefef;
	height: 72px;
}
.f_fast li {
	float: left;
	margin-right: 35px;
	line-height: 72px;
}
.f_fast li i {
	margin-right: 10px;
}
.f-search {
	width: 32%;
	background-color: #0167ad;
}
.f-search form {
	padding: 21px 7%;
}
.f-search .f_ser {
	background-color: #fff;
}
.f-search .f_ser .inp {
	background-color: transparent;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	border: none;
	outline: none;
	padding: 0 0 0 5px;
	width: 90%;
	vertical-align: top;
}
.f-search .f_ser ._btn {
	background-color: transparent;
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	vertical-align: top;
	cursor: pointer;
}
.f-search .f_ser ._btn i {
	margin: 0;
	vertical-align: top;
	line-height: 30px;
	font-size: 14px;
}
.pageFooter {
	background: url(../img/f-bg.jpg) repeat;
}
.f_contact {
	width: 32%;
	background: url(../img/f_con_bg.jpg) no-repeat;
}
.f_other {
	width: 65.5%;
	padding: 30px 0 20px;
}
.f_other .f_dl dd a {
	display: block;
	color: #6b6b6b;
}
.f_contact .f_dl {
	padding: 30px 8%;
}
.pageFooter .f_dl dt {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px #8e959a dotted;
	padding: 13px 0;
	margin-bottom: 10px;
}
.pageFooter .f_dl dt a {
	color: #b5b5b5;
}
.f_contact .f_dl dd {
	color: #fff;
	margin-top: 35px;
	line-height: 2;
}
.f_other .f_dl {
	width: 16%;
	margin-right: 10%;
}
.f_other .f_dl3 {
	margin-right: 0;
}
.f_other .f_dl4 {
	padding-top: 20px;
}
.f_other .f_dl4 span {
	line-height: 34px;
}
.f_other .f_dl4 .bdsharebuttonbox {
	margin-top: 10px;
}
.f_other .f_dl4 .bdsharebuttonbox a {
	width: 35px;
	height: 34px;
	background: url(../img/icons.png) -163px 0 no-repeat;
	margin: 0 6px 0 0;
	text-indent: 0;
}
.f_other .f_dl4 .bdsharebuttonbox a.bds_tsina {
	background-position: -198px 0;
}
.f_other .f_dl4 .bdsharebuttonbox a.bds_weixin {
	background-position: -232px 0;
}
.f_other .foot-p {
	color: #858585;
	margin-top: 30px;
	font-size: 13px;
}
.f_other .foot-p a {
	color: #b5b5b5;
}/*首页中间区域*/
.banner {
	height: 460px;
	position: relative;
	overflow: hidden;
}
.banner img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	height: 100%;
	max-width: none;
}
.banner .slide_nav {
	position: absolute;
	bottom: 5%;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
}
.banner .slide_nav a {
	display: inline-block;
	width: 91px;
	height: 6px;
	background-color: #fff;
	cursor: pointer;
	margin: 0 10px;
	line-height: 99;
	overflow: hidden;
}
.banner .slide_nav a.on {
	background-color: #016db8;
}
.cen-box1 {
	background: #ebebeb;
	padding: 50px 0 65px;
}
.rect-61 {
	padding-bottom: 61%;
}
.cen-pro .box .rect-61 img {
	
}
.cen-pro .box .tit {
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	padding: 15px 5% 10px;
	
	opacity: 0.6;
	filter: alpha(opacity=60);
	    text-align: center;
}
.cen-pro .box ._info {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 7;
	background: url(../img/black.6.png) repeat;
	opacity: 1;
	filter: alpha(opacity=100);
}
.cen-pro .box ._info .p {
}
.cen-pro .box ._info a {
	display: block;
	position: relative;
	padding: 0 20%;
	text-align: center;
	color: #fff;
	top: 50%;
	margin-top: -50px;
}
.cen-pro li.cur ._info a * {
	cursor: pointer;
}
.cen-pro li ._info ._cn ._cns {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	position: relative;
}
.cen-pro li ._info ._cn {
	font-size: 23px;
	font-weight: normal;
	color: #fff;
}
.cen-pro li ._info ._cn:before, .cen-pro li ._info ._cn:after {
	content: '';
	width: 20px;
	height: 10px;
	background: url(../img/icons.png) -278px -10px no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -5px;
}
.cen-pro li ._info ._cn:before {
	left: 0;
}
.cen-pro li ._info ._cn:after {
	right: 0;
}
.cen-pro li ._info ._en {
	color: #fff;
}
.cen-pro li ._info .pd {
	border: 1px #c4c4c4 solid;
	padding: 16px;
	height: 68px;
}
.cen-pro .last {
	background-color: #016db8;
}
.cen-pro .last .box {
	padding: 17% 10%;
	color: #fff;
}
.cen-pro .last .box a {
	color: #fff;
	font-size: 24px;
}
.cen-pro .last .box .p {
	width: 55%;
}
.cen-pro .last .box .icons {
	display: block;
	width: 112px;
	height: 58px;
	background: url(../img/icons.png) -80px -199px no-repeat;
	right: 13%;
	top: 50%;
	margin-top: -29px;
}

.cen-pro .on .box ._info {
	opacity: 0;
	filter: alpha(opacity=0);
}
.cen-pro .last:hover .box .icons {
	right: 10%;
}
.cen-box2 {
	padding: 40px 0 20px;
}
.cen-news .info {
	display: block;
	background: url(../img/black.45.png) repeat;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
}
.cen-news .info .pd {
	padding: 10%;
	font-size: 16px;
}
.cen-news .info .date {
	margin: 25px 0 5px;
}
.cen-news .info .tit {
	font-weight: normal;
	line-height: 1.2;
}
.cen-news .li.on .info {
	opacity: 1;
	filter: alpha(opacity=100);
}
.cen-news-list li {
	position: relative;
	padding-left: 75px;
	margin-bottom: 30px;
}
.cen-news-list .date {
	background-color: #016db8;
	font-weight: bold;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -30px;
	color: #fff;
	font-family: Arial;
	text-align: center;
	line-height: 18px;
}
.cen-news-list .date span {
	display: block;
}
.cen-news-list .date .day {
	font-size: 15px;
	margin-top: 12px;
}
.cen-news-list .date .year {
	font-size: 16px;
}
.cen-news-list .title {
	font-size: 18px;
	font-weight: normal;
	color: #130202;
	margin-bottom: 10px;
}
.cen-news-list .p {
	color: #666;
	line-height: 1.4;
}
.cen-box3 {
	background: url(../img/c_bg3.jpg) center top no-repeat;
	padding: 35px 0;
}
.cen-box3 .year {
	font-family: Arial;
	font-size: 70px;
	color: #016db8;
	font-weight: bold;
}
.cen-box3 .year img {
	vertical-align: middle;
	margin-left: -32px;
}
.cen-box3 .y_tit {
	font-size: 26px;
	color: #666464;
}
.cen-box3 .y_tit i {
	font-size: 13px;
	color: #016db8;
	margin: 0 15px;
}
.cen-box3 .y_p {
	font-size: 16px;
	color: #666464;
}
.cen-box4 {
	background: url(../img/c_bg4.jpg) center top no-repeat;
	height: 386px;
}
.cen-box4 .wrap {
	padding-top: 120px;
	padding-bottom: 120px;
}
.cen-box4:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 29px transparent solid;
	border-right: 29px transparent solid;
	border-top: 30px #f9f9f9 solid;
	position: absolute;
	left: 50%;
	margin-left: -29px;
	top: 0;
}
.cen-box4 li {
	text-align: center;
	color: #fff;
}
.cen-box4 li .s1 {
	font-size: 82px;
	font-family: Impact;
	font-weight: bold;
	line-height: 120px;
}
.cen-box4 li .p {
}
.rect-457 {
	padding-bottom: 45.7%;
}
.cen-box5 {
	padding: 55px 0 100px;
}
.cen-box5 .chan_tit {
	margin-bottom: 30px;
}
.cen-about .li1, .cen-about .li2, .cen-about .li3, .cen-about .li4 {
	background-color: #f9f9f9;
}
.cen-about .rect-457 img {
	height: auto;
}
.cen-about .li1 .info, .cen-about .li2 .info {
	padding: 28px 8%;
}
.cen-about .li1 .info a, .cen-about .li2 .info a {
	display: block;
	position: relative;
	padding-left: 65px;
}
.cen-about .info .columns {
	font-size: 20px;
	color: #016db8;
}
.cen-about .li1 .info .columns, .cen-about .li2 .info .columns {
	position: absolute;
	width: 40px;
	line-height: 1.2;
	left: 0;
	top: 0;
}
.cen-about .img {
	width: 37%;
	margin-right: 6%;
}
.cen-about .li3 {
	margin-bottom: 25px;
}
.cen-about .li3 .info, .cen-about .li4 .info {
	padding: 15px 5%;
}
.cen-about .li3 .info .columns, .cen-about .li4 .info .columns {
	margin-bottom: 10px;
}
.cen-about .li1:hover, .cen-about .li2:hover, .cen-about .li3:hover, .cen-about .li4:hover {
	background-color: #016db8;
}
.cen-about .li1:hover .info .columns, .cen-about .li2:hover .info .columns, .cen-about .li3:hover .info .columns, .cen-about .li4:hover .info .columns {
	color: #fff;
}
.cen-about .li1:hover .info a, .cen-about .li2:hover .info a, .cen-about .li3:hover .info a, .cen-about .li4:hover .info a {
	color: #fff;
} /*下层通用样式*/
.n_bann {
	z-index: 5;
}
.n_bann .img_bg {
	height: 260px;
	overflow: hidden;
	position: relative;
}
.n_bann .img_bg img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	height: 100%;
	max-width: none;
}
.n_bann .box {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.s_menu_bar {
	position: absolute;
	bottom: 0;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	background: url(../img/white.8.png) repeat;
	height: 55px;
	line-height: 55px;
}
.s_menu_bar dt {
	font-size: 22px;
	font-weight: bold;
	color: #4e4e4e;
	padding: 0 20px;
}
.s_menu li {
	float: left;
	padding: 0 20px;
}
.s_menu li a {
	display: block;
	font-size: 16px;
}
.s_menu li.cur a, .s_menu li:hover a {
	color: #016db8;
}
.s_fixed {
	position: fixed;
	top: 0;
	bottom: auto;
	background: #f3f3f3;
}
.posi {
	font-size: 14px;
	font-weight: normal;
	padding: 20px 0;
}
.chann_current {
	font-size: 36px;
	color: #016db8;
	font-weight: normal;
	margin-bottom: 10px;
}
.main_content {
	padding: 15px 0 50px;
}
.mh {
	min-height: 400px;
}
.nchann-out {
	border-bottom: 1px #dadada solid;
	margin-bottom: 30px;
}
.nchann-out .chan_t {
	font-size: 36px;
	color: #016db8;
	font-weight: normal;
	position: relative;
	padding-bottom: 8px;
}
.nchann-out .chan_t:after {
	content: '';
	width: 140px;
	height: 3px;
	background-color: #1383c3;
	position: absolute;
	bottom: 0;
	left: 0;
}
.nchann-out ._all {
	position: absolute;
	right: 0;
	bottom: 10px;
}
.bigS, .smallS {
	display: block;
}
.bigS {
	width: 63px;
	height: 54px;
	background: url(../img/icons.png) -220px -35px no-repeat;
	top: 0;
}
.smallS {
	width: 50px;
	height: 43px;
	background: url(../img/icons.png) -170px -35px no-repeat;
}
.nchannIn {
	font-size: 36px;
	font-weight: normal;
	color: #0166ac;
	padding-bottom: 14px;
	margin-bottom: 5px;
}
.nchannIn b {
	display: block;
	width: 58px;
	height: 4px;
	background-color: #0078e7;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -29px;
}
.nchannP {
	font-size: 16px;
	margin-bottom: 45px;
}
.nchannP span {
	color: #016db8;
}/*企业概况*/
.ab_box {
	background: url(../img/ab_box.png) center bottom no-repeat;
}
.ab_box1 {
	padding: 20px 0 40px;
}
.widget-area {
	margin: 40px 0;
}
.widget-area li {
	float: left;
	width: 25%;
	text-align: center;
}
.widget-area li .box {
	position: relative;
	margin-bottom: 20px;
}
.widget-area li .box:after {
	content: '';
	width: 32px;
	height: 2px;
	background-color: #ebebeb;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -16px;
}
.widget-area li .box .s1 {
	font-size: 40px;
	color: #242424;
	font-weight: bold;
	line-height: 60px;
}
.widget-area li .p2 {
	font-size: 16px;
	font-weight: bold;
	color: #595959;
}
.ab_box2 {
	padding: 40px 0 49px;
}/*图片列表*/
.piclist li {
	margin-bottom: 2%;
}
.piclist ._title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 11px 5%;
	background: url(../img/black.6.png) repeat;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	z-index: 2;
}
.piclist .cover {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	background: url(../img/black.6.png) repeat;
	display: none;
}
.piclist .cover ._big {
	font-size: 30px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -17px;
	margin-top: -50px;
}
.piclist .cover ._big i {
	margin: 0;
	vertical-align: top;
}
.piclist .hover ._title {
	background: transparent;
}
.album_ordinary .album_close {
	background: #016db8!important;
}/* page-1 start*/
.page {
	font-size: 12px;
	color: #777777;
	text-align: center;
	margin: 30px 0;
}
.page a, .page span {
	color: #777777;
	display: inline-block;
	border: 1px solid #ededed;
	padding: 5px 10px;
	vertical-align: middle;
	margin: 0 0 10px -1px;
}
.page .goprev {
	margin-right: 10px;
}
.page .gonext, .page .count {
	margin-left: 10px;
}
.page a:hover, .page span {
	color: #fff;
	background: #0e90d2;
}
.page span.goprev, .page span.gonext {
	color: #777777;
	background: none
}
.page span.count {
	border: 0;
	background: 0;
	color: #777777;
}/*下层--图集详情*/
.picCollections {
	background: url(../img/pics_bg.jpg) center top no-repeat;
	padding: 75px 0;
}
.plist {
	width: 700px;
	height: 580px;
	text-align: center;
	display: none;
	margin: 0 auto;
	margin-bottom: 10px;
}
.plist ._img {
	margin-bottom: 10px;
	text-align: center;
}
.plist ._img img {
	width: auto;
	height: 100%;
	max-width: 100%;
}
.plist ._title {
	font-size: 16px;
	color: #000;
	line-height: 23px;
}
.plist .slide_nav {
	display: none;
}
.picDetail {
	margin-top: 40px;
}
.picDetail ._t {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}
.picDetail ._t ._name {
	margin-right: 15px;
}
.picDetail ._t b {
	color: #dd7217;
}
.picDetail .parrs {
	position: absolute;
	font-size: 50px;
	padding: 0;
	margin: 0;
	top: 210px;
}
.picDetail .parr_prev {
	left: 6%;
}
.picDetail .parr_next {
	right: 6%;
}
.picDetail .navsCon {
	width: 910px;
	margin: 0 auto;
	position: relative;
}
.picDetail .navslist {
	height: 100px;
	display: none;
	width: 100%;
}
.picDetail .pnavs a {
	float: left;
	width: 132px;
	overflow: hidden;
}
.picDetail .pnavs a img {
	width: 100%;
	height: 100%;
}
.picDetail .pnavs a.on {
	opacity: 0.6;
}
.picDetail .navsCon .narrs {
	position: absolute;
	top: 0;
	width: 25px;
	height: 100px;
	line-height: 100px;
	background: #3d3d3d;
	color: #fff;
	display: block;
}
.picDetail .navsCon .narr_prev {
	left: -44px;
}
.picDetail .navsCon .narr_next {
	right: -44px;
}
.picD-top {
	width: 910px;
	margin: auto;
}
.picD-top .picSort {
	font-size: 30px;
	font-weight: normal;
	line-height: 34px;
}
.picD-top .bdsharebuttonbox {
	float: right;
	font-size: 0;
}
.picD-top .bdsharebuttonbox a {
	display: inline-block;
	float: none;
	background: url(../img/icons.png) 0 -35px no-repeat;
	width: 34px;
	height: 34px;
	text-indent: 0;
	margin: 0 6px 0 0;
}
.picD-top .bdsharebuttonbox a.bds_sqq {
	background-position: -34px -35px;
}
.picD-top .bdsharebuttonbox a.bds_qzone {
	background-position: -68px -35px;
}
.picD-top .bdsharebuttonbox a.bds_weixin {
	background-position: -102px -35px;
}
.picD-top .bdsharebuttonbox a.bds_bdhome {
	background-position: -136px -35px;
}
.picD-top ._back {
	font-size: 20px;
	height: 34px;
}
.picD-top ._back i {
	vertical-align: top;
	line-height: 34px;
}/*新闻综合*/
.widget-qa-3 {
	border-top: 1px solid #c6c6c6;
}
.widget-qa-3-title {
	position: relative;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	padding: 0 10px;
	cursor: pointer;
	border-bottom: 1px solid #c6c6c6;
}
.widget-qa-3-title ._title {
	padding-left: 2em;
	font-size: 16px;
}
.widget-qa-3-title ._data {
	float: left;
	color: #0e90d2;
	font-size: 14px;
	font-weight: 700;
	width: 2em;
}
.widget-qa-3-title ._icoP {
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
	background: url(../img/icons.png) -268px 0 no-repeat;
}
.widget-qa-3-title ._ico {
}
.widget-qa-3 ._icoActive ._ico {
	background-position: -278px 0;
}
.widget-qa-3 ._icoActive a {
	color: #016db8;
}
.widget-qa-3 ._icoActive {
	border-bottom: 0;
}
.widget-qa-3-content {
	padding: 3px 10px 20px;
	border-bottom: 1px solid #c6c6c6;
	display: none;
}
.widget-qa-3-content ._data {
	float: left;
	color: #999999;
font-size:;
	font-weight: 700;
	width: 2em;
}
.widget-qa-3-content ._qaIntro {
	text-align: left;
	padding-left: 2em;
	color: #838383;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}
@media only screen and (max-width: 480px) {
.widget-qa-3-title ._icoP {
	display: none;
}
.widget-qa-3-title ._ico {
	display: none;
}
}
.newsT_l {
	width: 61%;
}
.newsT_r {
	width: 34.5%;
}
.news_top {
	margin: 0 0 48px;
}
.newsT_srcoll {
	background-color: #016db8;
	height: 330px;
	z-index: 1;
	overflow: hidden;
	position: relative;
}
.newsT_srcoll li {
	width: 100%;
}
.newsT_srcoll li .intro {
	padding: 30px 11% 20px 0;
}
.newsT_srcoll li .imgbox {
	width: 465px;
}
.newsT_srcoll li .infobox {
	width: 33%;
}
.newsT_srcoll li .intro a {
	color: #fff;
}
.newsT_srcoll li .intro .title {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
}
.newsT_srcoll .date {
	font-size: 12px;
	margin-top: 10px;
}
.newsT_srcoll .txt {
	height: 8em;
	overflow: hidden;
	font-size: 14px;
	margin-top: 5px;
	line-height: 24px;
}
.newsT_srcoll li .intro .m_more {
	width: 97%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border-width: 3px;
	border-color: #82b7dc;
	margin: auto;
}
.newsT_srcoll li .intro .m_more:before {
	background-color: #fff;
}
.newsT_srcoll li .intro .m_more:hover {
	color: #016db8;
	border-color: #fff;
}
.newsT_srcoll li:hover .imgbox img {
	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);
}
.newsT_srcoll .slide_nav {
	display: none;
}
.newsT_srcoll .arrs {
	display: block;
	width: 72px;
	height: 66px;
	background: url(../img/n_btn.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -33px;
	z-index: 3;
}
.newsT_srcoll .arr_prev {
	left: 0;
}
.newsT_srcoll .arr_next {
	left: 50%;
	background-position: right top;
	margin-left: 27px;
}
.newsT_srcoll .arr_prev:hover {
	background-position: left bottom;
}
.newsT_srcoll .arr_next:hover {
	background-position: right bottom;
}
.newsT_srcoll li .imgbox .rect-75 {
	padding-bottom: 71%;
}
.newsT_srcoll li .imgbox .rect-75 img {
	height: auto;
}
.jobSearch {
	background-color: #eaeaea;
	padding: 13px 27px;
	position: relative;
	z-index: 4;
}
.jobSearch .job_t {
	line-height: 31px;
	font-size: 20px;
	margin-right: 2%;
}
.jobSearch .jobinput {
	float: left;
	width: 41%;
	margin-right: 2%;
}
.jobSearch .jobsele {
	float: left;
	width: 29.5%;
	margin-right: 2%;
	height: 31px;
	line-height: 31px;
	position: relative;
}
.jobSearch .jobsele ._val {
	position: relative;
	border: 1px #cfcfcf solid;
	background-color: #fff;
	width: 100%;
	cursor: pointer;
}
.jobSearch .jobsele ._val span {
	display: block;
	height: 29px;
	line-height: 29px;
	width: 90%;
	text-indent: 5px;
	color: #d2d2d2;
}
.jobSearch .jobsele ._val i {
	display: block;
	width: 34px;
	height: 29px;
	background: #b6b7b9;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	margin: 0;
	color: #fff;
}
.jobSearch .jobsele ._option {
	top: 31px;
	left: 0;
	padding: 0 2%;
	width: 96%;
	background-color: #fff;
	border: 1px #abadb3 solid;
	border-top: 0;
	position: absolute;
	height: 150px;
	overflow: auto;
}
.jobSearch .jobsele ._option a {
	display: block;
}
.jobSearch .jobinput .inp-pi {
	border: 1px #cfcfcf solid;
	background-color: #fff;
	height: 29px;
	display: inline-block;
	width: 100%;
}
.jobSearch .jobinput .inp {
	height: 16px;
	line-height: 16px;
	margin: 7px 0 5px;
	padding-left: 5px;
	vertical-align: top;
	border: none;
	background: transparent;
	width: 100%;
	font-size: 12px;
	color: #d2d2d2;
}
.jobSearch .btn {
	background-color: #016db8;
	color: #fff;
	font-size: 13px;
	height: 31px;
	width: 75px;
	line-height: 31px;
	vertical-align: top;
	border: none;
*margin-left:5px;
	padding: 0;
}
.news-box2 {
	padding: 50px 0 75px;
}
.news-box2 .news_zt {
	width: 31.5%;
}
.news_zt_list li {
	position: relative;
	padding: 25px 0 25px 90px;
	border-top: 1px #a1a1a1 dashed;
	margin-top: -1px;
}
.news_zt_list .date {
	width: 72px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -41px;
}
.news_zt_list .date span {
	display: block;
	text-align: center;
	font-family: Arial;
	color: #242424;
}
.news_zt_list .date .day {
	font-size: 56px;
	font-weight: bold;
	line-height: 55px;
}
.news_zt_list .date .year {
	font-size: 16px;
}
.news_zt_list .info {
	display: block;
	padding: 15px 0;
}
.news_zt_list .title {
	font-size: 18px;
	font-weight: normal;
}
.news_zt_list .p {
	color: #7a7a7a;
}
.news-box2 .news_hy {
	width: 62.5%;
}
.news_hy_list ._columns {
	display: block;
	width: 40px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background-color: #d6000f;
	top: 0;
	left: 0;
}
.news_hy_list .box {
	padding-left: 45px;
}
.news_hy_list .box .title {
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
}
.news-box3 {
	background-color: #fafafa;
	padding: 40px 0 70px;
}
.news-box3 .pi_arrs {
	display: block;
	width: 40px;
	height: 65px;
	background: url(../img/icons.png) 0 -69px no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -32.5px;
	z-index: 4;
}
.news-box3 .pi_prev {
	left: -24px;
}
.news-box3 .pi_next {
	background-position: -40px -69px;
	right: -24px;
}
.news-box3 .pi_prev:hover {
	background-position: 0 -134px;
}
.news-box3 .pi_next:hover {
	background-position: -40px -134px;
}
.news-box3 .piclist li {
	margin-bottom: 0;
}/*新闻列表*/
._inews_box {
	margin: 30px 0 40px;
	padding-bottom: 30px;
	height: 300px;
}
._inews_box .scroll_nav {
	bottom: 0px;
	width: 100%;
	text-align: center;
}
._inews_box .scroll_nav a {
	width: 9px;
	height: 9px;
	border: 1px solid #878787;
	border-radius: 50%;
	font: 0/0 a;
	display: inline-block;
	margin: 0 4px;
	cursor: pointer;
}
._inews_box .scroll_nav .on {
	background: #c70025;
	border-color: #c70025;
}
._inews_box ._inews_pic {
	height: 0;
	padding-bottom: 75%;
	overflow: hidden;
}
._inews_box li img {
	width: 100%;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}
._inews_box li:hover img {
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
._inews_box ._inews_text {
	padding: 0 5px;
	box-sizing: border-box;
}
._inews_box ._inews_text ._title {
	font-size: 18px;
	color: #666666;
	line-height: 1.5em;
	height: 3em;
	overflow: hidden;
	margin-bottom: 10px
}
._inews_box ._inews_text ._time {
	color: #9f9f9f;
	margin-bottom: 10px
}
._inews_box ._inews_text ._text {
	font-size: 15px;
	color: #666666;
	line-height: 1.5em;
	height: 3em;
	overflow: hidden;
}
._inews_box ._inews_text ._title {
	line-height: 22px;
	height: 44px;
	margin-top: 10px;
}
.widget-newslist-9 {
	margin-bottom: 20px;
	padding-top: 40px;
	border-top: 1px solid #e2e2e2;
}
.widget-newslist-9 li {
	clear: both;
	overflow: hidden;
	border-bottom: #eee 1px dotted;
}
.widget-newslist-9 ._img {
	width: 225px;
	float: left;
	margin-right: 30px;
}
.widget-newslist-9 ._img img {
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}
.widget-newslist-9 ._title {
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: bold;
}
.widget-newslist-9 ._text {
	line-height: 1.8em;
	height: 3.6em;
	overflow: hidden;
	font-size: 14px;
	margin-bottom: 24px;
	color: #acacac;
}
.widget-newslist-9 ._more, .widget-newslist-9 ._time {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	background-color: #016db8;
	color: #fff;
	padding: 0 20px;
}
.widget-newslist-9 ._time {
	background: #ededed;
	color: #999999;
}
.widget-newslist-9 li:hover ._more {
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.widget-newslist-9 li:hover ._img img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.widget-newslist-9 li:hover ._title {
	color: #016db8;
}/*新闻详情*/
.widget-newsdetail-8 .ion {
	color: #676767;
}
.widget-newsdetail-8 .n_left {
	width: 100%;
	float: left;
	margin-bottom: 25px
}
.widget-newsdetail-8 ._head ._title {
	font-size: 36px;
	color: #000;
	margin-bottom: 10px;
	line-height: 1.4;
}
.widget-newsdetail-8 ._tools {
	font-size: 0;
	color: #7e7e7e;
	margin-bottom: 15px;
}
.widget-newsdetail-8 ._tools ._tool {
	font-size: 12px;
	margin-left: -21px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.widget-newsdetail-8 ._tools .ion {
	font-size: 18px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	vertical-align: -2px;
}
.widget-newsdetail-8 ._tools b {
	font-weight: normal;
}
.widget-newsdetail-8 ._tools #switcher {
	margin-left: 10px;
}
.widget-newsdetail-8 ._tools #switcher ._title {
	margin-right: 5px;
	font-size: 12px;
	color: #7e7e7e;
}
.widget-newsdetail-8 ._tools #switcher .ion {
	font-size: 15px;
}
.widget-newsdetail-8 ._tools .bds_more {
	float: none;
	background: none;
	padding: 0;
	text-indent: 0;
}
.widget-newsdetail-8 .myart {
	line-height: 2;
	min-height: 200px;
	font-size: 13px;
	color: #555555;
}
.widget-newsdetail-8 .n_right {
	width: 24%;
	float: right;
	padding-top: 80px;
}
.widget-newsdetail-8 .n_right ._tools {
	text-align: right;
}
.widget-newsdetail-8 ._tools ._back {
	font-size: 20px;
	font-weight: normal;
	font-weight: bold;
	color: #676767;
	height: 26px;
	line-height: 26px;
	border-right: #cccccc 1px solid;
	padding-right: 40px;
	vertical-align: 5px;
}
.widget-newsdetail-8 ._tools ._back .ion {
	font-weight: normal;
	vertical-align: 0;
}
.widget-newsdetail-8 ._tools .share, .widget-newsdetail-8 ._tools .print {
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background-color: #80939e;
	border-radius: 50%;
	cursor: pointer;
	overflow: hidden;
	margin-right: 0;
	margin-left: 15px;
}
.widget-newsdetail-8 ._tools .share:hover, .widget-newsdetail-8 ._tools .print:hover {
	background-color: #016db8;
}
.widget-newsdetail-8 ._tools .share .ion, .widget-newsdetail-8 ._tools .print .ion {
	font-size: 18px;
	color: #ffffff;
}
.widget-newsdetail-8 ._tools .share:hover .ion, .widget-newsdetail-8 ._tools .print:hover .ion {
	color: #ffffff;
}
.widget-newsdetail-8 ._tools .share .ion {
	font-size: 20px;
}
.widget-newsdetail-8 ._detailPage_bottom li strong, .widget-newsdetail-8 ._detailPage_bottom li span, .widget-newsdetail-8 ._detailPage_bottom li a {
	display: block;
}
.widget-newsdetail-8 ._detailPage_bottom {
	margin-top: 45px;
	border: #f3f3f3 10px solid;
}
.widget-newsdetail-8 ._detailPage_bottom ul {
	padding: 10px 7%;
}
.widget-newsdetail-8 ._detailPage_bottom li ._mark {
	padding-bottom: 8px;
	font-size: 19px;
	font-weight: bold;
	color: #000000;
}
.widget-newsdetail-8 ._detailPage_bottom ._date {
	height: 30px;
	line-height: 30px;
	margin-bottom: 7px;
	font-family: Arial;
	font-size: 13px;
	color: #676767;
}
.widget-newsdetail-8 ._detailPage_bottom ._date .ion {
	font-size: 20px;
	height: 30px;
	vertical-align: -2px;
	margin-left: 0;
}
.widget-newsdetail-8 ._detailPage_bottom li ._title:hover {
	color: #5c5c5c;
}
.widget-newsdetail-8 ._detailPage_bottom li ._title {
	font-size: 16px;
	font-weight: bold;
	color: #5c5c5c;
}
.widget-newsdetail-8 ._detailPage_bottom li {
	padding: 27px 0;
}
.widget-newsdetail-8 ._detailPage_bottom li._prev {
	border-bottom: 1px #ececec solid;
}
@media only screen and (max-device-width:1024px) {
.widget-newsdetail-8 .n_right {
	padding-top: 0;
}
.widget-newsdetail-8 ._detailPage_bottom {
	margin-top: 10px;
}
.widget-newsdetail-8-tools, ._tools {
	display: none;
}
.widget-newsdetail-8 ._detailPage_bottom ul {
	padding-right: 3%;
}
}
@media only screen and (max-device-width: 760px) {
.widget-newsdetail-8 ._head ._title {
	font-size: 24px;
}
.widget-newsdetail-8 .n_left, .widget-newsdetail-8 .n_right, .widget-newsdetail-8 .news_img {
	width: 100%;
	float: none;
}
.widget-newsdetail-8 .n_left {
	margin-bottom: 20px;
}
}/*人力综合*/
.jh-box1 {
	padding-bottom: 100px;
}
.jh-box1 .nchannIn:before {
	content: 'concept';
	position: absolute;
	top: 4px;
	left: 50%;
	font-family: Arial;
	font-size: 127px;
	font-weight: bold;
	color: #fcfcfc;
	line-height: 100px;
	margin-left: -310px;
	z-index: -1;
	overflow: hidden;
	text-transform: uppercase;
}
.jh-linian ._linian_info, .jh-linian ._linian_img {
	width: 50%;
}
.jh-linian ._linian_info {
	background-color: #016db8;
}
.jh-linian ._linian_info .box {
	font-weight: bold;
	color: #fff;
	padding: 13% 6% 5%;
	text-align: Justify;
	text-justify: inter-ideograph;
}
.jh-linian .bigS {
	left: 50%;
	margin-left: -160px;
	top: 0;
}
.jh-linian .smallS {
	left: 50%;
	margin-left: -158px;
	top: -10px;
}
.jh-linian ._linian_img {
	border-bottom-right-radius: 50px;
	overflow: hidden;
}
.jh-box1 .jh-xiushi {
	left: 50%;
	margin-left: -230px;
	bottom: 0;
}
.jh-en {
	font-size: 46px;
	font-family: Arial;
	color: #b3b3b3;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 50px;
	margin-top: 20px;
}
.jh-cn {
	font-size: 36px;
	font-weight: normal;
	line-height: 40px;
	margin-bottom: 30px;
}
.jh-box2 {
	background: url(jh_bg2.jpg) center top no-repeat #096da7;
	padding: 86px 0 70px;
}
.job-sear {
	margin-bottom: 20px;
	background-color: #f0f0f0;
	padding: 24px 2.5%;
	position: relative;
	z-index: 4;
}
.job-sear #serForm {
	width: 102%;
}
.job-sear .t-area {
	float: left;
	width: 23.2%;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ddd;
	text-indent: 5px;
	margin-right: 1%;
	background-color: #fff;
}
.job-sear .t-area ._val {
	color: #a9a9a9
}
.job-sear .t-area ._val b {
	float: right;
	width: 9px;
	height: 5px;
	margin-top: 14px;
	margin-right: 5px;
	_display: inline;
	background: url(job-areaico.png) no-repeat;
}
.job-sear .t-area ._option {
	top: 30px;
}
.job-sear .sear_input {
	float: left;
	margin-right: 1%;
	width: 40%;
	height: 30px;
	line-height: 30px;
	position: relative;
	font-size: 0;
}
.job-sear .sear_input input[type=text] {
	vertical-align: top;
	border: 0;
	width: 72%;
	height: 30px;
	line-height: 30px;
	box-sizing: content-box;
	padding-left: 5px;
	border: 1px solid #ddd;
	font-size: 13px;
	float: left;
}
.job-sear .sear_input button[type=submit] {
	border: 0;
	width: 100px;
	height: 32px;
	line-height: 32px;
	background-color: #d6000f;
	font-size: 18px;
	color: #fff;
	padding: 0;
	margin: 0;
	vertical-align: top;
	float: right;
	cursor: pointer;
}
.job-gw .row > li {
	background-color: #fff;
	margin-bottom: 2%;
	margin-right: 1.9%;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	position: absolute;
	top: 0;
	left: 0;
}
.job-gw li .box {
	color: #777;
	padding: 8% 9% 15%;
}
.job-gw li .Tit {
	border-bottom: 1px #777 solid;
	font-size: 18px;
	color: #272727;
	padding-bottom: 8px;
	margin-bottom: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.job-gw li ._num {
	width: 14%;
	text-align: right;
}
.job-gw li ._con {
	height: 132px;
	line-height: 22px;
	overflow: hidden;
}
.job-gw li .m_more {
	width: 115px;
	height: 36px;
	line-height: 36px;
	margin-top: 25px;
	border-color: #afafaf;
	color: #afafaf;
	z-index: 2;
	color: #434343;
}
.job-gw li .m_more:hover {
	color: #fff;
	border-color: #016db8;
}
.job-gw li .m_more:hover::before {
	background-color: #016db8;
}/*服务综合*/
.chan_tit {
	width: 80%;
	margin: 0 auto 40px;
	text-align: center;
}
.chan_tit .tit {
	font-size: 34px;
	position: relative;
	font-weight: normal;
	color: #0166ac;
	margin-bottom: 10px;
}
.chan_tit .p {
	font-size: 14px;
	color: #5a5a5a;
	cursor: pointer;
}
.chan_tit .p a {
	cursor: pointer;
}
.ser_box1 .chan_tit, .ser_box2 .chan_tit {
	width: 80%;
}
.ser_box1 {
	padding: 0 0 40px;
}
.ser_box1 .chan_tit {
	margin-bottom: 35px;
}
.ser_box1 .job_box1_con {
	padding-top: 15px;
}
.ser_box1 .fwst_box {
	width: 33%;
}
.job_box1_con .fwst_box .box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../img/blue.7.png) repeat;
	bottom: 0;
	filter: alpha(opacity=0);
	opacity: 0;
}
.job_box1_con .fwst_box .box .info {
	display: block;
	padding: 13%;
	width: 64%;
	color: #fff;
}
.job_box1_con .fwst_box .box .tit {
	font-size: 28px;
}
.job_box1_con .fwst_box .box .p1 {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 5px;
}
.job_box1_con .fwst_box .box .p2 {
	font-size: 13px;
}
.job_box1_con .fwst_box.hover .box {
	filter: alpha(opacity=100);
	opacity: 1;
}
.ser_box1 .fw_mess {
	width: 66%;
}
.ser_box2 {
	padding: 20px 0 90px;
}
.ser_fast_menu li a {
	display: block;
	border: 1px #d8d8d8 solid;
	padding: 15%;
	margin: auto;
	text-align: center;
}
.ser_fast_menu li .tit {
	font-size: 22px;
	margin: 20px 0 10px;
	position: relative;
	padding-bottom: 10px;
}
.ser_fast_menu li .tit:after {
	content: '';
	width: 40px;
	height: 1px;
	background-color: #cacaca;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
}
.ser_fast_menu li .p {
	font-size: 16px;
	color: #818181;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
}
.ser_fast_menu li:hover .ico75 {
	background-position: 0 -75px;
}
.ser_fast_menu li:hover .ico75_2 {
	background-position: -75px -75px;
}
.ser_fast_menu li:hover .ico75_3 {
	background-position: -150px -75px;
}
.ser_fast_menu li:hover .ico75_4 {
	background-position: -225px -75px;
}
.ser_fast_menu li:hover a {
	background-color: #016db8;
	color: #fff;
}
.ser_fast_menu li:hover .p {
	color: #fff;
}
.job_box1_con .word {
	border: 10px #f3f3f3 solid;
	border-left: 0;
	border-right: 0;
	height: 376px;
}
.job_box1_con .word .word_info {
	border-right: 10px #f3f3f3 solid;
	height: 100%;
	padding: 0 6% 0 10%;
}
.job_box1_con .word .t {
	font-size: 28px;
	font-weight: bold;
	position: relative;
	padding: 55px 0 10px;
	margin-bottom: 25px;
}
.job_box1_con .word .t:after {
	content: '';
	width: 42px;
	height: 1px;
	background-color: #0166ac;
	position: absolute;
	bottom: 0;
	left: 0;
}
.job_box1_con .word .p {
	color: #7d7d7d;
}
.job_box1_con .word .tools a {
	float: left;
	width: 138px;
	height: 46px;
	line-height: 46px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin-right: 10px;
}
.job_box1_con .word .tools {
	margin-top: 40px;
}
.job_box1_con .word .tools .ta1 {
	background-color: #fd8f10;
}
.job_box1_con .word .tools .ta2 {
	background-color: #f01d1d;
}
.job_box1_con .word .tools a:hover {
	background-color: #80939e;
}
.job_box1_con .word .word_info .m_more {
	width: 156px;
	height: 44px;
	line-height: 44px;
	border-width: 1px;
	border-color: #0167ac;
	font-size: 18px;
	color: #0166ac;
	margin-top: 40px;
}
.job_box1_con .word .word_info .m_more:hover {
	color: #fff;
}
.ser_box1 .fwst_box .bigS, .ser_box1 .fwst_box .smallS {
	z-index: 3;
	opacity: 0;
	filter: alpha(opacity=0);
}
.ser_box1 .fwst_box .bigS {
	right: 33px;
}
.ser_box1 .fwst_box .smallS {
	right: 46px;
	top: -15px;
}
.ser_box1 .fwst_box.hover .bigS, .ser_box1 .fwst_box.hover .smallS {
	opacity: 1;
	filter: alpha(opacity=100);
}
.ser_box3 {
	background-color: #f8f8f8;
}
.ser_box3 .net_left {
	width: 34.5%;
}
.net_left .net_boc {
	width: 100%;
	background: #0166ac;
}
.net_left .net_boc a {
	display: block;
	color: #fff;
	width: 66%;
	margin: 0 auto;
	text-align: center;
	padding: 14% 0;
}
.net_left .net_boc .tit {
	font-size: 32px;
}
.net_left .net_boc .p {
	font-size: 16px;
	line-height: 25px;
}
.net_left .net_tel {
	position: relative;
	padding: 10px 0 0 70px;
	color: #253036;
	margin-top: 60px;
}
.net_left .net_tel .icons {
	width: 58px;
	height: 48px;
	background: url(icons.png) -80px -69px no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -24px;
}
.net_left .net_tel ._tel, .net_left .net_tel ._mail {
	font-family: Arial;
	line-height: 30px;
	display: block;
	color: #0166ac;
	font-weight: bold;
}
.net_left .net_tel ._tel {
	font-size: 30px;
}
.net_left .net_tel ._tt {
	color: #484848;
	font-weight: normal;
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	width: 100px;
}
.net_left .net_tel ._mail {
	font-size: 24px;
}
.net_left .net_tel .p {
	font-size: 20px;
	line-height: 25px;
}
.ser_box3 .net_right {
	width: 61%;
	position: relative;
	background: url(ser_bg3.png) center center no-repeat;
	padding: 50px 0 80px;
	height: 354px;
}
.net_left .net_boc .bigS {
	right: 30px;
}
.net_left .net_boc .smallS {
	top: -13px;
	right: 42px;
}/*走进彭浦 综合*/
.abh_box1 {
	padding: 0 0 30px;
}
.ah_box1_fix .ah_box1_img {
	width: 49%;
}
.ah_box1_fix .ah_box1_con {
	width: 45.5%;
}
.ah_box1_fix .ah_box1_con ._en {
	font-family: Arial;
	font-size: 48px;
	font-weight: bold;
	color: #c8c8c8;
	text-transform: uppercase;
	line-height: 40px;
	margin-bottom: 20px;
}
.ah_box1_fix .ah_box1_con .m_more {
	width: 152px;
	height: 48px;
	line-height: 48px;
	border-width: 1px;
	border-color: #2481c2;
	color: #2481c2;
	margin-top: 25px;
}
.ah_box1_fix .ah_box1_con .m_more:hover {
	color: #fff;
}
.abh_box2 {
	background: url(abh_bg2.jpg) center top no-repeat;
	height: 352px;
}
.abh_box2 .wrap {
	padding-top: 80px;
	padding-bottom: 90px;
}
.abh_box2 ._box2_con {
	width: 42%;
}
.abh_box2 ._box2_con .info {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 30px 0 20px;
}
.abh_box2 ._box2_con .info:after {
	content: '';
	width: 100px;
	height: 5px;
	background-color: #016db8;
	position: absolute;
	bottom: 0;
	left: 0;
}
.abh_box2 .widget-area {
	width: 50%;
	margin-top: 0;
}
.abh_box2 .widget-area .s1 {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
}
.abh_box2 .widget-area .p {
	font-size: 16px;
	color: #bbb;
}
.abh_box3 {
	padding: 50px 0 80px;
}
.abh_box3 .nchannP {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.abh_box3_con ._list li {
	position: relative;
}
.abh_box3_con ._list li ._img {
	position: relative;
	left: 0;
	transition: all ease-in .3s;
}
.abh_box3_con ._list li ._img ._t {
	position: absolute;
	left: 12%;
	top: 8%;
	padding-bottom: 20px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.abh_box3_con ._list li ._img ._t:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 1px;
	background-color: #0078e7;
}
.abh_box3_con ._list li ._txt {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 84%;
	padding: 16% 8%;
	background: url(../img/blue.7.png) repeat;
	z-index: 2;
	transition: all ease-in .3s;
	color: #fff;
}/* .abh_box3_con ._list li ._txt ._st{ font-size: 28px; font-weight: bold; margin-bottom: 20px;} */
.abh_box3_con ._list li ._txt {
	left: 0;
	filter: alpha(opacity=0);
	opacity: 0;
}
.abh_box3_con ._list li:hover ._img {
	left: 0;
}
.abh_box3_con ._list li:hover ._img ._t {
	display: none;
}
.abh_box3_con ._list li:hover ._txt {
	filter: alpha(opacity=100);
	opacity: 1;
}
.abh_box3_con ._list li ._txt {
	padding: 32% 13% 16%;
	width: 74%;
}
.abh_box3_con ._list li ._txt ._st {
	position: absolute;
	left: 12%;
	top: 8%;
	padding-bottom: 20px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.abh_box3_con ._list li ._txt ._st:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 1px;
	background-color: #fff;
}
.abh_box3_con ._list li ._txt ._p {
	margin-top: 10px;
}
.abh_box3_con ._list li .bigS, .abh_box3_con ._list li .smallS {
	z-index: 3;
	opacity: 0;
	filter: alpha(opacity=0);
}
.abh_box3_con ._list li .bigS {
	right: 33px;
}
.abh_box3_con ._list li .smallS {
	right: 46px;
	top: -15px;
}
.abh_box3_con ._list li.hover .bigS, .abh_box3_con ._list li.hover .smallS {
	opacity: 1;
	filter: alpha(opacity=100);
}
.abh_box4 {
	background: url(abh_bg4.jpg) center top no-repeat;
	padding: 60px 0 40px;
}
.widget-history-3 {
	cursor: default;
	position: relative;
	margin-top: 50px;
}
.widget-history-3-T {
	overflow: hidden;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	background: url(pcat_xian.png) repeat-x 0px 45px;
	height: 81px;
	overflow: hidden;
}
.widget-history-3-tab .tab_t {
	position: relative;
	width: 16.6%;
	font-size: 16px;
	color: #4c4c4c;
	cursor: pointer;
}
.widget-history-3-tab .tab_t span {
	display: block;
	line-height: 30px;
	height: 30px;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.widget-history-3-tab .tab_t b {
	display: block;
	width: 19px;
	height: 19px;
	background-image: url(his_dian.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
}
.widget-history-3-tab .tab_t_cur b {
	background-image: url(his_dian_on.png);
}
.widget-history-3-tab .tab_c {
	display: none;
	padding: 25px 0 0;
	width: 85%;
	margin: auto;
	min-height: 100px;
}
.widget-history-3-tab .tab_c .tab_info {
	position: relative;
	padding-left: 15px;
}
.widget-history-3-tab .tab_c .tab_info:before {
	content: '';
	width: 10px;
	height: 10px;
	background: url(icons.png) -268px -10px no-repeat;
	position: absolute;
	left: 0;
	top: 7px;
}
.widget-history-3_arrs {
	position: absolute;
	width: 40px;
	height: 80px;
	background: url(his_btn.png) no-repeat;
	top: 0;
	cursor: pointer;
	transition: none;
	z-index: 3;
}
.widget-history-3_prev {
	left: 0px;
}
.widget-history-3_next {
	right: 0px;
	background-position: right 0;
}
.widget-history-3_prev:hover {
	background-position: left bottom;
}
.widget-history-3_next:hover {
	background-position: right bottom;
}
.widget-history-3-tab .scroll_nav {
	display: none;
}
.widget-history-3-tab .tab_c .his-list {
	background: #f9f9f9;
	padding: 20px 5%;
	overflow: hidden;
}
.widget-history-3-tab .tab_c .his-list ._years {
	float: left;
	width: 20%;
	font-size: 56px;
	font-family: arial;
	color: #0b458e;
}
.widget-history-3-tab .tab_c .his-list ._years span {
	color: #91c501;
	font-size: 16px;
	font-family: 微软雅黑;
	padding-left: 5px;
}
.widget-history-3-tab .tab_c .his-list ._nr {
	float: right;
	width: 75%;
	padding-left: 3%;
	border-left: 1px solid #ddd;
	min-height: 100px;
}
.widget-history-3-tab .tab_c .his-list ._nrli {
	margin-bottom: 30px;
}
.main_bar .widget-history-3-T {
	margin-bottom: 100px;
}/*产品综合*/
.proh-box1 {
	padding-bottom: 70px;
}
.proh-box1 .nchannP {
	width: 82%;
	margin-left: auto;
	margin-right: auto;
}
.pro_dev_srcoll {
	height: 308px;
	overflow: hidden;
	position: relative;
}
.pro_dev_srcoll li {
	float: left;
	width: 24.5%;
}
.pro_dev_srcoll .date {
	font-family: Arial;
	font-size: 27px;
	color: #232525;
	line-height: 40px
}
.pro_dev_srcoll .line {
	width: 100%;
	height: 12px;
	background-color: #232525;
}
.pro_dev_srcoll .p {
	padding-left: 10px;
	margin-bottom: 10px;
}
.pro_dev_srcoll .p:before {
	content: '';
	width: 1px;
	height: 13px;
	background-color: #232525;
	position: absolute;
	left: 0;
	top: 6px;
}
.pro_dev_srcoll li:hover .date {
	color: #016db8;
}
.pro_dev_srcoll li:hover .line {
	background-color: #016db8;
}
.pro_dev .pd_arrs {
	position: absolute;
	width: 40px;
	height: 80px;
	background: url(his_btn.png) no-repeat;
	top: 50%;
	margin-top: 0;
	cursor: pointer;
	transition: none;
	z-index: 3;
}
.pro_dev .pd_prev {
	left: -5%;
}
.pro_dev .pd_next {
	right: -5%;
	background-position: right 0;
}
.pro_dev .pd_prev:hover {
	background-position: left bottom;
}
.pro_dev .pd_next:hover {
	background-position: right bottom;
}
.proh-box2 {
	background: url(proh_bg2.jpg) center top no-repeat;
	padding: 70px 0 95px;
}
.proh-box2 .smallS {
	width: 80px;
	height: 68px;
	background: url(icons.png) 0 -199px no-repeat;
	top: -84px;
	right: 39px;
}
.proh-box2 .p2_chan {
	font-size: 26px;
	color: #fff;
	margin-bottom: 25px;
}
.proh-box2 .p2_chan .word {
	font-size: 15px;
	margin-left: 15px;
}
.i_prolist .prolist li {
	float: left;
	height: 372px;
	width: 168px;
	position: relative;
	cursor: pointer;
	transition: all 0.5s ease;
}
.i_prolist .prolist li.cur {
	width: 360px;
	background-size: cover!important;
}
.i_prolist .prolist li a {
	display: block;
	position: relative;
	height: 100%;
	padding: 0 12%;
}
.i_prolist .prolist li .prolist-li {
	width: 100%;
	height: 100%;
	background: url(black.4.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.i_prolist .prolist li .prolist-li ._cn2 {
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	padding: 30px 8% 0;
}
.i_prolist .prolist li ._info {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	z-index: 7;
}
.i_prolist .prolist li ._info .p {
	display: none;
	font-size: 13px;
}
.i_prolist .prolist li.cur ._info a * {
	cursor: pointer;
}
.i_prolist .prolist li ._info ._cn ._cns {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	position: relative;
}
.i_prolist .prolist li ._info ._cn {
	font-size: 23px;
	font-weight: normal;
	color: #fff;
}
.i_prolist .prolist li ._info ._cn:before, .i_prolist .prolist li ._info ._cn:after {
	content: '';
	width: 20px;
	height: 10px;
	background: url(icons.png) -278px -10px no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -5px;
}
.i_prolist .prolist li ._info ._cn:before {
	left: 0;
}
.i_prolist .prolist li ._info ._cn:after {
	right: 0;
}
.i_prolist .prolist li ._info ._en {
	color: #fff;
}
.i_prolist .prolist li ._info .pd {
	border: 1px #85b9dd solid;
	padding: 16px;
	opacity: 0;
	filter: alpha(opacity=0);
	height: 67px;
}
.i_prolist .prolist li.cur .prolist-li {
	display: none;
}
.i_prolist .prolist li.cur ._info ._cn ._cns {
	font-size: 20px;
}
.i_prolist .prolist li.cur ._info ._cn ._b {
	display: block;
}
.i_prolist .prolist li.cur ._info a {
	padding: 30px 16%;
	height: auto;
}
.i_prolist .prolist li.cur ._info {
	background: url(blue.8.png) repeat;
	height: 160px;
	text-align: center;
}
.i_prolist .prolist li.cur ._info .pd {
	opacity: 1;
	filter: alpha(opacity=100);
}
.i_prolist .prolist li.cur ._info .p {
	display: block;
	color: #fff;
}
.i_prolist .prolist li.cur ._info ._cn ._cns:before, .i_prolist .prolist li.cur ._info .big {
	display: block;
}
.proh-box3 {
	padding: 70px 0 90px;
}
.proh-box3 .nchannP {
	margin-bottom: 20px;
}
.proh-box3 .m_more {
	width: 156px;
	height: 44px;
	line-height: 44px;
	border-color: #0167ac;
	border-width: 1px;
	color: #0167ac;
	font-size: 18px;
	margin-bottom: 30px;
}
.proh-box3 .m_more:hover {
	color: #fff;
}
.cqcj_list .title {
	font-size: 20px;
	font-weight: normal;
	margin-top: 10px;
}
.cqcj_list_scroll .pi_arrs {
	display: block;
	width: 40px;
	height: 65px;
	background: url(icons.png) 0 -69px no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -48.5px;
	z-index: 4;
}
.cqcj_list_scroll .pi_prev {
	left: -24px;
}
.cqcj_list_scroll .pi_next {
	background-position: -40px -69px;
	right: -24px;
}
.cqcj_list_scroll .pi_prev:hover {
	background-position: 0 -134px;
}
.cqcj_list_scroll .pi_next:hover {
	background-position: -40px -134px;
}/*产品详情*/
.proDetail_top {
	background: url(pt_bg.jpg) center top no-repeat;
}
.proDeTop-box {
	padding-left: 150px;
	padding-bottom: 50px;
	margin-top: 35px;
}
.proDeTop-box .proDeTop-img {
	width: 50%;
}
.proDeTop-box .proDeTop-con {
	width: 44%;
}
.proDeTop-box .proDeTop-con .pro_t {
	font-size: 30px;
	font-weight: normal;
}
.proDeTop-box .proDeTop-con .pro_summ {
	border-top: 1px #d9d9d9 dotted;
	margin: 10px 0 40px;
}
.proDeTop-box .proDeTop-con .pro_summ li {
	border-bottom: 1px #d9d9d9 dotted;
	padding: 10px 0;
}
.proDeTop-box .proDeTop-con .pro_tel {
	font-size: 19px;
}
.proDeTop-box .proDeTop-con .pro_tel b {
	font-family: Arial;
	font-size: 32px;
	color: #d6000f;
	margin-left: 10px;
}
.proDeTop-box .proD_menu {
	left: 0;
	background: url(pt_l.gif) 97px top repeat-y;
	width: 120px;
	height: 100%;
	top: 0;
}
.proDeTop-box .proD_menu ul {
	padding-top: 50px;
}
.proDeTop-box .proD_menu li {
	font-size: 18px;
	padding: 20px 0;
	position: relative;
}
.proDeTop-box .proD_menu li a {
	display: block;
	position: relative;
	z-index: 2;
}
.proDeTop-box .proD_menu li:after {
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px #6b6b6b solid;
	position: absolute;
	right: 11px;
	top: 50%;
	margin-top: -10px;
	background-color: #fcfcfc;
}
.proDeTop-box .proD_menu li.on a {
	color: #016db8;
}
.proDeTop-box .proD_menu li.on:after {
	border-color: #016db8;
	width: 18px;
	height: 18px;
	border-width: 4px;
	right: 9px
}
.ps_menu_bar {
	background: url(p_su_bg.jpg) center top no-repeat;
	padding: 35px 0 50px;
}
.ps_menu {
	height: 60px;
}
.ps_menu .ps_Target {
	margin: 0 auto;
*zoom:1;
}
.ps_menu .ps_Target li {
	float: left;
	height: 60px;
	line-height: 60px;
	width: 22%;
	background-color: #fff;
	margin-right: 1%;
}
.ps_menu .ps_Target li a {
	display: block;
	font-size: 20px;
	text-align: center;
	position: relative;
	color: #0d0d0d;
}
.ps_menu .ps_Target li i {
	width: 21px;
	height: 21px;
	vertical-align: top;
}
.ps_menu .ps_Target li.last {
	margin-right: 0;
	background-color: transparent;
	float: right;
	width: 15%;
	color: #fff;
	font-size: 18px;
	position: relative;
	height: auto;
}
.ps_menu .ps_Target li.last ._val {
	display: block;
	line-height: 40px;
	height: 60px;
	cursor: pointer;
}
.ps_menu .ps_Target li.last ._option {
	position: absolute;
	background-color: #016db8;
	top: 100%;
	left: 0;
	right: 0;
	padding: 20px 20px 30px;
	display: none;
}
.ps_menu .ps_Target li.last ._option a {
	height: 40px;
	line-height: 40px;
	color: #fff;
	border-bottom: 1px #4192ca solid;
	font-size: 16px;
}
.ps_menu .ps_Target li.active {
	background: #fff;
}
.ps_menu .ps_Target li.active a {
}
.ps_menu .ps_Target li.active i {
	background-position: -72px -71px;
}
.ps_menu .ps_Target.fixed {
	position: fixed;
	left: 50%;
	margin-left: -600px;
	top: 0;
	z-index: 99;
	width: 1200px;
	background: url(blue.8.png) repeat;
}
.ps_menu .ps_Target.fixed li.active {
	background: #016db8;
}
.ps_menu .ps_Target.fixed li.active a {
	color: #fff
}
.ps_sections {
	margin: 55px auto 0;
}
.ps_sections .ps_t {
	font-size: 24px;
	margin-bottom: 24px;
}
.ps_sections .ps_con {
	min-height: 200px;
}
.ps_sections .ps_paras {
	width: 57.5%;
}
.ps_top {
	margin-bottom: 43px;
}
.ps_top ._tl {
	font-size: 30px;
	color: #fff;
}
.ps_top .ps_r li {
	float: right;
	margin-left: 25px;
}
.ps_top .ps_r li a {
	font-size: 18px;
	color: #fff;
}
.ps_top .ps_r li.bdsharebuttonbox a {
	background: none;
	float: none;
	padding-left: 0;
}
.bdshare_popup_box {
	display: none!important;
}/*联系我们*/
.contact_con {
	position: relative;
	background-color: #eee;
}
.contact_con ._map {
	width: 100%;
	height: 710px;
}
.contact_con img {
	max-width: none
}
.contact_con ._info {
	position: absolute;
	right: 0;
	top: 100px;
	width: 440px;
	background-color: #fff;
	border-radius: 2px
}
.contact_con ._info ._cht {
	font-size: 25px;
	font-weight: bold;
	color: #1d1b1b;
	padding: 5.5%;
}
.contact_con ._info ._close {
	position: absolute;
	right: 2%;
	top: 5.5%;
	color: #c2c2c2;
	font-size: 20px;
	font-family: 'Arial'
}
.contact_con ._info ._phone {
	padding: 0 5.5%;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	margin-bottom: 20px;
}
.contact_con ._info ._phone img {
	float: left;
	vertical-align: middle;
}
.contact_con ._info ._phone span {
	float: left;
	margin-left: 6px;
	padding-left: 6px;
	font-size: 49px;
	color: #008cd6;
	font-family: 'Impact'
}
.contact_con ._info ._list {
	padding: 5.5%;
	border-top: 1px solid #e5e5e5;
}
.contact_con ._info ._list li {
	margin-bottom: 20px;
}
.contact_con ._info ._list ._title {
	font-size: 25px;
	font-weight: bold;
	color: #363636;
}
.contact_con ._info ._list ._title .ion {
	font-weight: normal;
}
.contact_con ._info ._list ._txt {
	color: #666;
}
.contact_con ._slideBar {
	display: none \9;
	opacity: 0;
	position: absolute;
	right: -50px;
	top: 50%;
	margin-top: -88px;
	background-color: #008cd6;
	width: 23px;
	height: 176px;
	color: #fff;
	cursor: pointer;
	font-size: 23px;
	padding: 10px;
	transition: all ease-in .3s;
}
.contact_con ._slideBar.show {
	display: block \9;
	right: 0;
	opacity: 1;
	z-index: 999
}/*营销网络*/
.netSearch {
	background-color: #f9f9f9;
	padding: 13px 1.5%;
	margin: 20px 0;
}
.netSearch .sec_bd {
	display: block;
	overflow: hidden;
}
.netSearch .sec_bd .pselect {
	height: 43px;
	overflow: hidden;
	position: relative;
	float: left;
	width: 22%;
	margin-right: 2%;
}
.netSearch .sec_bd .pselect .ms {
	position: absolute;
	left: 7px;
	top: 12px;
	z-index: 10;
}
.netSearch .pselect .c_select {
	display: block;
	width: 99%;
	background-color: #fff;
	height: 41px;
	line-height: 41px;
	border-radius: 0!important;
	border: 1px #c2c2c2 solid;
}
.netSearch .pselect .c_select ._txt {
	padding-right: 36px;
	padding-left: 20px;
}
.netSearch .pselect .c_select ._arrow {
	width: 33px;
}
.netSearch .pselect .c_select ._arrow .arr {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background: url(ico.png) -40px 0 no-repeat;
	border: none;
}
.netSearch .pselect .c_select.on ._arrow .arr {
	background-position: -60px 0;
}
.netSearch .select-ui-options-ncb {
	border-color: #ddd!important;
	background-color: #fff;
	overflow: auto;
	max-height: 11em;
	width: 344px\9;
}
.netSearch .select-ui-options li {
	padding: 6px;
	line-height: 1.8em;
	width: 96%;
}
.netSearch .select-ui-options li:hover {
	background: #018a5e;
	color: #fff;
}
.netSearch .select-ui-options-ncb ._disabled {
	display: none;
}
.netSearch .nInput {
	display: block;
	height: 39px;
	border: #ddd 1px solid;
	padding: 0 20px;
	overflow: hidden;
	margin-bottom: 15px;
	background-color: #fff;
}
.netSearch .nInput input {
	width: 100%;
	height: 19px;
	line-height: 19px;
	padding: 10px 0;
	vertical-align: top;
	border-width: 0;
	font-family: "Microsoft Yahei";
}
.netSearch .nBtn {
	overflow: hidden;
	float: left;
	width: 117px;
}
.netSearch .nBtn a {
	display: block;
	width: 100%;
	height: 43px;
	line-height: 43px;
	background-color: #c70025;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.map-mm-box {
	background-color: #fafafa;
}
.map-mm-box ._mm_left {
	width: 25.3%;
	padding-right: 0.5%;
}
.map-mm-box .mpa-mm-list {
	padding: 10px 15px 10px 10px;
	height: 576px;
	overflow: hidden;
	position: relative;
}
.map-mm-box .mpa-mm-list li {
	font-size: 16px;
	height: 68px;
	line-height: 68px;
	padding-left: 10%;
	cursor: pointer;
}
.map-mm-box .mpa-mm-list li:nth-child(odd) {
	background-color: #fff;
}
.map-mm-box .mpa-mm-list li:hover {
	background-color: #e5e5e5;
}
.map-mm-box ._mm_right {
	width: 74%;
}
.map-mm-box ._mm_right .map-mm-map {
	height: 596px;
	width: 100%;
}
.map-mm-box ._mm_right .map-mm-map img {
	max-width: none;
}
.map-mm-box ._mm_right .map-mm-map .BMap_bubble_content .title {
	font-size: 21px;
	font-weight: normal;
	color: #2f2f2f;
}
.map-mm-box ._mm_right .map-mm-map .BMap_bubble_content p {
	font-size: 15px;
	color: #8f8f8f;
}
.scrollbar-ui .scroll_slider {
	background: #ccc!important;
}
.nselect .c_select {
	display: block;
	width: 100%;
	background-color: #dedede;
	height: 40px;
	line-height: 40px;
	border-radius: 0!important;
}
.nselect .c_select ._txt {
	padding-right: 36px;
	padding-left: 20px;
}
.nselect .c_select ._arrow {
	width: 37px;
	background-color: #989898;
}
.nselect .c_select ._arrow .arr {
	width: 0;
	height: 0;
	border-left: 5px transparent solid;
	border-right: 5px transparent solid;
	border-top: 6px #fff solid;
	left: 50%;
	top: 50%;
	margin-left: -5px;
	margin-top: -3px;
}
.nselect .c_select.on ._arrow i {
	border-top: 0;
	border-bottom: 6px #fff solid;
}
.select-ui-options-ncb {
	background-color: #fff;
	overflow-y: auto;
	max-height: 11em;
	border-width: 0;
	border-style: solid;
	border-top: 0;
	box-sizing: border-box;
	overflow-x: hidden
}
.select-ui-options li {
	padding: 6px;
	line-height: 1.8em;
	width: 94.5%;
}
.select-ui-options li:hover {
	background: #989898;
	color: #fff;
}
.select-ui-options-ncb ._disabled {
	display: none;
}/*视频列表*/
.videolist .cover ._big {
	margin-left: -30px;
}
.videolist .cover ._big i {
	width: 60px;
	height: 60px;
	display: block;
	background: url(play.png) no-repeat;
}
.box_wrap_out .box_wrap_in .bg-primary {
	background-color: #016db8;
}/*故障报修*/
.ctel {
	font-size: 24px;
	margin-bottom: 30px;
}
.ctel b {
	font-family: Impact;
	color: #005bac;
}
.widget-form-1 ._act {
	margin-top: 30px;
}
.widget-form-1 .form-control {
	border-radius: 0px;
	border-color: #ddd
}
.widget-form-1 .btn-primary {
	background: #0167ad;
	border-color: #0167ad;
}
.widget-form-1 .btn-default {
	background: #909090;
	border-color: #adadad;
	color: #fff;
}
.widget-form-1 textarea.form-control {
	height: 274px;
}
.widget-form-1 input._yzm {
	width: 20%;
	display: inline-block;
}
.widget-form-1 #changeImage {
	vertical-align: middle;
	margin-left: 10px;
	height: 34px;
}
.widget-form-1 .btn-block {
	border: 0;
}
.widget-form-1 .form-group .span-9 {
	position: relative;
}
.widget-form-1 .form-group .Validform_wrong {
	position: absolute;
	right: 0;
	top: 6px;
}/*产品询价*/
.formBox {
	border: #ccc 1px solid;
	position: relative;
	min-height: 27px;
	line-height: 22px;
	margin-right: 15px;
	margin-bottom: 20px;
	padding: 8px 10px 8px 60px;
}
.formBox .label {
	position: absolute;
	left: 15px;
	top: 12px;
	white-space: nowrap;
	text-align: left;
	white-space: nowrap;
	line-height: 1;
	padding-right: 6px;
	height: 14px;
	line-height: 14px;
	top: 16px;
}
.formBox font.imp {
	width: 15px;
	position: absolute;
	right: -15px;
	top: 10px;
	text-align: center;
	font-size: 14px;
	color: red;
}
.formBox ._inp {
	width: 100%;
	padding: 5px 0;
	border-width: 0;
}
.radioBox, .selectBox {
	text-align: right;
}
.formBox ._radio {
	display: inline-block;
	white-space: nowrap;
	margin-left: 10px;
	margin-top: 3px;
	cursor: pointer;
}
.formBox ._radio input {
	vertical-align: -2px;
}
.formBox .label {
	width: 54px;
	padding-right: 5px;
}
.formBox {
	border-color: #e5e5e5;
	padding-left: 90px;
}
.formBox ._inp {
	background-color: transparent;
}
.formBox ._sele {
	width: auto;
	height: 27px;
	line-height: 27px;
	background-color: transparent;
	border-width: 0;
}
.formBox02 {
	text-align: left;
}
.formBox02 .label {
	top: 17px;
	margin-top: 0;
}
.formBox02 .hezuosheInput {
	padding: 10px 0;
}
.formBox02 ._radio {
	margin-left: 0;
	margin-right: 10px;
}
.formBox02 .hezuosheInput .label {
	top: 54px;
}
.formBox02 .hezuosheInput input {
	border: 1px #ccc solid;
	height: 36px;
	line-height: 36px;
	margin-left: 10px;
	width: 24%;
	padding-left: 10px;
}
.select-ui-options-default {
	overflow-x: hidden!important;
}
.selectBox .select-ui-choose-default ._txt {
	position: relative;
}
.selectBox .select-ui-choose-default ._txt:after, .selectBox .select-ui-choose-default ._txt:before {
	content: '--';
	padding: 0 5px;
}
.min-height {
	height: 10px !important;
}/*2016-09-12*/
.form-m1 .form-m1-btn ._submit {
	background: #016db8!important;
}
.form-m1 .form-m1-btn button {
	height: 32px!important;
	line-height: 32px!important;
}/*简历投递 2016-09-12*/
.Form-J1 {
	padding-bottom: 40px;
	margin-top: 50px;
}
.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: 90px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	border: none;
}
.Form-J1 .Form-J1-Btn ._submit {
	background: #0171c5;
	margin-right: 10px;
	color: #fff;
}
.Form-J1 .Form-J1-Btn ._reset {
	background: #909090;
}/*2016-09-13*/
.other_menu {
	font-size: 0;
	text-align: center;
	margin-bottom: 25px;
}
.other_menu a {
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 0 10px;
}
.other_menu a i.ico {
	margin-top: -2px;
	margin-right: 6px;
}
.other_menu a.cur i.ico {
	background-position: 0 -20px;
}
.gotop {
	display: block;
	width: 57px;
	height: 56px;
	background: url(top.gif) no-repeat;
	position: fixed;
	right: 0;
	bottom: 10px;
}
.gotop:hover {
	background-position: right 0;
}
.form-m1 .form-m1-li {
	position: relative;
}
.form-m1 .form-m1-li .Validform_wrong {
	position: absolute;
	right: 0;
	top: 11px;
	background: #fff;
	height: 32px;
	line-height: 32px;
}/*招聘弹窗*//* job-4 start*/
.widget-job-4 ._jcon {
	margin-bottom: 20px;
}
.widget-job-4 ._title {
	font-size: 18px;
	color: #333333;
}
.widget-job-4 ._part {
	padding: 10px;
	border-bottom: 1px solid #cccccc;
	line-height: 26px;
}
.widget-job-4 ._detailBtn {
	padding: 10px 0;
}
.widget-job-4 ._btn {
	display: inline-block;
	padding: 0 30px;
	border-radius: 3px;
	color: #ffffff;
	background: #cccccc;
	cursor: pointer;
	line-height: 26px;
	margin-right: 10px;
}
.widget-job-4 ._btn1 {
	background: #016db8;
}
.widget-job-4 ._btn1:hover {
	background: #016db8;
}
.playTime {
	width: 1000px;
	background-color: #fff;
}
.playTime .play_area {
	padding: 4%;
}
.playTime ._clo {
	position: absolute;
	top: 0;
	right: 0;
	color: #016db8;
	font-size: 30px;
	cursor: pointer;
}
.playTime .widget-job-4 {
	height: 400px;
	overflow-y: scroll;
	margin: 20px 0;
}
.album_ordinary .slide_c img {
	max-height: 80%!important;
	max-width: 100%!important;
}
.album_ordinary .slide_c p {
	bottom: 10%!important;
}
/**20161122-news   **/
/* newslist-7 start*/
.widget-newslist-7 {
	margin-bottom: 20px;
}
.widget-newslist-7 li {
	clear: both;
	overflow: hidden;
	padding: 6px 10px;
	height: 40px;
	line-height: 40px;
	position: relative;
}
.widget-newslist-7 ._time {
	width: 12%;
	min-width: 100px;
	float: left;
	font-family: Verdana;
	font-size: 14px;
}
.widget-newslist-7 ._title {
	width: 83%;
	font-weight: normal;
	font-size: 16px;
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.widget-newslist-7 ._download {
	width: 60px;
	height: 40px;
	position: absolute;
	right: 5%;
	top: 6px;
	overflow: hidden;
}
.widget-newslist-7 ._download img {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.widget-newslist-7 ._download img._hover {
	display: none;
}
.widget-newslist-7 li:nth-child(odd), .widget-newslist-7 li.odd {
	background-color: #f7f7f7;
}
.widget-newslist-7 li:hover a, .widget-newslist-7 li:hover ._title, .widget-newslist-7 li:hover ._time {
	color: #016db8;
}
.widget-newslist-7 li:hover ._download img {
	display: none;
}
.widget-newslist-7 li:hover ._download img._hover {
	display: block;
}
 @media only screen and (max-width:480px) {
.widget-newslist-7 ._time {
	width: auto;
	min-width: 0;
	margin-right: 10px;
}
.widget-newslist-7 ._title {
	width: 65%;
}
}
/*登录注册页面*/
.land_page .img_box {
	width: 46%;
	text-align: left;
}
.land_page .form_box {
	width: 46%;
	padding-left: 8%;
	font-size: 15px;
	color: #555;
	line-height: 30px;
}
.land_page .form_box input {
	border: 1px solid #ccc;
	width: 98%;
	height: 30px;
	line-height: 30px;
	padding: 0;
	padding: 0 1%;
}
.land_page .form_box .inp_box {
	margin-bottom: 20px;
}
.land_page .form_box .inp_box .title {
	display: block;
	width: 70px;
}
.land_page .form_box .inp_box .inp {
	width: 68%;
}
.land_page .form_box i {
	color: #cc030b;
	display: block;
	width: 10px;
	margin-left: 6px;
}
.land_page .form_box .yzm_box .inp {
	width: 20%;
	margin-right: 3%;
}
.land_page .form_box .yzm_box span {
	display: inline-block;
*display:inline;
*zoom:1;
	width: 20%;
	height: 32px;
}
.land_page .form_box .yzm_box span img {
	height: 100%;
	width: 100%;
}
.land_page .form_box .button_box {
	font-size: 14px;
	color: #555;
	line-height: 35px;
	padding-left: 70px;
	padding-top: 14px;
}
.land_page .form_box .button_box button {
	width: 26%;
	color: #fff;
	background: #2963a3;
	border-radius: 5px;
	height: 35px;
	text-align: center;
	font-size: 16px;
}
.register_page .form_box .inp_box .title {
	display: block;
	width: 80px;
}
.register_page .form_box .button_box {
	padding-left: 80px;
}
.password_page .form_box .inp_box .inp {
	width: 54%;
}
.password_page .form_box .yzm_box .inp {
	width: 20%;
}
.password_page .get_yzm {
	font-size: 14px;
	color: #fff;
	background: #2963a3;
	padding: 0% 2%;
	border-radius: 5px;
	margin: 2px 0 0 10px;
}
.password_page .form_box .inp_box .title {
	display: block;
	width: 100px;
}
.password_page .form_box .button_box {
	padding-left: 100px;
}
.btn-block {
	display: block;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}
.btn-lg {
	font-size: 18px;
	height: 46px;
	line-height: 46px;
	padding: 0 16px;
}
.btn {
	font-size: inherit;
	font-weight: normal;
	line-height: 24px;
	display: inline-block;
	margin-bottom: 0;
	padding: 4px 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	border: 1px solid transparent;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}
.nav .nav_li .setNav .new_set1 {
	width: 14%;
}
/*工具*/
.fix {
*zoom: 1;
*clear: both;
}
.fix:before, .fix:after {
	display: table;
	clear: both;
	content: '';
}
.lll {
	float: left;
}
.rrr {
	float: right;
}
/* 等比填充 */
*[class*="rect-"] {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
}
*[class*="rect-"] ._full {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
*height: auto;
}
.rect-50 {
	padding-bottom: 50%;
}
.rect-5625 {
	padding-bottom: 56.25%;
}
.rect-60 {
	padding-bottom: 60%;
}
.rect-618 {
	padding-bottom: 61.8%;
}
.rect-70 {
	padding-bottom: 70%;
}
.rect-75 {
	padding-bottom: 75%;
}
.rect-80 {
	padding-bottom: 80%;
}
.rect-90 {
	padding-bottom: 90%;
}
.rect-100 {
	padding-bottom: 100%;
}
 * name:Global && Pc StyleSheet * version:v3.4.1 * update:挂件分页样式 * date:2016-06-14 */ .row {
width:102%;
transition:.2s width ease;
*zoom:1
}
.row:before, .row:after {
	display: table;
	clear: both;
	content: ''
}
.row>[class*="span-"] {
float:left;
margin-right:2%;
*margin-right:1.89%
}
.row>.span-4 {
	width: 31.33333333%
}
.row>.center {
	position: relative;
	left: -1%;
	display: block;
	float: none;
	clear: both;
	margin-right: auto;
	margin-left: auto
}
/* 常量设置 */
.wrap {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.foothee{border-bottom: 1px solid #979494;padding-bottom: 20px;}
/*对ie8设置最小宽度，防止页面错乱*/
/*for ie8*/
body {
	min-width: 1240px\9;
	overflow-x: auto;
}
/*for ie9+*/

body {
	font-size: 14px;
	line-height: 1.6;
	color: #555;
	background: #fff;
}
a {
	color: inherit;
}
a:hover {
	color: #a80d0f;
}
::-moz-selection {
color:#fff;
background:#a80d0f;
}
::selection {
	color: #fff;
	background: #a80d0f;
}
::-webkit-input-placeholder {
color:#aaa;
}
.placeholder {
	color: #aaa;
}
/*css组件设置*/

.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);
}
.icon {
	display: inline-block;
*display:inline;
*zoom:1;
	vertical-align: middle;
}
.text.wrap {
	position: relative;
	z-index: 1;
	height: 230px;
}
/*了解详情*/
.common_more {
	width: 145px;
	height: 39px;
	border: 1px solid #a8a8a8;
	display: block;
	margin: 0 auto;
	line-height: 39px;
	text-align: initial;
	padding-left: 25px;
	position: relative;
	font-size: 14px;
	color: #fff;
	z-index: 1
}
.common_more:before {
	content: '';
	width: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 39px;
	background: #a80d0f;
	transition: all 0.3s ease;
	z-index: -1
}
.common_more:hover {
	color: #fff;
	border-color: #a80d0f;
}
.common_more:hover:before {
	width: 100%;
	transition: all 0.3s ease;
}
.index .pt1 {
	padding: 50px 0 70px;
	overflow: hidden;
}
.index .pt1 .video1 {
	float: left;
}
.index .pt1 .list_box {
	float: right;
	width: 49%;
}
.index .pt1 .list_box .time_box {
	width: 15%;
	text-align: center;
}
.index .pt1 .list_box .l {
	float: left;
}
.index .pt1 .list_box .pd {
	border-right: 1px solid #e3e3e3;
	float: left;
	width: 110px;
	margin-bottom: 24px;
}
.index .pt1 .list_box .day {
	font-size: 36px;
	color: #1160ae;
	line-height: 1;
	margin-bottom: 8px;
	font-family: Arial;
}
.index .pt1 .list_box .date {
	font-size: 16px;
	color: #1160ae;
	font-family: Arial;
}
.index .pt1 .list_box .news {
	width: 78%;
}
.index .pt1 .list_box .rrr {
	float: right
}
.index .pt1 .list_box .news .n_tit {
	font-size: 17px;
	color: #252525;
	line-height: 1;
	margin-bottom: 10px;
	margin-top: 10px;
}
.index .pt1 .list_box .news .el {
	width: 440px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index .pt1 .list_box .news .n_desc {
	font-size: 14px;
	color: #878787;
	line-height: 1;
}
.index .pt1 .title {
	font-size: 34px;
	color: rgb(1, 102, 172);
	text-align: center;
	line-height: 1;
	margin-bottom: 20px;
}
.index .pt1 .info {
	font-size: 15px;
	color: #5a5a5a;
	margin-bottom: 40px;
	text-align: center;
}
.index .pt1 .con_box .l_box {
	width: 40%;
}
.index .pt1 .con_box .l_box .pd {
	padding: 60px;
	position: relative;
}
.index .pt1 .con_box .l_box .pd .t {
	font-size: 30px;
	color: #a80d0f;
	line-height: 1;
	margin-bottom: 25px;
}
.index .pt1 .con_box .l_box .pd .d {
	font-size: 14px;
	color: #fff;
	margin-bottom: 30px;
}
.index .pt1 .con_box .l_box .pd .common_more {
	margin: 0;
}
.index .pt1 .con_box .r_box {
	width: 60%;
}
.index .pt1 .con_box .r_box .number_box {
	padding: 55px 0;
	background: #f3f3f3;
	text-align: center;
}
.index .pt1 .con_box .r_box .number_box .number {
	font-size: 68px;
	color: #a80d0f;
}
.index .pt1 .con_box .r_box .number_box .text {
	font-size: 14px;
	margin-left: 10px;
	color: #a80d0f;
}
.index .pt1 .con_box .r_box .number_box .info_box {
	font-size: 14px;
	color: #666;
}
.index .pt1 .con_box .r_box .btm_box .box_l {
	width: 45%;
}
.index .pt1 .con_box .r_box .btm_box .box_r {
	width: 55%;
}
.index .pt1 .con_box .r_box .btm_box .box_l .pd {
	display: block;
	height: 0;
	padding-bottom: 74%;
	position: relative;
}
.index .pt1 .con_box .r_box .btm_box .box_l .mask {
	background: url(../img/red_90.png) repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.index .pt1 .con_box .r_box .btm_box .pd>img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.index .pt1 .con_box .r_box .btm_box .box_r .pd {
	display: block;
	height: 0;
	padding-bottom: 60.5%;
	position: relative;
}
.index .pt1 .con_box .r_box .btm_box .text {
	position: relative;
	z-index: 1;
}
.index .pt1 .con_box .r_box .btm_box .box_l .text .icon {
	width: 80px;
	height: 60px;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.index .pt1 .con_box .r_box .btm_box .text .name {
	font-size: 24px;
	color: #000;
}
.index .pt1 .con_box .r_box .btm_box .box_l .text {
	text-align: center;
	margin-top: 79px;
}
.index .pt1 .con_box .r_box .btm_box .box_r .text {
	padding: 80px 45px 0 70px;
	color: #fff;
}
.index .pt1 .con_box .r_box .btm_box .box_r .text .d {
	font-size: 14px;
	line-height: 25px;
}
.bttop .pt4 {
	background: url(../img/bttom.jpg) no-repeat center;
	padding: 58px 0 50px;
}
.bttop .pt4 .wrap {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.bttop .pt4 .wrap .row {
	width: 102%;
	transition: .2s width ease;
}
.bttop .pt4 .img_box {
	width: 50px;
	height: 50px;
	margin-bottom: 20px;
}
.bttop .pt4 .title {
	font-size: 18px;
	color: #fff;
}
.bttop .pt4 .info {
	font-size: 14px;
	color: #fff;
}
.bttop .pt4 li:hover .img_box {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}
.bttop .pt4 li:hover .trs {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
footer .d1 .child_d0:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background: url(../img/ico-30.png) 0 0 no-repeat;
}
footer .d1 .child_d1:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background: url(../img/ico-30.png) -30px 0 no-repeat;
}
footer .d1 .child_d2:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background: url(../img/ico-30.png) -61px 0 no-repeat;
}
footer {
	background: #393939;
	padding-top: 50px;
	
	width: 100%;
}
footer dl {
	width: 12.5%;
	float: left;
}
footer .d1 {
	width: 27%;
	margin-right: 8%;
}
footer .d2 {
	width: 12.5%;
}
footer dl.d5 {
	float: right;
}
footer .d3 {
	width: 12.5%;
}
footer dt {
	color: #fff;
	font-size: 18px;
	margin-bottom: 30px;
}
footer .d1 dt {
	font-size: 26px;
	line-height: 1;
}
footer dt a {
	color: #fff;
}
footer dd {
	color: #a9a9a9;
	overflow: hidden;
	margin-bottom: 10px;
}
footer .d1 dd {
	line-height: 30px;
	padding-left: 40px;
	position: relative;
}
footer dl.d5 {
	float: right;
}
.fbottom {
	background: #1d1d1d;
	font-size: 14px;
	color: #9d9d9d;
	padding: 24px 0;
}
.fbottom .site_name {
	margin-right: 15px;
}
.fbottom .beian {
	margin-right: 20px;
}
.fbottom .shu {
	margin: 0 5px;
}
.righ_bar li {
	width: 62px;
	height: 50px;
	z-index: 20;
}
.righ_bar {
	display: none;
	position: fixed;
	bottom: 71px;
	right: 0;
	width: 50px;
	height: 50px;
	z-index: 10;
}
.righ_bar li.rtbar_li4 {
	position: absolute;
	left: 0;
}
.righ_bar li a {
	display: block;
	font-family: "Microsoft Yahei";
	color: #FFF;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	background-color: #39424b;
	opacity: 0.8;
}
.righ_bar li a img {
	display: block;
	float: left;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin: 12px 12px 14px 14px;
}
.rtbar_shwx {
	display: none;
	position: absolute;
	top: -176px;
	left: -188px;
	padding-bottom: 9px;
}
.rtbar_shwx img {
	padding: 14px;
	background-color: #FFF;
	width: 160px;
	height: 160px;
}
.row>.vvddoo {
    width: 79.333333%;
}
.menu6{background: #1f53b9;
    
    opacity: 0.8;
    filter: alpha(opacity=80);}











.dsj{margin-top: 30px}
.dsj .list {
    background: url(../img/dsj_bg1.gif) repeat-y #FFF;
    padding: 30px 0 60px 0;
}
.dsj .list_li {
    width: 100%;
    overflow: hidden;
    clear: both;
    padding-top: 16px;
	margin-bottom: 31px;
}
.dsj .nian {
   float: left;
    font-size: 24px;
    color: #c70012;
    background: url(../img/dsj_bg2.gif) no-repeat 112px 4px;
    line-height: 20px;
    padding-left: 49px;
    width: 123px;
}
.dsj .yue {
    float: left;
    width: 85%;
    line-height: 18px;
    color: #666666;
    font-size: 13px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 4px;
}
.dsj .yue li {
    padding-bottom: 7px;
    width: 100%;
	font-size: 16px;
}
.dsj .yue span {
    float: left;
	    line-height: 2em;
}
.dsj .yue p {
    margin-left: 48px;line-height: 2em;
}
.full-row>.wuyu {
   width: 32%;
    margin-right: 16px;
    margin-bottom: 16px;
}








.i_part1_bd {
    border: 1px solid #d7dadd;
   
}

.full-row>.span-3 {
    width: 25%;
}
.full-row>[class*='span'] {
    float: left;
}
.i_part1_bd .part1_font_box {
    color: #fff;
    padding: 42px 22px 66px;
    background-color: #005bac;
    background-image: url(all/i_part1_bj.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.i_part1_bd .part1_font_box ._font_box_title {
    margin-bottom: 22px;
}

.i_part1_bd .i_part1_bd_title {
    font-size: 22px;
    font-weight: bold;
}
.i_part1_bd .part1_font_box ._font_box_title a {
    color: #fff;
}
.i_part1_bd .part1_font_box ._font_box_text {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.i_part1_bd .part1_cygs_box {
    background-color: #ebebeb;
    padding: 0 22px;
    min-height: 227px;
}
.i_part1_bd .part1_cygs_box ._cygs_box_title {
    color: #000;
    margin-bottom: 22px;
    padding-top: 42px;
}

.i_part1_bd .i_part1_bd_title {
    font-size: 22px;
    font-weight: bold;
}
.i_part1_bd .part1_cygs_box ._cygs_box_title a {
    color: #000;
}
.i_part1_bd .part1_cygs_box ._cygs_box_list li:first-child {
    margin: 0;
}
.i_part1_bd .part1_cygs_box ._cygs_box_list li {
    font-size: 15px;
    color: #202020;
    margin-top: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.full-row>.span-3 {
    width: 25%;
}
.i_part1_bd .part1_r ._r_img_box {
    position: relative;
	height: 205px;
}
.imgZoom {
    overflow: hidden;
}
.rect-75 {
    padding-bottom: 75%;
}
*[class*="rect-"] {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
}
.i_part1_bd .part1_r ._r_img_box .title_box {
    position: absolute;
    width: 100%;
    height: 60px;
    background: url(../img/black.6.png);
    line-height: 60px;
    bottom: 0;
    left: 0;
    color: #fff;
    text-indent: 20px;
}
.i_part1_bd .i_part1_bd_title {
    font-size: 22px;
    font-weight: bold;
}
.i_part1_bd .part1_r ._r_img_box .title_box a {
    color: #fff;
}
.i_part1_bd .part1_r .part1_font_box {
    padding-bottom: 46px;
}
.i_part1_bd .part1_font_box {
    color: #fff;
    padding: 42px 22px 24px;
    background-color: #005bac;
    background-image: url(../img/i_part1_bj.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
.i_part1_bd .part1_font_box ._font_box_title {
    margin-bottom: 22px;
}
.i_part1_bd .i_part1_bd_title {
    font-size: 22px;
    font-weight: bold;
}
.i_part1_bd .part1_font_box ._font_box_text {
    font-size: 15px;
    line-height: 20px;
    height: 82px;
    overflow: hidden;
}



	.main_img {
  width: 600px;
  height: 432px;
  position: relative;
  overflow: hidden;
}
		.img-wrapper {
  width: 8800px;
  height: 580px;
}
.img-wrapper img {
  float: left;
  width: 600px;
  height: 432px;
}
.arrow {
  width: 30px;
  height: 60px;
  line-height: 60px;
  background-color: #000;
  opacity: 0.4;
  text-align: center;
  color: #fff;
  border-radius: 10%;
  cursor: pointer;
}
.arrow-left {
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -15px;
}
 .arrow-right {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -20px;
}
.circles {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 55px;
	line-height: 55px;
	padding-right: 47px;
	background: url(../img/black.6.png);
	
  text-align: right;
}
.circles-item {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 10px;
  border-radius: 100%;
  background-color: #fff;
  cursor: pointer;
}
.circles-item.active {
  background-color: #fe0000;
}




.footer {
    background: url(../img/footer_bj.jpg) no-repeat;
    padding: 45px 0;
    border-bottom: 1px solid #4a4441;
}

.qing {
    overflow: hidden;
    display: block;
    clear: both;
}
.center {
    width: 1200px;
    overflow: hidden;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.fo_info {
    border-left: 1px solid #4786c1;
    padding-left: 28px;
}

.lf {
    overflow: hidden;
    display: block;
    float: left;
}
.fo_bt {
   
    font-size: 16px;
    color: #FFF;
    line-height: 30px;
    background: url(../images/fo_add.png) left center no-repeat;
}

.qing {
    overflow: hidden;
    display: block;
    clear: both;
}
.fo_info ul {
    padding-top: 7px;
}
.fo_info ul li {
    overflow: hidden;
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}
.fo_con {
    width: 477px;
    border-left: 1px solid #4786c1;
    padding-left: 76px;
    padding-top: 12px;
}
.rf {
    overflow: hidden;
    display: block;
    float: right;
}
.fo_ma {
    width: 107px;
    height: 142px;
    
}
.fo_lian {
    width: 250px;
    padding-left: 30px;
   
}
.rf {
    overflow: hidden;
    display: block;
    float: right;
}
.fo_tel {
    padding-bottom: 24px;
    
}
.fo_hua {
    padding-left: 12px;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
	    padding-top: 6px;
}
.fo_hua span {
    overflow: hidden;
    display: block;
    font-size: 24px;
    color: #FFF;
    line-height: 26px;
}
.rf .fo_ma ul li{font-size: 14px;color: #fff;line-height: 30px}
.i_part1_bd .part1_font_box .ffjj p{font-size: 15px;line-height: 26px;}
.i_part1_bd .part1_font_box .ffjj ul li{font-size: 15px;    line-height: 26px;}

.cen-box2 {
    background: url(../img/c_bg2.jpg) center top no-repeat;
    padding: 48px 0 69px;
}

.channelIn {
    font-size: 34px;
    font-weight: normal;
}
.tc {
    text-align: center;
}
.cen-box2 .channelIn, .cen-box2 .channelP {
    color: #fff;
}
.channelP {
    margin: 15px 0 50px;
}
.full-row {
    width: 100%;
    transition: .2s width ease;
}
.oh {
    overflow: hidden;
}
.full-row>.span-6 {
    width: 50%;
}
.full-row>[class*='span'] {
    float: left;
}
.cen-yanf li {
    background-color: #fff;
}
.cen-yanf li .img {
    height: 236px;
    display: block;
}
.cen-yanf li .box {
    text-align: center;
    height: 236px;
    color: #777;
    position: relative;
    z-index: 2;
}
.cen-yanf li .box .info {
        padding: 60px 25px 0 40px;
}
.cen-yanf li .tit {
   font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.cen-yanf li .p {
    font-size: 14px;
}
.m_detail {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    border: 1px #a6a6a6 solid;
    width: 126px;
    height: 40px;
    line-height: 40px;
    z-index: 1;
    overflow: hidden;
    position: relative;
    color: #878787;
}
.cen-yanf li .info .m_detail {
    margin-top: 20px;
}






































.sec1 {
    padding: 60px 0;
    background: url(../img/bglogo.jpg) no-repeat right 60px;
}
.sec1_left {
    width: 43.5%;
    position: relative;
    cursor: pointer;
	
}
.sec1_right {
    width: 50%;
    float: right;
}
.sec1_right .sec_tit {
    font-size: 50px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'impact';
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sec1_right .sec_tit i {
    width: 75px;
    height: 2px;
    background: #000;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}
.sec1_right h4 {
    font-size: 34px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 30px;
	color: rgb(1, 102, 172);
}
._txt p{font-size: 16px;line-height: 32px}
.sec1_right ._txt {
    margin-bottom: 20px;
    line-height: 24px;
}
.sec1_right .more {
    margin-bottom: 12px;
	margin-left: 405px;
}

.more {
    display: inline-block;
    width: 188px;
    font-size: 14px;
    text-align: center;
}
.more a {
    display: block;
    width: 100%;
    height: 50px;
}
.roll_box {
    -webkit-perspective: 500px;
    perspective: 500px;
    position: relative;
}
.more .face2 {
    background: #004488;
    border: 2px solid #004488;
    color: #fff;
    line-height: 46px;
    font-size: 0;
    text-align: center;
    height: 46px;
    transform-origin: 50% 50% -25px;
    -webkit-transform-origin: 50% 50% -25px;
}
.roll2 {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: .2s ease;
    transition: .2s ease;
    -webkit-transform-origin: 50% 50% -22px;
    -ms-transform-origin: 50% 50% -22px;
    transform-origin: 50% 50% -22px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    display: none\9;
}
.more .face2 .t {
    display: inline-block;
    line-height: 46px;
    font-size: 14px;
    vertical-align: top;
}
.more .face2 .sj {
    display: inline-block;
    width: 17px;
    height: 46px;
    background: url(../img/sj_white.png) center center no-repeat;
    margin-left: 30px;
}
.more .face1 {
    border: 2px solid #ebeae9;
    line-height: 46px;
    font-size: 0;
    color: #333;
    text-align: center;
    height: 46px;
}
.roll1 {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transition: .2s ease;
    transition: .2s ease;
    -webkit-transform-origin: 50% 50% -25px;
    -ms-transform-origin: 50% 50% -25px;
    transform-origin: 50% 50% -25px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    opacity: 1;
}
.more .face1 .t {
    display: inline-block;
    line-height: 45px;
    font-size: 14px;
    vertical-align: top;
    opacity: 0.6;
}
.sec1_data_list li {
    float: left;
    width: 26.3%;
   padding-right: 2%;
    padding-left: 1%;
    margin-right: 7%;
    border-right: 1px solid #ddd;
}
.sec1_data_list li strong {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.3;
    font-family: 'impact';
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#3877c2), to(#394b7b));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fotr{font-size: 16px;
    color: #fff;    margin-bottom: 14px;}
