@font-face {
	font-family: "HarmonyOS_Sans_SC_Light";
	font-display: swap;
	src: url('HarmonyOS_Sans_SC_Light.ttf');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Regular";
	font-display: swap;
	src: url('HarmonyOS_Sans_SC_Regular.ttf');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Bold";
	font-display: swap;
	src: url('HarmonyOS_Sans_SC_Bold.ttf');
}

input,
textarea,
select,
button,
area,
body {
	font-family: "HarmonyOS_Sans_SC_Regular";
}

body {
	background: #ffffff;
}

.section {
	width: 94%;
	max-width: 1600px;
	margin: 0 auto;
}

.header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	transition: 0.4s;
	z-index: 9999;
}

.header .section {
	position: relative;
	height: 100px;
}

.header .logo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100px;
	position: relative;
	float: left;
}

.header .logo a {
	width: 235px;
	display: block;
	height: 67px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.header .logo a {
	background-image: url(../logo.png);
}

.header .menu {
	float: right;
	width: 63%;
	margin-right: 175px;
	height: 100px;
	padding: 20px 0;
}

.header .menu ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.header .menu ul li {
	position: relative;
}

.header .menu ul li a.menu-a {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 19px;
	line-height: 60px;
}

.header .menu ul li a.menu-a::before {
	content: '';
	width: 0;
	height: 2px;
	left: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	bottom: 0;
	background: #fff;
}

.header .menu ul li.on .menu-a::before,
.header .menu ul li:hover .menu-a::before {
	width: 100%;
}

.header .menu li .drop {
	background: #fff;
	overflow: hidden;
	position: absolute;
	width: 300px;
	left: 0;
	padding: 20px 30px;
	top: 100%;
	display: none;
}

.header .menu li .drop ul {
	width: 100%;
}

.header .menu li .drop li {
	width: 100%;
	margin: 0;
	padding: 0;
}

.header .menu li .drop li a {
	display: inline-block;
	font-weight: normal;
	position: relative;
	line-height: 45px;
	font-size: 18px;
}

.header .menu li .drop li a:before {
	content: "";
	display: block;
	width: 0%;
	height: 2px;
	background: #4e7fab;
	border-radius: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
}

.header .menu li .drop li a:hover:before {
	width: 100%;
}

.header .menu li .drop li::after {
	display: none;
}

.lang-txt {
	position: absolute;
	right: 60px;
	top: 50%;
	margin-top: -14px;
	z-index: 10;
	padding: 0 25px 0 32px;
	color: #fff;
}

.lang-txt::before {
	content: '';
	width: 21px;
	height: 22px;
	left: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	top: 50%;
	margin-top: -11px;
	background-image: url(../earth.png);
	background-size: 100%;
}

.lang-txt::after {
	content: '';
	width: 14px;
	height: 8px;
	right: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	top: 50%;
	margin-top: -4px;
	background-image: url(../icon02.png);
	background-size: 100%;
}

.search_icon {
	width: 38px;
	height: 38px;
	top: 50%;
	margin-top: -19px;
	position: absolute;
	right: 0;
	background-color: rgba(255, 255, 255, 0.55);
	background-image: url(../search.png);
	background-size: 80%;
	background-position: center center;
	background-repeat: no-repeat;
	transition: 0.4s;
	border-radius: 50%;
}

.m_menu {
	align-items: center;
	justify-content: center;
	width: 24px;
	position: absolute;
	right: 28px;
	top: 0;
	height: 70px;
	display: none;
	transition: 0.4s;
	z-index: 9999999;
}

.m_menu span {
	display: block;
	transition: ease .6s;
	width: 24px;
	height: 2px;
	background: #4e7fab;
}

.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;
}

.fixnav {
	width: 100%;
	background: #fff;
	color: #000;
}

.fixnav .menu ul li a.menu-a {
	color: #000;
}

.fixnav .menu ul li a.menu-a::before {
	background: #000;
}

.fixnav .logo a {
	background-image: url(../logo-h.png);
}

.fixnav .search_icon {
	background-color: rgba(0, 0, 0, 0.35);
}

.fixnav .lang-txt::before {
	background-image: url(../earth-h.png);
}

.fixnav .lang-txt::after {
	background-image: url(../icon02-h.png);
}

.fixnav .lang-txt {
	color: #444;
}

.index-title {
	position: relative;
}

.index-title span {
	font-size: 5vw;
	color: #464646;
	font-weight: bold;
	position: absolute;
	opacity: 0.1;
	z-index: 10;
	bottom: 0%;
	left: 0;
}

.index-title h1 {
	position: relative;
	z-index: 30;
	font-weight: bold;
}

.index-title p {
	color: #969696;
}

.blue-color {
	color: #2353a3;
}

.white-color {
	color: #fff;
}

.main-more a {
	color: #000;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	line-height: 42px;
	transition: 0.4s;
	position: relative;
	max-width: 164px;
	border: 1px solid #000000;
	border-radius: 35px;
}

.main-more i {
	display: inline-block;
	width: 17px;
	transition: 0.3s;
	margin-left: 10px;
}

.main-more i img {
	width: 100%;
}

.partner-more a {
	color: #fff;
	border: 1px solid #fff;
	background: #4e7fab;
}

.blue-more a,
.main-more a:hover {
	color: #fff;
	border: 1px solid #4e7fab;
	background: #4e7fab;
}

.white-more a,
.white-more a:hover {
	color: #fff;
	border: 0;
	background: none;
}

.partner-more a i img,
.white-more a i img,
.blue-more a i img,
.main-more a:hover img {
	filter: invert(1);
}

.search-box {
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 99999;
	background: rgba(255, 255, 255, 0.85);
}

