﻿@charset "utf-8";

/* 
 * Project Name:西北建设有限公司
 * 
 */

@font-face {
	font-family: "HELVETI1-1";
	src: url("fonts/HELVETI1-1.woff2") format("woff2"), url("fonts/HELVETI1-1.woff") format("woff"), url("fonts/HELVETI1-1.ttf") format("truetype"), url("fonts/HELVETI1-1.eot") format("embedded-opentype"), url("fonts/HELVETI1-1.svg") format("svg");
}

@font-face {
	font-family: 'PF Din Text Comp Pro';
	src: url('fonts/PFDinTextCompPro-Regular.eot');
	src: url('fonts/PFDinTextCompPro-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/PFDinTextCompPro-Regular.woff2') format('woff2'), url('fonts/PFDinTextCompPro-Regular.woff') format('woff'), url('fonts/PFDinTextCompPro-Regular.ttf') format('truetype'), url('fonts/PFDinTextCompPro-Regular.svg#PFDinTextCompPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "DINPro.woff";
	src: url("fonts/DINPro.woff.woff2") format("woff2"), url("fonts/DINPro.woff.woff") format("woff"), url("fonts/DINPro.woff.ttf") format("truetype"), url("fonts/DINPro.woff.eot") format("embedded-opentype"), url("fonts/DINPro.woff.svg") format("svg");
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0px;
	border: 0;
	font-size: 100%;
	outline: none;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0px;
}

html {
	font-family: "SourceHanSerifCNMedium";
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*html::-webkit-scrollbar {
	width: 8px;
	background: none;
}

html::-webkit-scrollbar-thumb {
	width: 8px;
	background: #3d9911;
}

html::-webkit-scrollbar-corner {
	background: none;
}

html::-webkit-scrollbar:horizontal {
	height: 9px;
}*/

body {
	font: 14px/1.8 sans-serif, "Microsoft Yahei", "微软雅黑", "微软正黑体", "Microsoft JhengHei", "SimHei", "黑体", Arial, Helvetica;
	margin: 0 auto;
	color: #666;
	overflow-x: hidden;
	background-repeat: repeat;
	background-size: cover;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

strong {
	font-weight: bold;
}

img {
	border: 0;
}

input {
	outline: none;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
}

textarea {
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
}

::-moz-selection {
	background: #8b8b8b;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #8b8b8b;
	color: #fff;
	text-shadow: none;
}

select {
	outline: none;
}

select::-ms-expand {
	display: none;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

a {
	text-decoration: none;
	blr: expression(this.onFocus=this.blur());
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

a:link,
a:visited {
	text-decoration: none;
}

a:active,
a:hover {
	text-decoration: none;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0px;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.tx-c {
	text-align: center;
}

.fc {
	text-align: center;
}

.fr {
	text-align: right;
}

.vt {
	vertical-align: top;
}

.vm {
	vertical-align: middle;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.w1100 {
	width: 1100px;
	margin: 0 auto;
}

.w1400 {
	width: 73%;
	margin: 0 auto;
}

.fixedImg {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.imgw {
	width: 100%;
	display: block;
}

.eT {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.linkA {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/w0.png) no-repeat;
	z-index: 99;
}

.pageC a:link,
.pageC a:visited {
	color: #183D82;
}

.pageC a:active,
.pageC a:hover {
	color: #333;
}

.pageC img {
	max-width: 100% !important;
	height: auto !important;
}

.pageC {
	overflow: hidden;
}

.content {
	padding: 0 3% 100px 3%;
}

.load-words.target span {
	opacity: 0;
	visibility: hidden;
}

.action.load-words span {
	visibility: visible;
	display: inline-block;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: wordsRightFade;
	animation-name: wordsRightFade;
}

@-webkit-keyframes wordsRightFade {
	0% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
		visibility: hidden;
	}
	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
		visibility: visible;
	}
}

@-moz-keyframes wordsRightFade {
	0% {
		-moz-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
		visibility: hidden;
	}
	100% {
		-moz-transform: none;
		transform: none;
		opacity: 1;
		visibility: visible
	}
}

@keyframes wordsRightFade {
	0% {
		-webkit-transform: translateX(50px);
		-moz-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
		visibility: hidden
	}
	100% {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
		opacity: 1;
		visibility: visible
	}
}

.nimg.target {
	visibility: hidden;
}

.nimg.action {
	visibility: visible !important;
	-webkit-animation: scaleUpDown 3s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown 3s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}


/* 头部  */

.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	height: 90px;
	line-height: 90px;
	background: #fff;
	transition: 0.45s;
	box-shadow: 0 0 3px #eee;
}

.head-wrap {
	position: relative;
}

.header .head-logo {
	position: absolute;
	top: 15px;
	left: 28px;
	z-index: 99;
}

.head-logo .img2 {
	display: none;
}

.head-logo img {
	display: block;
	width: 100%;
}

.header .nav {
	position: relative;
	width: 100%;
	text-align: center;
	height: 90px;
	line-height: 90px;
}

.head-link ul li {
	display: inline-block;
}

.hl-txt {
	display: inline-block;
	font-size: 18px;
	color: #fff;
}

.header .yj-bot {
}

.oalogin a {
	display: block;
	width: 90px;
	height: 90px;
	background: #F1F1F1;
	text-align: center;
	line-height: 90px;
	position: absolute;
	right: 0;
	top: 0;
	color: #999999;
	font-size: 14px;
}

.oalogin a:hover {
	background: #30639E;
	color: #fff;
}

.header .yj-bot li {
	position: relative;
	/*float: left;*/
	display: inline-block;
	transition: 0.35s;
	z-index: 1;
	text-align: center;
	margin:0 10px;
}

.header .yj-bot .yj-link {
	position: relative;
	z-index: 1;
	color: #666666;
	font-size: 16px;
	width: 70px;
	text-align: center;
	line-height: 1.5;
	display: inline-block;
	text-transform: uppercase;
}

/*.header .yj-bot li .yj-link:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -34px;
	width: 0;
	height: 8px;
	background: #30639E;
	transition: 0.65s;
}*/

.header .yj-bot .yj-link div {
	float: left;
	display: block;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	font-size: 18px;
	overflow: hidden;
	padding: 0;
}

.header .nav li:hover .ej-list {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
}

.header .yj-bot li:hover .yj-link,
.header .yj-bot li.active .yj-link {
	color: #30639E;
}

/*.header .yj-bot li:hover .yj-link:before,
.header .yj-bot li.active .yj-link:before {
	width: 70px;
}*/

.ej-list.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
}

.ej-list {
	position: absolute;
	z-index: 10;
	left: -30px;
	width: 130px;
	top: 100%;
	background-color: #30639E;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transition: 0.48s;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}

.el-link {
	display:block;
	color: #BFDDFF;
	font-size: 14px;
	line-height: 1.5;
	padding: 6px 0;
}

.el-link:hover {
	color: #fff;
}

.menu-handler {
	position: fixed;
	right: 0;
	top: 0;
	width: 60px;
	height: 55px;
	display: none;
	cursor: pointer;
	z-index: 1010;
	background: #30639E;
}

.menu-handler span {
	position: relative;
	display: block;
	margin: 27.5px auto 0;
	width: 20px;
	height: 2px;
	background-color: #fff;
	-webkit-transition-duration: .3s, .3s;
	-moz-transition-duration: .3s, .3s;
	-ms-transition-duration: .3s, .3s;
	-o-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-delay: .3s, 0s;
	-moz-transition-delay: .3s, 0s;
	-ms-transition-delay: .3s, 0s;
	-o-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s;
}

.menu-handler span:after,
.menu-handler span:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 2px;
	left: 0;
	background-color: #fff;
	-webkit-transition-duration: .3s, .3s;
	-moz-transition-duration: .3s, .3s;
	-ms-transition-duration: .3s, .3s;
	-o-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-delay: .3s, 0s;
	-moz-transition-delay: .3s, 0s;
	-ms-transition-delay: .3s, 0s;
	-o-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s
}

.menu-handler span:before {
	top: -7px;
	-webkit-transition-property: top, transform;
	-moz-transition-property: top, transform;
	-ms-transition-property: top, transform;
	-o-transition-property: top, transform;
	transition-property: top, transform;
}

.menu-handler span:after {
	bottom: -7px;
	-webkit-transition-property: bottom, transform;
	-moz-transition-property: bottom, transform;
	-ms-transition-property: bottom, transform;
	-o-transition-property: bottom, transform;
	transition-property: bottom, transform;
}

.menu-handler.active span {
	background-color: transparent;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition-delay: 0s, 0s;
	-ms-transition-delay: 0s, 0s;
	-o-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s
}

.menu-handler.active span:after,
.menu-handler.active span:before {
	background-color: #30639E;
	-webkit-transition-delay: 0s, .3s;
	-moz-transition-delay: 0s, .3s;
	-ms-transition-delay: 0s, .3s;
	-o-transition-delay: 0s, .3s;
	transition-delay: 0s, .3s
}

.menu-handler.active span:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.menu-handler.active span:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-handler.active {
	background: #fff;
}

.menuBox a:link,
.menuBox a:visited {
	color: #fff;
}


/*.menuMoblie .nav-link:active,
.menuMoblie .nav-link:hover {
	background: #ccc;
}*/

.menuMoblie .nav-link:active i,
.menuMoblie .nav-link:hover i {
	color: #fff;
	transform: rotate(90deg);
}

.menuBox a:active,
.menuBox a:hover {
	color: #fff;
}

.menuBox {
	background-color: #30639E;
	padding-top: 80px;
	color: #333333;
	position: fixed;
	display: none;
	right: 0px;
	top: 0;
	width: 100%;
	height: 100%;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-overflow-scrolling: touch;
	z-index: 1008;
	-webkit-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-moz-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-ms-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-o-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.menuMoblie {
	padding: 0 0 120px 0;
}

.menuMoblie .nav-link {
	position: relative;
	display: block;
	font-size: 20px;
	font-weight: bold;
	padding: 14px 37px;
}

.menuMoblie .nav-link i {
	float: right;
	color: #b1b1b1;
	font-size: 20px;
	vertical-align: middle;
}

.menuMoblie li {}

.menuMoblie .subnav {
	padding: 0 37px;
	display: none;
}

.menuMoblie .subnav .item {
	display: block;
	margin-bottom: 5px;
}

/*.menuMoblie .subnav .item:active,
.menuMoblie .subnav .item:hover {
	background: #999;
}*/

.menuMoblie .subnav a {
	position: relative;
	display: block;
	padding: 4px 0;
	line-height: 1.4;
	font-size: 16px;
}

.menuOpen .menuBox {
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}


/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-loading .slick-list {
	background: #f1f1f1 url(../images/loader.gif) center center no-repeat;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}


/* Arrows */

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	padding: 0;
	border: none;
	outline: none;
}

@-webkit-keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}


/* pswp = photoswipe */

.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	outline: 0
}

.pswp * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.pswp img {
	max-width: none
}

.pswp--animate_opacity {
	opacity: .001;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
	display: block
}

.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab
}

.pswp--dragging .pswp__img {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing
}

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/op1.png) repeat;
	background: none rgba(0, 0, 0, .9);
	opacity: 0;
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: opacity
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.pswp__container,
.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
	transition: transform 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none
}

