.clearfix:before,
.clearfix:after {
	display: table;
	clear: both;
	content: ''
}
.row {
	width: 101%;
	transition: .2s width ease;
	*zoom: 1
}

.row:before,
.row:after {
	display: table;
	clear: both;
	content: ''
}

.row>[class*="span-"] {
	float: left;
	margin-right: 1%;
	*margin-right: .89%
}

.row>.span-1 {
	width: 7.33333333%
}

.row>.span-2 {
	width: 15.66666667%
}

.row>.span-3 {
	width: 24%
}

/*.row>.span-4 {
	width: 32.33333333%
}*/
.row>.span-4 {
	width: 23.33333333%
}
.row>.span-5 {
	width: 40.66666667%
}

.row>.span-6 {
	width: 49%
}

.row>.span-7 {
	width: 57.33333333%
}

.row>.span-8 {
	width: 65.66666667%
}

.row>.span-9 {
	width: 74%
}

.row>.span-10 {
	width: 82.33333333%
}

.row>.span-11 {
	width: 90.66666667%
}

.row>.span-12 {
	width: 99%
}

.full-row {
	width: 100%;
	transition: .2s width ease;
	*zoom: 1
}

.full-row:before,
.full-row:after {
	display: table;
	clear: both;
	content: ''
}

.full-row>[class*='span'] {
	float: left
}

.full-row>.span-1 {
	width: 8.33333333%;
	*width: 8.22333333%
}

.full-row>.span-2 {
	width: 16.66666667%;
	*width: 16.55666667%
}

.full-row>.span-3 {
	width: 25%;
	*width: 24.89%
}

.full-row>.span-4 {
	width: 33.33333333%;
	*width: 33.22333333%
}

.full-row>.span-5 {
	width: 41.66666667%;
	*width: 41.55666667%
}

.full-row>.span-6 {
	width: 50%;
	*width: 49.89%
}

.full-row>.span-7 {
	width: 58.33333333%;
	*width: 58.22333333%
}

.full-row>.span-8 {
	width: 66.66666667%;
	*width: 66.55666667%
}

.full-row>.span-9 {
	width: 75%;
	*width: 74.89%
}

.full-row>.span-10 {
	width: 83.33333333%;
	*width: 83.22333333%
}

.full-row>.span-11 {
	width: 91.66666667%;
	*width: 91.55666667%
}

.full-row>.span-12 {
	width: 100%;
	*width: 99.89%
}

.row>.pull-right,
.full-row>.pull-right {
	float: right
}

.row>.center {
	position: relative;
	left: -0.5%;
	display: block;
	float: none;
	clear: both;
	margin-right: auto;
	margin-left: auto
}

.full-row>.center {
	display: block;
	float: none;
	clear: both;
	margin-right: auto;
	margin-left: auto
}

.pull-left-1 {
	position: relative;
	left: -8.33333333%
}

.pull-left-2 {
	position: relative;
	left: -16.66666667%
}

.pull-left-3 {
	position: relative;
	left: -25%
}

.pull-left-4 {
	position: relative;
	left: -33.33333333%
}

.pull-left-5 {
	position: relative;
	left: -41.66666667%
}

.pull-left-6 {
	position: relative;
	left: -50%
}

.pull-left-7 {
	position: relative;
	left: -58.33333333%
}

.pull-left-8 {
	position: relative;
	left: -66.66666667%
}

.pull-left-9 {
	position: relative;
	left: -75%
}

.pull-left-10 {
	position: relative;
	left: -83.33333333%
}

.pull-left-11 {
	position: relative;
	left: -91.66666667%
}

.pull-left-12 {
	position: relative;
	left: -100%
}

.pull-right-1 {
	position: relative;
	left: 8.33333333%
}

.pull-right-2 {
	position: relative;
	left: 16.66666667%
}

.pull-right-3 {
	position: relative;
	left: 25%
}

.pull-right-4 {
	position: relative;
	left: 33.33333333%
}

.pull-right-5 {
	position: relative;
	left: 41.66666667%
}

.pull-right-6 {
	position: relative;
	left: 50%
}

.pull-right-7 {
	position: relative;
	left: 58.33333333%
}

.pull-right-8 {
	position: relative;
	left: 66.66666667%
}

.pull-right-9 {
	position: relative;
	left: 75%
}

.pull-right-10 {
	position: relative;
	left: 83.33333333%
}

.pull-right-11 {
	position: relative;
	left: 91.66666667%
}

.pull-right-12 {
	position: relative;
	left: 100%
}

@media only screen and (max-width:1240px) {
	.row>.midd-1 {
		width: 7.33333333%
	}
	.row>.midd-2 {
		width: 15.66666667%
	}
	.row>.midd-3 {
		width: 24%
	}
	.row>.midd-4 {
		width: 32.33333333%
	}
	.row>.midd-5 {
		width: 40.66666667%
	}
	.row>.midd-6 {
		width: 49%
	}
	.row>.midd-7 {
		width: 57.33333333%
	}
	.row>.midd-8 {
		width: 65.66666667%
	}
	.row>.midd-9 {
		width: 74%
	}
	.row>.midd-10 {
		width: 82.33333333%
	}
	.row>.midd-11 {
		width: 90.66666667%
	}
	.row>.midd-12 {
		width: 99%
	}
	.midd-hide {
		display: none
	}
	.midd-center {
		position: relative;
		left: -0.5%;
		display: block;
		float: none;
		clear: both;
		margin-right: auto;
		margin-left: auto
	}
	.full-row>.midd-1 {
		width: 8.33333333%
	}
	.full-row>.midd-2 {
		width: 16.66666667%
	}
	.full-row>.midd-3 {
		width: 25%
	}
	.full-row>.midd-4 {
		width: 33.33333333%
	}
	.full-row>.midd-5 {
		width: 41.66666667%
	}
	.full-row>.midd-6 {
		width: 50%
	}
	.full-row>.midd-7 {
		width: 58.33333333%
	}
	.full-row>.midd-8 {
		width: 66.66666667%
	}
	.full-row>.midd-9 {
		width: 75%
	}
	.full-row>.midd-10 {
		width: 83.33333333%
	}
	.full-row>.midd-11 {
		width: 91.66666667%
	}
	.full-row>.midd-12 {
		width: 100%
	}
}

@media only screen and (max-width:992px) {
	.row>.smidd-1 {
		width: 7.33333333%
	}
	.row>.smidd-2 {
		width: 15.66666667%
	}
	.row>.smidd-3 {
		width: 24%
	}
	.row>.smidd-4 {
		width: 32.33333333%
	}
	.row>.smidd-5 {
		width: 40.66666667%
	}
	.row>.smidd-6 {
		width: 49%
	}
	.row>.smidd-7 {
		width: 57.33333333%
	}
	.row>.smidd-8 {
		width: 65.66666667%
	}
	.row>.smidd-9 {
		width: 74%
	}
	.row>.smidd-10 {
		width: 82.33333333%
	}
	.row>.smidd-11 {
		width: 90.66666667%
	}
	.row>.smidd-12 {
		width: 99%
	}
	.smidd-hide {
		display: none
	}
	.smidd-center {
		position: relative;
		left: -0.5%;
		display: block;
		float: none;
		clear: both;
		margin-right: auto;
		margin-left: auto
	}
	.full-row>.smidd-1 {
		width: 8.33333333%
	}
	.full-row>.smidd-2 {
		width: 16.66666667%
	}
	.full-row>.smidd-3 {
		width: 25%
	}
	.full-row>.smidd-4 {
		width: 33.33333333%
	}
	.full-row>.smidd-5 {
		width: 41.66666667%
	}
	.full-row>.smidd-6 {
		width: 50%
	}
	.full-row>.smidd-7 {
		width: 58.33333333%
	}
	.full-row>.smidd-8 {
		width: 66.66666667%
	}
	.full-row>.smidd-9 {
		width: 75%
	}
	.full-row>.smidd-10 {
		width: 83.33333333%
	}
	.full-row>.smidd-11 {
		width: 91.66666667%
	}
	.full-row>.smidd-12 {
		width: 100%
	}
}

@media only screen and (max-width:760px) {
	.row>.smal-1 {
		width: 7.33333333%
	}
	.row>.smal-2 {
		width: 15.66666667%
	}
	.row>.smal-3 {
		width: 24%
	}
	.row>.smal-4 {
		width: 32.33333333%
	}
	.row>.smal-5 {
		width: 40.66666667%
	}
	.row>.smal-6 {
		width: 49%
	}
	.row>.smal-7 {
		width: 57.33333333%
	}
	.row>.smal-8 {
		width: 65.66666667%
	}
	.row>.smal-9 {
		width: 74%
	}
	.row>.smal-10 {
		width: 82.33333333%
	}
	.row>.smal-11 {
		width: 90.66666667%
	}
	.row>.smal-12 {
		width: 99%
	}
	.smal-hide {
		display: none
	}
	.smal-show {
		display: block
	}
	.smal-center {
		position: relative;
		left: -0.5%;
		display: block;
		float: none;
		clear: both;
		margin-right: auto;
		margin-left: auto
	}
	[class*='pull-left-'],
	[class*='pull-right-'] {
		right: auto;
		left: auto
	}
	.full-row>.smal-1 {
		width: 8.33333333%
	}
	.full-row>.smal-2 {
		width: 16.66666667%
	}
	.full-row>.smal-3 {
		width: 25%
	}
	.full-row>.smal-4 {
		width: 33.33333333%
	}
	.full-row>.smal-5 {
		width: 41.66666667%
	}
	.full-row>.smal-6 {
		width: 50%
	}
	.full-row>.smal-7 {
		width: 58.33333333%
	}
	.full-row>.smal-8 {
		width: 66.66666667%
	}
	.full-row>.smal-9 {
		width: 75%
	}
	.full-row>.smal-10 {
		width: 83.33333333%
	}
	.full-row>.smal-11 {
		width: 91.66666667%
	}
	.full-row>.smal-12 {
		width: 100%
	}
}


/*挂件分页样式*/

.util-page {
	font-size: 0;
	color: #000;
	text-align: center;
}

.util-page .gobutton,
.util-page .sl,
.util-page .num,
.util-page .count {
	color: #000;
	display: inline-block;
	border: 1px solid #ededed;
	margin: 10px 0;
	padding: 5px 10px;
	vertical-align: middle;
	margin: 0 0 10px -1px;
	background: #fff;
	font-size: 16px;
	font-weight: normal;
}

.util-page .gobutton:hover,
.util-page .num:hover,
.util-page .current {
	color: #fff;
	background: #3cabff;
}

.util-page span.gobutton,
.util-page span.gobutton:hover {
	color: #000;
	background-color: #eee;
}

.util-page .gobutton .ion {
	font-size: .8em;
}

.util-page .count {
	margin-left: 10px;
	color: #000;
	background: none;
	border: none;
}

.util-page span.jump {
	background: none;
	color: #000;
	display: inline-block;
	margin: 0 7px;
	vertical-align: top;
}

.util-page span.jumpto,
.util-page span.jumpto_text,
.util-page span.jumpto_text {
	background: none;
	border: none;
	color: #000;
	font-size: 14px;
}

.util-page .jumpto_inp {
	width: 40px;
	text-align: center;
	height: 37px;
	line-height: 37px;
	vertical-align: top;
}


/*百度地图容器-默认高度45%，BdMapArea是防止在同屏版心下地图太大*/

.BdMapArea {
	margin: 0 auto 55px;
	max-width: 1200px;
}

.BdMapWrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 45%;
	overflow: hidden;
}

.BdMapWrapper .BdMapCon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width:760px) {
	.BdMapArea {
		display: none;
	}
}


/*默认隐藏百度分享触控弹层*/

.bdshare_popup_box {
	display: none!important;
}


/* 雪碧图 */


/* 对齐方案引用(http://www.zhangxinxu.com/wordpress/2016/03/css-layout-base-20px/) */

.ico {
	display: inline-block;
	width: 20px;
	height: 20px;
	white-space: nowrap;
	letter-spacing: -1em;
	text-indent: -99em;
	color: transparent;
	background: url(/nuferci/web/images/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;
}


/* 常量设置 */

.wrap {
	width: 82%;
	margin-right: auto;
	margin-left: auto;
}

.mwrap {
	max-width: 1366px;
	margin-right: auto;
	margin-left: auto;
}


/*对ie8设置最小宽度，防止页面错乱*/


/*for ie8*/

body {
	min-width: 1240px\9;
	overflow-x: auto;
}


/*for ie9+*/

@media all and (min-width:0) {
	body {
		min-width: 0;
		overflow-x: hidden;
	}
}

body {
	font-size: 15px;
	line-height: 1.8;
	color: #555;
	background: #fff;
}

a {
	color: inherit;
}

a:hover {
	color: #EE7500;
}

::-moz-selection {
	color: #fff;
	background: #EE7500;
}

::selection {
}

::-webkit-input-placeholder {
	color: #aaa;
}

.placeholder {
	color: #aaa;
}


/*css组件设置*/

.form-control,
.input-group-addon,
.btn {
	border-radius: 2px;
}

.form-control:focus {
	border-color: #EE7500;
	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;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.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)
}


/* 网站样式 */

.d_b {
	display: block;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #fff;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #fff;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #fff;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #fff;
}

.common_btn {
	position: relative;
	overflow: hidden;
}

.common_btn>span {
	display: inline-block;
	vertical-align: middle;
	opacity: 0;
	filter: alpha(opacity=0);
	color: #fff;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
	-webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
	transition-timing-function: cubic-bezier(.75, 0, .125, 1);
	vertical-align: 0
}

.common_btn::before {
	content: attr(c-text);
	position: absolute;
	top: 0;
	left: 10%;
	width: 80%;
	height: 100%;
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
	-webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
	transition-timing-function: cubic-bezier(.75, 0, .125, 1);
	display: none\0;
}

.common_btn:hover .iconfont {
	color: #fff;
}

.common_btn:hover {
	background: #3d3b3b;
}

.common_btn:hover::before {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}

.common_btn:hover>span {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	display: inline-block;
}

.common_btn>span.sep {
	width: 5px;
	height: 5px;
	display: inline-block;
}

.common_btn:hover>span:nth-child(1) {
	-webkit-transition-delay: 45ms;
	transition-delay: 45ms
}

.common_btn:hover>span:nth-child(2) {
	-webkit-transition-delay: .09s;
	transition-delay: .09s
}

.common_btn:hover>span:nth-child(3) {
	-webkit-transition-delay: .135s;
	transition-delay: .135s
}

.common_btn:hover>span:nth-child(4) {
	-webkit-transition-delay: .18s;
	transition-delay: .18s
}

.common_btn:hover>span:nth-child(5) {
	-webkit-transition-delay: .225s;
	transition-delay: .225s
}

.common_btn:hover>span:nth-child(6) {
	-webkit-transition-delay: .27s;
	transition-delay: .27s
}

.common_btn:hover>span:nth-child(7) {
	-webkit-transition-delay: .315s;
	transition-delay: .315s
}

.common_btn:hover>span:nth-child(8) {
	-webkit-transition-delay: .36s;
	transition-delay: .36s
}

.common_btn:hover>span:nth-child(9) {
	-webkit-transition-delay: .405s;
	transition-delay: .405s
}

.common_btn:hover>span:nth-child(10) {
	-webkit-transition-delay: .45s;
	transition-delay: .45s
}

.common_btn:hover>span:nth-child(11) {
	-webkit-transition-delay: .495s;
	transition-delay: .495s
}

.common_btn:hover>span:nth-child(12) {
	-webkit-transition-delay: .54s;
	transition-delay: .54s
}

.common_btn:hover>span:nth-child(13) {
	-webkit-transition-delay: .585s;
	transition-delay: .585s
}

.common_btn:hover>span:nth-child(14) {
	-webkit-transition-delay: .63s;
	transition-delay: .63s
}

.common_btn:hover>span:nth-child(15) {
	-webkit-transition-delay: .675s;
	transition-delay: .675s
}

.common_btn:hover>span:nth-child(16) {
	-webkit-transition-delay: .72s;
	transition-delay: .72s
}

.common_btn:hover>span:nth-child(17) {
	-webkit-transition-delay: .765s;
	transition-delay: .765s
}

.common_btn:hover>span:nth-child(18) {
	-webkit-transition-delay: .81s;
	transition-delay: .81s
}

.common_btn:hover>span:nth-child(19) {
	-webkit-transition-delay: .855s;
	transition-delay: .855s
}

.common_btn:hover>span:nth-child(20) {
	-webkit-transition-delay: .9s;
	transition-delay: .9s
}

.common_btn.static_btn:hover {
	background: none;
}

.common_btn.static_btn>span {
	color: #3d3b3b;
}

.common_btn.static_btn::before {
	left: 0;
}

.line_btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	white-space: nowrap;
	padding: 0 130px 0 30px;
	line-height: 65px;
	font-size: 15px;
	text-transform: uppercase;
	border-left: 1px solid rgba(255, 255, 255, .14);
	border-right: 1px solid rgba(255, 255, 255, .14);
}

.line_btn::after {
	content: ";";
	position: absolute;
	top: 50%;
	right: 100px;
	width: 7px;
	height: 7px;
	background: url(/nuferci/web/images/line_btn_jt.png) no-repeat center;
	margin-top: -3px;
	overflow: hidden;
	opacity: 1;
	visibility: visible;
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
	-webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
	transition-timing-function: cubic-bezier(.75, 0, .125, 1);
}

.line_btn:hover::after {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	visibility: hidden;
}

.line_btn.line_btn_red {
	position: absolute;
	left: 0;
	bottom: 0;
	border-color: #3d3b3b;
}

.line_btn.line_btn_red::after {
	background: url(/nuferci/web/images/line_btn_jt_red.png) no-repeat center;
}

.line_btn .jt {
	position: absolute;
	width: 6px;
	bottom: 0;
	top: 0;
	right: 100px;
}

.line_btn .jt img {
	position: absolute;
	top: 50%;
	margin-top: -3px;
	left: 0;
}

.line_btn.sj_btn {
	padding-right: 80px;
	line-height: 60px;
	border: none;
}

.line_btn.sj_btn::after {
	background: url(/nuferci/web/images/sj_btn.png) no-repeat center;
	width: 12px;
	height: 15px;
	margin-top: -8px;
	right: 50px;
}

.line_btn.sj_btn .jt {
	width: 12px;
	right: 50px;
}

.line_btn.sj_btn .jt img {
	margin-top: -8px;
}

.page_btn {
	font-size: 18px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: #3398e9;
	color: #fff;
	width: 230px;
	line-height: 50px;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
}


/* 导航部分 */

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	height: 90px;
	transition: top .5s ease;
	-webkit-transition: top .5s ease;
	-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;
}

.headerfixed {
	top: 0;
	box-shadow: 0 5px 8px rgba(0, 0, 0, .2);
	background: #fff;
}

.header .logo {
	width: 385px;
	height: 50px;
	background-image: url(/nuferci/web/images/logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 20px;
	display: inline-block;
}

.header .header_logo {
	width: 20%;
	float: left;
	position: relative;
	height: 90px;
	text-align: center;
}

.header .header_nav {
	width: 55%;
	float: right;
}

.header .header_tel {
	float: right;
	height: 90px;
	line-height:15px; color:#FFF;
	font-size:22px;
	font-weight:bold;
	position: relative;
	width: 12%;
}
.header .header_tel p{ font-size:14px; margin-top:15px;}
.header .header_tools .mobile_key {
	display: none;
}

.header .header_nav .nav_container {
	text-align: right;
	height: 90px;
}

.header .header_nav .nav_container>ul {
	overflow: hidden;
	display: block;
}

.header .header_nav .nav_container>ul>li {
	float: left;
	width: 120px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	height: 90px;
	line-height: 90px;
}

.header .header_nav .nav_container>ul>li a {
	display: block;
}

.header .header_tools li {
	height: 90px;
	line-height: 90px;
	font-size: 16px;
	float: left;
	text-align: center;
	color: #fff;
	cursor: pointer;
	width: 30%;
	float: left;
}

.header .header_tools .fix {
	position: relative;
	z-index: 2;
}

.header .header_tools li.search:before {
	content: "";
	left: 0;
	top: 35px;
	width: 1px;
	height: 20px;
	background: #fff;
	opacity: .1;
	position: absolute;
}


/*.header .header_tools li.search:after{content:""; right:0; top:35px; width:1px; height:20px; background:#fff; opacity:.1; position:absolute;}*/

.header .header_tools li .iconfont {
	display: block;
	margin: 0;
	color: #fff;
	opacity: 0.8;
	font-size: 22px;
}

.header .header_tools li.language .icon_t {
	width: 9px;
	height: 6px;
	display: inline-block;
	vertical-align: 1px;
	background: url(/nuferci/web/images/tools_arraw.png) no-repeat center center;
	margin: 0 4px;
}

.header .header_tools li.quick_a {
	width: 70%;
	font-size: 14px;
	border-right: none;
	height: 89px;
	line-height: 89px;
	text-align: right;
}

.header .header_tools li.quick_a .iconfont {
	font-size: 20px;
	border-right: 0;
	display: inline-block;
	margin-left: 15px;
}

.header .header_tools li.quick_a .quick_box a {
	color: #fff;
}

.header .header_tools li.quick_a:after {
	display: none;
}

.header .header_tools .quick_box {
	position: absolute;
	top: 100%;
	left: 0;
	width: 500px;
	background-color: #EE7500;
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	font-size: 16px;
	padding: 25px 0 35px;
	display: none;
}

.header .header_tools .quick_box a {
	padding-left: 20px;
	display: block;
	height: 50px;
	line-height: 50px;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translateX(30px);
	transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
	color: #fff;
}

.header .header_tools .quick_box a .lin {
	padding-right: 30px;
	color: #fff;
	vertical-align: 2px;
}

.header .header_tools .quick_box.show a {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translateX(0);
	transition-delay: .3s;
}

.header .header_tools .quick_box.show a:nth-child(1) {
	transition-delay: .3s;
}

.header .header_tools .quick_box.show a:nth-child(2) {
	transition-delay: .5s;
}

.header .header_tools .quick_box.show a:nth-child(3) {
	transition-delay: .7s;
}

.header .header_tools .quick_box.show a:nth-child(4) {
	transition-delay: .9s;
}

.header .header_tools .quick_box.show a:nth-child(5) {
	transition-delay: 1.1s;
}

.header .header_tools .quick_box.show a:nth-child(6) {
	transition-delay: 1.3s;
}

.header .header_tools .quick_box.show a:nth-child(7) {
	transition-delay: 1.5s;
}

.header .header_tools .quick_box.show a:nth-child(8) {
	transition-delay: 1.7s;
}

.header .header_tools .quick_box.show a:nth-child(9) {
	transition-delay: 1.9s;
}

.header .header_tools .quick_box.show a:nth-child(10) {
	transition-delay: 2.1s;
}

.header .header_tools .quick_box.show a:nth-child(11) {
	transition-delay: 2.3s;
}


/* 下拉 */


/*.header .header_box{position: relative;	}*/

.header .header_nav .inner_box {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 65px 0 40px;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.075);
	display: none;
	border-top: 1px solid #f5f5f5;
}

.header .header_nav .inner_box .box_l {
	width: 65%;
	float: left;
	padding-left: 9%;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translateY(20px);
	transition: all .5s cubic-bezier(.4, .5, .58, 1.11);
	transition-delay: 0.3s;
}

.header .header_nav .inner_box .box_r {
	width: 25%;
	float: left;
	text-align: left;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translateX(20px);
	transition: all .5s cubic-bezier(.4, .5, .58, 1.11);
	transition-delay: 0.4s;
}

.header .header_nav .inner_box.inner_hover .box_l,
.header .header_nav .inner_box.inner_hover .box_r {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translate(0, 0);
}

.header .header_nav .inner_box .box_l li {
	width: 20%;
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	margin-top: 11px;
	color: #000;
	position: relative;
	text-align: left;
	padding-top: 15px;
	margin-bottom: 35px;
}

.header .header_nav .inner_box .box_l li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 1px;
	background: #000;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.header .header_nav .inner_box .box_l li a {
	display: block;
}

.header .header_nav .inner_box .box_l li:hover:before {
	width: 72px;
	background: #EE7500;
}


/* 产品下拉 */

.header .header_nav .pro .inner_box li:before {
	visibility: hidden;
}

.header .header_nav .pro .inner_box li.t:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 1px;
	background: #000;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	visibility: visible;
}

.header .header_nav .pro .inner_box ul:hover li.t:before {
	width: 130px;
	background: #EE7500;
}

.header .header_nav .pro .inner_box ul {
	float: left;
	width: 25%;
}

.header .header_nav .pro .inner_box ul li {
	float: none;
	width: 100%;
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	height: auto;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 13px;
}

.header .header_nav .pro .inner_box li.t {
	font-size: 18px;
	color: #000;
	padding: 30px 0 5px;
}

.header .header_nav .pro .inner_box li.more {
	margin-top: 5px;
	font-size: 12px;
	font-family: "Impact";
	font-weight: normal;
}


/* 触控 吸顶*/

.headerfixed,
.header:hover {
	background: #fff;
}

.headerfixed .logo,
.header:hover .logo {
	background-image: url(/nuferci/web/images/logo-h.png);
}

.header .header_box:hover .header_logo:after {
	background: #EE7500;
	transition: all .5s ease;
}

.headerfixed .header_nav .nav_container>ul>li,
.header:hover .header_nav .nav_container>ul>li {
	color: #011c35;
}


.headerfixed .header_tel .tel,
.header:hover .header_tel .tel {
	color: #000;
}


.headerfixed .header_tools li .iconfont,
.header:hover .header_tools li .iconfont {
	color: #fff;
}

.headerfixed .header_tools li.quick_a a,
.header:hover .header_tools li.quick_a a {
	color: #fff;
}

