html,
body {
	margin: 0;
	padding: 0;
	font-family:
		system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
		Helvetica, Arial,
		sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 15px;
	min-width: 1200px;
}

img {
	border: 0 none;
}

a {
	text-decoration: none;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

* {
	box-sizing: border-box;
	outline: none;
}

.container {
	display: block;
	width: 1200px;
	margin: 0 auto;
	min-height: 1px;
}

.nanchuan {}

/* &#229;¡è&#180;¨¦&#402;¡§ */
.top {
	width: 100%;
	height: 124px;
	background: #FFFFFF;
	padding: 30px 0;
}

.top .logo {
	display: inline-block;
	border-right: 1px solid #DDDDDD;
	width: 404px;
	float: left;
	padding-top: 2px;
}

.top-cont {
	width: 600px;
	padding: 0 30px;
	float: left;
}

.top-cont a {
	width: 50%;
	float: left;
	line-height: 32px;
	position: relative;
	color: #333333;
	font-size: 1rem;
}

.top-cont a:hover {
	font-weight: 600;
	color: #2560A0;
}

.top-cont a::before {
	content: url(../image/top-xin.png);
	margin-right: 10px;
}

.top-right {
	float: left;
	width: 196px;
}

.zy {
	float: right;
	margin-top: 7px;
	line-height: 40px;
	font-size: 0.875rem;
	color: #333333;
}

.zy span {
	padding: 0 25px;
	cursor: pointer;
}

.zy span:nth-child(1) {
	border-right: 1px solid #DDDDDD;
}

.zy .on {
	color: #2560A0;
}

.sou {
	margin-top: 7px;
	width: 40px;
	height: 40px;
	background: #2560A0;
	float: right;
	border-radius: 50px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.sou img {
	position: absolute;
	top: 9px;
	right: 9px;
}

.sou input {
	color: #FFFFFF;
	/* opacity: 0; */
	display: none;
	position: absolute;
	right: 40px;
	top: 0;
	width: 150px;
	height: 100%;
	border-radius: 50px 0 0 50px;
	border: none;
	padding: 10px;
	background: none;
	background: #2560A0;
	z-index: 3;
}

.sou:hover {
	border-radius: 0 50px 50px 0;
}

/* .sou:hover input {
	opacity: 1;
	right: 40px;
} */


/* &#229;&#175;&#188;¨¨&#710;&#170; */
nav {
	top: 124px;
	left: 0;
	width: 100%;
	min-width: 1200px;
	height: 60px;
	position: absolute;
	z-index: 99;
	background: linear-gradient(to right, rgba(24, 93, 168, 0.8), rgba(8, 171, 76, 0.8));
}

.nav {
	width: 100%;
	height: 60px;
	/* position: relative; */
}

.nav>span {
	position: absolute;
	bottom: 0;
	width: 30px;
	height: 4px;
	border-radius: 10px;
	background-color: #CDF384;
	left: -30px;
	opacity: 1;
	z-index: -5;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.nav>li {
	width: 85.7px;
	float: left;
	text-align: center;
	height: 64px;
	line-height: 64px;
}

.nav>li>a {
	display: inline-block;
	width: 100%;
	height: 64px;
	color: #FFFFFF;
	position: relative;
}

.nav>li>a::before {
	content: "";
	position: absolute;
	left: 0;
	/* width: 1px; */
	height: 15px;
	background-color: #FFFFFF;
	top: 24.5px;
}

.nav .one>a::before {
	background: none;
}

/* &#228;&#186;&#338;&#231;&#186;¡ì */
.sub {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	min-width: 1200px;
	z-index: -1;
	background-color: #fff;
	text-align: left;
	box-shadow: 0 10px 15px 1px rgba(0, 0, 0, 0.3);
	/* background-image: linear-gradient(135deg, rgba(24, 93, 168,0.8), rgba(8, 171, 76,0.8)); */
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

nav {
	overflow: hidden;
}
nav:hover {
	overflow: unset;
}
.nav>li:hover .sub {
	visibility: unset;
	z-index: 10;
	opacity: 1;
}

.sub .container {
	padding: 0 30px 5px;
}

.sub .container>ul {
	overflow: hidden;
	border-bottom: 1px solid #d9e8f9;
}

.sub .container>ul li {
	float: left;
	height: 55px;
	line-height: 55px;
}

.sub .container>ul li a {
	display: block;
	font-size: 15px;
	text-align-last: center;
	color: #555;
}

.sub .container>ul li+li {
	margin-left: 20px;
}

.sub-2 {
	overflow: hidden;
	margin: 0 -20px 20px;
}

.sub-3 {
	width: 33.33%;
	float: left;
	box-sizing: border-box;
	min-height: 100%;
	line-height: 1;
	padding: 0 20px;
	padding-bottom: 0px;
	margin: 20px auto;
	margin-bottom: 20px;
	box-sizing: border-box;
	text-align: left;
	border-right: 1px solid #d9e8f9;
}

.sub-2 .last {
	border: none;
}

.sub-3 h2 {
	position: relative;
	line-height: 1;
	font-size: 16px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-weight: 400;
	border-bottom: 1px solid #d9e8f9;
}

.sub-3 h2 a {
	color: #555;
}

.sub-3 h2::before {
	content: '';
	display: block;
	position: absolute;
	width: 32px;
	height: 3px;
	background-color: #2476c2;
	line-height: 0;
	bottom: -1px;
	overflow: hidden;
}

.img-list {
	overflow: hidden;
}

.img-list li {
	margin: 0 auto;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	line-height: 0;
	margin-bottom: 20px;
	font-size: 14px;
}

.img-list a {
	display: block;
	/* height: 110px; */
	overflow: hidden;
	position: relative;
	font-size: 14px;
}

.img-list a img {
	width: 100%;
	height: 199px;
	box-sizing: border-box;
	-webkit-transition: transform .3s;
	transition: transform .3s;
}

.img-list a span {
	display: block;
	box-sizing: border-box;
	padding: 10px;
	line-height: 160px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 14px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.img-list li a:hover img {
	transform: scale(1.2);
}

.img-list li a:hover span {
	opacity: 1;
	filter: alpha(opacity=100);
}

.imgtxt-list {
	margin-top: -10px;
}

.imgtxt-list li {
	height: 28px;
	overflow: hidden;
}

.imgtxt-list a {
	display: inline-block;
	line-height: 28px;
	max-width: 100%;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #555;
}

.imgtxt-list a::before {
	content: url(../image/team-dian.png);
	margin-right: 5px;
}

.imgtxt-list a:hover {
	color: #2476c2;
}

.imgtxt-list-2 {}

.imgtxt-list-2 li {
	height: 34px;
}

.imgtxt-list-2 li a {
	line-height: 34px;
}

/* &#228;&#186;&#338;&#231;&#186;¡ì-2 */
.sub-two {
	background: none;
	background: rgba(0, 160, 150, 0.8);
}

.sub-two .sub_nav {
	width: 100%;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #fff9;
}

.sub-two .sub_nav a {
	padding: 0 40px 0 20px;
	color: #FFFFFF;
	background-image: url(../image/gk-dian.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.sub-two .sub_main {
	margin: 0 auto;
	padding: 30px 0;
	height: auto;
	overflow: hidden;
	position: relative;
}

.sub-two .sub_main .sub_left {
	float: left;
	width: 360px;
}

.sub-two .sub_main .sub_left .sub_left_a {
	display: block;
	width: 340px;
	height: 200px;
	border: 2px solid #eeeeed;
	box-sizing: border-box;
	float: left;
	overflow: hidden;
	/* margin-top: 30px; */
}

.sub-two .sub_main .sub_left .sub_left_a img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-ms-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}

.sub-two .sub_main .sub_left .sub_left_a:hover img {
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);
}

.sub-two .sub_main .sub_left>img {
	margin-top: 48px;
	margin-left: 37px;
}

.sub-two .sub_main .sub_left p {
	float: left;
	width: 340px;
	line-height: 26px;
	font-size: 15px;
	padding-top: 10px;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}


.sub-two .sub_main .sub_right {
	width: 600px;
	padding-left: 60px;
	display: block;
	float: right;
	border-left: solid 1px rgba(255, 255, 255, 0.4);
	overflow: hidden;
	min-height: 160px;
	max-height: 400px;
	margin-right: 158px;
}

.sub-two .sub_main .sub_right h5,
.sub-two .sub_main .sub_left h5,
.sub-two .sub_main .sub_news h5 {
	font-size: 18px;
	width: 120px;
	color: #fff;
	font-weight: bold;
	line-height: 36px;
	border-bottom: 3px solid #fff;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 20px;
	margin-top: 0;
}

.sub-two .sub_main .sub_right .sub_right_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}

.sub-two .sub_main .sub_right li {
	width: 50%;
	float: left;
	height: auto;
	line-height: 35px;
	padding-right: 10px;
}

.sub-two .sub_main .sub_right li a {
	font-size: 15px;
	color: #fff;
	position: relative;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.sub-two .sub_main .sub_right li a::before {
	content: url(../image/tb-jt.png);
	margin-right: 10px;
}

.sub-two .sub_main .sub_right li a:after {
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	background: #fff;
	left: 0;
	bottom: -5px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.sub-two .sub_main .sub_right li a:hover:after {
	width: 100%;
}

.sub-two .sub_main .sub_right li span img {
	width: 100%;
	border: 1px solid #fff;
}

/* &#228;&#186;&#338;&#231;&#186;¡ì-3 */
.sub .sub_main {
	width: 1200px;
	margin: 0 auto;
	padding: 25px 0 30px 0;
	height: auto;
	overflow: hidden;
	position: relative;
}

.sub .ks {
	width: 1000px;
	float: left;
	height: auto;
	overflow: hidden;
}

.sub .ks h5 {
	font-size: 18px;
	width: 90px;
	color: #fff;
	font-weight: bold;
	line-height: 38px;
	border-bottom: 3px solid #fff;
	text-align: center;
	letter-spacing: 2px;
	float: left;
	margin: 0;
}

.sub .ks .ks_center {
	float: right;
	width: 900px;
	margin-top: 13px;
}

.sub .ks .ks_center .ks_nav {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.sub .ks .ks_center .ks_nav li {
	width: 148px;
	height: 28px;
	border: 1px solid #fff;
	float: left;
	margin-right: 6px;
	box-sizing: border-box;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: relative;
	overflow: hidden;
}

.sub .ks .ks_center .ks_nav li:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #f3f5fb;
	bottom: -100%;
	left: 0;
	z-index: 1;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.sub .ks .ks_center .ks_nav li a {
	display: block;
	width: 100%;
	height: 00%;
	line-height: 26px;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 2;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.sub .ks .ks_center .ks_nav li.on {
	border-color: #f3f5fb;
}

.sub .ks .ks_center .ks_nav li.on:before {
	bottom: 0;
}

.sub .ks .ks_center .ks_nav li.on a {
	color: #006f7d;
}

.sub .ks .ks_center .ks_main {
	width: 100%;
	height: auto;
	margin-top: 15px;
}

.sub .ks .ks_center .ks_main ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.sub .ks .ks_center .ks_main ul li {
	width: 133px;
	margin-right: 80px;
	float: left;
	height: 35px;
	line-height: 35px;
	padding-left: 0px;
	background: url(../images/list_icon1.png) no-repeat left center;
	overflow: hidden;
}

.sub .ks .ks_center .ks_main ul li a {
	font-size: 15px;
	color: #fff;
	position: relative;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.sub .ks .ks_center .ks_main ul li a::before {
	content: url(../image/tb-jt.png);
	margin-right: 10px;
}

.sub .ks .ks_center .ks_main ul li a:after {
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	background: #fff;
	left: 0;
	bottom: -5px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.sub .ks .ks_center .ks_main ul li a:hover:after {
	width: 100%;
}


/* &#228;&#186;&#338;&#231;&#186;¡ì-4 */
.team-nav {
	width: 1200px;
	margin: 30px auto;
	height: 166px;
	background-color: #FFFFFF;
}

.team-all {
	width: 100%;
	height: 52px;
	background-color: #FAFBFD;
	line-height: 52px;
}

.team-all span {
	display: inline-block;
	height: 100%;
	width: 112px;
	text-align: center;
	letter-spacing: 0.5rem;
	color: #FFFFFF;
	font-size: 1rem;
	float: left;
	background: linear-gradient(135deg, #24A2E7, #2560A0);
}

.team-all a {
	display: inline-block;
	width: 41.5px;
	float: left;
	text-align: center;
	font-size: 1rem;
	color: #333333;
}

.team-all .no {
	color: #BEBEBE !important;
}

.team-all a:hover {
	color: #2560A0;
	text-decoration: underline;
}

.team-all .on {
	font-size: 1.1rem;
	color: #2560A0;
	font-weight: 600;
	text-decoration: underline;
}

.team-cha-nav {
	width: 100%;
	padding: 0 20px;
	line-height: 1;
}

.team-cha-1 {
	width: 200px;
	float: left;
	margin-right: 15px;
	padding-top: 10px;
}

.team-cha-1>span {
	width: 100%;
	color: #898989;
	font-size: 0.875rem;
	padding-left: 10px;
}

.team-cha-1>input {
	width: 100%;
	margin-top: 15px;
	height: 38px;
	border: none;
	border: 1px solid #E5E5E5;
	background: none;
	background-color: #FFFFFF;
	padding-left: 10px;
}

.team-cha-nav input[type="submit"] {
	height: 38px;
	width: 84px;
	background: none;
	border: none;
	background-color: #2560A0;
	color: #FFFFFF;
	margin-top: 40px;
	float: left;
	cursor: pointer;
	background-image: url(../image/sou-2.png);
	background-repeat: no-repeat;
	background-position: 20% center;
	padding-left: 20px;
}

.team-cha-2 input {
	cursor: pointer;
	background-image: url(../image/team-nav-bg.png);
	background-repeat: no-repeat;
	background-position: 95% center;
}

.team-cha-2 {
	position: relative;
}

.team-cha-2 ul {
	position: absolute;
	width: 100%;
	bottom: 38px;
	box-shadow: 0 -10px 10px 1px rgba(0, 0, 0, 0.2);
	background-color: #FFFFFF;
	line-height: 30px;
	cursor: pointer;
	font-size: 0.875rem;
	color: #5A5656;
	padding: 0 10px;
	border-radius: 10px 10px 0 0;
	display: none;
	z-index: 10;
}

.team-cha-2 ul li {
	width: 100%;
	height: 30px;
}

.team-cha-2 ul li:hover {
	color: #2560A0;
	font-weight: 600;
}

.team-cha-2 ul .on {
	color: #2560A0;
	font-weight: 600;
}


/* banner */
.banner {
	width: 100%;
	min-width: 1200px;
}

.banner .swiper-container {
	width: 100%;
	height: 100%;
}

.banner .swiper-container .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.banner .swiper-container .swiper-wrapper .swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
}

.banner .swiper-container .swiper-wrapper .swiper-slide .da {
	width: 100%;
	display: block;
}

.banner #swiper1 .swiper-pagination span {
	width: 30px;
	height: 8px;
	border-radius: 15px;
	opacity: 1;
	background: rgba(255, 255, 255, 0.5);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.banner #swiper1 .swiper-pagination .swiper-pagination-bullet-active {
	width: 40px;
	background: #FFFFFF;
}

.banner .swiper-container .swiper-wrapper .swiper-slide .tu {
	opacity: 0;
	display: block;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	transition: all 2s;
}

/* swiper-one */
#swiper-one {}

#swiper-one .one {
	position: absolute;
	width: 3.7%;
	right: 29.5%;
	top: 24.73%;
	transition-delay: 1.2s !important;
	transform: translate(0, 200px) scale(1, 1);
}

#swiper-one .two {
	position: absolute;
	width: 0.4167%;
	right: 28%;
	top: 22.73%;
	transition-delay: 1.3s !important;
}

#swiper-one .thr {
	position: absolute;
	width: 6.72%;
	right: 19%;
	top: 21.52%;
	transition-delay: 1.5s !important;
	transform: translate(200px, 0) scale(2, 2);
}

#swiper-one .fou {
	position: absolute;
	width: 2.66%;
	top: 35.02%;
	right: 24.5%;
	transition-delay: 0.5s !important;
	transform: translate(0, 200px) scale(2, 2);
}

/* swiper-two */
#swiper-two {}

#swiper-two .bg {
	position: absolute;
	width: 28.49%;
	right: 15.02%;
	top: 16.71%;
	transition-delay: 1.2s !important;
	transform: translate(0, 200px) scale(0, 0);
}

#swiper-two .one {
	position: absolute;
	width: 3.7%;
	right: 28.3%;
	top: 24.73%;
	transition-delay: 0.5s !important;
	transform: translate(0, 200px) scale(1, 1);
}

#swiper-two .two {
	position: absolute;
	width: 0.4167%;
	right: 27%;
	top: 22.73%;
	transition-delay: 1.5s !important;
	transform: translate(0, 0) scale(1, 0);
}

#swiper-two .thr {
	position: absolute;
	width: 6.72%;
	right: 18.4%;
	top: 22.52%;
	transition-delay: 1.8s !important;
	transform: translate(0, 100px) scale(1, 1);
}

#swiper-two .fou {
	position: absolute;
	width: 2.66%;
	top: 35.02%;
	right: 23.9%;
	transition-delay: 0.5s !important;
	transform: translate(0, 200px) scale(2, 2);
}

