@charset "utf-8";

/* 
 * Project Name:德投
 * 
 */

@font-face {
	font-family: "Gilroy-Regular.woff";
	src: url("fonts/Gilroy-Regular.woff2") format("woff2"), url("fonts/Gilroy-Regular.woff") format("woff"), url("fonts/Gilroy-Regular.ttf") format("truetype"), url("fonts/Gilroy-Regular.eot") format("embedded-opentype"), url("fonts/Gilroy-Regular.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-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 "SourceHanSansCN-Regular", "Microsoft Yahei", sans-serif, "微软雅黑", "微软正黑体", "Microsoft JhengHei", "SimHei", "黑体", Arial, Helvetica;
	margin: 0 auto;
	color: #333;
	/*overflow-x: hidden;*/
	background: #F4F4F4;
}

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;
}

.db {
	display: block;
}

.wzbs {
	color: #fff !important;
}

.fixedImg {
	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: #0061AE;
}

.pageC a:active,
.pageC a:hover {
	color: #333;
}

.pageC img {
	max-width: 100% !important;
	height: auto !important;
}

.pageC {
	overflow: hidden;
}

.pageC table {
	width: 100% !important;
}

.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 3.5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown 3.5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.w90 {
	width: 90%;
	margin: 0 auto;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}


/* 头部  */

.header {
	position: fixed;
	width: 100%;
	height: 105px;
	line-height: 105px;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background: #fff;
	box-shadow: 0 3px 30px rgba(152, 152, 152, .16);
}

.head-wrap {
	position: relative;
	padding: 0 0 0 5%;
}

.head-logo {
	float: left;
}

.head-logo img {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

.header .nav {
	position: relative;
	float: right;
}

.header .yj-bot,
.nvemail,
.nvsearch,
.nvmenu {
	float: left;
}

.nvemail a {
	display: block;
	height: 105px;
	border-left: 1px solid #EEEEEE;
	color: #999999;
	font-size: 14px;
	padding: 0 54px 0 30px;
	margin-left: 65px;
}

.nvemail a:hover {
	color: #1F6EB1;
}

.nvemail i {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	margin-right: 10px;
}

.nvsearch {
	position: relative;
	background: #F2F2F2;
	padding: 0 40px;
	cursor: pointer;
}

.nkss:hover {
	color: #1F6EB1;
}

.nsicon {
	display: block;
	color: #999999;
	font-size: 21px;
}

.nvsearch:hover .nskk {
	opacity: 1;
	visibility: visible;
}

.nskk {
	opacity: 0;
	visibility: hidden;
	transition: 0.45s;
	position: absolute;
	top: 100%;
	right: 0;
	width: 270px;
	height: 50px;
	line-height: 50px;
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .16);
	padding: 0 20px;
	box-sizing: border-box;
	overflow: hidden;
}

.nksrk {
	display: block;
	float: left;
	width: 70%;
	height: 100%;
	border: none;
	color: #333;
	font-size: 16px;
}

.nkss {
	display: block;
	float: right;
	color: #999999;
	font-size: 18px;
}

.nvmenu {
	background: #E2E2E2;
	padding: 0 35px;
	cursor: pointer;
}

.nvmenu i {
	display: block;
	color: #999999;
	font-size: 21px;
}

.header .yj-bot li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	transition: 0.35s;
	text-align: center;
	z-index: 10;
}

.header .yj-bot .yj-link {
	position: relative;
	z-index: 3;
	color: #333333;
	font-size: 18px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	overflow: hidden;
	margin: 0 15px;
	z-index: 3;
}

.header .yj-bot .yj-link:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 10px);
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #1F6EB1;
	transition: 0.45s;
	opacity: 0;
	visibility: hidden;
}

.header .yj-bot li.active .yj-link {
	color: #1F6EB1;
}

.header .yj-bot li.active .yj-link:before {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 0);
}

.header .nav li:hover .ej-list {
	transition: 0.45s;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.ej-list.active {
	opacity: 1;
	visibility: visible;
}

.ej-list {
	position: absolute;
	z-index: 10;
	left: 0;
	width: 100%;
	top: 100%;
	transform: translateY(-20px);
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	box-sizing: border-box;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .16);
}

.el-link {
	position: relative;
	display: block;
	color: #6B6B6B;
	font-size: 14px;
	line-height: 1.5;
	box-sizing: border-box;
	padding: 8px 0;
	z-index: 3;
}

.el-link:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background: #0061AE;
	transition: 0.45s;
	z-index: -3;
}

.el-link:not(:first-child) {
	border-top: 1px solid #eee;
}

.el-link:hover:before {
	height: 100%;
}

.el-link:hover {
	color: #fff;
}

.menu-handler {
	position: fixed;
	right: 0;
	top: 0;
	width: 55px;
	height: 55px;
	display: none;
	cursor: pointer;
	z-index: 1010;
	transition: 0.35s;
}