.search-box .searchform {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.searchform form {
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	border-bottom: 1px solid #999;
}

.searchform form .search_input {
	border: none;
	outline: none;
	width: 90%;
	font-size: 18px;
	color: #333333;
	box-sizing: border-box;
	padding: 0 10px;
	line-height: 60px;
	background: none;
}

.searchform form .submit {
	width: 10%;
	height: 50px;
	border: none;
	outline: none;
	background: url(../search-h.png) center no-repeat;
}

.searchform .close {
	position: absolute;
	top: 25px;
	font-size: 25px;
	right: 40px;
	z-index: 10;
	width: 40px;
	height: 40px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #eee;
	cursor: pointer;
	border-radius: 50%;
}

.searchform .close:hover {
	background: #4e7fab;
	color: #fff;
}

/**/
.banner-swiper {
	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: 3.2vw;
	letter-spacing: 5px;
	margin-top: 2%;
	font-weight: 600;
	animation-delay: 0.6s;
}

.swiper-slide-txt h2 {
	font-size: 1vw;
	animation-delay: 0.8s;
}

.banner-swiper-link {
	position: relative;
	animation-delay: 1s;
	width: 100%;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
}

.banner-swiper-link a {
	border: 1px solid #fff;
	border-radius: 25px;
	color: #fff;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	line-height: 45px;
	max-width: 185px;
	font-size: 18px;
	position: relative;
	overflow: hidden;
}

.banner-swiper-link i {
	max-width: 22px;
	margin-right: 10px;
}

.swiper-slide-active span,
.swiper-slide-active h1,
.swiper-slide-active h2,
.swiper-slide-active .banner-swiper-link {
	animation-name: fadeInUp;
}

.index-banner-img {
	padding-top: 48.38%;
	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;
}

.button-lin {
	left: 0;
	bottom: 0;
	z-index: 11;
	position: absolute;
	background-image: url(../banner_lin.png);
	background-repeat: no-repeat;
	background-size: 100%;
	padding-top: 31.666%;
	width: 100%;
}

.bannerbutton {
	width: 120px;
	height: 54px;
	position: absolute;
	bottom: 6%;
	right: 35px;
	z-index: 90;
}

.button-next,
.button-prev {
	width: 54px;
	line-height: 54px;
	height: 54px;
	margin-top: -27px;
	border: 1px solid #fff;
}

.button-prev:after,
.button-next:after {
	color: #fff;
	font-weight: 300;
	font-size: 18px;
}

.banner-next {
	right: 0;
}

.banner-prev {
	left: 0;
}

.button-next:hover,
.button-prev:hover {
	background: #0a75cc;
	border: 1px solid #0a75cc;
}

/*index-about*/
.index-about {
	width: 100%;
	overflow: hidden;
	background-color: #f8f8f8;
	position: relative;
	background-image: url(../index-about.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom center;
}

.index-about .section {
	position: relative;
	z-index: 20;
}

.about-txt {
	width: 50%;
	margin: 150px 0 110px 0;
}

.about-txt h2 span {
	color: #4e7fab;
}

.about-txt .txt {
	margin: 20px 0;
}

.index-about .about-img {
	width: 46%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.index-about .about-img img {
	width: 100%;
}

.index-about .about-img::before {
	content: '';
	width: 402px;
	height: 105%;
	left: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	top: 0;
	background-image: url(../about-img-bg.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.about-txt .num-box {
	margin-top: 80px;
}

.num-box {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.num-box ul {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.num-box ul li {
	box-sizing: border-box;
	position: relative;
	text-align: center;
}

.num-box .num {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.num-box .num .counter {
	font-weight: bold;
	font-size: 2.8vw;
	color: #4e7fab;
	line-height: 1.1;
}

.num-box .num .text {
	font-size: 1.4vw;
	color: #4e7fab;
	margin-left: 5px;
}

.num-box span {
	display: block;
	margin-top: 18px;
	color: #2a2a2a;
}

/*index-product*/
.index-product {
	width: 100%;
	background: #ffffff;
	padding: 90px 0 70px 0;
	overflow: hidden;
}

.product_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}

.product_item {
	width: 31%;
	margin: 30px 0;
	border-radius: 16px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	box-shadow: 0 0 10px #ccc;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.product_item .content {
	padding: 50px 40px;
	background: #ffffff;
	transition: 0.3s;
	position: relative;
	width: 100%;
	height: 100%;
}

.product_item .content::before {
	content: '';
	width: 100%;
	height: 5px;
	left: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	top: 0;
	background-color: #4e7fab;
}

.product_item img.img_icon {
	position: absolute;
	right: 4%;
	bottom: 4%;
	z-index: 5;
	width: 35%;
	transition: 0.1s;
}

.product_item img.img {
	position: relative;
	z-index: 5;
	width: 100%;
}

.product_item h4 {
	color: #313131;
	line-height: 38px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.product_item h5 {
	color: #6b6b6b;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	transition: 0.1s;
}

.product_item .box {
	height: 180px;
	overflow: hidden;
}

.product_item .txt {
	color: #fff;
	margin-top: 80px;
	line-height: 26px;
	opacity: 0;
	transition: 0.3s;
	overflow: hidden;
}

.product_item .link_ck {
	width: 105px;
	margin-top: 10px;
	padding-right: 30px;
	position: relative;
	font-size: 18px;
	line-height: 26px;
	color: #2353a3;
}

.after {
	width: 21px;
	height: 21px;
	border-radius: 50%;
	transition: 0.1s;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10.5px;
	border: 1px solid #2353a3;
}

.after img {
	max-width: 100%;
}

.after .after-a {
	position: absolute;
	transition: 0.1s;
	transform: translate(0px, 0px);
	top: 0;
	left: 0;
}

.after .after-b {
	position: absolute;
	transition: 0.1s;
	transform: translate(-25px, 0px);
	top: 0;
	left: 0;
	opacity: 0;
}

.product-link {
	margin: 20px 0;
}

.product-link a {
	display: inline-block;
	font-size: 18px;
	margin: 5px 0;
	padding-right: 35px;
	position: relative;
	transition: 0.4s;
}

.product-link a:hover {
	margin-left: 10px;
}

.yesproduct-link a {
	color: #4e7fab;
}

.noproduct-link a {
	color: #6b6b6b;
}

.yesproduct-link a:before {
	content: '';
	width: 15px;
	height: 14px;
	right: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	top: 5px;
	background-image: url(../icon11.png);
	background-size: 100%;
}

.noproduct-link a:before {
	content: '';
	width: 17px;
	height: 16px;
	right: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	top: 5px;
	background-image: url(../icon12.png);
	background-size: 100%;
}

.product_item:hover .after {
	border: 1px solid #fff;
}

.product_item:hover .after img {
	filter: brightness(100);
}

.product_item:hover .after .after-a {
	transform: translate(55px, 0px);
	opacity: 0;
}

.product_item:hover .after .after-b {
	transform: translate(0px, 0px);
	opacity: 1;
}

.product_item:hover h5 {
	opacity: 0;
}

.product_class_item:hover {
	background: #1187c3;
	color: #fff;
}

.product_class_item:hover .link_ck,
.product_class_item:hover h5,
.product_class_item:hover h4 {
	color: #fff;
}

.product_class_item:hover .content {
	background: none;
}

.product_class_item:hover .content::before,
.product_class_item:hover img.img_icon {
	opacity: 0;
}

.product_class_item:hover .txt {
	opacity: 1;
	margin-top: 1px;
}

.index-partner .main-more a,
.index-product .main-more a {
	margin: auto;
}

/* 遮罩层样式 */
#overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9998;
}

/* 弹窗样式 */
#popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 50px 30px;
	border-radius: 25px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	z-index: 9999;
	max-width: 80%;
	width: 390px;
	text-align: center;
	z-index: 99989;
}

#popup-content h3 {
	margin-bottom: 25px;
}

#popup-content a {
	background-color: #4e7fab;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	line-height: 50px;
	transition: 0.4s;
	font-size: 19px;
	position: relative;
	max-width: 230px;
	border-radius: 8px;
}

#popup-content a i {
	margin-right: 15px;
}

/* 关闭按钮样式 */
.close-btn {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	font-size: 24px;
	font-weight: bold;
}

/*index-ability */
.index-ability {
	width: 100%;
	overflow: hidden;
	background-image: url(../ability_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	padding: 70px 0;
}

.ability-title-link {
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.ability-title-link .section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ability_swiper {
	position: relative;
	padding: 0 60px;
}

.ability-content {
	width: 100%;
	cursor: pointer;
	border-radius: 35px;
	overflow: hidden;
	position: relative;
}

.ability-content:before {
	content: '';
	width: 100%;
	height: 50%;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	left: 0;
	bottom: 0;
	background-image: url(../ability-content-before.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.ability-content img {
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.ability-content:hover img {
	transform: scale(1.2, 1.2);
}

.ability-icon {
	background-image: url(../ability-icon.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 90%;
	padding: 20px 35px;
	overflow: hidden;
	position: absolute;
	bottom: 30px;
	left: 5%;
	background-color: #2353a3;
	color: #fff;
	z-index: 10;
}

.ability-content h4 {
	width: 90%;
	padding: 20px 35px;
	overflow: hidden;
	position: absolute;
	bottom: 15px;
	text-align: center;
	left: 5%;
	color: #fff;
	z-index: 10;
}

.ability-icon h3 {
	padding: 15px 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #fff;
}

.ability-more {
	width: 40px;
	height: 40px;
	display: block;
	background: #4e7fab;
	border-radius: 5px;
	text-align: center;
	position: relative;
}

.ability-more i {
	position: absolute;
	line-height: 40px;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	font-style: normal;
	transition: 0.3s;
}

.ability-more:hover {
	color: #fff;
	background: #f4c51c;
}

.ability-content:hover .ability-more i {
	transform: rotate(90deg);
}

.ability-next {
	right: -30px;
}

.ability-prev {
	left: -30px;
}

.button-pagination {
	width: 100%;
	text-align: center;
	margin-top: 40px;
}

.button-pagination span {
	margin: 0 5px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	transition: 0.4s;
	opacity: 0.5;
}

.ability-pagination span {
	background: #fff;
}

.honor-pagination span {
	background: #fff;
}

.button-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}

/*index-news */
.index-news {
	width: 100%;
	overflow: hidden;
	background-image: url(../news.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	padding: 90px 0 70px 0;
}

.newsslideTxtBox {
	position: relative;
	padding-left: 210px;
}

.news-hd {
	z-index: 99;
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
	width: 145px;
}

.news-hd ul {
	width: 100%;
	margin-bottom: 100px;
}

.news-hd ul li {
	width: 100%;
	margin: 30px 0;
	line-height: 45px;
	color: #959595;
	position: relative;
	box-sizing: border-box;
	font-size: 18px;
	cursor: pointer;
}

.news-hd ul li.on {
	color: #2353a3;
}

.news-more {
	color: #fff;
	display: inline-block;
	text-align: center;
	line-height: 52px;
	transition: 0.4s;
	position: relative;
	width: 100%;
	border-radius: 8px;
	background: #4e7fab;
}

.news-middle {
	width: 100%;
	overflow: hidden;
}

.news-list {
	width: 100%;
	overflow: hidden;
}

.news-slide {
	display: block;
	width: 100%;
	overflow: hidden;
}

.news-img {
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
}

.news-img img {
	width: 100%;
}

.news-content h2 {
	line-height: 28px;
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-top: 30px;
}

.news-content .txt {
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 33px;
	height: 66px;
	overflow: hidden;
	color: #777777;
}

.news-time {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 30px;
	overflow: hidden;
	font-size: 16px;
	color: #777777;
	padding: 10px 0;
	margin-top: 15px;
	border-top: 1px solid #d3d5d6;
}

.news-time em {
	font-style: normal;
	color: #2353a3;
	font-size: 16px;
}

.news-time span {
	font-style: normal;
	color: #2b2b2b;
}

.news-list ul li a:hover {
	background: rgba(0, 0, 0, 0.3);
}

.news-list ul li a:hover h3,
.news-list ul li a:hover h2,
.news-list ul li a:hover em,
.news-list ul li a:hover p,
.news-list ul li a:hover span {
	color: #fff;
}

.index-partner {
	width: 100%;
	overflow: hidden;
	padding: 100px 0 50px 0;
	background-image: url(../partner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.index-partner ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.index-partner ul li {
	background-color: #fff;
	width: 15.066%;
	margin: 20px 0.8%;
	padding: 5px 5px;
	border-radius: 15px;
}

.index-partner ul li img {
	margin: 0 auto;
	max-width: 100%;
}

/*banner*/
.banner {
	width: 100%;
	overflow: hidden;
	color: #fff;
	position: relative;
}

.inner-banner-img {
	width: 100%;
	height: 635px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.banner-content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 20;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 32px;
}

.banner h2 {
	position: relative;
}

.work-class {
	width: 100%;
	overflow: hidden;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: center;
	border-bottom: 1px solid #cccccc;
}

.work-class a {
	color: #000;
	font-size: 20px;
	display: inline-block;
	position: relative;
	padding: 35px 40px;
	border-bottom: 1px solid #fff;
}

.work-class a.choose,
.work-class a.on,
.work-class a:hover {
	color: #4e7fab;
	border-bottom: 1px solid #4e7fab;
}

/*inner-about */
.inner-about {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	padding: 80px 0;
	position: relative;
	background-image: url(../about-bj.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.about-left {
	width: 22%;
	float: left;
	overflow: hidden;
}

.about-down {
	display: inline-block;
	border-radius: 50%;
	background-color: #4e7fab;
}

.about-down img {
	max-width: 100%;
}

.about-right {
	width: 75%;
	float: right;
	position: relative;
	padding-left: 250px;
}

.about-right:before {
	content: '';
	width: 80px;
	height: 500px;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	left: 0;
	top: -15px;
	background-image: url(../about-logo.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
}

.about-right .txt {
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.about-right .num-box {
	margin: 100px 0;
}

.about-bigimg {
	width: 100%;
	overflow: hidden;
}

.about-bigimg img {
	width: 100%;
}

.inner-history {
	overflow: hidden;
	padding: 85px 0 145px 0;
	width: 100%;
	position: relative;
	background-image: url(../history.jpg);
	background-size: cover;
}

.inner-history .section {
	position: relative;
}

.history-button {
	width: 105px;
	height: 43px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -21.5px;
	z-index: 10;
}

.history-next,
.history-prev {
	width: 50px;
	line-height: 43px;
	height: 43px;
	margin-top: -21px;
}

.history-prev:after,
.history-next:after {
	display: none;
}

.history-next {
	right: 0;
}

.history-prev {
	left: 0;
}

.history-next:hover,
.history-prev:hover {
	opacity: 0.7;
}

.history-time-box {
	position: relative;
}

.history-time-box::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 18px;
	left: 0;
	z-index: 1;
	background: #92a6b9;
}

.history-content {
	color: #fff;
	cursor: pointer;
}

.history-content h2 {
	font-weight: bold;
	margin: 75px 0 35px 0;
}

.history-content h3 {
	font-weight: bold;
	color: #c5e4ff;
	margin-bottom: 10px;
}

.history-content .txt {
	width: 90%;
	line-height: 40px;
}

.history-content::before {
	content: "";
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background-image: url(../icon10.png);
	background-size: 100%;
	border-radius: 50%;
}

.swiper-slide-active .history-content::before {
	background-image: url(../icon09.png);
}

.inner-honor {
	width: 100%;
	padding: 100px 0;
	overflow: hidden;
	background: #fff;
}

.honor-hd {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
	z-index: 50;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.honor-hd ul {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	justify-content: center;
}

.honor-hd ul li {
	padding: 0 10px;
	text-align: center;
	line-height: 45px;
	margin: 0 10px;
	color: #000;
	position: relative;
	box-sizing: border-box;
	font-size: 22px;
	cursor: pointer;
	border-bottom: 5px solid #fff;
}

.honor-hd ul li.on {
	color: #4e7fab;
	border-bottom: 5px solid #4e7fab;
}

.honor-slide {
	padding: 10px 10px;
	background: #f2f2f2;
	border: 10px solid #dedede;
}

.honor-Swiper {
	padding: 0 60px;
	position: relative;
}

.honor-next,
.honor-prev {
	border: 1px solid #4e7fab;
}

.honor-next {
	right: 0;
}

.honor-prev {
	left: 0;
}

.honor-next:after,
.honor-prev:after {
	font-size: 18px;
	color: #4e7fab;
}

.honor-next:hover:after,
.honor-prev:hover:after {
	color: #fff;
}

/*inner_service */
.inner_service {
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 90px 0 20px 0;
}

.service_medit {
	width: 100%;
	overflow: hidden;
	padding: 60px 60px;
	background: #ebf0f6;
	border-radius: 20px;
}

.service_content {
	width: 40%;
	float: left;
	background: #4e7fab;
	border-radius: 10px;
	color: #fff;
	padding: 60px 60px;
	margin-top: 40px;
	margin-left: 20px;
}

.service_content p {
	position: relative;
	padding-left: 30px;
	margin: 22px 0;
}

.service_content p:before {
	content: '';
	width: 20px;
	height: 20px;
	left: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	top: 5px;
	background-image: url(../icon07.png);
	background-size: 100%;
}

.service-img {
	width: 52%;
	float: right;
	text-align: center;
	color: #000;
	position: relative;
}

.service-img img {
	width: 100%;
}

.map-list {
	width: 46px;
	height: 46px;
	position: absolute;
	font-size: 18px;
}

.map-list a {
	position: absolute;
	z-index: 15;
	text-transform: uppercase;
	font-weight: bold;
}

.map-list a:hover {
	color: #920d14;
}

.map01 {
	left: 59.4%;
	top: 31.2%;
}

.map01 a {
	right: -39px;
	top: 12px;
}

.map02 {
	left: 63.2%;
	top: 49.8%;
}

.map02 a {
	display: block;
	width: 56px;
	left: 36px;
	top: 13px;
}

.map03 {
	left: 51.6%;
	top: 55.2%;
}

.map03 a {
	display: block;
	left: 4px;
	top: -22px;
}

.map04 {
	left: 58.2%;
	top: 63.8%;
}

.map04 a {
	display: block;
	width: 96px;
	left: 21px;
	top: 8px;
}

.map05 {
	left: 55.4%;
	top: 73.5%;
}

.map05 a {
	display: block;
	width: 88px;
	left: 20px;
	top: 12px;
}

.map-list i::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #b72d38;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -5px;
	margin-top: -5px;
	z-index: 10;
}

.map-list i::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../icon06.png);
	position: absolute;
	left: 0;
	z-index: 5;
	top: 0;
	border-radius: 100%;
	background-size: 100%;
	opacity: 0;
	-webkit-animation: mapi 1.5s ease-out;
	-moz-animation: mapi 1.5s ease-out;
	animation: mapi 1.5s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.map-list i {
	display: block;
	width: 48px;
	height: 48px;
	z-index: 10;
}

/*inner-product */
.inner-product {
	width: 100%;
	overflow: hidden;
	background: #eceef0;
	padding: 80px 0;
}

.inner-ability {
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 90px 0;
}

.inner-ability ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.inner-ability ul li {
	display: block;
	width: 31%;
	margin: 15px 0;
	background: #dfe6f1;
	position: relative;
	color: #000;
	transition: 0.3s;
	cursor: pointer;
	padding: 90px 50px;
	border-radius: 30px;
}

.inner-ability ul li .img {
	max-width: 100;
	overflow: hidden;
	position: relative;
}

.inner-ability ul li img {
	width: 46%;
	border-radius: 50%;
	background-color: #4e7fab;
	margin: 0 auto;
}

.inner-ability ul li .box {
	position: relative;
	z-index: 20;
}

.inner-ability ul li h4 {
	margin: 25px 0 15px 0;
	color: #4e7fab;
	font-weight: bold;
}

.inner-ability ul li .txt {
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.ability-ability {
	width: 100%;
	overflow: hidden;
	background-image: url(../ability-ability.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	padding: 70px 0;
}

.product-left {
	width: 24.375%;
	float: left;
}

.product-left i {
	display: block;
	margin: 60px 0 15px 0;
}

.product-class {
	width: 100%;
	background: #fff;
	border-radius: 10px;
	padding: 20px 20px;
	position: relative;
	overflow: hidden;
}

.product-class:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 4px;
	background: #4e7fab;
}

.product-class ul li .bigclass-link {
	position: relative;
	font-size: 20px;
	padding: 20px 20px;
	color: #4e7fab;
	border-bottom: 1px solid #bfbfbf;
}

.product-class ul li .bigclass-link span {
	position: absolute;
	right: 0;
	top: 50%;
	width: 21px;
	height: 21px;
	margin-top: -10.5px;
	z-index: 30;
	border: 2px solid #5282ad;
	border-radius: 50%;
	background-image: url(../icon14.png);
	background-size: 100%;
}

.product-class ul li.active span {
	background-image: url(../icon15.png);
}

.product-class ul li .smallclass {
	background: #f1f1f1;
	display: none;
	width: 100%;
	overflow: hidden;
}

.bigclass.active .smallclass {
	display: block;
}

.product-class ul li .smallclass ul {
	width: 100%;
	overflow: hidden;
	padding: 0 20px;
}

.product-class ul li .smallclass ul li {
	font-size: 16px;
	display: block;
	line-height: 25px;
	padding: 6px 20px;
	position: relative;
}

.product-class ul li .smallclass ul.smallclass-ul-yes {
	width: 100%;
	overflow: hidden;
	background: #fafafa;
}

.product-class ul li .smallclass ul.smallclass-ul-yes li a {
	color: #4e7fab;
}

.product-class ul li .smallclass ul.smallclass-ul-no {
	width: 100%;
	overflow: hidden;
	background: #eeeeee;
}

.product-class ul li .smallclass ul.smallclass-ul-no li a {
	color: #6b6b6b;
}

.product-class ul li .smallclass ul li:before {
	content: '';
	position: absolute;
	top: 18px;
	left: 0;
	z-index: 10;
	width: 5px;
	height: 2px;
	background: #4e7fab;
	opacity: 0;
	transition: 0.3s;
}

.bigclass-link>div:hover,
.bigclass-link a:hover,
.smallclass a:hover {
	color: #4e7fab;
}

.product-class ul li .smallclass ul li:hover:before {
	opacity: 1;
}

.product-right {
	width: 72.5%;
	float: right;
}

.detail-product {
	width: 100%;
	overflow: hidden;
	background: #fff;
	border-radius: 10px;
	padding: 25px 55px;
	background: #fff;
	font-size: 19px;
	line-height: 32px;
}

.detail-product h5 {
	font-size: 25px;
	color: #5082af;
	padding-bottom: 15px;
	margin: 30px 0;
	border-bottom: 2px solid #5082af;
}

.detail-product hr {
	display: none;
}

.detail-product img {
	max-width: 100%;
	margin: 10px auto;
}

.inner-news {
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
}

.news-recommendlist {
	width: 100%;
	margin: 65px 0;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.news-swiper-container {
	width: 100%;
	background: #f4f4f4;
	overflow: hidden;
}

.news-dl-link {
	display: block;
	width: 100%;
}

.news-dl-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background: #f4f4f4;
}

.news-dl-box dt {
	width: 61%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.news-dl-box dt img {
	display: block;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.news-dl-box dd {
	width: 39%;
	overflow: hidden;
	padding: 40px 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #000000;
}

.news-dl-box dd h3 {
	margin: 45px 0;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-dl-box dd .txt {
	display: -webkit-box;
	overflow: hidden;
	color: #2e2e2e;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.news-dl-box dd i {
	display: inline-block;
	margin-top: 25px;
	width: 25px;
}

.news-dl-link:hover,
.news-dl-link:hover h5 {
	color: #0059b3;
}

.news-dl-link:hover img {
	transform: scale(1.05, 1.05);
}

.news-swiper-pagination {
	width: 100%;
	margin-top: 35px;
}

.news-swiper-pagination span {
	margin: 0 5px;
	width: 70px;
	height: 2px;
	border-radius: 10px;
	transition: 0.4s;
	background: #becde2;
}

.news-swiper-pagination .swiper-pagination-bullet-active {
	background: #4e7fab;
}

.inner-news {
	width: 100%;
	overflow: hidden;
	background: #f5f7f9;
	padding: 60px 0;
}

.news-news a {
	width: 100%;
	margin: 15px 0;
	padding: 44px 50px;
	position: relative;
	overflow: hidden;
	background: #ffffff;
	color: #000;
	display: flex;
	flex-wrap: wrap;
	transition: 0.3s;
}

.news-news .news-img {
	display: none;
}

.news-news .news-txt {
	width: 78%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.news-news .news-txt .txt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news-news .news-txt em {
	font-style: normal;
	display: none;
}

.news-news .news-dtime {
	width: 16%;
	margin-left: 6%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	border-left: 1px solid #d9d9d9;
}

.news-news a:hover {
	background: #4e7fab;
	color: #fff;
}

.news-detail {
	width: 100%;
	overflow: hidden;
	padding: 90px 0;
}

.news-detail .goBack {
	display: flex;
	align-items: center;
	color: #888;
	font-size: 16px;
}

.news-detail .goBack:hover {
	color: #0a75cc;
}

.news-detail .goBack img {
	margin-right: 10px;
}

.news-detail .news-title {
	overflow: hidden;
	padding: 40px 0;
}

.news-detail .news-title h1 {
	font-weight: bold;
	margin-top: 15px;
}

.news-detail .news-title .three {
	color: #888;
	margin-top: 25px;
	text-align: left;
}

.news-detail .news-intro {
	overflow: hidden;
	color: #454545;
	padding: 60px 0;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

.news-detail .news-intro img {
	width: 90%;
	max-width: 100%;
	margin: 20px auto;
}

.t_button {
	margin-top: 55px;
}

.t_g4shen {
	font-size: 20px;
	color: #fff;
	line-height: 1.5;
	padding: 17.5px 82.5px;
	background: #0762cb;
	display: inline-block;
	cursor: pointer;
}

.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;
}

/*technology-section */
.technology-section {
	width: 100%;
	overflow: hidden;
	padding: 80px 0;
}

.technology-ability dl {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.technology-ability dl dt {
	width: 45.625%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.technology-ability dl dt img {
	border-radius: 15px;
}

.technology-ability dl dd {
	width: 50%;
}

.technology-ability dl dd .memo {
	color: #4e7fab;
}

.technology-ability dl dd .txt {
	text-align: justify;
}

.technology-ability dl dd .txt p {
	margin: 32px 0;
}

.technology_gry {
	background: #eceef0;
}

.technology_gry .imgbox img {
	max-width: 100%;
	margin: 0 auto;
}

.technology_innovation .txt p {
	margin-bottom: 30px;
}

.technology_innovation .imgbox {
	width: 100%;
	overflow: hidden;
	border-radius: 20px;
	margin-top: 40px;
}

.technology_innovation .imgbox img {
	width: 100%;
}

/*inner-contact */
.inner-contact {
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 80px 0;
}

.contact-ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-ul li {
	width: 31%;
	margin: 10px 0;
	background: #fff;
	padding: 40px 10px 80px 10px;
	text-align: center;
	border-radius: 20px;
	border: 1px solid #4e7fab;
}

.contact-ul li img {
	max-width: 100%;
	margin: 0 auto;
}

.contact-ul li h3 {
	color: #000;
	margin: 18px 0;
}

.contact-ul li a,
.contact-ul li h5 {
	color: #777777;
}

.contact-ul li a:hover,
.contact-ul li h5:hover {
	color: #004ea1;
	transition: 0.4s;
}

.map {
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	margin-top: 45px;
	display: flex;
	flex-wrap: wrap;
}

.map_img01 {
	width: 42.5%;
}

.map_img02 {
	width: 57.5%;
}

#mapDiv {
	width: 100%;
	height: 500px;
}

#mapDiv img {
	display: inline-block;
}

.form-form {
	overflow: hidden;
	background: #f3f5f7;
	padding: 70px 0;
	position: relative;
}

.form-form ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.form-form ul li {
	overflow: hidden;
	float: left;
	margin: 10px 0;
	position: relative;
}

.form-form ul li.w30 {
	width: 32%;
}

.form-form ul li.w50 {
	width: 49%;
}

.form-form ul li.w100 {
	width: 100%;
}

.form-form ul li input {
	line-height: 30px;
	width: 100%;
	font-size: 18px;
	padding: 10px 35px 10px 20px;
	color: #000;
	background: #ffffff;
	border: 1px solid #ffffff;
	position: relative;
}

.form-form ul li textarea {
	width: 100%;
	height: 197px;
	line-height: 30px;
	padding: 10px 35px 10px 20px;
	font-size: 18px;
	background: #ffffff;
	border: 1px solid #ffffff;
	position: relative;
}

.form-form ul li input::placeholder {
	color: #777777;
}

.form-form ul li textarea::placeholder {
	color: #777777;
}

.form-form ul li .button {
	width: 40%;
	max-width: 205px;
	display: block;
	margin: 10px 0;
	color: #ffffff;
	border: 0;
	line-height: 35px;
	font-size: 22px;
	border-radius: 35px;
	padding: 15px 15px;
	background: #4e7fab;
}

.form-form input::placeholder {
	color: #828282;
}

.form-form ul li .button:hover {
	background: #2dc931;
	transition: 0.3s;
}

.qt-pagination {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
	text-align: center;
}

.qt-pagination a {
	margin: 0 5px;
	font-size: 19px;
	min-width: 40px;
	line-height: 40px;
	padding: 0 6px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	color: #868686;
}

.qt-pagination .pages,
.qt-pagination a:hover {
	background: #005daa;
	color: #fff;
}

.footer {
	width: 100%;
	overflow: hidden;
	background-image: url(../footer.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.foot-box {
	width: 100%;
	overflow: hidden;
	padding: 140px 0;
}

.foot-contact {
	width: 28%;
	float: left;
}

.foot-logo {
	width: 100%;
}

.foot-logo img {
	width: 56%;
}

.foot-txt {
	width: 100%;
	overflow: hidden;
	margin: 30px 0;
	color: #2f5283;
}

.foot-txt a {
	display: block;
	color: #2f5283;
}

.foot-txt .foot-tel {
	font-size: 2vw;
	color: #2f5283;
	font-weight: bold;
	margin-bottom: 5px;
}

.foot-txt .foot-mial {
	font-size: 1.2vw;
	margin-bottom: 5px;
}

.foot-txt h5 {
	font-size: 1vw;
}

.foot-txt a:hover {
	opacity: 0.7;
}

.foot-wx-img {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	color: #666666;
	font-size: 17px;
}

.foot-wx-img a {
	display: inline-block;
	margin-left: 20px;
}

.foot-wx-img img {
	max-width: 100%;
}

.img-icon {
	position: relative;
}

.wechat {
	width: 140px;
	background-color: #fff;
	text-align: center;
	position: absolute;
	z-index: 10;
	bottom: 130%;
	left: 50%;
	margin-left: -70px;
	opacity: 0;
	transition: 0.3s;
}

.wechat img {
	width: 100%;
}

.wechat::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}

.img-icon:hover .wechat {
	opacity: 1;
}

.foot-menu {
	float: right;
	width: 68%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-box h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}

.menu02 {
	width: 300px;
}

.foot-menu ul li {
	font-size: 17px;
}

.menu01 .menu-ul li {
	width: 100%;
	margin-bottom: 10px;
}

.menu02 .menu-ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.menu02 .menu-ul li:nth-child(odd) {
	width: 60%;
}

.menu02 .menu-ul li:nth-child(even) {
	width: 30%;
}

.menu02 .menu-ul li {
	margin: 0 2% 10px 0;
}

.foot-menu ul li a {
	color: #000;
}

.foot-menu ul li a:hover {
	opacity: 0.7;
}

.foot-Support {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-Support .img {
	width: 60px;
	display: flex;
}

.foot-Support .img img {
	width: 100%;
}

.foot-copyright {
	width: 100%;
	padding: 15px 0;
	overflow: hidden;
	line-height: 25px;
	color: #000;
	font-size: 15px;
	border-top: 1px solid rgba(76, 76, 76, 0.35);
}

.foot-copyright .section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-copyright a {
	color: #000;
}

.foot-copyright a:hover {
	opacity: 0.7;
}

@media (max-width:1480px) {
	.header .logo {
		width: 200px;
	}

	.header .logo a {
		width: 200px;
		height: 57px;
	}

	.bannerbutton {
		width: 94px;
		height: 42px;
		position: absolute;
	}

	.button-next,
	.button-prev {
		width: 42px;
		line-height: 42px;
		height: 42px;
		margin-top: -21px;
	}

	.ability-next {
		right: -15px;
	}

	.ability-prev {
		left: -15px;
	}

	.inner-banner-img {
		height: 520px;
	}

	.work-class a {
		font-size: 18px;
		padding: 20px 30px;
	}
}

@media (max-width:1300px) {
	.index-banner-img {
		padding-top: 58%;
	}

	.header .menu {
		width: 59%;
		margin-right: 175px;
	}

	.foot-box h3 {
		font-size: 20px;
	}

	.foot-menu ul li {
		font-size: 16px;
	}

	.inner-ability ul li {
		padding: 60px 25px;
		border-radius: 20px;
	}

	.about-right {
		padding-left: 180px;
	}
}

@media (max-width:1140px) {
	.num-box ul li {
		width: 31%;
		margin: 5px 1%;
	}

	.section {
		width: 100%;
		padding: 0 28px;
	}

	.about-right {
		padding-left: 120px;
	}

	.header .section {
		position: relative;
		height: 70px;
	}

	.banner-prev:after,
	.banner-next:after {
		font-size: 16px;
	}

	.header {
		z-index: 9999;
		background: #fff;
		height: 70px;
	}

	.m_menu {
		display: flex;
	}

	.header .menu {
		position: absolute;
		left: 0;
		top: 70px;
		background: #4e7fab;
		width: 100%;
		height: auto;
		display: none;
		z-index: 999;
		padding: 0;
	}

	.header .menu ul {
		display: block;
		width: 100%;
		overflow: hidden;
		float: none;
	}

	.header .menu ul li {
		width: 100%;
		text-align: left;
		padding: 0;
		position: relative;
		border-bottom: 1px solid #508dbf;
	}

	.fixnav .menu ul li a.menu-a::before {
		display: none;
	}

	.fixnav .menu ul li a.menu-a {
		color: #fff;
	}

	.header .menu ul li a.menu-a {
		margin-left: 28px;
		font-size: 18px;
	}

	.header .menu li .drop ul {
		width: 100%;
		padding: 0;
	}

	.header .menu li .drop {
		position: static;
		width: 100%;
		margin: 0;
	}

	.header .menu ul li a.a1::before {
		display: none;
	}

	.header .menu li .drop .hide {
		display: none;
	}

	.header .menu li .drop li {
		width: 100%;
		text-align: left;
		box-sizing: border-box;
		border: none;
	}

	.header .menu li .drop li a {
		display: block;
		text-align: center;
		font-size: 16px;
	}

	.header .logo {
		height: 70px;
	}

	.header .logo a {
		width: 175px;
		height: 50px;
		background-image: url(../logo-h.png);
	}

	.lang-txt {
		color: #444;
		right: 106px;
		padding: 0 16px 0 26px;
	}

	.lang-txt::before {
		width: 18px;
		height: 18px;
		margin-top: -9px;
	}

	.lang-txt::before {
		background-image: url(../earth-h.png);
	}

	.lang-txt::after {
		width: 10px;
		height: 6px;
		margin-top: -3px;
	}

	.lang-txt::after {
		background-image: url(../icon02-h.png);
	}

	.search_icon {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		right: 65px;
		background-color: rgba(0, 0, 0, 0.35);
	}

	.header .search .s-i {
		display: none;
	}

	.header .search {
		width: 96%;
		margin: 10px 2%;
		height: 38px;
		border: none;
	}

	.header .search input.da_button,
	.header .search input.username {
		border: 1px solid #fff;
	}

	.header .search .search-form {
		position: static;
		width: 100%;
		visibility: visible;
		opacity: 1;
	}

	.banner-swiper,
	.banner {
		margin-top: 70px;
	}

	.foot-box {
		padding: 70px 0;
	}

	.foot-contact {
		display: none;
	}

	.foot-menu {
		width: 100%;
		overflow: hidden;
	}

	.index-title span {
		font-size: 45px;
	}

	.history-button {
		right: 28px;
	}
}

@media (max-width:999px) {

	.about-left,
	.about-right {
		width: 100%;
	}

	.about-down {
		display: none;
	}

	.about-right:before {
		display: none;
	}

	.about-right {
		padding: 0;
	}

	.honor-hd ul li {
		font-size: 18px;
	}

	.news-detail .news-intro,
	.inner-product,
	.inner-ability,
	.ability-ability,
	.technology-section,
	.inner-contact,
	.form-form,
	.index-product,
	.index-ability,
	.index-news,
	.index-partner,
	.foot-box,
	.inner-about,
	.inner-honor,
	.inner-history,
	.index-about {
		padding: 50px 0;
	}

	.index-about .about-img {
		display: none;
	}

	.about-txt {
		width: 100%;
		margin: 0;
	}

	.button-pagination span {
		width: 8px;
		height: 8px;
	}

	.num-box .num .counter {
		font-size: 38px;
	}

	.product_item .content {
		padding: 30px 20px;
	}

	.ability-icon {
		padding: 10px 15px;
	}

	.index-partner ul li {
		margin: 10px 0.8%;
	}

	.swiper-slide-txt h1 {
		font-size: 38px;
	}

	.swiper-slide-txt h2 {
		font-size: 16px;
	}

	.main-more a {
		line-height: 40px;
		max-width: 150px;
	}

	.banner-swiper-link a {
		line-height: 40px;
		max-width: 170px;
		font-size: 16px;
	}

	.inner-banner-img {
		height: 420px;
	}

	.technology-ability dl dt,
	.technology-ability dl dd {
		width: 100%;
	}

	.technology-ability dl dt img {
		width: 100%;
	}

	#mapDiv {
		height: 400px;
	}

	.form-form ul li .button {
		line-height: 35px;
		font-size: 18px;
		border-radius: 35px;
		padding: 7px 13px;
	}

	.work-class .section {
		line-height: 50px;
		height: 50px;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}

	.work-class .section::-webkit-scrollbar {
		display: none
	}

	.work-class .section a {
		display: inline-block;
		width: auto;
		padding: 0 10px;
		margin: 0 10px 0 0;
	}
}

@media (max-width:856px) {
	.honor-slide {
		border: 5px solid #dedede;
	}
}

/*banner媒体查询*/
@media (max-width:768px) {
	.inner-ability ul li {
		padding: 30px 15px;
		border-radius: 20px;
	}

	.foot-menu .foot_contlis {
		width: 100%;
		max-width: 100%;
	}

	.foot-menu .foot_contlis ul {
		display: none;
		background: #fff;
		padding: 10px;
	}

	.foot-menu .w2 li {
		width: 100%;
	}

	.menu02 .menu-ul li:nth-child(odd) {
		width: 100%;
	}

	.menu02 .menu-ul li:nth-child(even) {
		width: 100%;
	}

	.foot-menu h3 {
		line-height: 55px;
		margin: 0;
		font-size: 17px;
		border-bottom: 1px solid #dadada;
		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-menu ul li a {
		color: #000;
	}

	.product_item {
		width: 48%;
		margin: 10px 1%;
	}

	.technology-ability dl dt img {
		width: 100%;
	}

	#mapDiv {
		height: 300px;
	}

	.newsslideTxtBox {
		position: relative;
		padding-left: 0;
	}

	.news-hd {
		width: 100%;
		position: relative;
	}

	.news-hd ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 30px;
	}

	.news-hd ul li {
		width: auto;
		margin: 5px 2%;
	}

	.news-more {
		display: none;
	}

	.product-left,
	.product-right {
		width: 100%;
		margin-bottom: 30px;
	}

	.detail-product {
		padding: 12px 25px;
		font-size: 16px;
		line-height: 28px;
	}

	.detail-product h5 {
		font-size: 20px;
	}

	.news-news a {
		margin: 10px 0;
		padding: 30px 40px;
	}
}

@media (max-width:658px) {

	.news-detail,
	.news-detail .news-intro,
	.inner-product,
	.inner-ability,
	.ability-ability,
	.technology-section,
	.inner-contact,
	.form-form,
	.index-product,
	.index-ability,
	.index-news,
	.index-partner,
	.foot-box,
	.inner-about,
	.inner-honor,
	.inner-history,
	.index-about {
		padding: 40px 0;
	}

	.honor-slide {
		border: 3px solid #dedede;
	}

	.news-news a {
		margin: 10px 0;
		padding: 15px 20px;
	}

	.news-news .news-txt {
		width: 100%;
	}

	.news-news .news-dtime {
		display: none;
	}

	.qt-pagination a {
		font-size: 15px;
	}

	.inner-honor .index-title {
		text-align: center;
		width: 100%;
	}

	.honor-hd ul {
		width: 100%;
		margin-top: 30px;
	}

	.section {
		width: 100%;
		padding: 0 15px;
	}

	.m_menu {
		right: 15px;
	}

	.search_icon {
		right: 50px;
	}

	.lang-txt {
		right: 90px;
	}

	.index-banner-img {
		padding-top: 0;
		height: 300px;
	}

	.technology-ability dl dd .txt p {
		margin: 10px 0;
	}

	.honor-hd ul li {
		font-size: 16px;
	}

	.foot-copyright {
		width: 100%;
		padding: 10px 0;
		line-height: 20px;
		font-size: 14px;
	}

	.num-box ul li {
		width: 31%;
		margin: 5px 1%;
	}

	.num-box .num .counter {
		font-size: 28px;
	}

	.num-box .num .text {
		font-size: 14px;
	}

	.header .logo a {
		width: 140px;
		height: 40px;
	}

	.swiper-slide-txt h1 {
		font-size: 25px;
	}

	.swiper-slide-txt h2 {
		font-size: 15px;
	}

	.banner-swiper-link i {
		max-width: 12px;
		margin-right: 5px;
	}

	.banner-swiper-link a {
		line-height: 36px;
		max-width: 140px;
		font-size: 15px;
	}

	.button-next,
	.button-prev {
		width: 32px;
		line-height: 32px;
		height: 32px;
		margin-top: -16px;
	}

	.bannerbutton {
		width: 77px;
		height: 32px;
		position: absolute;
	}

	.main-more i {
		width: 12px;
		margin-left: 8px;
	}

	.technology-ability dl dt img {
		width: 100%;
	}

	#mapDiv {
		height: 240px;
	}

	.index-partner ul li {
		width: 31.333%;
		margin: 5px 1%;
	}

	.product_item {
		width: 98%;
	}

	.inner-banner-img {
		height: 230px;
	}

	.form-form ul li.w30,
	.form-form ul li.w100 {
		width: 98%;
		margin: 5px 1%;
	}

	.contact-ul li,
	.inner-ability ul li {
		width: 98%;
		margin: 10px 1%;
	}

	.inner-ability ul li img {
		max-width: 80px;
	}

	.news-recommendlist {
		display: none;
	}

	.banner h2 {
		text-align: center;
	}

	.main-more a {
		line-height: 38px;
		max-width: 140px;
	}
}