/* swiper-three */
#swiper-three {}

#swiper-three .bg {
	position: absolute;
	width: 20.83%;
	top: 16%;
	right: 16%;
	transition-delay: 0.5s !important;
	transform: translate(0, 0) scale(1, 0);
}

#swiper-three .one {
	position: absolute;
	width: 3.7%;
	right: 29.5%;
	top: 30.73%;
	transition-delay: 0.5s !important;
	transform: translate(200px, 0) scale(1, 1);
}

#swiper-three .two {
	position: absolute;
	width: 0.4167%;
	right: 27.6%;
	top: 28.73%;
	transition-delay: 1s !important;
	transform: translate(200px, 0) scale(1, 1);
}

#swiper-three .thr {
	position: absolute;
	width: 6.72%;
	right: 18.6%;
	top: 27.52%;
	transition-delay: 1.5s !important;
	transform: translate(200px, 0) scale(1, 1);
}

#swiper-three .fou {
	position: absolute;
	width: 2.66%;
	top: 41%;
	right: 24.1%;
	transition-delay: 2s !important;
	transform: translate(0, -200px) scale(1, 1);
}

/* swiper-four */
#swiper-four {}

#swiper-four .one {
	position: absolute;
	width: 3.7%;
	right: 29.9%;
	top: 33.73%;
	transition-delay: 0.5s !important;
	transform: translate(0, 0) scale(0, 1);
}