.menu-handler span {
	position: relative;
	display: block;
	margin: 27.5px 0 0 17.5px;
	width: 10px;
	height: 2px;
	background-color: #333;
	-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: 20px;
	height: 2px;
	left: 0;
	background-color: #333;
	-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 {
	height: 2px;
	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 {
	-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 {
	top: 0;
}

.menuBox a:link,
.menuBox a:visited {
	color: #333333;
}

.menuMoblie .nav-link.active,
.menuMoblie .cur .nav-link,
.menuMoblie .nav-link:hover {
	background: #0061AE;
}

.menuMoblie .nav-link:active i,
.menuMoblie .nav-link:hover i {
	color: #fff;
	transform: rotate(90deg);
}

.menuBox a:active,
.menuBox a:hover,
.menuMoblie .cur .nav-link {
	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 {
	margin: 0 0 100px 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 {
	opacity: 0;
	visibility: hidden;
	transition: 0.55s;
	transform: scale(1.1) translateX(100px);
	border-bottom: 1px solid #e4e4e4;
}

.menuMoblie li:nth-child(1) {
	transition-delay: 0;
}

.menuMoblie li:nth-child(2) {
	transition-delay: 0.1s;
}

.menuMoblie li:nth-child(3) {
	transition-delay: 0.2s;
}

.menuMoblie li:nth-child(4) {
	transition-delay: 0.3s;
}

.menuMoblie li:nth-child(5) {
	transition-delay: 0.4s;
}

.menuMoblie li:nth-child(6) {
	transition-delay: 0.5s;
}

.menuMoblie li:nth-child(7) {
	transition-delay: 0.6s;
}

.menuMoblie li:nth-child(8) {
	transition-delay: 0.7s;
}

.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: #2D56A4 !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);
}

.menuOpen .menuBox li {
	opacity: 1;
	visibility: visible;
	transform: scale(1) 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.1);
		transform: scale(1.1);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	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/black_80.png) repeat;
	background: none rgba(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(.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
}

.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: 14px;
	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: "\e7f1";
}

.pswp__button--arrow--right:before {
	content: "\e7f3";
}

.pswp__button--arrow--left:hover,
.pswp__button--arrow--right:hover {
	color: #fff;
	background-color: #1a1a1a;
}

.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)
	}
}

@-webkit-keyframes bannerbuIn {
	0% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: scale(1);
	}
	100% {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: scale(2);
	}
}

@keyframes bannerbuIn {
	0% {
		opacity: 1;
		filter: alpha(opacity=100);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		filter: alpha(opacity=0);
		transform: scale(2);
	}
}

.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
}

.mtop {
	height: 105px;
}


/* banner */

.banner-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.banner .slick-dots {
	position: absolute;
	left: 0;
	bottom: 77px;
	width: 100%;
	text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	/*z-index: 104;*/
}

.banner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	text-align: center;
	line-height: 11px;
	vertical-align: middle;
	background: rgba(255, 255, 255, .5);
	margin: 0 10px;
	box-sizing: border-box;
	transition: 0.35s;
}

.banner .slick-dots li a {
	text-indent: 10em;
	position: relative;
	display: block;
	text-align: center;
	border-radius: 50%;
	padding: 0px;
	cursor: pointer;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banner .slick-dots li a:focus {
	outline: none;
}

.banner .slick-dots li.slick-active {
	background: #fff;
}

.item {
	position: relative;
	overflow: hidden;
}

.banner .pimg {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	transition: transform 3.5s;
	-webkit-transition: transform 3.5s;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.banner .slick-active .pimg {
	visibility: visible;
	transform: scale(1);
	-webkit-transform: scale(1);
}


/* banner end */

.mouseBox {
	position: absolute;
	left: 5%;
	bottom: 76px;
	color: #fff;
	z-index: 500;
	cursor: pointer;
}

.mstxt {
	display: block;
	writing-mode: tb;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 2px;
}

.mouseIco {
	border-radius: 20px;
	width: 27px;
	height: 39px;
	border: 2px solid #fff;
	margin: 40px auto 0;
	display: block;
	position: relative;
	box-sizing: border-box;
}

.mouseIco i {
	width: 2px;
	height: 45px;
	display: block;
	background-color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -1.5px;
	top: -100%;
	-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;
}

@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;
	}
}

.pb100 {
	padding: 100px 0;
}

.inbot {
	display: flex;
}

.inleft {
	float: left;
	width: 50%;
	position: relative;
	overflow: hidden;
}

.inleft .slick-dots {
	position: absolute;
	right: 50px;
	bottom: 25px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	/*z-index: 104;*/
}

.inleft .slick-dots li {
	position: relative;
	display: inline-block;
	width: 11px;
	height: 5px;
	text-align: center;
	line-height: 11px;
	vertical-align: middle;
	background: rgba(255, 255, 255, .5);
	margin: 0 3px;
	box-sizing: border-box;
	transition: 0.35s;
	border-radius: 2px;
}

.inleft .slick-dots li a {
	text-indent: 10em;
	position: relative;
	display: block;
	text-align: center;
	border-radius: 50%;
	padding: 0px;
	cursor: pointer;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.inleft .slick-dots li a:focus {
	outline: none;
}

.inleft .slick-dots li.slick-active {
	width: 27px;
	background: #fff;
}

.ilitem {
	position: relative;
	float: left;
}

.ilitem:hover .ilpic img {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	transform: scale(1.03);
}

.ilpic {
	overflow: hidden;
}

.ilpic img {
	display: block;
	width: 100%;
	height: 509px;
	object-fit: cover;
	transition: 0.45s;
}

.iltxt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 30px;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
	z-index: 1;
}

.iltj {
	display: inline-block;
	vertical-align: middle;
	background: #1F6EB1;
	border-radius: 2px;
	color: #fff;
	font-size: 15px;
	padding: 1px 10px;
	line-height: 1.5;
}

.ilwz {
	display: inline-block;
	vertical-align: middle;
	width: 70%;
	margin-left: 16px;
	color: #fff;
	font-size: 19px;
}

.inright {
	float: left;
	width: 50%;
	background: #1F6EB1;
	padding: 30px 40px;
	box-sizing: border-box;
}