.headerfixed .header_tools:after,
.header:hover .header_tools:after {
	content: "";
	width: 600px;
	background: #EE7500;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}


/* 搜索框 */

.header_search_fix {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #EE7500;
	color: #fff;
	display: none;
}

.header .header_logo {
	z-index: 100;
}

.header .header_logo a {
	display: block;
	text-align: left;
}

.header_search_fix .search {
	font-size: 18px;
	margin-bottom: 10px;
}

.header_search_fix .box {
	position: absolute;
	width: 40%;
	top: 50%;
	margin-top: -50px;
	text-align: left;
	left: 30%;
}

.header_search_fix .input {
	background: none;
	width: 70%;
	border-bottom: 1px solid #fff;
	outline: 0;
	vertical-align: middle;
	font-size: 38px;
	color: #fff;
	font-family: 'Impact'
}

.he16r_search_fix .input::-webkit-input-placeholder {
	color: #fff;
	font-size: 56px;
}

.header_search_fix .input:-moz-placeholder {
	color: #fff;
	font-size: 56px;
}

.header_search_fix .input:-ms-input-placeholder {
	color: #fff;
	font-size: 56px;
}

.header_search_fix .search_box {
	line-height: 70px;
	height: 70px;
	position: relative;
}

.header_search_fix .submit {
	width: 125px;
	height: 45px;
	line-height: 41px;
	font-size: 14px;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 20px;
	background: transparent;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	margin-top: -23px;
	right: 0;
	-webkit-appearance: none;
}

.header_search_fix .close {
	position: absolute;
	width: 88px;
	height: 88px;
	font-size: 12px;
	line-height: 92px;
	border: 1px solid #fff;
	right: 60px;
	top: 20px;
	text-align: center;
	cursor: pointer;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	background: #EE7500;
}

.header_search_fix .close:hover {
	background: #EE7500;
}

body .search_hover.header .header_logo .logo {
	background-image: url(/nuferci/web/images/logo_w.png);
}

.search_hover .header_logo:after {
	display: none;
}

.header_search_fix .pro_list {
	position: absolute;
	right: 60px;
	bottom: 60px;
	text-align: right;
}

.header_search_fix .pro_list .t {
	font-size: 18px;
	color: #fff;
	padding-bottom: 10px;
}

.header_search_fix .pro_list a {
	display: block;
	font-size: 14px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	color: #fff;
}

.header_search_fix .submit:before {
	width: 100%;
	margin-top: 0;
}

.header_search_fix .submit:hover {
	background: #3d3b3b;
}

.header_search_fix .submit:before {
	width: 100%;
	left: 0;
	text-align: center;
}

.xuanzhun {
	-webkit-transition-property: -webkit-transform;
	animation: rotate 5s linear infinite;
}

@keyframes rotate {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(359deg)
	}
}

.index_header {
	top: -80px;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.index_header.ani {
	top: 0;
}

.footer .footer1 a:hover {
	color: #fff;
	opacity: .8;
}

.footer .footer1 {
	background: #302e2c;
	color: #fff;
	padding: 70px 0 40px;
}

.footer .footer1 .logo {
	margin-bottom: 20px;
}

.footer .footer1 .channle {
	margin-bottom: 115px;
	font-size: 17px;
}

.footer .footer1 .channle a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 20px;
}

.footer .footer1 .friend {
	font-size: 16px;
}

.footer .footer1 .friend a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 10px;
}

.footer .footer1 .info {
	font-size: 16px;
	line-height: 30px;
	margin-top: 30px;
}

.footer .footer1 .info .b {
	font-weight: bold;
}

.footer .footer1 .sharemore_ico {
	background: url(/nuferci/web/images/footer_share.png) no-repeat;
	background-position: 0 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 60px;
	height: 60px;
	margin-right: 5px;
	cursor: pointer;
	-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;
}

.footer .footer1 .r .sharemore {
	border: 1px solid #fff;
	height: 60px;
}


/*.footer .footer1 .sharemore_ico:hover{-moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg)}*/

.footer .footer1 .bdsharebuttonbox a,
.footer .footer1 .border span {
	background-image: url(/nuferci/web/images/footer_share.png);
	width: 60px;
	height: 60px;
	padding: 0;
	-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;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.footer .footer1 .bdsharebuttonbox a:hover {
	opacity: 1;
}

.footer .footer1 .l {
	width: 70%;
}

.footer .footer1 .r .l {
	width: auto;
}

.footer .footer1 .r .sharemore:hover .sharemore_ico {
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.footer .footer1 .border:hover span,
.footer .footer1 .border:hover a {
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}


/*.footer .footer1 .border:hover span{-moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg)}*/

.footer .footer1 .bds_weixin {
	background-position: -69px 0;
}

.footer .footer1 .bds_tsina {
	background-position: -138px 0;
}

.footer .footer1 .bds_sqq {
	background-position: -205px 0;
}

.footer .footer1 .sm,
.footer .footer1 .border {
	position: relative;
}

.footer .footer1 .sm img,
.footer .footer1 .border img {
	position: absolute;
	bottom: 100%;
	left: -75px;
	max-width: none;
	width: auto;
	margin-bottom: 10px;
	-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;
	opacity: 0;
	visibility: hidden;
}

.footer .footer1 .sm:hover img,
.footer .footer1 .border:hover img {
	opacity: 1;
	visibility: visible;
}

.footer .footer2 a:hover {
	color: #fff;
	opacity: .8;
}

.footer .footer2 {
	background: url(/nuferci/web/images/footer2_bg.jpg) no-repeat center;
	background-size: cover;
	line-height: 43px;
	overflow: hidden;
	padding: 13px 0;
}

.footer .footer2 .d {
	color: #fff;
	font-size: 15px;
	float: left;
}

.footer .footer2 .gotop {
	color: #acacac;
	cursor: pointer;
}

.footer .footer2 .gotop .ico {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 43px;
	height: 43px;
	background: url(/nuferci/web/images/gotop.png);
	background-size: cover;
	margin-left: 18px;
}

.footer .footer2 .gotop:hover {
	opacity: .8;
}


/*banner*/

.ibanner {
	position: relative;
	height: 980px;
	overflow: hidden;
}





.ibanner .owl-carousel {
	display: block;
}

.ibanner .owl-carousel .owl-item {
	overflow: hidden;
}

.ibanner .item {
	overflow: hidden;
	position: relative;
	height: 900px;
}

.ibanner .owl-carousel .owl-item .ban_img {
	position: absolute;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	max-width: none;
	top: 50%;
	transform: translateY(-50%);
}

.ibanner video {
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
}

.ibanner .cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: url(/nuferci/web/images/cover.png) repeat;
}

.ibanner .word {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -130px;
	margin-left: -405px;
	z-index: 3;
	text-align: center;
	z-index: 5;
	width: 810px;
}

.ibanner .word .tit {
	font-size: 21px;
	color: #fff;
}

.ibanner .page_btn {
	margin-top: 55px;
}

.ibanner .circle {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 720px;
	height: 720px;
	border-radius: 50%;
	margin-top: -360px;
	margin-left: -360px;
	z-index: 4;
	border: 1px solid #fff;
	opacity: 0;
}

.ibanner .circle.lg {
	width: 800px;
	height: 800px;
	margin-top: -400px;
	margin-left: -400px;
}

.ibanner .owl-carousel .mobile_img {
	display: none;
}

.circle {
	-webkit-transition-property: -webkit-transform;
	animation: circle 3s linear 1.5s infinite;
}

.ibanner .circle.lg {
	-webkit-transition-property: -webkit-transform;
	animation: circleLg 3s linear infinite;
}

@keyframes circle {
	from {
		transform: scale(.3, .3);
		opacity: 0.9;
	}
	to {
		transform: scale(1.1, 1.1);
		opacity: 0;
	}
}

@keyframes circleLg {
	from {
		transform: scale(.4, .4);
		opacity: 0.7;
	}
	to {
		transform: scale(1, 1);
		opacity: 0;
	}
}

.ibanner .owl-nav {
	position: absolute;
	right: 9%;
	bottom: 35px;
	text-align: center;
	z-index: 5;
}

.ibanner .owl-nav>div {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 8px;
	position: relative;
	margin: 0 5px;
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

#circle1 {
	position: absolute !important;
	left: -8px;
	top: -8px;
}

.ibanner .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	text-align: center;
}

.ibanner .owl-dot {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 15px;
	height: 15px;
	background: #ccc;
	border-radius: 50%;
	margin: 0 5px;
}

.ibanner .owl-dot.active {
	background: #EE7500;
}

.banner_mouse {
	position: absolute;
	width: 23px;
	height: 40px;
	cursor: pointer;
	background: url(/nuferci/web/images/banner_mouse_ico.png) no-repeat -23px 0px;
	-webkit-animation: nudgeMouse 1.6s linear infinite;
	animation: nudgeMouse 1.6s linear infinite;
	bottom: 35px;
	left: 9%;
	z-index: 1;
}

.banner_mouse:after,
.banner_mouse:before {
	content: "";
	position: absolute;
}

.banner_mouse:before {
	width: 23px;
	height: 40px;
	background: url(/nuferci/web/images/banner_mouse_ico.png) no-repeat 0px 0px;
	-webkit-animation: colorSlide 1.6s linear infinite;
	animation: colorSlide 1.6s linear infinite;
	top: 0;
	left: 0;
}

.banner_mouse:after {
	background-color: #ffffff;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	-webkit-animation: trackBallSlide 1.6s linear infinite;
	animation: trackBallSlide 1.6s linear infinite;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

@-webkit-keyframes colorSlide {
	0% {
		height: 0;
	}
	90% {
		height: 40px;
	}
}

@keyframes colorSlide {
	0% {
		height: 0;
	}
	90% {
		height: 40px;
	}
}

@-webkit-keyframes trackBallSlide {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
		transform: scale(1) translateY(-8px);
	}
	34% {
		opacity: 1;
		-webkit-transform: scale(0.9) translateY(4px);
		transform: scale(0.9) translateY(4px);
	}
	68% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(16px);
		transform: scale(0.4) translateY(16px);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(-8px);
		transform: scale(0.4) translateY(-8px);
	}
}

@keyframes trackBallSlide {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
		transform: scale(1) translateY(-8px);
	}
	34% {
		opacity: 1;
		-webkit-transform: scale(0.9) translateY(4px);
		transform: scale(0.9) translateY(4px);
	}
	68% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(16px);
		transform: scale(0.4) translateY(16px);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(-8px);
		transform: scale(0.4) translateY(-8px);
	}
}

@-webkit-keyframes nudgeMouse {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes nudgeMouse {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.index .en {
	color: #EE7500 !important;
	font-family: Impact;
	text-transform: uppercase;
	line-height: 1;
}

.index .en1 {
	font-size: 75px;
	visibility: hidden;
}

.index .en2 {
	font-size: 65px;
	visibility: hidden;
}

.index .cn {
	color: #000;
	line-height: 1;
}

.index .pt1 {
	background: url(/nuferci/web/images/ipt1_bg.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}

.index .pt1 .left_box {
	width: 50%;
	padding: 30px 0 70px;
}

.index .comname {
	margin-bottom: 20px;font-size: 30px;
    color: #000;
    font-weight: bold;
}

.comname img {
	display: block;
	max-width: 100%;
}

.index .pt1 .right_box {
	width: 50%;
}

.index .pt1 .cn {
	font-weight: bold;
}

.index .pt1 .cn1 {
	font-size: 38px;
	margin-top: 30px;
	margin-bottom: 10px;
}

.index .pt1 .cn2 {
	font-size: 30px;
	margin-bottom: 30px;
	line-height: 1.4;
	color: #EE7500;
}

.index .pt1 .desc {
	color: #555;
	text-indent: 2em;
}

.index .pt1 .right_box ul {
	margin-left: 10%;
	padding-top: 104px;
	position: relative;
}

.index .pt1 .right_box ul:after {
	content: "";
	height: 1000px;
	width: 1px;
	background: #ededed;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
}

.index .pt1 .right_box ul:before {
	content: "";
	height: 1000px;
	width: 1px;
	background: #ededed;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.index .pt1 .right_box li {
	float: left;
	width: 50%;
	padding-bottom: 95px;
	position: relative;
	z-index: 2;
}

.index .pt1 .right_box li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #FF6600;
	width: 2px;
	height: 80px;
	z-index: 2;
}

.index .pt1 .right_box li .n {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 18%;
	color: #373737;
	position: relative;
	overflow: hidden;
}

.index .pt1 .right_box li .n .num {
	font-size: 70px;
	font-family: "黑体";
	line-height: 1;
}

.index .pt1 .right_box li .n .flag {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 1;
	font-size: 20px;
}

.index .pt1 .right_box li .desc {
	margin-left: 18%;
	color: #3b3b3b;
	font-size: 16px;
	text-indent: 0;
}

.index .pt2 {
	position: relative;
	color: #fff
}

.index .pt2 .bg {
	position: relative;
	height: 650px;
	width: 100%;
	overflow: hidden;
}

.index .pt2 .bg img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	max-width: none;
	visibility: hidden;
	opacity: 0;
	top: 50%;
	margin-top: -350px;
}

.index .pt2 .bg img.cur {
	opacity: 1;
	visibility: visible;
}

.index .pt2 .con {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding-top: 75px;
}

.index .pt2 .en,
.index .pt2 .cn {
	color: #fff !important;
}

.index .pt2 .cn1 {
	font-size: 32px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: bold;
}

.index .pt2 .cn2 {
	font-size: 16px;
	margin-bottom: 60px;
	width: 50%;
	line-height: 1.8;
	text-indent: 2em;
}

.index .pt2 .tab {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(/nuferci/web/images/grey.5.png);
	text-align: center;
}

.index .pt2 .tab .span-2 {
	width: 20%;
	overflow: hidden;
	-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;
	cursor: pointer;
}

.index .pt2 .tab .span-2.cur,
.index .pt2 .tab .span-2:hover {
	background: url(/nuferci/web/images/blue.8.png);
}

.index .pt2 .tab a:hover {
	color: #fff;
}

.index .pt2 .tab .icon {
	height: 80px;
	width: 80px;
	margin: 20px auto;
	background: url(/nuferci/web/images/pt2_icon.png) repeat;
	background-position: 0 0;
	-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;
}

.index .pt2 .tab a:hover .icon {
	cursor: pointer;
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.index .pt2 .tab .i3 .icon {
	background-position: -80px 0;
}

.index .pt2 .tab .i2 .icon {
	background-position: -160px 0;
}

.index .pt2 .tab .i4 .icon {
	background-position: -240px 0;
}

.index .pt2 .tab .i5 .icon {
	background-position: -320px 0;
}

.index .pt2 .tab .i6 .icon {
	background-position: -400px 0;
}

.index .pt2 .tab .desc {
	font-size: 22px;
	padding-bottom: 20px;
}

.index .pt2 .list {
	position: relative;
}

.index .pt2 .list .item {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	transform: translateX(50px);
	opacity: 0;
	visibility: hidden;
	-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;
	overflow: hidden;
	height: 0;
}

.index .pt2 .list .item.cur {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	height: auto;
}

.index .pt2 .list .item.cur .en,
.index .pt2 .list .item.cur .cn {
	visibility: visible;
}

.index .pt3 {
	padding: 95px 0;
}

.index .pt3 .rect-140 {
	padding-bottom: 110%;
}

.index .pt3 .l {
	width: 28%;
}

.index .pt3 .r {
	width: 100%;
}

.index .pt3 .cn1 {
	font-size: 30px;
	color: #000;
	margin-bottom: 30px;
	font-weight: bold;
}

.index .pt3 .cn2 {
	font-size: 15px;
	color: #555;
	width: 65%;
	line-height: 1.8;
	text-indent: 2em;
}

.index .pt3 .fix {
	position: relative;
}

.index .pt3 .r a .pic {
	position: relative;
}

.index .pt3 .r a .pic:before {
	content: "";

	position: absolute;
	left: 0;
	right: 0;
	top: -5px;
	bottom: 0;
	background: url(/nuferci/web/images/ipt3_cover.png) repeat left bottom;
	background-size: contain;
	z-index: 1;
}

.index .pt3 .r a .pic:after {
	content: "+";
	font-size: 40px;
	color: #fff;
	position: absolute;
	right: 25px;
	bottom: 30px;
	z-index: 2;
	line-height: 1;
	opacity: .5;
	-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;
	width: 48px;
	height: 48px;
	line-height: 40px;
	text-align: center;
}

.index .pt3 .r .e {
	font-size: 50px;
	font-family: Impact;
	position: absolute;
	bottom: 80px;
	left: 30px;
	line-height: 1;
	color: #fff;
	z-index: 2;
	text-transform: uppercase;
}

.index .pt3 .r .c {
	font-size: 20px;
	position: absolute;
	bottom: 40px;
	left: 30px;
	line-height: 1;
	color: #fff;
	z-index: 2;
}

.index .pt3 .r a .pic:hover:after {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.index .pt4 {
	padding: 80px 0 100px;
	background: #fafafa;
}

.index .pt4 .cn {
	font-size: 30px;
	color: #000;
	font-weight: bold;
	margin: 20px 0 40px;
	position: relative;
}

.index .pt4 .en1 {
	display: none !important;
}

.index .pt4 .l {
	width: 50%;
}

.index .pt4 .l .con .desc {
	white-space: normal;
	height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index .pt4 .r {
	width: 50%;
}

.index .pt4 .l .con {
	padding-right: 60px;
}

.index .pt4 .l .con .center {
	margin-bottom: 38px;
	-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;
	padding: 35px 0 0;
}

.index .pt4 .date {
	font-size: 16px;
	color: #666;
}

.index .pt4 .tit {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	transition: none;
	margin: 5px 0;
}

.index .pt4 .desc {
	font-size: 15px;
	color: #555;
	line-height: 26px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index .pt4 .more {
	color: #3d3b3b;
	font-size: 15px;
	font-family: "SimHei";
	text-transform: uppercase;
	line-height: 45px;
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-right: 50px;
	-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;
}

.index .pt4 .more:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 7px;
	height: 7px;
	background: url(/nuferci/web/images/line_btn_jt_red.png) no-repeat center;
	margin-top: -3px;
}

.index .pt4 .r li {
	overflow: hidden;
	padding: 35px 50px 0;
	-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;
}

.index .pt4 .r li a>* {
	-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;
}

.index .pt4 .l .con .center:hover {
	padding-left: 50px;
	padding-right: 50px;
}

.index .pt4 .r li:hover,
.index .pt4 .l .con .center:hover {
	background: url(/nuferci/web/images/inews_bg.jpg) no-repeat;
	background-size: cover;
}

.index .pt4 .r li:hover .date,
.index .pt4 .l .con .center:hover .date {
	color: #fff;
}

.index .pt4 .r li:hover .desc,
.index .pt4 .l .con .center:hover .desc {
	color: #fff;
}

.index .pt4 .r li:hover .tit,
.index .pt4 .l .con .center:hover .tit {
	color: #fff;
}

.index .pt4 .r li:hover .more,
.index .pt4 .l .con .center:hover .more {
	opacity: 0;
	visibility: hidden;
}


/*.index .pt4 .l .con .center:hover .static_btn::before{opacity:0;filter: alpha(opacity=0);-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
.index .pt4 .l .con .center:hover .static_btn>span{opacity:1;filter: alpha(opacity=100);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);display: inline-block;}
.index .pt4 .l .con .center:hover .static_btn>span:nth-child(1){-webkit-transition-delay:45ms;transition-delay:45ms}
.index .pt4 .l .con .center:hover .static_btn>span:nth-child(2){-webkit-transition-delay:.09s;transition-delay:.09s}
.index .pt4 .l .con .center:hover .static_btn>span:nth-child(3){-webkit-transition-delay:.135s;transition-delay:.135s}
.index .pt4 .l .con .center:hover .static_btn>span:nth-child(4){-webkit-transition-delay:.18s;transition-delay:.18s}
.index .pt4 .l .con .center:hover .static_btn>span:nth-child(5){-webkit-transition-delay:.225s;transition-delay:.225s}
.index .pt4 .l .con .center:hover .static_btn>span:nth-child(6){-webkit-transition-delay:.27s;transition-delay:.27s}
.index .pt4 .l .con .center:hover .static_btn>span:nth-child(7){-webkit-transition-delay:.315s;transition-delay:.315s}
.index .pt4 .l .con .center:hover .static_btn>span:nth-child(8){-webkit-transition-delay:.36s;transition-delay:.36s}
.index .pt4 .l .con .center:hover .static_btn>span:nth-child(9){-webkit-transition-delay:.405s;transition-delay:.405s}
.index .pt4 .l .con .center:hover .static_btn>span:nth-child(10){-webkit-transition-delay:.45s;transition-delay:.45s}
.index .pt4 .l .con .center:hover .static_btn>span:nth-child(11){-webkit-transition-delay:.495s;transition-delay:.495s}
.index .pt4 .l .con .center:hover .static_btn>span:nth-child(12){-webkit-transition-delay:.54s;transition-delay:.54s}
.index .pt4 .l .con .center:hover .static_btn>span:nth-child(13){-webkit-transition-delay:.585s;transition-delay:.585s}
.index .pt4 .l .con .center:hover .static_btn>span:nth-child(14){-webkit-transition-delay:.63s;transition-delay:.63s}
.index .pt4 .l .con .center:hover .static_btn>span:nth-child(15){-webkit-transition-delay:.675s;transition-delay:.675s}
.index .pt4 .l .con .center:hover .static_btn>span:nth-child(16){-webkit-transition-delay:.72s;transition-delay:.72s}
.index .pt4 .l .con .center:hover .static_btn>span:nth-child(17){-webkit-transition-delay:.765s;transition-delay:.765s}
.index .pt4 .l .con .center:hover .static_btn>span:nth-child(18){-webkit-transition-delay:.81s;transition-delay:.81s}
.index .pt4 .l .con .center:hover .static_btn>span:nth-child(19){-webkit-transition-delay:.855s;transition-delay:.855s}
.index .pt4 .l .con .center:hover .static_btn>span:nth-child(20){-webkit-transition-delay:.9s;transition-delay:.9s}*/

.index .pt4 .video_box {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(/nuferci/web/images/video_play.png) no-repeat center;
	cursor: pointer;
}

.index .pt5 {
	background: #ececee;
	text-align: center;
	padding: 50px 0;
}

.index .pt5 .e {
	font-size: 41px;
	color: #EE7500 !important;
	font-family: Arial;
}

.index .pt5 .t {
	font-size: 30px;
	color: #EE7500;
	margin-bottom: 22px;
	font-weight: bold;
}

.index .pt5 .page_btn {
	background: #ef740e;
}

.xc_banner {
	margin-top: 0px;
	background: url(/nuferci/web/images/xc_banner.jpg) no-repeat center;
	background-size: cover;
	padding: 170px 0 50px;
	color: #fff;
	position: relative;
}

.xc_banner .xc_banner_img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	max-width: none;
	width: 1920px;
	height: 370px;
	z-index: 1;
}

.xc_banner .wrap {
	position: relative;
	z-index: 2;
}

.xc_banner.has_banner {
	height: 150px;
	overflow: hidden;
}


/*.xc_banner.has_banner .r{display:none;}*/

.xc_banner .l {
	width: 70%;
}

.xc_banner a:hover {
	color: #fff;
}

.xc_banner .root_channel {
	font-size: 28px;
	font-weight: bold;
	line-height: 50px;
}

.xc_banner .sec_channel a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 16px;
	margin-right: 4%;
	position: relative;
	line-height: 50px;
}

.xc_banner .sec_channel a:after {
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	bottom: 5px;
	height: 3px;
	background: #fff;
	-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;
}

.xc_banner .sec_channel a:hover,
.xc_banner .sec_channel a.cur {
	font-weight: bold;
}

.xc_banner .sec_channel a:hover:after,
.xc_banner .sec_channel a.cur:after {
	width: 100%;
}

.xc_banner .r {
	position: relative;
}

.xc_banner .slogan {
	line-height: 45px;
	font-size: 18px;
	letter-spacing: 3px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

.xc_banner .r:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 5px;
	background: #4184be;
	top: 20px;
	left: -10px;
	z-index: 0;
}

.xc_banner .en {
	font-family: Impact;
	font-size: 54px;
	text-align: right;
	text-transform: uppercase;
	line-height: 1;
}

.channel_content {
	min-height: 400px;
}

.news_center.channel_content {
	padding: 0 0 60px;
}

.news_center .infor {
	position: relative;
	margin-bottom: 35px;
}

.news_center .infor .en_tit {
	font-size: 60px;
	font-family: Impact;
	color: #EE7500 !important;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 11px;
}

.news_center .infor .tit {
	font-size: 30px;
	line-height: 1;
	color: #000;
	font-weight: bold;
}

.news_center .infor a:after {
	content: '';
	width: 26px;
	height: 49px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -24px;
	background: url(/nuferci/web/images/support_jt.png) no-repeat center;
}

.news_center01 {
	background: url(/nuferci/web/images/news_center01_3.jpg) no-repeat center center;
	padding-top: 65px;
	padding-bottom: 70px;
}

.news_center01 .rect-908 {
	padding-bottom: 90.8%;
}

.news_center01 .rect-186 {
	padding-bottom: 184.5%;
}

.news_center01 .rect-84 {
	padding-bottom: 84%;
}

.news_center01 .content .left {
	width: 42.8%;
	float: left;
	margin-right: 2%;
}

.news_center01 .content .left .box {
	top: 5%;
	bottom: 5%;
	left: 5%;
	right: 5%;
	position: absolute;
	padding: 57% 5% 0;
	color: #fff;
	z-index: 3;
}

.news_center01 .content .left .box:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid #fff;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.news_center01 .content .left .box .t {
	font-size: 25px;
	font-weight: bold;
	overflow: hidden;
	position: relative;
	z-index: 3;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news_center01 .content .left .box .desc {
	margin: 0 0 15px;
	width: 95%;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}

.news_center01 .content .left .box .c {
	font-size: 15px;
	margin-top: 10px;
	position: relative;
	z-index: 3;
}

.news_center01 .content .left .box a:hover {
	color: #fff;
}

.news_center01 .content .center {
	width: 20.9%;
	float: left;
	margin-right: 2%;
	border: 2px solid #000;
	transition: background .5s ease;
	-webkit-transition: background .8s ease;
	height: 436px;
}

.news_center01 .content .center .box {
	padding: 5% 10%;
	color: #202020;
	line-height: 36px;
}

.news_center01 .content .center .box .time {
	font-size: 16px;
	font-family: Arial;
}

.news_center01 .content .center .box .t {
	font-size: 22px;
	margin-bottom: 34px;
}

.news_center01 .content .center .box .c {
	margin-top: 29px;
	font-size: 15px;
	color: #000;
	line-height: 41px;
}

.news_center01 .content .center:hover {
	background: #EE7500;
	color: #fff;
}

.news_center01 .content .center:hover .box {
	color: #fff;
}

.news_center01 .content .center:hover .c {
	color: #fff;
}

.news_center01 .content .right {
	width: 31.7%;
	float: left;
}

.news_center01 .content .right .box {
	padding: 4% 6% 5%;
	border: 2px solid #000;
	color: #202020;
	transition: background .8s ease;
	-webkit-transition: background .8s ease;
	line-height: 36px;
	margin-bottom: 13px;
}

.news_center01 .content .right .box .time {
	font-size: 16px;
	font-family: Arial;
}

.news_center01 .content .right .box .t {
	font-size: 22px;
	margin-bottom: 6px;
}

.news_center01 .content .right .box .c {
	font-size: 15px;
}

.news_center01 .content .right .box2 {
	margin-bottom: 16px;
}

.news_center01 .content .right .box2 .t {
	height: 108px;
	overflow: hidden;
	margin-bottom: 8px;
}

.news_center01 .content .right .more_news {
	overflow: hidden;
	background: #EE7500;
	overflow: hidden;
	transition: background 0.8s ease;
}

.news_center01 .content .right .more_news a {
	display: block;
	height: 55px;
	line-height: 55px;
	color: #fff;
	font-size: 15px;
	background: transparent;
	text-align: left;
	width: auto;
	padding: 0 20px;
}

.news_center01 .content .right .more_news a.common_btn::before {
	left: 20px;
}

.news_center01 .content .right .more_news i {
	font-size: 13px;
	float: right;
}

.news_center01 .content .right .more_news:hover {
	background: #1a59a7;
	color: #fff;
}

.news_center01 .content .right .box:hover {
	background: #EE7500;
	color: #fff;
}

.news_center01 a:hover {
	color: #fff;
}

.news_center01 {
	background: url(/nuferci/web/images/news_center01_3.jpg) no-repeat center center;
	padding-top: 65px;
	padding-bottom: 70px;
}

.news_center01 .left {
	height: 440px;
}

.news_center01 .content .left .box {
	padding: 38% 5% 0;
}

.news_center01 .content .left img {
	max-width: none;
	width: 680px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -340px;
	margin-top: -250px;
}

.news_center01 .content .left .cover_bg {
	width: 100%;
	height: 100%;
	background: url(/nuferci/web/images/cover_bg.png) center;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-background-size: cover;
	background-size: cover;
}

.news_center01 .rect-84 {
	padding-bottom: 56.68%;
}

.news_center01 .rect-186 {
	padding-bottom: 139.3%;
}

.news_center01 .content .right .box .t {
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}

.news_center01 .content .right .box .t:hover {
	color: #202020;
}

.news_center01 .content .right .box {
	margin-bottom: 10px;
}

.news_center01 .content .center .box .t {
	height: 72px;
	overflow-y: hidden;
}

.news_center02 {
	background-image: url(/nuferci/web/images/news_center02_1.jpg);
	padding: 70px 0;
}

.news_center02 .infor a:after {
	background: url(/nuferci/web/images/support_jt2.png) no-repeat center;
}

.news_center02 .infor .en_tit {
	color: #fff !important;
}

.news_center02 .infor .tit {
	color: #fff !important;
}

.news_center02 .left {
	width: 64%;
	float: left;
}

.news_center02 .left li a {
	height: 64px;
	line-height: 64px;
	background: #f1f3f4;
	padding: 0 4%;
	margin-bottom: 19px;
	display: block;
	color: #242424;
	transition: background .8s ease;
	-webkit-transition: background .8s ease;
}

.news_center02 .left li a .t {
	float: left;
	width: 70%;
	font-size: 15px;
	color: #242424;
}

.news_center02 .left li a .time {
	float: right;
	width: 30%;
	text-align: right;
}

.news_center02 .right {
	width: 33%;
	float: right;
}

.news_center02 .right .rect-72 {
	padding-bottom: 72%;
}

.news_center02 .right .item {
	display: none;
}

.news_center02 .right .owl-item .item {
	display: block;
}

.news_center02 .left li.cur a {
	background: #1a59a7;
	color: #fff;
}

.news_center02 .left li.cur a .t {
	color: #fff;
}

.news_center03 {
	padding: 60px 0;
}

.news_center03 .rect-66 {
	padding-bottom: 66%;
}

.news_center03 .content .left {
	width: 48%;
	float: left;
}

.news_center03 .content .left .cover {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: url(/nuferci/web/images/black.7.png) repeat center;
}

.news_center03 .content .left .cover .intro {
	padding: 24px 80px 25px 42px;
	color: #fff;
}

.news_center03 .content .left .cover .intro .t {
	font-size: 22px;
	line-height: 35px;
	margin-bottom: 6px;
}

.news_center03 .content .left .cover .intro .c {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.4);
	line-height: 26px;
	margin-bottom: 8px;
}

.news_center03 .content .left .cover .intro .d {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.38);
	line-height: 24px;
	font-family: Arial;
}