.pswp__container,
.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0
}

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
	background: #222
}

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0
}

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #CCC
}

.pswp__error-msg a {
	color: #CCC;
	text-decoration: underline
}

.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: 0 0;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: .75;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	-webkit-box-shadow: none;
	box-shadow: none;
	&:focus,
	&:hover {
		opacity: 1;
	}
	&:active {
		outline: 0;
		opacity: .9;
	}
	&::-moz-focus-inner {
		padding: 0;
		border: 0;
	}
}

.pswp__button:focus,
.pswp__button:hover {
	opacity: 1
}

.pswp__button:active {
	outline: 0;
	opacity: .9
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.pswp__ui--over-close .pswp__button--close {
	opacity: 1
}

.pswp__button {
	background: url(../images/default-skin.png) 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1),
(-webkit-min-device-pixel-ratio: 1.09375),
(min-resolution: 105dpi),
(min-resolution: 1.1dppx) {
	.pswp--svg .pswp__button {
		background-image: url(../images/default-skin.svg);
	}
	.pswp__button--close {
		color: #fff;
	}
}

.pswp__button--close {
	background-position: 0 -44px
}

.pswp__button--share {
	background-position: -44px -44px
}

.pswp__button--fs {
	display: none
}

.pswp--supports-fs .pswp__button--fs {
	display: block
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
	visibility: hidden;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	top: 50%;
	width: 48px;
	height: 48px;
	line-height: 48px;
	margin-top: -24px;
	position: absolute;
	background: none #767676;
	color: #fff;
	display: block;
	font-family: "iconfont" !important;
	font-size: 15px;
	text-align: center;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pswp__button--arrow--left {
	left: 2%
}

.pswp__button--arrow--right {
	right: 2%;
}

.pswp__button--arrow--left:before {
	content: "\e60e";
}

.pswp__button--arrow--right:before {
	content: "\ec41";
}

.pswp__button--arrow--left:hover,
.pswp__button--arrow--right:hover {
	color: #fff;
	background-color: #00A2E9;
}

.pswp__counter,
.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.pswp__share-modal {
	display: block;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity
}

.pswp__share-modal--hidden {
	display: none
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #FFF;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform .25s;
	transition: transform .25s;
	-webkit-backface-visibility: hidden;
	will-change: transform
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px
}

.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000
}

.pswp__share-tooltip a:first-child {
	border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
	opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px
}

a.pswp__share--facebook:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid transparent;
	border-bottom-color: #FFF;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none
}

a.pswp__share--facebook:hover {
	background: #3E5C9A;
	color: #FFF
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3E5C9A
}

a.pswp__share--twitter:hover {
	background: #55ACEE;
	color: #FFF
}

a.pswp__share--pinterest:hover {
	background: #CCC;
	color: #CE272D
}

a.pswp__share--download:hover {
	background: #DDD
}

.pswp__counter {
	float: left;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #FFF;
	opacity: .75;
	padding: 0 10px
}

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px
}

.pswp__caption__center {
	text-align: center;
	max-width: 600px;
	font-size: 15px;
	margin: 0 auto;
	padding: 20px 10px;
	color: #fff
}

.pswp__caption__center .xzy-zan {
	float: right;
	display: block
}

.pswp__caption--empty {
	display: none
}