.ibl {
	float: left;
}
.iblqh{
	position: relative;
	display: inline-block;
	color: rgba(255,255,255,.7);
	font-size: 32px;
	line-height: 1.5;
	margin-right: 30px;
	padding-bottom: 5px;
	font-weight: bold;
}
.iblqh:before{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 0;
	height: 3px;
	background: #fff;
	transition: 0.45s;
}
.iblqh:after{
	opacity: 0;
	visibility: hidden;
	transition: 0.45s;
	content: "";
	position: absolute;
	left: 50%;
	bottom: -5px;
	transform: translateX(-50%);
	border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 5px solid #fff;
}
.iblqh:hover:after,.iblqh.active:after{
	opacity: 1;
	visibility: visible;
}
.iblqh:hover,.iblqh.active{
	color: #fff;
}
.iblqh:hover:before,.iblqh.active:before{
	width: 100%;
}
.ibleng {
	display: inline-block;
	vertical-align: middle;
	color: rgba(255, 255, 255, .45);
	font-size: 18px;
	text-transform: uppercase;
	margin-left: 15px;
	font-weight: normal;
	font-family: arial;
}
.ibr{
	position: relative;
	float: right;
	width: 15%;
	text-align: right;
}
.irmqh.active{
	opacity: 1;
	visibility: visible;
}
.irmqh {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	right: 0;
	top: 15px;
	display:block;
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
}

.irmqh:hover {
	font-weight: bold;
}
.ircbox{
	display: none;
}
.irfirst {
	position: relative;
	margin-top: 35px;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(241, 241, 241, .5);
}

.iftitle {
	display: block;
	color: #fff;
	font-size: 24px;
	line-height: 1.5;
	font-weight: normal;
}

.ifms {
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	margin-top: 10px;
	height: 48px;
	overflow: hidden;
}

.ifdate {
	display: block;
	color: rgba(255, 255, 255, .5);
	font-size: 14px;
	margin-top: 30px;
}

.irlist {
	margin-top: 45px;
}

.irlist li {
	position: relative;
	margin-top: 15px;
	line-height: 1.5;
}

.irlbt {
	float: left;
	width: 75%;
	color: #fff;
	font-size: 16px;
}

.irldate {
	display: block;
	float: right;
	color: #fff;
	font-size: 15px;
}

.index-media {
	background-repeat: no-repeat;
	background-size: cover;
}

.gybt {
	line-height: 1.5;
}

.gbt1 {
	display: block;
	color: #333333;
	font-size: 32px;
}

.gbt2 {
	display: block;
	font-family: arial;
	color: rgba(51, 51, 51, .5);
	font-size: 18px;
	text-transform: uppercase;
}

.gywrite .gbt1 {
	color: #fff;
}

.gywrite .gbt2 {
	color: rgba(255, 255, 255, .5);
}

.imbanner {
	position: relative;
	padding: 0 74px;
}

.imbanner .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	color: #D5D5D5;
}

.imbanner .slick-arrow:before {
	font-family: "iconfont" !important;
	font-size: 22px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: lighter;
}

.imbanner .slick-prev:before {
	content: "\e7ff";
}

.imbanner .slick-next:before {
	content: "\e7fe";
}

.imbanner .slick-prev {
	left: 0;
}

.imbanner .slick-next {
	right: 0;
}

.imbanner .slick-arrow:hover {
	color: #1F6EB1;
}

.imbitem {
	position: relative;
	float: left;
}

.imil {
	position: relative;
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 0 60px;
	margin-top: 60px;
}

.imil:hover .imtdate,
.imil:hover .imtbt,
.imil:hover .imlms {
	color: #1F6EB1;
}

.imlt {
	line-height: 1.5;
	border-left: 4px solid #1F6EB1;
	padding-left: 24px;
}

.imtdate {
	display: block;
	color: #999999;
}

.imtbt {
	display: block;
	color: #333333;
	font-size: 24px;
	margin-top: 10px;
	font-weight: normal;
}

.imlms {
	color: #999999;
	font-size: 16px;
	margin-top: 25px;
	height: 58px;
	overflow: hidden;
}

.immore a {
	display: block;
	width: 158px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	border-radius: 36px;
	background: rgba(31, 110, 177, .21);
	margin: 50px auto 0;
	color: #1F6EB1;
	transition: 0.35s;
}

.immore a:hover {
	background: rgba(31, 110, 177);
	color: #fff;
}

.index-buy {
	background-repeat: no-repeat;
	background-size: cover;
}

.ibxy {
	position: relative;
	overflow: hidden;
}

.iblb {
	position: relative;
	width: 90%;
	box-sizing: border-box;
	margin-top: 85px;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	margin: 85px 5% 0 5%;
	padding-bottom: 150px;
}

.ibxy:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 28px;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .5);
}

.iblb::-webkit-scrollbar-track {
	-webkit-appearance: none;
	z-index: 3;
}

.iblb::-webkit-scrollbar {
	width: 6px;
	height: 56px;
	background-color: none;
}

.iblb::-webkit-scrollbar-thumb {
	width: 56px !important;
	height: 56px !important;
	background: url(../img/4.png) no-repeat;
	background-size: contain;
	background-position: right;
	/*background-color: #599EE1 !important;*/
}

.iblxc {
	margin-left: -2%;
}

.iblitem {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 23%;
	margin-left: 2%;
	background: rgba(255, 255, 255, .8);
	box-sizing: border-box;
	padding: 30px 33px;
	white-space: normal;
	z-index: 3;
}

.iblitem:after {
	content: "";
	position: absolute;
	left: 33px;
	top: 0;
	width: 45px;
	height: 4px;
	background: #1F6EB1;
}

.iblitem:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #1F6EB1;
	z-index: -3;
	transition: 0.45s;
}

.iblitem:hover:after {
	background: #fff;
}

.iblitem:hover:before {
	height: 100%;
}

.iblitem:hover .ilidate,
.iblitem:hover .ilidesc,
.iblitem:hover .ilibh {
	color: #fff;
}

.ilidate {
	display: block;
	color: #999999;
	font-size: 14px;
	line-height: 1.5;
	transition: 0.15s;
}

.ilidesc {
	display: block;
	color: #333333;
	font-size: 22px;
	margin-top: 20px;
	font-weight: normal;
	line-height: 1.5;
	height: 66px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition: 0.15s;
}

.ilibh {
	color: #999999;
	font-size: 14px;
	margin-top: 90px;
	line-height: 1.5;
	transition: 0.15s;
	height: 42px;
	overflow: hidden;
}