#swiper-four .two {
	position: absolute;
	width: 0.4167%;
	right: 28%;
	top: 31.73%;
	transition-delay: 1s !important;
	transform: translate(0, 0) scale(1, 0);
}

#swiper-four .thr {
	position: absolute;
	width: 6.72%;
	right: 19%;
	top: 30.52%;
	transition-delay: 1.5s !important;
	transform: translate(0, 0) scale(2, 2);
}

#swiper-four .fou {
	position: absolute;
	width: 2.66%;
	top: 44.02%;
	right: 24.5%;
	transition-delay: 2s !important;
	transform: translate(0, 200px) scale(1, 1);
}

#swiper1 .swiper-wrapper .swiper-slide-active .tu {
	opacity: 1;
	transform: translate(0, 0) scale(1, 1);
}


/* &#229;¡è¨C¨¦¡°&#190; */
.lian {
	width: 100%;
	height: 64px;
	background: #1A5A9F;
	line-height: 64px;
	position: relative;
}

.di-lian {
	display: inline-block;
	width: 100%;
	height: 64px;
}

.di-lian li {
	float: left;
	cursor: pointer;
}

.di-lian>li>a {
	display: inline-block;
	height: 64px;
	font-size: 1rem;
	color: #FFFFFF;
	margin-right: 60px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

/* .lian a:hover {
	letter-spacing: 0.1rem;
	font-weight: 600;
} */
.di-sub {
	position: absolute;
	width: 100%;
	left: 0;
	height: 0;
	overflow: hidden;
	background: #1A5A9F;
	line-height: 40px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.di-sub .container {
	height: 60px;
}

.di-sub a {
	color: #FFFFFF;
	line-height: 60px;
	margin-right: 20px;
	font-size: 0.875rem;
	padding: 2px 5px;
}

.di-lian>li:hover>a {
	text-decoration: underline;
	font-weight: 600;
}

.di-lian>li:hover .di-sub {
	height: 60px;
	border-top: 1px solid #5C97F2;
}

.di-sub a:hover {
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.3);
}

/* footer */
footer {
	width: 100%;
	height: 257px;
	padding-top: 40px;
	background-color: #101010;
	background-image: url(../image/foot-bg.png);
	background-size: cover;
	background-position: center;
}

.foot-right {
	float: right;
	width: 587px;
	height: 177px;
	border: 1px solid #656567;
	padding: 7px 9px;
}

.foot-right .det {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.08);
	padding: 20px 15px 20px 25px;
}