.pswp__caption--fake {
	visibility: hidden
}

.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	will-change: opacity;
	direction: ltr
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px
}

.pswp__preloader--active {
	opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
	background: url(preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise .5s linear infinite;
	animation: clockwise .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
	animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
	background: 0 0;
	opacity: .75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #FFF;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: 0 0;
	margin: 0
}

@media screen and (max-width: 1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right;
	}
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550;
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%;
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible;
}

.pswp__caption,
.pswp__top-bar {
	background-color: rgba(0, 0, 0, .5);
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
	background-color: rgba(0, 0, 0, .3);
}

.pswp__ui--idle .pswp__top-bar {
	opacity: 1;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0;
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
	opacity: .001;
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
	display: none;
}

.pswp__element--disabled {
	display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
	background: 0 0;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background-image: none !important;
}

.mtop {
	height: 90px;
}


/* 首页  start end */

.banner-wrap {
	position: relative;
	overflow: hidden;
}

.banner {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 90px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banner .slick-dots {
	position: absolute;
	width: 1100px;
	text-align: right;
	left: 50%;
	transform: translateX(-50%);
	bottom: 180px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	z-index: 104;
}

.banner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	text-align: center;
	line-height: 15px;
	vertical-align: middle;
	background: #fff;
	margin: 0 8px;
	transition: 0.35s;
	transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg) rotate(45deg);
	-moz-transform: rotateY(-180deg) rotate(45deg);
	transition: 0.65s;
}

.banner .slick-dots li a {
	text-indent: 10em;
	position: relative;
	display: block;
	text-align: center;
	border-radius: 50%;
	padding: 0px;
	cursor: pointer;
	width: 10px;
	height: 10px;
	overflow: hidden;
}

.banner .slick-dots li a:focus {
	outline: none;
}

.banner .slick-dots li.slick-active {
	opacity: 1;
	visibility: visible;
	background: #30639E;
	transform: rotateY(0);
	-webkit-transform: rotateY(0) rotate(45deg);
	-moz-transform: rotateY(0) rotate(45deg);
}

.banner .item {
	position: relative;
	overflow: hidden;
}

.banner .item .pimg {
	width: 100%;
	display: block;
}

.mimg {
	display: none !important;
	width: 100%;
}

.slick-active .pimg {
	visibility: visible !important;
	-webkit-animation: scaleUpDown1 4.8s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown1 4.8s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

@keyframes scaleUpDown1 {
	from {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.bctxt1,
.bctxt2 {
	transform: translateX(120px);
	-webkit-transform: translateX(120px);
	opacity: 0;
	visibility: hidden\9;
	transition: 0;
}

.show .bctxt1,
.show .bctxt2 {
	opacity: 1;
	visibility: visible\9;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transition: 0.96s 0s;
}

.bicont {
	position: absolute;
	bottom: 150px;
	left: 50%;
	width: 1100px;
	transform: translateX(-50%);
	color: #fff;
	line-height: 1.5;
}

.bctxt1 {
	font-size: 50px;
}

.bctxt2 {
	display: block;
	font-family: "DINPro.woff";
	font-size: 16px;
	text-transform: uppercase;
}

.index-news {
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid #EAEAEA;
	background: #fff;
	overflow: hidden;
}

.ingleft,
.ingright {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-left: 40px;
}

.ingright {
	border-left: 1px solid #EAEAEA;
}

.announce-tit {
	float: left;
	color: #666666;
	font-size: 14px;
	line-height: 50px;
	font-weight: normal;
	vertical-align: middle;
}

.announce-list {
	float: left;
	width: 75%;
	margin-top: 10px;
	margin-left: 10px;
}

.an-item {
	position: relative;
	line-height: 1.5;
}

.an-item p {
	display: inline-block;
	width: 80%;
	vertical-align: middle;
	height: 21px;
	color: #999999;
	font-size: 14px;
	margin-left: 8px;
}

.index-total {
	width: 90%;
	margin: 0 auto;
	padding: 75px 0;
	text-align: center;
}

.index-total li {
	display: inline-block;
	margin: 0 90px;
	text-align: center;
}

.itt1 {
	display: block;
	color: #333333;
	font-size: 14px;
}

.itt2 {
	display: block;
	color: #30639E;
	line-height: 1;
}

.itt2 strong {
	font-family: 'PF Din Text Comp Pro';
	font-size: 150px;
}

.itdw {
	font-style: normal;
	font-weight: normal;
}

.index-about {
	border-top: 1px solid #EAEAEA;
}

.ialeft {
	float: left;
}

.iaright {
	float: right;
}

.ialeft,
.iaright {
	width: 50%;
}

.ialeft {
	position: relative;
	box-sizing: border-box;
	padding: 70px 190px 170px 137px;
}

.iltitle {
	display: block;
	color: #999999;
	font-size: 14px;
}

.iltxt1 {
	font-weight: normal;
	color: #333333;
	font-size: 30px;
	line-height: 1.5;
	margin-top: 20px;
}

.iltxt2 {
	color: #656565s;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 10px;
}

.ilmore {
	display: block;
	color: #999999;
	font-size: 14px;
	margin-top: 40px;
}

.ilmore:hover {
	color: #30639E;
}

.ilxt {
	position: absolute;
	left: 0;
	bottom: -20px;
}

.ilxt img {
	display: block;
	width: 100%;
}

.iaright {
	position: relative;
}

.irpic {
	overflow: hidden;
}

.irpic img {
	display: block;
	/*width: 100%;*/
}

.ircover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/op1.png) repeat;
}

.icxt {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.circleProgress_wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 274px;
	height: 274px;
	border-radius: 50%;
	/*	border: 1px solid #D3D8E1;*/
	text-align: center;
}

.wrapper {
	width: 137px;
	height: 274px;
	position: absolute;
	top: 0;
	overflow: hidden;
}

.right {
	right: 0;
}

.left {
	left: 0;
}

.circleProgress {
	width: 270px;
	height: 270px;
	border: 1px solid #30639E;
	border-radius: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: rotate(45deg);
}

.rightcircle {
	border-top: 1px solid #30639E;
	border-right: 1px solid #30639E;
	right: 0;
	-webkit-animation: circleProgressLoad_right 6s linear infinite;
}

.leftcircle {
	border-bottom: 1px solid #30639E;
	border-left: 1px solid #30639E;
	left: 0;
	-webkit-animation: circleProgressLoad_left 6s linear infinite;
}

@-webkit-keyframes circleProgressLoad_right {
	0% {
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(45deg);
	}
	50% {
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		border-left: 1px solid #30639E;
		border-bottom: 1px solid #30639E;
		-webkit-transform: rotate(225deg);
	}
	100% {
		border-left: 1px solid #30639E;
		border-bottom: 1px solid #30639E;
		-webkit-transform: rotate(225deg);
	}
}

@-webkit-keyframes circleProgressLoad_left {
	0% {
		border-bottom: 1px solid #fff;
		border-left: 1px solid #fff;
		-webkit-transform: rotate(45deg);
	}
	50% {
		border-bottom: 1px solid #fff;
		border-left: 1px solid #fff;
		border-top: 1px solid #30639E;
		border-right: 1px solid #30639E;
		-webkit-transform: rotate(45deg);
	}
	100% {
		border-top: 1px solid #30639E;
		border-right: 1px solid #30639E;
		border-bottom: 1px solid #30639E;
		border-left: 1px solid #30639E;
		-webkit-transform: rotate(225deg);
	}
}

.icplay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 274px;
	height: 274px;
	border-radius: 50%;
	border: 1px solid #D3D8E1;
	text-align: center;
}

