@charset "utf-8";

/* 
 * Project Name:蜀信恒通
 * 
 */

@font-face {
	font-family: "DINCond-Black";
	src: url("../fonts/dincond-black.woff2") format("woff2"), url("../fonts/dincond-black.woff") format("woff"), url("../fonts/dincond-black.ttf") format("truetype"), url("../fonts/dincond-black.eot") format("embedded-opentype"), url("../fonts/dincond-black.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-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.75 "SourceHanSansCN-Regular", "Microsoft Yahei", sans-serif, "微软雅黑", "微软正黑体", "Microsoft JhengHei", "SimHei", "黑体", Arial, Helvetica;
	margin: 0 auto;
	color: #666;
	overflow-x: hidden;
}

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;
}

.w90 {
	width: 90%;
	margin: 0 auto;
}

.fixedImg {
	background-position: center center;
	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 1.5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown 1.5s 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: 100px;
	line-height: 100px;
	transition: 0.45s;
	background: #fff;
	box-shadow: 0 1px 2px #eee;
}

.head-wrap {
	position: relative;
}

.header .head-logo {
	position: relative;
	float: left;
	8 z-index: 99;
	text-align: center;
	line-height: 1;
}

.head-logo a {
	position: relative;
	top: 23px;
	display: inline-block;
}

.head-logo img {
	display: block;
	width: 100%;
}

.hesd-rx {
	float: left;
	margin-left: 66px;
	line-height: 1.5;
	margin-top: 21px;
}

.hrxicon {
	display: inline-block;
	vertical-align: text-top;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: rgba(67, 190, 152, .06);
	text-align: center;
	line-height: 56px;
	color: #43BE98;
	font-size: 24px;
	margin-right: 14px;
}

.hrxnum {
	display: inline-block;
	vertical-align: text-top;
	color: #43BE98;
	font-size: 12px;
	line-height: 1.5;
}

.hnsz {
	display: block;
	font-family: "Helvetica Bold";
	color: #333333;
	font-size: 26px;
}

.header .nav {
	position: relative;
	float: right;
}

.header .nav-menu {
	position: relative;
	float: left;
}

.head-right {
	float: right;
}

.hren {
	position: relative;
	display: inline-block;
	color: #777777;
	font-size: 14px;
	margin-left: 60px;
	padding-right: 20px;
}

.hren:hover,
.hrsearch:hover,
.hrmenu:hover {
	color: #00549B;
}

.hren:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 19px;
	background: #999999;
}

.hren i {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	margin-right: 13px;
}

.hrsearch {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #999999;
	font-size: 20px;
	margin: 0 30px 0 30px;
}

.hrmenu {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	color: #555555;
	font-size: 18px;
}

.header .yj-bot li {
	position: relative;
	float: left;
	transition: 0.35s;
	z-index: 1;
	text-align: center;
	margin: 0 25px;
	height: 100px;
	line-height: 100px;
}

.header .yj-bot .yj-link {
	position: relative;
	z-index: 1;
	color: #333333;
	font-size: 16px;
	display: inline-block;
	text-transform: uppercase;
}

.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: #00549B;
}

.head-ejmenu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 999;
}

.heml {
	float: left;
	width: 28%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

.hmlpic {
	width: 96px;
	margin: 170px auto 0;
}

.hmlpic img {
	display: block;
	width: 100%;
}

.hmltxt {
	font-family: "DINCond-Black";
	color: rgba(255, 255, 255, .19);
	font-size: 210px;
	margin-top: 140px;
	text-transform: uppercase;
	text-align: center;
}

.hemc {
	position: relative;
	float: left;
	width: 72%;
	height: 100%;
	box-sizing: border-box;
	padding: 200px 80px 0 80px;
}

.hemc li {
	width: 21%;
	height: 300px;
	float: left;
	text-align: center;
	margin: 20px 2% 0 2%;
	box-sizing: border-box;
}

.hmctxt1 {
	position: relative;
	display: block;
	color: #333333;
	font-size: 30px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.hmctxt1:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #092E4D;
	transition: 0.45s;
}

.hmctxt1:hover:before {
	width: 100%;
	left: 0;
}

.hmctxt1:hover,
.hmctxt2:hover {
	color: #092E4D;
}

.htnum {
	font-family: "DINCond-Black";
	color: #D6D6D6;
	font-size: 16px;
	font-style: normal;
	margin-right: 5px;
}

.hmctxt2 {
	display: block;
	color: #666666;
	font-size: 16px;
	margin-top: 5px;
}

.hemr {
	cursor: pointer;
	position: absolute;
	right: 94px;
	top: 70px;
	color: #999999;
}

.hemr i {
	display: block;
	font-size: 24px;
}

.hssr {
	display: inline-block;
	vertical-align: middle;
}

.hcbt {
	position: absolute;
	bottom: 50px;
	left: 145px;
	right: 94px;
}

.hcen {
	float: left;
	color: #777777;
	font-size: 14px;
	margin-top: 10px;
}

.hcen i {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	margin-right: 13px;
}

.hcsearch {
	float: right;
	width: 301px;
	line-height: 45px;
	border-bottom: 1px solid #999999;
}

.hssr {
	display: block;
	float: left;
	width: 70%;
	height: 45px;
	line-height: 45px;
	box-sizing: border-box;
	padding: 0 10px;
	color: #999999;
	font-size: 14px;
	border: none;
}

.hsicon {
	display: block;
	float: right;
	color: #999999;
	font-size: 20px;
}

.header .nav li:hover .ej-list {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
}

.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: -37px;
	width: 140px;
	top: 100%;
	background-color: rgba(0, 0, 0, .75);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transition: 0.55s;
	text-align: center;
	box-sizing: border-box;
	padding: 20px 0;
	border-radius: 5px;
}