.foot-lian {
	margin-bottom: 20px;
}

.foot-lian a {
	color: #FFFFFF;
	font-size: 0.875rem;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.foot-lian a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 110%;
	width: 100%;
	height: 1px;
	transform: scale(0, 1);
	background: #FFFFFF;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.foot-lian a:hover {
	text-shadow: 1px 1px 10px #FFFFFF;
}

.foot-lian a:hover::before {
	transform: scale(1, 1);
}

.foot-lian span {
	margin: 0 10px;
	color: #FFFFFF;
}

.foot-left {
	float: left;
}

.foot-left .xx {
	font-size: 0.8125rem;
	color: #DEDEDE;
}

.foot-left .xx a {
	color: #DEDEDE;
	position: relative;
}

.foot-left .xx a::before {
	position: absolute;
	content: "";
	left: 0;
	top: 110%;
	height: 1px;
	width: 0;
	background-color: #FFFFFF;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.foot-left .xx a:hover {
	text-shadow: 1px 1px 10px #FFFFFF;
}

.foot-left .xx a:hover::before {
	width: 100%;
}

.foot-left .tu {
	margin-top: 20px;
}

.foot-left .tu a {
	margin-right: 10px;
}

.foot-left .tu a img {
	height: 33px;
}

.foot-left #bei {
	padding-left: 18px;
	position: relative;
}

.foot-left #bei::before {
	content: "";
	left: 0;
	top: 0;
	position: absolute;
	height: 17px;
	width: 17px;
	background-image: url(../image/bei.png);
	background-position: center;
	background-size: cover;
}


/* foot-right */
.foot-right .det .left {
	float: left;
}

.foot-right .det .left p {
	margin: 0;
	color: #FFFFFF;
}

.foot-right .det .left .one {
	font-size: 1.125rem;
	font-weight: 600;
}

.foot-right .det .left .two {
	font-size: 0.9375rem;
	margin: 15px 0;
}

.foot-right .det .left .three {
	font-size: 0.8125rem;
	line-height: 2;
}

.foot-right .det .right {
	float: right;
}

.foot-right .det .right a {
	margin-top: 10px;
	margin-left: 10px;
	float: right;
}

.foot-right .det .right a img {
	width: 80px;
	height: 80px;
}

.foot-right .det .right a p {
	color: #FFFFFF;
	font-size: 0.75rem;
	text-align: center;
	margin: 0;
	margin-top: 10px;
}

/* &#230;&#181;&#129;&#231;¡§&#8249; */
.liuc {
	width: 100%;
	height: 140px;
}

.liuc ul {
	width: 100%;
	height: 140px;
	overflow: hidden;
}

.liuc ul li {
	float: left;
	overflow: hidden;
	text-align: center;
	display: inline-block;
	width: 16.66%;
	height: 100%;
	position: relative;
	border-left: 1px solid #EEEEEE;
}

.liuc ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(10, 126, 201, 0.9), rgba(54, 228, 156, 0.9));
	z-index: -1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.liuc ul .one {
	border: none;
}

.liuc ul li span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: #CDF384;
	transform: scale(0, 1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	transition-delay: 0.3s !important;
}

.liuc ul li a {
	font-size: 1rem;
	color: #333333;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.liuc ul li a div {
	width: 100%;
	height: 100px;
	position: relative;
}

.liuc ul li a div img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 36px;
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.liuc ul li a div .one {
	opacity: 1;
}

.liuc ul li a div .two {
	opacity: 0;
	top: 100%;
}

.liuc ul li a p {
	margin: 0;
}

.liuc ul li:hover {
	border: none;
}

.liuc ul li:hover span {
	transform: scale(1, 1);
}

.liuc ul li:hover a div .one {
	opacity: 0;
	top: 0;
}

.liuc ul li:hover a {
	color: #FFFFFF;
}

.liuc ul li:hover a div .two {
	opacity: 1;
	top: 50%;
}