.ilicon {
	display: inline-block;
	vertical-align: middle;
	width: 59px;
	height: 59px;
	background: url(../images/play.svg) no-repeat;
	background-size: contain;
	cursor: pointer;
}

.iltxt {
	display: inline-block;
	vertical-align: middle;
	width: 96px;
	font-size: 24px;
	color: #fff;
	line-height: 1.5;
	margin-left: 18px;
}

.ipbox {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.index-projects {
	-webkit-perspective: 800px;
	-o-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;
	-webkit-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.index-projects li {
	position: relative;
	float: left;
	width: 16.666%;
	height: 265px;
	overflow: hidden;
}

.index-projects li:nth-of-type(odd) {
	background: #F1F1F1;
}

.index-projects li:nth-of-type(even) {
	background: #FFFFFF;
}

.ipmr {
	position: relative;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1.2;
}

.imicon {
	display: block;
	color: #A7A7A7;
	font-size: 47px;
}

.imtxt {
	color: #333333;
	font-size: 16px;
}

.ipcover {
	/*opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transform: perspective(600px) rotateY(-90deg);
	-moz-transform: perspective(600px) rotateY(-90deg);
	-ms-transform: perspective(600px) rotateY(-90deg);
	-o-transform: perspective(600px) rotateY(-90deg);
	transform: perspective(600px) rotateY(-90deg);
	-webkit-transition: all 0.45s;
	-moz-transition: all 0.45s;
	-o-transition: all 0.45s;
	transition: all 0.45s;*/
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transform-origin: 0 50% 0px;
	opacity: 0;
	transform: rotateY(-90deg);
	-webkit-transform: rotateY(-90deg);
	transform-origin: 0 50% 0;
	-webkit-transition: all 0.45s;
	-moz-transition: all 0.45s;
	-o-transition: all 0.45s;
	transition: all 0.45s;
}

.icpic img {
	display: block;
	/*width: 100%;*/
}

.iccont {
	position: absolute;
	top: 40px;
	left: 40px;
	right: 40px;
	color: #fff;
}

.ictxt1 {
	font-weight: normal;
	font-size: 20px;
}

.ictxt2 {
	font-size: 14px;
	margin-top: 15px;
	line-height: 1.5;
	height: 126px;
	overflow: hidden;
}

.index-projects li:hover .ipcover {
	/*opacity: 1;
	visibility: visible;
	-webkit-transform: perspective(600px) rotateX(0deg);
	-moz-transform: perspective(600px) rotateX(0deg);
	-ms-transform: perspective(600px) rotateX(0deg);
	-o-transform: perspective(600px) rotateX(0deg);
	transform: perspective(600px) rotateX(0deg);*/
	opacity: 1;
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
}

.index-cases {
	position: relative;
	margin-top: 10px;
}

.icbanner {
	position: relative;
	overflow: hidden;
}

.ibitem {
	position: relative;
}

.ibitem img {
	display: block;
	width: 100%;
}

.icpn p {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	background: #FFFFFF;
	text-align: center;
	line-height: 60px;
	color: #CCCCCC;
	font-size: 18px;
	cursor: pointer;
}

.ipc {
	left: 50px;
}

.inc {
	right: 50px;
}

.icpn p:hover {
	background: #30639E;
	color: #fff;
}

.icwzb {
	position: relative;
}

.icwz {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 77%;
	background: #fff;
	border-bottom: 1px solid #EAEAEA;
	box-sizing: border-box;
	padding: 30px;
}

.icwz .slick-dots {
	position: absolute;
	width: 10px;
	text-align: center;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	*display: inline;
	*zoom: 1;
	/*z-index: 104;*/
}

.icwz .slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	text-align: center;
	line-height: 15px;
	vertical-align: middle;
	border: 1px solid #30639E;
	margin: 0 6px;
	transition: 0.35s;
}

.icwz .slick-dots li a {
	text-indent: 10em;
	position: relative;
	display: block;
	text-align: center;
	border-radius: 50%;
	padding: 0px;
	cursor: pointer;
	width: 10px;
	height: 10px;
	overflow: hidden;
}

.icwz .slick-dots li a:focus {
	outline: none;
}

.icwz .slick-dots li.slick-active {
	opacity: 1;
	visibility: visible;
	background: #30639E;
	height: 30px;
	border-radius: 10px;
}

.iwlabel {
	display: block;
	font-style: normal;
	color: #30639E;
	font-size: 14px;
}

.iwtitle {
	color: #333333;
	font-size: 26px;
	font-weight: normal;
	height: 46px;
	overflow: hidden;
}

.iwbtn {
	display: block;
	margin-top: 10px;
	font-weight: normal;
	color: #999999;
	font-size: 14px;
	margin-top: 10px;
}

.iwitem {
	position: relative;
}

.iwitem:hover .iwtitle {
	color: #30639E;
}

.index-news2 {
	padding: 80px 0;
}

.in2left {
	position: relative;
	float: left;
	width: 50%;
}

.in2left .slick-dots {
	position: absolute;
	left: 35px;
	width: 100%;
	right: 30px;
	bottom: 10px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	/*z-index: 104;*/
}

.in2left .slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	text-align: center;
	line-height: 15px;
	vertical-align: middle;
	background: #FFFFFF;
	margin-right: 12px;
	transition: 0.35s;
}

.in2left .slick-dots li a {
	text-indent: 10em;
	position: relative;
	display: block;
	text-align: center;
	border-radius: 50%;
	padding: 0px;
	cursor: pointer;
	width: 10px;
	height: 10px;
	overflow: hidden;
}

.in2left .slick-dots li a:focus {
	outline: none;
}

.in2left .slick-dots li.slick-active {
	opacity: 1;
	visibility: visible;
	background: #30639E;
}

.il2item {
	position: relative;
}

.il2pic {
	overflow: hidden;
}

.il2pic img {
	display: block;
	width: 100%;
}

.il2cont {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 35px 50px 35px;
}

.ic2date {
	display: block;
	font-family: "HELVETI1-1";
	font-style: normal;
	color: #fff;
	font-size: 14px;
}

.ic2desc {
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	margin-top: 5px;
	height: 48px;
	overflow: hidden;
}

.in2right {
	float: right;
	width: 47%;
}

.ir2tab {
	border-bottom: 1px solid #EAEAEA;
}

.it2qh {
	position: relative;
	display: inline-block;
	margin-right: 40px;
	color: #999999;
	font-size: 14px;
	padding-bottom: 10px;
}

.it2qh.active {
	color: #333333;
	font-size: 20px;
}

.it2qh.active:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #30639E;
}

.it2qh:hover {
	color: #333333;
}

.ib2box {
	display: none;
	margin-top: 25px;
}

.ilfirst {
	position: relative;
	border-bottom: 1px solid #EAEAEA;
	padding-bottom: 30px;
}

.ilfirst:hover .irtxt1,
.il2list li:hover .ildesc {
	color: #30639E;
}