.index-intro {
	display: flex;
}

.iileft {
	float: left;
	width: 50%;
	background: #F2F2F2;
	padding: 70px 0 90px 0;
}

.ilbt {
	padding: 0 10% 40px 10%;
}

.ilbt .gybt {
	float: left;
}

.ilbtab {
	float: right;
	margin-top: 45px;
}

.itqh {
	display: inline-block;
	vertical-align: middle;
	color: #999999;
	font-size: 16px;
	margin-left: 15px;
}

.itqh:hover,
.itqh.active {
	color: #1F6EB1;
}

.ilcbox {
	display: none;
}

.icblist {
	overflow: hidden;
}

.icblist li {
	position: relative;
	padding: 34px 0;
	border-bottom: 1px solid rgba(51, 51, 51, .19);
	z-index: 3;
	margin: 0 10%;
}

.icblist li:before {
	content: "";
	position: absolute;
	top: 0;
	left: -50%;
	width: 200%;
	height: 0;
	background: #1F6EB1;
	z-index: -3;
	transition: 0.45s;
}

.icblist li:hover:before {
	height: 100%;
}

.icblist li:hover .icldesc {
	color: #fff;
}

.icblist li:hover .icldate {
	background: #fff;
	color: #1F6EB1;
}

.icblist li:hover .iclicon {
	opacity: 1;
	visibility: visible;
}

.icldate {
	font-family: "Gilroy-Regular.woff";
	float: left;
	background: #999999;
	padding: 10px 15px;
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	transition: 0.15s;
}

.icldate span {
	display: block;
	font-size: 36px;
}

.icldesc {
	display: block;
	float: left;
	width: 70%;
	color: #999999;
	font-size: 18px;
	margin-left: 30px;
	height: 32px;
	margin-top: 24px;
	font-weight: normal;
	transition: 0.15s;
}

.iclicon {
	opacity: 0;
	visibility: hidden;
	display: block;
	float: right;
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
	margin-top: 25px;
}

.iiright {
	float: left;
	width: 50%;
	box-sizing: border-box;
	background: #E2E2E2;
	padding: 70px 5% 90px 5%;
}

.irjs {
	position: relative;
	margin-top: 40px;
}

.irjs:hover .ijpic img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.irjs:hover .ijmore {
	font-weight: bold;
}

.ijpic {
	overflow: hidden;
}

.ijpic img {
	display: block;
	width: 100%;
	transition: 0.45s;
}

.ijdesc {
	color: #333333;
	font-size: 16px;
	margin-top: 30px;
	height: 58px;
	overflow: hidden;
}

.ijmore {
	display: block;
	color: #1F6EB1;
	font-size: 14px;
	margin-top: 60px;
}

.footer-wrap {
	background: #1F6EB1;
	padding: 50px 0 35px 0;
}

.fwleft {
	float: left;
}

.fltxt {
	color: #fff;
	font-size: 16px;
}

.flbq {
	color: rgba(255, 255, 255, .8);
	font-size: 14px;
	margin-top: 80px;
}

.flbq a {
	color: rgba(255, 255, 255, .8);
}

.fwright {
	float: right;
}
.fritem{
	display: inline-block;
	vertical-align: top;
}
.fritem:not(:first-child){
	margin-left: 10px;
}

.frewm img {
	display: block;
	width: 111px;
	margin: 0 auto;
}

.frtxt {
	color: rgba(255, 255, 255, .8);
	font-size: 14px;
	margin-top: 25px;
	text-align: center;
}

.menu-zk.active {
	opacity: 1;
	visibility: visible;
}

.menu-zk.active .mzbot {
	transform: translateX(0);
}

.menu-zk {
	opacity: 0;
	visibility: hidden;
	transition: 0.55s;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .4);
	z-index: 999;
}

.mzbot {
	transform: translateX(100%);
	transition: 0.55s;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 29%;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 70px 0 0 0;
}

.mbclose {
	position: absolute;
	top: 25px;
	right: 30px;
	color: #fff;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
}

.mblist {
	width: 100%;
	box-sizing: border-box;
	padding: 0 105px 0 50px;
	height: calc(100vh - 190px);
	overflow-y: scroll;
}

.mblist::-webkit-scrollbar {
	width: 6px;
	background: none;
}

.mblist::-webkit-scrollbar-thumb {
	width: 6px;
	background: #1F6EB1;
}

.mblist::-webkit-scrollbar-corner {
	background: none;
}

.mblist::-webkit-scrollbar:horizontal {
	height: 9px;
}

.mblist li {
	padding: 25px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .34);
}

.mlyj {
	display: block;
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
}

.metxt {
	display: inline-block;
	color: rgba(255, 255, 255, .8);
	font-size: 14px;
	margin-right: 25px;
	margin-top: 10px;
	line-height: 1.5;
}

.metxt:hover {
	color: #fff;
}

.insides-banner {
	position: relative;
}

.ibpic {
	overflow: hidden;
}

.ibpic img {
	display: block;
	width: 100%;
}

.ibcover {
	position: absolute;
	top: 50%;
	left: 5%;
	width: 90%;
	text-align: center;
	transform: translateY(-50%);
}

.ibct1 {
	display: block;
	color: #fff;
	font-size: 50px;
	line-height: 1.5;
	font-weight: normal;
}

.ibct2 {
	display: block;
	color: #fff;
	font-size: 24px;
	line-height: 1.5;
	font-weight: bold;
}

.ibdown {
	position: absolute;
	left: 50%;
	bottom: 18%;
	transform: translateX(-50%);
}

.ibdown i {
	display: block;
	color: #fff;
	font-size: 20px;
	animation: trans1 1s infinite alternate;
}

@keyframes trans1 {
	from {
		transform: translateY(15px);
	}
	to {
		transform: translateY(0);
	}
}