.liuc ul li:hover::before {
	top: 0;
}

/* &#230;&#8218;&#172;&#230;&#181;&#174; */
.fu {
	position: fixed;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 100px;
	background: #FFFFFF;
	z-index: 90;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
}

.fu li {
	height: 82px;
	overflow: hidden;
	border-bottom: 1px solid #DCDCDC;
	background: #FFFFFF;
}

.fu .phone {
	position: relative;
}
.fu .phone > img {
	position: absolute;
	right: 100%;
	top: 100%;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.fu .phone:hover {
	overflow: unset;
}
.fu .phone:hover > img {
	top: 0;
	opacity: 1;
}

.fu .gotop {
	color: #FFFFFF;
	cursor: pointer;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	background: #1A5A9F;
	display: none;
	position: relative;
	z-index: 20;
}

.fu li a {
	display: inline-block;
	font-size: 0.9375rem;
	color: #434343;
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.fu li a div {
	width: 100%;
	height: 55px;
	position: relative;
	z-index: 10;
}

.fu li a div img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.fu li a div .one {
	opacity: 1;
}

.fu li a div .two {
	opacity: 0;
	left: 100%;
}

.fu li a p {
	margin: 0;
}

.fu li:hover a div .one {
	opacity: 0;
	left: 0;
}

.fu li:hover a div .two {
	opacity: 1;
	left: 50%;
}

.fu li:hover a {
	color: #1A5A9F;
}


.fu .ma {
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.fu .ma>img {
	z-index: 20;
	position: absolute;
	right: 100%;
	top: 100%;
	width: 150%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.fu .ma:hover {
	overflow: unset;
}

.fu .ma:hover > img {
	top: 0;
	border-right: 1px solid #DCDCDC;
}
.fu .td {
	position: relative;
}
.fu .td .td-3 {
	position: absolute;
	left: -300%;
	top: 0;
	width: 200%;
	height: 100%;
	background: linear-gradient(to right,#3F639F,#28ADA6);
	box-shadow: -5px 0 10px 1px rgba(0,0,0,0.3);
	padding: 10px;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.fu .td:hover {
	overflow: unset;
}
.fu .td:hover .td-3 {
	opacity: 1;
	left: -200%;
}
.fu .td .td-3::before {
	content: "";
	position: absolute;
	top: 36px;
	right: -10px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid #28ADA6;
}
.fu .td .td-3::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 10%;
	width: 2px;
	height: 80%;
	background-color: rgba(255,255,255,0.3);
}
.fu .td .td-1 {
	all: unset;
	padding-top: 5px;
	display: inline-block;
	width: 40%;
	height: 100%;
	letter-spacing: 0.1rem;
	line-height: 2;
	color: #FFFFFF;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	font-size: 0.9375rem;
	float: left;
}
.fu .td .td-2 {
	margin-left: 20%;
}
.fu .td .td-1:hover {
	background-color: #769CBD;
	background-color: rgba(255,255,255,0.3);
}


/* news */
.news {
	width: 100%;
	height: 560px;
	padding: 40px 0;
	background-image: url(../image/news-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.new-top {
	height: 40px;
	border-bottom: 1px solid #C8DAEC;
}

.new-top p {
	float: right;
	margin: 0;
}

.new-top p a {
	color: #333333;
	font-size: 1rem;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.new-top p span {
	color: #DDDDDD;
	margin: 0 25px;
}

.new-top p a:hover {
	color: #2560A0;
}

.new-top p .on {
	color: #2560A0;
	font-weight: 600;
}

.new-top>span {
	float: left;
	display: inline-block;
	height: 40px;
	font-size: 1.125rem;
	font-weight: 600;
	color: #2560A0;
	position: relative;
}

.new-top>span::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 10px;
	left: 0;
	top: 33px;
	background-image: url(../image/new-di.png);
	background-size: cover;
	background-position: center;
}

/* new-cont */
.new-cont {
	padding-top: 30px;
}

.new-cont-left {
	float: left;
	width: 580px;
	height: 412px;
}

.new-cont-right {
	float: right;
	width: 600px;
	height: 412px;
	padding: 20px 30px;
	background: #FFFFFF;
	overflow: hidden;
}

/* new-left-lun */
#swiper2 img {
	width: 100%;
	height: 365px;
	display: block;
}

#swiper2 .swiper-slide a {
	display: inline-block;
	width: 100%;
	height: 48px;
	background: #FFFFFF;
	line-height: 48px;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1rem;
	color: #414141;
}

#swiper2 .swiper-slide a span {
	display: inline-block;
	margin-top: 30px;
	transition-delay: 0.5s !important;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

#swiper2 .swiper-slide a:hover {
	color: #2560A0;
}

#swiper2 .swiper-pagination {
	width: auto;
	left: auto;
	right: 10px;
	bottom: 20px;
}

#swiper2 .swiper-pagination span {
	width: 10px;
	height: 10px;
	opacity: 1;
	background: none;
	border: 1px solid #2560A0;
}

#swiper2 .swiper-pagination .swiper-pagination-bullet-active {
	background: #2560A0;
}

#swiper2 .swiper-slide-active a span {
	margin-top: 0;
}


/* &#230;¨C¡ã¨¦¡ª&#187;&#229;&#352;¡§&#230;€?*/
.new-dt {}

.new-dt .one {
	display: inline-block;
	padding-bottom: 20px;
	border-bottom: 1px solid #EEEEEE;
}

.new-dt .one .one1 {
	width: 72px;
	height: 72px;
	float: left;
	border: 1px solid #2560A0;
	text-align: center;
}

.new-dt .one .one1 span {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	font-size: 1.5rem;
	color: #2560A0;
}

.new-dt .one .one1 p {
	height: 36px;
	line-height: 36px;
	margin: 0;
	background: #2560A0;
	color: #FFFFFF;
	font-size: 0.875rem;
}

.new-dt .one .one2 {
	float: right;
	width: 467px;
	padding-left: 20px;
}

.new-dt .one .one2 .bt {
	font-size: 1.5rem;
	color: #2560A0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	width: 100%;
}

.new-dt .one .one2 .wz {
	display: inline-block;
	height: 40px;
	font-size: 0.875rem;
	color: #777777;
	margin-top: 10px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
	-webkit-line-clamp: 2;
}

