body {
	font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, "Heiti SC", "ST Heiti", "华文黑体", "Microsoft YaHei", "雅黑体", SimHei, "黑体", sans-serif;
	color: #666;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset {
	border: 0
}

img {
	border: 0;
	max-width: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal
}

ol,
ul {
	list-style: none
}

caption,
th {
	text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal
}

q:before,
q:after {
	content: ''
}

abbr,
acronym {
	border: 0;
	font-variant: normal
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	*font-size: 100%
}

legend {
	color: #000
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
audio,
canvas {
	display: block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

svg:not(:root) {
	overflow: hidden;
}

[hidden],
template {
	display: none;
}

/**,*/
/**:before,*/
/**:after {*/
/*  -webkit-box-sizing: border-box;*/
/*     -moz-box-sizing: border-box;*/
/*          box-sizing: border-box;*/
/*}*/
a {
	text-decoration: none;
	color: #666;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	/* For some Androids */
}

.c:before,
.c:after,
.w:before,
.w:after {
	content: " ";
	display: table;
}

.c:after,
.w:after {
	clear: both;
}

.c,
.w {
	zoom: 1;
	/*zoom<IE8*/
}

.w {
	position: relative;
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
}

.w-1200 {
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
}

.disFlex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.disFlexc {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.disInlineb {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.over1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.over2,
.over3,
.over4,
.over5,
.over6,
.over7,
.over9 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.over2 {
	-webkit-line-clamp: 2;
}

.over3 {
	-webkit-line-clamp: 3;
}

.over4 {
	-webkit-line-clamp: 4;
}

.over5 {
	-webkit-line-clamp: 5;
}

.over6 {
	-webkit-line-clamp: 6;
}

.over7 {
	-webkit-line-clamp: 7;
}

.over9 {
	-webkit-line-clamp: 9;
}

.w-top30 {
	padding-top: 30px;
}

.w-top35 {
	padding-top: 35px;
}

.w-top40 {
	padding-top: 40px;
}

.w-top50 {
	padding-top: 50px;
}

.w-top70 {
	padding-top: 70px;
}

.w-top120 {
	padding-top: 120px;
}

.w-bottom30 {
	padding-bottom: 30px;
}

.w-bottom35 {
	padding-bottom: 35px;
}

.w-bottom40 {
	padding-bottom: 40px;
}

.w-bottom50 {
	padding-bottom: 50px;
}

/* @media (min-width:768px) {.w-1200 {width:750px;}}
@media (min-width:992px) {.w-1200 {width:980px;}} */
@media (min-width:1280px) {
	.w-1200 {
		width: 1280px;
	}
}

@media (min-width:1600px) {
	.w {
		width: 1430px;
	}
}

@media (min-width:1920px) {
	.w {
		width: 1750px;
	}
}

.layui-col-space40 {
	margin: -20px;
}

.layui-col-space40>* {
	padding: 20px;
}

/*输入框*/
.u-ipt {
	display: inline-block;
	width: 100%;
	height: 40px;
	padding: 4px 17px;
	line-height: 30px;
	border: 1px solid transparent;
	font-size: 16px;
	color: #333;
	outline: none;
}

.u-ipt::-webkit-input-placeholder {
	font-size: 14px;
	color: #aaa;
}

.u-ipt[disabled="disabled"] {
	background-color: #f5f5f5;
}

.u-ipt:focus {
	border: 1px solid transparent;
}

.u-textarea {
	display: inline-block;
	width: 100%;
	height: 120px;
	padding: 4px 17px;
	line-height: 30px;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	color: #333;
	outline: none;
	resize: none;
}

.u-textarea::-webkit-input-placeholder {
	font-size: 14px;
	color: #999;
}

.u-textarea[disabled="disabled"] {
	background-color: #f5f5f5;
}

.u-textarea:focus {
	border: 1px solid #006f55;
}

/*按钮*/
.u-btns-top {
	padding-top: 20px;
}

.u-btn {
	display: block;
	height: 50px;
	line-height: 50px;
	border: none;
	border-radius: 2px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #006f55;
	outline: none;
	cursor: pointer;
}

.u-btn:hover,
.u-btn:active {
	background-color: #02916f;
}

.u-btn.n-middle {
	height: 40px;
	line-height: 40px;
}

.u-btn.n-blue {
	background-color: #29a2d3;
	color: #fff;
}

.u-btn.n-blue:hover,
.u-btn.n-blue:active {
	background-color: #2ab0e6;
}

.u-btn.n-gray {
	background-color: #dddddd;
	color: #222;
}

.u-btn.n-gray:hover,
.u-btn.n-gray:active {
	background-color: #cdcdcd;
}

.u-btn.n-yellow {
	background-color: #ff9900;
}

.u-btn.n-yellow:hover,
.u-btn.n-yellow:active {
	background-color: #f6bc64;
}

.u-check {
	display: inline-block;
	height: 30px;
	line-height: 28px;
	padding: 0 12px;
	border: 1px solid #e5e5e5;
	text-align: center;
	background-color: #fff;
	cursor: pointer;
}

.u-check.n-check {
	line-height: 26px;
	border: 2px solid #23a96f;
	padding: 0 11px;
}

.u-check.n-disable {
	color: #999;
	cursor: not-allowed;
	border: dashed 1px #e5e5e5;
}

.u-btn-i {
	font-size: 0;
}

.u-btn-i span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #29a2d3;
	cursor: pointer;
}

.u-btn-i i {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	font-size: 14px;
	color: #29a2d3;
}

.u-btn-i.n-blue {
	background-color: #29a2d3;
	border: #29a2d3;
}

.u-btn-i.n-blue span {
	color: #fff;
}

.u-btn-i.n-blue:hover,
.u-btn.n-blue:active {
	background-color: #2ab0e6;
	border: #2ab0e6;
}

.i__search {
	display: block;
	width: 20px;
	height: 20px;
	position: relative;
}

.i__search::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	border: 3px solid #666666;
}

.i__search:after {
	content: "";
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 10px;
	height: 3px;
	position: absolute;
	top: 13px;
	left: 10px;
	background-color: #666666;
	border-radius: 2px;
}

/* 页头 */
.m-header {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	padding-bottom: 10px;
	background-color: transparent;
	-webkit-transition: .4s;
	transition: .4s;
	width: 100%;
	background: -moz-linear-gradient(bottom, rgba(0, 94, 174, .5) 0%, transparent 100%);
	background: -webkit-linear-gradient(bottom, rgba(0, 94, 174, .5) 0%, transparent 100%);
	background: -o-linear-gradient(bottom, rgba(0, 94, 174, .5) 0%, transparent 100%);
	background: -ms-linear-gradient(bottom, rgba(0, 94, 174, .5) 0%, transparent 100%);
	background: linear-gradient(to bottom, rgba(0, 94, 174, .5) 0%, transparent 100%);
}

.m-header::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	z-index: 1;
	height: 1px;
	background-color: rgba(255, 255, 255, .2);
}

.m-header::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
	height: 100%;
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .1) 0%, transparent 100%);
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .1) 0%, transparent 100%);
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, .1) 0%, transparent 100%);
	background: -ms-linear-gradient(bottom, rgba(0, 0, 0, .1) 0%, transparent 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, transparent 100%);
}