.news_center03 .content .left .cover .intro .d i {
	margin: 0;
	vertical-align: 0;
	margin-right: 6px;
}

.news_center03 .content .right {
	width: 47%;
	float: right;
}

.news_center03 .content .right li a {
	display: block;
	line-height: 1;
}

.news_center03 .content .right li .date {
	font-size: 16px;
	color: #1a59a7;
	margin-bottom: 14px;
	font-family: Arial;
}

.news_center03 .content .right li .t {
	font-size: 18px;
	color: #333;
	margin-bottom: 11px;
	position: relative;
}

.news_center03 .content .right li .t .line {
	width: 0;
	height: 1px;
	background: #EE7500;
	display: inline-block;
	vertical-align: middle;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
}

.news_center03 .content .right li .c {
	font-size: 14px;
	color: #666;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	margin-bottom: 35px;
}

.news_center03 .content .right li.li03 .c {
	margin-bottom: 0;
}

.news_center03 .content .right li:hover .t {
	color: #EE7500;
}

.news_center03 .content .right li:hover .t .line {
	width: 28px;
	margin-right: 14px;
}

.news_center03 .content .right li:hover .date {
	color: #000;
}

.news_center02 .right {
	width: 33.5%;
}

.news_center02 .right .rect-72 {
	padding-bottom: 52.7%;
}


/*news_list*/

.news_list {
	padding: 60px 0;
}

.news_list .pt1 .sele_box {
	padding: 0 50px;
	font-size: 18px;
}

.news_list .pt1 .sele {
	width: 31%;
	margin-right: 2%;
	padding-bottom: 4px;
	background: url(/nuferci/web/images/gradient_line.jpg) left bottom no-repeat;
	height: 50px;
	line-height: 50px;
	text-indent: 20px;
	color: #EE7500;
	border: 0;
	background: none;
	border-bottom: 4px solid #EE7500;
	border-radius: 0;
}

.news_list .pt1 .ipt_box {
	width: 34%;
    padding-bottom: 4px;
    background: url(/nuferci/web/images/gradient_line.jpg) left bottom no-repeat;
    height: 50px;
    line-height: 50px;
    text-indent: 20px;
    color: #EE7500;
    position: relative;
    background: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border-bottom: 4px solid #EE7500;
}

.news_list .pt1 .ipt_box .ipt {
	padding-right: 40px;
}

.news_list .pt1 .select-ui-choose ._arrow .arr {
	border-color: #EE7500 transparent transparent;
}

.news_list .pt1 .select-ui-choose-default.on ._arrow .arr {
	border-color: transparent transparent #EE7500;
}

.select-ui-options-sele_list2 {
	padding-top: 2px;
}

.select-ui-options-sele_list2 li {
	line-height: 40px;
	color: #333;
	text-indent: 20px;
	font-size: 16px;
	border-bottom: 1px solid #fff;
	background: #f0f0f0;
}

body .select-ui-options-sele_list2 li:hover {
	color: #fff;
	background: #EE7500;
}

body .select-ui-options-default li:hover {
	background: #EE7500;
}

.news_list .pt1 .ipt_box .ipt input {
	border: none;
    outline: none;
    display: block;
    height: 50px;
    line-height: 50px;
    width: 100%;
    padding: 0;
    text-indent: 20px;
    background: none;
}

.news_list .pt1 .ipt_box button {
	display: block;
    width: 40px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    outline: none;
    box-shadow: none;
    background: url(/nuferci/web/images/sele_search.png) center center no-repeat;
    padding: 0;
    cursor: pointer;
}

.news_list .pt2 {
	padding: 40px 0 50px;
}

.news_list .page_box {
	margin-top: 40px;
}

.rect-40 {
	padding-bottom: 40%;
}


/* newslist-10 start*/

.widget-newslist-10 .list_box {
	padding: 46px 50px 20px;
	position: relative;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}

.widget-newslist-10 .list_main {
	overflow: hidden;
}

.widget-newslist-10 .bd_r {
	width: 20%;
}

.widget-newslist-10 .bd_c {
	width: 76%;
	padding: 0 8% 0 5%;
}

.news_respon.widget-newslist-10 .bd_c {
	padding-left: 0;
}

.widget-newslist-10 .nopic .bd_c {
	width: 86%;
	padding-right: 0;
}

.widget-newslist-10 .list_title {
	font-size: 20px;
	color: #202020;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.widget-newslist-10 .list_tool {
	font-size: 12px;
	color: #c9c9c9;
	padding: 10px 0px;
}

.widget-newslist-10 .list_tool .share {
	margin-left: 20px;
	cursor: pointer;
}

.widget-newslist-10 .list_p {
	font-size: 14px;
	color: #464646;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.widget-newslist-10 .link_more {
	color: #333;
	font-size: 15px;
	font-family: "SimHei";
	text-transform: uppercase;
	line-height: 45px;
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-right: 50px;
	margin-top: 10px;
	padding: 0 80px 0 30px;
	border-left: 1px solid #1a59a7;
	border-right: 1px solid #1a59a7;
}

.widget-newslist-10 .link_more::before {
	left: 15%;
}

.widget-newslist-10 .link_more:after {
	content: "";
	position: absolute;
	right: 40px;
	top: 50%;
	width: 7px;
	height: 7px;
	background: url(/nuferci/web/images/line_btn_jt_red.png) no-repeat center;
	margin-top: -3px;
	color: #1a59a7;
}

.widget-newslist-10 .link_more>span {
	color: #fff;
}

.widget-newslist-10 li:hover .link_more {
	background: #1a59a7;
}

.widget-newslist-10 li:hover .link_more:after {
	background: url(/nuferci/web/images/line_btn_jt.png) no-repeat center;
}

.widget-newslist-10 li:hover .static_btn::before {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}

.widget-newslist-10 li:hover .static_btn>span {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	display: inline-block;
}

.widget-newslist-10 li:hover .static_btn>span:nth-child(1) {
	-webkit-transition-delay: 45ms;
	transition-delay: 45ms
}

.widget-newslist-10 li:hover .static_btn>span:nth-child(2) {
	-webkit-transition-delay: .09s;
	transition-delay: .09s
}

.widget-newslist-10 li:hover .static_btn>span:nth-child(3) {
	-webkit-transition-delay: .135s;
	transition-delay: .135s
}

.widget-newslist-10 li:hover .static_btn>span:nth-child(4) {
	-webkit-transition-delay: .18s;
	transition-delay: .18s
}

.widget-newslist-10.news_respon .list_box:after {
	width: 100%;
}

.widget-newslist-10 .list_box:after {
	content: "";
	width: 88%;
	height: 1px;
	background-color: #e6e6e6;
	position: absolute;
	bottom: 0;
	right: 0;
}

.widget-newslist-10 li:hover .list_box {
	background-color: #f6f9fc;
}

.widget-newslist-10 li:hover .list_box:after {
	background-color: #f6f9fc;
}

.widget-newslist-10 li:hover .list_time {
	background: #1a59a7;
}

.widget-newslist-10 li:hover .list_title a {
	color: #EE7500;
}

.widget-newslist-10 .list_time {
	font-size: 16px;
	color: #EE7500;
	padding: 0 2% 2% 0;
	border-right: 1px solid #e6e6e6;
	width: 60px;
}

.widget-newslist-10 .list_time_day {
	display: block;
	font-size: 17px;
	color: #EE7500;
}

.widget-newslist-10 .bdshare-button-style1-16 a {
	padding: 0;
	margin: 0;
	background: none;
	height: 20px;
	line-height: 20px;
}


/*新闻列表 2018-03-20 conghm*/

.widget-newslist-10 .list_time {
	padding: 1.8% 1%;
	text-align: center;
	background: #EE7500;
	color: #fff;
	position: relative;
	width: 71px;
}

.widget-newslist-10 .list_time:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background: #e6e6e6;
	display: block;
	top: 0;
	right: -25%;
}

.widget-newslist-10 .list_time_day {
	color: #fff;
}

.widget-newslist-10 .list_box:after {
	width: 86%;
}

@media only screen and (max-width:1240px) {
	.widget-newslist-10 .list_box {
		padding: 46px 10px 40px;
	}
	.widget-newslist-10 .bd_l {
		width: 10%;
	}
	.widget-newslist-10 .bd_c {
		width: 74%;
	}
	.widget-newslist-10 .nopic .bd_c {
		width: 85%;
	}
}

@media only screen and (max-width:996px) {
	.widget-newslist-10 .bd_c {
		width: 68%;
	}
	.widget-newslist-10 .nopic .bd_c {
		width: 82%;
	}
}

@media only screen and (max-width:760px) {
	.widget-newslist-10 .bd_r {
		float: none;
		width: 100%;
	}
	.widget-newslist-10 .list_main {
		margin-top: 20px;
	}
	.widget-newslist-10 .bd_l {
		width: 20%;
	}
	.widget-newslist-10 .list_box .bd_c {
		width: 70%;
		padding: 0 0 0 5%;
	}
	.widget-newslist-10 .list_box:after {
		width: 100%;
	}
	.widget-newslist-10 .list_time:after {
		display: none!important;
	}
	.widget-newslist-10 .list_time {
		margin-top: 5px;
		width: 60px;
	}
	.widget-newslist-10 .list_time_day {
		font-size: 15px;
		line-height: 38px;
	}
	.news_list .pt2 {
		padding-top: 0;
	}
	.news_list .pt1 .sele_box {
		padding: 0;
	}
	.news_list .pt1 .sele,
	.news_list .pt1 .ipt_box {
		width: 100%;
		margin-bottom: 20px;
	}
	.widget-newslist-10 .list_time {
		font-size: 14px;
	}
}


/*通用分页*/

.page_nn {
	font-size: 0;
	margin-top: 50px;
}

.page_nn a,
.page_nn span {
	line-height: 58px;
	color: #666;
	background-color: #f2f3f5;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding: 0 30px;
	font-size: 14px;
	margin: 0;
}

.page_nn a.num:hover,
.page_nn a.goprev:hover,
.page_nn a.gonext:hover,
.page_nn a.current {
	color: #fff;
	background-color: #EE7500;
}

@media only screen and (max-width:760px) {
	.page_nn a,
	.page_nn span {
		line-height: 30px;
		padding: 0 6px;
	}
}


/*新闻详细 start*/

.news_detail {
	padding: 30px 0px;
}

.news_detail .detail_l {
	width: 70.3399%;
}

.news_detail .l_box {
	background: #f6f9fd;
	padding: 8% 6%;
}

.news_detail .news_title {
	font-size: 30px;
	color: #000;
	margin-bottom: 10px;
}

.news_detail .l_tools {
	margin-bottom: 40px;
	line-height: 20px;
}

.news_detail .l_tools span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
	color: #5a5a5a;
}

.news_detail .news_time {
	margin-right: 20px;
}

.news_detail .switcher .title {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}

.news_detail .detail_r {
	width: 28%;
}

.news_detail .detail_r .arr_box {
	background: #f6f9fd;
	;
	padding: 8%;
	margin-bottom: 14px;
	color: #666;
	display: block;
}

.news_detail .detail_r .arr_title {
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
}

.news_detail .detail_r .arr_news_title {
	font-size: 14px;
	font-weight: normal;
}

.news_detail .detail_r .arr_time {
	font-size: 14px;
	padding-top: 6px;
	display: block;
}

.news_detail .detail_r .arr_box:hover {
	color: #fff;
	background: #0f6eb8;
}

.news_detail .detail_r .arr_box:hover .arr_title {
	color: #fff;
}

.news_detail .detail_r .share_box {
	background: #f6f9fd;
	padding: 8%;
}

.news_detail .detail_r .share_title {
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
}

.news_detail .detail_r .black_list {
	width: 100%;
	height: 42px;
	line-height: 42px;
	background: #1a59a7;
	text-align: center;
	font-size: 18px;
	color: #fff;
	display: block;
}

.news_detail .newdetail_share {
	padding: 10px 0px;
}

.news_detail .newdetail_share a {
	width: 40px;
	height: 40px;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	border: 1px solid #999;
	line-height: 40px;
	border-radius: 50%;
	background: none;
	padding: 0;
	margin: 0;
	margin-right: 10px;
	font-size: 20px;
	color: #999;
}

@media screen and (max-width:760px) {
	.news_detail .detail_l,
	.news_detail .detail_r {
		width: 100%;
	}
	.news_detail .news_title {
		font-size: 24px;
	}
}


/*news_detail end*/

.product_main .part1 {
	position: relative;
	margin-top: 90px;
}

.product_main .part1_owl .item {
	position: relative;
	height: 700px;
	overflow: hidden;
	-webkit-transform: scale(0.8, 0.8);
	-ms-transform: scale(0.8, 0.8);
	-o-transform: scale(0.8, 0.8);
	transform: scale(0.8, 0.8);
}

.product_main .part1_owl .item img {
	width: 1920px;
	height: 700px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	max-width: none;
}

.product_main .part1_owl .item.big {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	-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;
}

.product_main .part1 .dot_box {
	position: absolute;
	left: 0;
	bottom: 6%;
	text-align: center;
	z-index: 10;
	width: 100%;
}

.product_main .part1 .part1_dot {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 50px;
	color: #fff;
	cursor: pointer;
	position: relative;
}

.product_main .part1 .part1_dot .dot_icon {
	width: 10px;
	height: 10px;
	border: 1px solid transparent;
	border-radius: 50%;
	display: block;
	margin: 0 auto 6px;
	position: relative;
}

.product_main .part1 .part1_dot .dot_icon:after {
	content: "";
	width: 6px;
	height: 6px;
	background: #cfcece;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -3px;
	margin-left: -3px;
	border-radius: 50%;
}

.product_main .part1 .part1_dot.active .dot_icon {
	border-color: #EE7500;
}

.product_main .part1 .part1_dot.active .dot_icon:after {
	background: #EE7500;
}

.product_main .part1 .part1_dot:after {
	content: "";
	width: 150px;
	height: 1px;
	background: rgba(207, 206, 207, .60);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99cfcecf, endcolorstr=#99000000);
	position: absolute;
	top: 6px;
	right: 68%;
}

.product_main .part1 .part1_dot:first-child:after {
	display: none;
}

.product_main .part1_cover {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(/nuferci/web/images/cover.png) repeat;
}

.product_main .part1_text {
	position: absolute;
	width: 480px;
	height: 480px;
	position: absolute;
	border-radius: 50%;
	top: 12%;
	left: 50%;
	margin-left: -240px;
	z-index: 10;
}

.product_main .page_btn {
	background: #EE7500;
}

.product_main .part1_text li {
	display: none;
}

.product_main .part1_text .list_box {
	padding: 16% 14% 0;
	color: #fff;
}

.product_main .part1_text .list_hd .en_title {
	font-family: "Impact";
	font-size: 35px;
	color: #fff !important;
	text-transform: uppercase;
}

.product_main .part1_text .list_hd .cn_title {
	font-size: 35px;
	color: #fff !important;
	font-weight: bold;
}

.product_main .part1_text .list_p {
	padding: 20px 0 30px;
	font-size: 14px;
	line-height: 2;
}

.product_main .part1_text .common_btn {
	margin: 0 auto;
}

.product_main .part1_text .move_ball {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: -1;
	top: 0;
	left: 0;
	background: url(/nuferci/web/images/wel15.png) no-repeat center\0;
}

.product_main .part1_text .dot {
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
	display: block;
}

.product_main .part1_text .dot.cur {
	background: #EE7500;
}

.product_main .part1_text .dot1 {
	top: 2px;
	left: 50%;
}

.product_main .part1_text .dot2 {
	top: 25%;
	right: 32px;
}

.product_main .part1_text .dot3 {
	bottom: 25%;
	right: 32px;
}

.product_main .part1_text .dot4 {
	bottom: 2px;
	left: 50%;
}

.product_main .part1_text .dot5 {
	top: 25%;
	left: 32px;
}

.product_main .part1_text .dot6 {
	bottom: 25%;
	left: 32px;
}

.product_main .right_dots {
	position: absolute;
	right: 20px;
	top: 50%;
	z-index: 10;
	margin-top: -150px;
}

.product_main .right_dots .item {
	height: 20px;
	width: 20px;
	background: url(/nuferci/web/images/product_dot.png) no-repeat;
	margin: 10px auto;
	cursor: pointer;
}

.product_main .right_dots .item.cur {
	background-position: 0 -20px;
}

.product_main .right_dots .line {
	width: 1px;
	margin: 20px auto;
	height: 50px;
	background: #fff;
	opacity: .25;
}

.product_main .right_dots .num {
	color: #fff;
}

.product_main .right_dots .num .current {
	color: #fff;
	font-size: 22px;
}

.product_main .left_dots {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 10;
	margin-top: -150px;
	color: #fff;
}