.new-dt>p {
	margin: 0;
	border-bottom: 1px solid #EEEEEE;
	padding: 15px 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	padding-left: 5px;
	border-radius: 5px;
}

.new-dt>p:last-child {
	border: none;
}

.new-dt>p span {
	display: inline-block;
	float: left;
	padding-right: 15px;
	border-right: 1px solid #EEEEEE;
	font-size: 0.875rem;
	color: #999999;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.new-dt>p a {
	display: inline-block;
	padding-left: 15px;
	font-size: 1rem;
	width: 430px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.new-dt>p:hover a {
	color: #2560A0;
	padding-left: 25px;
	font-size: 1.1rem;
}

.new-dt>p:hover {
	background: rgba(0, 160, 150, 0.1);
}

.new-dt>p:hover span {
	color: #000000;
	margin-top: 3px;
}

/* &#231;¡ì¡®&#229;&#174;¡è&#229;&#175;&#188;¨¨&#710;&#170; */
.kes {
	width: 100%;
	min-height: 350px;
	padding-top: 40px;
	overflow: hidden;
}

.bt-one {
	text-align: center;
	font-size: 1.125rem;
	color: #333333;
	letter-spacing: 0.2rem;
	font-weight: 600;
}

.bt-one img {
	margin-top: 10px;
	width: 100%;
}

.kes-cont {
	padding-top: 20px;
}

.kes-cont .left {
	float: left;
	width: 100%;
}

.kes-cont .right {
	width: 280px;
	height: 286px;
	float: right;
}

.kes-cont .left>ul {
	height: 64px;
}

.kes-cont .left>ul>li {
	width: 20%;
	float: left;
	height: 64px;
	line-height: 64px;
	background: #F6F8FB;
	cursor: pointer;
	position: relative;
	border-left: 1px solid #CFE0F4;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.kes-cont .left>ul>li:first-child {
	border: none;
}

.kes-cont .left>ul>li>img {
	position: absolute;
	left: 61px;
	top: 50%;
	transform: translateY(-50%);
}

.kes-cont .left>ul>li>img:nth-child(1) {
	display: inline;
}

.kes-cont .left>ul>li>img:nth-child(2) {
	display: none;
}

.kes-cont .left>ul>.on>img:nth-child(1) {
	display: none;
}

.kes-cont .left>ul>.on>img:nth-child(2) {
	display: inline;
}

.kes-cont .left>ul>li>span {
	font-size: 1.1rem;
	color: #333333;
	margin-left: 106px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.kes-cont .left>ul>.on {
	border-color: transparent;
	background: linear-gradient(135deg, rgba(24, 93, 168, 0.8), rgba(8, 171, 76, 0.8));
}

.kes-cont .left>ul>.on>span {
	color: #FFFFFF;
	font-weight: 600;
}

.ks-two {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 100%;
}

.ks-two li {
	height: 46px;
	line-height: 46px;
	border-radius: 5px;
	overflow: hidden;
}

.ks-two li::before {
	/* content: "&#226;€?; */
	font-weight: 900;
	font-size: 1.125rem;
	color: #2560A0;
	margin-left: 5px;
}

.ks-two li a {
	font-size: 1rem;
	color: #333333;
	padding-left: 10px;
}

/* .ks-two .on {
	background: #F6F8FB;
} */
.ks-two .on a {
	color: #2560A0;
	font-weight: 600;
}

.kes-cont .right ul {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: #F6F8FB;
	position: relative;
}

.kes-cont .right ul li {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.kes-cont .right ul .on {
	opacity: 1;
}

.kes-cont .right ul li .one {
	height: 160px;
	overflow: hidden;
}

.kes-cont .right ul li .one img {
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.kes-cont .right ul li .de {
	padding: 26px;
}

.kes-cont .right ul li .de .bt {
	font-weight: 600;
	color: #2560A0;
	font-size: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	width: 100%;
}

.kes-cont .right ul li .de .bt span {
	color: #385AD3;
	font-weight: 100;
}

.kes-cont .right ul li .de .nr {
	display: inline-block;
	width: 100%;
	height: 43px;
	font-size: 0.875rem;
	margin-top: 15px;
	line-height: 1.6;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
	-webkit-line-clamp: 2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.kes-cont .right ul li a:hover {
	color: #2560A0 !important;
}

.kes-cont .right ul li:hover .one img {
	transform: scale(1.1, 1.1);
}

.ks-qie {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 40px;
}

.ks-qie ul {
	width: 100%;
	min-height: 100px;
	display: none;
}

.ks-qie ul:first-child {
	display: block;
}

.ks-qie ul li {
	width: 20%;
	display: inline-block;
	float: left;
	margin-top: 20px;
	font-size: 1rem;
	cursor: pointer;
	position: relative;
	padding-left: 10px;
}

.ks-qie ul li a {
	display: inline-block;
	width: 100%;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ks-qie ul li a span {
	color: #385AD3;
	font-size: 0.875rem;
	display: none;
}

.ks-qie ul li::before {
	content: url(../image/team-dian.png);
	position: absolute;
	left: 0;
	top: 2px;
}

.ks-qie ul .on::before {
	content: url(../image/team-dian2.png);
}

.ks-qie ul .on a {
	color: #2560A0;
	font-weight: 600;
}

.ks-qie ul .on a span {
	color: #385AD3;
	font-weight: 100;
}


/* &#228;&#184;¡°&#229;&#174;&#182;&#229;&#8250;&#162;¨¦&#732;&#376; */
.team {
	height: 476px;
	padding: 30px 0;
	background-image: url(../image/team-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.bt-two {
	color: #FFFFFF;
	text-align: left;
	position: relative;
}

/* team-lun */
#swiper3 {
	margin-top: 10px;
	height: 340px;
	padding-top: 10px;
}

#swiper3 .swiper-slide {
	cursor: pointer;
	height: 100%;
	background: #FFFFFF;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.team-img {
	overflow: hidden;
	height: 220px;
}

.team-img img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.team-zhi {
	height: 58px;
	padding: 0 10px;
}

.team-zhi p {
	height: 58px;
	line-height: 58px;
	border-bottom: 1px solid #EEEEEE;
	margin: 0;
}

.team-zhi p a {
	float: left;
	font-size: 1rem;
	color: #322F2F;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

#swiper3 .swiper-slide:hover {
	margin-top: -10px;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
}

#swiper3 .swiper-slide:hover .team-img img {
	transform: scale(1.1, 1.1);
}

#swiper3 .swiper-slide:hover .team-zhi p a {
	color: #5C8DC3;
	font-weight: 600;
	font-size: 1.1rem;
	letter-spacing: 0.2rem;
}

.team-zhi p a:hover {
	color: #2560A0;
}

.team-zhi p span {
	float: right;
	font-size: 0.75rem;
	color: #858585;
}

.team-zhi p span::before {
	content: url(../image/team-xin.png);
	position: relative;
	top: 5px;
	margin-right: 5px;
}

.team-ke {
	height: 52px;
	text-align: center;
	line-height: 52px;
}

.team-ke a {
	font-size: 1rem;
	color: #5C8DC3;
	font-weight: 600;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.team-ke a:hover {
	color: #5C8DC3;
}

#swiper3 .swiper-slide:hover .team-ke a {
	font-weight: 600;
	font-size: 1.1rem;
	letter-spacing: 0.2rem;
}

#swiper3 .swiper-button-next {
	background: none;
	width: 24px;
	height: 48px;
	background-image: url(../image/team-right.png);
	background-size: 100% 100%;
	right: 0;
}

#swiper3 .swiper-button-prev {
	background: none;
	width: 24px;
	height: 48px;
	background-image: url(../image/team-left.png);
	background-size: 100% 100%;
	left: 0;
}


/* &#230;&#338;&#8218;&#229;&#143;¡¤&#230;&#376;&#165;¨¨&#175;&#162; */
.team-cha {
	position: absolute;
	right: 0;
	top: 0;
	width: 460px;
	height: 32px;
	font-weight: normal;
	letter-spacing: 0;
}

.team-cha>ul {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.team-cha>ul>li {
	float: left;
	width: 160px;
	margin-right: 10px;
	line-height: 32px;
	padding: 0 20px;
	background: #FFFFFF;
	cursor: pointer;
	border-radius: 2px;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.01);
	font-size: 0.875rem;
	color: #5A5656;
	position: relative;
}

.team-cha>ul>li input {
	line-height: 32px;
	cursor: pointer;
	font-size: 0.875rem;
	color: #5A5656;
	width: 90%;
	height: 32px;
	border: none;
	background: none
}

.team-cha>ul>li:hover {
	border-radius: 2px 2px 0 0;
}

.team-cha>ul>li::after {
	content: url(../image/team-cha-xia.png);
	float: right;
	margin-top: -3px;
}

.team-cha>ul>li>ul {
	display: none;
	position: absolute;
	top: 100%;
	width: 100%;
	border-radius: 0 0 10px 10px;
	left: 0;
	background: #FFFFFF;
	overflow: hidden;
	box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
	z-index: 5;
}

.team-cha>ul>li>ul>li {
	padding: 0 20px;
}

.team-cha>ul>li>ul>li:hover {
	background: rgba(246, 248, 251, 0.9);
	color: #2560A0;
}

.team-cha button {
	float: left;
	border: none;
	border-radius: 3px;
	color: #FFFFFF;
	background: none;
	background-color: #2560A0;
	height: 100%;
	line-height: 32px;
	width: 120px;
	cursor: pointer;
	font-size: 0.875rem;
}

.team-cha button::before {
	content: url(../image/sou-2.png);
	top: 3px;
	position: relative;
}

.team-fu {
	position: absolute;
	z-index: 50;
	width: 460px;
	top: 100%;
	left: 0;
	border-radius: 0 0 10px 10px;
	background: #FFFFFF;
	box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
	padding: 10px;
	display: none;
}

.team-fu .one {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #ddd;
}

.team-fu .one li {
	width: 20%;
	height: 30px;
	float: left;
	text-align: center;
}

.team-fu .one li a {
	color: #444;
	outline: none;
	font-size: 0.8125rem;
	transition: all .3s;
}

.team-fu .one li:hover a {
	color: #2560A0;
}

.team-fu .one .on {
	border-bottom: 1px solid #2560A0;
	margin-bottom: -1px;
	position: relative;
}

.team-fu .one .on a {
	font-weight: 600;
}

.team-fu .two {
	display: block;
	width: 100%;
	padding: 5px 10px;
}

.team-fu .two li {
	display: none;
}

.team-fu .two li a {
	display: inline-block;
	font-size: 0.8125rem;
	color: #444444;
	margin: 5px 10px 5px 0;
}

.team-fu .two li a:hover {
	color: #2560A0;
	text-decoration: underline;
}

.team-fu .two .on {
	display: block;
}

/* &#228;&#184;¡°¨¦&#162;&#732;&#228;&#184;¡°&#230;&#160;&#143; */
.zt {
	height: 579px;
	padding: 40px 0;
}

.zt-cont {
	margin-top: 20px;
}

.zt-1 {
	width: 290px;
	height: 180px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

.zt-cont .zt-1:first-child {
	width: 890px;
	height: 200px;
	margin-top: 0;
}

.zt-cont .zt-1:nth-child(2) {
	width: 300px;
	margin: 0;
	height: 200px;
}

.zt-cont .zt-1:last-child {
	margin-right: 0;
	width: 300px;
}

.zt-1 img {
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.zt-1:hover img {
	transform: scale(1.1, 1.1);
}

@media (max-width:1400px) {
	.fu {
		display: none;
	}
}


/* green */
.green {
	
}
.green nav {
	background-image: linear-gradient(135deg, rgba(18, 166, 96, 0.8), rgba(70, 190, 227, 0.8));
}
.green .zy .on {
    color: #00A096;
}
.green .sou {
    background: #00A096;
}
.green .sou input {
	background: #00A096;
}
.green .top-cont a:hover {
	color: #00A096;
}
.green .sub-two {
	background-color: rgba(37, 181, 139, 0.7);
}
.green .sub-3 h2::before {
	background: #00A096;
}
.green .imgtxt-list a:hover {
	color: #00A096;
}
.green .fu .gotop {
	background: #00A096;
}
.green .fu li:hover a {
	color: #00A096;
}
.green .fu .td .td-1 {
	color: #FFFFFF;
}
.green .fu .td .td-1:hover {
	color: #FFFFFF;
}
.green .fu .td .td-3 {
	background-image: linear-gradient(135deg, rgba(18, 166, 96, 1), rgba(70, 190, 227, 1));
}
.green .liuc ul li::before {
	background-image: linear-gradient(135deg, rgba(18, 166, 96, 1), rgba(70, 190, 227, 1));
}
.green .liuc ul li span {
	background: #CDEAFF;
}
.green .new-top > span {
	color: #00A096;
}
.green .new-top p .on {
	color: #00A096;
}
.green .new-dt .one .one1 {
	border-color: #00A096;
}
.green .new-dt .one .one1 span {
	color: #00A096;
}
.green .new-dt .one .one1 p {
	background: #00A096;
}
.green .new-dt .one .one2 .bt {
	color: #00A096;
}
.green .new-dt > p:hover {
	background: rgba(37, 96, 160, 0.2);
}
.green .new-dt > p:hover a {
	color: #00A096;
}
.green .kes-cont .left > ul > .on {
	background-image: linear-gradient(to left, rgba(18, 166, 96, 0.8), rgba(70, 190, 227, 0.8));
}
.green #swiper2 .swiper-pagination span {
	border-color: #00A096;
}
.green #swiper2 .swiper-pagination .swiper-pagination-bullet-active {
	background: #00A096;
}
.green .team-fu .one .on a {
	color: #00A096;
}
.green .ks-qie ul .on a {
	color: #00A096;
}
.green .team-fu .one li:hover a {
    color: #00A096;
}
.green .team-fu .two li a:hover {
	color: #00A096;
}
.green .team-cha > ul > li > ul > li:hover {
	color: #00A096;
}
.green .team-cha button {
	background: #00A096;
}
.green .team-ke a {
	color: #00A096;
}
.green #swiper3 .swiper-slide:hover .team-zhi p a {
	color: #00A096;
}
.green .lian {
	background: #00A096;
}
.green .di-sub {
	background: #00A096;
}
.green .di-lian > li:hover .di-sub {
	border-color: rgba(255,255,255,0.5);
}


/* red */
.red {
	
}
.red nav {
	background-image: linear-gradient(135deg, rgba(214, 87, 93, 0.9), rgba(185, 139, 108, 0.9));
}
.red .zy .on {
    color: #CE343B;
}
.red .sou {
    background: #CE343B;
}
.red .sou input {
	background: #CE343B;
}
.red .top-cont a:hover {
	color: #CE343B;
}
.red .sub-two {
	background-color: rgba(206, 52, 59, 0.7);
}
.red .sub-3 h2::before {
	background: #CE343B;
}
.red .imgtxt-list a:hover {
	color: #CE343B;
}
.red .fu .gotop {
	background: #CE343B;
}
.red .fu li:hover a {
	color: #CE343B;
}
.red .fu .td .td-1 {
	color: #FFFFFF;
}
.red .fu .td .td-1:hover {
	color: #FFFFFF;
}
.red .fu .td .td-3 {
	background-image: linear-gradient(135deg, rgba(214, 87, 93, 0.9), rgba(185, 139, 108, 0.9));
}
.red .liuc ul li::before {
	background-image: linear-gradient(135deg, rgba(214, 87, 93, 0.9), rgba(185, 139, 108, 0.9));
}
.red .liuc ul li span {
	background: #CDEAFF;
}
.red .new-top > span {
	color: #CE343B;
}
.red .new-top p .on {
	color: #CE343B;
}
.red .new-dt .one .one1 {
	border-color: #CE343B;
}
.red .new-dt .one .one1 span {
	color: #CE343B;
}
.red .new-dt .one .one1 p {
	background: #CE343B;
}
.red .new-dt .one .one2 .bt {
	color: #CE343B;
}
.red .new-dt > p:hover {
	background: rgba(37, 96, 160, 0.2);
}
.red .new-dt > p:hover a {
	color: #CE343B;
}
.red .kes-cont .left > ul > .on {
	background-image: linear-gradient(135deg, rgba(214, 87, 93, 0.9), rgba(185, 139, 108, 0.9));
}
.red #swiper2 .swiper-pagination span {
	border-color: #CE343B;
}
.red #swiper2 .swiper-pagination .swiper-pagination-bullet-active {
	background: #CE343B;
}
.red .team-fu .one .on a {
	color: #CE343B;
}
.red .ks-qie ul .on a {
	color: #CE343B;
}
.red .team-fu .one li:hover a {
    color: #CE343B;
}
.red .team-fu .two li a:hover {
	color: #CE343B;
}
.red .team-cha > ul > li > ul > li:hover {
	color: #CE343B;
}
.red .team-cha button {
	background: #CE343B;
}
.red .team-ke a {
	color: #CE343B;
}
.red #swiper3 .swiper-slide:hover .team-zhi p a {
	color: #CE343B;
}
.red .lian {
	background: #CE343B;
}
.red .di-sub {
	background: #CE343B;
}
.red .di-lian > li:hover .di-sub {
	border-color: rgba(255,255,255,0.5);
}