.ifl {
	font-family: "HELVETI1-1";
	float: left;
	width: 72px;
	height: 72px;
	background: #CCCCCC;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	line-height: 1;
}

.iflb {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.ifl strong {
	display: block;
	font-size: 44px;
	font-weight: normal;
}

.ifr {
	float: right;
	width: 82%;
	line-height: 1.5;
}

.irtxt1 {
	font-weight: normal;
	color: #333333;
	font-size: 20px;
	height: 20px;
	overflow: hidden;
	line-height: 1;
}

.irtxt2 {
	color: #999999;
	font-size: 14px;
	margin-top: 10px;
	height: 42px;
	overflow: hidden;
}

.irbtn {
	display: block;
	font-weight: normal;
	width: 80px;
	height: 30px;
	border: 1px solid #EAEAEA;
	border-radius: 50px;
	text-align: center;
	line-height: 30px;
	color: #CCCCCC;
	font-size: 12px;
	margin-top: 20px;
}

.il2list {
	margin-top: 25px;
}

.il2list li {
	position: relative;
	margin-top: 8px;
}

.ildesc {
	float: left;
	width: 85%;
	color: #888888;
	font-size: 14px;
}

.ildesc b {
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 80%;
	height: 25px;
	overflow: hidden;
}

.idls {
	display: inline-block;
	vertical-align: middle;
	border-radius: 10px;
	background: #30639E;
	color: #fff;
	font-size: 12px;
	padding: 0 7px;
	font-style: normal;
	line-height: 1.3;
	margin-left: 5px;
}

.ildate {
	display: block;
	font-family: "HELVETI1-1";
	float: right;
	color: #CCCCCC;
	font-size: 14px;
}

.index-social {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 180px 0 130px 0;
}

.isbot {
	text-align: center;
}

.ibcricle {
	position: relative;
	width: 368px;
	height: 368px;
	margin: 0 auto;
	border: 1px solid #eee;
	border-radius: 50%;
	text-align: center;
}

.ibcricle:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 50%;
	z-index: 0;
	animation: bannerbuIn infinite linear 1.4s normal;
	-webkit-animation: bannerbuIn infinite linear 1.4s normal;
}

@keyframes bannerbuIn {
	0% {
		opacity: 1;
		filter: alpha(opacity=100);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		filter: alpha(opacity=0);
		transform: scale(1.2);
	}
}

.icbox {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	line-height: 1.5;
}

.iceng {
	display: block;
	width: 90%;
	margin: 0 auto;
	font-family: "DINPro.woff";
	font-size: 30px;
	text-transform: uppercase;
	font-weight: normal;
}

.icch {
	display: block;
	font-size: 30px;
}

.ictitle {
	color: #FFFFFF;
	font-size: 18px;
	margin-top: 50px;
	line-height: 1.5;
}

.icmore {
	display: block;
	color: #fff;
	font-size: 14px;
	margin-top: 5px;
}

.icmore:hover {
	color: #30639E;
}

.fs-select {
	cursor: pointer;
	position: relative;
	display: block;
	float: left;
	width: 33.333%;
	height: 53px;
	line-height: 53px;
	border: none;
	color: #fff;
	font-size: 14px;
	background: transparent;
	background: url(../images/up.png) 70% no-repeat;
	background-size: 12px 8px;
	box-sizing: border-box;
	text-align: center;
}

.fs-select:not(:first-child):before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background: #5B6885;
}

.fs-zk {
	display: none;
	width: 100%;
	background: #fff;
	border: 1px solid #eee;
	padding: 15px 0;
	position: relative;
	z-index: 99;
	position: absolute;
	left: -1px;
	bottom: 100%;
	z-index: 99;
	box-sizing: border-box;
}

.fs-zk a {
	display: block;
	color: #333;
	text-align: center;
	line-height: 1.5;
	padding: 10px 0;
}

.fs-zk a:hover {
	background: #30639E;
	color: #fff;
}

.link-wrap {
	position: relative;
	background: #475575;
}


/* 底部 */

.footer-wrap {
	background: #282E3B;
}

.fwbot1 {
	padding: 55px 0;
}

.fbl1 {
	float: left;
	width: 70%;
}

.fl1name {
	font-weight: normal;
	color: #FFFFFF;
	font-size: 18px;
	margin-bottom: 10px;
}

.fl1txt {
	color: #94979D;
	font-size: 14px;
	margin-top: 5px;
}

.fl1txt a,
.fb2txt a {
	color: #94979D;
}

.fbr1 {
	float: right;
	text-align: center;
	width: 125px;
}

.fbr1 img {
	display: block;
	width: 100%;
}

.frtxt {
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 5px;
}

.fwbot2 {
	border-top: 1px solid #5B6885;
	padding: 20px 0;
}

.fb2txt {
	display: inline-block;
	position: relative;
	color: #94979D;
	font-size: 14px;
}

.fb2txt:not(:first-child):before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 15px;
	background: #94979D;
}

.fb2txt:not(:first-child) {
	margin-left: 20px;
	padding-left: 20px;
}


/* 视频弹框 */

.tk-bg {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/op2.png) repeat;
	z-index: 999;
}

.tk-bot {
	position: relative;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 500px;
	transform: translate(-50%, -50%);
}

.tbclose {
	position: absolute;
	right: -40px;
	top: 0;
	z-index: 1;
	cursor: pointer;
}

.tbclose:hover i {
	transform: rotate(360deg);
}

.tbclose i {
	display: block;
	color: #fff;
	font-size: 40px;
	line-height: 1;
	transition: 0.55s;
}

.tbvideo {
	width: 100%;
	height: 100%;
}

.apply-show {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}


/* 首页  index end */


/* about1 start */

.insides-banner {
	position: relative;
}

.ibpicture {
	overflow: hidden;
}

.ibpicture img {
	display: block;
	width: 100%;
}

.ibcont {
	position: absolute;
	top: 50%;
	left: 5%;
	width: 90%;
	text-align: center;
	transform: translateY(-50%);
	color: #fff;
	line-height: 1.5;
}

.icwz1 {
	display: block;
	font-weight: normal;
	font-size: 40px;
}

.icwz2 {
	display: block;
	font-style: normal;
	font-family: 'PF Din Text Comp Pro';
	font-size: 26px;
	text-transform: uppercase;
}

.insides-bt {
	background: #F1F1F1;
	border-bottom: 1px solid #EAEAEA;
}

.ibrands {
	float: left;
	width: 25%;
	text-align: center;
	line-height: 60px;
	background: #FFFFFF;
}

.ibtxt {
	color: #999999;
	font-size: 14px;
}

.ibtxt.active {
	color: #30639E;
}

.imenus {
	float: left;
	width: 75%;
	display: flex;
	background: #FFFFFF;
}

.imlink {
	position: relative;
	flex: 1;
	text-align: center;
	line-height: 60px;
	color: #999999;
	font-size: 14px;
	border-left: 1px solid #EAEAEA;
	z-index: 3;
}

.imlink:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 0;
	background: #30639E;
	transition: 0.55s;
	z-index: -3;
}

.imlink.active,
.imlink:hover {
	color: #fff;
}

.imlink.active:before,
.imlink:hover:before {
	width: 100%;
}

.ab1-bg {
	position: relative;
}

.about1-bot1 {
	position: relative;
	padding: 80px 0;
}