.ej-list:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid rgba(0, 0, 0, .75);
}

.el-link {
	display: block;
	color: #CCCCCC;
	font-size: 14px;
	line-height: 1.5;
	padding: 5px 10px;
}

.el-link:hover {
	color: #fff;
	text-decoration: underline;
}

.menu-handler {
	position: fixed;
	right: 0;
	top: 0;
	width: 55px;
	height: 56px;
	display: none;
	cursor: pointer;
	z-index: 1010;
	background-color: #092E4D;
}

.menu-handler span {
	position: relative;
	display: block;
	margin: 27.5px auto 0;
	width: 22px;
	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: #fff;
	-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);
}

.menuBox a:link,
.menuBox a:visited {
	color: #333333;
}

.menuMoblie .nav-link:active,
.menuMoblie .nav-link:hover {
	background: #00549B;
}

.menuMoblie .nav-link:active i,
.menuMoblie .nav-link:hover i {
	color: #fff;
	transform: rotate(90deg);
}

.menuBox a:active,
.menuBox a:hover {
	color: #fff;
}

.menuBox {
	border-top: 1px solid #e4e4e4;
	background-color: #fff;
	color: #333333;
	position: fixed;
	display: none;
	right: 0px;
	top: 55px;
	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 40px 0;
}

.menuMoblie .nav-link {
	position: relative;
	display: block;
	font-size: 18px;
	padding: 14px 5% 14px 10%;
}

.menuMoblie .nav-link i {
	float: right;
	color: #b1b1b1;
	font-size: 20px;
	vertical-align: middle;
}

.menuMoblie li {
	border-bottom: 1px solid #e4e4e4;
}

.menuMoblie .subnav {
	padding: 12px 5% 12px 10%;
	display: none;
}

.menuMoblie .subnav .item {
	display: block;
	/*padding: 0px 5% 0 10%;*/
}

.menuMoblie .subnav .item:active a,
.menuMoblie .subnav .item:hover a {
	/*background: #999;*/
	color: #43BE98 !important;
}

.menuMoblie .subnav a {
	position: relative;
	display: block;
	padding: 12px 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.2);
		transform: scale(1.2);
	}
	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;
	* {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	img {
		max-width: none;
	}
}

.pswp--animate_opacity {
	opacity: .001;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 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/black_80.png) repeat;
	background: none rgba(0, 0, 0, 0.8);
	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(0.4, 0, 0.22, 1);
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in {
	.pswp__bg,
	.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;
	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__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__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: "\e6a5";
}

.pswp__button--arrow--right:before {
	content: "\e68e";
}

.pswp__button--arrow--left:hover,
.pswp__button--arrow--right:hover {
	color: #fff;
	background-color: #1A1A1A;
}

.pswp__counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: block;
	background: rgba(0, 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, 0.25);
	box-shadow: 0 2px 5px rgba(0, 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;
	a {
		display: block;
		padding: 8px 12px;
		color: #000;
		text-decoration: none;
		font-size: 14px;
		line-height: 18px;
		&:hover {
			text-decoration: none;
			color: #000;
		}
		&:first-child {
			border-radius: 2px 2px 0 0;
		}
		&:last-child {
			border-radius: 0 0 2px 2px;
		}
	}
}

.pswp__share-modal--fade-in {
	opacity: 1;
	.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;
		}
		&:hover {
			background: #3E5C9A;
			color: #FFF;
			&:before {
				border-bottom-color: #3E5C9A;
			}
		}
	}
	&.pswp__share--twitter:hover {
		background: #55ACEE;
		color: #FFF;
	}
	&.pswp__share--pinterest:hover {
		background: #CCC;
		color: #CE272D;
	}
	&.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;
	.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__icn {
		background: url(../images/preloader.gif) 0 0 no-repeat;
	}
}

.pswp--css_animation {
	.pswp__preloader--active {
		opacity: 1;
		.pswp__preloader__icn {
			-webkit-animation: clockwise .5s linear infinite;
			animation: clockwise .5s linear infinite;
		}
		.pswp__preloader__donut {
			-webkit-animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
			animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
		}
	}
	.pswp__preloader__icn {
		background: 0 0;
		opacity: .75;
		width: 14px;
		height: 14px;
		position: absolute;
		left: 15px;
		top: 15px;
		margin: 0;
	}
	.pswp__preloader__cut {
		position: relative;
		width: 7px;
		height: 14px;
		overflow: hidden;
	}
	.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__button--arrow--right {
		-webkit-backface-visibility: hidden;
		will-change: opacity;
		-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
		transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	}
}