.ibbe {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 88px;
	line-height: 88px;
}

.ibeleft {
	float: left;
	width: 24%;
	box-sizing: border-box;
	padding: 0 1% 0 5%;
	background: rgba(0, 0, 0, .5);
}

.ibltxt {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}

.iberight {
	float: left;
	width: 76%;
	background: #1F6EB1;
	box-sizing: border-box;
	padding: 0 30px;
}

.ibrlink {
	padding: 0 40px;
	color: rgba(255, 255, 255, .6);
	font-size: 18px;
}

.ibrlink:hover,
.ibrlink.active {
	color: #fff;
}

.about-bot1 {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}

.about-bot1:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 1px;
	height: 100%;
	background: rgba(112, 112, 112, .1);
	transform: translateX(-50%);
}

.ab1left {
	float: left;
	width: 49%;
	box-sizing: border-box;
	padding: 0 5%;
}

.al1eng {
	display: block;
	color: #333333;
	font-size: 29px;
	line-height: 1.5;
}

.al1name {
	position: relative;
	display: block;
	color: #1F6EB1;
	font-size: 32px;
	padding-bottom: 30px;
	line-height: 1.5;
}

.al1name:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 5px;
	background: #333333;
}

.al1nr {
	margin-top: 50px;
	color: #666666;
	font-size: 18px;
	text-align: justify;
	line-height: 42px;
}

.ab1right {
	float: right;
	width: 45%;
}

.ab1right img {
	display: block;
	width: 100%;
}

.about-bot2 {
	position: relative;
	overflow: hidden;
}

.ng-c {
	text-align: center;
}

.ng-c .al1name:before {
	left: 50%;
	transform: translateX(-50%);
}

.ab2list {
	margin-top: 95px;
	text-align: center;
}

.ab2list li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 55px;
}

.al2cv {
	opacity: 0;
	visibility: hidden;
	transition: 0.55s;
	position: absolute;
	top: 130%;
	left: 50%;
	transform: translate(-50%, 50px);
	width: 480px;
	background: #fff;
	box-sizing: border-box;
	padding: 20px 30px;
}

.al2cv:before {
	content: "";
	position: absolute;
	left: 50%;
	top: -16px;
	transform: translateX(-50%);
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	border-bottom: 16px solid #fff;
}

.ac2t1 {
	display: block;
	text-align: center;
	color: #333333;
	font-size: 18px;
	font-weight: normal;
}

.ac2t2 {
	color: #999999;
	font-size: 14px;
	margin-top: 10px;
	text-align: justify;
}

.al2c {
	position: relative;
	display: block;
	width: 76px;
	height: 76px;
	border-radius: 50%;
	border: 1px solid #D1D1D1;
	margin: 0 auto;
	transition: 0.45s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ab2list li:not(:first-child) .al2c:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -105px;
	transform: translateY(-50%);
	width: 95px;
	height: 1px;
	border-top: 1px dashed #D2D2D2;
}

.al2c:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 85%;
	height: 85%;
	border-radius: 50%;
	border: 1px dashed #D1D1D1;
	transition: 0.15s;
}

.ac2icon {
	display: block;
	margin: 0 auto;
	transition: 0.45s;
}

.ab2list li:nth-child(1) .ac2icon {
	width: 28px;
	height: 30px;
	background: url(../images/i1.png) no-repeat;
	background-size: contain;
}

.ab2list li:nth-child(2) .ac2icon {
	width: 26px;
	height: 26px;
	background: url(../images/i2.png) no-repeat;
	background-size: contain;
}

.ab2list li:nth-child(3) .ac2icon {
	width: 29px;
	height: 29px;
	background: url(../images/i3.png) no-repeat;
	background-size: contain;
}

.ab2list li:nth-child(4) .ac2icon {
	width: 29px;
	height: 29px;
	background: url(../images/i4.png) no-repeat;
	background-size: contain;
}

.ab2list li:nth-child(5) .ac2icon {
	width: 30px;
	height: 26px;
	background: url(../images/i5.png) no-repeat;
	background-size: contain;
}

.ab2list li:nth-child(6) .ac2icon {
	width: 31px;
	height: 29px;
	background: url(../images/i6.png) no-repeat;
	background-size: contain;
}

.ab2list li:nth-child(7) .ac2icon {
	width: 25px;
	height: 25px;
	background: url(../images/i7.png) no-repeat;
	background-size: contain;
}

.ab2list li:nth-child(8) .ac2icon {
	width: 35px;
	height: 34px;
	background: url(../images/i8.png) no-repeat;
	background-size: contain;
}

.al2t {
	margin-top: 40px;
	color: #333333;
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
}

.ngbs .al1eng,
.ngbs .al1name {
	color: #fff;
}

.ngbs .al1name:before {
	background: #fff;
}

.ab3left {
	float: left;
	/*width: 45%;*/
}

.ab3right {
	float: right;
	width: 75%;
}

.ab3right img {
	display: block;
	max-width: 100%;
}