.product_main .left_dots .line {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 30px;
	margin-left: 20px;
	height: 1px;
	background: #fff;
	opacity: .25;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.product_main .left_dots .tit {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 16px;
	opacity: 0;
	visibility: hidden;
	-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;
}

.product_main .left_dots .item.cur .line {
	width: 50px;
	margin-left: 0;
}

.product_main .left_dots .item.cur .tit {
	opacity: 1;
	visibility: visible;
}

.product_main .svg_border {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.product_main .move_ball_box {
	-webkit-transition: stroke-dasharray 1s;
	transition: stroke-dasharray 1s;
	transform: matrix(0, -1, 1, 0, 0, 540);
	stroke-dashoffset: 1665;
	fill: rgba(0, 0, 0, 0.5);
}


/*产品列表*/

.product_list .pt1 {
	background: url(/nuferci/web/images/product_list_bg.jpg) no-repeat center;
	padding: 50px 0;
	background-size: cover;
	position: relative;
}

.product_list .pt1 .wrap {
	position: relative;
}

.product_list .pt1 .left_nav {
	color: #fff;
	position: absolute;
	left: 0;
	top: 28%;
	z-index: 10;
	font-size: 20px;
}

.product_list .pt1 .left_nav ul li {
	padding: 10px 25px;
	margin-bottom: 15px;
	position: relative;
	cursor: pointer;
}

.product_list .pt1 .left_nav ul li:not(:last-child):after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 25px;
	height: 1px;
	width: 30px;
	background: #fff;
	opacity: .25;
}

.product_list .pt1 .left_nav ul {
	border-left: 1px solid rgba(255, 255, 255, .25);
	padding: 15px 0 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

ter {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 25px;
	height: 1px;
	width: 30px;
	background: #3d3f48;
}

.product_list .pt1 .left_nav ul li:before {
	display: none;
	content: "";
	position: absolute;
	height: 70px;
	width: 3px;
	background: #EE7500;
	top: 6px;
	left: -3px;
}

.product_list .pt1 .left_nav ul li.active:before {
	display: block;
}

.product_list .pt1 .left_nav ul li .n {
	font-family: Impact
}

.product_list .pt1 .owl-item {
	height: 500px;
}

.product_list .owl {
	-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;
	opacity: 0;
	visibility: hidden;
	transform: translate(60px);
}

.product_list .owl.active {
	opacity: 1;
	visibility: visible;
	transform: translate(0);
}

.product_list .owl.pass {
	transform: translate(-60px);
}

.product_list .pt1 .product_con {
	position: absolute;
	top: 20%;
	left: 0;
}

.product_list .pt1 .product_con .boll {
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
}

.product_list .pt1 .product_con .boll .b1 {
	position: absolute;
}


/*.product_list .pt1 .product_con .boll .list_boll{width:8px;height:8px;border:1px solid #1a59a7;display:block;border-radius:50%;position:relative; -moz-animation: bordershow 3s infinite; cursor:pointer; box-shadow: 0px 0px 14px 3px #ccc; background:#333;}
.product_list .pt1 .product_con .boll .list_boll{box-shadow: 0px 0px 20px 15px #1a59a7; background: #1a59a7;}
.product_list .pt1 .product_con .boll .list_boll:after,
.product_list .pt1 .product_con .boll .list_boll:before{content:"";width:20px;height:20px;background:#fff;background:rgba(255, 157, 157, 0.5);box-shadow: 0px 0px 4px rgba(255,255,255,0.5);display:block;border-radius:50%;position:absolute;top:-6px;left:-6px;}
.product_list .pt1 .product_con .boll .list_boll:after{ -webkit-animation: boderM 3s infinite; -moz-animation: boderM 3s infinite; animation: boderM 3s infinite; }
.product_list .pt1 .product_con .boll .list_boll:before{ -webkit-animation: boderM 3s .75s infinite; -moz-animation: boderM 3s .75s infinite; animation: boderM 3s .75s infinite; }
*/

.product_list .pt1 .product_con .boll .list_boll {
	width: 8px;
	height: 8px;
	border: 2px solid #fff;
	display: block;
	border-radius: 50%;
	box-shadow: 0px 0px 14px 3px #1a59a7;
	position: relative;
	-webkit-animation: bordershow 3s infinite;
	-moz-animation: bordershow 3s infinite;
	animation: bordershow 3s infinite;
	cursor: pointer;
}

.product_list .pt1 .product_con .boll .list_boll:after,
.product_list .pt1 .product_con .boll .list_boll:before {
	content: "";
	width: 20px;
	height: 20px;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.5);
	display: block;
	border-radius: 50%;
	position: absolute;
	top: -6px;
	left: -6px;
}

.product_list .pt1 .product_con .boll .list_boll:after {
	-webkit-animation: boderM 3s infinite;
	-moz-animation: boderM 3s infinite;
	animation: boderM 3s infinite;
}

.product_list .pt1 .product_con .boll .list_boll:before {
	-webkit-animation: boderM 3s .75s infinite;
	-moz-animation: boderM 3s .75s infinite;
	animation: boderM 3s .75s infinite;
}

.product_list .pt1 .product_con .list_box {
	width: 170px;
	min-height: 70px;
	border: 1px solid #fff;
	background: rgba(255, 255, 255, 0.2);
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	border-radius: 4px;
	opacity: 0;
	visibility: hidden;
	display: table;
}

.product_list .pt1 .product_con .list_box .list_title {
	padding: 0 4%;
	font-weight: normal;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.product_list .pt1 .product_con .list_box .list_img {
	display: none;
}

.product_list .pt1 .product_con .list_box:after,
.product_list .pt1 .product_con .list_box:before {
	content: "";
	background: #fff;
	display: block;
	position: absolute;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
	transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
}

.product_list .pt1 .product_con .list_box:after {
	top: -2px;
	left: 14px;
	width: 35px;
	height: 3px;
	-webkit-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	-o-transform: translateX(-10px);
	transform: translateX(-10px);
}

.product_list .pt1 .product_con .list_box:before {
	top: 14px;
	right: -1.5px;
	width: 3px;
	height: 35px;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.product_list .pt1 .product_con li:hover .list_box {
	opacity: 1;
	visibility: visible;
}

.product_list .pt1 .product_con li:hover .list_box:after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

.product_list .pt1 .product_con li:hover .list_box:before {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

@-webkit-keyframes bordershow {
	0% {
		box-shadow: 0px 0px 0px 0px #1a59a7;
	}
	50% {
		box-shadow: 0px 0px 14px 3px #1a59a7;
	}
	100% {
		box-shadow: 0px 0px 0px 0px #1a59a7;
	}
}

@-moz-keyframes bordershow {
	0% {
		box-shadow: 0px 0px 0px 0px #1a59a7;
	}
	50% {
		box-shadow: 0px 0px 14px 4px #1a59a7;
	}
	100% {
		box-shadow: 0px 0px 0px 0px #1a59a7;
	}
}

@keyframes boderM {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
	20% {
		opacity: 1
	}
	75% {
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-ms-transform: scale(2);
		-o-transform: scale(2);
		transform: scale(2);
		opacity: 0
	}
	100% {
		opacity: 0
	}
}

@-webkit-keyframes boderM {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
	20% {
		opacity: 1
	}
	75% {
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-ms-transform: scale(2);
		-o-transform: scale(2);
		transform: scale(2);
		opacity: 0
	}
	100% {
		opacity: 0
	}
}

@keyframes bordershow {
	0% {
		box-shadow: 0px 0px 0px 0px #1a59a7;
	}
	50% {
		box-shadow: 0px 0px 14px 4px #1a59a7;
	}
	100% {
		box-shadow: 0px 0px 0px 0px #1a59a7;
	}
}

.product_list .right_dots {
	position: absolute;
	right: 20px;
	top: 50%;
	z-index: 10;
	margin-top: -150px;
}

.product_list .right_dots .item {
	height: 20px;
	width: 20px;
	background: url(/nuferci/web/images/product_dot.png) no-repeat;
	margin: 10px auto;
	cursor: pointer;
}

.product_list .right_dots .item.cur {
	background-position: 0 -20px;
}

.product_list .right_dots .line {
	width: 1px;
	margin: 20px auto;
	height: 50px;
	background: #fff;
	opacity: .25;
}

.product_list .right_dots .num {
	color: #fff;
}

.product_list .right_dots .num .current {
	color: #fff;
	font-size: 22px;
}

.product_list .detail_popup {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(/nuferci/web/images/black.5.png) repeat;
	z-index: 12;
	display: none;
}

.product_list .detail_popup .con {
	width: 95%;
	margin: 160px auto 0;
	color: #fff;
}

.product_list .detail_popup .con .l {
	width: 55%;
	padding-top: 30px;
}

.product_list .detail_popup .con .r {
	width: 40%;
}

.product_list .detail_popup .con .en {
	font-family: Impact;
	font-size: 36px;
	line-height: 1;
	position: relative;
	padding-top: 15px;
}

.product_list .detail_popup .con .en:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 3px;
	background: #fff;
}

.product_list .detail_popup .con .cn {
	font-size: 25px;
	margin-bottom: 30px;
}

.product_list .detail_popup .con .desc {
	font-size: 14px;
	line-height: 25px;
	height: 75px;
	margin-bottom: 20px;
	overflow: hidden;
}

.product_list .detail_popup .con .page_btn {
	text-align: center;
	background: url(/nuferci/web/images/grey.2.png) repeat;
	line-height: 60px;
	margin-right: 20px;
}

.product_list .detail_popup .con .page_btn:hover {
	background: #EE7500;
}

.product_list .detail_popup .con .close {
	text-align: right;
	margin-bottom: 15px;
}

.product_list .detail_popup .con .close .close_btn {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.product_list .detail_popup .con .close .close_btn:hover {
	opacity: .9;
}


/*全球布局*/

.network {
	position: relative;
}

.network .map_box {
	width: 100%;
	height: 730px;
}

.network .pt2 {
	position: absolute;
	top: 100px;
	left: 9%;
	background: #fff;
	width: 460px;
}

.network .pt2 .top {
	padding: 30px 45px;
}

.network .pt2 .top .cn {
	font-size: 30px;
	color: #EE7500 !important;
	font-weight: bold;
}

.network .pt2 .top .en {
	font-size: 86px;
	color: #EE7500 !important;
	font-family: Impact;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.network .pt2 .top select,
.network .pt2 .top .select-ui-choose-default {
	width: 370px;
	display: block;
	margin-bottom: 10px;
	border: none;
	background: #ebebeb;
	height: 50px;
	line-height: 50px;
	border-radius: 0;
}

.network .pt2 .top .select-ui-choose-default ._txt {
	padding-left: 6%;
	color: #6a6a6a;
}

.network .pt2 .top .select-ui-choose-default ._arrow {
	background: url(/nuferci/web/images/select_jt.png) no-repeat center;
}

.network .pt2 .top .select-ui-choose-default ._arrow .arr {
	display: none;
}

.network .pt2 .top .select-ui-choose ._arrow {
	right: 20px;
}

.network .pt2 .top input {
	width: 270px;
	height: 50px;
	line-height: 50px;
	background: #ebebeb;
	border: none;
	padding: 0;
	margin: 0;
	color: #6a6a6a;
	padding: 0 6%;
	border-radius: 0;
}

.network .pt2 .top input::-webkit-input-placeholder {
	color: #6a6a6a;
}

.network .pt2 .top button {
	background: #EE7500;
	border-radius: 0;
	border: none;
	color: #fff;
	font-size: 20px;
	height: 50px;
	padding: 0;
	width: 50px;
	text-align: center;
}

.network .pt2 .bottom {
	padding: 30px 45px;
	background: url(/nuferci/web/images/network_bg.png) no-repeat center;
	background-size: cover;
	color: #000;
}


/*发展历程*/

.develop {}

.develop .pt1 {
	background: url(/nuferci/web/images/develop_bg.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	padding: 70px 0 90px;
}

.develop .pt1 .owl-carousel .owl-nav.disabled {
	display: block;
}

.develop .pt1 .owl-carousel .owl-nav>div {
	position: absolute;
	left: -50px;
	top: 0;
}

.develop .pt1 .owl-carousel .owl-nav .owl-next {
	left: auto;
	right: -50px;
}

.develop .pt1 .tit {
	font-size: 36px;
	text-align: center;
	color: #fff !important;
}

.develop .pt1 .desc {
	font-size: 16px;
	text-align: center;
	margin-bottom: 50px;
}

.develop .pt1 .line {
	height: 30px;
	background: url(/nuferci/web/images/develop_line.png) no-repeat center;
	background-size: contain;
}

.develop .pt1 .time {
	position: absolute;
	left: 0;
	right: 18px;
	top: 0;
	height: 30px;
	text-align: center;
	color: #EE7500;
	font-size: 22px;
}

.develop .pt1 .item {
	position: relative;
}

.develop .pt1 .item .box {
	margin: 30px 110px 0;
	background: #ededed;
	color: #EE7500;
	padding: 25px;
	line-height: 1;
	cursor: pointer;
	position: relative;
}

.develop .pt1 .item .box:before {
	content: "";
	width: 12px;
	height: 10px;
	background: url(/nuferci/web/images/develop_sj_grey.png) no-repeat center;
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -16px;
}

.develop .pt1 .item .box.cur,
.develop .pt1 .item .box:hover {
	background: #EE7500;
	color: #fff;
}

.develop .pt1 .item .box.cur:before,
.develop .pt1 .item .box:hover:before {
	background: url(/nuferci/web/images/develop_sj_blue.png) no-repeat center;
}

.develop .pt1 .item .box .name {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

.develop .pt1 .item .box .year {
	font-size: 21px;
}

.develop .pt2 {
	padding-top: 75px;
}

.develop .pt2 .rect-38 {
	padding-bottom: 38%;
}

.develop .pt2 .item {
	float: left;
	width: 50%;
	padding-bottom: 65px;
	position: relative;
}

.develop .pt2 .item .box {
	background: #f8f8f8;
	position: relative;
}

.develop .pt2 .item .box_wrap {
	margin: 0 35px;
	padding: 0 15px;
	position: relative;
}

.develop .pt2 .item .tit {
	color: #EE7500;
	font-size: 48px;
	font-family: Arial;
	margin: 20px 0 0;
}

.develop .pt2 .item .desc {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 20px;
	height: 50px;
}

.develop .pt2 .item.odd:after {
	content: "";
	width: 1px;
	height: 100%;
	background: #dbdbdb;
	position: absolute;
	left: 100%;
	top: 0;
}

.develop .pt2 .item.odd:before {
	content: "";
	width: 17px;
	height: 17px;
	background: url(/nuferci/web/images/develop_dot.jpg) no-repeat center;
	position: absolute;
	left: 100%;
	top: 15px;
	margin-left: -8px;
	z-index: 1;
}

.develop .pt2 .item.odd {
	text-align: right;
}

.develop .pt2 .item.odd .tit {
	padding-right: 50px;
}

.develop .pt2 .item.odd .desc {
	padding-right: 50px;
	padding-left: 30%;
}

.develop .pt2 .item.even .tit {
	padding-left: 50px;
}

.develop .pt2 .item.even .desc {
	padding-left: 50px;
	padding-right: 30%;
}

.develop .pt2 .item.odd .box_wrap:after {
	content: "";
	width: 12px;
	height: 15px;
	background: url(/nuferci/web/images/develop_left.png) no-repeat;
	position: absolute;
	left: 100%;
	top: 16px;
	margin-left: -18px;
}

.develop .pt2 .item.even .box_wrap:after {
	content: "";
	width: 12px;
	height: 15px;
	background: url(/nuferci/web/images/develop_right.png) no-repeat;
	position: absolute;
	right: 100%;
	top: 16px;
	margin-right: -18px;
}


/*关于综合*/

.about {}

.about .pt1 {
	height: 519px;
	position: relative;
	color: #fff !important;
	overflow: hidden;
}

.about .pt1 .about_banner {
	position: absolute;
	width: 1920px;
	left: 50%;
	margin-left: -960px;
	top: 0;
	max-width: none;
	z-index: 0;
}

.about .pt1 .wrap {
	position: relative;
	z-index: 1;
}

.about .pt1 .info {
	text-align: center;
	width: 85%;
	margin: 0 auto;
	padding-top: 60px;
}

.about .pt1 .info .en {
	font-size: 60px;
	font-family: Impact;
	position: relative;
	color: #fff !important;
}

.about .pt1 .info .tit {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
	position: relative;
	color: #fff !important;
}

.about .pt1 .info .desc {
	font-size: 15px;
}

.about .pt1 .info .big_data {
	margin-top: 40px;
	overflow: hidden;
}

.about .pt1 .info .big_data .item {
	float: left;
	width: 25%;
}

.about .pt1 .info .big_data .item .num {
	font-size: 16px;
	line-height: 1;
}

.about .pt1 .info .big_data .item .num .no {
	font-size: 74px;
}

.about .pt1 .btm {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}

.about .pt1 .btm:before {
	content: "";
	width: 1200px;
	height: 100%;
	position: absolute;
	left: 64%;
	top: 0;
	background: url(/nuferci/web/images/about.blue.8.png) repeat;
}

.about .pt1 .btm:after {
	content: "";
	width: 1200px;
	height: 100%;
	position: absolute;
	right: 64%;
	top: 0;
	background: url(/nuferci/web/images/about.blue.8.png) repeat;
}

.about .pt1 .btm .wrap {
	overflow: hidden;
}

.about .pt1 .btm .box {
	float: left;
	width: 32.3%;
}

.about .pt1 .btm .box.center {
	margin: 0 1.5%;
	background: url(/nuferci/web/images/about.blue2.8.png) repeat;
}

.about .pt1 .btm .box a {
	padding: 40px 40px;
}

.about .pt1 .btm .box a:hover {
	color: #fff;
}

.about .pt1 .btm .box .en {
	font-size: 50px;
	font-family: Impact;
	line-height: 1;
}

.about .pt1 .btm .box .an {
	font-size: 28px;
	text-align: center;
}

.about .pt1 .btm .box .flag {
	font-size: 30px;
	text-align: right;
	line-height: 1;
	font-weight: lighter;
}

.about .infor {
	position: relative;
	margin-bottom: 35px;
}

.about .desc {
	text-indent: 2em;
}

.about .infor .en_tit {
	position: relative;
	font-size: 60px;
	font-family: Impact;
	color: #EE7500 !important;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 11px;
}

.about .infor .tit {
	position: relative;
	font-size: 30px;
	line-height: 1;
	color: #000 !important;
	font-weight: bold;
}

.about .infor a:after {
	content: '';
	width: 26px;
	height: 49px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -24px;
	background: url(/nuferci/web/images/support_jt.png) no-repeat center;
}

.about .pt2 {
	padding-top: 80px;
	padding-bottom: 120px;
}

.about .pt2 .item {
	position: relative;
	height: 550px;
	overflow: hidden;
}

.about .pt2 .item .pic {
	position: absolute;
	width: 1600px;
	max-width: none;
	left: 50%;
	margin-left: -800px;
	top: 0;
	z-index: 0;
}

.about .pt2 .item:after {
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(/nuferci/web/images/about_shadow.png) no-repeat;
	position: absolute;
	background-size: 100% 100%;
	z-index: 1;
}

.about .pt2 .talk {
	position: absolute;
	top: 65px;
	bottom: 30px;
	right: 30px;
	width: 650px;
	background: url(/nuferci/web/images/about_talk.png) no-repeat;
	background-size: 100% 100%;
	z-index: 2;
}

.about .pt2 .talk .info {
	padding: 10% 20% 0 10%;
}

.about .pt2 .talk .info .tit {
	font-size: 25px;
	color: #EE7500;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 15px;
}

.about .pt2 .talk .info .desc {
	font-size: 15px;
	text-indent: 2em;
}

.about .pt2 .talk .info .nav {
	color: #c2c3c3;
	font-size: 40px;
	position: absolute;
	left: 10%;
	bottom: 20%;
	font-weight: lighter;
}

.about .pt2 .talk .info .nav>* {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.about .pt2 .talk .info .nav .iconfont {
	margin: 0;
	-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;
	cursor: pointer;
}

.about .pt2 .talk .info .nav .iconfont:hover {
	color: #EE7500;
}

.about .pt3 {
	padding-bottom: 90px;
}

.about .pt3 .left {
	width: 33%;
	float: left;
}

.about .pt3 .right {
	width: 65%;
	float: right;
	position: relative;
}

.about .pt3 .infor a:after {
	display: none;
}

.about .pt3 .big_data {
	overflow: hidden;
	margin-top: 50px;
	color: #000;
}

.about .pt3 .big_data .item {
	float: left;
	margin-right: 12%;
}

.about .pt3 .big_data .item .num {
	position: relative;
	padding-right: 10px;
}

.about .pt3 .big_data .item .no {
	font-size: 40px;
}

.about .pt3 .big_data .item .flag {
	font-size: 16px;
	position: absolute;
	top: 0;
	right: 0;
}

.about .pt3 .boll {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.about .pt3 .boll .b1 {
	position: absolute;
}

.about .pt3 .boll .b1:after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 4px;
	height: 18px;
	width: 1px;
	background: #1a59a7;
	margin-bottom: -2px;
}

.about .pt3 .boll .b1 .tag {
	position: absolute;
	left: -34px;
	bottom: 100%;
	margin-bottom: 16px;
	width: 80px;
	background: #1a59a7;
	color: #fff;
	text-align: center;
	padding: 2px 0;
	border-radius: 5px;
}

.about .pt3 .boll .list_boll {
	width: 8px;
	height: 8px;
	border: 1px solid #1a59a7;
	display: block;
	border-radius: 50%;
	position: relative;
	-moz-animation: bordershow 3s infinite;
	cursor: pointer;
	box-shadow: 0px 0px 14px 3px #ccc;
	background: #333;
}

.about .pt3 .boll .list_boll {
	box-shadow: 0px 0px 20px 15px #1a59a7;
	background: #1a59a7;
}

.about .pt3 .boll .list_boll:after,
.about .pt3 .boll .list_boll:before {
	content: "";
	width: 20px;
	height: 20px;
	background: #fff;
	background: rgba(255, 157, 157, 0.5);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.5);
	display: block;
	border-radius: 50%;
	position: absolute;
	top: -6px;
	left: -6px;
}

.about .pt3 .boll .list_boll:after {
	-webkit-animation: boderM 3s infinite;
	-moz-animation: boderM 3s infinite;
	animation: boderM 3s infinite;
}

.about .pt3 .boll .list_boll:before {
	-webkit-animation: boderM 3s .75s infinite;
	-moz-animation: boderM 3s .75s infinite;
	animation: boderM 3s .75s infinite;
}

.about .pt4 {
	padding: 80px 0;
	background: #f6f6f9;
}

.about .pt4 .l {
	width: 65%;
	background: #fff;
}

.about .pt4 .l .info {
	float: left;
	width: 48%;
}

.about .pt4 .l .info .box {
	padding-top: 50px;
	padding-left: 60px;
}

.about .pt4 .l .info .tit {
	font-size: 30px;
	font-weight: bold;
	color: #EE7500 !important;
	position: relative;
	margin-bottom: 20px;
}

.about .pt4 .l .info .year {
	font-size: 43px;
	color: #EE7500;
}

.about .pt4 .l .info .desc {
	text-indent: 2em;
}

.about .pt4 .l a:hover {
	color: #555;
}

.about .pt4 .l .pic {
	float: right;
	width: 50%;
	overflow: hidden;
	height: 338px;
}

.about .pt4 .l .pic img {
	min-width: 100%;
	max-width: none;
}

.about .pt4 .r {
	width: 32%;
	color: #fff;
}

.about .pt4 .r a:hover {
	color: #fff;
}

.about .pt4 .r .top {
	background: url(/nuferci/web/images/about_honorbg.jpg) no-repeat center;
	background-size: cover;
	height: 180px;
}

.about .pt4 .r .top .info {
	padding-top: 50px;
	padding-left: 50px;
}

.about .pt4 .r .top .cn {
	font-size: 30px;
	color: #fff !important;
	position: relative;
	font-weight: bold;
}

.about .pt4 .r .top .en {
	position: relative;
	font-size: 90px;
	font-family: Impact;
	text-transform: uppercase;
	line-height: 1;
	color: #fff !important;
}

.about .pt4 .r .btm {
	background: url(/nuferci/web/images/about_map_bg.jpg) no-repeat right center;
	background-size: cover;
	height: 158px;
}

.about .pt4 .r .btm .info {
	padding-left: 50px;
	padding-top: 30px;
	width: 50%;
	line-height: 2;
	font-size: 16px;
}


/*dwk*/


/*dwk核心实力C*/

.jxzz .line_btn {
	padding-left: 0;
}

.jxzz .common_btn::before {
	left: 0 !important;
}

.sec_jxzz .common_btn:hover {
	background: none !important;
}

.album_wrap_case4 .album_case4 .right_btn .btn_box:hover {
	background: #EE7500;
}

.jxzz .line_btn {
	border-left: none;
	border-right: none;
}


/*匠心制造*/

.jxzz.channel_content {
	padding: 0;
}

.jxzz01 {
	height: 399px;
	overflow: hidden;
}

.jxzz01>.wrap1300 {
	position: relative;
	height: 100%;
}

.jxzz01 .left {
	width: 67%;
	float: left;
	padding-top: 63px;
	height: 100%;
	box-sizing: border-box;
}

.jxzz01 .left .infor {
	padding-right: 12%;
}

.jxzz01 .left .infor .en_tit {
	font-size: 56px;
	font-family: Impact;
	line-height: 1;
	color: #EE7500 !important;
	text-transform: uppercase;
	margin-bottom: 19px;
}

.jxzz01 .left .infor .tit {
	font-size: 30px;
	line-height: 1;
	color: #000 !important;
	margin-bottom: 35px;
}

.jxzz01 .left .infor .con {
	font-size: 15px;
	color: #333;
	line-height: 27px;
}

.jxzz01 .right {
	width: 33%;
	position: absolute;
	right: 0;
	height: 100%;
	background: #eef6f9;
}

.jxzz01 .right .infor {
	padding-top: 60px;
}

.jxzz01 .right .infor .num {
	width: 53px;
	height: 53px;
	text-align: center;
	font-size: 32px;
	font-family: Impact;
	color: #fff;
	line-height: 53px;
	background: #1a59a7;
	margin-bottom: 46px;
}

.jxzz01 .right .infor .c {
	font-size: 18px;
	columns: #000000;
	line-height: 48px;
	padding-left: 60px;
}

.jxzz01 .right::after {
	content: "";
	width: 500px;
	height: 399px;
	background: #eef6f9;
	position: absolute;
	top: 0;
	right: -500px;
}


/*第二部分及以后 公共部分*/

.sec_jxzz {
	overflow: hidden;
}

.sec_jxzz>.wrap1300 {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.sec_jxzz .common_btn {
	width: 200px;
}

.sec_jxzz .common_btn:hover {
	background: #ffdf00;
}

.sec_jxzz .common_btn>span {
	color: #fff;
}

.sec_jxzz .common_btn:hover .iconfont {
	color: #1a1a1a;
}

.sec_jxzz .box {
	width: 33%;
	position: absolute;
	left: 0;
	height: 100%;
	background: #EE7500;
	background: rgba(0, 87, 164, 0.9);
}

.sec_jxzz .box .intro {
	padding-top: 70px;
}

.sec_jxzz .box .intro .tit_box {
	color: #fff;
	line-height: 1;
	position: relative;
	padding-left: 86px;
	padding-right: 40px;
}

.sec_jxzz .box .intro .tit_box .num {
	width: 53px;
	height: 53px;
	text-align: center;
	font-size: 32px;
	font-family: Impact;
	color: #fff;
	line-height: 53px;
	background: #1a59a7;
	position: absolute;
	left: 0;
	top: 0;
}

.sec_jxzz .box .intro .tit_box .en_t {
	font-size: 56px;
	font-family: Impact;
	text-transform: uppercase;
}

.sec_jxzz .box .intro .tit_box .t {
	font-size: 30px;
	margin-top: 15px;
	margin-bottom: 32px;
}

.sec_jxzz .box .intro .tit_box .c {
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 60px;
}


/*第二部分及以后 公共部分 end*/

.jxzz03 .box {
	background: transparent;
	background: rgba(255, 255, 255, 0.2);
}

.jxzz04 .box {
	background: #1a59a7;
	left: inherit;
	right: 0;
}

.jxzz05 .box {
	background: #eef2f5;
}

.jxzz05.sec_jxzz .box .intro .tit_box {
	color: #000;
}


/*资质荣誉*/

.honor .left_con {
	width: 275px;
}

.honor .right_con {
	/* width:67%;*/
	width: 74%;
	position: relative;
	min-height: 500px;
}

.honor .right_con:after {
	content: "";
	position: absolute;
	top: 0;
	left: -6%;
	width: 1px;
	height: 100%;
	display: block;
	background-color: #dedede;
}

.honor .rect-105 {
	padding-bottom: 105%;
}

.honor .left_con li a {
	display: block;
	color: #333;
	background-color: #f2f9fe;
	border-bottom: 1px solid #fff;
	padding: 20px 0 20px 40px;
	font-size: 16px;
}

.honor .left_con li.cur a,
.honor .left_con li:hover a {
	background-color: #EE7500;
	color: #fff;
}


/*.honor .right_con .box {height:845px;overflow:hidden;position:relative;}
*/

.honor .right_con li.odd {
	position: relative;
}

.honor .right_con li.odd:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -6%;
	width: 6px;
	height: 6px;
	border: 5px solid #dedede;
	border-radius: 50%;
	display: block;
	background-color: #fff;
	margin-top: -8px;
	margin-left: -8px;
	z-index: 2;
}

.honor .right_con .img_box {
	height: 65px;
	line-height: 65px;
	float: left;
	width: 47%;
	margin-right: 3%;
	cursor: pointer;
}

.honor .right_con li.odd .img_box {
	background-color: #f2f9fe;
}

.honor .right_con .title {
	color: #333;
	position: relative;
	padding-left: 30px;
	padding-right: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.honor .right_con .title:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10%;
	display: block;
	width: 32px;
	height: 32px;
	margin-top: -16px;
	margin-right: -16px;
	background: url(/nuferci/web/images/find.png) no-repeat;
	display: none;
}

.honor .right_con .img {
	display: none;
}

.honor .right_con .img_box:hover,
.honor .right_con li.odd .img_box:hover {
	background-color: #EE7500;
}

.honor .right_con .img_box:hover .title {
	color: #fff;
}

.honor .right_con .img_box:hover .title:after {
	display: block;
}

.honor .right_con li {
	position: relative;
	padding-right: 20px;
}

.honor .right_con li::before {
	content: "";
	width: 2px;
	height: 100%;
	background: #f1f1f1;
	position: absolute;
	top: 0;
	right: 2px;
}

.honor .right_con::before {
	content: "";
	width: 5px;
	height: 20%;
	max-height: 123px;
	background: #f1f1f1;
	position: absolute;
	top: 0;
	right: 0;
}


/*搜索框*/


/*news_list*/

.honor {
	padding: 0 0 60px;
}

.honor .pt1_box {
	background: #f4f8fd;
}

.honor .pt1 {
	padding: 60px 0;
	margin-bottom: 60px;
}

.honor .pt1 .sele_box {
	font-size: 18px;
}

.honor .pt1 .sele {
	width: 32%;
	margin-right: 2%;
	padding-bottom: 4px;
	height: 50px;
	line-height: 50px;
	text-indent: 20px;
	color: #EE7500;
	border: 0;
	background: none;
	border-bottom: 4px solid #EE7500;
	border-radius: 0;
}

.honor .pt1 .ipt_box {
	width: 32%;
	padding-bottom: 4px;
	height: 50px;
	line-height: 50px;
	text-indent: 20px;
	color: #EE7500;
	position: relative;
	background: none;
	border-bottom: 4px solid #EE7500;
}

.honor .pt1 .ipt_box .ipt {
	padding-right: 40px;
}

.honor .pt1 .select-ui-choose ._arrow .arr {
	border-color: #EE7500 transparent transparent;
}

.honor .pt1 .select-ui-choose-default.on ._arrow .arr {
	border-color: transparent transparent #EE7500;
}

.select-ui-options-sele_list2 {
	padding-top: 2px;
}

.select-ui-options-sele_list2 li {
	line-height: 40px;
	color: #333;
	text-indent: 20px;
	font-size: 16px;
	border-bottom: 1px solid #fff;
	background: #f0f0f0;
}

.select-ui-options-sele_list2 li:hover {
	color: #fff;
	background: #EE7500;
}

.honor .pt1 .ipt_box .ipt input {
	font-size: 18px;
	border: none;
	outline: none;
	display: block;
	height: 50px;
	line-height: 50px;
	width: 100%;
	padding: 0;
	text-indent: 20px;
	background: none;
	color: #0057AA;
}

.honor .pt1 .ipt_box button {
	display: block;
	width: 40px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	outline: none;
	box-shadow: none;
	background: url(/nuferci/web/images/sele_search.png) center center no-repeat;
	padding: 0;
	cursor: pointer;
}

.honor .pt2 {
	padding: 40px 0 50px;
}

.honor .page_box {
	margin-top: 40px;
}

.select-ui-options-default li:hover {
	color: #fff !important;
	background: #EE7500 !important;
}

.honor .pt1 .ipt_box .ipt input::-webkit-input-placeholder {
	color: #999;
}


/*人才*/


/*顶部*/

.talents {
	background: #fff;
}

.talents .oneItem {
	margin-top: 80px;
	overflow: hidden;
	position: relative;
}

.talents .oneItem .right {
	width: 54%;
	background: url(/nuferci/web/images/t_line1_bg.png) no-repeat center;
	background-size: 100% 100%;
	padding: 60px;
	box-sizing: border-box;
	text-align: right;
}

.talents .oneItem .right .title {
	font-size: 60px;
	font-family: Impact;
	line-height: 1;
	color: #EE7500 !important;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.talents .oneItem .right .stitle {
	font-size: 30px;
	font-weight: 600;
	line-height: 80px;
	color: #000000 !important;
}

.talents .oneItem .right .scon {
	color: #555555;
	font-size: 15px;
}

.talents .oneItem .left {
	width: 46%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}

.talents .oneItem .left .img_box {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

.talents .oneItem .left .img_box img {
	display: block;
	width: 100%;
}

.talents .fenlan {
	width: 14px;
	margin-bottom: 34px;
}

.talents .fenlan img {
	display: block;
	width: 100%;
}

.talents .twoItem {
	margin-bottom: 120px;
}

.talents .twoItem .title_line {
	overflow: hidden;
	margin-bottom: 56px;
}

.talents .twoItem .title_line .left .title {
	color: #EE7500;
	font-size: 36px;
	font-weight: 600;
}

.talents .twoItem .title_line .left .stitle {
	color: #333333;
	font-size: 17px;
	font-weight: 600;
}

.talents .twoItem .con_box {
	font-size: 0;
}

.talents .twoItem .con_box .con_item {
	display: inline-block;
	width: 33.33%;
	font-size: 14px;
	height: 330px;
	box-sizing: border-box;
	border-right: 1px solid #fff;
	background: #f1f4f7;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	position: relative;
	transition: all .8s;
	cursor: pointer;
}

.talents .twoItem .con_box .con_item .real_con_box {
	position: absolute;
	box-sizing: border-box;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	padding: 45px 50px;
}

.talents .twoItem .con_box .con_item .h_show {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.talents .twoItem .con_box .con_item:hover {
	box-shadow: 0 -2px 18px #ccc;
	border-bottom: 0;
	border-right: 0;
	color: #fff;
}

.talents .twoItem .con_box .con_item:hover .con_item_title {
	color: #fff;
}

.talents .twoItem .con_box .con_item:hover .h_show {
	display: block;
}

.talents .twoItem .con_box .con_item:hover .con_item_bottom {
	/* display:block;*/
	opacity: 1;
}

.talents .twoItem .con_box .con_item .h_show .item_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

.talents .twoItem .con_box .con_item .h_show .item_img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.talents .twoItem .con_box .con_item:nth-child(n+5) {
	border-bottom: none;
}

.talents .twoItem .con_box .con_item:nth-child(3n) {
	border-right: none;
}

.talents .twoItem .con_box .con_item .con_item_title {
	font-size: 24px;
	color: #191919;
}

.talents .twoItem .con_box .con_item .con_item_title_line {
	height: 1px;
	width: 46px;
	margin: 20px 0;
	background: #c5c6c8;
}

.talents .twoItem .con_box .con_item .con_item_text_line {
	line-height: 32px;
}

.talents .twoItem .con_box .con_item .con_item_bottom {
	height: 14px;
	margin-top: 30px;
	/* display:none;*/
	position: relative;
	height: 14px;
	opacity: 0;
}

.talents .jiantou_box {
	width: 30px;
	height: 14px;
	background: url(/nuferci/web/images/common_arr.png) 0 -28px no-repeat;
	float: left;
}

.talents .twoItem .con_box .con_item .con_item_bottom .cheng {
	width: 10px;
	height: 2px;
	background: #fff;
	float: left;
	margin-top: 6px;
	transition-delay: all.8s;
	transition: all .8s;
	margin-right: 20px;
}

.talents .twoItem .con_box .con_item:hover .cheng {
	width: 45px;
}

.talents .twoItem .con_box .con_item .con_item_bottom img {
	display: block;
	height: 100%;
}


/*搜索框*/

.talents .twoItem .title_line .search_box {
	width: 100%;
	height: 60px;
	color: #EE7500;
	position: relative;
	border-bottom: 4px solid #EE7500;
}

.talents .twoItem .title_line .right {
	width: 360px;
}

.talents .twoItem .title_line .search_box input {
	display: block;
	width: 100%;
	height: 60px;
	border: none;
	font-size: 18px;
	color: #EE7500;
	padding-right: 60px;
	box-sizing: border-box;
}

.talents .twoItem .title_line .search_box input::-webkit-input-placeholder {
	color: #999;
}

.talents .twoItem .title_line .search_box .search_btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	background: url(/nuferci/web/images/sele_search.png) center center no-repeat;
	cursor: pointer;
}

.job_detail_bg {
	display: none;
}

.job_detail_bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	bottom: 0;
	background: rgba(0, 0, 0, .60);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);
}

.job_detail_bg .job_detail_win {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -300px;
	margin-left: -470px;
	width: 940px;
	height: 600px;
	overflow: hidden;
	background: #fff;
}

.job_detail_bg .job_detail_win>iframe {
	border-radius: 10px;
}

.job_detail {
	position: relative;
	padding: 10px 45px 40px;
}

.job_detail_bg .btn_close {
	display: block;
	position: absolute;
	top: 25px;
	right: 45px;
	width: 30px;
	height: 30px;
	font-size: 0;
	background: url(/nuferci/web/images/job03.png) 0 0 no-repeat;
	z-index: 2;
}

.job_detail .job_tit {
	line-height: 2.4em;
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	border-bottom: #d2d2d2 2px solid;
}

.job_detail .txt_con {
	margin: 18px 0 20px;
	height: 380px;
	overflow-y: auto;
	font-size: 14px;
	line-height: 28px;
}

.job_detail .det_rec {
	margin-bottom: 6px;
}

.job_detail .det_rec .tit {
	width: 12.3%;
	color: #666;
}

.job_detail .det_rec .desc {
	width: 77.6%;
	color: #333;
}

.job_detail .det_mailto_box {
	margin-left: 12.3%;
	padding: 15px 0 15px 3.6%;
	font-size: 14px;
	color: #333333;
	line-height: 23px;
	background-color: #cfcfcf;
}

.job_detail .det_mailto_box>a {
	font-weight: bold;
	color: #2e3669;
	text-decoration: underline;
}

.intro_box {
	background: #fff;
}

.intro_box_s {
	padding: 100px 0 85px;
	background: #fff;
}

.intro_box_s .top {
	font-size: 0;
}

.intro_box_s .top .item {
	display: inline-block;
	width: 33%;
	font-size: 14px;
	margin-left: 0.3%;
	position: relative;
	padding-bottom: 9%;
	cursor: pointer;
	color: #fff;
	position: relative;
}

.intro_box_s .top .item .ccon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.intro_box_s .top .item.acti::after {
	content: "";
	width: 0;
	height: 0;
	border: 16px solid;
	border-color: transparent transparent #f4f8fd;
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
}

.intro_box_s .top .item:first-child {
	margin-left: 0;
}

.intro_box_s .top .item .t_item_con {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 25px;
	z-index: 3;
	box-sizing: border-box;
}

.intro_box_s .top .item .t_item_con .t_item_con_mtitle {
	font-size: 50px;
	font-family: Impact;
	text-transform: Uppercase;
	margin-top: 10px;
}

.intro_box_s .top .item .t_item_con .t_item_con_stitle {
	font-size: 25px;
	margin-top: -11px;
	color: #fff;
}

.intro_box_s .top .item .t_item_con .t_item_con_jiahao {
	width: 18px;
	height: 18px;
	background: url(/nuferci/web/images/jiahao.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	bottom: 30px;
	right: 30px;
}

.intro_box_s .top .item .t_item_con_h {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 2;
	transition: .8s;
}

.intro_box_s .top .item.acti .t_item_con_h,
.intro_box_s .top .item:hover .t_item_con_h {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgb(15, 110, 184, 0.8);
	z-index: 2;
}

.intro_box_s .top .item .t_item_con_img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.intro_box_s .top .item .t_item_con_img img {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}

.intro_box_s .bottom {
	padding: 60px 55px;
	margin-top: 50px;
	background: #f4f8fd;
	position: relative;
}

.intro_box_s .bottom .bottom_item {
	display: none;
}

.intro_box_s .bottom .bottom_item.acti {
	display: block;
}

.intro_box_s .bottom .bottom_one {
	overflow: hidden;
}

.intro_box_s .bottom .bottom_one .left {
	width: 24.3%;
	height: 411px;
	position: relative;
	background: #EE7500;
	padding: 40px 50px;
	box-sizing: border-box;
}

.intro_box_s .bottom .bottom_one .left .ad_logo {
	display: block;
	width: 170px;
	height: 170px;
}

.intro_box_s .bottom .bottom_one .left .m_title {
	font-size: 32px;
	color: #fff;
	margin-top: 35px;
}

.intro_box_s .bottom .bottom_one .left .s_title {
	font-size: 16px;
	color: #fff;
	margin-top: 15px;
}

.intro_box_s .bottom .bottom_one .right {
	width: 74%;
	background: #fff;
	height: 411px;
	position: relative;
}

.intro_box_s .bottom .bottom_one .left::after {
	content: "";
	width: 0;
	height: 0;
	border-width: 22px 0 22px 18px;
	border-style: solid;
	border-color: transparent transparent transparent #EE7500;
	/*透明 透明 透明 灰*/
	position: absolute;
	top: 65px;
	right: -17px;
}

.intro_box_s .bottom .bottom_one .right::after {
	content: "";
	width: 0;
	height: 0;
	border-width: 22px 0 22px 18px;
	border-style: solid;
	border-color: transparent transparent transparent #f4f8fd;
	/*透明 透明 透明 灰*/
	position: absolute;
	top: 65px;
	left: 0;
}

.intro_box_s .bottom .bottom_one .right .r_con {
	padding: 0 55px 0 96px;
	box-sizing: border-box;
}

.intro_box_s .bottom .bottom_one .right .mm_title {
	color: #EE7500;
	font-family: Impact;
}

.intro_box_s .bottom .bottom_one .right .mm_title .t1 {
	font-size: 75px;
	margin-top: 30px;
	white-space: nowrap;
	color: #EE7500 !important;
}

.intro_box_s .bottom .bottom_one .right .mm_title .t2 {
	font-size: 60px;
	margin-top: -35px;
	white-space: nowrap;
	color: #EE7500 !important;
}

.intro_box_s .bottom .bottom_one .right .ss_title {
	font-size: 30px;
	color: #000000;
	font-weight: 600;
	margin-bottom: 15px;
}

.intro_box_s .bottom .bottom_two {
	margin-top: 40px;
}


/*显示后台挂件*/


/*.intro_box_s .bottom .jr-widgets-panel .bottom_item{display:block;}*/


/*20190619 补充 领导关怀*/

.care {
	padding: 70px 0;
}

.care li {
	position: relative;
	overflow: hidden;
	margin-bottom: 34px;
	width: 32%;
	float: left;
	margin-bottom: 0;
	margin-right: 2%;
	margin-bottom: 30px;
}

.care li.end {
	margin-right: 0;
}

.care .list_box {
	display: block;
	padding: 8% 4%;
	background: #f4f8fd;
	font-size: 16px;
	color: #666;
	overflow: hidden;
}

.care li:hover {
	box-shadow: 0 0 20px 7px #e6e6e6;
}

.care .list_text {
	padding: 0 6%;
}

.care .list_time {
	display: block;
	padding: 5px 0px;
	font-size: 13px;
}

.care .list_title {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-bottom: 16px;
}

.care .list_p {
	margin-bottom: 44px;
	line-height: 28px;
	font-size: 14px;
}


/*20190620*/

.footer .footer1 .logo img {
	width: auto;
}

.header .header_nav .pro .inner_box ul {
	width: 20%;
}


/*企业文化*/

.culture {
	padding-top: 85px;
	padding-bottom: 120px;
}

.culture01 .top {
	position: relative;
	background-image: url(/nuferci/web/images/culture_pt1bg.jpg);
	background-size: cover;
}



.culture01 .top .top_left .left_con {
	position: relative;
	z-index: 2;
}

.culture01 .top .top_left .con {
	padding: 45px 55px 65px;
	color: #fff;
}

.culture01 .top .top_left .con .en {
	position: relative;
	color: #fff !important;
	font-family: Impact;
	text-transform: uppercase;
	font-size: 75px;
	line-height: 1;
}

.culture01 .top .top_left .con .cn {
	position: relative;
	color: #fff !important;
	font-size: 30px;
	font-weight: bold;
	margin: 10px 0 20px;
}

.culture01 .top .top_left .item_con {
	line-height: 34px;
	margin-bottom: 15px;
}

.culture01 .top .top_left .item_con .mtitle {
	font-size: 20px;
	font-weight: 600;
	color: #f8f8f8;
}

.culture01 .top .top_left .item_con .stitle {
	font-size: 16px;
	color: #f8f8f8;
}

.culture01 .bottom {
	margin-top: 70px;
	padding: 45px 55px 45px;
	background-size: cover;
	background-image: url(/nuferci/web/images/culture_pt2bg.jpg);
}

.culture01 .bottom .en {
	position: relative;
	color: #EE7500 !important;
	font-family: Impact;
	text-transform: uppercase;
	font-size: 75px;
	line-height: 1;
}

.culture01 .bottom .cn {
	position: relative;
	color: #fff !important;
	font-size: 30px;
	font-weight: bold;
	margin: 10px 0 20px;
}

.culture01 .bottom .row li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-left: 6%;
}

.culture01 .bottom .row li.li1 {
	padding-left: 0;
}

.culture01 .bottom .li_con {
	position: relative;
}


/*.culture01 .bottom .li_con:after{content:""; position:absolute; top:12px; height:40px; width:1px; left:-20%; background:rgba(255, 255, 255, .2); }*/

.culture01 .bottom .li1 .li_con:after {
	display: none;
}

.culture01 .bottom .li_con .li_con_img {
	background: url(/nuferci/web/images/culture_icon.png) repeat;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	-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;
}

.culture01 .bottom .li_con:hover .li_con_img {
	cursor: pointer;
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.culture01 .bottom .li2 .li_con .li_con_img {
	background-position: -120px 0;
}

.culture01 .bottom .li3 .li_con .li_con_img {
	background-position: -240px 0;
}

.culture01 .bottom .li4 .li_con .li_con_img {
	background-position: -360px 0;
}

.culture01 .bottom .li5 .li_con .li_con_img {
	background-position: -480px 0;
}

.culture01 .bottom .li6 .li_con .li_con_img {
	background-position: -600px 0;
}

.culture01 .bottom .li_con .li_con_text .text1 {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}

.culture01 .bottom .li_con .li_con_text .text2 {
	font-size: 14px;
	color: #fff;
}


/*图片列表*/

.picture_list li {
	margin-bottom: 55px;
	cursor: pointer;
}

.picture_list li .cover {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(/nuferci/web/images/blue.4.png) center;
	left: 0;
	top: 100%;
	-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;
}

.picture_list li .cover .ico {
	width: 68px;
	height: 68px;
	position: absolute;
	left: 50%;
	margin-left: -34px;
	top: 50%;
	margin-top: -34px;
	background: url(/nuferci/web/images/pic_fd.png) no-repeat center;
}

.picture_list li .infor {
	padding: 20px 26px;
	background: #aaaaaa;
	color: #fff;
	line-height: 24px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.picture_list li .infor .tit {
	font-size: 16px;
	margin-bottom: 15px;
}

.picture_list li .infor .con {
	font-size: 12px;
}

.picture_list li:hover .cover {
	top: 0;
}

.picture_list li:hover .infor {
	background: #EE7500;
}

.crs {
	padding-bottom: 120px;
}

.crs.talents .twoItem {
	margin-bottom: 56px;
}

.crs .page_nn {
	margin-top: 0;
}

.crs .twoItem {
	position: relative;
}

.crs .twoItem .left:after {
	content: '';
	width: 26px;
	height: 49px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -24px;
	background: url(/nuferci/web/images/support_jt.png) no-repeat center;
}

.network .pt2 {
	z-index: 2;
}

.network .map_box {
	position: relative;
	z-index: 1;
}

#map_box {
	width: 100%;
	height: 100%;
	border: #ccc solid 1px;
}

#map_box iframe {
	display: block;
	border: none
}
/*党建*/

.party_banner {
	height: 400px;
	overflow: hidden;
	position: relative;
	margin-top: 90px;
}

.party_banner .banner_img {
	position: absolute;
	width: 1920px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -960px;
	max-width: none;
	z-index: 1;
}

.party_banner .channel {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	color: #fff;
	overflow: hidden;
}

.party_banner .channel a {
	font-size: 16px;
	line-height: 20px;
	padding: 50px 0 20px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	float: left;
	margin-right: 3%;
	position: relative;
}

.party_banner .channel .first_channel {
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
	padding: 20px 30px 30px 100px;
}

.party_banner .channel a:after {
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	bottom: 5px;
	height: 3px;
	background: #fff;
	-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;
}

.party_banner .channel a:hover,
.party_banner .channel a.cur {
	font-weight: bold;
}

.party_banner .channel a:hover:after,
.party_banner .channel a.cur:after {
	width: 100%;
}

.party_banner .channel a:hover {
	color: #fff;
}

.party_banner .channel .first_channel:hover:after {
	display: none;
}

.party {
	padding: 75px 0 120px;
}

.party .pt1 .tit {
	overflow: hidden;
	margin-bottom: 50px;
}

.party .pt1 .tit .tag {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	background: url(/nuferci/web/images/party_tit.jpg) no-repeat;
	line-height: 52px;
	width: 107px;
	margin-right: 20px;
	float: left;
}

.party .pt1 .tit .t {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 38px;
	color: #be1b12;
	font-weight: bold;
	line-height: 52px;
	float: left;
}

.party .pt1 .desc {
	line-height: 28px;
	margin-bottom: 50px;
}

.rect-6667 {
	padding-bottom: 66.67%;
}

.channel_content.party {
	margin-top: 0;
}

.party .pt2 ._t {
	display: none;
}

.party .pt2 .pic {
	cursor: pointer;
}

.party .pt2 .fix {
	position: relative;
	overflow: hidden;
}

.party .pt2 .left {
	width: 34%;
	position: absolute;
	left: 0;
	top: 0;
}

.party .pt2 .left .l_wrap {
	padding-right: 20px;
}

.party .pt2 .right {
	width: 66%;
	float: right;
}

.party .pt2 .prev {
	width: 41px;
	height: 84px;
	background: url(/nuferci/web/images/party_arr.png) no-repeat;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -42px;
}

.party .pt2 .next {
	width: 41px;
	height: 84px;
	background: url(/nuferci/web/images/party_arr.png) no-repeat;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -42px;
	background-position: -41px 0;
}


/*技术服务*/

.rect-62 {
	padding-bottom: 62%;
}

.rect-72 {
	padding-bottom: 72%;
}

.tech {
	padding-top: 95px;
}

.tech .pt1 {
	margin-bottom: 85px;
}

.tech .pt1 .fix {
	position: relative;
	overflow: hidden;
	background: #f6f9fd;
}

.tech .pt1 .pic {
	/*width: 42%;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat*/
	
	width: 39.44%;
	float: left;
}
.tech .pt1 .pic img{
	display: block;
	width: 100%;
}
.tech .pt1 .left {
	width: 60.56%;
	float: left;
}

.tech .pt1 .left .con {
	padding: 65px;
	text-indent: 2em;
}

.tech .pt1 .left .con .en {
	color: #EE7500 !important;
	line-height: 1;
	text-transform: uppercase;
	font-family: Impact;
}

.tech .pt1 .left .con .en1 {
	font-size: 75px;
}

.tech .pt1 .left .con .en2 {
	font-size: 65px;
}

.tech .pt1 .left .con .cn {
	color: #000 !important;
	font-size: 30px;
	font-weight: bold;
	line-height: 80px;
}

.tech .pt2 {
	background: #f4f8fd;
	padding: 55px 0 120px;
}

.tech .pt2 .txt {
	 
	display: table;
	background: #e7e7eb;
	color: #333333;
	line-height: 30px;
}

.tech .pt2 .txt .d {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10%;
}

.tech .pt2 .txt .d .tit {
	font-size: 22px;
	font-weight: bold;
	color: #000;
	line-height: 1;
	line-height: 30px;
}

.tech .pt2 .txt .d p {
	height: 150px;
	line-height: 37.5px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.tech .pt2 .five .txt {
	background: none;
	color: #fff;
}

.tech .pt2 .desc {
	color: #000;
	font-size: 17px;
	line-height: 30px;
	margin: 30px 0;
}

.tech .pt2 .part {
	margin-bottom: 50px;
}

.tech .pt2 .con2>.span-6 {
	margin-bottom: 30px;
	background: #e7e7eb;
}

.tech .pt2 .con2 .txt {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.tech .pt2 .con2 .txt .d {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-top: 40px;
}

.rect-115 {
	padding-bottom: 115%;
}
.tech .pt2 .con2 img{
	display: block;
	width: 100%;
}

/*数字标题*/

.common-no-tit {
	overflow: hidden;
	line-height: 33px;
}

.common-no-tit .no {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #fff;
	background: url(/nuferci/web/images/num_tit.png);
	width: 71px;
	padding-left: 10px;
	font-size: 22px;
}

.common-no-tit .t {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #000;
	font-size: 22px;
	font-weight: bold;
}


/*覆盖公司介绍样式*/

.tech .intro_box_s .top .item.acti::after {
	display: none;
}

.tech .intro_box_s .bottom {
	background: #fff;
}

.tech .intro_box_s {
	padding: 0;
	background: none;
}

.tech .intro_box {
	background: none;
}

.tech .intro_box_s .top .item {
	width: 16.2%;
	margin-left: 0.4%;
}

.tech .intro_box_s .top .item:first-child {
	margin-left: 0
}


/*联系我们*/

.contact {
	padding: 85px 0 120px;
}

.contact .left {
	width: 30%;
	height: 820px;
	background: #f3f4f8
}

.contact .r {
	width: 68%;
}

.map {
	height: 820px;
	width: 100%;
}

.contact .l .con {
	padding: 45px 7%;
}

.contact .l .con .en {
	font-size: 45px;
	text-transform: uppercase;
	color: #EE7500 !important;
	line-height: 1;
	font-family: Impact;
}

.contact .l .con .cn {
	font-size: 28px;
	color: #000 !important;
	border-bottom: 1px solid #dcdde1;
	padding-bottom: 20px;
}

.contact .l .con .item {
	line-height: 40px;
	padding: 20px 0;
	border-bottom: 1px solid #dcdde1;
	font-size: 16px;
	color: #616161;
}

.contact .l .con .item span {
	width: 40px;
	height: 40px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: url(/nuferci/web/images/contact_icon.jpg) no-repeat;
	background-position: 0 0;
	float: left;
	margin-right: 15px;
}

.contact .l .con .item .icon2 {
	background-position: -40px 0;
}

.contact .l .con .item .icon3 {
	background-position: -80px 0;
}

.contact .l .con .item .icon4 {
	background-position: -120px 0;
}

.contact .l .con .item .icon5 {
	background-position: -160px 0;
}

.contact .l .ercode {
	text-align: center;
	font-size: 16px;
	color: #616161;
	margin-top: 30px;
}

.contact .l .ercode .l {
	width: 40%;
	padding: 2%;
}

.contact .l .ercode .r {
	width: 40%;
	padding: 2%;
}


/*科创成果*/

.science {
	padding: 85px 0 0;
}

.science .pt1 {
	padding-bottom: 60px;
}

.science .pt1 .desc {
	margin: 20px 0 45px;
	line-height: 25px;
	text-indent: 2em;
}

.science .pt2 {
	position: relative;
}

.science .pt2 .item {
	height: 450px;
	overflow: hidden;
	position: relative;
}

.science .pt2 .bg_img {
	width: 1920px;
	max-width: none;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}

.science .pt2 .word {
	position: absolute;
	left: 9%;
	top: 50px;
	right: 50%;
	bottom: 50px;
	background: url(/nuferci/web/images/science_bg.png) no-repeat;
	background-size: cover;
	color: #fff;
	padding: 40px 60px;
	z-index: 1;
}

.science .pt2 .word .name {
	font-size: 39px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 5px;
}

.science .pt2 .word .pos {
	font-size: 24px;
}

.science .pt2 .word .desc {
	margin-top: 10px;
	line-height: 35px;
	max-height: 140px;
	overflow: hidden;
	height: 140px;
}

.science .pt2 .word .trigger_btn {
	margin-top: 20px;
	display: none;
}

.science .pt2 .word .trigger_btn>div {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 40px;
	cursor: pointer;
}

.science .pt2 .word .trigger_btn i {
	margin: 0 5px;
}

.science .pt3 {
	margin-top: 95px;
}

.science .pt3 .item {
	background: url(/nuferci/web/images/science_human.jpg) no-repeat;
	background-size: cover;
	margin-bottom: 95px;
}

.science .pt3 .item .pic {
	width: 40%;
	float: left;
}

.science .pt3 .item .info {
	overflow: hidden;
	padding-top: 15%;
	padding-left: 6%;
	padding-bottom: 10%;
	padding-right: 10%;
}

.science .pt3 .item .info .name {
	font-size: 24px;
	font-weight: bold;
	color: #000;
}

.science .pt3 .item .info .pos {
	font-size: 18px;
	color: #000;
	margin-bottom: 20px;
}

.science .pt3 .item .info .desc {
	color: #5a5a5a;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
}


/*20100621 调整*/

.intro_box_s .top .item:hover .t_item_con_jiahao {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-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;
}

.care .list_p {
	height: 56px;
	overflow: hidden;
}

.index .pt5 {
	background: url(/nuferci/web/images/index_contact_bg.jpg) no-repeat;
}

.footer .footer1 .sharemore_ico {
	margin-right: 0;
}

.footer .footer1 .sm {
	border: 1px solid #fff;
	width: 60px;
	height: 60px;
}

.footer .footer1 .border {
	border: 1px solid #fff;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 60px;
	height: 60px;
	float: left;
	margin-left: 5px;
}

.footer .footer1 .border a {
	margin: 0;
}

.about .pt1 .info a:hover {
	color: #fff;
}

.about .pt1 .btm .box .flag {
	height: 37px;
	width: 35px;
	text-align: center;
	position: absolute;
	bottom: 20px;
	right: 40px;
}

.about .pt1 .btm .box a {
	overflow: hidden;
	position: relative;
}

.about .pt1 .btm .box:hover .flag {
	-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;
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.news_center01 .content .left img {
	width: 780px;
	margin-top: -210px;
}

.news_center01 .content .right .box {
	padding: 20px 6%;
}

.news_center01 .content .right .box {
	margin-bottom: 9px;
}

.news_center02 .right .rect-72 {
	height: auto;
	padding-bottom: 0;
	position: relative;
	height: 313px;
	text-align: center;
}


/*发展历程第二版*/

.resource-type-wrap .panel span {
	line-height: 44px;
	color: #EE7500;
	font-size: 36px;
	padding: 0 4px;
	position: relative;
	left: -3px;
	position: relative;
	display: inline-block;
	margin-bottom: 25px;
	font-weight: bold;
}

.resource-type-wrap .panel span font {
	display: block;
	width: 20px;
	height: 44px;
	right: -20px;
	position: absolute;
	top: 0;
}

.resource-type-wrap .panel:hover font {}

.resource-type-wrap .panel .image img {
	width: 100%;
	height: auto;
}

.resource-type-wrap .panel .title {
	padding: 10px;
	line-height: 1.8;
}

.resource-type-wrap .panel .title a {
	color: #000;
}

.resource-type-wrap .head {
	padding: 28px 20px 0;
	height: 242px
}

.inner_box {
	width: 100%;
}

.resource-type-wrap .panel .title {
	line-height: 22px;
	padding: 24px 0;
	font-size: 18px;
	color: #626670;
	font-weight: normal;
}

.resource-type-wrap .panel .inner {
	relative;
	left: -1px;
	border: 1px #e6e6e6 solid;
	width: 80%;
	padding: 5%;
	margin-left: 10%;
	position: relative;
}

.resource-type-wrap .panel .inner:after {
	content: '';
	width: 20px;
	height: 20px;
	background: url(/nuferci/web/images/ico.png) -20px -80px no-repeat;
	position: absolute;
	top: 30px;
	left: -20px;
}

.resource-type-wrap .panel.leftBox_resource .inner:after {
	right: -20px;
	background-position: 0 -80px;
	left: auto;
}

.resource-type-wrap .panel .inner_box i {
	display: block;
	width: 75px;
	height: 2px;
	overflow: hidden;
	font-size: 0;
	background: #222222;
	margin-bottom: 24px;
}

.resource-type-wrap .panel .inner_box p {
	color: #626670;
	font-size: 14px;
	line-height: 22px;
	margin: 25px 0 0;
}

.resource-type-wrap .panel .inner_box p .image {
	margin-bottom: 0;
}

.resource-type-wrap .panel.leftBox_resource {
	margin-top: 0;
}

.resource-type-wrap .panel.leftBox_resource span {
	float: right;
	position: relative;
	left: 3px;
	display: inline-block;
}

.resource-type-wrap .panel.leftBox_resource .title {
	line-height: 22px;
	padding: 24px 0;
	font-size: 18px;
	color: #626670;
	font-weight: normal;
	float: right;
}

.resource-type-wrap .panel.leftBox_resource .inner_box {
	clear: both;
	padding-left: 0;
}

.resource-type-wrap .panel.leftBox_resource .inner_box i {
	display: block;
	width: 75px;
	height: 2px;
	overflow: hidden;
	font-size: 0;
	background: #222222;
	margin-bottom: 24px;
	float: right;
	clear: both;
}

.resource-type-wrap .panel.leftBox_resource .inner_box p {
	color: #626670;
	font-size: 14px;
	line-height: 24px;
	clear: both;
	text-align: right;
}

.resource-type-wrap .panel.leftBox_resource .inner_box p .image {
	margin-bottom: 0;
}

.resource-type-wrap .panel.leftBox_resource .inner {
	left: 0px;
	margin-left: 0;
}

.resource-type-wrap .panel.leftBox_resource:hover .inner {
	position: relative;
}

.resource-type-wrap .panel.leftBox_resource span font {
	display: block;
	width: 20px;
	height: 44px;
	left: -20px;
	position: absolute;
	top: 0;
}

.resource-type-wrap .panel.leftBox_resource:hover font {}

.resource-type-wrap {
	background: url(/nuferci/web/images/opp.gif) repeat-y center top;
	padding-top: 10px;
}

.resource-type-wrap {
	width: 100%;
	background-position: 49.2% top;
}

.resource-type-wrap .panel {
	width: 49.2%;
	position: relative;
	margin-top: 40px;
}

.his_box_tit {
	background-position: 49.2% bottom;
}

.load-more-link {
	display: block;
	width: 153px;
	height: 40px;
	margin: 0 auto;
	background: url(/nuferci/web/images/his_more.jpg) no-repeat;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	line-height: 25px;
	cursor: pointer;
}

.resource_type_t {
	font-size: 72px;
	color: #e6e6e6;
	background-color: #fff;
	margin-bottom: 40px;
}

.resource-type-wrap .panel:after {
	content: '';
	width: 17px;
	height: 17px;
	background: url(/nuferci/web/images/his_li_dian.png) right top no-repeat;
	position: absolute;
	left: -8px;
	top: 32px;
}

.resource-type-wrap .panel.leftBox_resource:after {
	right: -9px;
	left: auto;
}

.develop2 .pt2 {
	padding: 85px 0 120px;
}


/*20190622*/

.index .pt5 .page_btn:hover {
	color: #fff;
}

.index .pt4 .l .con .pics .pic {
	height: 242px;
	overflow: hidden;
}

.index .pt2 .tab .span-2 {
	position: relative;
}

.index .pt2 .tab .span-2:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background: url(/nuferci/web/images/white.16.png) repeat;
}

.index .pt2 .tab .span-2:first-child:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	background: url(/nuferci/web/images/white.16.png) repeat;
}

.header .header_tools li.quick_a:before {
	content: "";
	left: 30%;
	top: 50%;
	margin-top: -10px;
	width: 1px;
	height: 20px;
	background: #fff;
	opacity: .1;
	position: absolute;
}

.product_list .pt1 .product_con {
	top: 0;
}

.product_list .detail_popup .con .l {
	padding-top: 0;
}

.product_list .detail_popup .con a {
	display: none;
}

.product_list .detail_popup .con .desc {
	height: auto;
}

.product_list .detail_popup .datalist td {
	border: 1px solid rgba(204, 204, 204, 0.5);
}

.rect-145 {
	padding-bottom: 145%;
}

.party_banner .channel .first_channel {
	padding: 38px 0 10px;
}

.contact .r .map #map-52813 {
	width: 100% !important;
	height: 100% !important;
}

.contact .r .map img {
	max-width: none;
}

.product_list .detail_popup .con {
	margin-top: 100px;
}

.header .header_nav .nav_container>ul>li a.cur {
	color: #EE7500;
}

.jxzz04 .box {
	background: rgba(0, 87, 164, 0.9);
}


/*.sec_jxzz .box .intro .tit_box .num{color:#EE7500;}*/

.product_list .detail_popup .con .l {
	max-height: 320px;
	overflow: hidden;
	position: relative;
}

.product_list .detail_popup .con .l .info {
	padding-right: 20px;
}

body .scrollbar-ui .scroll_slider {
	width: 3px;
	background: rgba(14, 104, 176, 0.5);
}

body .scrollbar-ui .scroll_bar {
	width: 3px;
	background: rgba(117, 121, 129, .5);
}

.honor .right_con li::before {
	display: none;
}

.honor .right_con::before {
	display: none;
}

.header .header_nav .nav_container>ul>li {
	width: 16%;
}

.index .pt4 .l .con .pics .pic img {
	height: 100%;
	max-width: none;
}


/*channel_content间距*/

.common-page-xc {
	padding: 100px 0 115px;
}

.intro_box_s {
	padding: 100px 0 115px;
}

.care {
	padding: 100px 0 85px;
}

.develop2 .pt2 {
	padding: 100px 0 115px;
}

.honor .pt1 {
	margin-bottom: 100px;
}

.honor {
	padding: 0 0 115px;
}

.culture {
	padding: 100px 0 115px;
}

.talents .oneItem {
	margin-top: 40px;
}

.crs {
	padding-bottom: 115px;
}

.party {
	padding: 100px 0 115px;
}

.news_center.channel_content {
	padding-bottom: 55px;
}

.news_list {
	padding: 100px 0 65px;
}

.news_detail {
	padding: 100px 0 115px;
}

.science {
	padding: 100px 0 115px;
}

.tech {
	padding-top: 100px;
}

.tech .pt2 {
	padding-bottom: 115px;
}

.talents .twoItem {
	margin-bottom: 115px;
}

.contact {
	padding: 100px 0 115px;
}

.contact .l .ercode {
	/*display: none;*/
}

.intro_box_s .top .item {
	width: 49%;
	margin-left: 2%;
}

.intro_box .culture {
	padding-bottom: 0;
}

.intro_box .culture ul li {
	float: left;
	width: 16.6%;
}

.intro_box .culture .culture01 .bottom .li2 .li_con_img {
	background-position: -120px 0;
}

.intro_box .culture .culture01 .bottom .li3 .li_con_img {
	background-position: -240px 0;
}

.intro_box .culture .culture01 .bottom .li4 .li_con_img {
	background-position: -360px 0;
}

.intro_box .culture .culture01 .bottom .li5 .li_con_img {
	background-position: -480px 0;
}

.intro_box .culture .culture01 .bottom .li6 .li_con_img {
	background-position: -600px 0;
}

.intro_box .culture .culture01 .bottom {
	margin-top: 0;
	padding: 0;
}

.index .pt3 .cn2 {
	width: 80%;
}

.index .pt1 .right_box li {
	padding-bottom: 68px;
}

.product_list .datalist {
	text-align: center;
}

.tech .pt2 .con2 .txt .d {
	height: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 0;
}

.tech .pt2 .con2 .single .txt .d {
	padding-top: 30px;
}

.tech .intro_box_s .bottom .rect-115 {
	background: #e7e7eb;
}

.science .pt3 {
	display: none;
}

.product_list .pt1 {
	position: relative;
}

.product_list .pt1:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(/nuferci/web/images/black.5.png) repeat;
	z-index: 11;
}

.product_list .pt1:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -121px;
	margin-top: -123px;
	width: 242px;
	height: 251px;
	background: url(/nuferci/web/images/product_help.png);
	z-index: 12;
}

.product_list .pt1.help_hide:before,
.product_list .pt1.help_hide:after {
	display: none;
}

.intro_box_s .bottom .bottom_one .right {
	width: 73%;
}

.intro_box_s .bottom .bottom_one .left {
	width: 25%;
	padding: 40px 30px;
}


/*20190628 调整*/

.about .line_btn.line_btn_red {
	position: relative;
	margin-top: 50px;
}

.ibanner .word .tit {
	font-size: 50px;
	font-weight: bold;
	line-height: 1;
}

.ibanner .word .ban_en {
	font-size: 51px;
	font-family: Impact;
	text-transform: uppercase;
	line-height: 1;
	color: #fff;
	margin: 20px 0 10px;
}

.ibanner .word .ban_cn {
	font-size: 29px;
	line-height: 1;
	color: #fff;
}


/*.ibanner .word{margin-top:-65px;}*/

.ibanner .page_btn {
	background: none;
	width: 180px;
	border: 1px solid #fff;
}

.ibanner .page_btn:hover {
	color: #fff;
}

.talents .oneItem .right {
	text-align: left;
}

.sec_jxzz .box {
	width: 56%;
}

.ibanner video {
	top: 0%;
	left: 0%;
	margin-left: 0px;
	margin-top: 0px;
}

.about .pt2 .talk {
	width: 500px;
}

.about .pt2 .talk .line_btn.line_btn_red {
	margin-top: 40px;
}

.about .pt4 .r .btm .info {
	padding-top: 25px;
}

.xc_banner .r:after {
	display: none;
}

.xc_banner .r {
	width: 30%;
}


/*20190704*/

.ibanner .word .ban_cn {
	line-height: 1.5;
}

.header .header_tools li.quick_a .quick_box a:hover {
	font-weight: bold;
}

.xc_banner .r {
	width: 31%;
}

.xc_banner .r img {
	width: auto;
}

.xc_banner .l {
	width: 100%;
}

.about .pt2 .item:after {
	display: none;
}

.about .line_btn.line_btn_red {
	margin-top: 120px;
}

.intro_box_s .bottom .bottom_one .left .s_title {
	line-height: 28px;
	margin-top: 5px;
}

.intro_box_s .bottom .bottom_one .left .m_title {
	margin-top: 25px;
}

.develop .pt1 .tit {
	font-weight: bold;
	margin-bottom: 15px;
}

.crs .care {
	padding: 0;
}

.party .care {
	padding: 0;
}

.product_main .part1_text .list_hd .en_title {
	font-size: 27px;
}

.intro_box_s .top .item .t_item_con .t_item_con_mtitle {
	font-size: 35px;
	margin-top: 20px;
	margin-bottom: 5px;
}

.xc_banner .sec_channel {  margin-bottom:20px;
}
.xc_banner .sec_channel a {
	margin-right: 3%; font-size:18px;
}

.xc_banner .sec_channelb a {
	margin-right: 3%; font-size:14px;
}
.ibanner .circle {
	display: none;
}

.ibanner .word {
	text-align: left;
	width: 100%;
	margin-left: 0;
	left: 9%;
}

.header .header_tools {
	width: 15%;
}

.ibanner .page_btn {
	text-align: center;
}


/*党建*/

.party_new {
	padding: 100px 0 0;
}

.party_new .party_h1 {
	font-size: 30px;
	background: url(/nuferci/web/images/party_h1.jpg) no-repeat;
	color: #fff;
	line-height: 62px;
	width: 355px;
	font-weight: bold;
	letter-spacing: 8px;
	padding-left: 90px;
	margin-bottom: 40px;
}

.party_new .desc {
	font-size: 15px;
	line-height: 28px;
}

.party_new .party_h2 {
	font-size: 22px;
	background: url(/nuferci/web/images/party_h2.jpg) no-repeat;
	color: #e00c1f;
	line-height: 75px;
	width: 300px;
	font-weight: bold;
	text-align: right;
	background-position: left bottom;
	margin: 45px 0;
}

.party_new .pt1 .con1 {
	background: url(/nuferci/web/images/party_bg1.jpg) no-repeat;
	font-size: 15px;
	background-size: contain;
	padding-bottom: 19%;
	height: 0;
	position: relative;
	line-height: 30px;
}

.party_new .pt1 .con1 .text {
	position: absolute;
	top: 50%;
	right: 10%;
	left: 25%;
	bottom: 5%;
}

.party_new .pt1 .con2 {}

.party_new .pt1 .con2 .fix {
	width: 101%;
}

.party_new .pt1 .con2 .item {
	float: left;
	margin-right: 1%;
	height: 270px;
}

.party_new .pt1 .con2 .item.bor {
	width: 6%;
}

.party_new .pt1 .con2 .item.pur {
	width: 14%;
}

.party_new .pt1 .con2 .item.center {
	width: 25%;
	background: url(/nuferci/web/images/party_flag2.png) no-repeat center top;
	background-size: contain;
	position: relative;
}

.party_new .pt1 .con2 .item.center:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 105px;
	background: url(/nuferci/web/images/party_flag3.png) center bottom no-repeat;
}

.party_new .pt1 .con2 .item .box {
	background: #e52324;
	margin-top: 30px;
	height: 240px;
}

.party_new .pt1 .con2 .item .box .text {
	padding: 50px 30px 0;
}

.party_new .pt1 .con2 .item1 {
	background: url(/nuferci/web/images/party_flag1.png) no-repeat right bottom;
}

.party_new .pt1 .con2 .item7 {
	background: url(/nuferci/web/images/party_flag4.png) no-repeat left bottom;
}

.party_new .pt1 .con2 .item4.mobile {
	display: none;
}

.party_new .pt1 .con2 .t {
	color: #fff;
	font-weight: bold;
	font-size: 19px;
	line-height: 27px;
	margin-bottom: 10px;
}

.party_new .pt1 .con2 .d {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}

.party_new .pt1 .con2 .item.center .box .text {
	padding: 30px 30px 0;
	color: #ffeb5a;
	text-align: center;
	font-size: 15px;
}

.party_new .pt1 {
	padding-bottom: 75px;
}

.party_new .pt_news {
	background: #f8f8fa;
	padding: 60px 0;
}

.party_new .pt_news .item {
	width: 100%;
}

.party_new .pt_news .box {
	height: 225px;
	overflow: hidden;
}

.party_new .pt_news .top {
	margin-bottom: 20px;
}

.party_new .pt_news .top .left,
.party_new .pt_news .bottom .right {
	width: 67%
}

.party_new .pt_news .top .right,
.party_new .pt_news .bottom .left {
	width: 32%
}

.party_new .pt_news .top .left .l,
.party_new .pt_news .bottom .right .r {
	width: 49.3%;
}


/*.party_new .pt_news .top .left .l img,.party_new .pt_news .bottom .right .r img{width:100%; min-height:100%;}*/

.party_new .pt_news .top .left .r,
.party_new .pt_news .bottom .right .l {
	width: 50.7%;
}

.party_new .pt2 .top .plag {
	width: 100%;
	height: 225px;
	background: url(/nuferci/web/images/party_news.jpg) no-repeat center;
	background-size: cover;
}

.party_new .pt4 .top .plag {
	width: 100%;
	height: 225px;
	background: url(/nuferci/web/images/party_news2.jpg) no-repeat center;
	background-size: cover;
}

.party_new .pt_news .top .left .r {
	position: relative;
	-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;
}

.party_new .pt_news .top .left .r:after {
	content: "";
	position: absolute;
	right: 100%;
	top: 30px;
	width: 15px;
	height: 30px;
	background: url(/nuferci/web/images/party_sj.png) no-repeat;
	-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;
}

.party_new .pt_news .top .left .r:hover:after {
	background: url(/nuferci/web/images/party_sj_cur.png) no-repeat;
}

.party_new .owl-nav>div {
	color: #dfe1e6;
	font-size: 70px;
	position: absolute;
	top: 50%;
	margin-top: -65px;
}

.party_new .owl-nav>div:hover {
	color: #e00c1f;
}

.party_new .owl-nav>div i {
	margin: 0;
}

.party_new .owl-nav .owl-prev {
	left: -80px;
}

.party_new .owl-nav .owl-next {
	right: -80px;
}

.party_new .pt_news .news .info {
	color: #666;
	font-size: 14px;
	background: #fff;
	padding: 40px 45px;
	height: 145px;
	display: block;
	-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;
}

.party_new .pt_news .news .info:hover {
	background: #e00c1f;
	color: #fff;
}

.party_new .pt_news .news .t {
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
	-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;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.party_new .pt_news .news .d {
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}

.party_new .pt_news .news .info:hover .t {
	color: #fff;
}

.party_new .pt3 {
	padding-top: 40px;
	padding-bottom: 75px;
}

.party_new .pt3 .party_h2 {
	width: 350px;
}

.party_new .pt3 .con {
	position: relative;
}

.party_new .pt3 .con1 {
	background: url(/nuferci/web/images/party_bg2.jpg) repeat;
	font-size: 18px;
	font-weight: bold;
	line-height: 34px;
	padding: 35px;
	color: #e00c1f;
	padding-right: 35%;
}

.party_new .pt3 .con img {
	position: absolute;
	bottom: -10px;
	right: 0;
}

.intro_box_s .bottom .item_0 .bottom_one .left {
	background: url(/nuferci/web/images/intro_bg1.jpg) no-repeat center;
}

.intro_box_s .bottom .item_1 .bottom_one .left {
	background: url(/nuferci/web/images/intro_bg2.jpg) no-repeat center;
}

.intro_box_s .bottom .bottom_one .left:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(/nuferci/web/images/blue.6.png) repeat;
	z-index: 0;
}

.intro_box_s .bottom .bottom_one .left .ad_logo,
.intro_box_s .bottom .bottom_one .left .m_title,
.intro_box_s .bottom .bottom_one .left .s_title {
	position: relative;
	z-index: 1;
}

.intro_box_s .bottom .bottom_one .left .m_title i {
	margin: 0;
	position: relative;
	bottom: 7px;
	font-weight: bold;
	font-size: 30px;
}

.intro_box_s .bottom .bottom_one .left {
	cursor: pointer;
}

.party_new .pt_news .bottom .right .r img {
	height: 225px;
}


/*首行缩进*/

.intro_box_s .bottom .bottom_two,
.intro_box_s .bottom .bottom_one .right .ss_con,
.intro_box_s .bottom .bottom_one .left .s_title,
.care .list_p,
.talents .oneItem .right .scon,
.party_new .pt_news .news .d,
.party_new .pt1 .con2 .d,
.party_new .pt1 .con1 .text,
.party_new .desc,
.product_list .detail_popup .con .desc,
.tech .pt1 .left .con .desc,
.tech .pt2 .desc,
.tech .pt2 .txt .d,
.tech .pt2 .con2 .txt .d .scroll_cont {
	text-indent: 2em;
}

.product_list .datalist,
.tech .pt2 .txt .d .tit {
	text-indent: 0;
}

.rect-105 {
	padding-bottom: 105%;
}


/* 发展历程 */

.history {
	padding: 100px 0 115px;
}

.widget-history-9-slide .his_left {
	width: 28%;
}

.widget-history-9-slide .his_right {
	width: 66%;
	min-height: 580px;
}

.widget-history-9-slide .left_list li {
	line-height: 70px;
	text-align: center;
	font-size: 22px;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	color: #000;
}

.widget-history-9-slide .left_list .tab_t_cur {
	background-color: #EE7500;
	color: #ffffff;
}

.widget-history-9-slide .his_right ul {
	padding: 0 46px 0 50px;
	background: url(/nuferci/web/images/history01.png);
	background-position: 0 0;
	background-repeat: repeat-y;
}

.widget-history-9-slide .his_right li {
	margin-bottom: 40px;
}

.widget-history-9-slide .his_right li:hover .list_box {
	box-shadow: 0px 10px 20px -10px #555;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.widget-history-9-slide .his_right .month {
	color: #000;
	font-weight: bold;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 10px;
}

.widget-history-9-slide .his_right .list_box {
	padding: 36px 30px;
	background-color: #f7f7f7;
	position: relative;
}

.widget-history-9-slide .his_right .list_ico02 {
	width: 8px;
	height: 8px;
	border: 4px solid #EE7500;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	left: -58px;
	top: 32px;
}

.widget-history-9-slide .his_right .list_title {
	font-size: 24px;
	color: #141414;
	font-weight: normal;
}

.widget-history-9-slide .his_ri.ght .list_time {
	font-size: 24px;
	color: #EE7500;
	font-family: Arial;
	padding: 4px 0px 10px;
	font-weight: bold;
}

.widget-history-9-slide .his_right .list_text {
	font-size: 17px;
	color: #6f6f6f;
	line-height: 30px;
	margin-bottom: 20px;
}

.widget-history-9-slide .left_list .li_img {
	display: none;
}

.widget-history-9-slide .left_list .tab_t_cur .text {
	display: none;
}

.widget-history-9-slide .left_list .tab_t_cur .li_img {
	display: block;
}

.widget-history-9-slide .left_list .tab_t_cur .li_img ._img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

.widget-history-9-slide .his_right .list_box .list_time {
	font-size: 22px;
	color: #EE7500;
	font-weight: bold;
}

.widget-history-9-slide .left_list li span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 10px;
}

.report {
	padding: 100px 0 55px;
	color: #333;
}

.report .sub_tit {
	font-size: 22px;
	color: #EE7500;
	font-weight: bold;
	text-align: center;
}

.report .sub_desc {
	font-size: 16px;
	margin: 18px 0 35px;
	text-indent: 2em;
}

.report .line_btn.line_btn_red {
	position: relative;
	margin: 20px 32px 80px;
	text-indent: 0;
}

.report .part .desc {
	margin: 30px 0 60px;
	line-height: 30px;
	font-size: 16px;
	text-indent: 2em;
}

.report .sec_tit {
	color: #EE7500;
	font-weight: bold;
}

.report .sec_desc {
	margin-bottom: 20px;
}

.report .text-right {
	text-align: right;
}

.report .sec_net {
	margin: 40px 0 50px;
}

.report .sec_net .box {
	background: #f5f5f5;
	line-height: 30px;
	padding: 45px 240px 45px 40px;
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.report .sec_net .box img {
	position: absolute;
	top: 0;
	right: 0;
	height: 120px;
}

.intro_box_s .top .item .t_item_con .t_item_con_mtitle {
	display: none;
}

.intro_box_s .top .item .t_item_con .t_item_con_stitle {
	margin-top: 30px;
	text-align: center;
}

.intro_box_s .top .item .t_item_con_h {
	background: none;
}

.intro_box_s .bottom .bottom_one .right .mm_title,
.intro_box_s .bottom .bottom_one .right .ss_title {
	display: none;
}

.intro_box_s .bottom .bottom_one .right .r_con {
	padding-top: 50px;
}

.culture01 .top .top_left .con .en {
	display: none;
}

.care_news.news_list .pt2 {
	padding-top: 0;
}

.widget-history-9-slide .left_list .tab_t_cur .text {
	display: block;
}

.widget-history-9-slide .left_list .tab_t_cur .li_img {
	display: none;
}

.widget-history-9-slide .list_boll {
	width: 8px;
	height: 8px;
	border: 2px solid #fff;
	display: block;
	border-radius: 50%;
	box-shadow: 0px 0px 14px 3px #1a59a7;
	position: absolute;
	-webkit-animation: bordershow 3s infinite;
	-moz-animation: bordershow 3s infinite;
	animation: bordershow 3s infinite;
	cursor: pointer;
	top: 50%;
	left: 5%;
	margin-top: -4px;
}

.widget-history-9-slide .list_boll:after,
.widget-history-9-slide .list_boll:before {
	content: "";
	width: 20px;
	height: 20px;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.5);
	display: block;
	border-radius: 50%;
	position: absolute;
	top: -6px;
	left: -6px;
}

.widget-history-9-slide .list_boll:after {
	-webkit-animation: boderM 3s infinite;
	-moz-animation: boderM 3s infinite;
	animation: boderM 3s infinite;
}

.widget-history-9-slide .list_boll:before {
	-webkit-animation: boderM 3s .75s infinite;
	-moz-animation: boderM 3s .75s infinite;
	animation: boderM 3s .75s infinite;
}

.widget-history-9-slide .left_list li {
	position: relative;
}

.honor {
	padding: 100px 0 115px;
}

.talents .oneItem .left .img_box {
	display: none;
}

.talents .oneItem .left {
	display: none;
}

.talents .oneItem .right {
	width: auto;
	float: none;
	display: block;
}

.talents .oneItem {
	margin: 50px 0;
}

.talents .oneItem .right .title {
	display: none !important;
}

.header .header_nav .pro .inner_box li.more {
	display: none;
}


/*核心实力2*/

.core2 {
	width: 100%;
	background: url(/nuferci/web/images/pro_index_bj.jpg) no-repeat center;
	padding: 50px 0px 80px;
	background-size: cover;
}

.core2 .pro_ihd {
	text-align: center;
	color: #fff;
	margin-bottom: 50px;
	padding: 0 6%;
}

.core2 .pro_ihd .pro_ititle {
	font-size: 0px;
	margin-bottom: 20px;
}

.core2 .pro_ihd .pro_itext {
	font-size: 16px;
	line-height: 1.8;
	display: none;
}

.core2 .pro_ibd .list_box {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}

.core2 .pro_ibd .list_box:after {
	content: "";
	width: 1px;
	height: 100%;
	background: #fff;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.core2 .pro_ibd li:first-child .list_box:after {
	display: none;
}

.core2 .pro_ibd .list_text {
	background: url(/nuferci/web/images/white_55.png) repeat;
	padding: 16% 8% 6%;
	text-align: center;
	color: #000;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.core2 .pro_ibd .list_title {
	font-size: 24px;
	margin-bottom: 10px;
}

.core2 .pro_ibd .list_p {
	font-size: 15px;
	min-height: 81px;
	color: #666;
	text-align: left;
	text-indent: 2em;
	line-height: 27px;
	max-height: 108px;
	overflow: hidden;
}

.core2 .pro_ibd .list_img {
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.core2 .pro_ibd .list_cover {
	background: url(/nuferci/web/images/white_55.png) repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	visibility: hidden;
	opacity: 0;
}

.core2 .pro_ibd .list_cover .list_ico {
	width: 100px;
	height: 100px;
	background: url(/nuferci/web/images/pro_indx_ico.png) no-repeat;
	display: block;
	margin: 12% auto 4%;
}

.core2 .pro_ibd .li2 .list_cover .list_ico {
	background-position: -100px 0px;
}

.core2 .pro_ibd .li3 .list_cover .list_ico {
	background-position: -200px 0px;
}

.core2 .pro_ibd .li4 .list_cover .list_ico {
	background-position: -300px 0px;
}

.core2 .pro_ibd .list_cover .list_p {
	padding: 0 12% 10%;
}

.core2 .pro_ibd .more_btn {
	margin: 0 auto;
	width: 58%;
	background: #EE7500;
	border-color: #EE7500;
}

.core2 .pro_ibd li:hover .list_cover {
	right: 0;
	visibility: visible;
	opacity: 1;
}

.core2 .pro_ibd li:hover .list_text {
	visibility: hidden;
	opacity: 0;
}

.core2 .pro_ibd li:hover .list_img {
	visibility: hidden;
	opacity: 0;
}

.core2 .pro_ibd li:hover .list_cover .list_title {
	color: #EE7500;
}

.core2 .pro_ibd li:hover .list_cover .list_p {
	color: #666;
	max-height: none;
}

.core2 .pro_ibd li a:hover {
	color: #000;
}

.core2 .more {
	color: #3d3b3b !important;
	font-size: 15px;
	font-family: "SimHei";
	text-transform: uppercase;
	line-height: 45px;
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-right: 50px;
}

.core2 .more:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 7px;
	height: 7px;
	background: url(/nuferci/web/images/line_btn_jt_red.png) no-repeat center;
	margin-top: -3px;
}

.tech .pt1 .left .con .en1,
.tech .pt1 .left .con .en2 {
	display: none !important;
}

.network2 {
	background: #09224b;
}

.network2 .text_box {
	position: absolute;
	bottom: 30px;
	left: 0;
	color: #fff;
}


/*.core2 .line_btn.line_btn_red{position:relative; text-align:left;}*/

.intro_box_s .bottom .tit {
	font-size: 30px;
	color: #EE7500;
	margin: 40px 0 20px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.intro_box_s .bottom .desc {
	text-indent: 2em;
}

.intro_box_s .bottom .pic {
	width: 30%;
	margin-left: 3%;
	margin-bottom: 1%;
}

.intro_box_s .bottom .pic .rect-6667:after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(/nuferci/web/images/black.5.png) repeat;
}

.intro_box_s .bottom .icon {
	width: 119px;
	height: 114px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -60px;
	margin-top: -70px;
	background: url(/nuferci/web/images/intro_play.png) no-repeat center;
	z-index: 3;
}

.intro_box_s .bottom .icon:after {
	content: "点击播放视频";
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	text-align: center;
}

.network3 .pic_box {
	height: auto;
	background: url(/nuferci/web/images/network3_bg.jpg) no-repeat center;
	background-size: cover
}

.network3 .pic_box .wrap {
	position: relative;
	height: 100%
}

.network3 .pic_box .con {
	padding: 80px 0;
}

.network3 .pic_box .con .top {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	width: 20%;
	padding: 10px 0;
}

.network3 .pic_box img {
	width: 100%;
}

.network3 .pic_box .top,
.network3 .pt2 .bottom {
	padding: 30px 35px;
}

.network3 .pic_box li {
	color: #fff;
	margin-bottom: 5px;
	font-size: 14px;
}

.network3 .pic_box li span {
	font-weight: bold;
}

.network3 .pic_box li .area {
	text-align: justify;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 45px;
	text-align-last: justify;
}

.network3 .pic_box .top .cn {
	margin-bottom: 10px;
	font-size: 26px;
}

.network3 .pic_box .bottom {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	padding: 30px 35px;
	font-size: 20px;
}

.network3 .pic_box .top_text {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	font-size: 20px;
}

.product_list .class_desc {
	color: #fff;
	position: relative;
	padding-bottom: 35px;
}

.product_list .class_desc .top {
	position: absolute;
	bottom: 0;
	right: 0;
}

.product_list .class_desc .tit {
	font-size: 26px;
	font-weight: bold;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 35px;
}

.product_list .class_desc a {
	color: #3d3b3b;
	font-size: 18px;
	text-transform: uppercase;
}

.product_list .class_desc .desc {
	text-indent: 2em;
}

.product_list .pt1 .mask {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(/nuferci/web/images/product_descmask.png) repeat center bottom;
	z-index: 0;
}

.product_list .pt1 .wrap {
	z-index: 1;
}

.index .line_btn.line_btn_red {
	position: relative;
	margin-top: 30px;
}

.index .pt4 .l .con .pics {
	/*height: 225px;*/
	overflow: hidden;
	background-position: center;
	background-size: cover;
}

.index .pt4 .l .con .pics img {
    display: block;
    width: 100%;
}

.party_new .pt_news .link_more {
	color: #333;
	font-size: 15px;
	font-family: "SimHei";
	text-transform: uppercase;
	line-height: 45px;
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-right: 50px;
	margin-top: 5px;
}

.party_new .pt_news .link_more:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 7px;
	height: 7px;
	background: url(/nuferci/web/images/line_btn_jt_red.png) no-repeat center;
	margin-top: -3px;
	color: #fff;
}

.party_new .pt_news .common_btn.static_btn>span {
	color: #fff;
}

.party_new .pt_news a:hover .link_more:after {
	background: url(/nuferci/web/images/line_btn_jt.png) no-repeat center;
}

.party_new .pt_news a:hover .static_btn::before {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}

.party_new .pt_news a:hover .static_btn>span {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	display: inline-block;
}

.party_new .pt_news a:hover .static_btn>span:nth-child(1) {
	-webkit-transition-delay: 45ms;
	transition-delay: 45ms
}

.party_new .pt_news a:hover .static_btn>span:nth-child(2) {
	-webkit-transition-delay: .09s;
	transition-delay: .09s
}

.party_new .pt_news a:hover .static_btn>span:nth-child(3) {
	-webkit-transition-delay: .135s;
	transition-delay: .135s
}

.party_new .pt_news a:hover .static_btn>span:nth-child(4) {
	-webkit-transition-delay: .18s;
	transition-delay: .18s
}

.index .pt4 .cn,
.index .pt3 .cn1,
.about .infor .tit,
.about .infor .tit,
.core2 .pro_ibd .list_title,
.common-no-tit .t,
.talents .oneItem .right .stitle {
	color: #EE7500 !important;
}

.contact .l .con .cn {
	color: #EE7500 !important;
	font-weight: bold;
}

.culture01 .bottom .btm_row {}

.culture01 .bottom .btm_row .item {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-right: 50px;
	margin-bottom: 40px;
	position: relative;
	width: 200px;
}

.culture01 .bottom .btm_row .item:after {
	content: "";
	position: absolute;
	top: 20px;
	right: 46px;
	width: 2px;
	height: 25px;
	background: #fff;
}

.culture01 .bottom .btm_row .item.item3:after,
.culture01 .bottom .btm_row .item.item6:after {
	display: none;
}


/*talents2 招聘列表*/

.talents2 .wrap {
	background: #fff;
	padding: 40px;
}

.talents2 .sx_item {
	margin-bottom: 24px;
	overflow: hidden;
}

.talents2 .sx_item span {
	display: inline-block;
	float: left;
	margin-right: 20px;
}

.talents2 .sx_xx {

	float: left;
}

.talents2 .sx_xx span {
	font-weight: normal;
	cursor: pointer;
	margin-right: 20px;
}

.talents2 .sx_xx span:hover {
	color: #EE7500;
}

.talents2 .sx_xx span.on {
	color: #EE7500;
}

.talents2 .job_search {
	width: 60%;
	line-height: 40px;
	border: 1px solid #dddddd;
	padding: 0 2%;
	overflow: hidden;
	margin-bottom: 40px;
}

.talents2 .job_search input {
	height: 40px;
	line-height: 40px;
	width: 70%;
	float: left;
	border: none;
	padding: 0;
	margin: 0;
}

.talents2 .job_search button {
	height: 40px;
	border: none;
	cursor: pointer;
	color: #dddddd;
	font-size: 18px;
	background: none;
	float: right;
	outline: none;
}

.talents2 .widget-job-1 {
	margin-bottom: 40px;
	border-top: 4px solid #EE7500;
}

.talents2 .widget-job-1 .first {
	background: #f4f6f9;
	border-bottom: none;
	padding: 0;
	height: 60px;
	line-height: 60px;
}

.talents2 .widget-job-1 li {
	border-bottom: 0px solid #cccccc;
	float: left;
	width: 100%;
	height: 75px;
	line-height: 75px;
	background-color: #fff;
}

.talents2 .widget-job-1 li.j_t {
	cursor: pointer;
	border-bottom: 1px dashed #eee;
}

.talents2 .widget-job-1 li.j_t.j_t_cur {
	border-color: transparent;
}

.talents2 .widget-job-1 li.j_c {
	height: auto;
	line-height: 1.8;
	background-color: #f4f8fd;
	display: none;
}

.talents2 .widget-job-1 ._t1 {
	width: 20%;
	margin-right: 5%;
}

.talents2 .widget-job-1 ._t2 {
	width: 20%;
}

.talents2 .widget-job-1 ._t3 {
	width: 17%;
}

.talents2 .widget-job-1 ._t4 {
	width: 17%;
}

.talents2 .widget-job-1 ._t5 {
	width: 14%;
}

.talents2 .widget-job-1 ._t6 {
	width: 15%;
	cursor: pointer;
}

.talents2 .widget-job-1 .first ._ut {
	float: left;
	text-align: center;
	color: #000;
	font-weight: 700;
	font-size: 18px;
}

.talents2 .widget-job-1 li ._un {
	float: left;
	text-align: center;
	height: 75px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.talents2 .widget-job-1 ._jcon {
	padding: 4% 6% 10%;
	position: relative;
}

.talents2 .widget-job-1 ._title {
	font-size: 18px;
	color: #333333;
}

.talents2 .widget-job-1 ._part {
	margin-bottom: 40px;
}

.talents2 .widget-job-1 .ewm_box {
	position: absolute;
	bottom: 10%;
	right: 10%;
	text-align: center;
	display: none;
}

.talents2 .widget-job-1 .ewm_box h4 {
	color: #666666;
	padding: 20px 0px;
	font-weight: normal;
}

.talents2 .widget-job-1 .more_btn {
	border-color: #EE7500;
	background: #EE7500;
}

.talents2 .widget-job-1 .ewm_box .rect-100 {
	padding-bottom: 100%;
}

.talents2 .widget-job-1 .line_btn_red {
	position: relative;
}

.talents_st {
	padding: 100px 0 115px;
}

.talents_st li {
	margin-bottom: 40px;
	background: #fff;
	font-size: 16px;
	color: #666666;
}

.talents_st li:nth-child(even) .list_l {
	float: right;
}

.talents_st li:nth-child(even) .list_r {
	float: left;
}


/*.talents_st li:nth-child(even) .list_text{text-align:right;}*/

.talents_st .list_text {
	padding: 50px;
}

.talents_st .list_title {
	font-size: 30px;
	color: #EE7500;
	margin-bottom: 20px;
}

.talents_st .list_box {
	background: #f6f6f9;
}


/*招聘详细*/

.job_detail_page {
	padding: 100px 0 110px;
}

.job_detail_page .left {
	background: #f6f9fd;
	width: 70%;
}

.job_detail_page .left .left_con {
	padding: 40px 80px 150px 90px;
}

.job_detail_page .left .top {
	line-height: 60px;
	border-bottom: 1px solid #dcdcdc;
	overflow: hidden;
	margin-bottom: 40px;
}

.job_detail_page .left .top .tit {
	color: #000;
	font-size: 30px;
	font-weight: bold;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.job_detail_page .left .top .back {
	float: right;
	color: #666666;
	font-size: 16px;
}

.job_detail_page .left .top .back:hover {
	color: #EE7500;
}

.job_detail_page .left .info {
	overflow: hidden;
	margin: 20px 0;
	line-height: 28px;
}

.job_detail_page .left .info .t {
	float: left;
	width: 130px;
	font-size: 18px;
	color: #000;
}

.job_detail_page .left .info .con {
	overflow: hidden;
}

.job_detail_page .left .send {
	margin-left: 130px;
	background: #EE7500;
	padding: 30px;
	color: #fff;
	margin-top: 40px;
}

.job_detail_page .left .send a {
	text-decoration: underline;
}

.job_detail_page .left .send a:hover {
	color: #fff;
}

.job_detail_page .right {
	background: #f6f9fd;
	width: 28%;
}


/*.job_detail_page .right_con{padding:0 65px 80px 30px;}*/

.job_detail_page .right_con .item {
	padding: 45px;
	position: relative;
	color: #666666;
	display: block;
	-moz-transition: background .8s ease 0s;
	-ms-transition: background .8s ease 0s;
	-o-transition: background .8s ease 0s;
	-webkit-transition: background .8s ease 0s;
	transition: background .8s ease 0s;
}

.job_detail_page .right_con .item:hover {
	background: #EE7500;
	color: #fff;
}

.job_detail_page .right_con .item:hover .t {
	color: #fff;
	background: #EE7500;
}

.job_detail_page .right_con .item .t {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-right: 20px;
	background: #f6f9fd;
	position: relative;
	z-index: 1;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	-moz-transition: background .8s ease 0s;
	-ms-transition: background .8s ease 0s;
	-o-transition: background .8s ease 0s;
	-webkit-transition: background .8s ease 0s;
	transition: background .8s ease 0s;
}

.job_detail_page .right_con .item:after {
	content: "";
	position: absolute;
	left: 45px;
	right: 45px;
	top: 60px;
	z-index: 0;
	height: 1px;
	background: #dcdcdc;
}

.job_detail_page .right_con .item .date {
	font-size: 14px;
	margin: 15px 0;
}

.job_detail_page .right_con .item .name {
	font-size: 18px;
}

.job_detail_page .right_con .item:hover .name {
	color: #fff;
}

.job_list_page {
	padding: 100px 0 110px;
}

.job_list_page .job_fl {
	overflow: hidden;
	font-size: 18px;
	margin-bottom: 30px;
}

.job_list_page .job_fl span {
	float: left;
	margin-right: 20px;
}

.job_list_page .job_fl .sx_xx {
	overflow: hidden;
}

.job_list_page .job_fl .sx_xx .on {
	color: #EE7500;
}

.job_list_page .job_fl .sx_xx a {
	margin-right: 15px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.job_list_page .job_search {
	margin-bottom: 50px;
	border-bottom: 3px solid #EE7500;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 32%;
	position: relative;
}

input {
	border: none;
	width: 85%;
	line-height: 40px;
	height: 40px;
	padding-right: 60px;
}

input::-webkit-input-placeholder {
	color: #EE7500;
}

input:-moz-placeholder {
	color: #EE7500;
}

input::-moz-placeholder {
	color: #EE7500;
}

input:-ms-input-placeholder {
	color: #EE7500;
}

.job_list_page .job_search button {
	color: #EE7500;
	font-size: 22px;
	border: none;
	padding: 10px;
	background: none;
	position: absolute;
	right: 0;
	bottom: 0;
}

.job_list_page .widget-job-1 {
	margin-bottom: 40px;
}

.job_list_page .widget-job-1 .first {
	background: #EE7500;
	border-bottom: none;
	padding: 0;
	height: 60px;
	line-height: 60px;
}

.job_list_page .widget-job-1 li {
	border-bottom: 0px solid #cccccc;
	float: left;
	width: 100%;
	height: 75px;
	line-height: 75px;
	background-color: #fff;
}

.job_list_page .widget-job-1 li.j_t {
	cursor: pointer;
	border-bottom: 1px dashed #eee;
	-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;
}

.job_list_page .widget-job-1 li.j_t>a {
	display: block;
}

.job_list_page .widget-job-1 li.j_t .link_more>span {
	color: #fff;
}

.job_list_page .widget-job-1 li.j_t a:hover {
	color: #555;
}

.job_list_page .widget-job-1 li.j_t:hover {
	background: #f6f9fd;
}

.job_list_page .widget-job-1 li.j_t:hover .link_more {
	background: #1a59a7;
}

.job_list_page .widget-job-1 li.j_t:hover .link_more:after {
	background: url(/nuferci/web/images/line_btn_jt.png) no-repeat center;
}

.job_list_page .widget-job-1 li.j_t:hover .link_more::before {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.job_list_page .widget-job-1 li.j_t:hover .link_more>span {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	display: inline-block;
}

.job_list_page .widget-job-1 li.j_t:hover .link_more>span {
	color: #fff;
}

.job_list_page .widget-job-1 li.j_t:hover .link_more::before {
	left: 0;
}

.job_list_page .widget-job-1 li.j_t:hover .link_more>span:nth-child(1) {
	-webkit-transition-delay: 45ms;
	transition-delay: 45ms
}

.job_list_page .widget-job-1 li.j_t:hover .link_more>span:nth-child(2) {
	-webkit-transition-delay: .09s;
	transition-delay: .09s
}

.job_list_page .widget-job-1 li.j_t:hover .link_more>span:nth-child(3) {
	-webkit-transition-delay: .135s;
	transition-delay: .135s
}

.job_list_page .widget-job-1 li.j_t:hover .link_more>span:nth-child(4) {
	-webkit-transition-delay: .18s;
	transition-delay: .18s
}

.job_list_page .widget-job-1 li.j_t.j_t_cur {
	border-color: transparent;
}

.job_list_page .widget-job-1 li.j_c {
	height: auto;
	line-height: 1.8;
	background-color: #f4f8fd;
	display: none;
}

.job_list_page .widget-job-1 ._t1 {
	width: 20%;
}

.job_list_page .widget-job-1.senior ._t1 {
	width: 40%;
}

.job_list_page .widget-job-1 ._t2 {
	width: 20%;
}

.job_list_page .widget-job-1 ._t3 {
	width: 15%;
}

.job_list_page .widget-job-1 ._t4 {
	width: 15%;
}

.job_list_page .widget-job-1 ._t5 {
	width: 15%;
}

.job_list_page .widget-job-1 ._t6 {
	width: 15%;
	cursor: pointer;
}

.job_list_page .widget-job-1 .first ._ut {
	float: left;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
}

.job_list_page .widget-job-1 li ._un {
	float: left;
	text-align: center;
	height: 75px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.job_list_page .widget-job-1 ._jcon {
	padding: 4% 6% 10%;
	position: relative;
}

.job_list_page .widget-job-1 ._title {
	font-size: 18px;
	color: #333333;
}

.job_list_page .widget-job-1 ._part {
	margin-bottom: 40px;
}

.job_list_page .widget-job-1 .link_more:after {
	content: "";
	position: absolute;
	right: 40px;
	top: 50%;
	width: 7px;
	height: 7px;
	background: url(/nuferci/web/images/line_btn_jt_red.png) no-repeat center;
	margin-top: -3px;
	color: #1a59a7;
}

.job_list_page .widget-job-1 .link_more {
	color: #333;
	font-size: 15px;
	font-family: "SimHei";
	text-transform: uppercase;
	line-height: 45px;
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-right: 50px;
	margin-top: 10px;
	padding: 0 60px 0 34px;
	border-left: 1px solid #1a59a7;
	border-right: 1px solid #1a59a7;
}

.hr_page {
	padding: 100px 0 110px;
}

.hr_page .pt1 .wrap {
	background: url(/nuferci/web/images/t_line1_bg.png);
}

.hr_page .pt1 .wrap .con {
	padding: 0 40px 60px;
}

.hr_page .t {
	color: #EE7500;
	font-size: 30px;
	font-weight: bold;
	margin: 25px 0;
}

.hr_page .pt1 .desc {
	text-indent: 2em;
}

.hr_page .pt3 .d {
	font-size: 18px;
	font-weight: bold;
	margin-top: 50px;
}

.hr_page .pt3 .d span {
	color: #3d3b3b;
}

.hr_page .pt2 .t {
	margin: 40px 0 35px;
}

.widgets_business_accordion_2 .card-area {
	height: 900px;
	width: 100%;
	position: relative;
}

.widgets_business_accordion_2 .bg-e8e8e8 {
	background: #f1f6fc
}

.widgets_business_accordion_2 .bg-e1e1e1 {
	background: #ebf3fc
}

.widgets_business_accordion_2 .card-item {
	z-index: 4;
	transition: all .8s cubic-bezier(.4, 0, .2, 1), z-index 0s .12s;
	position: relative;
	float: left;
	width: 17%;
	height: 900px;
	background-color: transparent;
}

.widgets_business_accordion_2 .card-item+.card-item {
	margin-left: -1px
}

.widgets_business_accordion_2 .card {
	transition: all .8s cubic-bezier(.4, 0, .2, 1), z-index 0s .12s;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #fff;
}

.widgets_business_accordion_2 .card-content {
	width: 100%;
}

.widgets_business_accordion_2 .content-first {
	transition: all .12s cubic-bezier(.4, 0, .2, 1) .18s;
	z-index: 3;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100))
}

.widgets_business_accordion_2 .content-second {
	transition: all .12s cubic-bezier(.4, 0, .2, 1) 0s;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
}

.widgets_business_accordion_2 .content-second li {
	float: left;
	width: 50%
}

.widgets_business_accordion_2 .card-content,
.widgets_business_accordion_2 .card-title {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1
}

.widgets_business_accordion_2 .card-title {
	padding-top: 1px;
	transition: all .8s cubic-bezier(.4, 0, .2, 1), z-index 0s .12s;
	height: 145px;
	font-size: 14px;
	top: 0;
	background-size: cover;
	border-left: 1px solid #3285c0;
}

.widgets_business_accordion_2 .card-title:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: #EE7500;
	z-index: 0;
}

.widgets_business_accordion_2 .card-title .content {
	width: 100%;
	padding: 25px 0;
	position: relative;
	z-index: 1;
}

.widgets_business_accordion_2 .card-title h1 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0
}

.widgets_business_accordion_2 .card-title .short-info {
	color: #8dbbdc;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 20px
}

.widgets_business_accordion_2 .card-title .zq-product-img {
	width: 40px;
	height: 40px;
	margin: 10px auto;
	position: relative
}

.widgets_business_accordion_2 .active .card-title .zq-product-img {
	width: 60px;
	height: 60px;
	margin: 0 auto;
}

.widgets_business_accordion_2 .card-title .zq-product-img img {
	position: absolute;
	left: 0;
	width: 100%
}

.widgets_business_accordion_2 .card-title .zq-product-img .un-hover {
	z-index: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100))
}