.pswp__caption,
.pswp__top-bar {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--has_mouse {
	.pswp__button--arrow--left,
	.pswp__button--arrow--right {
		visibility: visible;
	}
}

.pswp__caption,
.pswp__top-bar {
	background-color: rgba(0, 0, 0, 0.5);
}

.pswp__ui--fit {
	.pswp__caption,
	.pswp__top-bar {
		background-color: rgba(0, 0, 0, 0.3);
	}
}

.pswp__ui--idle {
	.pswp__top-bar {
		opacity: 1;
	}
	.pswp__button--arrow--left,
	.pswp__button--arrow--right {
		opacity: 0;
	}
}

.pswp__ui--hidden {
	.pswp__button--arrow--left,
	.pswp__button--arrow--right,
	.pswp__caption,
	.pswp__top-bar {
		opacity: .001;
	}
}

.pswp__ui--one-slide {
	.pswp__button--arrow--left,
	.pswp__button--arrow--right,
	.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: 100px;
}


/* banner */

.index-bg {
	position: relative;
	background: #fff;
	z-index: 10;
}

.banner-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banner {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 100px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banner .bwitem {
	position: relative;
	overflow: hidden;
}

.banner .bwitem .pimg {
	position: relative;
	width: 100%;
	display: block;
}

.bitp {
	overflow: hidden;
}

.slick-active .pimg {
	visibility: visible !important;
	/*-webkit-animation: scaleUpDown1 .8s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown1 .8s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);*/
}

@keyframes scaleUpDown1 {
	from {
		-webkit-transform: scale(1.08) translateY(-50px);
		transform: scale(1.08) translateY(-50px);
		transform-origin: top;
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1) translateY(0);
		transform: scale(1) translateY(0);
		transform-origin: center;
	}
}

.banner .slick-active .bicover {
	opacity: 1;
	visibility: visible;
	left: 0;
}

.bicover {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 786px;
	top: 0;
	bottom: 0;
	left: -100%;
	transition: 0.85s;
	background: rgba(0, 0, 0, .59);
}

.bcps {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 234px;
}

.biclk {
	display: block;
	font-size: 20px;
	color: #fff;
	line-height: 1.5;
}

.bictxt1 {
	font-family: "DINCond-Black";
	text-transform: uppercase;
	color: #fff;
	font-size: 210px;
	line-height: 1;
}

.bictxt2 {
	display: block;
	font-weight: normal;
	color: #fff;
	font-size: 60px;
	line-height: 1.5;
}

.bictxt3 {
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
}

.bicmore {
	display: block;
	margin-top: 45px;
	color: #fff;
}

.bicmore i {
	display: inline-block;
	vertical-align: middle;
	margin-left: 17px;
	color: #fff;
	font-size: 15px;
}

.biclk,
.bictxt1,
.bictxt2,
.bictxt3,
.bicmore {
	opacity: 0;
	visibility: hidden;
	transition: 0.85s;
}

.banner .slick-active .biclk,
.banner .slick-active .bictxt1,
.banner .slick-active .bictxt2,
.banner .slick-active .bictxt3,
.banner .slick-active .bicmore {
	opacity: 1;
	visibility: visible;
}

.bwnumber {
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
}

.bnsz {
	position: relative;
	display: block;
	font-family: "DINCond-Black";
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0;
	padding-bottom: 5px;
	cursor: pointer;
}

.bnsz:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 4px;
	background: #FFFFFF;
	transition: 0.45s;
}

.bnsz.active:before {
	width: 30px;
}

.mouseBox {
	position: absolute;
	right: 5%;
	bottom: 17px;
	color: #fff;
	z-index: 800;
	text-align: center;
	cursor: pointer;
	font-family: arial, helvetica, sans-serif;
}

.mouseIco {
	border-radius: 50px;
	width: 22px;
	height: 33px;
	border: 2px solid #fff;
	margin: 0px auto;
	display: block;
	position: relative;
}

.mouseIco i {
	width: 2px;
	height: 8px;
	border-radius: 1px;
	display: block;
	background-color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 5px;
	-webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
	animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}

.mousetxt {
	display: block;
	text-transform: uppercase;
	font-family: "DINCond-Black";
	color: #fff;
	font-size: 14px;
	margin-top: 25px;
	transform: rotate(90deg);
	margin-bottom: 20px;
}

@keyframes mouse-dot {
	from {
		opacity: 0;
	}
	33% {
		opacity: 1;
	}
	to {
		transform: translateY(10px);
		-webkit-transform: translateY(10px);
		opacity: 0;
	}
}

@-webkit-keyframes mouse-dot {
	from {
		opacity: 0;
	}
	33% {
		opacity: 1;
	}
	to {
		transform: translateY(10px);
		-webkit-transform: translateY(10px);
		opacity: 0;
	}
}

.bg-f5f5f5 {
	background: #F5F5F5;
}

.news-center {
	padding: 85px 0 108px 0;
}

.ncleft {
	float: left;
	width: 60%;
}

.nltitle {
	line-height: 63px;
}

.nltbt {
	float: left;
	color: #333333;
	font-size: 36px;
}

.nltab {
	float: left;
	margin-left: 20px;
}

.ntwz {
	position: relative;
	display: inline-block;
	margin-left: 70px;
	color: #555555;
	font-size: 16px;
	line-height: 1.5;
	padding-bottom: 5px;
}

.ntwz:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #092E4D;
	transition: 0.45s;
}

.ntwz:hover {
	color: #092E4D;
}

.ntwz.active:before {
	width: 100%;
}

.nlmore {
	float: right;
}

.nlmore a {
	display: block;
	color: #555555;
	font-size: 14px;
}

.nlmore a i {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	color: #fff;
	font-size: 10px;
	background: #092E4D;
	margin-left: 10px;
}

.nlcontent {
	margin-top: 50px;
}

.nlcleft {
	position: relative;
	float: left;
	width: 48.5%;
}

.nlcleft:hover .nclpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.nlcleft:hover .nclnr:before {
	height: 100%;
}

.nlcleft:hover .nrbt,
.nlcleft:hover .nrdate,
.nlcleft:hover .nrdesc {
	color: #fff;
}

.nclnr {
	position: relative;
	background: #fff;
	padding: 57px 37px;
	z-index: 3;
}