.m-header .main {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 90px;
}

.m-header .brand {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 31%;
	height: 100%;
}

.m-header .brand img {
	display: block;
}

.m-header .menu {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 61.5%;
}

/* .m-header .menu::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 1px;
	height: 100%;
	background-color: rgba(255,255,255,.7);
} */
.m-header .menu ul {
	display: inline-block;
	vertical-align: middle;
}

.m-header .menu li {
	position: relative;
	float: left;
}

.m-header .menu li+li {
	padding: 0 14px;
}

.m-header .menu li .a {
	position: relative;
	z-index: 9;
	display: block;
	width: 66px;
	text-align: center;
	font-size: 16px;
	line-height: 90px;
	color: #fff;
	-webkit-transition: color 200ms;
	transition: color 200ms;
}

.m-header .menu li span {
	position: relative;
	z-index: 2;
	display: block;
	text-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

.m-header .menu li .bkg {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 2px;
	background-color: rgba(255, 255, 255, 1);
	-webkit-transition: 200ms;
	transition: 200ms;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

.m-header .menu li .sub {
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: -100;
	display: none;
	width: 120px;
	margin-left: -60px;
	padding-top: 10px;
	opacity: 0;
	transition: 1s;
}

.m-header .menu li .sub dl {
	padding-top: 17px;
	padding-bottom: 17px;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 3px 0 5px rgba(0, 0, 0, .3);
}

.m-header .menu li .sub a {
	display: block;
	font-size: 16px;
	line-height: 50px;
	color: #999999;
	text-align: center;
	cursor: pointer;
}

.m-header .menu li .sub a:hover {
	color: #003286;
}

.m-header .menu li:hover .bkg,
.m-header .menu li.active .bkg {
	left: 0;
	width: 100%;
}

.m-header .menu li:hover .sub {
	opacity: 1;
	top: 90px;
	display: block;
	z-index: 1;
}

.m-header .search {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 7.5%;
	height: 100%;
}

.m-header .search i {
	display: inline-block;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-image: url(../img/search.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: initial;
	cursor: pointer;
}

.m-header .searchform {
	display: none;
	position: absolute;
	top: 90px;
	right: 0px;
	z-index: 10;
	width: 254px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	transition: none;
}

.m-header .searchform input[type=text] {
	float: left;
	width: 170px;
	padding: 0 15px;
	height: 44px;
	line-height: 44px;
	font-size: 12px;
	color: #FFFFFF;
	border: 1px solid transparent;
	background-color: rgba(37, 66, 124, .5);
	outline: none;
}

.m-header .searchform input[type=text]::-webkit-input-placeholder {
	font-size: 14px;
	color: #fff;
}

.m-header .searchform input[type=text][disabled="disabled"] {
	background-color: #f5f5f5;
}

.m-header .searchform input[type=text]:focus {
	border: 1px solid #6899d5;
}

.m-header .searchform input[type=submit] {
	float: right;
	width: 52px;
	height: 46px;
	border: 0 none;
	background: url(../img/searchwhite.png) #6899d5 no-repeat center center;
}

/* 页脚 */
.m-footer {
	position: relative;
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-size: 1920px;
	background-position: center 50px;
	background-color: #2b4ea8;
}

.m-footer .main {
	padding-top: 50px;
	padding-bottom: 50px;
}

.m-footer .main .hd {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.m-footer .code {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 465px;
}

.m-footer .brand {
	width: 324px;
}

.m-footer .brand img {
	width: 100%;
}

.m-footer .qrcode {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 110px;
	height: 110px;
}

.m-footer .qrcode img {
	width: 100%;
}

.m-footer .menu {
	position: relative;
	width: 850px;
	padding-right: 10px;
}

.m-footer .menu ul {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	text-align: left;
}

.m-footer .menu li {
	float: left;
}

.m-footer .menu li+li {
	margin-left: 35px;
}

.m-footer .menu li h6 {
	position: relative;
	overflow: hidden;
}

.m-footer .menu li a {
	overflow: hidden;
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #7292ba;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.m-footer .menu li a:hover {
	color: #fff;
}

.m-footer .links {
	position: relative;
	width: 370px;
	height: 40px;
	background-color: #25428e;
}

.m-footer .links span {
	display: block;
	padding: 0 20px;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}

.m-footer .links i {
	position: absolute;
	right: 20px;
	top: 50%;
	z-index: 1;
	width: 12px;
	height: 6px;
	margin-top: -3px;
	background-image: url(../img/links_i01.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.m-footer .links .sub {
	position: absolute;
	left: 0;
	right: 0;
	top: 42px;
	z-index: 1;
	display: none;
}

.m-footer .links .sub li+li {
	margin-top: 2px;
}

.m-footer .links .sub li a {
	display: block;
	padding: 0 20px;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	background-color: #25428e;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}

.m-footer .links .sub li a:hover {
	background-color: #6899d5;
}

.m-footer .links.active .sub {
	display: block;
}

.m-footer .bd {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 40px;
}

.m-footer .service {
	position: relative;
	padding-left: 30px;
}

.m-footer .service+.service {
	margin-top: 8px;
}

.m-footer .service i {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.m-footer .service span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 30px;
}

.m-footer .service .lab {
	color: #fff;
}

.m-footer .service .val {
	color: #6899d5;
}

.m-footer .service .tel {
	font-family: din-bold-webfont;
	font-size: 30px;
}

.m-footer .copyright {
	padding-top: 14px;
	padding-bottom: 14px;
	text-align: center;
	background-color: #193889;
}

.m-footer .copyright p,
.m-footer .copyright a {
	display: inline-block;
	vertical-align: bottom;
	font-size: 12px;
	line-height: 25px;
	color: #335bc0;
}

.m-footer .copyright a:hover {
	color: #99cffd;
}

/*banner*/
.m-banner {
	position: relative;
}

.m-banner img {
	width: 100%;
}

.m-banner .banner-text {
	position: absolute;
	left: 0;
	top: 0;
}

.m-banner-subsidiary {
	position: relative;
	background-color: #F1F1F1;
}

.m-banner-subsidiary img {
	width: 100%;
}

.m-banner-subsidiary .text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.m-banner-subsidiary span {
	position: relative;
	display: inline-block;
	font-size: 45px;
	line-height: 1;
	letter-spacing: 10px;
	color: #fff;
}

.m-banner-subsidiary span::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -22px;
	margin-left: -15px;
	width: 30px;
	height: 3px;
	background-color: #fff;
}

.m-banner-subsidiary span.en {
	font-family: MontserratAlternates-bold;
	letter-spacing: 0;
}

.m-banner-bottom {
	position: relative;
	margin-top: 40px;
	margin-bottom: 37px;
	background-color: #F1F1F1;
}

.m-banner-bottom img {
	width: 100%;
}

/*floor*/
.m-floor {
	position: relative;
	min-width: 1180px;
}

.m-floor .title.text-center {
	text-align: center;
}

.m-floor .title .en {
	font-family: MontserratAlternates-bold;
	font-size: 70px;
	line-height: 1;
	font-weight: bold;
	color: white;
	text-shadow: 0 0 1px #09958a, 0px 0px 1px #09958a;
}

.m-floor .title .en img {
	display: inline-block;
	vertical-align: middle;
}

.m-floor .title .cn {
	font-size: 30px;
	font-weight: bold;
	color: #000;
}

.m-floor .title .cn span {
	position: relative;
}

.m-floor .title .cn span::before {
	content: '';
	position: absolute;
	right: -19px;
	bottom: 2px;
	width: 6px;
	height: 6px;
	background-color: #09958a;
}

/*首页*/
.m-swiper-banner {
	position: relative;
	min-width: 1180px;
}

.m-swiper-banner .swiper-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
}

.m-swiper-banner .swiper-button {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
}

.m-swiper-banner .swiper-button .w-1200 {
	position: relative;
}

.m-swiper-banner .swiper-button-next,
.m-swiper-banner .swiper-button-prev {
	width: 44px;
	height: 44px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.m-swiper-banner .swiper-button-next::after,
.m-swiper-banner .swiper-button-prev::after {
	content: '';
}

.m-swiper-banner .swiper-button-next {
	top: unset;
	right: 0;
	bottom: 0;
	background-image: url(../img/banner_i02.png);
}

.m-swiper-banner .swiper-button-prev {
	top: unset;
	left: unset;
	right: 75px;
	bottom: 0;
	background-image: url(../img/banner_i01.png);
}

.m-swiper-banner .swiper-button-next:hover {
	background-image: url(../img/banner_i02.png);
}

.m-swiper-banner .swiper-button-prev:hover {
	background-image: url(../img/banner_i01.png);
}

.m-swiper-banner .swiper-slide {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@keyframes idxpagination {
	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(0%);
	}
}

.idx_other {
	position: relative;
	overflow: hidden;
	padding-top: 100px;
	padding-bottom: 100px;
	box-sizing: border-box;
	background-image: url(../img/other_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.idx_other .main {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.idx_other .main .itm {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 418px;
	height: 350px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	cursor: pointer;
}

.idx_other .main .itm i {
	display: block;
	width: 300px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	cursor: pointer;
	transform: translateY(10px);
	animation: bounce-down 7s ease infinite;
}

@-webkit-keyframes bounce-down {
	50% {
		-webkit-transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(10px);
	}
}

/* .idx_other .ctr{
	position: relative;
	padding-left: 61%;
}
.idx_other ul{
	margin: -10px;
}
.idx_other li{
	box-sizing: border-box;
	padding: 10px;
}
.idx_other li .itm{
	width: 100%;
	height: 240px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #fff;
	cursor: pointer;
	transition: 1s;
}
.idx_other li .itm .cn{
	font-size: 24px;
	color: #003286;
}
.idx_other li .itm .en{
	font-size: 12px;
	color: #b1b1b1;
}
.idx_other li:nth-child(1){
	position: absolute;
	left: -10px;
	top: -10px;
	width: 61%;
}
.idx_other li:nth-child(1) .itm{
	height: 500px;
	padding-top: 412px;
	text-align: center;
	background-image: url(../img/other_i01.jpg);
}
.idx_other li:nth-child(3) .itm .cn{
	font-size: 28px;
}
.idx_other li:nth-child(2) .itm{
	padding-top: 87px;
	padding-right: 37px;
	text-align: right;
	background-image: url(../img/other_i02.jpg);
}
.idx_other li:nth-child(3) .itm{
	padding-top: 37px;
	padding-left: 37px;
	background-image: url(../img/other_i03.jpg);
}
.idx_other li:nth-child(3) .itm .cn{
	color: #fff;
}
.idx_other li:nth-child(3) .itm .en{
	color: #6d7ba6;
}
.idx_other li .itm:hover{
	transform: scale(1.03);
} */

.idx_yw {
	position: relative;
	overflow: hidden;
	padding-top: 100px;
	padding-bottom: 130px;
	box-sizing: border-box;
}

.idx_yw .bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-image: url(../img/yw_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}

.idx_yw .w-1200 {
	position: relative;
	z-index: 3;
}

.idx_yw .bgt {
	position: absolute;
	right: -15px;
	top: 95px;
	z-index: 1;
	font-family: din-bold-webfont;
	font-size: 260px;
	line-height: 1;
	color: rgba(60, 112, 174, .1);
}

.idx_yw .title {
	font-size: 0;
}

.idx_yw .title .cn {
	display: inline-block;
	font-size: 38px;
	line-height: 1;
	color: #003286;
	cursor: pointer;
}

.idx_yw .title .line {
	position: relative;
	display: block;
	width: 100%;
	height: 6px;
	margin-top: 15px;
	background-color: #003286;
}

.idx_yw .title .line::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 30%;
	border-top: 6px solid #00a646;
	border-right: 4px solid transparent;
}

.idx_yw .labs {
	position: relative;
	z-index: 3;
	display: flex;
	justify-content: flex-start;
	margin-top: 190px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

.idx_yw .lab {
	position: relative;
	width: 33.33%;
	height: 320px;
}

.idx_yw .labc {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #fff;
	cursor: pointer;
	transition: .7s;
}

.idx_yw .labc i {
	display: block;
	width: 124px;
	height: 124px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.idx_yw .labc b {
	position: absolute;
	left: 25px;
	top: 30px;
	display: block;
	font-family: din-bold-webfont;
	font-size: 60px;
	line-height: 1;
	color: #a8c9f2;
}

.idx_yw .labc p {
	text-align: center;
	font-size: 24px;
	color: #013f8a;
}
.idx_yw .lab:nth-child(1) p {
	color: #fff;
}
/*.idx_yw .labc p:nth-child(1) {*/
/*	text-align: center;*/
/*	font-size: 24px;*/
/*	color: #fff;*/
/*}*/

.idx_yw .lab:nth-child(1) .labc {
	background-color: #658FD4;
}

.idx_yw .lab:nth-child(2) .labc {
	background-color: #d2e6ff;
}

.idx_yw .lab:hover {
	z-index: 9;
}

.idx_yw .labc:hover {
	transform: scale(1.1);
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

.idx_yw .detail {
	display: block;
	margin-top: 35px;
	cursor: pointer;
}

.idx_yw .detail span {
	position: relative;
	display: inline-block;
	font-size: 18px;
	color: #003286;
}

.idx_yw .detail span::before {
	content: '';
	position: absolute;
	left: 110%;
	top: 50%;
	width: 74px;
	height: 1px;
	background-color: #003286;
}

.idx_xm {
	position: relative;
	overflow: hidden;
	padding-top: 70px;
	padding-bottom: 30px;
	background-image: url(../img/xm_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.idx_xm .title {
	font-size: 0;
}

.idx_xm .title .cn {
	display: inline-block;
	font-size: 38px;
	line-height: 1;
	color: #fff;
}

.idx_xm .title .line {
	position: relative;
	display: block;
	width: 100%;
	height: 6px;
	margin-top: 15px;
	background-color: #003286;
}

.idx_xm .title .line::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 30%;
	border-top: 6px solid #00a646;
	border-right: 4px solid transparent;
}

.swiper-idx02 {
	width: 100%;
	height: 100%;
}

.swiper-idx02 .swiper-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 120px;
}

.swiper-idx02 .swiper-button-next,
.swiper-idx02 .swiper-button-prev {
	width: 52px;
	height: 102px;
	margin: 0;
	margin-top: -80px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.swiper-idx02 .swiper-button-next::after,
.swiper-idx02 .swiper-button-prev::after {
	content: '';
}

.swiper-idx02 .swiper-button-next {
	right: 150px;
	background-image: url(../img/banner_i04.png);
}

.swiper-idx02 .swiper-button-prev {
	left: 150px;
	background-image: url(../img/banner_i03.png);
}

.swiper-idx02 .swiper-button-next:hover {
	background-image: url(../img/banner_i04.png);
}

.swiper-idx02 .swiper-button-prev:hover {
	background-image: url(../img/banner_i03.png);
}

.swiper-idx02 .swiper-slide {
	position: relative;
	z-index: 1;
	transition: transform 1.03s;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-idx02 .itm {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 60px;
	object-fit: cover;
	cursor: pointer;
}

.swiper-idx02 .itm .thumbnail {
	position: relative;
	overflow: hidden;
	width: 100%;
	transition: 1.03s;
}

.swiper-idx02 .itm .thumbnail img {
	display: block;
	transition: 1s;
}

.swiper-idx02 .itm .thumbnail .mask {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
	height: 100%;
	background-color: rgba(1, 63, 138, .8);
	opacity: 1;
	transition: 1.03s;
	pointer-events: none;
}

.swiper-idx02 .itm .name {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	color: #fefefe;
	opacity: 0;
	transition: 1.0s;
}

.swiper-idx02 .swiper-slide-active {
	z-index: 3;
	transform: scale(1.3);
}

.swiper-idx02 .swiper-slide-active .itm .thumbnail {
	box-shadow: 0 0 20px rgba(0, 0, 0, .7);
}

.swiper-idx02 .swiper-slide-active .itm .thumbnail .mask {
	opacity: 0;
}

.swiper-idx02 .swiper-slide-active .itm .name {
	opacity: 1;
}

.swiper-idx02 .itm:hover .thumbnail img {
	transform: scale(1.03);
}

.idx_al {
	position: relative;
	overflow: hidden;
}

.idx_al .adv {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.idx_al .main {
	position: relative;
	height: 745px;
	padding-top: 164px;
	box-sizing: border-box;
	background-image: url(../img/idx_bg05.png);
	background-repeat: no-repeat;
	background-position: center;
}

.idx_al .ctr {
	position: relative;
}

.idx_al .title {
	position: relative;
	height: 60px;
}

.idx_al .title::before {
	content: '';
	position: absolute;
	left: 0;
	top: -40px;
	width: 4px;
	height: 20px;
	background-color: #4187d1;
}

.idx_al .title .en {
	font-family: nexa_bold-webfont;
	font-size: 60px;
	line-height: 1;
	color: white;
	text-shadow: 0 0 1px #113d62, 0px 0px 1px #113d62;
	opacity: .5;
}

.idx_al .title .cn {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 24px;
	color: #153b61;
}

.idx_al .title .cn span {
	position: relative;
}

.idx_al .tabs {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.idx_al .tabs::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50vw;
	height: 1px;
	background-color: rgba(65, 135, 209, .2);
}

.idx_al .tabs .tab {
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 64px;
	color: #666;
	cursor: pointer;
	transition: 1.03s;
}

.idx_al .tabs .tab+.tab {
	margin-left: 60px;
}

.idx_al .tabs .tab::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background-color: #153b61;
	transform: translateX(-100%);
	transition: 1.03s;
}

.idx_al .tabs .tab:hover,
.idx_al .tabs .tab.active {
	color: #153b61;
}

.idx_al .tabs .tab:hover::before,
.idx_al .tabs .tab.active::before {
	transform: translateX(0%);
}

.idx_al .m-list-al {
	margin-top: 50px;
}

.idx_xw {
	position: relative;
	overflow: hidden;
	padding-top: 100px;
	padding-bottom: 100px;
	box-sizing: border-box;
}

.idx_xw .ctr {
	display: flex;
	justify-content: space-between;
}

.idx_xw .title {
	font-size: 0;
}

.idx_xw .title .cn {
	display: inline-block;
	font-size: 38px;
	line-height: 1;
	color: #003286;
}

.idx_xw .title .line {
	position: relative;
	display: block;
	width: 100%;
	height: 6px;
	margin-top: 15px;
	background-color: #003286;
}

.idx_xw .title .line::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 30%;
	border-top: 6px solid #00a646;
	border-right: 4px solid transparent;
}

.idx_xw .lt,
.idx_xw .rt {
	box-sizing: border-box;
}

.idx_xw .lt {
	width: 40%;
}

.idx_xw .rt {
	width: 55%;
}

.swiper-idx04 {
	z-index: 1;
}

.swiper-idx04 .swiper-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.swiper-idx04 .swiper-pagination {
	left: unset;
	right: 0;
	bottom: 4px;
	width: auto;
}

.idx_xw .main {
	display: block;
	margin-top: 50px;
}

.idx_xw .main .thumbnail {
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 360px;
}

.idx_xw .main .thumbnail img{
	max-height: 100%;
}

.idx_xw .main .thumbnail span {
	position: absolute;
	left: 0;
	bottom: 13px;
	display: block;
	padding: 0 15px;
	font-size: 18px;
	line-height: 2;
	color: #ffffff;
	background-color: #003286;
}

.idx_xw .main .name {
	padding: 15px 0;
	border-bottom: 1px solid #c6c6c6;
	font-size: 20px;
	color: #222222;
}

.idx_xw .main .desc {
	margin: 18px 0;
	font-size: 16px;
	line-height: 24px;
	color: #999999;
}

.idx_xw .main .detail {
	display: block;
	margin-top: 5px;
	cursor: pointer;
}

.idx_xw .main .detail span {
	position: relative;
	display: inline-block;
	font-size: 18px;
	color: #003286;
}

.idx_xw .main .detail span::before {
	content: '';
	position: absolute;
	left: 110%;
	top: 50%;
	width: 74px;
	height: 1px;
	background-color: #003286;
}

.idx_xw .tab {
	display: flex;
	justify-content: flex-end;
	padding-top: 15px;
}

.idx_xw .tab li {
	float: left;
	padding: 0 30px;
	font-size: 18px;
	line-height: 42px;
	color: #003286;
	border: 1px solid #003286;
	border-radius: 4px;
	background-color: #fff;
	cursor: pointer;
	transition: .7s;
}

.idx_xw .tab li+li {
	margin-left: 28px;
}

.idx_xw .tab li:hover,
.idx_xw .tab li.active {
	color: #fff;
	background-color: #003286;
}

.idx_xw .thinline {
	position: relative;
	width: 100%;
	height: 1px;
	margin-top: 50px;
	background-color: #cacaca;
}

.idx_xw .thinline::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 20%;
	height: 100%;
	background-color: #003286;
}

.idx_xw .list .itm {
	display: block;
	cursor: pointer;
}

.idx_xw .list .itm+.itm {
	margin-top: 57px;
}

.idx_xw .list .itm .hd {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.idx_xw .list .itm .name {
	position: relative;
	font-size: 18px;
	line-height: 28px;
	color: #222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transform: .7s;
}

.idx_xw .list .itm .time {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	color: #999;
	transform: .7s;
}

.idx_xw .list .itm .desc {
	overflow: hidden;
	height: 47px;
	padding-top: 7px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.idx_xw .list .itm:hover .name {
	color: #003286;
}

.idx_xw .list .itm:hover .time {
	color: #003286;
}

.swiper-idx01 {
	padding-top: 50px;
	z-index: 1;
}

.swiper-idx01 .swiper-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.swiper-idx01 .swiper-slide {}

.idx_wh {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

.idx_wh .ctr {
	display: flex;
	justify-content: space-between;
}

.idx_wh .title {
	font-size: 0;
}

.idx_wh .title .cn {
	display: inline-block;
	font-size: 38px;
	line-height: 1;
	color: #fff;
}

.idx_wh .title .line {
	position: relative;
	display: block;
	width: 100%;
	height: 6px;
	margin-top: 15px;
	background-color: #3463b2;
}

.idx_wh .title .line::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 30%;
	border-top: 6px solid #00a646;
	border-right: 4px solid transparent;
}

.idx_wh .lt,
.idx_wh .rt {
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.idx_wh .lt {
	width: calc(50vw - 420px);
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: calc(50vw - 640px);
	background-image: url(../img/wh_bg.png);
	background-position: right;
}

.idx_wh .rt {
	width: calc(50vw + 420px);
	background-image: url(../img/wh_bg02new.jpg);
}

.idx_wh .tab {
	display: flex;
	justify-content: flex-start;
	padding-top: 60px;
}

.idx_wh .tab li {
	width: 150px;
	text-align: center;
	font-size: 18px;
	line-height: 56px;
	color: #fff;
	border: 2px solid rgba(255, 255, 255, 1);
	border-radius: 4px;
	background-color: rgba(120, 163, 214, .2);
	cursor: pointer;
	transition: .7s;
}

.idx_wh .tab li+li {
	margin-top: 20px;
}

.idx_wh .tab li:hover,
.idx_wh .tab li.active {
	color: #013f8a;
	border-color: #fff;
	background-color: #fff;
}

.idx_wh .content {
	position: relative;
	overflow: hidden;
	display: none;
	min-height: 100%;
}

.idx_wh .content .slogan {
	position: relative;
	width: 100%;
	height: 540px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.idx_wh .content .slogan>img:nth-child(1) {
	min-width: 1380px;
	width: 100%;
}

.idx_wh .content.active {
	display: block;
}

.swiper-idx03 {
	position: relative;
	padding-top: 160px;
	padding-left: 30px;
	padding-right: 30px;
	z-index: 2;
}

.swiper-idx03 .swiper-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.swiper-idx03 .swiper-slide {}

/*重点项目*/
.xmlist li {
	display: block;
	height: 314px;
	box-sizing: border-box;
	padding: 6px;
	background-image: url('../img/xm_i01.png');
	background-repeat: no-repeat;
	background-position: 101% 140%;
	background-size: auto;
	background-color: #fff;
	box-shadow: 5px 0 10px rgba(0, 0, 0, .1);
}

.xmlist li+li {
	margin-top: 30px;
}

.xmlist .itm {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding-left: 57.5%;
	padding-right: 3.6%;
	padding-top: 58px;
}

.xmlist .itm .thumbnail {
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 500px;
	height: 302px;
}

.xmlist .itm .thumbnail img {
	transition: 1.03s;
}

.xmlist .itm .title {
	font-size: 26px;
	line-height: 30px;
	color: #003286;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xmlist .itm .desc {
	height: 162px;
	box-sizing: border-box;
	padding-top: 12px;
	font-size: 16px;
	line-height: 30px;
	color: #708bb1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 5;
}

.xmlist .itm .detail {
	display: block;
}

.xmlist .itm .detail span {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #003286;
}

.xmlist .itm .detail span::before {
	content: '';
	position: absolute;
	left: 110%;
	top: 50%;
	width: 74px;
	height: 1px;
	background-color: #003286;
}

.xmlist .itm:hover .thumbnail img {
	transform: scale(1.03);
}

/*企业荣誉*/
.qyry {
	position: relative;
	padding-top: 130px;
}

.qyry .bg {
	position: absolute;
	left: 0;
	top: 54px;
	width: 100%;
	padding-top: 40%;
	background-image: url('../img/qyry_bg.png');
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
}

.qyry .title {
	position: absolute;
	left: 0;
	top: 30px;
	width: 100%;
	padding-top: 6%;
	background-image: url('../img/qyry_tit.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}

.qyry .itm+.itm {
	margin-top: 32px;
}

/*重点项目*/
.zdxmlist{
    padding-top: 67px;
}
.zdxmlist li {
        position: relative;
	display: block;
	height: 500px;
	box-sizing: border-box;
	padding: 0 50px;
	background-color: #fff;
}
.zdxmlist li:before{
        content: '';
	position: absolute;
        right: 18px;
        bottom: 22px;
	z-index: 1;
	width: 17px;
	height: 17px;
        background-image: url('../img/zdxm_i02.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.zdxmlist li+li {
	margin-top: 40px;
}

.zdxmlist .itm {
        position: relative;
	display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
	box-sizing: border-box;
	padding-left: 50%;
	padding-right: 4%;
	padding-bottom: 50px;
}

.zdxmlist .itm .thumbnail {
	position: absolute;
	left: 0;
	top: 0;
        z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 320px;
	height: 440px;
        box-sizing: border-box;
}
.zdxmlist .itm .thumbnail:before {
        content: '';
	position: absolute;
	overflow: hidden;
	left: -10px;
	top: 10px;
        z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
        background-color: #2b4ea8;
}
.zdxmlist .itm .thumbnail:after {
        content: '';
	position: absolute;
	overflow: hidden;
	left: 330px;
	top: 0;
        z-index: 1;
	width: 11px;
	height: 270px;
        background-image: url('../img/zdxm_i01.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.zdxmlist .itm .thumbnail span{
        position: relative;
        overflow: hidden;
        z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.zdxmlist .itm em {
        padding-bottom:10px;
	font-size: 20px;
	line-height: 20px;
	color: #b5a273;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zdxmlist .itm .zdxm-tit {
	font-size: 30px;
	line-height: 30px;
	color: #2b4ea8;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zdxmlist .itm .zdxm-txt {
	box-sizing: border-box;
	padding-top: 26px;
	font-size: 15px;
	line-height: 24px;
	color: #666;
}

.zdxmlist .itm .detail {
	display: block;
}

.zdxmlist .itm .detail span {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #003286;
}

.zdxmlist .itm .detail span::before {
	content: '';
	position: absolute;
	left: 110%;
	top: 50%;
	width: 74px;
	height: 1px;
	background-color: #003286;
}
.zdxmlist li:nth-child(2n+2):before{
    right: unset;
    left: 18px;
}
.zdxmlist li:nth-child(2n+2) .itm{
    padding-left: 2%;
    padding-right: 52%;
}
.zdxmlist li:nth-child(2n+2) .itm .thumbnail{
    left: unset;
    right: 0;
}
.zdxmlist li:nth-child(2n+2) .itm .thumbnail:after{
    left: unset;
    right: 340px;
}

/*分页*/
.m-page-icon {
	margin: 40px 0 0 0;
	/*设置距离顶部20像素*/
	font-size: 0;
	/*修复行内元素之间空隙间隔*/
	text-align: center;
	/*设置内容居中显示*/
}

/*设置共有的的样式布局，主要是进行代码优化，提高运行效率*/
.m-page-icon a,
.m-page-icon .page-disabled,
.m-page-icon .page-prev,
.m-page-icon .page-next,
.m-page-icon .page-current,
.m-page-icon .page-more {
	display: inline-block;
	vertical-align: middle;
	height: 39px;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	padding: 0 15px;
	text-align: center;
	line-height: 39px;
	font-size: 14px;
	/*修复行内元素之间空隙间隔*/
	margin-right: 7px;
}

.m-page-icon .page-disabled,
.m-page-icon .page-prev {
	border: 1px solid #dddddd;
	font-size: 14px;
	/*修复行内元素之间空隙间隔*/
}

.m-page-icon .page-disabled,
.m-page-icon .page-next {
	border: 1px solid #dddddd;
	font-size: 14px;
	/*修复行内元素之间空隙间隔*/
}

.m-page-icon .page-next i,
.m-page-icon .page-disabled i {
	cursor: pointer;
	/*设置鼠标经过时的显示状态，这里设置的是显示状态为小手状态*/
	display: inline-block;
	/*设置显示的方式为行内块元素*/
}

/*对 a 标签进行样式布局 */
.m-page-icon a {
	text-decoration: none;
	/*取消链接的下划线*/
	color: #222;
}

.m-page-icon a:hover {
	background-color: #3e84cf;
	border-color: #3e84cf;
	color: #fff;
}

.m-page-icon .page-current {
	background-color: #3e84cf;
	border-color: #3e84cf;
	color: #fff;
}

.m-page-icon .page-disabled {
	color: #ccc;
}

.n-bg-fff {
	background-color: #fff !important;
}

.n-bg-f6f {
	background-color: #f6f6f6;
}

.n-bg-fff-f6f {
	background: -moz-linear-gradient(right, #ffffff 0%, #ffffff 64.583333333333333333333333333333%, #f6f6f6 64.583333333333333333333333333333%, #f6f6f6 100%);
	background: -webkit-linear-gradient(right, #ffffff 0%, #ffffff 64.583333333333333333333333333333%, #f6f6f6 64.583333333333333333333333333333%, #f6f6f6 100%);
	background: -o-linear-gradient(right, #ffffff 0%, #ffffff 64.583333333333333333333333333333%, #f6f6f6 64.583333333333333333333333333333%, #f6f6f6 100%);
	background: -ms-linear-gradient(right, #ffffff 0%, #ffffff 64.583333333333333333333333333333%, #f6f6f6 64.583333333333333333333333333333%, #f6f6f6 100%);
	background: linear-gradient(to right, #ffffff 0%, #ffffff 64.583333333333333333333333333333%, #f6f6f6 64.583333333333333333333333333333%, #f6f6f6 100%);
}

@media screen and (max-width: 1380px) {
	.slg_01 {
		left: 90px !important;
	}

	.slg_02 {
		left: 90px !important;
	}


}

@media screen and (min-width: 1280px)and (max-width: 1380px) {
	.slg_03 {
		left: 565px !important;
	}

	.slg_04 {
		left: 697px !important;
	}

	.slg_05 {
		left: 815px !important;
	}
}

@media screen and (max-width: 1280px) {
	.slg_03 {
		left: 540px !important;
	}

	.slg_04 {
		left: 655px !important;
	}

	.slg_05 {
		left: 760px !important;
	}
}
.yqfooter{width:100px;font-size: 16px;
    color: #fff;
    text-align: right;
    padding-right: 5px;}


.leftside{position:relative; width: 250px; min-height:1450px; box-sizing:border-box; padding-top:80px; padding-right: 50px;margin-top: 30px; background: url(../img/left-logobg1.png) no-repeat right top;}
.leftside:before{content:'';position:absolute;right:21px;top:43px;z-index:1;height:4000px;width:1px;background-color:#2b4ea8;}
.leftside li+li{margin-top: 20px;}
.leftside li .tit a{position:relative; align-items: flex-start; height: 76px;padding:0 24px;background-color:#fff; font-weight: bold; font-size: 16px;color: #2b4ea8;box-shadow: 0 2px 7px rgba(14, 24, 53, .1);cursor:pointer;}
.leftside li .tit a::before{content: ''; position: absolute;left: 0;top: 0;z-index: 1;width: 2px;height: 100%;background-color:#2b4ea8;}
.leftside li .sub{display: none;padding-left: 30px;}
.leftside li .sub dd{margin-top: 10px;}
.leftside li .sub a{position:relative; display: block;box-sizing: border-box; min-height: 60px;padding:10px 20px 10px 24px;background-color:#fff; font-size: 14px;line-height:22px; color: #333;box-shadow: 0 2px 7px rgba(14, 24, 53, .1);}
.leftside li.active .tit>a{background: url(../images/left-logobg.png) #2b4ea8 no-repeat right top;color:#fff;}
.leftside li .sub dd.active>a{background: url(../images/left-logobg.png) #2b4ea8 no-repeat right top;color:#fff;}
.leftside li.open>.sub{display: block;}
.leftside li .sub dd.open>.sub{display: block;}

.rightcont{width: 930px;margin-top: 30px;}
.rightcont .righthd{align-items: flex-start;padding-bottom:20px; border-bottom:1px solid rgba(51, 51, 51, .1); background: url(../img/xxgk_bg01.png) no-repeat right 6px;}
.rightcont .righthd i{display: block;width: 56px;height: 62px;margin-bottom:20px; background: url(../img/xxgk_i01.png) no-repeat center;}
.rightcont .righthd span{display: block;font-size: 38px;line-height:1; color: #333;}
.rightcont .rightitm{position: relative; padding-bottom: 30px;}
.rightcont .rightitm+.rightitm:before{content: ''; position: absolute;left: 0;right:0;top: 0;z-index: 1;height: 1px;background-color:rgba(51, 51, 51, .1);}
.rightcont .righttit{align-items: flex-start;padding-top: 47px;}
.rightcont .righttit .en{font-family: arial;font-size: 40px;line-height: 1;color: #d6dceb;}
.rightcont .righttit .cn{font-size: 30px;color: #333333;}
.rightcont .rightitm .content{padding-top:30px;font-size: 14px;line-height: 1.4; color: #666;}
.rightcont .rightitm .content img{width: 100%;}

.rightlist{margin-top: 30px;}
.rightlist li+li{margin-top: 8px;}
.rightlist a{display: block;padding: 0 28px;font-size: 18px;line-height: 50px;color: #333;cursor: pointer;}
.rightlist li:hover a{background-color: #2b4ea8;color: #fff;}

.righttab{margin-top:20px;background-color: #fff;}
.righttab li{position: relative; float: left;width: 16.66666666666667%;}
.righttab li+li:before{content: ''; position: absolute;left: 0;top: 50%;z-index: 1;width: 1px; height: 46px;margin-top:-23px;background-color:rgba(199, 207, 226, 1);}
.righttab li a{height: 130px;cursor: pointer;}
.righttab li i{display: block;width: 40px;height: 40px;margin-bottom:10px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.righttab li span{font-size: 20px;line-height: 1.4; color: #333;}
.righttab li:hover a,.righttab li.active a{background-color: #2b4ea8;}
.righttab li:hover span,.righttab li.active span{font-weight:bold;color: #fff;}