.ab1l {
	float: left;
	width: 15%;
}

.alname {
	display: block;
	color: #30639E;
	font-size: 32px;
	line-height: 1.5;
}

.aleng {
	display: block;
	font-family: 'PF Din Text Comp Pro';
	color: #D3DAEB;
	font-size: 24px;
	line-height: 1.2;
	font-style: normal;
	margin-top: 10px;
}

.aled {
	font-family: 'PF Din Text Comp Pro';
	color: #C4C4C4;
	font-size: 14px;
	margin-top: 20px;
}

.abr1 {
	position: relative;
	z-index: 10;
	float: right;
	width: 65%;
}

.ark {
	display: block;
	width: 10px;
	height: 10px;
	background: #30639E;
}

.mb30 {
	margin-bottom: 30px;
}

.ardesc {
	color: #666666;
	font-size: 14px;
}

.arnumgd {
	margin: 60px 0;
}

.arnumgd li {
	position: relative;
	float: left;
	width: 25%;
}

.arnumgd li:not(:first-child):before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 88px;
	background: #EAEAEA;
}

.arnumgd li:not(:first-child) {
	text-align: center;
}

.anwz {
	color: #333333;
	font-size: 14px;
}

.ansz {
	display: block;
	color: #30639E;
	font-size: 14px;
	line-height: 1.5;
}

.ansz strong {
	font-family: 'PF Din Text Comp Pro';
	font-size: 80px;
}

.ab1-bg img {
	display: block;
	width: 100%;
}

.ab1bot2 {
	padding: 70px 0;
}

.ab2fd {
	float: left;
	width: 45%;
}

.ab2fd:last-child {
	box-sizing: border-box;
	padding-left: 5%;
}

.corporate-vision {
	background: #FAFAFA;
	padding: 90px 0;
}

.cvlist {
	margin-left: -2%;
}

.cvlist li {
	float: left;
	width: 31.333%;
	margin-left: 2%;
	text-align: center;
}

.clpic {
	overflow: hidden;
}

.clpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.cltxt {
	color: #333333;
	font-size: 16px;
	margin-top: 10px;
}

.cvlist li:hover .clpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}


/* about1 end */


/* about2 start */

.ab2tw {
	position: relative;
}

.ab2pic img {
	display: block;
	width: 100%;
}

.ab2bot {
	position: absolute;
	width: 500px;
	left: 0;
	bottom: 0;
	background: #fff;
	padding: 30px 24px 0 0;
}

.ac2box {
	margin-top: 35px;
}

.ab2title {
	color: #30639E;
	font-size: 20px;
	margin-bottom: 15px;
}

.ac2dsz {
	margin-top: 30px;
	text-align: right;
}

.ac2dsz img {
	display: inline-block;
}


/* about2 end */


/* about3 start */

.ab3bg {
	padding: 95px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.ab3pic img {
	display: block;
	width: 100%;
}


/* about3 end */


/* about4 start */

.ab4wrap {
	padding: 80px 0;
}

.ab4wrap ul {
	margin-left: -2%;
}

.ab4wrap li {
	position: relative;
	float: left;
	width: 31.333%;
	margin-left: 2%;
}

.ab4pic img {
	display: block;
	width: 100%;
}

.ab4cover {
	position: absolute;
	width: 155px;
	top: 50px;
	left: 50px;
	bottom: 50px;
}

.ac4txt1 {
	display: block;
	color: #fff;
	font-size: 32px;
	line-height: 1.5;
}

.ac4bp {
	position: absolute;
	bottom: 0;
	left: 0;
}

.abp1 {
	display: block;
	font-family: 'PF Din Text Comp Pro';
	color: #ccc;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.2;
}

.abp2 {
	display: block;
	font-family: 'PF Din Text Comp Pro';
	font-style: normal;
	color: #fff;
	font-size: 12px;
	margin-top: 10px;
}


/* about4 end */


/* about5 end */

.ab5list li {
	margin-bottom: 10px;
	padding: 2px 10px;
	transition: 0.45s;
}

.ab5list li:hover {
	background: #F1F1F1;
}

.ab5list li:hover .al5date,
.ab5list li:hover .al5txt {
	color: #30639E;
}

.al5date {
	display: block;
	float: left;
	color: #999999;
	font-size: 12px;
	margin-top: 2px;
}

.al5txt {
	float: right;
	width: 88%;
	color: #666666;
	font-size: 14px;
}

.ab5zw {
	margin-left: -1%;
}

.ab5zw li {
	float: left;
	width: 24%;
	margin: 30px 0 0 1%;
	text-align: center;
}

.ab5zw li:hover .azwpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.azwpic {
	overflow: hidden;
}

.azwpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.azwt1 {
	display: block;
	color: #333333;
	font-size: 20px;
	margin-top: 20px;
}

.azw2 {
	display: block;
	color: #666666;
	font-size: 14px;
	font-style: normal;
	height: 50px;
	overflow: hidden;
}


/* about5 end */


/* announment start */

.annolist {
	padding: 50px 0 70px 0;
}

.annolist li {
	position: relative;
	float: left;
	width: 48%;
	margin: 20px 0 0 2%;
	box-sizing: border-box;
	padding: 35px;
	border: 1px solid #F2F2F2;
	z-index: 3;
}

.annolist li:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #30639E;
	-webkit-transition: transform 0.6s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
	transition: transform 0.6s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
	transform-origin: left 100%;
	-webkit-transform-origin: left 100%;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	visibility: hidden\9;
	z-index: -1;
}

.annolist li:hover:before {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	transform-origin: left 0%;
	-webkit-transform-origin: left 0%;
	visibility: visible\9;
}

.annolist li:hover .aoldate,
.annolist li:hover .aoldesc,
.annolist li:hover .aolbtn {
	color: #fff;
}

.aoldate {
	display: block;
	color: #A4A4A4;
	font-size: 12px;
}

.aoldesc {
	color: #555555;
	font-size: 18px;
	margin-top: 10px;
	line-height: 1.5;
	height: 54px;
	overflow: hidden;
}

.aolbtn {
	display: block;
	color: #A4A4A4;
	font-size: 12px;
	margin-top: 25px;
	font-weight: normal;
}

.pages-list {
	margin-top: 60px;
	text-align: center;
}

.pages-list a {
	display: inline-block;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #999999;
	font-size: 14px;
	border: 1px solid #EAEAEA;
	margin: 0 8px;
}

.plpn {
	width: 100px;
}

.plnum {
	width: 40px;
}

.pages-list a.active,
.pages-list a:hover {
	color: #fff;
	background: #30639E;
}


/* announment end */


/* news-detail start */

.nd-bg {
	background: #F1F1F1;
	padding: 75px 0;
}

.ndbot {
	background: #fff;
	padding: 40px 50px;
	margin-top: 10px;
}

.nbtitle {
	color: #333333;
	font-size: 24px;
}

.nbds {
	margin-top: 20px;
}

.ndsb {
	display: inline-block;
	margin-right: 30px;
	color: #999999;
	font-size: 14px;
}

.ndti {
	font-size: 15px;
	margin-right: 10px;
}

.nsicon {
	color: #CCCCCC;
	font-size: 20px;
	margin-left: 10px;
}

.nbcont {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #EAEAEA;
	color: #333333;
	font-size: 14px;
}