.nclnr:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 0;
	transition: 0.65s;
	background: #092E4D;
	z-index: -3;
}

.nrbt {
	color: #333333;
	font-size: 20px;
	line-height: 1.5;
	height: 30px;
}

.nrdate {
	display: block;
	color: #777777;
	font-size: 14px;
	margin-top: 15px;
}

.nrdesc {
	color: #555555;
	font-size: 14px;
	margin-top: 30px;
	height: 48px;
	overflow: hidden;
}

.nclpic {
	overflow: hidden;
}

.nclpic img {
	display: block;
	transition: 0.45s;
	/*width: 100%;*/
}

.nlcright {
	float: left;
	width: 48.5%;
	margin-left: 3%;
}

.nlcright li {
	position: relative;
	background: #fff;
	padding: 26.5px 37px;
	z-index: 3;
	overflow: hidden;
}

.nlcright li:hover .nrbt,
.nlcright li:hover .nrdate,
.nlcright li:hover .nrdesc {
	color: #fff;
}

.nlcright li:hover:before {
	height: 100%;
}

.nlcright li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
	z-index: -3;
	background: #092E4D;
	transition: 0.65s;
}

.nlcright li:not(:first-child) {
	margin-top: 10px;
}

.ncright {
	float: right;
	width: 38%;
}

.nrbanner {
	position: relative;
	overflow: hidden;
	margin-top: 50px;
}

.nrbanner .slick-dots {
	position: absolute;
	top: 27px;
	right: 36px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	/*z-index: 104;*/
}

.nrbanner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	text-align: center;
	line-height: 10px;
	vertical-align: middle;
	background: rgba(255, 255, 255, .6);
	margin: 0 5px;
}

.nrbanner .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;
}

.nrbanner .slick-dots li a:focus {
	outline: none;
}

.nrbanner .slick-dots li.slick-active {
	opacity: 1;
	visibility: visible;
	background: #092E4D;
}

.nritem {
	float: left;
	position: relative;
}

.nritem:hover .nipic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.nipic {
	overflow: hidden;
}

.nipic img {
	position: relative;
	display: block;
	transition: 0.45s;
	width: 100%;
	height: 620px;
	object-fit: cover;
}

.nicont {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(9, 46, 77, .8);
	padding: 25px 34px;
}

.nbtxt {
	display: block;
	float: left;
	width: 70%;
	height: 35px;
	color: #fff;
	font-size: 20px;
}

.nbdate {
	display: block;
	float: right;
	color: #fff;
	font-size: 14px;
	line-height: 35px;
}

.ncdesc {
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
	height: 48px;
	overflow: hidden;
}

.index-bm {
	position: relative;
}

.ibmtp {
	position: relative;
	overflow: hidden;
}

.imitem {
	float: left;
	position: relative;
}

.impic {
	position: relative;
	overflow: hidden;
}

.impic:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(left, rgb(9, 46, 77, 0), #092E4D)/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(left, rgb(9, 46, 77, 0), #092E4D);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(left, rgb(9, 46, 77, 0), #092E4D);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to left, rgb(9, 46, 77, 0), #092E4D);
	/* 标准的语法 */
	z-index: 1;
}

.impic img {
	position: relative;
	display: block;
	/*width: 100%;*/
}

.imcover {
	position: absolute;
	top: 50%;
	left: 5%;
	width: 36%;
	transform: translateY(-50%);
	z-index: 5;
}

.imctitle {
	color: #fff;
	font-size: 30px;
	line-height: 1.5;
}

.imcdesc {
	position: relative;
	color: #fff;
	font-size: 14px;
	margin-top: 50px;
	height: 48px;
	overflow: hidden;
}

.imcbtn:before {
	content: "";
	position: absolute;
	left: 0;
	top: -55px;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, .26);
}

.imcbtn {
	position: relative;
	display: block;
	font-weight: normal;
	margin-top: 75px;
	color: #fff;
	font-size: 14px;
}

.imcbtn i {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	background: #fff;
	color: #092E4D;
	font-size: 10px;
	margin-left: 10px;
}

.ibmtab {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .14);
	padding: 0 5%;
}

.itqh {
	position: relative;
	float: left;
	width: 13%;
	height: 160px;
	box-sizing: border-box;
	border-left: 1px solid rgba(255, 255, 255, .56);
	text-align: center;
	padding-top: 45px;
	z-index: 5;
	overflow: hidden;
	cursor: pointer;
}

.itqh.active:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
	visibility: visible\9;
}

.itqh:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0px;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .2, 1);
	transition: transform .5s cubic-bezier(.4, 0, .2, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	visibility: hidden\9;
	background: #00549B;
	z-index: -3;
}

.iqicon {
	display: block;
	color: #fff;
	font-size: 30px;
	line-height: 1;
}

.iqtxt {
	display: block;
	color: #fff;
	font-size: 14px;
	margin-top: 25px;
}

.index-statistical {
	padding: 115px 0 150px 0;
}

.gybt {
	color: #333333;
	font-size: 36px;
	line-height: 1.5;
}

.isdesc {
	color: #777777;
	font-size: 14px;
	text-align: center;
	width: 700px;
	margin: 45px auto 0;
}

.islist {
	margin: 60px auto 0;
	width: 1330px;
}

.islist li {
	float: left;
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 60px;
}

.islicon {
	display: block;
	color: #092E4D;
	font-size: 60px;
	line-height: 1;
}

.isnum {
	display: block;
	margin-top: 5px;
	line-height: 1.5;
	color: #092E4D;
}