.widgets_business_accordion_2 .card-title .zq-product-img .with-hover {
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0))
}

.widgets_business_accordion_2 .card-title .short-info,
.widgets_business_accordion_2 .card-title .zq-product-img img,
.widgets_business_accordion_2 .card-title h1 {
	transition: all .15s cubic-bezier(.4, 0, .2, 1) 0s
}

.widgets_business_accordion_2 .card-content {
	height: 700px;
	position: absolute;
	top: 145px
}

.widgets_business_accordion_2 .content-first .content-first-list {
	width: 100%;
	max-width: 250px;
	font-size: 16px;
	color: #373d41;
	margin-top: 47px;
	margin-bottom: 47px
}

.widgets_business_accordion_2 .content-first .content-first-list li {
	margin-bottom: 10px;
	text-align: left;
	margin-left: 20%;
	position: relative;
}

.widgets_business_accordion_2 .content-first .content-first-list li:after {
	content: "";
	position: absolute;
	top: 10px;
	left: -15px;
	width: 6px;
	height: 6px;
	background: #EE7500;
	transform: rotate(45deg);
}

.widgets_business_accordion_2 .content-second {
	width: 85%;
	left: 7%;
	font-size: 14px;
	text-align: left;
	padding-top: 45px
}

.widgets_business_accordion_2 .content-second .s_t {
	font-size: 20px;
	color: #333;
	margin-top: 10px;
}