.nbbtn {
	margin-top: 40px;
}

.nbtl {
	float: left;
}

.ntlb {
	display: inline-block;
	width: 100px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #EAEAEA;
	color: #999999;
	font-size: 14px;
	margin-right: 10px;
	transition: 0.45s;
}

.ntlb:hover {
	color: #fff;
	background: #30639E;
}

.nbtr {
	float: right;
}

.ntreturn {
	display: block;
	width: 100px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	background: #A71F23;
}


/* news-detail end */


/* news start */

.news-bg {
	background: #F7F7F7;
	padding: 44px 0;
}

.news-banner {
	position: relative;
}

.nbitem {
	position: relative;
}

.nbitem:hover .nipic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.news-banner .slick-arrow {
	position: absolute;
	z-index: 99;
	bottom: 20px;
	left: 47%;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #fff;
	color: #CCCCCC;
}

.news-banner .slick-arrow:before {
	font-family: "iconfont" !important;
	font-size: 15px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: lighter;
}

.news-banner .slick-prev:before {
	content: "\e60e";
}

.news-banner .slick-next:before {
	content: "\ec41";
}

.news-banner .slick-prev {}

.news-banner .slick-next {
	margin-left: 40px;
}

.news-banner .slick-arrow:hover {
	color: #fff;
	background: #30639E;
}

.nipic {
	float: left;
	width: 42%;
	overflow: hidden;
}

.nipic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.nicont {
	float: right;
	width: 53%;
}

.ncdate {
	color: #999999;
	font-size: 14px;
}

.ncdate i {
	color: #999999;
	font-size: 13px;
	margin-right: 5px;
}

.nctitle {
	color: #333333;
	font-size: 24px;
	height: 43px;
	overflow: hidden;
}

.ncdesc {
	color: #666666;
	font-size: 14px;
	margin-top: 10px;
	height: 50px;
	overflow: hidden;
}

.ncmore {
	display: block;
	color: #999999;
	font-size: 12px;
	margin-top: 30px;
}

.nltp {
	float: left;
	width: 32%;
}

.nltp img {
	display: block;
	width: 100%;
}

.ytb .nlwz {
	float: right;
	width: 64%;
}

.nlwz .aoldesc {
	margin-top: 0;
}

.newslist li {
	height: 160px;
	transition: 0.55s;
}

.newslist li:hover {
	box-shadow: 0 2px 5px #eee;
}

.newslist li:hover:before {
	display: none;
}

.newslist li:hover .aoldesc,
.annolist li:hover .aolbtn {
	color: #30639E;
}


/* news end */


/* project start */

.projectlist {
	padding: 50px 0 70px 0;
}

.projectlist ul {
	margin-left: -2%;
}

.projectlist li {
	position: relative;
	float: left;
	width: 48%;
	margin: 25px 0 0 2%;
	overflow: hidden;
}

.plpic {
	position: relative;
	overflow: hidden;
}

.ppimg {
	display: block;
	width: 100%;
}

.pptxt {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/op2.png) repeat;
	padding: 15px 28px;
}

.pptxt span {
	display: block;
	color: #fff;
	font-size: 16px;
	height: 28px;
	overflow: hidden;
}

.plcover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 40px;
	background: #30639E;
	transition: 0.65s;
	transform: translateY(-100%);
}

.pcname {
	color: #fff;
	font-size: 26px;
	height: 46px;
	overflow: hidden;
}

.pctxt {
	color: #fff;
	font-size: 14px;
	margin-top: 5px;
	line-height: 1.5;
	height: 42px;
	overflow: hidden;
}

.pcicon {
	display: block;
	color: #fff;
	font-size: 23px;
	margin-top: 50px;
}

.pcbt {
	display: block;
	font-family: 'PF Din Text Comp Pro';
	position: absolute;
	left: 40px;
	bottom: 40px;
	color: #7E93C4;
	font-size: 13px;
	letter-spacing: 6px;
	text-transform: uppercase;
	line-height: 1.5;
}

.projectlist li:hover .plcover {
	transform: translateY(0);
}


/* project end */


/* project-detail start */

.ntrpd {
	background: #30639E;
}

.pdbanner {
	position: relative;
	margin-bottom: 38px;
}

.pbpic img {
	display: block;
	width: 100%;
}

.pdbanner .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: #F1F1F1;
	color: #CCCCCC;
}

.pdbanner .slick-arrow:before {
	font-family: "iconfont" !important;
	font-size: 15px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: lighter;
}

.pdbanner .slick-prev:before {
	content: "\e60e";
}

.pdbanner .slick-next:before {
	content: "\ec41";
}

.pdbanner .slick-prev {
	left: -50px;
}

.pdbanner .slick-next {
	right: -50px;
}

.pdbanner .slick-arrow:hover {
	color: #fff;
	background: #30639E;
}

.pdlr .nbtitle {
	float: left;
	width: 50%;
}

.pdlr .nbds {
	float: right;
	margin-top: 5.5px;
}

.pdsb {
	color: #999999;
	font-size: 14px;
	margin-left: 30px;
}

.pdsb i {
	color: #30639E;
	font-size: 18px;
	margin-right: 10px;
}


/*  project-detail end */


/*  honor1 start */

.ho1pic {
	width: 1050px;
	margin: 0 auto;
	padding: 70px;
	background: #fff;
	box-sizing: border-box;
}

.ho1pic img {
	display: block;
	width: 100%;
}


/*  honor1 end */


/*  honor2 start */

.honor2-list {
	padding: 48px 0 60px 0;
}

.honor2-list li {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	padding: 60px 100px 77px 100px;
}

.hl2l {
	float: left;
	width: 276px;
	overflow: hidden;
}

.hl2l img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.hl2c {
	float: left;
	width: 200px;
	margin-left: 7%;
}

.hc2title {
	color: #fff;
	font-size: 32px;
	line-height: 1.5;
}

.hc2btn {
	display: block;
	width: 80px;
	height: 30px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
	border-radius: 50px;
	margin-top: 25px;
	transition: 0.45s;
}

.hc2eng1 {
	display: block;
	font-family: 'PF Din Text Comp Pro';
	color: #ccc;
	font-size: 24px;
	line-height: 1.2;
	font-weight: normal;
	margin-top: 60px;
}

.hc2eng2 {
	display: block;
	font-family: 'PF Din Text Comp Pro';
	font-style: normal;
	color: #fff;
	font-size: 12px;
	margin-top: 15px;
}

.hl2r {
	position: absolute;
	top: 50%;
	right: 0;
	font-family: 'PF Din Text Comp Pro';
	color: #ccc;
	letter-spacing: 5px;
	font-size: 14px;
	transform: rotate(90deg) translateY(-50%);
}

.honor2-list li:hover .hl2l img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.honor2-list li:hover .hc2btn {
	border: 1px solid #30639E;
	background: #30639E;
}


/*  honor2 end */

.honor3-list {
	padding: 60px 0 80px 0;
}

.honor3-list li {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	float: left;
	width: 31.333%;
	height: 205px;
	padding: 24px 0;
	margin: 20px 0 0 2%;
}

.hl3pic {
	overflow: hidden;
}

.hl3img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: 0.45s;
}

.honor3-list li:hover .hl3img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}


/*culture style*/