.isnsz {
	font-family: "DINCond-Black";
	font-weight: bold;
	font-size: 80px;
}

.isndw {
	font-size: 14px;
	margin-left: 10px;
	font-style: normal;
}

.isms {
	font-size: 16px;
	color: #555555;
	padding-top: 15px;
	border-top: 3px solid #999999;
}

.index-cases {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 74px 0 97px 0;
}

.icbot {
	width: 95%;
	margin-left: 5%;
	overflow: hidden;
	position: relative;
}

.icbw {
	width: 95%;
}

.icbw .gybt {
	float: left;
}

.iwarrow {
	float: right;
	margin-top: 20px;
}

.iwarrow a {
	display: inline-block;
	width: 59px;
	height: 59px;
	border-radius: 50%;
	text-align: center;
	line-height: 59px;
	background: #E4E4E4;
	color: #666666;
	font-size: 13px;
	margin: 0 6px;
}

.iwarrow a:hover {
	background: #092E4D;
	color: #fff;
}

.icbanner {
	position: relative;
	width: 1320px;
	margin-top: 58px;
}

.icbanner .slick-list {
	overflow: visible;
}

.ibitem {
	float: left;
	position: relative;
	margin-right: 40px;
}

.ibitem:hover .ibtitle,
.bclist li:hover .ibtitle {
	opacity: 0;
	visibility: visible;
}

.ibitem:hover .ibcover,
.bclist li:hover .ibcover {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 0);
}

.ibitem:hover .ibpic img,
.bclist li:hover .ibpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.ibpic {
	overflow: hidden;
}

.ibpic img {
	display: block;
	position: relative;
	width: 100%;
	transition: 0.45s;
}

.ibtitle {
	color: #555555;
	font-size: 18px;
	padding: 0 20px;
	box-sizing: border-box;
	height: 71px;
	line-height: 71px;
	overflow: hidden;
	transition: 0.35s;
}

.ibcover {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 88%;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 30px);
	z-index: 5;
	background: rgba(9, 46, 77, .9);
	padding: 50px;
	box-sizing: border-box;
	text-align: center;
	transition: 0.45s;
}

.ictxt1 {
	color: #fff;
	font-size: 18px;
	height: 31px;
	overflow: hidden;
}

.ictxt2 {
	display: block;
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
}

.fwbot1 {
	background: #333333;
	padding: 60px 5% 50px 5%;
}

.fb1left {
	float: left;
}

.flrx {
	display: block;
	color: #fff;
	font-size: 14px;
}

.flpn {
	display: block;
	font-family: "DINCond-Black";
	color: #fff;
	font-size: 30px;
	line-height: 1.5;
}

.fladr {
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
}

.fb1right {
	float: right;
}

.fr1ct {
	text-align: right;
}

.fr1ct a {
	display: inline-block;
	color: #999999;
	font-size: 20px;
	margin-left: 25px;
}

.fs-select {
	position: relative;
	width: 260px;
	height: 44px;
	line-height: 44px;
	color: #999999;
	font-size: 14px;
	background: transparent;
	background: url(../images/down.png) 95% no-repeat;
	background-size: 11px 7px;
	box-sizing: border-box;
	border: 1px solid #999999;
	padding: 0 20px;
	margin-top: 25px;
}

.fs-zk {
	display: none;
	width: 100%;
	background: #fff;
	border: 1px solid #eee;
	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: #092E4D;
	color: #fff;
}

.fwbot2 {
	background: #092E4D;
	padding: 13px 5%;
}

.fb2left {
	float: left;
	color: #999999;
	font-size: 14px;
}

.fb2left a {
	color: #999999;
}

.fb2right {
	display: block;
	float: right;
	color: #999999;
	font-size: 14px;
}

.insides-banner {
	position: relative;
	overflow: hidden;
}

.ibtp {
	overflow: hidden;
}

.ibtp img {
	display: block;
	width: 100%;
}

.ibcwz {
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
}

.ibctitle {
	color: #fff;
	font-size: 40px;
	line-height: 1.5;
}

.wztrans.target {
	transform: translateY(110%);
	opacity: 0;
	visibility: hidden;
}

.action.wztrans {
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
	transition: 0.65s;
}

.ovt {
	overflow: hidden;
}

.ovt font {
	display: block;
}

.ibctab {
	margin-top: 30px;
}

.itwz {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	margin-right: 70px;
}

.itwz:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #fff;
	transition: 0.45s;
}

.itwz.active:before {
	width: 100%;
}

.about-bot1 {
	padding: 110px 5%;
}

.ab1left {
	float: left;
}

.albt {
	position: relative;
	z-index: 5;
	color: #333333;
	font-size: 36px;
	line-height: 1;
}

.alms {
	color: #555555;
	font-size: 20px;
	margin-top: 20px;
}

.ab1cont {
	float: right;
	width: 57%;
	color: #555555;
	font-size: 16px;
}

.bswz {
	color: #fff;
}

.about-culture {
	background-repeat: no-repeat;
	background-size: cover;
	height: 592px;
	position: relative;
	box-sizing: border-box;
	/*padding: 85px 0 190px 0;*/
	background-attachment: fixed;
	background-position: center;
}

.about-culture:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .37);
}

.about-culture .albt {
	position: absolute;
	top: 85px;
	left: 100px;
}

.aclist {
	position: relative;
	height: 100%;
	z-index: 5;
}

.aclist li {
	position: relative;
	float: left;
	width: 25%;
	height: 100%;
	text-align: center;
}

.aclist li:not(:first-child):before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, .3);
}