.ab4box {
	padding: 80px 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.nb4way {
	margin-top: 65px;
	display: flex;
}

.nb4way li {
	flex: 1;
	text-align: center;
}

.nw4icon {
	width: 119px;
	height: 119px;
	line-height: 119px;
	text-align: center;
	border: 1px solid #1F6EB1;
	margin: 0 auto 15px;
}

.nw4icon i {
	display: block;
	color: #1F6EB1;
	font-size: 34px;
}

.nw4icon img {
	display: block;
	width: 111px;
	margin: 4px auto 0;
}

.nw4t1 {
	display: block;
	color: #666666;
	font-size: 16px;
	line-height: 1.5;
	word-break: break-all;
}

.maps {
	height: 515px;
}

.anchorBL {
	display: none;
}

.BMap_Marker div {
	animation: scals 2.5s linear infinite !important;
}

@keyframes scals {
	0% {
		opacity: 1;
		transform: scale(1);
	}
	50% {
		opacity: 0.8;
		transform: scale(1.4);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.about-bot3 {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}

.about-bot4 {
	position: relative;
}

.news-wrap {
	position: relative;
	padding: 60px 0 140px 0;
}

.nwlist {
	margin-left: -2%;
}

.nwlist li {
	position: relative;
	float: left;
	width: 23%;
	margin: 50px 0 0 2%;
}

.nwlist li:hover .nlpic img {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	transform: scale(1.03);
}

.nwlist li:hover .nwt1,
.nwlist li:hover .nbicon {
	color: #1F6EB1;
}

.nwlist li:hover:before {
	width: 100%;
}

.nwlist li:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 4px;
	background: #1F6EB1;
	transition: 0.45s;
}

.nlpic {
	overflow: hidden;
}

.nlpic img {
	display: block;
	width: 100%;
	height: 244px;
	object-fit: cover;
	transition: 0.45s;
}

.nlwz {
	background: #fff;
	padding: 20px 30px 35px 30px;
}

.nwt1 {
	color: #333333;
	font-size: 18px;
	font-weight: normal;
	height: 65px;
	overflow: hidden;
}

.nwt2 {
	color: #666666;
	font-size: 16px;
	margin-top: 10px;
	height: 58px;
	overflow: hidden;
}

.nwbt {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #E1E1E1;
}

.nbdate {
	display: block;
	float: left;
	color: #333333;
	font-size: 12px;
}

.nbicon {
	display: block;
	float: right;
	color: #999999;
	font-size: 12px;
}

.nybg {
	position: relative;
	background: #f4f4f4;
}

.pages-list {
	text-align: center;
	margin-top: 120px;
}

.plnum,
.plpn {
	font-family: "Gilroy-Regular.woff";
	display: inline-block;
	vertical-align: middle;
	width: 48px;
	height: 48px;
	border-radius: 4px;
	background: #fff;
	text-align: center;
	line-height: 48px;
	color: #333333;
	font-size: 16px;
	margin: 0 6px;
}

.plpn {
	color: #999999;
	font-size: 14px;
}

.plpn:hover {
	color: #1F6EB1;
}

.plsr input {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #DDDDDD;
	width: 48px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	border-radius: 4px;
	color: #333333;
	font-size: 16px;
	margin-left: 30px;
	background: none;
	box-sizing: border-box;
}

.pltxt {
	font-family: "Gilroy-Regular.woff";
	display: inline-block;
	vertical-align: middle;
	width: 48px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	border-radius: 4px;
	background: #F7F7F7;
	color: #333333;
	font-size: 14px;
	margin-left: 12px;
	transition: 0.25s;
}

.pltxt:hover,
.plnum:hover,
.plnum.active {
	background: #1F6EB1;
	color: #fff;
}

.ndbg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	padding: 88px 0 165px 0;
}

.ndleft {
	float: left;
	position: sticky;
	top: 178px;
	width: 30%;
	border-top: 4px solid #1F6EB1;
	padding-top: 25px;
}

.ndltitle {
	font-weight: normal;
	color: #333333;
	font-size: 28px;
	line-height: 1.5;
}

.ndldate {
	display: block;
	color: #1F6EB1;
	font-size: 14px;
	margin-top: 50px;
}

.ndlsee {
	display: block;
	color: #1F6EB1;
	font-size: 14px;
}

.ndright {
	float: right;
	width: 59%;
}

.ndrcont {
	color: #333333;
	font-size: 16px;
}

.ndrb {
	position: relative;
	margin-top: 150px;
	padding-top: 30px;
	border-top: 2px solid #707070;
}

.nrpn {
	display: block;
	position: absolute;
	top: 22px;
	color: #333333;
	font-size: 16px;
}

.nrpn i {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
}

.nrp {
	left: 0;
}

.nrn {
	right: 0;
}

.nrreturn {
	display: block;
	text-align: center;
	color: #333333;
	font-size: 16px;
}

.nrreturn i {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	margin-right: 10px;
}

.nrp i {
	margin-right: 18px;
}

.nrn i {
	margin-left: 18px;
}

.nrpn:hover,
.nrreturn:hover {
	color: #1F6EB1;
}

.bdbg {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 115px 0;
}

.wzhs .ibct1,
.wzhs .ibct2 {
	color: #B11F1F;
}

.bghs {
	background: #B11F1F;
}

.bdlist {
	margin-left: -1.5%;
}

.blitem {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 18%;
	margin-left: 1.5%;
	white-space: normal;
	z-index: 3;
}

.bipic {
	overflow: hidden;
}

.bipic img {
	display: block;
	width: 100%;
}

.bicv {
	position: absolute;
	top: 50%;
	left: 6%;
	right: 6%;
	text-align: center;
	transform: translateY(-50%);
}

.bclogo {
	text-align: center;
}

.bclogo img {
	display: inline-block;
	width: 20%;
}

.bctxt {
	color: #fff;
	font-size: 20px;
	padding: 10px 0;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.bctxt font {
	display: block;
	height: 108px;
	overflow: hidden;
}

.bcbtn {
	display: block;
	width: 109px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	border-radius: 20px;
	background: #fff;
	color: #B11F1F;
	font-size: 14px;
	margin: 50px auto 0;
}

.bdbot {
	position: relative;
	width: 90%;
	box-sizing: border-box;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
	margin: 0 5%;
	padding-bottom: 140px;
}

.bdbot::-webkit-scrollbar-track {
	-webkit-appearance: none;
	z-index: 3;
}

.bdbot::-webkit-scrollbar {
	width: 6px;
	height: 56px;
	background-color: none;
}

.bdbot::-webkit-scrollbar-thumb {
	width: 56px !important;
	height: 56px !important;
	background-image: url(../img/23.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
}


/*.bdbot::-webkit-scrollbar-thumb:horizontal   {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px !important;
	background-color: #B11F1F;
}*/

.bdwc {
	position: relative;
}

.bdwc:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 28px;
	width: 100%;
	height: 1px;
	background-color: rgba(119, 119, 119, .5);
}

.bdhs{
	position: absolute;
	left: 0;
	bottom: 28px;
	width: 0;
	height: 1px;
	background: #B11F1F;
}
.ac-wrap{
	padding: 115px 0 190px 0;
}
.awlist li{
	position: relative;
	padding: 60px 0;
	border-bottom: 1px solid #DDDDDD;
	z-index: 3;
}
.awlist li:before{
	content: "";
	position: absolute;
	top: 0;
	left: -50%;
	width: 200%;
	height: 0;
	background: #fff;
	transition: 0.55s;
	z-index: -3;
}
.awlist li:hover:before{
	height: 100%;
}
.awlist li:hover .nltp img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}
.awlist li:hover .ncmore{
	color: #1F6EB1;
}
.nltp{
	float: left;
	width: 26%;
	overflow: hidden;
}
.nltp img{
	display: block;
	width: 100%;
	transition: 0.45s;
}
.nlcont{
	float: left;
	width: 52%;
	margin-left: 5%;
}
.ncbt{
	color: #666666;
	font-size: 24px;
	line-height: 1.5;
	font-weight: normal;
}
.ncms{
	color: #666666;
	font-size: 16px;
	margin-top: 30px;
	height: 58px;
	overflow: hidden;
}
.ncmore{
	display: block;
	color: #666666;
	font-size: 14px;
	margin-top: 90px;
}
.nldate{
	font-family: "Gilroy-Regular.woff";
	float: right;
	color: #333333;
	font-size: 14px;
	line-height: 1.3;
	text-align: right;
}
.ndmd{
	display: block;
	font-size: 29px;
	font-weight: normal;
}
.rsbot1{
	position: relative;
}
.rb1left{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50%;
	box-sizing: border-box;
	padding: 117px 5% 0 5%;
}
.rl1bg{
	position: absolute;
	left: -5%;
	bottom:-3%;
	width: 37%;
}
.rl1bg img{
	display: block;
	width: 100%;
}
.rl1bt{
	padding-bottom: 30px;
	border-bottom: 3px solid #1F6EB1;
}
.rl1bt .al1name{
	padding-bottom: 0;
}
.rl1bt .al1name:before{
	display: none;
}
.rb1eng{
	display: block;
	color: #333333;
	font-size: 29px;
	line-height: 1.5;
}
.rb1ch{
	display: block;
	color: #1F6EB1;
	font-size: 32px;
	line-height: 1.5;
}
.rl1desc{
	color: #333333;
	font-size: 18px;
	margin-top: 60px;
}
.rl1lable{
	color: #1F6EB1;
	font-size: 24px;
	margin-top: 50px;
}
.rl1ln{
	display: flex;
	margin-top: 80px;
}
.rl1ln li:not(:first-child){
	/*flex: 1;*/
	margin-left: 100px;
}
.rl1icon{
	display: block;
	width: 62px;
	height: 62px;
	margin: 0 auto;
	border-radius: 50%;
	background: #1F6EB1;
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 62px;
}
.rl1txt{
	display: block;
	color: #999999;
	font-size: 16px;
	text-align: center;
	margin-top: 15px;
	
}
.rb1right{
	float: right;
	width: 50%;
}
.rb1right img{
	display: block;
	width: 100%;
	height: 785px;
	object-fit: cover;
}
.rsbot2{
	background-repeat: no-repeat;
	background-size: cover;
	padding: 138px 0 113px 0;
	background-attachment: fixed;
}
.rb2tab{
	text-align: center;
}
.rt2qh{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: rgba(255,255,255,.5);
	font-size: 32px;
	margin: 0 45px;
	padding-bottom: 10px;
}
.rt2qh:before{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 28px;
	height: 3px;
	background: rgba(255,255,255,.5);
	transition: 0.45s;
}
.rt2qh:hover,.rt2qh.active{
	color: #fff;
}
.rt2qh:hover:before,.rt2qh.active:before{
	width: 100%;
	background: #fff;
}
.rb2cont{
	margin-top: 35px;
}
.rc2list{
	display: none;
	margin-left: -3%;
}
.rc2list li{
	position: relative;
	float: left;
	width: 22%;
	margin-left: 3%;
	background: rgba(255,255,255,.8);
	box-sizing: border-box;
	padding: 30px 30px 27px 30px;
	transition: 0.55s;
	margin-top: 40px;
}
.rc2list li:before{
	content: "";
	position: absolute;
	left: 30px;
	top: 0;
	width: 45px;
	height: 4px;
	background: #1F6EB1;
	transition: 0.55s;
}
.rc2list li:hover:before{
	left: 0;
	width: 100%;
}
.rc2list li:hover{
	background: #fff;
}
.rl2date{
	display: block;
	color: #999999;
	font-size: 14px;
}
.rl2desc{
	color: #333333;
	font-size: 22px;
	margin-top: 5px;
	height: 79px;
	overflow: hidden;
}
.rl2btn{
	display: block;
	margin-top: 70px;
	padding-top: 30px;
	border-top: 1px solid #C6C6C6;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
}
.rl2btn i{
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	font-size: 12px;
	color: #1F6EB1;
}
.rb2more a{
	display: block;
	width: 158px;
	height: 45px;
	background: rgba(31,110,177,.5);
	margin: 80px auto 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 45px;
	border-radius: 36px;
	transition: 0.45s;
}
.rb2more a:hover{
	background: #1F6EB1;
}
.rb3list{
	margin-left: -2%;
	margin-top: 27px;
}
.rb3list li{
	position: relative;
	background: #fff;
	float: left;
	width: 48%;
	margin: 30px 0 0 2%;
	box-sizing: border-box;
	padding: 30px 40px;
	transition: 0.55s;
}
.rb3list li:hover{
	box-shadow: 0 6px 12px rgba(0,0,0,.16);
}
.rl3bt{
	color: #333333;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
}
.rl3load{
	display: block;
	color: #333333;
	font-size: 16px;
	margin-top: 10px;
}
.rl3load i{
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	height: 23px;
	background: url(../images/i9.png) no-repeat;
	background-size: contain;
	margin-right: 12px;
}
.rsbot3{
	padding: 80px 0 126px 0;
}
.rb3more a{
	display: block;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	text-align: center;
	line-height: 84px;
	color: #fff;
	font-size: 14px;
	margin: 57px auto 0;
	background: #1F6EB1;
	transition: 0.55s;
}
.rb3more a:hover{
	box-shadow: 0 6px 12px rgba(31,110,177,.5);
}
.rlbot{
	padding: 107px 0 167px 0;
}
.rlbot .rt2qh{
	color: #333333;
}
.rlbot .rt2qh:before{
	background: #333333;
}
.rlbot .rt2qh.active,.rlbot .rt2qh:hover{
	color: #1F6EB1;
}
.rlbot .rt2qh.active:before,.rlbot .rt2qh:hover:before{
	background: #1F6EB1;
}
.buy-wrap{
	padding-bottom: 146px;
}
.bwlist li{
	position: relative;
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 48px 5% 57px 5%;
	border-bottom: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	margin-top: -1px;
	z-index: 3;
}
.bwlist li:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #1F6EB1;
	z-index: -3;
	transition: 0.55s;
}
.bwlist li:hover:before{
	height: 100%;
}
.bwlist li:hover .bwldate,
.bwlist li:hover .bwldesc{
	color: #fff;
}
.bwlist li:hover .bwljt{
	opacity: 1;
	visibility: visible;
}
.bwldate{
	display: block;
	font-family: "Gilroy-Regular.woff";
	float: left;
	color: #333333;
	font-size: 14px;
	line-height: 1.3;
	text-align: right;
}
.bdmd{
	display: block;
	font-size: 29px;
}
.bwldesc{
	float: left;
	color: #333333;
	font-size: 20px;
	width: 75%;
	margin-left: 6%;
	margin-top: 8px;
}
.bwljt{
	opacity: 0;
	visibility: hidden;
	transition: 0.55s;
	display: block;
	float: right;
	color: #fff;
	font-size: 20px;
	margin-top: 8px;
}
.srlist{
	margin-top: 30px;
}
.srlist li{
	position: relative;
	float: none;
	width: 100%;
	padding: 30px 0 ;
	border-bottom: 1px solid #ddd;
}
.srjg{
	color: #333;
	font-size: 36px;
	font-weight: normal;
	margin-top: 50px;
}
.srjg span{
	color: #1F6EB1;
}
.sr-wrap{
	padding: 100px 0;
	box-sizing: border-box;
	min-height: calc(100vh - 105px);
}
.srkk{
	width: 800px;
	height: 60px;
	line-height: 60px;
	background: #fff;
	border: 1px solid #ddd;
	margin: 0 auto;
	overflow: hidden;
}
.srkenter{
	display: block;
	float: left;
	width: 90%;
	box-sizing: border-box;
	border: none;
	line-height: 60px;
	padding: 0 20px;
	color: #333;
	font-size: 16px;
}
.srkbtn{
	display: block;
	float: right;
	width: 10%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: #D3000D;
}
.srlist .bwldesc{
	width: 85%;
}
.srltxt{
	float: left;
	width: 80%;
	color: #333333;
    font-size: 20px;
}
.srldate{
	display: block;
	float: right;
	color: #666;
	font-size: 18px;
}
.ab2pics{
	position: relative;
	overflow: hidden;
}
.ap2item{
	position: relative;
	float: left;
}
.ai2tp{
	position: relative;
	overflow: hidden;
}
.ai2tp:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background: url(../img/34.png) no-repeat;
	background-size: cover;
	background-position: left;
	z-index: 1;
}
.ai2tp img{
	display: block;
	width: 100%;
}
.ai2wz{
	position: absolute;
	bottom: 25%;
	left: 5%;
	width: 450px;
	z-index: 10;
}
.aw2t1{
	display: block;
	color: #fff;
	font-size: 18px;
}
.aw2t2{
	display: block;
	color: #fff;
	font-size: 26px;
}
.aw2t3{
	color: #fff;
	font-size: 16px;
	margin-top: 30px;
}
.about-bot2 .nygb{
	position: absolute;
	top: 107px;
	left: 5%;
	z-index: 1;
}
.ab2bt{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(31,110,177,.9);
	padding: 37px 5%;
}
.ab2l{
	float: left;
}
.ab2qh{
	display: inline-block;
	vertical-align: middle;
	width: 61px;
	height: 61px;
	border-radius: 50%;
	text-align: center;
	line-height: 61px;
	color: #fff;
	margin-right: 79px;
	background: rgba(255,255,255,.3);
	cursor: pointer;
}
.ab2qh.active{
	background: #fff;
	color: #1F6EB1;
}
.ab2qh.active i{
	transform: rotateY(180deg);
}
.ab2qh i{
	display: block;
	font-size: 23px;
	transition: 0.65s;
}
.ab2r{
	position: relative;
	float: right;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,.3);
	text-align: center;
	line-height: 54px;
	box-sizing: border-box;
}
.ar2num{
	font-family: "Gilroy-Regular.woff";
	color: #fff;
	font-size: 14px;
}
.ab2r:before{
	content: "";
    animation: xzrotate 10s linear infinite;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/35.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
	animation: xzrotate 10s linear infinite;
}
@keyframes xzrotate{
    0%{
        transform: rotate(0);
    }
    50%{
        transform:rotate(360deg);
    }
    100%{
        transform: rotate(0);
    }
}