.widgets_business_accordion_2 .content-second .d {
	text-indent: 2em;
}

.widgets_business_accordion_2 .card-item.active {
	z-index: 6;
	box-shadow: 0 0 30px rgba(0, 0, 0, .2);
	width: 49%;
	height: 900px;
}

.widgets_business_accordion_2 .card-item.active .card-title {
	height: 159px;
	top: -15px;
	border: none;
}

.widgets_business_accordion_2 .card-item.active .card-title .short-info {
	color: #9ed8f5
}

.widgets_business_accordion_2 .card-item.active .card-title h1 {
	color: #fff;
	font-size: 32px;
}

.widgets_business_accordion_2 .card-item.active .content-first {
	transition: all .12s cubic-bezier(.4, 0, .2, 1) 0s;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0))
}

.widgets_business_accordion_2 .card-item.active .content-second {
	transition: all .12s cubic-bezier(.4, 0, .2, 1) .18s;
	z-index: 3;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100))
}

.widgets_business_accordion_2 .card-item.active .card-title:after {
	opacity: 0;
	visibility: hidden;
}

@media only screen and (max-width: 992px) {
	body .widgets_business_accordion_2 .card-item,
	body .widgets_business_accordion_2 .card-item.active {
		width: 100%;
		height: auto;
	}
	body .widgets_business_accordion_2 .card-content {
		height: 0;
		position: static;
		padding: 0 30px;
	}
	body .widgets_business_accordion_2 .active .card-content {
		height: auto;
		padding: 30px;
	}
	body .widgets_business_accordion_2 .card-area {
		height: auto;
	}
	body .widgets_business_accordion_2 .card-item .content-first {
		display: none;
	}
	body .widgets_business_accordion_2 .card-title {
		position: static;
	}
}

