@font-face {
	font-family: "poppins";
	font-display: swap;
	src: url('poppins.ttf');
}

@font-face {
	font-family: "poppins-bold";
	font-display: swap;
	src: url('poppins-bold.ttf');
}

@font-face {
	font-family: "SourceHanSansCN-Regular";
	font-display: swap;
	src: url('SourceHanSansCN-Regular.otf');
}

.family-Arial {
	font-family: Arial, Helvetica, sans-serif;
}

input,
textarea,
select,
button,
area {
	font-family: "SourceHanSansCN-Regular";
}

body {
	font-family: "SourceHanSansCN-Regular";
}

.section {
	width: 92%;
	max-width: 1620px;
	margin: auto;
}

/*header*/
.header {
	width: 100%;
	position: relative;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.header .section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}

.header .logo {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header .logo a {
	width: 290px;
	height: 67px;
	display: block;
	background-image: url(../logo.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.header .menu {
	width: 55%;
	margin-right: 125px;
	font-family: "SourceHanSansCN-Regular";
}

.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: block;
	font-size: 20px;
	position: relative;
	line-height: 99px;
	color: #fff;
}

.header .menu li .drop {
	background: #fff;
	overflow: hidden;
	position: absolute;
	width: 380px;
	left: 0;
	padding: 20px 30px;
	top: 90px;
	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 {
	padding: 0;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	line-height: 34px;
	position: relative;
}

.header .menu li .drop li a:before {
	content: "";
	display: block;
	width: 0%;
	height: 2px;
	background: #054a99;
	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;
}

.hide {
	top: -99px;
}

.search_icon {
	width: 35px;
	height: 35px;
	position: absolute;
	right: 60px;
	display: block;
	top: 50%;
	margin-top: -17.5px;
	border-radius: 50%;
	background-color: #054a99;
	background-image: url(../search.png);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	transition: 0.4s;
}

.search_icon:hover {
	background-color: #054a99;
}

.lang-icon {
	right: 0;
	top: 39.5px;
	line-height: 20px;
	position: absolute;
	display: inline-block;
}

.lang-icon a.en-link {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	padding-right: 20px;
	position: relative;
}

.lang-icon a.en-link::before {
	content: '';
	display: block;
	width: 12px;
	height: 7px;
	position: absolute;
	right: 0;
	z-index: 20;
	top: 50%;
	margin-top: -3.5px;
	background-image: url(../icon01.png);
}

.lang-icon .lang-link {
	visibility: hidden;
	width: 100px;
	background-color: #fff;
	text-align: center;
	padding: 10px 10px;
	border-radius: 8px;
	position: absolute;
	z-index: 20;
	top: 100%;
	left: 50%;
	margin-left: -50px;
	opacity: 0;
	transition: opacity 1s;
}

.lang-icon .lang-link a {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	color: #000;
}

.lang-icon:hover .lang-link {
	visibility: visible;
	opacity: 1;
}

.m_menu {
	align-items: center;
	justify-content: center;
	width: 24px;
	position: absolute;
	right: 30px;
	top: 0;
	height: 70px;
	display: none;
	transition: 0.4s;
}

.m_menu span {
	display: block;
	transition: ease .6s;
	width: 24px;
	height: 2px;
	background: #054a99;
}

.m_menu .line2 {
	margin: 4px 0;
}

.m_menu.on .line3 {
	transform: translateY(-2px) rotate(-45deg);
}

.m_menu.on .line1 {
	transform: translateY(0px) rotate(45deg);
}

.m_menu.on .line2 {
	display: none;
}

.fixnav {
	width: 100%;
	box-shadow: 0 0 5px #ccc;
	background: #fff;
	transition: 0.3s;
}

.fixnav .logo a {
	background-image: url(../logo-black.png);
}

.fixnav .menu ul li a.menu-a {
	color: #333;
}

.menu ul li.on a.menu-a,
.menu ul li a.menu-a:hover,
.fixnav .menu ul li.on a.menu-a {
	color: #054a99;
}

.fixnav .lang-icon a.en-link {
	color: #333;
}

.fixnav .lang-icon a.en-link::before {
	background-image: url(../icon01-1.png);
}

.index-title span {
	display: inline-block;
	position: relative;
	padding-left: 40px;
	text-transform: uppercase;
}

.index-title span::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	z-index: 10;
	top: 50%;
	background-size: 100%;
}

.index-title span.about-icon::before {
	width: 23px;
	height: 22px;
	margin-top: -11px;
	background-image: url(../icon03.png);
}

.index-title span.Product-icon::before {
	width: 31px;
	height: 28px;
	margin-top: -17px;
	background-image: url(../icon17.png);
}

.index-title span.Service-icon::before {
	width: 34px;
	height: 27px;
	margin-top: -13.5px;
	background-image: url(../icon18.png);
}

.index-title span.case-icon::before {
	width: 30px;
	height: 24px;
	margin-top: -12px;
	background-image: url(../icon19.png);
}

.font-white {
	color: #fff;
}

.search-box {
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 99999;
	background: rgba(255, 255, 255, 0.92);
}

.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%;
	background-color: #ccc;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	padding: 22px 22px;
	border-radius: 18px;
}

.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;
	background-color: #fff;
}

.searchform form .submit {
	width: 10%;
	height: 60px;
	border: none;
	outline: none;
	background-color: #054a99;
	background-image: url(../search.png);
	background-repeat: no-repeat;
	background-position: center;
}

.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: #054a99;
	color: #fff;
}

.banner-swiper {
	width: 100%;
	position: relative;
}

.swiper-slide-txt {
	position: absolute;
	width: 100%;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	bottom: 0;
	color: #fff;
}

.swiper-slide-txt01 {
	height: 100%;
}

.swiper-slide-txt02,
.swiper-slide-txt03 {
	height: 90%;
}

.more-link {
	position: relative;
	display: flex;
	max-width: 214px;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	line-height: 58px;
	font-size: 18px;
	color: #fff;
	background: #003f8f;
	border-radius: 30px;
	transition: 0.74s;
}

.more-link i {
	display: inline-block;
	margin-left: 10px;
}

.detail-link {
	position: absolute;
	display: flex;
	max-width: 80px;
	bottom: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #333;
	transition: 0.7s;
}

.detail-link i {
	width: 20px;
	position: relative;
	display: inline-block;
	margin-left: 10px;
}

.more-link i img,
.detail-link i img {
	width: 100%;
}

.detail-link img.icon02 {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	transition: 0.35s;
}

.more-link:hover {
	box-shadow: 0 0 20px #666;
}

.detail-link:hover img.icon02 {
	opacity: 1;
}

.swiper-slide-txt h1 {
	font-size: 3vw;
	animation-delay: 0.3s;
	text-shadow: 0 0 10px #444;
	font-family: "SourceHanSansCN-Regular";
}

.swiper-slide-txt h3 {
	font-size: 4vw;
	animation-delay: 0.3s;
	text-shadow: 0 0 10px #444;
	font-family: "SourceHanSansCN-Regular";
}

.swiper-slide-txt h2 {
	font-size: 1.3vw;
	margin: 25px 0;
	animation-delay: 0.6s;
	font-family: "SourceHanSansCN-Regular";
}

.swiper-slide-txt .more-link {
	animation-delay: 0.9s;
}

.swiper-slide-txt .img {
	animation-delay: 1.2s;
}

.swiper-slide-txt .content {
	width: 100%;
}

.swiper-slide-txt .content-img {
	width: 100%;
}

.swiper-slide-txt .content .more-link,
.swiper-slide-txt .content-img .more-link {
	margin: 10px auto;
}

.swiper-slide-txt .content-img .img {
	width: 80%;
	margin: 10px auto;
}