.aclicon {
	display: block;
	color: #fff;
	font-size: 35px;
	margin-top: 270px;
}

.iclbt {
	position: relative;
	display: block;
	color: #fff;
	font-size: 18px;
	padding-bottom: 10px;
}

.iclbt:before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 18px;
	height: 1px;
	background: #fff;
}

.icldesc {
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
}

.about-develop {
	padding: 100px 5% 0 5%;
}

.addate {
	position: relative;
	overflow: hidden;
	margin-top: 140px;
}

.aditem {
	position: relative;
	float: left;
	font-family: "DINCond-Black";
	color: #999999;
	font-size: 20px;
	text-align: center;
	padding-bottom: 6px;
	cursor: pointer;
}

.aditem:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 8px;
	width: 100%;
	height: 1px;
	background: rgba(51, 51, 51, .15);
}

.addate .slick-current.aditem {
	color: #092E4D;
}

.addate .slick-current.aditem .aiyq {
	opacity: 1;
	visibility: visible;
}

.aiyq {
	position: relative;
	opacity: 0;
	visibility: hidden;
	display: block;
	width: 6px;
	height: 6px;
	margin: 15px auto 0;
	border-radius: 50%;
	background: #092E4D;
	z-index: 5;
}

.aiyq:before {
	content: "";
	position: absolute;
	top: -4px;
	left: -4px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #092E4D;
}

.adcont {
	position: relative;
	overflow: hidden;
	padding: 0 316px 0 180px;
	margin-top: 80px;
}

.acitem {
	float: left;
	position: relative;
}

.aipic {
	float: left;
	width: 39%;
	overflow: hidden;
}

.aipic img {
	display: block;
	width: 100%;
}

.aitxt {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 53%;
	color: #555555;
	font-size: 16px;
}

.adcont .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	border: 1px solid #999999;
	color: #999999;
}

.adcont .slick-arrow:before {
	font-family: "iconfont" !important;
	font-size: 13px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: lighter;
}

.adcont .slick-next:before {
	content: "\e68e";
}

.adcont .slick-prev {
	border: none !important;
	display: none;
}

.adcont .slick-next {
	right: 0;
}

.adcont .slick-arrow:hover {
	background: #092E4D;
	color: #fff;
}

.up-top {
	text-align: right;
	margin: 50px 5% 20px 0;
}

.uttp {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #092E4D;
	color: #fff;
	box-sizing: border-box;
	padding-top: 10px;
}

.uttp img {
	display: block;
	width: 24px;
	height: 19px;
	margin: 0 auto;
}

.hwlist1 {
	padding-top: 119px;
}

.hlbox {
	margin-top: 70px;
}

.hlbox {
	margin-left: -2%;
}

.hlbox li {
	position: relative;
	float: left;
	width: 23%;
	margin-left: 2%;
	margin-top: 10px;
	cursor: pointer;
}

.hlbox li:hover .hlpic:before,
.hlbox li:hover .hpicon {
	opacity: 1;
	visibility: visible;
}

.hlpic {
	position: relative;
	overflow: hidden;
}

.hlpic img {
	display: block;
	width: 100%;
}

.hlpic:before {
	opacity: 0;
	visibility: hidden;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(9, 46, 77, .75);
	transition: 0.45s;
}

.hpicon {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 33px;
	transition: 0.45s;
}

.hltxt {
	text-align: center;
	color: #555555;
	font-size: 16px;
	margin-top: 20px;
}

.hwmore a {
	display: block;
	width: 100%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #555555;
	font-size: 14px;
	margin-top: 119px;
	background: #F2F2F2;
	transition: 0.45s;
}

.hmtxt i {
	display: inline-block;
	vertical-align: middle;
	color: #999999;
	font-size: 33px;
	margin-left: 15px;
	transition: 0.45s;
}

.hwmore a:hover,
.hwmore a:hover i {
	color: #fff;
}

.hwmore a:hover {
	background: #092E4D;
}

.business-cont {
	padding: 120px 5% 100px 5%;
}

.bcleft {
	float: left;
	width: 44%;
}

.bcltxt2 {
	display: block;
	color: #555555;
	font-size: 20px;
	margin-top: 10px;
}

.bcltxt3 {
	color: #555555;
	font-size: 16px;
	margin-top: 90px;
}

.bcright {
	float: right;
	width: 47%;
}

.bcright img {
	display: block;
	width: 100%;
}

.bclist {
	margin-left: -2%;
}

.bclist li {
	position: relative;
	float: left;
	width: 31.333%;
	margin-left: 2%;
	margin-top: 100px;
}

.business-cases {
	padding: 110px 0 20px 0;
}

.business-cases .up-top {
	margin: 50px 5% 0 0;
}

.bidding-wrap {
	padding-top: 90px;
}

.bwxz {
	width: 71%;
	margin: 0 auto;
}

.bxselect:not(:first-child) {
	margin-left: 3%;
}

.bxselect {
	float: left;
	width: 31.333%;
	height: 50px;
	line-height: 50px;
	border: none;
	border-bottom: 1px solid rgba(51, 51, 51, .2);
	color: #777777;
	font-size: 16px;
	background: transparent;
}

.bxsearch {
	float: left;
	width: 31.333%;
	height: 50px;
	line-height: 50px;
	margin-left: 3%;
	overflow: hidden;
	border-bottom: 1px solid rgba(51, 51, 51, .2);
}

.bskk {
	display: block;
	float: left;
	width: 80%;
	color: #777777;
	font-size: 16px;
	height: 50px;
	border: none;
	line-height: 50px;
	background: transparent;
}