@media only screen and (max-width: 760px) {
	.widgets_business_accordion_2 .content-second .s_t {
		font-size: 18px;
	}
	.widgets_business_accordion_2 .card-item.active .card-title h1 {
		font-size: 20px;
	}
	.hr_page .t {
		font-size: 20px;
	}
	.hr_page .pt1 .wrap .con {
		padding: 0 20px 30px;
	}
}


/*校园招聘*/

.job_school {
	padding: 110px 0 100px;
}

.job_school .tab_content .pt {
	display: none;
	margin-top: 50px;
}

.job_school .job_list_page {
	opacity: 0;
	padding: 0;
}

.job_school .job_list_page .job_fl.job_fl_city {
	padding-right: 80px;
	position: relative;
	line-height: 32px;
	height: 100%;
	-moz-transition: height .8s ease 0s;
	-ms-transition: height .8s ease 0s;
	-o-transition: height .8s ease 0s;
	-webkit-transition: height .8s ease 0s;
	transition: height .8s ease 0s;
}

.job_school .job_list_page .job_fl.job_fl_city.limit {
	height: 32px;
	overflow: hidden;
}

.job_school .job_list_page .job_fl.job_fl_city .more {
	position: absolute;
	top: 0;
	right: 0;
	color: #EE7500;
	cursor: pointer;
}