.top-cont a {
	padding-left: 20px;
	background: url(../image/top-xin.png) no-repeat left center;
}
.top-cont a::before {
	content: "";
	margin: 0;
}
.new-top > span {
	height: 47px;
	background: url(../image/new-di.png) no-repeat left 26px;
}
.new-top > span::before {
	position: relative;
}
.foot-left #bei {
	background: url(../image/bei.png) no-repeat left center;
}
.foot-left #bei::before {
	position: relative;
}
.grayscale {
	background: #8C8C8C!important;
	background: rgba(0,0,0,0.4)!important;
}
.grayscale2::before {
	background: #8C8C8C!important;
	background: rgba(0,0,0,0.4)!important;
	border-left-color: #8C8C8C!important;
}
.grayscale2::after {
	background: #8C8C8C!important;
	background: rgba(0,0,0,0.4)!important;
	border-left-color: #8C8C8C!important;
}
.grayscale2:hover {
	background: #8C8C8C!important;
	background: rgba(0,0,0,0.4)!important;
}
.grayscale2 > .on {
	background: #8C8C8C!important;
	background: rgba(0,0,0,0.4)!important;
}
.grayscale3:hover {
	background: #8C8C8C!important;
	background: rgba(0,0,0,0.4)!important;
}
.grayscale4 {
	box-shadow: none!important;
}
.grayscale5::before {
	background: #8C8C8C!important;
	background: rgba(0,0,0,0.4)!important;
}
.grayscale5::after {
	background: #8C8C8C!important;
	background: rgba(0,0,0,0.4)!important;
}
.grayscale6 {
	color: #8C8C8C!important;
}