.bsicon {
	display: block;
	float: right;
	color: #999999;
	font-size: 20px;
}

.bwlist {
	width: 71%;
	margin: 100px auto 0;
}

.bwlist li {
	position: relative;
	padding: 20px 0;
	border-bottom: 1px dashed #D6D6D6;
}

.bwlist li:hover .bltxt,
.bwlist li:hover .bldate {
	color: #00549B;
}

.bltxt {
	float: left;
	width: 80%;
	color: #555555;
	font-size: 16px;
	height: 28px;
}

.bldate {
	display: block;
	font-family: "DINCond-Black";
	float: right;
	color: #999999;
	font-size: 16px;
}

.pages-list {
	margin-top: 88px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #F2F2F2;
	text-align: center;
}

.pages-list a {
	position: relative;
	display: inline-block;
}

.plpn {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #999999;
	text-align: center;
	line-height: 30px;
	color: #999999;
	font-size: 13px;
	margin: 0 20px;
}

.plnum {
	font-family: "DINCond-Black";
	color: #999999;
	font-size: 16px;
	margin: 0 14px;
	line-height: 1.2;
}

.plnum:hover,
.plnum.active {
	color: #092E4D;
}

.plnum:hover:before,
.plnum.active:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #092E4D;
	transition: 0.45s;
}

.plpn:hover {
	border: 1px solid #092E4D;
	color: #092E4D;
}

.party-bot {
	margin-top: 70px;
}

.pblist1 {
	margin-left: -2%;
}

.pblist1 li {
	position: relative;
	float: left;
	width: 31.333%;
	margin: 30px 0 0 2%;
}

.pl1pic {
	overflow: hidden;
}

.pl1pic img {
	display: block;
	width: 100%;
	height: 330px;
	object-fit: cover;
	transition: 0.45s;
}

.pl1cont {
	position: relative;
	padding: 25px;
	background: #FAFAFA;
	z-index: 3;
}

.pl1cont:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background: #B92728;
	z-index: -3;
	transition: 0.65s;
}

.pc1title {
	line-height: 35px;
}

.pt1bt {
	display: block;
	float: left;
	width: 70%;
	height: 35px;
	color: #333333;
	font-size: 20px;
	font-weight: normal;
}

.pt1date {
	display: block;
	float: right;
	color: #555555;
	font-size: 11px;
}

.pc1desc {
	color: #777777;
	font-size: 14px;
	margin-top: 20px;
	height: 48px;
	overflow: hidden;
}

.pblist1 li:hover .pl1pic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.pblist1 li:hover .pl1cont:before {
	height: 100%;
}

.pblist1 li:hover .pt1bt,
.pblist1 li:hover .pt1date,
.pblist1 li:hover .pc1desc {
	color: #fff;
}

.pblist2 {
	margin-top: 100px;
}

.pblist2 li {
	position: relative;
	background: #FAFAFA;
	margin-top: 50px;
	transition: 0.45s;
}

.pl2pic {
	float: left;
	width: 20%;
	overflow: hidden;
}

.pl2pic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.pl2cont {
	float: left;
	width: 80%;
	box-sizing: border-box;
	padding: 65px 210px 0 77px;
}

.pblist2 li:hover {
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.pblist2 li:hover .nrbt,
.pblist2 li:hover .nrdate {
	color: #B92728;
}

.pblist2 li:hover .pl2pic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.news-list {
	margin-top: 50px;
	margin-left: -2%;
}

.news-list li {
	position: relative;
	float: left;
	width: 23%;
	margin: 60px 0 0 2%;
	transition: 0.45s;
}

.news-list li:hover .nlpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.news-list li:hover {
	box-shadow: 0 6px 12px rgba(0, 0, 0, .18);
}

.news-list li:hover .nrbt,
.news-list li:hover .nrdate {
	color: #00549B;
}

.nlcont {
	background: #fff;
	padding: 25px 30px;
}

.nlpic {
	overflow: hidden;
}

.nlpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.bg-FAFAFA {
	background: #FAFAFA;
}

.news-wrap {
	padding-bottom: 20px;
}

.news-wrap .up-top {
	margin: 50px 5% 0 0;
}

.contact-way {
	padding: 120px 5% 95px 5%;
}

.cwleft {
	float: left;
	width: 35%;
}

.cldesc {
	color: #555555;
	font-size: 14px;
	margin-top: 30px;
}

.cwright {
	float: right;
	width: 60%;
}

.critem {
	position: relative;
	float: left;
	width: 33.333%;
	box-sizing: border-box;
	padding: 0 20px;
	text-align: center;
}

.critem:not(:first-child):before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 130px;
	background: #E2E2E2;
}

.ciicon {
	display: block;
	width: 73px;
	height: 73px;
	border-radius: 50%;
	text-align: center;
	line-height: 73px;
	margin: 0 auto;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	color: #999999;
	font-size: 26px;
}

.cinumber {
	display: block;
	color: #555555;
	font-size: 16px;
	margin-top: 20px;
}

.ciadr {
	color: #555555;
	font-size: 14px;
	margin-top: 20px;
}

.ciewm {
	display: block;
	width: 73px;
	margin: 0 auto;
}

.ciewm img {
	display: block;
	width: 100%;
}

.map {
	width: 100%;
	height: 500px;
}

.anchorBL {
	display: none;
}

.recruit-bot {
	padding-top: 148px;
}

.rbtitle {
	color: #333333;
	font-size: 24px;
}

.rblist {
	margin-top: 60px;
	margin-left: -2%;
}