.job_school .scholl_tit {
	font-size: 30px;
	font-weight: bold;
	color: #EE7500;
	margin-bottom: 25px;
}

.job_school .school_list .item {
	text-align: center;
	cursor: pointer;
}

.job_school .school_list .item .con {
	border: 1px solid #d4dfee;
	padding: 40px 13%;
	height: 270px;
	margin-bottom: 20px;
	position: relative;
	-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;
}

.job_school .school_list .item .con .name {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	padding: 15px 0 20px;
	margin-bottom: 20px;
	position: relative;
	-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;
}

.job_school .school_list .item .con .city {
	position: absolute;
	top: 1px;
	left: 1px;
	background: #f4f8fd;
	font-size: 14px;
	padding: 2px 15px;
}

.job_school .school_list .item .con .name:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: #d4dfee;
}

.job_school .school_list .item .con .info {
	text-align: left;
}

.job_school .school_list .item:hover {
	color: #EE7500;
}

.job_school .school_list .item:hover .name {
	color: #EE7500;
}

.job_school .pt2,
.job_school .pt3 {
	margin-top: 60px;
}

.job_school .job_list_page .widget-job-1 ._t2 {
	width: 30%;
}

.job_school .job_list_page .widget-job-1 ._t3 {
	width: 20%;
}

.job_school .pt3 ul {
	overflow: hidden;
}

.job_school .pt3 ul li {
	float: left;
	width: 14.28%;
	text-align: center;
	padding-bottom: 20px;
	cursor: pointer;
	color: #000;
	position: relative;
}

.job_school .pt3 ul li:before {
	content: "";
	position: absolute;
	right: 100%;
	width: 40px;
	height: 20px;
	background: url(/nuferci/web/images/school_job_jt.png) no-repeat;
	top: 20px;
	margin-right: -20px;
}

.job_school .pt3 ul li.li1:before {
	display: none;
}

.job_school .pt3 ul li:after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 2px;
	left: 0;
	right: 100%;
	background: #EE7500;
	-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;
}

.job_school .pt3 ul li .desc {
	font-size: 18px;
	margin: 5px 0;
}

.job_school .pt3 ul li .icon {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
}

.job_school .pt3 ul li .con {
	display: none;
}

.job_school .pt3 ul li .icon .tri {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 1;
	visibility: visible;
	-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;
}

.job_school .pt3 ul li:hover {
	color: #EE7500;
}

.job_school .pt3 ul li:hover .icon .tri {
	opacity: 0;
	visibility: hidden;
}

.job_school .pt3 .content {
	padding: 40px;
	background: #e9eef5;
	border-top: 1px solid #dce4ed;
}

.job_school .pt3 ul li:hover:after {
	right: 0;
}

.job_school .intro_box_s {
	padding: 0 0 30px;
}

.job_school .intro_box_s .top .item {
	width: 32%;
}

.job_school .intro_box_s .top .item.acti::after {
	display: none;
}

.job_school .intro_box_s .top .item .t_item_con_img img {
	top: 0;
	bottom: auto;
}


/*高级招聘详细*/

.senior_detail .join_columns {
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
}

.senior_detail .join_columns .columns_title {
	text-align: left;
	padding-left: 55px;
	width: auto;
	font-size: 36px;
	color: #000;
	margin-bottom: 40px;
}

.senior_detail .join_columns .columns_title p {
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	display: none;
}

.senior_detail .join_part h3 {
	height: 63px;
	line-height: 63px;
	font-size: 28px;
	color: #fff;
	background: #EE7500;
	text-align: center;
}

.senior_detail .join_part ul {
	background: #f4f8fd;
	padding: 50px 0 35px 2%;
	margin-bottom: 45px;
}

.senior_detail .join_part ul li {
	width: 24%;
	float: left;
	height: 32px;
	line-height: 32px;
	color: #636262;
	background: url(/nuferci/web/images/join_xsj.jpg) no-repeat 0 center;
	padding-left: 1%;
}

.senior_detail .join_content {
	line-height: 36.38px;
}

.senior_detail .join_content li {
	padding-left: 220px;
}

.senior_detail .join_content li h3 {
	margin-left: -180px;
	float: left;
	background: url(/nuferci/web/images/join_one.gif) no-repeat;
	height: 36px;
	padding-top: 89px;
	line-height: 36px;
	font-size: 18px;
	width: 152px;
	color: #fff;
	text-indent: 30px;
}

.senior_detail .join_content li.item2 h3 {
	background: url(/nuferci/web/images/join_two.gif) no-repeat;
}

.senior_detail .close {
	float: right;
	width: 98px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	background: #EE7500;
	text-align: center;
	margin-top: 30px;
}

.senior_detail .close:hover {
	color: #fff;
}

.senior_detail .join_content li dl {
	border-top: 1px solid #e4e4e4;
	padding: 14px 14px 0;
	min-height: 200px;
}

.senior_detail .join_content li.item1 dl {
	padding: 14px 14px 55px
}

.senior_detail .join_content li dl ._t {
	font-size: 18px;
	color: #EE7500;
	font-weight: bold;
}

.senior_detail .join_content li.item1 dl dd {
	padding-left: 30px;
}

.senior_detail .join_content li.item1 dl dd span {
	float: left;
	margin-left: -30px;
	color: #0855bd;
}

.senior_detail .join_content li.item2 dl dd span {
	color: #EE7500;
}

.senior_detail .join_content .send {
	margin-left: 0;
}

.senior_detail .join_content .send a {
	text-decoration: underline;
}

.senior_detail .join_content .send a:hover {
	color: #fff;
}

.job_detail_page .senior_detail .left_con {
	padding: 40px 40px 90px;
}

.smart {
	padding-bottom: 110px;
}

.smart .tech .pt1 .fix {
	padding: 0 0 0 65px;
}

.smart .tech .pt1 .left .con {
	padding: 65px 0;
}

.smart .tech .pt1 .video_box {
	float: right;
	width: 29%;
	margin-left: 3%;
}

.smart .tech .pt1 .left {
	width: 68%;
}

.smart .icon {
	width: 119px;
	height: 114px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -60px;
	margin-top: -70px;
	background: url(/nuferci/web/images/intro_play.png) no-repeat center;
	z-index: 3;
}

.smart .icon:after {
	content: "点击播放视频";
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	text-align: center;
}

.smart .rect-6667:after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(/nuferci/web/images/black.5.png) repeat;
}

.smart .pt2 img {
	width: 100%;
}

.smart .tech .pt1 {
	margin-bottom: 50px;
}

.header_search_fix input {
	border: none;
	width: 85%;
	line-height: 40px;
	height: 40px;
	padding-right: 60px;
}

.header_search_fix input::-webkit-input-placeholder {
	color: #fff;
}

.header_search_fix input:-moz-placeholder {
	color: #fff;
}

.header_search_fix input::-moz-placeholder {
	color: #fff;
}

.header_search_fix input:-ms-input-placeholder {
	color: #fff;
}

body .content-52814 .submit {
	width: 125px;
	cursor: pointer;
	border: 1px solid #ccc;
	line-height: 30px;
	height: 30px;
	padding: 0;
}

.crs .page_nn {
	margin-top: 50px;
}

.core2 .pro_ibd .list_img .rect-75 img { height:400px; width:100%;
}

/*  * 产品详情 * */

.proxqmain {
	margin-top: 68px;
	padding: 15px 25px;
	background: #fff;
	-moz-box-shadow: 0px 2px 5px rgba(204, 204, 204, 0.65);
	-webkit-box-shadow: 0px 2px 5px rgba(204, 204, 204, 0.65);
	box-shadow: 0px 2px 5px rgba(204, 204, 204, 0.65);
}

.proxq {
	margin-top: 50px;
}

.proimg {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.proimg .pic {
	width: 51%;
	display: table-cell;
	vertical-align: top;
	background: #fff;
}

.proimg .pic img {
	display: block;
	width: 100%;
}

.gallery-top {
	float: right;
	width: 86.2%;
	overflow: hidden;
}

.owl-carousel-pro .item {
	background: #fff;
	/*padding: 0 95px;*/
	margin: 0 95px;
}
.owl-carousel-pro video {
	border: none;
    width: 100%;
    display: block;
    outline: none;
    filter: brightness(100%);
}
.gallery-thumbs {
	float: right;
	width: 13.8%;
	position: relative;
}

.gallery-thumbs .swiper-container {}

.gallery-thumbs .swiper-slide {
	width: 100%;
	opacity: 1;
	overflow: hidden;
	background: #fff;
}

.gallery-thumbs .swiper-slide img {
	margin-bottom: 15px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.gallery-thumbs .active-nav img {
	border-color: #EE7500;
}

.url:hover img,
.url:focus img {
	border-color: #EE7500;
}


/*.gallery-top .swiper-button-next, .gallery-top .swiper-button-prev{	margin-top: -30px;	height: 60px;	width: 31px;}.gallery-top .swiper-button-next{	background: url(/nuferci/web/images/proxqr.jpg) no-repeat center center;	} .gallery-top .swiper-button-prev{	background: url(/nuferci/web/images/proxql.jpg) no-repeat center center;}.gallery-thumbs .swiper-button-next:hover{	background-image:  url(/nuferci/web/images/proxqr0.jpg) ;} .gallery-thumbs .swiper-button-prev:hover{	background: url(/nuferci/web/images/proxql0.jpg)}*/

.owl-carousel-pro .owl-nav {
	/*position: absolute;
	top: 0;
	left: 0;*/
	width: 100%;
	/*height: 100%;*/
}

.owl-carousel-pro .owl-prev {
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -30px;
	height: 60px;
	width: 31px;
	text-indent: -999px;
	background: url(/nuferci/web/images/proxql.png) no-repeat center center;
}

.owl-carousel-pro .owl-next {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -30px;
	height: 60px;
	width: 31px;
	text-indent: -999px;
	background: url(/nuferci/web/images/proxqr.png) no-repeat center center;
}

.owl-carousel-pro .owl-prev:hover {
	background-image: url(/nuferci/web/images/proxql0.png)
}

.owl-carousel-pro .owl-next:hover {
	background-image: url(/nuferci/web/images/proxqr0.png)
}

.proimg .tbox {
	width: 49%;
	display: table-cell;
	vertical-align: top;
	padding: 0 3.5%;
}

.proimg .t1 {
	font-size: 26px;
	color: #444;
	line-height: 1.2;
}

.proimg .t2 {
	margin-top: 20px;
	font-size: 25px;
	color: #444;
	line-height: 1.2;
}

.proimg .t3 {
	display: block;
	margin-top: 15px;
	padding-top: 40px;
	font-size: 16px;
	color: #777;
	line-height: 28px;
	border-top: 1px solid #ddd;
}

.proinfo {
	margin-top: 10px;
}

.proinfo .tit {
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	line-height: 70px;
	background: #A5A5A5;
	text-align: center;
}

.proinfo .tit ul li {
	float: left;
	width: 50%;
	cursor: pointer;
}

.proinfo .tit ul li.on {
	background: #EE7500;
}

.proinfo .tit ul li img {
	vertical-align: middle;
	margin-right: 15px;
}

.proinfo .con {
	font-size: 16px;
	color: #777;
	line-height: 28px;
	padding: 50px;
}

.proinfo .con .box {
	display: none;
}

.proinfo .con .box:first-child {
	display: block;
}

.proinfo img {
	max-width: 100%;
}

.owl-carousel-xgtj a {
	background: #fff;
	border-color: #f4f4f4;
	-moz-box-shadow: 0px 2px 5px rgba(204, 204, 204, 0.65);
	-webkit-box-shadow: 0px 2px 5px rgba(204, 204, 204, 0.65);
	box-shadow: 0px 2px 5px rgba(204, 204, 204, 0.65);
}

.owl-carousel-xgtj .owl-dots {
	text-align: center;
	margin-top: 55px;
}

.owl-carousel-xgtj .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}

.owl-carousel-xgtj .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #302E2C;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.owl-carousel-xgtj .owl-dots .owl-dot.active span {
	background: #EE7500;
}

.xgtjmain {
	margin-top: 55px;
}

.xgtjtit {
	padding-bottom: 20px;
	margin-bottom: 10px;
	font-size: 26px;
	color: #EE7500;
	border-bottom: 1px solid #DDDDDD;
}

.xgcp {
	padding: 55px 0;
	background: #F4F4F4;
}

.xgcp .xgtjmain {
	margin-top: 0px;
}


.prolist ul li {
	float: left;
	width: 32%;
	margin-left: 2%;
	margin-bottom: 35px;
	background: #fff;
	-moz-box-shadow: 0px 2px 5px rgba(204, 204, 204, 0.65);
	-webkit-box-shadow: 0px 2px 5px rgba(204, 204, 204, 0.65);
	box-shadow: 0px 2px 5px rgba(204, 204, 204, 0.65);
}

.prolist ul li:nth-child(3n+1) {
	margin-left: 0;
}

.prolist a {
	display: block;
	border: 1px solid rgba(204, 204, 204, 0.65);
}

.prolist a:hover {
	border-color: #EE7500;
}

.prolist .pic {
	padding: 10px;
	overflow: hidden;
	border-bottom: 1px solid #EBEBEB;
}

.prolist .pic img {
	display: block;
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.prolist a:hover .pic img {
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}

.prolist .tbox {
	text-align: center;
	height: 108px;
	margin-top: 15px;
}

.prolist .t1 {
	font-size: 17px;
	color: #444;
	line-height: 25px;
	max-height: 75px;
	padding: 0 40px;
}

.prolist .t2 {
	margin-top: 10px;
	font-size: 15px;
	color: #444;
	line-height: 23px;
	height: 23px;
}

.prolist .more {
	margin: 15px auto 25px;
	width: 138px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #BCBCBC;
	border-radius: 25px;
	font-size: 14px;
	color: #777;
}

.prolist a:hover .more {
	color: #fff;
	border-color: #fff;
	background-color: #EE7500;
}
.ny-sec {
    padding: 10px 0;
    background: #F4F4F4;
}

/*
 
 * 响应式
 * */
@media only screen and (max-width:1680px) {
	.intro_box_s .top .item .t_item_con .t_item_con_stitle {
    font-size: 22px;
    }
}
@media only screen and (max-width:1440px) {
	
	.index .pt2 .tab .desc {
		font-size: 18px;
	}
	.index .pt3 .r {
		width: 65%;
	}
	.index .pt3 .l {
		width: 35%;
	}
	.index .pt3 .r .c {
		font-size: 16px;
		padding-left: 2%;
		width: 80%;
		max-width: 100%;
	}
	.index .pt3 .r a .pic:after {
		font-size: 24px;
		/*height: 40px;*/
		right: 0;
	}
	.index .pt3 {
		padding: 55px 0;
	}
	.header .header_nav .inner_box {
		padding: 40px 0;
	}
	.header .header_nav .inner_box .box_l li {
		font-size: 15px;
	}
	.header .header_nav .inner_box .box_l {
		width: 70%;
	}
	.header .header_nav .inner_box .box_r {
		width: 20%;
	}
	.ibanner .word .tit {
		font-size: 40px;
	}
	.ibanner .word .ban_cn {
		font-size: 20px;
	}
	.about .pt1 .info .big_data .item .num .no {
		font-size: 66px;
	}
	.about .pt1 .btm .box .an {
		font-size: 22px;
	}
	.about .pt1 .btm .box .flag {
		bottom: 38px;
		right: 29px;
		display: none;
	}
	.about .pt1 .btm .box a {
		padding: 30px;
	}
	.core2 .pro_ibd .list_title {
		font-size: 19px;
	}
	.prolist .t1 {
		font-size: 15px;
	}
	.prolist .t2 {
		font-size: 13px;
	}
	.proimg .t1 {
		font-size: 24px;
	}
	.proimg .t2 {
		font-size: 22px;
	}
	.proinfo .tit {
		font-size: 23px;
	}
	.intro_box_s .top .item .t_item_con .t_item_con_stitle {
    font-size: 19px;
}

.intro_box_s .bottom .tit {
	font-size: 26px;
}

}

@media only screen and (max-width:1280px) {
	
	.proinfo .tit {
		line-height: 55px;
	}
	.prosearch {
		width: 396px;
	}
	.core2 .pro_ibd .list_title {
		font-size: 17px;
	}
}

@media only screen and (max-width:1024px) {
	.full-row>.span-3 {
		width: 50%;
	}
	.ibanner .owl-carousel .owl-item .ban_img {
		transform: none;
	}
	.layoutleft {
		display: none;
	}
	.layoutright {
		width: 100%;
	}
	.prolist .t1,
	.prolist .t2 {
		padding: 0 10px;
	}
	.owl-carousel-pro .item {
		padding: 0 45px;
	}
	.xgcp {
		padding: 35px 0;
	}
	.ny-sec {
		padding: 90px 0 50px;
	}
	.pro_listnav {
		display: block;
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	.pro_listnav .pt1 .sele {
		width: 100%!important;
		margin-right: 0!important;
	}
	.prosearch {
		width: 100%;
	}
	.intro_box_s .top .item .t_item_con .t_item_con_jiahao{
		display: none;
	}
}

@media only screen and (max-width:960px) {
	.footer .footer2 .d {
		font-size: 12px;
	}
	.proimg .pic {
		width: 100%;
		display: block;
	}
	.proimg .tbox {
		width: 100%;
		display: block;
		padding: 0;
	}
	.proinfo .con {
		font-size: 14px;
		line-height: 24px;
		padding: 20px;
	}
}

@media only screen and (max-width:640px) {
	.header .header_tools li.search:before{
		opacity: 0
	}
	.header_search_fix .submit {
		position: relative;
	}
	.header .header_tel { height:70px; line-height:70px;
	}
	.header .header_tel .tel{ display:none;
	}
	.ibanner,
	.ibanner .item {
		height: 200px;
		overflow: hidden;
	}
	.ibanner .page_btn {
		margin-top: 30px;
	}
	.index .pt2 .con {
		position: static;
		background: #969594;
	}
	.index .pt2 .list .item {
		position: static;
	}
	.news_detail .news_title {
		font-size: 20px;
	}
	.news_detail .l_tools {
		margin-bottom: 20px;
	}
	.widget-newslist-10 .list_time {
		font-size: 13px;
	}
	.core2 .pro_ibd .list_box {
		margin: 0;
	}
	.proxqmain {
		padding: 15px;
	}
	.proxq {
		margin-top: 0px;
	}
	.prolist ul li {
		width: 100%;
	}
	.gallery-thumbs {
		width: 100%;
		font-size: 0;
	}
	.gallery-thumbs .swiper-slide {
		width: 25%;
		display: inline-block;
	}
	.gallery-thumbs .swiper-slide a {
		padding: 5px;
		display: block;
	}
	.gallery-top {
		width: 100%;
	}
	.owl-carousel-pro .item {
		padding: 0 15px;
	}
	.owl-carousel-pro .owl-prev,
	.owl-carousel-pro .owl-next {
		width: 15px;
		height: 30px;
		margin-top: -15px;
		background-size: cover;
	}
	.proimg .t1 {
		font-size: 18px;
	}
	.proimg .t2 {
		font-size: 15px;
		margin-top: 10px;
	}
	.proimg .t3 {
		margin-top: 15px;
		padding-top: 10px;
		font-size: 14px;
		line-height: 22px;
	}
	.proinfo .tit {
		line-height: 46px;
		font-size: 17px;
	}
	.xgtjmain {
		margin-top: 30px;
	}
	.xgtjtit {
		padding-bottom: 10px;
		font-size: 20px;
	}
	.owl-carousel-xgtj .owl-dots {
		margin-top: 25px;
	}
	.header .header_tools li.quick_a {
		height: 69px;
		line-height: 69px;
	}
	.header .header_tools li {
		height: 70px;
		line-height: 70px;
	}
	.header .header_tools {
		height: 70px;
	}
	.header .header_logo {
		height: 70px;
	}
	.header .logo {
		margin-top: 10px;
	}
	.header .header_logo {
		height: 70px;
	}
	.header {
		height: 70px;
	}
	.ny-sec {
		padding: 85px 0 30px;
	}
	.proxqmain {
		margin-top: 0;
	}
	.pro_listnav {
		margin-bottom: 0;
	}
	.case-sec .item {
		width: 100%;
	}
	.weizhi {
		line-height: 16px;
	}
	
	.tech .pt2 .txt .d .tit {
    font-size: 18px;
    }
}
.page_nn{
	text-align: center;
}
.page_nn a:hover,
.page_nn a.current {
	color: #fff;
	background-color: #EE7500;
}
.page_number li{ width:120px; float:left;}


/**/

.about .pt2 .owl-dot {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 15px;
    height: 15px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 5px;
}
 .about .pt2 .owl-dot.active {
    background: #EE7500;
}

 .about .pt2 .owl-dots{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}


.details{
	padding: 50px 0;
	
}
.details .tit{
	font-size: 30px;
	color: #EE7500;
	font-weight: bold;
	text-align: center;
}
.details .con{
	margin-top: 20px;
}
.details .con img{
	max-width: 100%;
}

@media only screen and (max-width:640px ) {
	.details{
	padding: 30px 0;
	
}
.details .tit{
	font-size: 20px;
	}
}/*  * 20200506 * */@media only screen and (max-width:1440px) {
	.prolist .pic{	padding: 80px;}
}@media only screen and (max-width:1200px) {	.prolist .pic{	padding: 10px;}}








