<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
}


body,
div,
ul,
li,
a,
dl,
dd,
dt,
input,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img {
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.jszcbox{
	display: flex;
	justify-content: center;
	align-items: center;
}
.jszcbox .jszctext{
	width: 130px;
}
.jszcbox .jszcimg{
	width: 55px;
	padding: 1px 0 0 0;
	opacity: 0.6;
}
html,
body {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
	font-family:Arial ;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

input,
textarea,
select,
button,
area {
	appearance: button;
	-moz-appearance: button;
	-webkit-appearance: button;
	outline: none;
		font-family:Arial ;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ul,
li,
dl,
dd,
dt {
	list-style: none;
}

a {
	text-decoration: none;
	color: #2b292f;
	-webkit-transition: all ease-in .2s;
	-ms-transition: all ease-in .2s;
	-moz-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}

img {
	border: 0;
	display: block;
	font-size: 0;
}

body {
	color: #444;
		font-family:Arial ;
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.box {
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.section {
	width: 98%;
	max-width: 1610px;
	margin: auto;
}

.header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	transition: 1.2s;
	z-index: 999999;

}



.header .logo {
	float: left;
	height: 85px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header .logo a {
	width: 310px;
	display: block;
	height: 41px;
	background-size: 100%;
}

.header .logo a {
	background-image: url(../logo-white.png);
}


.header .menu {
	width: 1200px;
	float: right;
}

.header .menu ul {
	width: 1000px;
	float: left;
	display: flex;
	justify-content: space-between;
}

.header .menu ul li {
	text-align: center;
	position: relative;
}

.header .menu ul li a {
	display: block;
	position: relative;
}

.header .menu ul li a.a1::before {
	content: '';
	width: 0;
	height: 2px;
	left: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	bottom: 0;
}

.header .menu ul li.on .a1::before,
.header .menu ul li:hover .a1::before {
	width: 100%;
}

.header .menu li .drop {
	overflow: hidden;
	position: absolute;
	width: 240px;
	left: 50%;
	margin-left: -120px;
	padding: 20px 0;
	top: 100%;
	display: none;
	background: rgba(255, 255, 255, 0.75);

}

.header .menu li .drop ul {
	width: 100%;
	display: block;
	text-align: center;
}

.header .menu li .drop li {
	width: 100%;
	display: block;
	margin: 0;

}

.header .menu li .drop li a {
	padding: 4px 5px;
	color: #111;
	line-height: 25px;
	font-size: 18px;
}

.header .menu li .drop li a:hover {
	color: #05a5e8;
}


.header .search {

	float: left;
	width: 90px;
	height: 85px;
	position: relative;
	transition: 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header .search .s-i {
	width: 20px;
	height: 20px;
	background: url(../icon01.png);
}

.header .search .search-form {
	position: absolute;
	top: 100%;
	right: 0;
	width: 200px;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	z-index: 10;
	transition: 0.3s;
}

.header .search input.username {
	width: 80%;
	max-width: 100%;
	float: left;
	border: 1px solid #05a5e8;
	border-radius: 0;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #c4c4c4;
	background: #fff;
	text-indent: 0.5em;

}

.header .search input.da_button {
	width: 20%;
	max-width: 100%;
	float: left;
	border: 1px solid #05a5e8;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #CCC;
	border-radius: 0;
	background: #05a5e8 url(../icon01.png) no-repeat center center;
}

.header .search:hover .search-form {
	opacity: 1;
	visibility: visible;
}

.lang-txt {
	float: left;
	height: 85px;
	position: relative;
	color: #000;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.lang-txt .lang-img {
	margin-left: 30px;
	margin-top: 30px;
	padding: 0 20px 0 30px;
	font-size: 19px;
	line-height: 23px;
	color: #fff;
	position: relative;
}

.lang-txt .lang-img::before {
	content: '';
	width: 23px;
	height: 23px;
	left: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	bottom: 0;
	background: url(../lang01.png) no-repeat right center;
}

.lang-txt .lang-img::after {
	content: '';
	width: 14px;
	height: 8px;
	right: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	bottom: 7.5px;
	background: url(../lang02.png) no-repeat right center;
}



.lang-txt .lang-link {
	width: 100px;
	background-color: #05a5e8;
	color: #fff;
	text-align: center;
	position: absolute;
	z-index: 20;
	top: 100%;
	padding: 10px 5px;
	left: 0;
	opacity: 0;
	transition: 0.3s;
}

.lang-txt .lang-link a {
	display: block;
	width: 100%;
	line-height: 40px;
	color: #fff;
}

.lang-txt:hover .lang-link {
	opacity: 1;
}



.m_menu {
	align-items: center;
	justify-content: center;
	width: 40px;
	position: absolute;
	right: 5px;
	top: 0;
	height: 70px;
	display: none;
	transition: 0.4s;
}


.m_menu span {
	display: block;
	transition: ease .6s;
	width: 24px;
	height: 2px;
	background: #05a5e8;
}

.m_menu .line2 {
	margin: 4px 0;
}

.m_menu.on .line3 {
	transform: translateY(-4px) rotate(-45deg);
}

.m_menu.on .line1 {
	transform: translateY(-2px) rotate(45deg);
}

.m_menu.on .line2 {
	display: none;
}


.header .menu a.a1 {
	color: #fff;
	line-height: 85px;
	font-size: 20px;
}

.hide {
	top: -150px;
}


.fixnav,
.inner-header {
	width: 100%;
	background: rgba(0, 0, 0, .5);
}

.fixnav a.a1,
.inner-header a.a1 {
	color: #fff !important;
}


.header .menu ul li a.a1::before,
.inner-header .menu ul li a.a1::before {
	background: #fff;
}

.fixnav .menu ul li.on a.a1 {
	color: #05a5e8 !important;
}

.fixnav .menu ul li a.a1::before {
	background: #05a5e8;
}

.header-main-box {
	width: 100%;
	position: relative;
	z-index: 10;
	height: 85px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-background {
	width: 0;
	display: none;
	top: 100%;
	left: 0;
	height: 0;
	z-index: 5;
	transition: 0.3s;
}



.index-title {
	width: 100%;
	margin-bottom: 50px;
	color: #111;
	text-align: center;
}

.index-title h5 {
	font-size: 24px;
	color: #1e1e1e;
}

.index-title h2 {
	font-size: 48px;
	padding: 2px 0;
}

.index-title p {
	font-size: 16px;
	color: #9e9e9e;
}


.index-title a.main-more {
	color: #05a5e8;
	display: inline-block;
	line-height: 42px;
	font-size: 17px;
	transition: 0.4s;
	padding-right: 20px;
	position: relative;
	text-transform: uppercase;
}

.index-title a.main-more::after {
	content: '';
	width: 8px;
	height: 13px;
	right: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	top: 50%;
	margin-top: -6.5px;
	background-image: url(../icon03.png);
	background-size: 100%;
}

a.main-more:hover {
	color: #05a5e8;
	font-weight: bold;
	padding-left: 15px;
}

.txt {
	font-size: 17px;
	line-height: 35px;
}

/**/
.banner-swiper {
	width: 100%;
	position: relative;
}

.swiper-slide-txt {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	color: #fff;
}


.swiper-slide-txt h1 {
	font-size: 60px;
	font-weight: 300;
	animation-delay: 0.4s;
}

.swiper-slide-txt h4 {
	font-size: 60px;
	font-weight: 900;
	margin: 2px 0 38px 0;
	animation-delay: 0.8s;
}

.swiper-slide-txt .banner-swiper-link {
	position: relative;
	animation-delay: 1.2s;
	width: 90%;
	max-width: 195px;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

.swiper-slide-txt a {
	border: 1px solid #fff;
	color: #fff;
	width: 100%;
	text-align: center;
	display: block;
	line-height: 45px;
	font-size: 18px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
}

.swiper-slide-txt em {
	position: relative;
	width: 100%;
	z-index: 10;
}

.swiper-slide-txt em,
.swiper-slide-txt i {
	display: block;
	font-style: normal;
}

.swiper-slide-txt .imore-link i {
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	transition: 0.3s;
	background: #05a5e8;
}

.swiper-slide-icon {
	width: 32.25%;
	max-width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5;
	right: 0;
	bottom: 0;
}

.banner-icon01 {
	width: 35.2%;
	position: absolute;
	left: 32%;
	bottom: -43.5%;
	animation-delay: 1.2s;
}

.banner-icon02 {
	width: 100%;
	position: absolute;
	right: 0;
	bottom: -25%;
	animation-delay: 0.8s;
}




.swiper-slide-txt a.more01 {
	background: #05a5e8;
	border: 1px solid #05a5e8;
}

.swiper-slide-txt a:hover {
	border: 1px solid #05a5e8;
}

a.imore-link:hover i {
	width: 100%;
}

.swiper-slide-active .banner-icon01 {
	animation-name: fadeInUp;
}

.swiper-slide-active .banner-icon02 {
	animation-name: fadeInDown;
}

.swiper-slide-active h1 {
	animation-name: fadeInUp;
}

.swiper-slide-active h4 {
	animation-name: fadeInUp;
}

.swiper-slide-active .banner-swiper-link {
	animation-name: fadeInUp;
}

.index-banner-img {
	padding-top: 49.47%;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transform: scale(1.2);
}


.swiper-slide-active .index-banner-img {
	transform: scale(1);
	transition: all 5.5s ease;
}


.pagination-button {
	width: 30%;
	height: 70px;
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 0;
	border-top-right-radius: 140px;
	background: #fff;
}

.banner-pagination {
	position: absolute;
	bottom: 20px;
	left: 0;
	color: #fff;
	transition: 0.4s;
}

.banner-pagination span {
	margin: 0 10px;
	border-radius: 0;
	width: 13px;
	height: 13px;
	border-radius: 100%;
	transition: 0.4s;
	background: #adadad;
}


.banner-pagination .swiper-pagination-bullet-active {
	background: #05a5e8;
	width: 68px;
	border-radius: 6px;
}




.button-pointer {
	width: 27px;
	right: 5%;
	bottom: 10%;
	margin-left: -20px;
	z-index: 11;
	position: absolute;
}

.button-pointer span {
	writing-mode: vertical-lr;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}

.button-pointer i {
	display: block;
	position: relative;
	color: #bbb;
	margin: 0 auto;
	-webkit-animation-name: drop;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-name: drop;
	animation-duration: 1.5s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-play-state: running;
	width: 1px;
	height: 80px;
	background: #fff;
}


@-webkit-keyframes drop {
	0% {
		top: 0px;
		opacity: 0;
	}

	30% {
		top: 20px;
		opacity: 1;
	}

	100% {
		top: 50px;
		opacity: 0;
	}
}

@keyframes drop {
	0% {
		top: 0px;
		opacity: 0;
	}

	30% {
		top: 20px;
		opacity: 1;
	}

	100% {
		top: 50px;
		opacity: 0;
	}
}



/*index-business*/
.index-business {
	width: 100%;
	padding: 85px 0;
	overflow: hidden;
}

.slideTxtBox {
	width: 100%;
	position: relative;
}

.business-title {
	width: 100%;
	z-index: 99;
	overflow: hidden;
	position: relative;
	padding: 0 60px;
}

.business-title ul {
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid #eaeaea;
	display: flex;
	border-bottom: 1px solid #eaeaea;
	flex-wrap: wrap;
}

.business-title ul li {
	width: 33.333%;
	border-left: 1px solid #eaeaea;
	padding: 15px 10px;
	color: #131313;
	position: relative;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}


.business-title ul li.on {
	color: #05a5e8;
}

.business-title ul li:first-child {
	border: 0;
}


.business-middle {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	margin-top: 50px;
}

.business-middle-item {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: none;
}

.business-swiper-box {
	width: 100%;
	padding: 0 60px;
	position: relative;
	overflow: hidden;
}

.business-middle-dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;

}

.business-middle-dl dt {
	width: 48%;
	margin-right: 6%;
	display: flex;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	position: relative;
}

.business-middle-dl dt img {
	width: 100%;
	display: block;
	margin: 0 auto;
}


.business-middle-dl dd {
	width: 43.1%;
	position: relative;
	overflow: hidden;
	padding-top: 3.125rem;
}

.business-middle-dl dd .txt {
	line-height: 43px;
}

.business-next,
.business-prev {
	width: 55px;
	line-height: 55px;
	height: 55px;
	top: 60%;
}


.business-next:hover:after,
.business-prev:hover:after {
	color: #000;
}

.business-next:after,
.business-prev:after {
	color: #bfbfbf;
	font-size: 30px;
}

.business-next {
	right: 0;
}

.business-prev {
	left: 0;
}



/*index-about*/
.index-about {
	width: 100%;
	overflow: hidden;
	background: url("../index-about.jpg") no-repeat top center;
	color: #fff;
	background-size: cover;
}

.index-about .box {
	padding: 95px 0;
}

.about-title {
	width: 34.5%;
	float: left;
	position: relative;
}

.about-title h1 {
	margin-top: 11%;
	font-size: 48px;
}

.about-title h2 {
	font-size: 24px;
}

.index-about .about-txt {
	width: 57%;
	float: right;
}

.index-about .about-txt img {
	max-width: 100%;
}


.about-link {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}

.about-link a {
	position: relative;
	display: inline-block;
	padding: 0 65px 0 45px;
	line-height: 50px;
	font-size: 16px;
	margin-right: 20px;
	color: #fff;
	background: #374148;
	border: 1px solid #5a6268;
	border-radius: 30px;
}

.about-link a::before {
	content: '';
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -7px;
	width: 18px;
	height: 14px;
	z-index: 9;
	background-size: 100%;
}

.about-link a.ab::before {
	background-image: url(../icon06.png);
}

.about-link a.video::before {
	background-image: url(../icon05.png);
}

.about-link a:hover {
	background: #05a5e8;
	border: 1px solid #05a5e8;
}

.about-icon-list {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

ul.about-icon {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;

}

ul.about-icon li {
	padding: 55px 10px 60px 30px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}


ul.about-icon li:nth-child(1) {
	width: 30%;
}

ul.about-icon li:nth-child(2) {
	width: 32%;
}

ul.about-icon li:nth-child(3) {
	width: 38%;
}

ul.about-icon li:last-child {
	border: 0;
}

ul.about-icon li a {
	color: #fff;
	transition: 0.3s;
}

ul.about-icon li h3 {
	font-size: 21px;
	font-weight: bold;
	margin: 10px 0;
}



ul.about-icon li img {
	display: block;
	max-width: 100%;
	transition: 0.3s;
}

ul.about-icon li a:hover img {
	margin-top: -5px;
}



/*index-core*/
.index-core {
	width: 100%;
	overflow: hidden;
	padding-top: 85px;
	background: url("../index-core.jpg") no-repeat top center;
	color: #fff;
}

.index-core .section {
	overflow: hidden;
}

.core-memo {
	width: 80%;
	margin: 30px auto;
	color: #7a7a7a;
}

.core-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.core-box .core-warp {
	width: 28%;
	display: block;
	transition: 0.3s;
	overflow: hidden;
	background-color: #05a5e8;
	color: #fff;
	cursor: pointer;
}

.core-box .core-warp .img-box {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.core-content {
	width: 100%;
	padding: 80px 68px;
	position: relative;
}

.core-content-txt {
	position: relative;
	z-index: 10;
}

.title-icon {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}

.core-content h3 {
	font-size: 27px;
	font-weight: bold;
}

.core-content .txt {
	width: 100%;
	margin: 25px 0 55px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 70px;
}

.core-box .core-warp.active {
	width: 44%;
	background-color: #3dbbf0;
}

.core-content i {
	display: block;
	width: 100%;
	height: 14px;
	background: url("../icon07.png") no-repeat top right;
}


.core-background {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	background: #000;
}

.core-box .js .core-background {
	opacity: 0.4;
}

.core-box .fw .core-background {
	opacity: 0.3;
}

.core-box .gl .core-background {
	opacity: 0.1;
}

.core-warp:hover .core-background {
	opacity: 0 !important;
}



/*index-news*/
.index-news {
	width: 100%;
	padding: 85px 0 90px 0;
	overflow: hidden;
	background: #fff;
	position: relative;
}

.index-news .index-title {
	position: relative;
	z-index: 10;
}

.index-news::after {
	content: '';
	width: 100%;
	height: 100%;
	right: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	bottom: 0;
	background-image: url(../index-news-background.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}


.index-news ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 10;
	justify-content: space-between;
}

.index-news ul li {
	width: 31%;
}

.index-news-swiper {
	position: relative;
	display: block;
	overflow: hidden;
	background: #fff;
	color: #232323;
	border: 1px solid #eeeeee;
}


.index-news-swiper img {
	display: block;
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;

}

.index-news-swiper .news-txt {
	overflow: hidden;
	padding: 40px 20px;
}

.index-news-swiper .news-txt h4 {
	font-size: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 28px;
	height: 56px;
	margin: 15px 0;

}

.index-news-swiper .news-txt span {
	font-size: 17px;
	color: #959595;
	display: block;
	padding-left: 36px;
	position: relative;
}

.index-news-swiper .news-txt span::before {
	content: '';
	width: 25px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	z-index: 9;
	background: #05a5e8;
}

.index-news-swiper .news-txt i {
	display: inline-block;
	color: #05a5e8;
	font-style: normal;
	font-size: 16px;
}

.index-news-swiper:hover img {
	transform: scale(1.2, 1.2);
}

.index-news-swiper:hover {
	color: #05a5e8;
}







/*banner*/

.banner {
	width: 100%;
	overflow: hidden;
	color: #fff;
	position: relative;
	background-size: auto 100%;
	background-position: center center;

}

.banner-content {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 7%;
	z-index: 20;
}

.banner h1 {
	font-size: 56px;
	text-transform: uppercase;
}

.banner h2 {
	font-size: 35px;
	margin-top: 5px;
	position: relative;
	padding-left: 70px;
}

.banner h2::before {
	content: '';
	width: 45px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	z-index: 9;
	background: #fff;
}

.banner-img {
	width: 100%;
	position: relative;
	z-index: 10;
	opacity: 0.3;
}

.banner-background {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 5;
	background: #000;
}



.inner-class {
	position: relative;
	z-index: 50;
}

.class-link {
	position: absolute;
	right: 15%;
	z-index: 30;
	padding-left: 20px;
	border-left: 1px solid #fff;
}

.class-link::before {
	content: '';
	width: 1;
	height: 100%;
	left: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	top: 0;
	background: #fff;
}


.class-link a {
	display: block;
	color: #fff;
	font-size: 22px;
	line-height: 22px;
	padding-right: 55px;
	position: relative;
}

.class-link i {
	display: block;
	width: 100%;
	height: 20px;
}

.class-link i:last-child {
	display: none;
}

.class-link a::after {
	content: '';
	width: 24px;
	height: 7px;
	right: 0;
	position: absolute;
	z-index: 2;
	opacity: 0;
	transition: 0.3s;
	top: 50%;
	margin-top: -3px;
	background-image: url(../icon13.png);
	background-size: 100%;
}

.class-link a.choose,
.class-link a:hover {
	color: #fff;
}

.class-link a.choose::after,
.class-link a:hover::after {
	opacity: 1;
}

.inner-class-about .class-link {
	bottom: 10%;
}

.inner-class-advantage .class-link {
	bottom: 10%;
}

.inner-class-news .class-link {
	bottom: 10%;
}

.my-button-disabled{
  opacity:0;
}

/*inner-about*/
.inner-about {
	width: 100%;
	padding-top: 85px;
	overflow: hidden;
	background: #fff;
}

.inner-about-title {
	width: 100%;
	overflow: hidden;
	margin-bottom: 45px;
}


.inner-about-title h2 {
	font-size: 40px;
	color: #1e1e1e;
}


.inner-about-title h3 {
	font-size: 20px;
	color: #5e5e5e;
	margin-top: 6px;
}

.inner-about .box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-image: url(../about-logo.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.inner-about .about-txt {
	width: 47%;
	line-height: 30px;
}

.about-video {
	width: 100%;
	margin-top: 50px;
	position: relative;
	overflow: hidden;
}

.about-video i {
	display: block;
	background: url(../video-i.png);
	background-size: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	border: none;
	z-index: 20;
	width: 83px;
	height: 83px;
	margin-top: -41.5px;
	margin-left: -41.5px;
}

.about-video img {
	width: 100%;
}



.about-adv {
	width: 100%;
	height: 440px;
	overflow: hidden;
	padding: 10px 0;
	background-image: url(../bgimg_02.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;

}

.about-adv .section {
	height: 100%;
	display: flex;
	overflow: hidden;
	flex-wrap: wrap;
	color: #fff;
}

.adv-title {
	width: 35%;
	display: flex;
	margin-left: 5%;
	align-items: center;
	justify-content: center;

}

.adv-title img {
	max-width: 100%;
}

.adv-txt {
	width: 48%;
	margin-left: 8%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 37px;
}


.inner-values {
	width: 100%;
	padding-top: 85px;
	overflow: hidden;
	background: #fff;
}

.inner-values ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.inner-values ul li {
	width: 31%;
	overflow: hidden;
	border-radius: 8px;
	position: relative;
}

.inner-values .box {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}

.inner-values ul li .values-span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 354px;
	height: 121px;

	background: url(../values-span.png);
}

.inner-values ul li .values-span span {
	position: absolute;
	left: 20px;
	bottom: 18px;
	font-size: 25px;
	color: #fff;
}

.inner-mission {
	width: 100%;
	padding: 85px 0;
	overflow: hidden;
	background: #fff;
}

.inner-mission .box {
	overflow: hidden;
	border-radius: 8px;
}

.inner-mission .box img {
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
}

.inner-history {
	overflow: hidden;
	padding-top: 85px;
	width: 100%;
	position: relative;
	background-image: url(../history.jpg);
}


.inner-history .section {
	position: relative;
	z-index: 99;
}

.main-growth {
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
	position: relative;
	z-index: 99;
}

.main-growth .growth-mySwiper2 {
	width: 70% !important;
	margin: 8px auto;
}

.growth-dl {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	justify-content: space-between;
}

.dantxt {
	max-width: 850px;
}

.growth-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
}


.dantxt-img {
	width: 100%;
	display: flex;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	position: relative;
}

.growth-mySwiper3 .swiper-slide img {
	width: 100%;
	display: block;
	margin: 0 auto
}

.growth-dl dd {
	position: relative;
	overflow: hidden;
}

.growth-box {
	position: relative;
	z-index: 10;
}

.growth-big-time {
	width: 100%;
	height: 100%;
	position: absolute;
	font-size: 13vw;
	color: rgba(255, 255, 255, 0.2);
	font-weight: bold;
	z-index: 5;
	left: 0;
	top: 0;
	text-align: center;
}

.growth-dl .growth-titme {
	font-size: 39px;
	color: #02a6ec;
	text-align: center;
	font-weight: bold;
}

.growth-dl dd em {
	background: #02a6ec;
	margin: 5px auto;
	height: 1px;
	display: block;
	width: 37px;
}

.growth-dl .growth-box-txt {
	font-size: 20px;
	line-height: 30px;
	padding: 10px 0;
	color: #3b3b3b;
}

.growth-dl .growth-box-txt span {
	display: block;
	text-align: center;
}

.growth-dl .growth-box-txt&gt;p {
	position: relative;
	padding-left: 18px;
	margin-bottom: 5px;
}

.growth-dl .growth-box-txt&gt;p::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 15px;
	left: 0;
	z-index: 10;
	background: #000;
	border-radius: 100%;
}


.dantxt dd {
	width: 100%;
}

.dantxt .growth-box {
	height: 310px;
}


.duotutxt dt {
	width: 48%;
}

.duotutxt dd {
	width: 48%;
}

.duotutxt .growth-box-txt {
	height: 200px;
	overflow: auto;
	padding-right: 20px;
}

.duotutxt .growth-box-txt::-webkit-scrollbar {
	width: 6px;
	height: 1px;
}

.duotutxt .growth-box-txt::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #02a6ec;
}

.duotutxt .growth-box-txt::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #ededed;
}

.mySwiperswiper-pagination03 {
	margin-top: 15px;
	left: 0;
	color: #fff;
	transition: 0.4s;
}

.mySwiperswiper-pagination03 span {
	margin: 0 8px;
	border-radius: 0;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	transition: 0.4s;
	background: #000;
}


.mySwiperswiper-pagination03 .swiper-pagination-bullet-active {
	background: #05a5e8;
}




.growth-time-box {
	margin-top: 10px;
	padding: 35px 70px 40px 70px;
	position: relative;
}

.growth-time-box .section {
	position: relative;
}

.growth-swiper-button {
	width: 45%;
	position: absolute;
	right: 0;
	bottom: 30px;
	z-index: 10;
}


.growth-swiper-button-next,
.growth-swiper-button-prev {
	width: 50px;
	height: 50px;
	margin-top: -10px;
	color: #fff;
	background: #02a6ec;
	border-radius: 100%;
	text-align: center;
}

.growth-swiper-button-prev {

	left: 4%;
	top: 0;
}

.growth-swiper-button-next {

	right: 5%;
	top: 0;
}

.growth-swiper-button-next:after,
.growth-swiper-button-prev:after {
	font-size: 20px;
}

.growth-swiper-button-next:hover,
.growth-swiper-button-prev:hover {
	background: #0f78d1;

}

.growth-time-box::before {
	content: "";
	display: block;
	width: 100%;
	height: 37px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: url(../growth-time.png) no-repeat;
	background-size: 100%;
}

.time-title {
	font-size: 24px;
	color: #343434;
	text-align: center;
	line-height: 62px;
	cursor: pointer;

}

.time-title::before {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -4px;
	z-index: 10;
	background: #000;
	border-radius: 9px;
}

.swiper-slide-thumb-active .time-title {
	color: #02a6ec;
}

.swiper-slide-thumb-active .time-title::before {
	background: #02a6ec;
}


.inner-honor {
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
	background: #fafafa;
	display: none;
}

.inner-honor .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 80px;
}

.honor-txt {
	color: #6d6d6d;
	font-size: 18px;
	width: 53%;
	line-height: 40px;
}


.honor-num {
	color: #6d6d6d;
	font-size: 18px;
	width: 30%;
	line-height: 40px;
}

.product-num-box {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
}


.product-num-content {
	width: 100%;
	margin: 0 auto;
	font-size: 0;
}

.product-num-item {
	text-align: center;
	position: relative;
	display: inline-block;
	width: 48%;
	margin: 0 1%;
	vertical-align: top;
}


.product-num-nub {
	display: block;
	vertical-align: top;
	font-size: 62px;
	color: #02a6ec;
	line-height: 80px;
}


.product-num-inf {
	overflow: hidden;
	display: block;
	width: 100%;
	font-size: 19px;
	color: #3e3e3e;
}



.honor-swiper-box {
	width: 100%;
	position: relative;
	padding: 0 50px;
}

.honor-swiper .swiper-slide {
	overflow: hidden;
}

a.honor-list {
	display: block;
	position: relative;
	text-align: center;
}

a.honor-list h5 {
	font-size: 24px;
	padding: 18px 5px;
	position: relative;
	display: none;
}

a.honor-list img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

/* .honor-swiper .swiper-slide::after {
	content: '';
	width: 1000%;
	height: 2px;
	background: #fff;
	bottom: 5%;
	position: absolute;
	left: 0;
} */

.honor-swiper .swiper-slide .honor-list {
	transform: scale(0.75);

}

.honor-swiper .swiper-slide-active .honor-list,
.swiper-slide-duplicate-active .honor-list {
	transform: scale(1);
}

.honor-swiper .swiper-slide-active::after,
.swiper-slide-duplicate-active::after {
	display: none;
}

.honor-swiper .swiper-slide-active .honor-list h5,
.swiper-slide-duplicate-active .honor-list h5 {
	display: block;
}

a.honor-list:hover img {
	transform: scale(1.12, 1.12);
}


.honor-next,
.honor-prev {
	width: 45px;
	height: 45px;
	top: 50%;
	background: #858585;
	margin-top: -22.5px;
	transition: 0.3s;
	opacity: 0.5;
	color: #fff;
	border-radius: 100%;
}

.honor-prev {
	left: 0;
}

.honor-next {
	right: 0;
}

.honor-next:after,
.honor-prev:after {
	font-size: 18px;

	font-weight: 400;
}

.honor-next:hover,
.honor-prev:hover {
	opacity: 1;
	color: #fff;
	border: 1px solid #02a6ec;
	background: #02a6ec;
}


.inner-customers {
	width: 100%;
	padding: 85px 0;
	overflow: hidden;
	background: #fff;
}

.customers-txt {
	width: 48%;
	float: left;
}

.customers-txt h3 {
	font-size: 30px;
	line-height: 37px;
	color: #02a6ec;
	font-weight: bold;
	margin-bottom: 25px;
}

.customers-txt&gt;div {

	font-size: 17px;
	line-height: 30px;
	margin-right: 2%;
	margin-bottom: 8px;
}

.customers-img {
	width: 50%;
	float: right;
}

.customers-img img {
	max-width: 100%;
}

.inner-staff {
	width: 100%;
	padding: 85px 0;
	overflow: hidden;
	background: #e7ebee;
}

.application-memo {
	padding: 5px 0 25px 0;
	font-size: 18px;
	color: #666666;
}

.application-a {
	display: block;
	overflow: hidden;
	width: 100%;
	color: #fff;
	position: relative;
}

.application-a img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}



.application-txt {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	padding: 35px 50px;
	z-index: 10;
	transition: 0.3s;
	color: #fff;
}

.application-txt h3 {
	font-size: 24px;
}

.application-txt span {
	display: block;
	font-size: 16px;
	line-height: 17px;
	font-weight: 200;
	position: relative;
	padding: 10px 0 20px 0;
	transition: 0.3s;
}

.application-txt i {
	font-size: 15px;
	float: left;
	line-height: 36px;
	padding: 0 70px 0 15px;
	display: block;
	border: 1px solid #fff;
	font-style: normal;
	position: absolute;
	bottom: 10%;
	opacity: 0;
	transition: 0.3s;
}

.application-txt i::after {
	content: "";
	display: block;
	width: 53px;
	height: 36px;
	background: url(../icon15.png);
	background-size: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
}

.application-a:hover img {
	transform: scale(1.2, 1.2);
	transition: transform 0.6s ease 0s;
}


.application-a:hover span::after {
	content: "";
	display: block;
	width: 57px;
	height: 4px;
	background: #fff;
	background-size: 100%;
	position: absolute;
	left: 0;
	bottom: -2px;
}

.application-a:hover span {
	border-bottom: 1px solid #fff;
}

.application-a:hover i {
	opacity: 1;
}



.inner-advantage {
	width: 100%;
	padding: 80px 0;
	overflow: hidden;
	background: #fff;
}



.business-advantage-ul {

	overflow: hidden;
}

.business-advantage-ul h5 {
	font-size: 21px;
	color: #00a8ee;
	font-weight: bold;
	margin-bottom: 40px;
}

.business-advantage-ul ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.business-advantage-ul ul li {
	overflow: hidden;
	margin-bottom: 50px;
	position: relative
}

.business-advantage-ul ul li .box {
	width: 100%;
	overflow: hidden;
	border-radius: 15px;
	margin-bottom: 25px;
}

.business-advantage-ul ul li img {
	width: 100%;
}

.business-advantage-ul ul li h2 {
	font-size: 23px;
	color: #131313;
	text-align: center;
}

ul.business-ul li,
ul.advantage-ul01 li {
	width: 48%;
}

ul.he-business-ul li {
	width: 100%;
}




ul.advantage-ul li {
	width: 46%;
}

ul.advantage-ul02 li {
	width: 23%;
}

ul.advantage-ul03 li {
	width: 24%;
	margin: 10px 38%;
}

ul.advantage-ul04 {
	width: 100%;
}

ul.advantage-ul04 li {
	width: 31%;
	margin: 10px 1%;
}

ul.advantage-ul01 li:last-child {
	width: 100%;
}

.advantage-ul04 {
	margin-top: 80px;
}


.he-business-advantage {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.he-business-advantage .business-advantage-ul {
	width: 48%;
}


.advantage-zs-ul,
.wbbg {
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
}

.advantage-zs-title {
	font-size: 37px;
	text-align: center;
	margin-bottom: 60px;
}

.advantage-zs-ul ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.advantage-zs-ul ul li {
	width: 46%;
	border-radius: 15px;
	margin: 10px 0;
	background: #eef0f2;
	overflow: hidden;
	position: relative
}


.advantage-zs-ul ul li img {
	width: 80%;
	margin: 50px auto;
}

.advantage-memo {
	color: #5d5d5d;
	margin-bottom: 70px;
}

.advantage-memo h6 {
	position: relative;
	padding-left: 25px;
	font-size: 18px;
}

.advantage-memo h6::before {

	content: "";
	display: block;
	width: 9px;
	height: 9px;
	position: absolute;
	top: 13px;
	left: 0;
	margin-left: -0;
	z-index: 10;
	background: #000;
	border-radius: 9px;

}

.service-txt h3 {
	font-size: 21px;
	color: #00a8ee;
	font-weight: bold;
	margin-bottom: 15px;
}

.service-txt span {
	display: inline-block;
	color: #000;
	font-size: 21px;
	margin-right: 50px;
	margin-bottom: 15px;
}

.service-lc {
	background: #fafafa;
	padding: 90px 70px;
	border-radius: 16px;
	width: 100%;
	overflow: hidden;
	margin: 50px 0;
}

.service-lc h4 {
	font-size: 30px;
	color: #000;
}

.service-lc img {
	max-width: 100%;
	margin: 60px auto;
}

.service-bj {
	background: url(../service.jpg);
	background-size: 100%;
}

.pc-box {
	display: block;
}

.mp-box {
	display: none;
}

/*新闻中心*/
.news-swiper-container-top {
	width: 100%;
	overflow: hidden;

}

.news-dl-box {
	width: 100%;
	padding: 70px 0;
	overflow: hidden;
}

.news-dl-box dt {
	width: 50%;
	float: right;
	height: 385px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.news-dl-box dt img {
	display: block;
	width: auto !important;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
	image-rendering: pixelated;
}

.news-dl-box dd {
	width: 47%;
	float: left;
	overflow: hidden;
	padding: 20px 0;
}

.news-dl-box dd h3 {
	font-size: 23px;
	overflow: hidden;
}

.news-dl-box dd h2 {
	display: block;
	font-size: 17px;
	color: #00a9e9;
	margin: 20px 0 40px 0;
}

.news-dl-box dd h4 {
	font-size: 17px;
	display: -webkit-box;
	overflow: hidden;
	line-height: 26px;
	color: #7e7e7e;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-dl-box dd span {
	display: inline-block;
	margin-top: 25px;
	border: 1px solid #000;
	padding: 8px 24px;
	font-size: 15px;
	color: #000;
	border-radius: 30px;
}

.news-dl-link:hover,
.news-dl-link:hover span {
	color: #0059b3;
}

.news-dl-link:hover img {
	transform: scale(1.2, 1.2);
}


.news-swiper-pagination {
	width: 100%;
	bottom: 15%;
	left: 100px;
	position: absolute;
	text-align: left !important;
}

.news-swiper-pagination span {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	transition: 0.4s;
	background: #0059b3;
	opacity: 0.5;
}

.news-swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}


.inner-news {
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 50px 0;
	border-bottom: 1px solid #eaeaea;
}

.inner-news a.news-query {
	display: block;
	width: 100%;
	padding-bottom: 48px;
	overflow: hidden;
	border-bottom: 1px solid #dadada;
	margin-top: 40px;
}

.inner-news a.news-query .time {
	width: 8%;
	float: left;
	color: #000;
}

.inner-news a.news-query .time span {
	display: block;
	width: 100%;
	font-size: 40px;
}

.inner-news a.news-query .time i {
	width: 100%;
	font-size: 20px;
	display: block;
	font-style: normal;
}

.inner-news a.news-query .news-box {
	width: 90%;
	float: right;
}

.inner-news a.news-query .news-box dl {
	width: 100%;
}

.inner-news a.news-query .news-box dl dt {
	width: 38.45%;
	float: left;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.inner-news a.news-query .news-box dl dt img {
	display: block;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.inner-news a.news-query .news-box dl dd {
	width: 57%;
	float: right;
}

.inner-news a.news-query .news-box dl dd h2 {
	font-size: 22px;
	color: #373636;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.inner-news a.news-query .news-box dl dd .dtime {
	display: none;
	font-size: 17px;
	color: #00a9e9;
}

.inner-news a.news-query .news-box dl dd p {
	color: #888888;
	font-size: 16px;
	line-height: 30px;
	margin-top: 25px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	height: 120px;
}

.inner-news a.news-query .news-box dl dd span {
	display: inline-block;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	background: #0071a5;
	margin-top: 30px;
	padding: 0 30px;
}

.inner-news a.news-query:hover .news-box dl dd h2 {
	color: #1e4f9b;
}

.inner-news a.news-query:hover .news-box dl dd span {
	background: #00a1ec;
}

.inner-news a.news-query:hover .news-box dl dd p {
	color: #000;
}





.news-detail {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 160px 0 90px 0;
	color: #222222;
}


.news-detail .goBack {
	display: flex;
	align-items: center;
	color: #888;
	font-size: 16px;
}

.news-detail .goBack:hover {
	color: #0072ce;
}

.news-detail .goBack img {
	margin-right: 10px;
}

.news-detail .news-title {
	width: 100%;
	text-align: center;
	padding: 40px 0;

}

.news-detail .news-title h2 {
	font-size: 39px;
	width: 100%;
}

.news-detail .news-title .three {
	color: #888;
	text-align: right;
	margin-top: 15px;
	width: 100%;
}

.news-detail .news-intro {
	font-size: 19px;
	line-height: 38px;
	overflow: hidden;
	padding: 60px 10px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

.news-detail .news-intro img {
	width: 90%;
	max-width: 800px;
	margin: 20px auto;
}

.up-down {
	width: 100%;
	margin-top: 40px;
}

.up-down ul {
	width: 100%;
}

.up-down ul li {
	width: 100%;
	font-size: 16px;
	margin: 15px 0;
}

.up-down ul li span {
	color: #888;
}

.up-down ul li a:hover {
	color: #0072ce;
}



/*inner-job*/
.inner-job {
	width: 100%;
	padding: 100px 0;
	overflow: hidden;
	background: #f9f9f9;
}


.job-content {
	width: 100%;
	display: flex;
	justify-content: space-between;
	color: #fff;
	line-height: 60px;
	margin-bottom: 40px;
}

.job-content form {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
}

.job-content .job-content-select {
	float: left;
}

.job01 {
	width: 19%;
}

.job02 {
	width: 39.5%;
	margin: 0 2%;
}

.job03 {
	width: 20%;
	margin-right: 2%;
}

.job-content .job-content-select select {
	width: 100%;
	font-size: 17px;
	height: 60px;
	padding: 0 10px;
	line-height: 60px;
	color: #000;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	background: #fff url(../select.png) no-repeat 97% 54%;
	border: 1px solid #fff;
}

.job-content .job-content-select option {
	color: #000;
}

.job-checkbox {
	font-size: 14px;
}

.job-checkbox input {
	background: #fff;
}

.job-button {
	display: block;
	padding: 0 25px;
	line-height: 28px;
	background: #108ce4 url(../icon01.png) no-repeat center center;
	color: #fff;
	font-size: 15px;
	border-radius: 5px;
	border: 1px solid #fff;
	width: 15.5%;
}



.inner-job ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.inner-job ul li {
	width: 46%;
	margin: 30px 0;
	background: #fff;
}

.inner-job ul li a {
	position: relative;
	display: block;
	overflow: hidden;
	color: #000;
	padding: 35px 40px;
}

.inner-job ul li span {
	display: block;
	color: #01a7ed;
	font-style: normal;
	font-size: 19px;
}

.inner-job ul li h4 {
	font-size: 24px;
	padding: 15px 0;
	font-weight: bold;
	border-bottom: 1px solid #ebebeb;
}


.inner-job ul li .txt {
	display: block;
	color: #3d3d3d;
	font-style: normal;
	padding: 30px 0;
}


.inner-job ul li i {
	font-size: 17px;
	font-style: normal;
	line-height: 23px;
	display: inline-block;
	padding-right: 40px;
	transition: 0.3s;
	position: relative;
}

.inner-job ul li i::before {
	content: '';
	width: 23px;
	height: 23px;
	right: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	bottom: 0;
	background-image: url(../icon11.png);
	background-size: 100%;
}

.inner-job ul li a:hover i,
.inner-job ul li a:hover h4 {
	color: #01a7ed;
}

.job-detail {
	width: 100%;
	overflow: hidden;
	padding: 150px 0 100px 0;
	background: #fff;

}


.job-detail h1 {
	padding-top: 27px;
	margin-bottom: 25px;
	font-size: 38px;
}

.job-detail-prop {
	width: 100%;
	overflow: hidden;
	font-size: 20px;

}

.job-detail-prop p {
	color: #666;
	margin-right: 90px;
	float: left;
	display: inline-block;
}

.job-txt .box {
	margin: 73px 0;
}

.job-txt {
	font-size: 16px;
	color: #666;
	line-height: 32px;
}

.job-txt h2 {
	font-size: 34px;
	color: #333;
	margin-bottom: 35px;
}

.t_button {
	margin: 15px 0;
}

.t_g4shen {
	font-size: 20px;
	color: #fff;
	line-height: 1.5;
	padding: 17.5px 82.5px;
	background: #05a5e8;
	display: inline-block;
	cursor: pointer;
}

/*联系我们*/
.inner-contact {
	width: 100%;
	overflow: hidden;
	padding: 90px 0 70px 0;
}

.inner-contact h1 {
	font-size: 43px;
	text-align: center;
	color: #000;
}

.inner-contact h2 {
	max-width: 1100px;
	margin: 20px auto 0 auto;
	font-size: 23px;
	color: #01a7ed;
	text-align: center;
	padding: 10px 0;
}



.inner-contact ul {
	width: 100%;
	padding: 80px 0;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.inner-contact li {
	float: left;
	width: 22%;
	overflow: hidden;
	text-align: center;
	padding: 40px 10px;
	background: #eaeff3;
	border-radius: 6px;
	font-size: 20px;
}


.inner-contact ul li h4 {
	font-size: 30px;
	line-height: 40px;
	color: #222;
}

.inner-contact ul li em {
	display: block;
	width: 40px;
	height: 5px;
	background: #01a7ed;
	margin: 10px auto;
}

.inner-contact h3 {
	font-size: 25px;
	color: #000;
	text-align: center;
	font-weight: normal;
	padding: 5px 0;
}

.inner-contact h3 span {
	font-weight: bold;
	color: #01a7ed;
	font-size: 29px;
}


.inner-title {
	font-size: 41px;
	color: #000;
	font-weight: bold;
	text-align: center;
	margin-bottom: 45px;
}

.con-content {
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
}

.con-content .box {
	margin-bottom: 50px;
}

.con-content .con-fl {
	width: 36%;
	float: left;
}

.con-content .con-fl h1 {
	font-size: 34px;
	margin-bottom: 10px;
	color: #262626;
}

.con-content .con-fl h2 {
	font-size: 24px;
	color: #a0a0a0;
	margin-bottom: 40px;
}

.con-content .con-fl h4 {
	font-size: 20px;
	color: #4b4b4b;
}

.con-content .con-fl h3 {
	font-size: 34px;
	font-weight: bold;
	color: #000000;
}

.con-content .con-fl span {
	font-size: 21px;
	font-weight: bold;
	color: #000000;
}

.con-content .con-fl img {
	margin-top: 10px;
}

.con-content .con-fr {
	width: 56.5%;
	float: right;

}

#allmap {
	width: 100%;
	height: 500px;
	border: 0;
}

.BMap_bubble_title {
	font-size: 15px;
	font-weight: bold;
}




.form-form {
	overflow: hidden;
	background: #fcfcfc;
	background-size: cover;
	padding: 70px 0;
	position: relative;
}


.form-form ul {
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
}

.form-form ul li {
	overflow: hidden;
	float: left;
	margin: 15px 0;
	position: relative;
}

.form-form ul li.w30 {
	width: 32%;

}

.form-form ul li.w100 {
	width: 100%;
}


.m05 {
	margin: 15px 2% !important;
}

.form-form ul li input {
	line-height: 50px;
	width: 100%;
	font-size: 17px;
	padding: 15px 15px 15px 30px;
	color: #000;
	font-weight: 300;
	background: #fff;
	border: 1px solid #e4e4e4;
	position: relative;
}


.form-form ul li textarea {
	width: 100%;
	height: 197px;
	padding: 15px 15px 15px 30px;
	font-size: 16px;
	background: #ffffff;
	border: 1px solid #e4e4e4;
	position: relative;
}

.form-form ul li input::placeholder {
	color: #000;
}

.form-form ul li textarea::placeholder {
	color: #000;
}

.form-form ul li .button {
	width: 40%;
	max-width: 235px;
	display: block;
	margin: 10px auto;
	color: #ffffff;
	border: 0;
	line-height: 30px;
	font-size: 20px;
	border-radius: 8px;
	padding: 15px 15px;
	background: #01a7ed;
	background-size: 100% 100%;
}


.form-form input::placeholder {
	color: #000;
}




.qt-pagination {
	width: 94%;
	margin: auto;
	overflow: hidden;
	padding: 30px 0;
	text-align: center;
}

.qt-pagination a {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	margin: 0 5px;
	font-size: 15px;
	min-width: 40px;
	line-height: 40px;
	padding: 0 6px;
	display: inline-block;
	text-align: center;
	border-radius: 3px;
}

.qt-pagination .active,
.qt-pagination a:hover {
	background: #05a5e8;
	color: #fff;
	border: 1px solid #05a5e8;
}



.foot-box {
	width: 100%;
	background: #212121;
	font-size: 15px;
	color: #fff;
	padding-top: 80px;
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.logo-icon {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.foot-logo {

	overflow: hidden;
}


.foot-menu-icon {
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-menu-icon a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 8px;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	background: #2c2c2c;
	position: relative;

}

.foot-menu-icon img.icon-img {
	max-width: 38%;
}

.foot-menu-icon a:hover {
	background: #05a5e8;
}


.foot-menu-icon .wechat {
	visibility: hidden;
	width: 140px;
	background-color: #fff;
	text-align: center;
	position: absolute;
	z-index: 1;
	top: 130%;
	left: 50%;
	margin-left: -70px;
}

.foot-menu-icon .wechat img {
	width: 100%;
}

.foot-menu-icon .wechat::after {
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
}

.foot-menu-icon a:hover .wechat {
	visibility: visible;
}


.foot-box .box {
	margin-top: 30px;
	padding: 40px 0 60px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}


.foot-contact {
	width: 20%;
	float: left;
}

.foot-contact h2 {
	font-size: 20px;
	color: #fff;
	line-height: 25px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 40px;
}

.foot-contact h2::before {
	content: '';
	width: 25px;
	height: 25px;
	left: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	bottom: 0;
	background-image: url(../icon02.png);
	background-size: 100%;
}

.foot-contact h1 {
	font-size: 32px;
	color: #05a5e8;
}


.footer-link {
	width: 100%;
	margin-top: 20px;
	position: relative;
	max-width: 160px;
}

.footer-link span {
	font-size: 16px;
	line-height: 48px;
	border-radius: 30px;
	color: #fff;
	position: relative;
	display: block;
	border: 1px solid #515151;
	padding: 0 87px 0 40px;
}

.footer-link span::after {
	content: '';
	width: 18px;
	height: 10px;
	position: absolute;
	right: 35px;
	top: 20px;
	background: url("../icon14.png");
	background-size: 100%;
}



.footer-link .footer-linktext {
	visibility: hidden;
	width: 100%;
	background-color: #334050;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	position: absolute;
	z-index: 9;
	top: 100%;
	line-height: 35px;
	left: 0;
	opacity: 0;
	transition: opacity 1s;
}

.footer-link .footer-linktext a {
	display: block;
	padding: 0 10px;
	color: #fff;
}

.footer-link:hover .footer-linktext {
	visibility: visible;
	opacity: 1;
}


.foot-menu {
	width: 75%;
	float: right;
	display: flex;
	justify-content: space-between;
}


.foot-menu h3 {
	font-size: 22px;
	color: #fff;
	margin-bottom: 10px;
}

.foot-menu ul li {
	width: 100%;
	font-size: 16px;
	margin: 6px 0;
}

.foot-menu ul li a {
	color: #b2b2b2;
}

.foot-menu ul li a:hover {
	color: #05a5e8;
}


.foot-copyright {
	width: 100%;
	overflow: hidden;
	line-height: 25px;
	background: #212121;
	color: #5f5f5f;
	padding: 14px 0;
	font-size: 16px;
	text-align: center;
}


.foot-copyright a {
	color: #5f5f5f;
}

.foot-copyright a:hover {
	color: #05a5e8;
}

.cd-top {
	height: 50px;
	width: 50px;
	position: fixed;
	bottom: 5%;
	right: 3%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #05a5e8;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 20;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
}

.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}

.cd-top.cd-fade-out {
	opacity: 1;
}

.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}


@media (max-width:1680px) {
	.section {
		max-width: none;
		padding: 0 40px;
	}

	.header .menu {
		width: 1080px;
	}

	.header .menu ul {
		width: 880px;
	}

}


@media (max-width:1580px) {
	.header .menu {
		width: 980px;
	}

	.header .menu ul {
		width: 780px;
	}


	.swiper-slide-txt h1,
	.swiper-slide-txt h4 {
		font-size: 50px;
	}

	.swiper-slide-txt a {
		font-size: 16px;
	}

	.swiper-slide-txt .banner-swiper-link {
		max-width: 160px
	}

	.button-pointer span {
		font-size: 17px;
	}

	.index-title h5 {
		font-size: 21px;
	}

	.index-title h2 {
		font-size: 41px;
	}

	.index-title p {
		font-size: 15px;
	}

	.business-title ul li {
		font-size: 21px;
	}

	.about-title h1 {
		font-size: 41px;
	}

	.about-title h2 {
		font-size: 20px;
	}

	.txt {
		font-size: 16px;
		line-height: 32px;
	}

	ul.about-icon li h3 {
		font-size: 19px;
	}

	.core-content h3 {
		font-size: 24px;
	}

	.index-news-swiper .news-txt h4 {
		font-size: 18px;
	}

	.banner h2 {
		font-size: 30px;
	}

	.banner h1 {
		font-size: 50px;
	}

	.class-link a {
		font-size: 20px;
	}

	.inner-about-title h2 {
		font-size: 35px;
	}

	.inner-about-title h3 {
		font-size: 18px;
	}

	.inner-values ul li .values-span span {
		font-size: 19px;
	}

	.advantage-zs-title {
		font-size: 32px;
	}

	.inner-job ul li a {
		padding: 30px 30px;
	}

	.inner-contact h1 {
		font-size: 38px;
	}

	.inner-contact h2 {
		font-size: 20px;
	}

	.inner-contact ul li h4 {
		font-size: 28px;
	}

	.inner-contact li {
		font-size: 18px;
	}

	.inner-contact h3 {
		font-size: 21px;
	}

	.inner-title {
		font-size: 37px;
	}

	.con-content .con-fl h1 {
		font-size: 30px;
	}

	.con-content .con-fl h2 {
		font-size: 20px;
	}

	.con-content .con-fl h3 {
		font-size: 30px;
	}

	.con-content .con-fl span {
		font-size: 28px;
	}
}

@media (max-width:1420px) {
	.header .logo a {
		width: 265px;
		height: 35px;
	}

	.index-banner-img {
		padding-top: 53%;
	}

	.core-content {
		padding: 60px 45px;
	}

	.inner-news a.news-query .time span {
		font-size: 30px;
	}

	.inner-news a.news-query .time i {
		font-size: 16px;
	}

}

@media (max-width:1380px) {
	.header .menu {
		width: 880px;
	}

	.header .menu ul {
		width: 720px;
	}

	.header .search {
		width: 60px;
	}

	.lang-txt .lang-img {
		margin-left: 15px;
	}

	.section {
		width: 100%;
		padding: 0 55px;
	}

	.header-main-box .section {
		padding: 0 20px !important;
	}

	.index-banner-img {
		padding-top: 58%;
	}


	.swiper-slide-txt h1,
	.swiper-slide-txt h4 {
		font-size: 40px;
	}

	.swiper-slide-txt a {
		font-size: 15px;
	}

	.swiper-slide-txt .banner-swiper-link {
		max-width: 160px
	}

	.button-pointer span {
		font-size: 16px;
	}

	.index-title h5 {
		font-size: 20px;
	}

	.index-title h2 {
		font-size: 37px;
	}

	.index-title p {
		font-size: 15px;
	}

	.business-title ul li {
		font-size: 20px;
	}

	.about-title h1 {
		font-size: 37px;
	}

	.about-title h2 {
		font-size: 19px;
	}


	ul.about-icon li h3 {
		font-size: 18px;
	}

	.core-content h3 {
		font-size: 22px;
	}

	.index-news-swiper .news-txt h4 {
		font-size: 17px;
	}

	.banner h2 {
		font-size: 26px;
	}

	.banner h1 {
		font-size: 40px;
	}

	.class-link a {
		font-size: 18px;
	}

	.inner-about-title h2 {
		font-size: 32px;
	}

	.inner-about-title h3 {
		font-size: 17px;
	}

	.inner-values ul li .values-span span {
		font-size: 18px;
	}

	.advantage-zs-title {
		font-size: 28px;
	}

	.inner-job ul li a {
		padding: 25px 25px;
	}

	.inner-contact h1 {
		font-size: 34px;
	}

	.inner-contact h2 {
		font-size: 18px;
	}

	.inner-contact ul li h4 {
		font-size: 24px;
	}

	.inner-contact li {
		font-size: 16px;
	}

	.inner-contact h3 {
		font-size: 18px;
	}

	.inner-title {
		font-size: 32px;
	}

	.con-content .con-fl h1 {
		font-size: 26px;
	}

	.con-content .con-fl h2 {
		font-size: 18px;
	}

	.con-content .con-fl h3 {
		font-size: 27px;
	}

	.con-content .con-fl span {
		font-size: 24px;
	}

	.about-video i {
		width: 60px;
		height: 60px;
		margin-top: -30px;
		margin-left: -30px;
	}

}

@media (max-width:1250px) {
	.header-main-box .section {
		padding: 0 10px !important;
	}

	.news-detail {
		padding: 160px 40px 90px 40px;
	}

	.header .menu {
		width: 780px;
	}

	.header .menu ul {
		width: 620px;
	}


	.header .menu a.a1 {
		font-size: 18px;
	}

	.index-banner-img {
		padding-top: 62%;

	}

	.core-content {
		padding: 40px 35px;
	}
}


@media (max-width:1140px) {
	.banner-content {
		left: 55px;
	}

	.inner-news a.news-query .time {
		display: none;
	}

	.inner-news a.news-query .news-box {
		width: 100%;
	}

	.inner-news a.news-query .news-box dl dd .dtime {
		display: block;
	}

	.header {
		z-index: 9999;
		background: #fff;
	}

	.header-main-box {
		height: 70px;
	}

	.header .logo {
		height: 70px;
	}

	.header .logo a {
		background-image: url(../logo-black.png);
	}

	.m_menu {
		display: flex;
	}

	.header .menu {
		position: absolute;
		left: 0;
		top: 70px;
		background: #00599f;
		width: 100%;
		display: none;
		z-index: 999;
	}

	.header .menu ul {
		width: 100%;
		display: block;
	}

	.header .menu ul li {
		width: 100%;
		text-align: left;
		border-bottom: 1px solid #1573bd;
	}

	.header .menu a.a1 {
		line-height: 52px;
	}

	.header .menu ul li a.a1::before {
		height: 1px;
	}

	.header .menu ul li a {
		padding: 0;

	}

	.header .menu a.a1 {
		display: inline;
		margin-left: 15px;
	}

	.header .menu ul li a.a1::before {
		display: none;
	}

	.header .menu ul li.li1:nth-child(2):after,
	.header .menu ul li.li1:nth-child(3):after,
	.header .menu ul li.li1:nth-child(4):after,
	.header .menu ul li.li1:nth-child(5):after {
		top: 22px;
		right: 15px;
		width: 8px;
		height: 5px;
		content: '';
		display: block;
		position: absolute;


		background: url(../menu-span-h.png);
	}


	.header .menu li .drop {
		position: static;
		margin: 0;
		width: 100%;
	}

	.header .menu li .drop ul {
		width: 100%;
		padding: 0;
	}


	.header .menu li .drop .hide {
		display: none;
	}

	.header .menu li .drop li {
		width: 100%;
		text-align: left;
		box-sizing: border-box;
		border: none;
	}

	.header .search {
		width: 96%;
		margin: 0 2%;
	}

	.header .search .s-i {
		display: none;
	}

	.header .search .search-form {
		position: static;
		width: 100%;
		opacity: 1;
		visibility: visible;
	}

	.lang-txt {
		display: none;
	}

	.banner-swiper,
	.banner {
		margin-top: 70px;
	}

	.index-banner-img {
		padding-top: 60%;
	}

	.business-title {
		padding: 0;
	}

	.business-title ul {
		padding: 10px 0;
	}

	.business-title ul li {
		padding: 5px 10px;
	}

	.business-middle-dl dd {
		padding-top: 15px;
	}

	.core-content {
		padding: 35px 25px;
	}

	.core-box .core-warp .img-box {
		height: 320px;
	}

	.core-box .core-warp .img-box img {
		height: 100%;
		width: auto;
	}

	.inner-class {
		height: auto;
		background: #f1f1f1;
	}

	.inner-class .section {
		width: 100%;
		padding: 0 !important;
	}

	.class-link::before,
	.class-link a::after {
		display: none;
	}

	.class-link {
		position: static;
		padding: 0;
		text-align: center;

	}

	.class-link i {
		display: none;
	}

	.class-link a {
		color: #000;
		padding: 20px 15px;
		margin: 0 15px;
		display: inline-block;
		border-bottom: 2px solid #f1f1f1;
	}

	.class-link a.choose,
	.class-link a:hover {
		color: #00599f !important;
		border-bottom: 2px solid #00599f;
	}

	.class-link {
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}

	.class-link::-webkit-scrollbar {
		display: none
	}




}

/*banner媒体查询*/
@media (max-width:999px) {
	.index-about .box {
		padding: 80px 0;
	}

	.customers-txt,
	.customers-img {
		width: 100%;
		margin: 10px 0;
	}

	.about-title h1 {
		margin-top: 0;
	}

	.about-title {
		width: 100%;
		margin-bottom: 30px;
	}

	.index-about .about-txt {
		width: 100%;
	}

	.core-memo {
		width: 96%;
	}

	.core-content {
		padding: 30px 20px;
	}

	.core-content .txt {
		margin: 18px 0 35px 0;
	}

	.index-news ul li {
		width: 32%;
	}

	.index-news-swiper .news-txt {
		overflow: hidden;
		padding: 30px 10px;
	}

	ul.about-icon li {
		padding: 35px 10px 40px 20px;
	}

	.foot-copyright {
		font-size: 15px;
	}

	.pagination-button {
		width: 100%;
		background: none;
	}

	.banner-pagination span {
		width: 10px;
		height: 10px;
	}

	.banner-pagination .swiper-pagination-bullet-active {
		background: #05a5e8;
		width: 10px;
		border-radius: 6px;
	}

	.fr {
		float: none;
	}

	.foot-contact {
		display: none;
	}

	.foot-menu {
		width: 100%;
		display: block;
	}

	.foot-menu .foot_contlis {
		max-width: 100%;
	}

	.foot-menu .foot_contlis {
		width: 100%;
	}

	.foot-menu .foot_contlis ul,
	.foot-menu .w2 .menu-ul {
		display: none;
		background: #4f4f4f;
		padding: 20px;
	}

	.foot-menu .w2 li {
		width: 100%;
	}

	.foot-menu h3 {
		line-height: 50px;
		margin: 0;
		font-size: 16px;
		border-bottom: 1px solid #fff;
		position: relative;
	}

	.fold h3::after {
		background: url(../sanjiao.png) !important;
	}

	.foot_contlis h3::after {
		content: '';
		display: block;
		width: 12px;
		height: 11px;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -4px;
		background: url(../sanjiao-h.png);
	}



	.foot_contlis.active ul {
		display: block !important;
	}

	.inner-job ul li a {
		padding: 18px 18px;
	}


	.con-content .con-fl h3 {
		font-size: 25px;
	}

	.con-content .con-fl h2 {
		font-size: 18px;
	}

	.con-content .con-fl h4 {
		font-size: 18px;
	}

	.con-content .con-fl span {
		font-size: 17px;
	}

	.job-detail h1 {
		font-size: 28px;
	}

	.job-txt h2 {
		font-size: 22px;
	}

	.t_g4shen {
		padding: 10px 40px;
	}

	.business-advantage-ul ul li .box {
		border-radius: 5px;
	}

	.inner-about-title {
		margin-bottom: 25px;
	}

	.news-detail .news-title h2 {
		font-size: 30px;
	}
}


@media (max-width:768px) {
	.about-video i {
		width: 40px;
		height: 40px;
		margin-top: -20px;
		margin-left: -20px;
	}

	.class-link a {
		padding: 15px 5px;
		margin: 0 5px;
	}

	.swiper-slide-txt h1,
	.swiper-slide-txt h4 {
		font-size: 30px;
	}

	.about-title h1 {
		font-size: 30px;
	}

	.index-title h5 {
		font-size: 18px;
	}

	.index-title h2 {
		font-size: 30px;
	}

	.inner-title,
	.inner-contact h1 {
		font-size: 28px;
	}

	.swiper-slide-txt a {
		font-size: 14px;
		line-height: 35px;
	}

	.banner h2 {
		font-size: 20px;
	}

	.banner h1 {
		font-size: 30px;
	}

	.inner-title {
		font-size: 28px;
	}

	.swiper-slide-txt .banner-swiper-link {
		max-width: 130px
	}

	.button-pointer span {
		font-size: 14px;
	}

	.inner-about .about-txt {
		width: 100%;
	}

	.form-form ul li.w30 {
		width: 100%;
		margin: 5px 0;
	}

	.m05 {
		margin: 5px 0 !important;
	}

	.form-form ul li input {
		padding: 7px 15px;
	}
}

@media (max-width:658px) {
	.inner-job ul li a {
		padding: 10px 10px;
	}

	.banner-content {
		left: 13px;
	}

	.inner-values {
		padding-top: 70px;
	}

	.banner h2 {
		font-size: 18px;
	}

	.banner h1 {
		font-size: 22px;
	}

	.inner-title,
	.inner-contact h1 {
		font-size: 26px;
	}

	.inner-job ul li {
		width: 100%;
		margin: 15px 0;
	}

	.growth-dl .growth-titme {
		font-size: 28px;
	}

	.growth-dl .growth-box-txt {
		font-size: 16px;
	}

	.duotutxt .growth-box-txt {
		height: 150px;
	}

	.dantxt .growth-box {
		height: 450px;
	}

	.business-advantage-ul ul li h2 {
		font-size: 19px;
	}

	.business-middle-dl dt,
	.business-middle-dl dd {
		width: 100%;
		margin: 10px 0;
	}

	.index-banner-img {
		padding-top: 68%;
	}

	.section {

		padding: 0 13px;
	}

	.swiper-slide-txt h1,
	.swiper-slide-txt h4 {
		font-size: 28px;
	}

	.about-title h1 {
		font-size: 28px;
	}

	.index-title h5 {
		font-size: 16px;
	}

	.index-title h2 {
		font-weight: bold;
		font-size: 28px;
	}

	.index-title p {
		font-size: 14px;
	}


	.button-pointer {
		display: none;
	}

	.about-icon-list .section {
		padding: 0;
	}

	.core-box .core-warp .img-box {
		display: none;
	}

	ul.about-icon li:nth-child(1),
	ul.about-icon li:nth-child(2),
	ul.about-icon li:nth-child(3) {
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}

	ul.about-icon li {
		padding: 15px 25px;
	}

	.about-link a {
		padding: 0 55px 0 18px;
		line-height: 45px;
	}

	.core-content {
		height: 100%;
	}

	.core-box .core-warp,
	.core-box .core-warp.active {
		width: 100%;
	}

	.core-content .txt {
		margin: 15px 0;
	}

	.title-icon .icon img {
		width: 30px;
	}

	.index-news ul li {
		width: 100%;
		margin: 10px 0;
	}

	.business-title ul {
		display: block;
		text-align: center;
	}

	.business-title ul li {
		width: auto;
		display: inline-block;

		font-size: 16px;
		padding: 5px 8px;
	}

	.service-txt span {
		font-size: 16px;
		margin-right: 10px;
	}

	.foot-logo img {
		height: 34px;
	}

	.foot-menu-icon a {
		width: 38px;
		height: 38px;
	}

	.about-video i {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		margin-left: -15px;
	}

	.banner h2 {
		padding-left: 30px;
	}

	.banner h2::before {
		width: 22px;
		height: 2px;
	}

	.inner-values ul li {
		width: 100%;
		margin: 10px 0;
	}

	.inner-values ul li img {
		width: 100%;
	}

	.inner-contact li {
		width: 48%;
		margin: 10px 0;
	}

	.con-content .con-fl,
	.con-content .con-fr {
		width: 100%;
		margin: 10px 0;
	}

	.con-content .con-fl h3 {
		font-size: 22px;
	}

	.con-content .con-fl h2 {
		font-size: 16px;
	}

	.con-content .con-fl h4 {
		font-size: 17px;
	}

	.con-content .con-fl span {
		font-size: 19px;
	}

	.customers-txt&gt;div {
		font-size: 15px;
		line-height: 22px;
		margin-bottom: 1px;
	}

	#allmap {
		height: 350px;
	}

	.growth-time-box {
		padding: 35px 5px 1px 5px;
	}

	.time-title {
		font-size: 18px;
	}

	.duotutxt dt,
	.duotutxt dd {
		width: 100%;
		margin: 10px 0;
	}

	.news-swiper-container-top {
		display: none;
	}

	.inner-news a.news-query .news-box dl dt,
	.inner-news a.news-query .news-box dl dd {
		width: 100%;
		margin: 10px 0;
	}

	.inner-news a.news-query .news-box dl dt img {
		width: 100%;
	}

	.inner-news a.news-query .news-box dl dd p {
		margin-top: 10px;
	}

	.news-detail .news-title h2 {
		font-size: 25px;
	}

	.news-detail .news-intro {
		font-size: 17px;
		line-height: 32px;
	}

	.news-detail .news-intro img {
		width: 100%;
		max-width: 800px;
		margin: 10px auto;
	}

	.news-detail {
		padding: 160px 20px 90px 20px;
	}


	.index-business,
	.index-about .box,
	.index-news,
	.inner-mission,
	.inner-staff,
	.inner-news,
	.inner-job,
	.inner-contact,
	.form-form,
	.inner-contact ul {
		padding: 40px 0;
	}

	.inner-history {
		padding-top: 40px;
	}

	.inner-about,
	.inner-advantage {
		padding-top: 70px;
	}

	.inner-customers {
		padding: 70px 0;
	}

	.index-core,
	.foot-box {
		padding-top: 40px;
	}


	.advantage-zs-ul ul li img {
		width: 92%;
		margin: 20px auto;
	}

	.advantage-memo h6 {
		font-size: 17px;
	}

	.inner-about-title h2 {
		font-size: 28px;
	}

	ul.advantage-ul02 li {
		width: 48%;
	}

	.service-lc {
		padding: 20px 10px;
		margin: 20px 0;
	}

	.service-lc img {
		margin: 10px auto;
	}

	.pc-box {
		display: none;
	}

	.mp-box {
		display: block;
	}
}

@media (max-width:525px) {
	#allmap {
		height: 260px;
	}

	.business-advantage-ul ul li h2 {
		font-size: 17px;
	}
}

@media (max-width:428px) {
	#allmap {
		height: 220px;
	}
}</pre></body></html>