.bannerdl {
	width: 95%;
	margin: 10px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.bannerdl dt {
	width: 30%;
	margin-left: 3%;
}

.bannerdl dt img {
	border-radius: 10px;
	box-shadow: 0 0 20px #666;
}

.bannerdl dd {
	width: 60%;
}

.bannerdl dd .img {
	width: 100%;
	margin-top: 40px;
}

.swiper-slide-active .img,
.swiper-slide-active h1,
.swiper-slide-active h2,
.swiper-slide-active .more-link {
	animation-name: fadeInUp;
}

.index-banner-img {
	padding-top: 56.25%;
	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-button {
	width: 220px;
	height: 90px;
	position: relative;
}

.button-next,
.button-prev {
	width: 90px;
	height: 90px;
	overflow: hidden;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -45px;
	border-radius: 50%;
	background-color: #eaecf0;
	z-index: 20;
}

.button-next:after,
.button-prev:after {
	font-size: 20px;
	font-weight: bold;
	color: #444;
}

.case-prev {
	left: 23%;
}

.case-next {
	right: 23%;
}

.Commissioning-prev,
.Certification-prev {
	left: 0;
}

.Commissioning-next,
.Certification-next {
	right: 0;
}

.button-next:hover,
.button-prev:hover {
	background-color: #003f8f;
}

.button-next:hover:after,
.button-prev:hover:after {
	color: #fff;
}

.banner-pagination {
	width: 20px;
	height: 100%;
	text-align: center;
	transition: 0.4s;
	position: absolute;
	right: 3%;
	top: 0;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.banner-pagination span {
	margin: 12px 0;
	width: 20px;
	height: 20px;
	transition: 0.4s;
	border: 2px solid #fff;
	border-radius: 50%;
}

.banner-pagination .swiper-pagination-bullet-active {
	background: #fff;
}

.pagination-pagination {
	width: 100%;
	margin-top: 15px;
	text-align: center;
	transition: 0.4s;
}

.pagination-pagination span {
	margin: 0 4px;
	width: 10px;
	height: 10px;
	transition: 0.4s;
	background: #bbb;
	border-radius: 50%;
}

.pagination-pagination .swiper-pagination-bullet-active {
	background: #003f8f;
}

.index-about {
	width: 100%;
	overflow: hidden;
	padding: 50px 0 90px 0;
	background: #fff;
}

.index-about .txt {
	max-width: 1150px;
	line-height: 37px;
	margin: 0 auto;
}

.index-about .txt .more-link {
	margin: 0 auto;
}

/*index-product */
.index-product {
	width: 100%;
	overflow: hidden;
	padding: 60px 0 90px 0;
	background-color: #fff;
	background-image: url(../product.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.product-slide {
	display: block;
	width: 100%;
	background-color: #fff;
	padding: 55px 30px 48px 30px;
	border-radius: 15px;
	overflow: hidden;
	background-size: cover;
}

.product-slide dl {
	width: 100%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.product-slide dl dd {
	float: left;
	width: 53%;
}

.product-slide dl dd .txt {
	line-height: 32px;
}

.product-slide dl dt {
	float: right;
	width: 43.5%;
	border-radius: 15px;
	overflow: hidden;
}

.product-slide dl dt img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.7s ease 0s;
}

.product-slide:hover dl dt img {
	transform: scale(1.1, 1.1);
}

.product-slide:hover h3 {
	color: #003f8f;
}

.service-list dl:hover .detail-link,
.product-slide:hover span {
	color: #003f8f;
}

.service-list dl:hover .detail-link img.icon02,
.product-slide:hover .detail-link img.icon02 {
	opacity: 1;
}

.swiper-slide-thumb-active .product-slide {
	border-bottom: 2px solid #003f8f;
	color: #003f8f;
}

/*index-service*/
.index-service {
	width: 100%;
	overflow: hidden;
	padding: 70px 0 110px 0;
	background: #fff;
	position: relative;
}
.index-service .process-icon {
	display: none;
}

.service-list {
	position: relative;
	z-index: 20;
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.service-list dl {
	display: flex;
	flex-wrap: wrap;
	padding: 30px 25px;
	background: #efefef;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.service-list dl dt img {
	background: #0070d5;
	border-radius: 15px;
	overflow: hidden;
}

.service-list dl dd {
	position: relative;
	padding-bottom: 70px;
}

.service-list dl dd h4 {
	font-weight: bold;
	margin-bottom: 12px;
	font-family: "SourceHanSansCN-Regular";
}

.service-list dl dd .txt {
	color: #666;
	line-height: 28px;
}

.service-list dl dd .detail-link {
	position: absolute;
}

.service-list dl:nth-child(1),
.service-list dl:nth-child(2),
.service-list dl:nth-child(3) {
	margin: 20px 0;
	width: 31%;
}

.service-list dl:nth-child(4),
.service-list dl:nth-child(5) {
	margin: 20px 0;
	width: 48%;
}

.service-list dl:nth-child(1) dt,
.service-list dl:nth-child(2) dt,
.service-list dl:nth-child(3) dt,
.service-list dl:nth-child(1) dd,
.service-list dl:nth-child(2) dd,
.service-list dl:nth-child(3) dd {
	width: 100%;
}

.service-list dl:nth-child(1),
.service-list dl:nth-child(2),
.service-list dl:nth-child(3) {
	margin: 20px 0;
	width: 31%;
	padding-top: 180px;
}

.service-list dl:nth-child(1) dt,
.service-list dl:nth-child(2) dt,
.service-list dl:nth-child(3) dt {
	position: absolute;
	left: 25px;
	top: 35px;
}

.service-list dl:nth-child(1) dt img,
.service-list dl:nth-child(2) dt img,
.service-list dl:nth-child(3) dt img {
	max-width: 24%;
}

.service-list dl:nth-child(4) dd,
.service-list dl:nth-child(5) dd {
	width: 80%;
	float: left;
	margin-left: 4%;
	position: relative;
}

.service-list dl:nth-child(4) dt,
.service-list dl:nth-child(5) dt {
	max-width: 16%;
}

.service-list dl:nth-child(4) dt img,
.service-list dl:nth-child(5) dt img {
	max-width: 100%;
}

.service-list dl dd h4 a:hover {
	color: #003f8f;
}

.serviceSwiper-two {
	display: none;
}

.index-case {
	width: 100%;
	overflow: hidden;
	padding: 60px 0 90px 0;
	background: #eff3f8;
	position: relative;
}

.case-memo {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.case-memo h2 {
	width: 30%;
	color: #003f8f;
	font-weight: bold;
}

.case-memo .content {
	width: 65%;
}

.case-memo .content h4 {
	font-weight: bold;
}

.case-memo .content .txt {
	line-height: 30px;
}

.casewrapper {
	position: relative;
}

.caseSwiper::before {
	display: block;
	content: '';
	width: 23%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	background-size: 100%;
	background-image: url(../left.png);
}

.caseSwiper::after {
	display: block;
	content: '';
	width: 23%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	background-size: 100%;
	background-image: url(../right.png);
}

.case-slide {
	width: 100%;
	display: block;
	overflow: hidden;
	border-radius: 25px;
	position: relative;
}

.case-slide .box img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.7s ease 0s;
}

.case-slide:hover .box img {
	transform: scale(1.1, 1.1);
}

.case-slide .content {
	width: 100%;
	padding: 15px 20px;
	overflow: hidden;
	position: absolute;
	background: rgba(255, 255, 255, .55);
	left: 0;
	z-index: 30;
	bottom: -100%;
	transition: 0.3s;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #003f8f;
	line-height: 35px;
}

.case-slide .content span {
	display: inline-block;
	padding-left: 30px;
	position: relative;
}

.case-slide .content span:before {
	display: block;
	content: '';
	width: 20px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 5px;
	background-size: 100%;
	background-image: url(../icon13.png);
}

.case-slide .content i {
	font-style: normal;
}

.swiper-slide-active .case-slide .content,
.swiper-slide-active .case-slide:hover .content {
	opacity: 1;
	bottom: 0;
}

.index-contact {
	width: 100%;
	padding: 100px 0 85px 0;
	overflow: hidden;
	background-image: url(../contact.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	background-attachment: fixed;
	z-index: 10;
}

.contact-txt {
	width: 38%;
	float: left;
}

.em {
	display: inline-block;
	width: 68px;
	height: 5px;
	margin: 20px 0 40px 0;
	background-color: #d42024;
}

.contact-form {
	width: 46.5%;
	float: right;
}

.index-contact a.contacta {
	display: inline-block;
	color: #ffffff;
	line-height: 60px;
	font-size: 18px;
	border-radius: 30px;
	padding: 0 82px;
	background-color: #d42024;
}

/*banner*/
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	font-family: "SourceHanSansCN-Regular";
}

.inner-banner-img {
	width: 100%;
	height: 685px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.banner-content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: 20;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.banner-content h2 {
	font-size: 3vw;
	font-weight: bold;
	position: relative;
}

.abbanner-content {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 10%;
	z-index: 20;
	color: #fff;
	text-align: left;
}

.abbanner-content h2 {
	font-size: 3vw;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}

.abbanner-content h4 {
	font-size: 1.45vw;
	position: relative;
}

.banner-content dl {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.banner-content dl dt {
	width: 26%;
	overflow: hidden;
}

.banner-content dl dt img {
	max-width: 100%;
	border-radius: 20px;
}

.banner-content dl dd {
	width: 65%;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.banner-content dl dd h2 {
	text-transform: uppercase;
}

.banner-content dl dd .txt {
	font-size: 1vw;
	margin-top: 15px;
}

.main-nav {
	width: 100%;
	position: relative;
	z-index: 10;
	overflow: hidden;
	line-height: 66px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.main-nav a {
	display: inline-block;
	position: relative;
}

.main-nav a.hm {
	padding-left: 32px;
}

.main-nav a.hm:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	background-image: url(../home.png);
	background-size: 100%;
	top: 50%;
	left: 0;
	margin-top: -10px;
	transition: ease .5s;
}

.main-nav span {
	color: #054a99;
}

.main-nav a:hover {
	color: #054a99;
}

.main-nav i {
	font-style: normal;
	margin: 0 5px;
	display: inline-block;
}

.inner-about {
	width: 100%;
	padding: 80px 0 120px 0;
	overflow: hidden;
	background-image: url(../about.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.about-txt {
	width: 100%;
	overflow: hidden;
}

.inner-about .content {
	width: 54%;
	float: left;
	overflow: hidden;
}

.inner-about .content h3 {
	color: #054a99;
}

.inner-about .content .txt {
	line-height: 28px;
	color: #666666;
}

.inner-about .about-img {
	width: 45%;
	float: right;
	overflow: hidden;
}

.inner-about .about-img img {
	width: 100%;
}

.inner-about ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.inner-about ul li {
	width: 23%;
	background-color: #fff;
	border-radius: 10px;
	padding: 40px 25px;
	overflow: hidden;
	text-align: center;
}

.inner-about ul li img {
	margin: 20px auto;
	max-width: 25%;
}

.inner-about ul li h3 {
	line-height: 20px;
	min-height: 40px;
	margin-bottom: 20px;
	font-weight: bold;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.inner-about ul li .txt {
	color: #666;
}

.inner-series {
	width: 100%;
	padding: 125px 0 120px 0;
	overflow: hidden;
	background-image: url(../series.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #f4f4f4;
}

.series-down {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.series-down li {
	margin: 15px 1%;
}

.series-down li a {
	display: inline-block;
	position: relative;
	padding-right: 60px;
	color: #fff;
}

.series-down li a::after {
	display: block;
	content: '';
	width: 42px;
	height: 42px;
	position: absolute;
	right: 0;
	top: -3px;
	background-color: #fff;
	border-radius: 50%;
	background-size: 100%;
	background-image: url(../icon14.png);
}

.seriesCompliance {
	width: 94%;
	margin: 0 3%;
	overflow: hidden;
	background-size: 100%;
	background-image: url(../seriesCompliance.png);
	background-repeat: no-repeat;
	background-size: 100%;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

.num-box {
	width: 100%;
	overflow: hidden;
}

.num-box ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.num-box ul li {
	width: 23%;
	margin: 15px 1%;
	background-color: #054a99;
	color: #fff;
	border-radius: 25px;
	overflow: hidden;
	padding: 45px 15px;
	text-align: center;
}

.num-box ul li .num {
	width: 100%;
	font-size: 40px;
	overflow: hidden;
}

.num-box ul li em {
	font-style: normal;
	position: relative;
	display: inline-block;
	margin-left: 10px;
}

.num-box ul li span {
	font-size: 18px;
	margin-top: 4px;
	display: block;
	position: relative;
}

.seriesCertification {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	padding: 35px 35px;
	border-radius: 20px;
}

.seriesCertification dl {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
	position: relative;
}

.seriesCertification .box dl:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 40px;
	background-image: url(../seriesCertification-ul.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	bottom: 0;
	left: 0;
	transition: ease .5s;
}

.seriesCertification dl dt {
	width: 45%;
}

.seriesCertification-ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.seriesCertification-ul li {
	width: 48%;
	height: 155px;
	overflow: hidden;
	border-left: 1px solid #626262;
	border-right: 1px solid #626262;
	border-top: 1px solid #626262;
}

.seriesCertification-ul li img {
	max-width: 100%;
}

.seriesCertification dl dd {
	width: 51%;
	overflow: hidden;
	margin-left: 4%;
}

.seriesCertification dl dd h3 {
	font-weight: bold;
}

.CertificationSwiper-content {
	position: relative;
	padding: 0 160px;
}

.CertificationSwiper-content .swiper-slide img {
	border: 2px solid #626262;
}

.process-img-list {
	width: 100%;
	overflow: hidden;
	background: #eff3f8;
	border-radius: 15px;
	padding: 35px 15px;
}

.process-img-list ul {
	display: flex;
	justify-content: space-between;
}

.process-img-list ul li.imgli {
	padding: 0 5px;
	overflow: hidden;
	text-align: center;
}

.process-img-list ul li h4 {
	font-size: 20px;
	line-height: 24px;
	margin-top: 15px;
}

.process-img-list ul li.imgicon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.process-img-list ul li img {
	margin: 10px auto;
}

.process-img-list ul li:last-child {
	display: none;
}

.inner-service {
	width: 100%;
	overflow: hidden;
}

.service01 {
	padding: 60px 0 100px 0;
	background-size: cover;
	position: relative;
	background-image: url(../service06.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top left;
}

.service01 .section {
	position: relative;
	z-index: 20;
}

.service01:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 60%;
	background-image: url(../service01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	bottom: 0;
	left: 0;
	transition: ease .5s;
	z-index: 10;
}

.service-icon {
	position: relative;
	padding-left: 42px;
}

.service-icon img {
	width: 29px;
	height: 30px;
	position: absolute;
	left: 0;
	top: -2px;
	z-index: 10;
}

.service-icon img.wihte-img {
	filter: invert(1);
}

.blue {
	color: #003f8f;
}

.inner-service ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.inner-service ul li {
	width: 31%;
	border-radius: 10px;
	padding: 35px 25px 65px 25px;
	overflow: hidden;
}

.inner-service ul li img {
	max-width: 15%;
}

.service-img-ul li img {
	margin: 30px auto;
}

.inner-service ul li h3 {
	margin-bottom: 20px;
	font-weight: bold;
	font-family: 'poppins-bold';
}

.inner-service ul li .txt {
	color: #999;
	line-height: 28px;
	word-wrap: break-word;
}

.inner-service ul li .txt strong {
	color: #333;
	font-size: 20px;
}

.inner-service ul li .memo {
	color: #333;
	line-height: 30px;
	min-height: 60px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
}

.service-cen-ul li {
	text-align: center;
}

.service-e-ul li h3 {
	text-align: center;
}

.Salesservice-ul li h4 {
	min-height: 64px;
	line-height: 32px;
	font-weight: bold;
	font-family: "SourceHanSansCN-Regular";
	margin-bottom: 40px;
	border-bottom: 1px solid #dcdcdc;
}

.Salesservice-ul li img {
	margin: 30px 0;
}

.background-ec {
	background-color: rgba(236, 236, 236, .9);
}

.background-ff {
	background-color: #ffffff;
}

.service_box {
	width: 100%;
}

.service02 {
	background-size: 100%;
	background-image: url(../service02.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 100px 0 80px 0;
}

.service_item {
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
	position: relative;
	margin: 24px 0;
	background: #054a99;
	border-radius: 20px;
}

.service_item_img {
	width: 55px;
	height: 55px;
	background: #fff;
	border-radius: 12px;
	position: absolute;
	left: 12px;
	top: 7px;
	z-index: 10;
}

.service_item_img img {
	width: 100%;
	filter: grayscale();
	opacity: 0.7;
}

.service_item_title {
	display: block;
	width: 100%;
	overflow: hidden;
	cursor: pointer;
	transition: 0.3s;
	padding: 20px 65px 20px 35px;
	color: #fff;
	position: relative;
}

.service_item_title h3 {
	font-weight: bold;
}

.service_item_title::after {
	display: block;
	content: '';
	width: 36px;
	height: 36px;
	position: absolute;
	right: 35px;
	top: 36px;
	background-size: 100%;
	background-image: url(../plus.png);
}

.service_item.active .service_item_title::after {
	background-image: url(../reduce.png);
}

.service_item_content {
	width: 100%;
	padding: 25px 35px;
	display: none;
	overflow: hidden;
	background: #eff3f8;
	border-radius: 20px;
}

.service_item_content dl {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.service_item_content dl dt {
	width: 5%;
	padding-top: 10px;
}

.service_item_content dl dt img {
	max-width: 100%;
}

.service_item_content dl dd {
	width: 94%;
	margin-left: 1%;
}

.service_item_content dl dd .txt {
	padding-bottom: 30px;
	color: #666666;
	line-height: 28px;
	border-bottom: 1px solid #dcdcdc;
}

.service_item.active .service_item_content {
	display: block;
}

.Manufacturingbox {
	background-color: #eff3f8;
	width: 100%;
	padding: 30px 40px;
	overflow: hidden;
	border-radius: 25px;
	display: flex;
	flex-wrap: wrap;
}

.Manufacturingbox .left {
	width: 45%;
}

.Manufacturingbox .right {
	width: 53%;
	margin-left: 2%;
}

.Manufacturingbox .right dl {
	width: 100%;
	padding: 50px 40px;
	overflow: hidden;
	border-radius: 25px;
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
	margin: 20px 0;
}

.Manufacturingbox .right dl dt {
	width: 10%;
	padding-top: 10px;
}

.Manufacturingbox .right dl dt img {
	max-width: 100%;
}

.Manufacturingbox .right dl dd {
	width: 88%;
	margin-left: 2%;
}

.Manufacturingbox .right dl dd .txt {
	color: #666666;
	line-height: 28px;
}

.service03 {
	position: relative;
	z-index: 10;
}

.service03 {
	padding: 60px 0 100px 0;
	background-size: cover;
	position: relative;
}

.service03 .section {
	position: relative;
	z-index: 20;
}

.service03:before {
	position: absolute;
	content: "";
	width: 37.5%;
	height: 25%;
	background-image: url(../service03.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	bottom: 35%;
	right: 0;
	transition: ease .5s;
	z-index: 10;
}

.service04 {
	margin-top: -150px;
	background-color: #eff3f8;
	background-size: 100%;
	background-image: url(../service04.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	z-index: 5;
	padding: 100px 0 130px 0;
}

.CommissioningSwiper-box {
	position: relative;
	display: flex;
}

.CommissioningSwiper-content {
	position: relative;
	width: 75%;
	background-image: url(../Commissioning-slide.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 40px;
	border-radius: 25px;
}

.Commissioning-slide .content {
	font-size: 16px;
}

.Commissioning-slide .content h3 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}

.Commissioning-slide dl {
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, .55);
	padding: 30px 0;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-top: 80px;
}

.Commissioning-slide dl dt {
	width: 10%;
	font-size: 4vw;
}

.Commissioning-slide dl dt img {
	max-width: 100%;
}

.Commissioning-slide dl dd {
	width: 88%;
	margin-left: 2%;
}

.Commissioning-slide dl dd .txt {
	color: #666666;
	line-height: 28px;
}

.CommissioningSwiper-box .button-button {
	position: absolute;
	right: 0;
	bottom: 0;
}

.service05 {
	width: 100%;
	background-image: url(../service05.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
	padding: 100px 0;
}

.main-product {
	width: 100%;
	padding: 60px 0 120px 0;
	overflow: hidden;
	background-image: url(../modCpQuery.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100%;
}

.main-product h1 a:last-child {
	display: none;
}

.product-warp {
	width: 100%;
	overflow: hidden;
}

.product-class {
	width: 23%;
	float: right;
}

.product-class a.bigclass {
	background-color: #dcdcdc;
	font-family: "poppins-bold";
	position: relative;
	font-size: 22px;
	font-weight: bold;
	padding: 28px 50px 28px 20px;
}

.product-class a.bigclass:before {
	position: absolute;
	content: "";
	width: 24px;
	height: 15px;
	background-image: url(../icon12.png);
	background-size: 100%;
	top: 50%;
	right: 20px;
	margin-top: -7.5px;
	transition: ease .5s;
}

.product-class .class {
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #efefef;
}

.product-class a {
	display: block;
	width: 100%;
	border-bottom: 1px solid #efefef;
	font-size: 20px;
	line-height: 28px;
	padding: 20px 0;
	position: relative;
}

.product-class a.on,
.product-class a:hover {
	color: #054a99;
}

.product-list {
	width: 75%;
	float: left;
	background-color: #fff;
}

.product-link-class {
	line-height: 42px;
	height: 42px;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	display: none;
	margin-top: 20px;
}

.product-link-class::-webkit-scrollbar {
	display: none
}

.product-link-class a {
	display: inline-block;
	width: auto;
	padding: 0 10px;
	margin: 0 10px 0 0;
	font-size: 15px;
	background-color: #dcdcdc;
	border-radius: 5px;
}

.product-link-class a.on {
	background-color: #003f8f;
	color: #fff;
}

.product-list .list dl {
	display: block;
	overflow: hidden;
	width: 100%;
	margin-bottom: 50px;
	background: #fff;
	padding: 45px 35px;
	border: 1px solid #efefef;
}

.product-list .list dl dt {
	width: 30%;
	float: right;
}

.product-list .list dl dt img {
	max-width: 100%;
	margin: auto;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.product-list .list dl dd {
	width: 67%;
	float: left;
}

.product-list .list dl dd h3 a {
	font-weight: bold;
	font-family: "poppins-bold";
	cursor: pointer;
}

.product-list .list dl dd .txt {
	margin: 30px 0;
	line-height: 38px;
}

.product-list .list dl:hover img {
	transform: scale(1.2, 1.2);
	transition: transform 0.6s ease 0s;
}

.product-list .list dl dd h3 a:hover {
	color: #003f8f;
}

.cp-intro {
	width: 100%;
	padding: 80px 0;
	overflow: hidden;
	font-size: 17px;
	line-height: 34px;
}

.cp-intro table {
	border-right: 1px solid #0f1d17;
	border-bottom: 1px solid #0f1d17;
	border-collapse: collapse;
}

.cp-intro table td {
	padding: 20px 20px;
	font-size: 17px;
	border-left: 1px solid #0f1d17;
	border-top: 1px solid #0f1d17
}

.cp-intro h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	margin: 25px 0;
}

.cp-intro h3 {
	font-size: 24px;
	font-weight: bold;
	margin: 25px 0;
}

.cp-intro img {
	max-width: 100%;
	margin: 10px auto;
}

.cp-intro .goBack {
	display: block;
	color: #003f8f;
	font-size: 18px;
	line-height: 45px;
	width: 195px;
	margin: auto;
	position: relative;
	text-align: center;
	border: 1px solid #003f8f;
}

.cp-intro .goBack:hover {
	background: #003f8f;
	color: #fff;
}

.cp-intro .box {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.cp-intro .box .introleft {
	width: 48%;
}

.cp-intro .box .introright {
	width: 48%;
}

.cp-intro ul {
	width: 100%;
	margin-top: 40px;
}

.cp-intro ul li {
	width: 100%;
	margin: 15px 0;
	line-height: 28px;
	background: #fff;
	color: #000;
	transition: 0.3s;
	padding-left: 30px;
	position: relative;
}

.cp-intro ul li:before {
	position: absolute;
	content: "";
	width: 21px;
	height: 9px;
	background-image: url(../icon21.png);
	background-size: 100%;
	top: 11px;
	left: 0;
	transition: ease .5s;
}

.cases-icon {
	width: 100%;
	padding: 80px 0;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}

.cases-icon .section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cases-icon dl {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.cases-icon dl dt img {
	background-color: #efefef;
	border-radius: 22px;
}

.cases-icon dl dd {
	display: flex;
	margin-left: 25px;
	text-align: center;
	flex-direction: column;
	justify-content: center;
}

.main-cases {
	width: 100%;
	padding: 80px 0;
	overflow: hidden;
}

.caseslist {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.caseslist a {
	display: block;
	width: 31%;
	margin: 25px 0;
}

.caseslist a:nth-child(3n-1) {
	margin: 25px 3.5%;
}

.caseslist .img {
	display: block;
	width: 100%;
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 15px;
}

.caseslist .img img {
	width: 100%;
}

.caseslist .content {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 35px;
}

.caseslist .content span {
	display: inline-block;
	padding-left: 30px;
	position: relative;
}

.caseslist .content span:before {
	display: block;
	content: '';
	width: 20px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 5px;
	background-size: 100%;
	background-image: url(../icon10.png);
}

.caseslist .content i {
	font-style: normal;
}

.news-news {
	width: 100%;
	padding: 40px 0;
	overflow: hidden;
}

.news-news a {
	width: 100%;
	margin-bottom: 100px;
	padding: 55px 30px 30px 265px;
	position: relative;
	overflow: hidden;
	background: #fff;
	color: #333;
	display: flex;
	flex-wrap: wrap;
	transition: 0.3s;
	border-top: 6px solid #054a99;
}

.news-news .news-time {
	width: 210px;
	height: 100%;
	position: absolute;
	left: 0;
	border-right: 1px solid #dcdcdc;
}

.news-news .news-time h4 {
	font-size: 32px;
	font-weight: bold;
}

.news-news a h3 {
	font-weight: bold;
	margin-bottom: 10px;
}

.news-news a .txt {
	line-height: 28px;
	overflow: hidden;
}

.news-news a em {
	font-style: normal;
	display: none;
}

.news-news a:hover h3 {
	color: #003f8f;
}

.news-detail {
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
	color: #333333;
	background-image: url(../news-detail.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.news-detail .box {
	box-shadow: 0 0 18px #eee;
	padding: 50px 65px;
	background: #fff;
	border-radius: 8px;
	position: relative;
}

.news-detail .goBack {
	display: flex;
	align-items: center;
	color: #888;
	font-size: 16px;
	position: absolute;
	right: 65px;
	top: 50px;
	z-index: 10;
	font-family: "Montserrat-Regular";
}

.news-detail .goBack:hover {
	color: #f08200;
}

.news-detail .goBack img {
	margin-right: 10px;
}

.news-detail .news-title {
	overflow: hidden;
}

.news-detail .news-title h1 {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	font-family: "Montserrat-Bold";
}

.news-detail .news-title .three {
	color: #666666;
	text-align: center;
	font-size: 14px;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.news-detail .news-intro {
	font-size: 18px;
	line-height: 32px;
	overflow: hidden;
	color: #454545;
	margin: 35px 0;
}

.news-detail .news-intro img {
	max-width: 100%;
	margin: 20px auto;
}

.modNewsUpDown {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #dcdcdc;
	padding: 20px 0;
}

.modNewsUpDown ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.modNewsUpDown ul li a {
	color: #333;
	font-size: 14px;
	line-height: 20px;
	display: flex;
	flex-wrap: wrap;
}

.modNewsUpDown ul li i {
	font-style: normal;
	display: inline-block;
	width: 21px;
	height: 21px;
	line-height: 15px;
	border-radius: 50%;
	text-align: center;
	margin: 0 5px;
	border: 1px solid #666;
}

.modNewsUpDown ul li a:hover {
	color: #003f8f;
}

.main-contact {
	width: 100%;
	overflow: hidden;
	padding: 50px 0 80px 0;
	position: relative;
	background: #fff;
}

.main-contact ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #054a99;
	border-radius: 20px;
	padding: 40px 10px;
}

.main-contact ul li {
	width: 30%;
	margin: 0 1.5%;
	padding: 10px 10px;
}

.main-contact ul li dl {
	width: 100%;
	overflow: hidden;
}

.main-contact ul li dl dt {
	width: 100%;
}

.main-contact ul li dl dd {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.main-contact ul li img {
	max-width: 19%;
	margin: 5px auto;
	border-radius: 50%;
	border: 1px solid #fff;
}

.main-contact ul li h3 {
	font-size: 16px;
	margin: 15px 0 0 0;
}

.main-contact ul li p {
	font-weight: bold;
}

.main-form {
	width: 100%;
	overflow: hidden;
	padding: 50px 0 80px 0;
	position: relative;
	background: #fff;
}

.form-form {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.form-form ul {
	width: 100%;
	color: #373636;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.form-form ul li {
	overflow: hidden;
	margin: 10px 0;
	position: relative;
}

.index-form ul li span {
	display: none;
}

.contactus-form ul li span {
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
}

.form-form ul li.title,
.form-form ul li.tel,
.form-form ul li.name,
.form-form ul li.Products_name,
.form-form ul li.company_address,
.form-form ul li.tel,
.form-form ul li.email,
.form-form ul li.custom1,
.form-form ul li.company {
	width: 49%;
}

.form-form ul li.content,
.form-form ul li.button_li {
	width: 99%;
}

.form-form ul li input {
	line-height: 48px;
	width: 100%;
	font-size: 16px;
	padding: 0 10px;
	font-weight: 300;
	border-radius: 6px;
}

.form-form ul li textarea {
	width: 100%;
	height: 107px;
	line-height: 48px;
	padding: 0 10px;
	font-size: 16px;
	border-radius: 6px;
	position: relative;
}

.form-form ul li select {
	width: 100%;
	color: #8d8d8d;
	border-radius: 6px;
	font-size: 16px;
	padding: 0 25px;
	position: relative;
	line-height: 48px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	background-color: #efefef;
	background-image: url(../select.png);
	background-repeat: no-repeat;
	background-position: 94% 54%;
	border: 1px solid #efefef;
}

.form-form ul li .button {
	width: 37%;
	display: block;
	color: #ffffff;
	border: 0;
	font-size: 18px;
	border-radius: 30px;
	padding: 0 5px;
	line-height: 60px;
}

.index-form ul li .button {
	background: #d42024;
	margin: 10px 0;
	max-width: 230px;
}

.contactus-form ul li .button {
	background: #054a99;
	max-width: 330px;
	margin: 10px auto;
}

.index-form ul li input {
	background: rgba(255, 255, 255, .25);
	border: 1px solid #55687a;
}

.index-form ul li textarea {
	background: rgba(255, 255, 255, .25);
	border: 1px solid #55687a;
}

.index-form ul li textarea,
.index-form ul li input {
	color: #fff;
}

.index-form ul li textarea::placeholder,
.index-form ul li input::placeholder {
	color: #b3bcc4;
}

.contactus-form ul li input {
	background: #efefef;
	border: 1px solid #efefef;
}

.contactus-form ul li textarea {
	background: #efefef;
	border: 1px solid #efefef;
}

.contactus-form ul li textarea::placeholder,
.contactus-form ul li input::placeholder {
	color: #efefef;
}

.Checkboxtwo {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.Checkbox {
	padding-left: 25px;
}

.Checkboxinput {
	max-width: 16px;
	max-height: 16px;
	position: absolute;
	background-color: #fff;
	background-size: 0;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #ccc;
	left: 0;
	top: 5px;
}

.Checkboxtwo .Checkbox h5 {
	font-size: 15px;
}

.Checkboxtwo .Checkbox p {
	font-size: 12px;
}

.index-form .Checkboxtwo .Checkbox {
	width: 100%;
	color: rgba(255, 255, 255, .25);
}

.contactus-form .Checkboxtwo .Checkbox {
	width: 99%;
}

.index-form .Checkboxtwo .Checkbox a {
	color: rgba(255, 255, 255, .25);
	text-decoration: underline;
}

.contactus-form .Checkboxtwo .Checkbox a {
	color: #054a99;
	text-decoration: underline;
}

.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;
	width: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
}

.qt-pagination .active,
.qt-pagination a:hover {
	background: #003f8f;
	color: #fff;
	border: 1px solid #003f8f;
}

.foot-box {
	width: 100%;
	background: #1c1f1f;
	color: rgba(255, 255, 255, .25);
	padding: 70px 0 90px 0;
	overflow: hidden;
	font-size: 16px;
}

.foot-box .section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-box h3 {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 30px;
}

.foot-menu {
	width: 55%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-menu ul li {
	width: 100%;
	margin: 10px 0;
}

.foot-menu ul li a {
	color: rgba(255, 255, 255, .25);
}

.foot-menu ul li a:hover {
	color: #fff;
}

.foot-contact {
	width: 30%;
}

.foot-contact-div {
	color: rgba(255, 255, 255, .25);
	padding-left: 30px;
	margin: 20px 0;
	position: relative;
}

.foot-contact-div::before {
	display: block;
	content: '';
	width: 20px;
	height: 21px;
	position: absolute;
	left: 0;
	top: 1px;
	background-size: 100%;
}

.foot-contact-div.adr::before {
	background-image: url(../icon07.png);
}

.foot-contact-div.tel::before {
	background-image: url(../icon08.png);
}

.foot-contact-div.mail::before {
	background-image: url(../icon06.png);
}

.foot-copyright {
	width: 100%;
	padding: 25px 0;
	overflow: hidden;
	background: #3f4040;
	color: rgba(255, 255, 255, .25);
	font-size: 15px;
}

.foot-copyright a {
	color: rgba(255, 255, 255, .25);
}

.foot-copyright a:hover {
	color: #fff;
}

.box-customer {
	position: fixed;
	bottom: 20%;
	right: 0;
	z-index: 9999;
}

.box-customer .imgbox {
	width: 100%;
}

.box-customer .imgbox a .left {
	width: 52px;
}

.box-customer .imgbox a .left .img {
	margin: 0;
}

.box-customer .imgbox a .left .img img {
	margin: auto;
	max-width: 100%;
}

.box-customer .imgbox1 {
	position: relative;
	width: 207px;
	right: -155px;
	top: 0;
	background: #e5e5e5;
	border-radius: 4px;
	transition: 0.5s;
}

.box-customer .imgbox1:hover {
	right: 0;
}

.box-customer .imgbox1 a .right {
	font-size: 18px;
	color: #003f8f;
	width: 145px;
}

.box-customer .imgbox1 a .right p {
	box-sizing: border-box;
	padding: 0 10px;
	border-left: 1px solid #003f8f;
}

.box-customer .imgbox2 {
	position: absolute;
	width: 52px;
	right: 0;
	background: #e5e5e5;
	border-radius: 4px;
	transition: 0.5s;
	top: 56px;
}

.box-customer .imgbox2:hover {
	right: 0;
}

.box-customer .imgbox3 {
	position: absolute;
	width: 52px;
	right: 0;
	background: #e5e5e5;
	border-radius: 4px;
	transition: 0.5s;
	top: 112px;
}

.box-customer .imgbox3 a {
	position: relative;
}

.box-customer .imgbox3 a .twoimg {
	position: absolute;
	left: -120px;
	top: -20%;
	transition: 0.8px;
	opacity: 0;
}

.box-customer .imgbox3:hover {
	right: 0;
}

.box-customer .imgbox3:hover a .twoimg {
	opacity: 1;
}

.box-customer .imgbox4 {
	position: absolute;
	width: 52px;
	right: 0;
	transition: 0.5s;
	top: 168px;
	border-radius: 4px;
	background-color: #003f8f;
}

.box-customer .imgbox4:hover {
	right: 0;
}

.flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.box-customer .imgbox3:hover,
.box-customer .imgbox1:hover,
.box-customer .imgbox2:hover {
	background-color: #003f8f;
}

.box-customer .imgbox1:hover .right {
	color: #fff;
}

.box-customer .imgbox1:hover .right p {
	border-left: 1px solid #fff;
}

.box-customer .imgbox3:hover .left .img img,
.box-customer .imgbox1:hover .left .img img,
.box-customer .imgbox2:hover .left .img img {
	filter: brightness(100);
}

/* 遮罩层样式 */
#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: 5%;
	left: 10%;
	background: #fff;
	padding: 50px 10px;
	border-radius: 25px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	width: 80%;
	height: 90%;
	z-index: 99989;
}

#popup-content {
	overflow: auto;
	position: relative;
	height: 75%;
	margin-bottom: 25px;
}

#popup-content h2 {
	margin-bottom: 25px;
}

#popup-content .txt {
	width: 90%;
	height: 100%;
	position: relative;
	margin: auto;
	overflow: auto;
}

.popup a {
	background-color: #054a99;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	line-height: 50px;
	transition: 0.4s;
	font-size: 20px;
	position: relative;
	max-width: 320px;
	border-radius: 32px;
}

#popup-content a i {
	margin-right: 15px;
}

/* 关闭按钮样式 */
.close-btn {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	font-size: 24px;
	font-weight: bold;
}

@media (max-width:1540px) {
	.header .logo a {
		width: 250px;
		height: 58px;
	}

	.header .menu ul li a.menu-a {
		font-size: 19px;
	}

	.news-detail .news-title h1 {
		font-size: 36px;
	}

	.cp-intro h1 {
		font-size: 30px;
	}

	.news-news .news-time h4 {
		font-size: 28px;
	}

	.news-detail .news-intro {
		font-size: 17px;
	}

	.button-next,
	.button-prev {
		width: 80px;
		height: 80px;
		margin-top: -40px;
	}

	.detail-link i,
	.more-link i {
		max-width: 17px;
	}

	.more-link {
		max-width: 180px;
		padding: 0 10px;
		line-height: 50px;
		font-size: 16px;
	}

	.service-list dl:nth-child(1),
	.service-list dl:nth-child(2),
	.service-list dl:nth-child(3) {
		padding-top: 165px;
	}

	.num-box ul li .num {
		font-size: 35px;
	}

	.num-box ul li span {
		font-size: 16px;
	}

	.product-class a.bigclass {
		font-size: 20px;
	}

	.product-class a {
		font-size: 18px;
	}

	.cp-intro {
		font-size: 16px;
	}

	.service_item_title::after {
		width: 30px;
		height: 30px;
		right: 35px;
		top: 36px;
		background-image: url(../plus.png);
	}
}

@media (max-width:1400px) {
	.header .menu ul li a.menu-a {
		font-size: 18px;
	}

	.product-slide dl dd .txt {
		line-height: 28px;
	}

	.inner-series {
		background-size: 138%;
	}

	#swipebox-prev,
	#swipebox-next {
		width: 70px;
		height: 70px;
	}

	.detail-link i,
	.more-link i {
		max-width: 14px;
	}

	.more-link {
		line-height: 42px;
	}

	.CertificationSwiper-content {
		padding: 0 100px;
	}

	.button-button {
		width: 155px;
		height: 70px;
	}

	.cp-intro h1 {
		font-size: 26px;
	}

	.news-detail .news-title h1 {
		font-size: 30px;
	}
}

@media (max-width:1300px) {
	.process-img-list ul li.imgli img {
		max-width: 35px;
	}

	.service-list dl:nth-child(1),
	.service-list dl:nth-child(2),
	.service-list dl:nth-child(3) {
		padding-top: 150px;
	}

	.CertificationSwiper-content {
		padding: 0 80px;
	}

	.news-news a {
		margin-bottom: 60px;
		padding: 35px 30px 30px 205px;
		border-top: 3px solid #054a99;
	}

	.news-news .news-time {
		width: 160px;
	}

	.main-contact ul li img {
		max-width: 60px;
	}

	.swiper-slide-txt h3,
	.swiper-slide-txt h1,
	.banner-content h2,
	.abbanner-content h2 {
		font-size: 40px;
	}

	.swiper-slide-txt h2,
	.abbanner-content h4 {
		font-size: 20px;
	}

	.banner-content dl dd .txt {
		font-size: 17px;
	}
}

@media (max-width:1190px) {
	.cp-intro .box {
		display: block;
	}

	.cp-intro .box .introleft,
	.cp-intro .box .introright {
		width: 100%;
		margin: 10px 0;
	}

	.cp-intro h3 {
		font-size: 20px;
		margin: 10px 0;
	}

	.cp-intro ul {
		margin-top: 10px;
	}

	.cp-intro ul li {
		margin: 5px 0;
	}

	.cp-intro {
		line-height: 28px;
	}

	.main-nav {
		display: none;
	}

	.product-slide dl dd .txt {
		line-height: 24px;
	}

	.process-img-list ul li h4 {
		font-size: 18px;
	}

	.series-down li a::after {
		width: 30px;
		height: 30px;
		top: 0;
	}

	.cp-intro table td {
		padding: 10px 10px;
		font-size: 16px;
	}

	.series-down li a {
		padding-right: 45px;
	}

	.inner-about ul li {
		width: 48%;
		margin: 10px 0;
	}

	.inner-about ul li img {
		margin: 10px auto;
		max-width: 50px;
	}

	.inner-service ul li {
		padding: 20px 15px 35px 15px;
	}

	.banner-pagination span {
		margin: 8px 0;
		width: 14px;
		height: 14px;
	}

	.button-button {
		width: 130px;
		height: 50px;
	}

	.header {
		z-index: 9999;
		background: #fff;
	}

	.CertificationSwiper-content {
		padding: 0 65px;
	}

	.section,
	.header .section {
		width: 100%;
		padding: 0 30px;
	}

	.header .logo a {
		width: 216px;
		height: 50px;
		background-image: url(../logo-black.png);
	}

	.m_menu {
		display: flex;
	}

	.header .menu {
		position: absolute;
		left: 0;
		top: 70px;
		background: #003f8f;
		width: 100%;
		display: none;
		z-index: 999;
	}

	.header .menu ul li {
		width: 100%;
		border-bottom: 1px solid #1067d5;
	}

	.fixnav .menu ul li.on a,
	.header .menu ul li.on a,
	.header .menu ul li a:hover {
		color: #fff;
	}

	.menu ul li.on a.menu-a,
	.menu ul li a.menu-a:hover,
	.fixnav .menu ul li.on a.menu-a {
		color: #fff;
	}

	.header .menu ul li.menu-li:nth-child(2):after,
	.header .menu ul li.menu-li:nth-child(3):after,
	.header .menu ul li.menu-li:nth-child(4):after {
		width: 10px;
		height: 6px;
		content: '';
		display: block;
		position: absolute;
		right: 30px;
		top: 24px;
		background-image: url(../menu-span.png);
		background-size: 100%;
	}

	.header .menu ul li a.menu-a {
		padding: 0;
		line-height: 55px;
		color: #fff;
		display: inline-block;
	}

	.header .menu ul li a.menu-a {
		margin-left: 30px;
	}

	.header .menu li .drop ul {
		width: 100%;
		padding: 0;
	}

	.header .menu li .drop {
		position: static;
		width: 100%;
		padding: 20px 30px;
		background: #fff;
	}

	.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 {
		color: #333;
	}

	.header .logo {
		height: 70px;
	}

	.header .logo img {
		height: 50px;
	}

	.lang-icon {
		top: 23px;
		right: 65px;
	}

	.lang-icon a.en-link {
		display: none;
	}

	.lang-icon .lang-link {
		opacity: 1;
		visibility: visible;
		top: 0;
		width: auto;
		padding: 0px 5px;
		margin: 0;
		position: static;
		background-color: #054a99;
	}

	.lang-icon .lang-link a {
		color: #fff;
		line-height: 25px;
		font-size: 12px;
	}

	.searchform .close {
		top: 11px;
		font-size: 20px;
		right: 11px;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.search_icon {
		width: 26px;
		height: 26px;
		right: 102px;
		margin-top: -13px;
	}

	.banner-swiper,
	.banner {
		margin-top: 70px;
	}

	.swiper-slide-txt h1 {
		margin: 15px 0;
	}

	.service-list {
		display: none;
	}

	.serviceSwiper-two {
		display: block;
	}

	.serviceSwiper-dl {
		display: flex;
		flex-wrap: wrap;
		padding: 25px 25px;
		background: #efefef;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		cursor: pointer;
	}

	.serviceSwiper-dl dt {
		width: 16%;
	}

	.serviceSwiper-dl dt img {
		background: #0070d5;
		border-radius: 15px;
		overflow: hidden;
	}

	.serviceSwiper-dl dd {
		width: 80%;
		float: left;
		margin-left: 4%;
		position: relative;
	}

	.serviceSwiper-dl dd .txt {
		line-height: 25px;
		min-height: 250px;
	}

	.case-memo h2,
	.case-memo .content,
	.contact-txt,
	.contact-form {
		width: 100%;
		margin: 15px 0;
	}

	.button-next,
	.button-prev {
		width: 50px;
		height: 50px;
		margin-top: -25px;
	}

	.inner-banner-img {
		height: 480px;
	}

	.index-banner-img {
		height: 580px;
	}

	.product-list .list dl {
		margin-bottom: 30px;
		background: #fff;
		padding: 30px 20px;
	}

	.cases-icon dl dt img {
		max-width: 80px;
	}

	.num-box ul li .num {
		font-size: 30px;
	}

	.num-box ul li span {
		font-size: 14px;
	}

	.swiper-slide-txt h3,
	.swiper-slide-txt h1,
	.banner-content h2,
	.abbanner-content h2 {
		font-size: 30px;
	}

	.swiper-slide-txt h2,
	.abbanner-content h4 {
		font-size: 15px;
	}

	.banner-content dl dd .txt {
		font-size: 15px;
	}

	.bannerdl dt {
		display: none;
	}

	.bannerdl dd {
		width: 100%;
	}
}

@media (max-width:999px) {
	.process-icon {
		background: #eff3f8;
	}

	.process-img-list {
		border-radius: 0;
		padding: 15px 0;
	}

	.process-img-list ul li h4 {
		font-size: 14px;
		line-height: 20px;
		margin-top: 10px;
	}

	.process-img-list ul li.imgli img {
		max-width: 30px;
	}

	.process-img-list ul li.imgicon img {
		max-width: 24px;
	}

	.inner-banner-img {
		height: 380px;
	}

	.process-img-list ul li h4 {
		font-size: 16px;
	}

	.index-banner-img {
		height: 450px;
	}

	.inner-about ul li img {
		margin: 10px auto;
		max-width: 40px
	}

	.inner-about ul li {
		padding: 20px 10px;
	}

	.inner-series {
		padding: 85px 0 100px 0;
	}

	.seriesCertification {
		padding: 25px 25px;
		border-radius: 20px;
	}

	.num-box ul li {
		padding: 25px 10px;
	}

	.caseslist a {
		display: block;
		width: 48.5%;
		margin: 25px 0;
	}

	.caseslist a:nth-child(3n-1) {
		margin: 25px 0;
	}

	.foot-menu {
		width: 63%;
	}

	.foot-box h3 {
		font-size: 16px;
	}

	.foot-box {
		font-size: 15px;
	}

	.inner-about .content {
		width: 100%;
	}

	.inner-about .about-img {
		display: none;
	}
}

@media (max-width:856px) {
	.cases-icon dl dt img {
		max-width: 60px;
	}
}

@media (max-width:768px) {
	.casewrapper {
		padding: 0 16px;
	}

	.process-img-list {
		border-radius: 0;
		padding: 10px 0;
	}

	.process-img-list ul li h4 {
		font-size: 12px;
		line-height: 20px;
		margin-top: 10px;
	}

	.process-img-list ul li.imgli img {
		max-width: 24px;
	}

	.process-img-list ul li.imgicon img {
		max-width: 20px;
	}

	.inner-series {
		background-size: 200%;
	}
}

@media (max-width:658px) {
	.case-next {
		right: 5%;
	}

	.process-img-list ul li.imgicon img {
		max-width: 22px;
	}

	.process-img-list ul li img {
		margin: 5px auto;
	}

	.process-img-list ul li.imgli img {
		max-width: 20px;
	}

	.inner-series {
		background-size: 300%;
	}

	.seriesCompliance {
		background-size: 190%;
	}

	.banner-content dl dt {
		display: none;
	}

	.banner-content dl dd {
		width: 100%;
	}

	.case-prev {
		left: 5%;
	}

	.inner-banner-img {
		height: 300px;
	}

	.index-banner-img {
		height: 380px;
	}

	.swiper-slide-txt h3,
	.swiper-slide-txt h1,
	.banner-content h2,
	.abbanner-content h2 {
		font-size: 24px;
	}

	.swiper-slide-txt h2,
	.abbanner-content h4 {
		font-size: 13px;
	}

	.banner-content dl dd .txt {
		font-size: 13px;
	}

	.cases-icon dl dt img {
		max-width: 50px;
		border-radius: 8px;
	}

	.news-detail .news-title h1 {
		font-size: 25px;
	}

	.news-detail .news-intro {
		font-size: 15px;
	}

	.cases-icon dl dd {
		margin-left: 8px;
	}

	.caseslist a {
		display: block;
		width: 98%;
		margin: 15px 0;
	}

	.caseslist a:nth-child(3n-1) {
		margin: 15px 0;
	}

	.main-contact ul {
		border-radius: 20px;
		padding: 20px 5px;
	}

	.news-news a {
		margin-bottom: 30px;
		padding: 20px 0;
		border-top: 2px solid #054a99;
	}

	.news-news .news-time {
		display: none;
	}

	.news-news a em {
		display: block;
		font-size: 14px;
		color: #999;
		margin-bottom: 10px;
	}

	.section,
	.header .section {
		padding: 0 16px;
	}

	.m_menu {
		right: 16px;
	}

	.header .menu ul li a.menu-a {
		margin-left: 16px;
	}

	.header .menu li .drop {
		padding: 10px 16px;
	}

	.lang-icon {
		right: 53px;
	}

	.search_icon {
		right: 92px;
	}

	.banner-pagination span {
		margin: 4px 0;
		width: 10px;
		height: 10px;
	}

	.box-customer .imgbox a .left {
		width: 40px;
	}

	.box-customer .imgbox1 {
		right: -167px;
	}

	.box-customer .imgbox3,
	.box-customer .imgbox4,
	.box-customer .imgbox2 {
		width: 40px;
	}

	.box-customer .imgbox2 {
		top: 44px;
	}

	.box-customer .imgbox3 {
		top: 88px;
	}

	.box-customer .imgbox4 {
		top: 132px;
	}

	.more-link {
		max-width: 169px;
		padding: 0 10px;
		line-height: 50px;
		font-size: 15px;
		line-height: 39px;
	}

	.detail-link {
		font-size: 15px;
	}

	.form-form ul li.title,
	.form-form ul li.tel,
	.form-form ul li.name,
	.form-form ul li.Products_name,
	.form-form ul li.company_address,
	.form-form ul li.tel,
	.form-form ul li.email,
	.form-form ul li.custom1,
	.form-form ul li.company,
	.foot_contlis,
	.form-form ul li.content,
	.form-form ul li.button_li {
		width: 100%;
	}

	.foot-menu,
	.foot-contact {
		width: 100%;
		margin: 10px 0;
	}

	.form-form ul li .button {
		width: 50%;
		font-size: 16px;
		line-height: 42px;
	}

	.index-about,
	.index-product,
	.index-service,
	.index-case,
	.index-contact,
	.foot-box,
	.inner-about,
	.inner-series,
	.cp-intro,
	.inner-about,
	.inner-series,
	.main-product,
	.cases-icon,
	.main-cases,
	.main-contact,
	.main-form,
	.cp-intro {
		padding: 40px 0;
	}

	.foot-copyright {
		font-size: 12px;
	}

	.em {
		display: inline-block;
		width: 40px;
		height: 3px;
		margin: 10px 0 20px 0;
	}

	.form-form ul li {
		margin: 4px 0;
	}

	.form-form ul li input {
		line-height: 40px;
		width: 100%;
		font-size: 14px;
		padding: 0 10px;
	}

	.serviceSwiper-dl {
		padding: 15px 15px;
	}

	.serviceSwiper-dl dd h4 {
		font-weight: bold;
	}

	.case-slide {
		border-radius: 10px;
	}

	.caseSwiper::after,
	.caseSwiper::before {
		display: none;
	}

	.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%;
	}

	.foot-box h3 {
		font-weight: normal;
	}

	.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;
	}

	.num-box ul li {
		width: 48%;
		margin: 10px 1%;
		border-radius: 13px;
	}

	.seriesCertification dl dt,
	.seriesCertification dl dd,
	.seriesCertification dl dt,
	.seriesCertification dl dd {
		width: 100%;
		margin: 5px 0;
	}

	.seriesCertification dl dd h3 {
		text-align: center;
	}

	.header .logo a {
		width: 180px;
		height: 42px;
	}

	.button-next:after,
	.button-prev:after {
		font-size: 14px;
	}

	.button-next,
	.button-prev {
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}

	.product-link-class {
		display: block;
	}

	.product-class {
		display: none;
	}

	.product-list {
		width: 100%;
	}

	.product-list .list dl dt,
	.product-list .list dl dd {
		width: 100%;
		overflow: hidden;
	}

	.cp-intro h1 {
		font-size: 22px;
	}

	.cp-intro table td {
		padding: 8px 8px;
		font-size: 15px;
	}

	.index-contact a.contacta {
		line-height: 40px;
		font-size: 15px;
		padding: 0 35px;
	}

	.cp-intro .goBack {
		font-size: 16px;
		line-height: 40px;
		width: 160px;
	}

	.cp-intro h1 {
		font-size: 22px;
	}

	.main-contact ul li {
		width: 96%;
		margin: 25px 2%;
		padding: 10px 10px;
	}

	.inner-service ul li {
		width: 96%;
		margin: 10px 2%;
	}

	.inner-service ul li img {
		max-width: 40px;
	}

	.service-icon {
		padding-left: 30px;
	}

	.service_item {
		margin: 12px 0;
		background: #054a99;
		border-radius: 10px;
	}

	.service_item_title {
		padding: 20px 45px 20px 20px;
	}

	.service_item.active .service_item_content {
		border-radius: 10px;
		padding: 15px 20px;
	}

	.service_item_content dl dt {
		width: 8%;
		padding-top: 10px;
	}

	.service_item_content dl dd {
		width: 88%;
		margin-left: 4%;
	}

	.Manufacturingbox .left,
	.Manufacturingbox .right {
		width: 100%;
		margin: 10px 0;
	}

	.service-icon img {
		width: 20px;
		height: 21px;
		position: absolute;
		left: 0;
		top: 0px;
		z-index: 10;
	}

	.service_item_title::after {
		width: 18px;
		height: 18px;
		right: 35px;
		top: 36px;
		background-image: url(../plus.png);
	}

	.product-slide {
		padding: 35px 15px 35px 15px;
		border-radius: 10px;
	}

	.product-slide dl dd .txt {
		line-height: 22px;
	}

	.index-about .txt {
		line-height: 28px;
	}

	.foot-copyright .section {
		flex-wrap: wrap;
	}

	.product-list .list dl dd .txt {
		margin: 15px 0;
		line-height: 28px;
	}

	.foot-copyright .content {
		width: 100%;
	}

	.Manufacturingbox {
		padding: 15px 20px;
		border-radius: 10px;
	}

	.Manufacturingbox .right dl {
		padding: 25px 20px;
		border-radius: 10px;
		margin: 10px 0;
	}

	.Manufacturingbox .right dl dt {
		width: 13%;
		padding-top: 10px;
	}

	.Manufacturingbox .right dl dd {
		width: 82%;
		margin-left: 5%;
	}

	.CommissioningSwiper-content {
		padding: 25px 20px;
		border-radius: 10px;
	}

	.button-button {
		width: 90px;
		height: 40px;
	}

	.inner-service ul li .txt strong {
		font-size: 14px;
	}

	.Salesservice-ul li h4 {
		line-height: 32px;
		min-height: 32px;
		margin-bottom: 10px;
	}

	.Salesservice-ul li h3 {
		min-height: auto;
		line-height: 24px;
	}

	.box-customer {
		bottom: 20%;
	}

	.banner-content dl dt img {
		max-width: 100%;
		border-radius: 5px;
	}

	.banner-content dl dd h2 {
		font-size: 20px;
	}

	.banner-content dl dd .txt {
		font-size: 13px;
	}

	.searchform form {
		width: 92%;
		padding: 10px 10px;
		border-radius: 8px;
	}

	.serviceSwiper-dl dt,
	.serviceSwiper-dl dd {
		width: 100%;
		margin: 10px 0;
	}

	.serviceSwiper-dl dt img {
		max-width: 60px;
	}

	.cp-intro {
		font-size: 15px;
	}

	.process-img-list ul {
		display: flex;
		flex-wrap: wrap;
	}

	.process-icon .section {
		padding: 0;
	}

	.process-img-list ul li.imgicon {
		display: none;
	}

	.process-img-list ul li.imgli {
		width: 18%;
		margin: 5px 1%;
	}

	.process-img-list ul li h4 {
		margin-top: 4px;
	}

	.CommissioningSwiper-content {
		width: 100%;
	}

	.CommissioningSwiper-box .button-button {
		position: absolute;
		right: 10px;
		bottom: 12px;
	}

	.service04 {
		padding: 100px 0 50px 0;
	}

	.Commissioning-slide dl {
		padding: 10px 0;
		margin-top: 20px;
	}

	.index-service .process-icon {
		display: block;
		margin-bottom: 30px;
	}
}