.transition6 {
	transition: 0.6s;
	-webkit-transition: 0.6s;
}

.scaleO:hover .imgw {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
}

.pagePadding {
	padding: 50px 0 70px 0;
}

.tculture-list {
	margin-left: -1.33%;
}

.tculture-list li {
	position: relative;
	float: left;
	display: inline-block;
	width: 32%;
	margin-left: 1.33%;
	margin-bottom: 20px;
}

.tculture-list .img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.tculture-list article {
	position: relative;
	padding: 30px;
	background: url(../images/blue_30.png) repeat;
	background: none rgba(3, 57, 119, 0.3);
	color: #fff;
	z-index: 1;
}

.tculture-list time {
	font-size: 12px;
}

.tculture-list h4 {
	font-size: 22px;
	padding-top: 5px;
	font-weight: normal;
	line-height: 1.2;
	height: 60px;
	overflow: hidden;
	margin-bottom: 18px;
}

.t-btnMore {
	display: block;
	line-height: 30px;
	border-radius: 15px;
	border: 1px solid #fff;
	width: 80px;
	height: 30px;
	text-align: center;
	font-size: 12px;
}

.tculture-list article:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #30639E;
	-webkit-transition: transform 0.6s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
	transition: transform 0.6s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
	transform-origin: left 100%;
	-webkit-transform-origin: left 100%;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	visibility: hidden\9;
	z-index: -1;
}

.tleague-list {
	margin-left: -1.33%;
}

.tleague-list li {
	position: relative;
	float: left;
	display: inline-block;
	width: 32%;
	margin-left: 1.33%;
	margin-bottom: 20px;
}

.tleague-list figure {
	position: relative;
	overflow: hidden;
}

.tleague-list .timebox {
	position: absolute;
	left: 25px;
	top: 0;
}

.timebox {
	padding: 7px;
	text-align: center;
	background-color: #CCCCCC;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	transition: .3s;
}

.timebox span {
	display: block;
	line-height: 1.2;
}

.timebox .num {
	font-size: 28px;
}

.timebox .year {
	font-size: 12px;
}

.tleague-list .desc {
	position: relative;
	padding: 30px 25px;
	border: 1px solid #EAEAEA;
}

.tleague-list .desc::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 10px;
	background-color: #306EA7;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
	transition: transform .4s cubic-bezier(.4, 0, .2, 1);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	visibility: hidden\9;
}

.tleague-list h4 {
	font-size: 18px;
	line-height: 1.5;
	font-weight: normal;
	margin-bottom: 15px;
	height: 54px;
	overflow: hidden;
	transition: .3s;
}

.tleague-list .bot {
	font-size: 12px;
	color: #999999;
}

.tleague-list .more {
	background: url(../images/tmore.png) no-repeat scroll right center;
	width: 34px;
	height: 20px;
	float: right;
	transition: .3s;
}


/*culture style end*/


/*social style*/

.tsocial-list dd {
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #EAEAEA;
	transition: .3s;
}

.tsocial-list figure {
	overflow: hidden;
	width: 35%;
	float: left;
	display: block;
}

.tsocial-list .desc {
	position: relative;
	float: right;
	display: block;
	width: 48%;
	margin: 40px 3% 40px 0;
}

.tsocial-list .timebox {
	position: absolute;
	left: -108px;
	width: 60px;
}

.tsocial-list .timebox .num {
	font-size: 44px;
	line-height: 1;
}

.tsocial-list h4 {
	font-size: 20px;
	color: #333333;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 15px;
}

.tsocial-list .c {
	color: #999999;
	height: 50px;
	overflow: hidden;
	margin-bottom: 35px;
}

.tsocial-list .t-btnMore {
	border-color: #EAEAEA;
	color: #999;
	transition: .3s;
}


/*social style end*/


/*recruitment style*/

.hrList .hspan {
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 12%;
	display: block;
	float: left;
	height: 60px;
	line-height: 60px;
}

.hrList .hspan::before {
	content: "";
	position: absolute;
	left: 0;
	width: 1px;
	height: 100%;
	background-color: #fff;
}

.hrList .lhspan::before,
.hrList .hspan1::before {
	display: none;
}

.hrList .hspan1 {
	text-align: left;
	padding-left: 5%;
	width: 23%;
}

.hrList .hspan3 {
	width: 24%;
}

.hrList .hrdt {
	font-size: 18px;
	background-color: #30639E;
	color: #fff;
	height: 60px;
	overflow: hidden;
}

.hrList .ib {
	position: absolute;
	display: block;
	right: 0;
	top: 50%;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-left: 1px solid #fff;
	background-color: #CCCCCC;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.hrList .ib i {
	display: block;
	background-color: #fff;
	margin: auto;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.hrList .ib .ic1 {
	width: 3px;
	height: 17px;
}

.hrList .ib .ic2 {
	width: 17px;
	height: 3px;
}

.hrList dd {
	position: relative;
	margin-top: 10px;
}

.hrList .hrT {
	position: relative;
	background-color: #F1F1F1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.hrList .hrB {
	display: none;
	background-color: #F1F1F1;
	padding: 45px 5%;
}

.hrList .hrCon {
	width: 91%;
	margin: 0px auto;
	padding: 30px 0px 50px;
	overflow: hidden;
}

.hrList dd.active .hrT,
.hrList dd:hover .hrT {
	background-color: #629ED6;
	color: #fff;
}

.hrList dd:hover .ib {
	background-color: #629ED6;
}

.hrList dd:hover .ib i,
.hrList .active .ib i {
	background-color: #fff;
}

.hrList .active .ib .ic1 {
	top: 200%;
}

.btn-join {
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	background-color: #CCCCCC;
	text-align: center;
	color: #FFFFFF;
	margin-top: 35px;
}

.btn-join:hover {
	background-color: #629ED6;
}


/*recruitment style end*/


/*contact style*/

.mapBox {
	height: 600px;
	border-bottom: 10px solid #30639E;
}

.BMap_bubble_title {
	color: #183D82 !important;
	font-weight: bold;
	font-size: 16px !important;
	margin-bottom: 5px;
}

.BMap_bubble_content {
	font-size: 12px;
}

.anchorBL {
	display: none !important;
}

.bgfa {
	background-color: #FAFAFA;
}

.pageT {
	text-align: center;
	margin-bottom: 60px;
}

.pageT .zh {
	font-size: 40px;
	font-weight: normal;
	color: #333;
	line-height: 1.5;
}

.pageT .en {
	font-size: 26px;
	color: #999999;
	font-family: 'PF Din Text Comp Pro';
	text-transform: uppercase;
}

.contact-list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-list dd {
	float: left;
	display: block;
	width: 48%;
	margin-bottom: 36px;
	background-color: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contact-list .item {
	padding: 20px 50px;
	font-size: 16px;
}

.contact-list .l {
	float: left;
	display: inline-block;
	width: 140px;
	font-size: 20px;
	line-height: 1.2;
	position: relative;
	top: -2px;
}

.contact-list .c {
	padding-left: 140px;
}

.contact-list .iconfont {
	color: #CCCCCC;
	font-size: 24px;
	margin-right: 10px;
	line-height: 1.2;
}


.index-po{
	position: relative;
	background: #fff;
}
.tkctxt{
	display:none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #333;
	font-size: 30px;
	z-index: 99;
}