.rblist li {
	float: left;
	width: 31.333%;
	margin: 40px 0 0 2%;
	background: #F6F6F6;
	box-sizing: border-box;
	padding: 45px;
	cursor: pointer;
	transition: 0.35s;
}

.rblist li:hover {
	box-shadow: 0 3px 6px #ccc;
}

.rltitle {
	line-height: 60px;
	border-bottom: 1px solid #DBDBDB;
}

.rtzw {
	display: block;
	float: left;
	color: #555555;
	font-size: 24px;
	font-weight: normal;
}

.rticon {
	display: block;
	float: right;
	color: #999999;
	font-size: 30px;
	transform: rotate(-90deg);
	font-weight: normal;
}

.rllabel {
	margin-top: 20px;
}

.rltxt {
	display: block;
	float: left;
	width: 50%;
	color: #777777;
	font-size: 14px;
	margin-top: 20px;
}

.rldate {
	color: #777777;
	font-size: 14px;
	margin-top: 50px;
}

.rcbg.active {
	opacity: 1;
	visibility: visible;
}

.rcbg {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .49);
	transition: 0.45s;
	z-index: 9999;
}

.rcbot {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	width: 1004px;
	box-sizing: border-box;
	padding: 50px 90px;
}

.rbtop {
	line-height: 60px;
	border-bottom: 1px solid #E2E2E2;
}

.rbtzw {
	float: left;
	font-weight: normal;
	color: #555555;
	font-size: 24px;
}

.rbtdate {
	display: block;
	float: left;
	margin-left: 70px;
	color: #777777;
	font-size: 14px;
}

.rbtclose {
	display: block;
	float: right;
	color: #777777;
	font-size: 17px;
	cursor: pointer;
}

.rlwz {
	display: block;
	float: left;
	width: 33.333%;
	color: #777777;
	font-size: 14px;
	margin-top: 30px;
}

.rdcont {
	margin-top: 50px;
}

.rbway {
	background: #092E4D;
	padding: 20px 30px;
	margin-top: 30px;
}

.rwtxt {
	color: #fff;
	font-size: 14px;
}

.rwtxt a {
	color: #fff;
}

.rbdetail {
	height: 460px;
	overflow-y: scroll;
	margin-top: 30px;
}

.rbdetail::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #fff;
}

.rbdetail::-webkit-scrollbar-track {
	background-color: #fff;
}

.rbdetail::-webkit-scrollbar-thumb {
	background-color: #ccc;
}


/* 搜索 */

.search-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.sbsrk {
	display: inline-block;
	width: 560px;
	height: 64px;
	box-sizing: border-box;
	line-height: 64px;
	padding: 0 25px;
	color: #E6E6E6;
	font-size: 14px;
	background: rgba(255, 255, 255, .2);
	border: none;
}

.sbsrk::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #E6E6E6;
}

.sbsrk:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #E6E6E6;
}

.sbsrk::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #E6E6E6;
}

.sbsrk:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #E6E6E6;
}

.sbbtn {
	display: inline-block;
	width: 110px;
	height: 64px;
	text-align: center;
	line-height: 64px;
	color: #E6E6E6;
	font-size: 14px;
	background: #00549B;
	margin-left: 4px;
}

.nd-brand {
	background: #F6F6F6;
	height: 79px;
	line-height: 79px;
}

.nbwz {
	color: #555555;
	font-size: 14px;
}

.nd-detail {
	width: 1200px;
	margin: 0 auto;
	padding: 100px 0 40px 0;
}

.ndbt {
	text-align: center;
	color: #333;
	font-size: 26px;
	line-height: 1.5;
}

.nddt {
	margin-top: 50px;
	text-align: center;
}

.ndwz {
	display: inline-block;
	color: #777777;
	font-size: 14px;
	margin: 0 40px;
}

.ndwz i {
	display: inline-block;
	vertical-align: middle;
	color: #999;
	font-size: 18px;
	margin-right: 10px;
}

.ndcont {
	margin-top: 25px;
	padding-top: 70px;
	border-top: 1px solid #eee;
	color: #555555;
	font-size: 16px;
}

.ndlmenu {
	position: fixed;
	top: 50%;
	left: 100px;
	transform: translateY(-50%);
}

.nmicon {
	display: block;
	width: 50px;
	height: 50px;
	background: #EEEEEE;
	text-align: center;
	line-height: 50px;
	color: #B3B3B3;
	font-size: 20px;
	margin-top: 1px;
}

.ndbottom {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #eee;
}

.ndbtxt {
	color: #555;
	font-size: 14px;
	height: 24px;
	width: 50%;
}

.ndbtxt:hover {
	color: #00549B;
}

.ndbtl {
	float: left;
}

.ndbtr {
	float: right;
	text-align: right;
}

.ndcbanner {
	position: relative;
	overflow: hidden;
	padding: 0 100px;
}

.ndcbanner .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	border-radius: 50%;
	text-align: center;
	line-height: 48px;
	background: #fff;
	color: #666;
	-webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
	box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
	transition: 0.35s;
}

.ndcbanner .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;
}

.ndcbanner .slick-prev:before {
	content: "\ebc3";
}

.ndcbanner .slick-next:before {
	content: "\e680";
}

.ndcbanner .slick-prev {
	left: 0;
}

.ndcbanner .slick-next {
	right: 0;
}

.ndcbanner .slick-arrow:hover {
	background: #00549B;
	color: #fff;
}

.nbitem {
	float: left;
	position: relative;
	overflow: hidden;
}

.nbitem img {
	display: block;
	width: 100%;
}