@font-face {
	font-family: "SourceHanSansCN-Regular";
	font-display: swap;
	src: url('SourceHanSansCN-Regular.otf');
}

input,
textarea,
select,
button,
area {
	font-family: "SourceHanSansCN-Regular";
}

body {
	font-family: "SourceHanSansCN-Regular";
}

.section {
	width: 86%;
	max-width: 1500px;
	margin: auto;
}

/*header*/
.header {
	width: 100%;
	position: relative;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #fff;
	transition: 0.34s;
}

.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: 364px;
	display: block;
}

.header .logo a img {
	max-width: 100%;
}

.header .menu {
	width: 55%;
	margin-right: 75px;
	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: 94px;
	color: #333;
}

.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: #0e61cf;
	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: 37px;
	height: 37px;
	position: absolute;
	right: 0;
	display: block;
	top: 50%;
	margin-top: -18.5px;
	border-radius: 50%;
	background-color: #0e61cf;
	background-image: url(../search.png);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	transition: 0.4s;
}

.search_icon:hover {
	background-color: #0e61cf;
}

.m_menu {
	align-items: center;
	justify-content: center;
	width: 24px;
	position: absolute;
	right: 35px;
	top: 0;
	height: 70px;
	display: none;
	transition: 0.4s;
}

.m_menu span {
	display: block;
	transition: ease .6s;
	width: 24px;
	height: 2px;
	background: #0e61cf;
}

.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;
}

.menu ul li.on a.menu-a,
.menu ul li a.menu-a:hover {
	color: #0e61cf;
}

.index-title .icon {
	position: relative;
	padding-left: 10px;
	text-transform: uppercase;
	color: #0e61cf;
}

.index-title .icon::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	z-index: 10;
	width: 18px;
	height: 18px;
	margin-top: -3px;
	background-size: 100%;
	background-image: url(../icon01.png);
}

.index-title .icon i {
	font-style: normal;
	position: relative;
	z-index: 20;
}

.index-title .icon span {
	display: block;
	position: absolute;
	left: -45px;
	z-index: 5;
	bottom: -15px;
	font-weight: bold;
	color: #fff;
	font-size: 54px;
	text-shadow:
		-1px -1px 0 #b6cff1,
		1px -1px 0 #b6cff1,
		-1px 1px 0 #b6cff1,
		1px 1px 0 #b6cff1;
}

.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: #0e61cf;
	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: #0e61cf;
	color: #fff;
}

.banner-swiper {
	width: 100%;
	position: relative;
	margin-top: 94px;
}

.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 {
	display: inline-block;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	padding: 0 60px;
	border: 1px solid #999999;
	color: #999999;
	border-radius: 10px;
	transition: 0.7s;
}

.more-link:hover {
	box-shadow: 0 0 20px #666;
}

.swiper-slide-txt h1 {
	font-size: 3vw;
	animation-delay: 0.3s;
	text-shadow: 0 0 10px #444;
}

.swiper-slide-txt h3 {
	font-size: 4vw;
	animation-delay: 0.3s;
	text-shadow: 0 0 10px #444;
}

.swiper-slide-txt h2 {
	font-size: 1.3vw;
	margin: 25px 0;
	animation-delay: 0.6s;
}

.swiper-slide-active h1,
.swiper-slide-active h2 {
	animation-name: fadeInUp;
}

.index-banner-img {
	padding-top: 45.4%;
	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;
}

.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: #0070d5;
}

.img-box {
	border-radius: 6px;
	overflow: hidden;
}

.product-detail-title ul li img,
.product-slide .box img,
.img-box img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.7s ease 0s;
}

.Design-list a:hover img.img,
.product-detail-title ul li:hover img,
.product-slide:hover .box img,
.img-box:hover img {
	transform: scale(1.15, 1.15);
}

.grid-content {
	width: 100%;
	overflow: hidden;
	padding: 100px 0;
}

.title-more {
	position: relative;
}

.title-more .more-link {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.title-more .more-link:hover {
	border: 1px solid #0e61cf;
	color: #fff;
	background: #0e61cf;
}

/*product-launch */
.product-launch {
	background-color: #fff;
}

.product-slide {
	width: 94%;
	margin: 20px 3%;
	display: block;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	box-shadow: 0 0 10px #eee;
}

.product-slide .box {
	overflow: hidden;
	position: relative;
}

.product-slide .icon {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 10;
	max-width: 86px;
}

.product-slide .content {
	width: 100%;
	padding: 15px 20px;
	overflow: hidden;
	transition: 0.3s;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #333333;
	line-height: 35px;
}

.product-slide .content span {
	display: inline-block;
	position: relative;
}

.product-slide .content i {
	font-style: normal;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #bfbfbf;
	color: #bfbfbf;
	background-size: 100%;
	background-image: url(../icon02.png);
}

.swiper-slide-active .product-slide .content,
.swiper-slide-active .product-slide:hover .content {
	opacity: 1;
	bottom: 0;
}

.product-slide:hover span {
	color: #0070d5;
}

.productbutton-pagination {
	height: 4px;
	width: 100%;
	padding-right: 165px;
	z-index: 10;
	position: relative;
}

.product-button {
	width: 115px;
	height: 44px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -22px;
	z-index: 20;
}

.product-next,
.product-prev {
	width: 44px;
	height: 44px;
	top: 50%;
	margin-top: -22px;
	border-radius: 50%;
	border: 1px solid #e9e9e9;
}

.product-next {
	right: 0;
}

.product-prev {
	left: 0;
}

.product-next:after,
.product-prev:after {
	font-size: 18px;
	color: #d2d2d2;
}

.product-next:hover,
.product-prev:hover {
	background: #0070d5;
}

.product-next:hover:after,
.product-prev:hover:after {
	color: #fff;
}

.product-center {
	background: #eff3f8;
}

.product-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.product-list a {
	width: 31%;
	margin: 20px 0;
	display: block;
	overflow: hidden;
	border-radius: 6px;
	position: relative;
	background-color: #fff;
}

.product-list a:nth-child(3n-1) {
	margin: 20px 3.5%;
}

.product-list .content {
	width: 100%;
	padding: 15px 15px;
	overflow: hidden;
	transition: 0.3s;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #333333;
	line-height: 35px;
}

.product-list .content span {
	display: inline-block;
	position: relative;
}

.product-list .content i {
	font-style: normal;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #bfbfbf;
	color: #bfbfbf;
	background-size: 100%;
	background-image: url(../icon02.png);
}

.Application-field {
	width: 100%;
	overflow: hidden;
	padding-top: 115px;
}

.Application-content {
	background-image: url(../Application-content.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
}

.Application-content .hd {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	left: 0;
	top: 0;
}

.Application-content ul {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
}

.Application-content ul li {
	width: 16.666%;
	height: 100%;
	color: #fff;
	border-right: 1px solid rgba(255, 255, 255, .4);
}

.Application-content ul li:last-child {
	border: 0;
}

.Application-item {
	cursor: pointer;
}

.Application-item .box {
	margin-top: 75%;
}

.Application-icon {
	margin: 40px auto;
	z-index: 20;
	width: 37%;
	max-width: 114px;
	border-radius: 50%;
	position: relative;
}

.Application-icon img {
	width: 100%;
	position: relative;
	z-index: 20;
	border-radius: 50%;
	border: 1px solid #fff;
}

.Application-item h3 {
	font-weight: bold;
}

.Application-item em {
	display: block;
	width: 30%;
	margin: 15px auto;
	height: 3px;
	position: relative;
}

.Application-item em::before {
	content: '';
	bottom: 0;
	z-index: 20;
	position: absolute;
	left: 0;
	height: 2px;
	width: 100%;
	background: #fff;
	transform: rotateY(90deg);
	transition: ease-in-out 0.4s;
}

.Application-icon .icon_lock01 {
	display: none;
	background: #0e61cf;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	border-radius: 50%;
	height: 100%;
	position: absolute;
	opacity: 0;
	-webkit-animation: playbtnscale 1.5s infinite;
	-moz-animation: playbtnscale 1.5s infinite;
	animation: playbtnscale 1.5s infinite;
}

.Application-content .on .icon_lock01 {
	display: block;
}

.Application-item a:hover,
.Application-content .on .Application-icon img {
	background: #0e61cf;
	border: 1px solid #0e61cf;
}

.Application-item:hover em::before,
.Application-item.active em::before {
	transform: rotateY(0deg);
}

.Application-item a {
	display: block;
	width: 60%;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	margin: 100px auto;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 6px;
	opacity: 0;
	transition: 0.7s;
}

.Application-item.on a {
	opacity: 1;
	margin: 50px auto;
}

.Application-bd-img img {
	width: 100%;
}

.Application-box {
	display: none;
}

.Application-ltem {
	color: #fff;
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	padding: 60px 10px 40px 10px;
	background-size: cover;
}

.Application-ltem a {
	display: block;
	width: 40%;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	margin: 40px auto;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 6px;
	transition: 0.7s;
}

/* 本例子css */
.Core-competence {
	background-image: url(../Core-competence.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.CoreslideTxtBox {
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.Corehd {
	width: 17%;
	position: relative;
}

.Corehd ul {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.Corehd ul li {
	width: 100%;
	cursor: pointer;
	border: 3px solid #fff;
	overflow: hidden;
	border-radius: 15px;
	position: relative;
}

.Corehd ul li h4 {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	left: 0;
	top: 0;
	font-size: 26px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.3);
}

.Corehd ul li.on {
	background: #fff;
	border: 3px solid #0e61cf;
}

.Corebd {
	width: 81%;
}

.Corebd-ltem {
	display: block;
	position: relative;
}

.Corebd-ltem .content {
	position: absolute;
	width: 94%;
	left: 3%;
	bottom: 5%;
	z-index: 10;
	border-top: 1px solid #fff;
	padding-top: 30px;
	justify-content: space-between;
}

.Corebd-ltem .content h4 {
	position: relative;
	padding-left: 65px;
}

.Corebd-ltem .content img {
	position: absolute;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	top: 50%;
	left: 0;
	margin-top: -28px;
	transition: ease .5s;
}

.Corebd-ltem .content span {
	display: inline-block;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	padding: 0 65px;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 6px;
	transition: 0.7s;
}

.Corebd-ltem:hover span {
	background-color: #0070d5;
	border: 1px solid #0070d5;
}

.Core-box {
	display: none;
}

/*banner*/
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	font-family: "SourceHanSansCN-Regular";
	margin-top: 94px;
}

.inner-banner-img {
	width: 100%;
	height: 475px;
	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;
}

.banner-content h2 {
	font-size: 3vw;
	font-weight: bold;
	position: relative;
}

.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;
	color: #fff;
}

.main-nav a:hover {
	color: #0e61cf;
}

.main-nav i {
	font-style: normal;
	margin: 0 5px;
	display: inline-block;
}

.inner-about {
	width: 100%;
	padding: 95px 0;
	overflow: hidden;
	background-image: url(../about.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.about-txt {
	width: 100%;
}

.inner-about .content {
	width: 55%;
	float: left;
}

.inner-about .content .txt {
	line-height: 28px;
	color: #333;
}

.inner-about .content ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #0e61cf;
	position: relative;
}

.inner-about .content ul:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #0e61cf;
	top: 0;
	right: 100%;
	transition: ease .5s;
}

.inner-about .content ul li {
	width: 13.666%;
	margin: 10px 1%;
	padding: 20px 10px;
	overflow: hidden;
	text-align: center;
}

.inner-about .content ul li img {
	max-width: 100%;
	border-radius: 50%;
}

.inner-about .about-img {
	width: 45%;
	float: right;
	overflow: hidden;
}

.inner-about .about-img img {
	width: 100%;
}

.service-dl {
	padding: 60px 0;
	width: 100%;
	background-image: url(../service.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.service-dl dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px 0;
	background-color: #fff;
	position: relative;
	z-index: 10;
	cursor: pointer;
	border-radius: 8px;
	overflow: hidden;
}

.service-dl dl dt {
	width: 46.5%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	overflow: hidden;
}

.service-dl dl dt img {
	border-radius: 6px;
	position: relative;
	z-index: 20;
	transform: translateZ(0px);
	transition: transform 0.7s ease 0s;
}

.service-dl dl dd {
	width: 53%;
	padding: 30px 40px;
	position: relative;
	z-index: 15;
	color: #333;
}

.service-dl dl dd .icon-title {
	align-items: center;
}

.service-dl dl dd h3 {
	margin-left: 1px;
}

.service-dl dl dd .img {
	overflow: hidden;
}

.service-dl dl dd .img img {
	max-width: 100%;
}

.service-dl dl:nth-child(even) {
	flex-direction: row-reverse
}

.Services-section-container .container {
	overflow: hidden;
}

.service-dl dl:hover dt img {
	transform: scale(1.1, 1.1);
}

.inner-Certificate {
	padding: 70px 0;
	overflow: hidden;
	width: 100%;
	background-image: url(../Certificate.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}

#certify {
	position: relative;
	width: 100%;
	padding: 0 175px;
}

#certify::before,
#certify::after {
	position: absolute;
	content: "";
	width: 162px;
	height: 275px;
	bottom: 35%;
	background-size: 100%;
}

#certify::before {
	left: 0;
	background-image: url(../certify-before.png);
}

#certify::after {
	right: 0;
	background-image: url(../certify-after.png);
}

#certify .swiper-slide {
	width: 365px;
	opacity: 0.4;
}

#certify .swiper-slide img {
	display: block;
}

#certify .swiper-slide h2 {
	padding: 20px 5px;
	text-align: center;
	color: #333333;
	display: none;
}

#certify .swiper-slide .img-box {
	opacity: 0.5;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #0e61cf;
	background-color: #fff;
}

#certify .swiper-slide-active .img-box {
	opacity: 1;
}

#certify .swiper-slide-active h2 {
	display: block;
}

.application-bg {
	background-image: url(../application-bg.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.application-list {
	width: 100%;
}

.application-list ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.application-list ul li {
	width: 47.5%;
	margin: 20px 0;
	min-height: 410px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 0 10px #eee;
	background-color: #0e61cf;
	color: #fff;
	background-size: cover;
}

.application-content-more {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 22px;
}

.application-content-more a {
	color: #fff;
}

.application-list dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.application-list dl dt {
	width: 40%;
	overflow: hidden;
}

.application-list dl dt img {
	width: 100%;
	border-radius: 10px;
}

.application-list dl dd {
	width: 53%;
}

.application-content {
	padding: 40px 35px;
}

.application-title span {
	display: inline-block;
	margin-left: 10px;
}

.application-title {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}

.application-memo p {
	display: flex;
	flex-wrap: wrap;
}

.application-memo em {
	display: block;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 10px;
	font-style: normal;
}

.product-container {
	width: 100%;
	overflow: hidden;
	padding: 75px 0;
	background-color: #fff;
}

.product-left {
	width: 21%;
	float: left;
}

.product-right {
	width: 75%;
	float: right;
	background-color: #fff;
}

.product-left h1 {
	padding: 35px 35px;
	position: relative;
	background: #0e61cf;
	color: #fff;
}

.product-class {
	width: 100%;
	background: #fafafa;
}

.product-class a {
	display: block;
	font-size: 18px;
	line-height: 28px;
	padding: 22px 35px;
	position: relative;
	border-bottom: 1px solid #e8e8e8;
}

.product-class a.on,
.product-class a:hover {
	color: #fff;
	background: #0e61cf;
}

.product-class a:last-child {
	border-bottom: 0;
}

.productsection {
	box-shadow: 0 0 5px #eee;
}

.productsection form {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.productsection form .search_input {
	border: none;
	outline: none;
	width: 93%;
	font-size: 16px;
	color: #666;
	box-sizing: border-box;
	padding: 0 10px;
	line-height: 60px;
	background: none;
	background-color: #fff;
}

.productsection form .submit {
	width: 7%;
	height: 60px;
	border: none;
	outline: none;
	background-color: #fff;
	background-image: url(../icon11.png);
	background-repeat: no-repeat;
	background-position: center;
}

.product-list a {
	border: 1px solid #efefef;
}

.product-memo {
	padding: 0 15px;
	overflow: hidden;
	text-align: center;
}

.product-list a h3 {
	overflow: hidden;
	margin: 10px 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.product-list a h5 {
	margin-top: 10px;
	color: #999999;
	padding: 10px 15px;
	border-top: 1px solid #efefef;
}

.product-list a:hover {
	background-color: #0e61cf;
}

.product-list a:hover img {
	transform: scale(1.2, 1.2);
	transition: transform 0.6s ease 0s;
}

.product-list a:hover span,
.product-list a:hover h3,
.product-list a:hover h5 {
	color: #fff;
}

.product-detail {
	width: 100%;
	padding: 80px 0;
	overflow: hidden;
}

.product-detail-title {
	width: 40%;
	float: left;
}

.product-detail-title ul {
	width: 100%;
	margin-top: 180px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.product-detail-title ul li {
	width: 31%;
	border-radius: 5px;
	margin: 0 1%;
	overflow: hidden;
}

.product-detail-title ul li img {
	width: 100%;
}

.product-detail-img {
	width: 40%;
	float: right;
}

.product-detail-img img {
	max-width: 100%;
}

.product_intro {
	width: 100%;
	padding: 75px 0;
	overflow: hidden;
	font-size: 17px;
	color: #333333;
	background: #f5f8fa;
}

.product_intro_title {
	position: relative;
	padding-left: 18px;
	color: #000000;
}

.product_intro_title:before {
	content: '';
	width: 6px;
	height: 21px;
	left: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	top: 9px;
	background: #0e61cf;
}

.product_intro table {
	width: 100%;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-collapse: collapse;
}

.product_intro table td {
	padding: 10px 15px;
	font-size: 17px;
	border-left: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc
}

.product_intro table tr:nth-child(odd) {
	background: #ffffff;
}

.product_intro table tr:nth-child(even) {
	background: #f5f8fa;
}

.product_intro h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	margin: 25px 0;
}

.product_intro h3 {
	font-size: 24px;
	font-weight: bold;
	margin: 25px 0;
}

.product_intro img {
	max-width: 100%;
	margin: 10px auto;
}

.product_intro_img {
	width: 100%;
	padding: 80px 0;
	overflow: hidden;
}

.product_intro_img .section {
	border: 1px solid #dcdcdc;
}

.product_intro_img img {
	max-width: 100%;
	margin: 10px auto;
}

.cp-intro .goBack {
	display: block;
	color: #0070d5;
	font-size: 18px;
	line-height: 45px;
	width: 195px;
	margin: auto;
	position: relative;
	text-align: center;
	border: 1px solid #0070d5;
}

.cp-intro .goBack:hover {
	background: #0070d5;
	color: #fff;
}

.cp-intro .box {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.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 #0e61cf;
}

.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: #0070d5;
}

.news-detail {
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
	color: #333333;
	background-image: url(../news-detail.jpg);
	background-size: cover;
	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: #0070d5;
}

.inner-down {
	width: 100%;
	overflow: hidden;
	padding: 100px 0;
	position: relative;
	background: #fff;
}

.down_list {
	width: 100%;
	padding: 40px 0;
	overflow: hidden;
}

.down_list ul {
	width: 100%;
	overflow: hidden;
}

.down_list ul li {
	width: 100%;
	padding: 20px 30px;
	border-radius: 10px;
	margin-bottom: 20px;
	background: #ffffff;
	color: #555555;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #eeeeee;
}

.down_list ul li .down_title {
	font-size: 18px;
}

.down_list ul li .down_title dl {
	display: flex;
	flex-wrap: wrap;
}

.down_list ul li .down_title dl dt {
	margin-right: 20px;
}

.down_list ul li .down_title dl dt img {
	max-width: 100%;
}

.down_list ul li .down_title dl dd span {
	color: #999;
}

.down_list ul li .down_link {
	display: flex;
	flex-wrap: wrap;
}

.down_list ul li a {
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	color: #555555;
	padding: 12px 12px;
	border-radius: 4px;
	margin-left: 24px;
	border: 1px solid #eeeeee;
}

.down_list ul li a em {
	font-style: normal;
}

.down_list ul li a i {
	margin-right: 10px;
	display: flex;
	align-items: center;
	position: relative;
	max-width: 19px;
}

.down_list ul li a:hover {
	background: #0e61cf;
	color: #fff;
	border: 1px solid #0e61cf;
}

.down_list ul li a:hover img.down_icon {
	filter: brightness(100);
}

.Design-content {
	background: #f5f7fa;
}

.Custom-content {
	background-image: url(../Custom.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.Design-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}

.Design-list-li {
	width: 31%;
	position: relative;
	overflow: hidden;
	color: #fff;
	border-radius: 7px;
	display: block;
	margin: 25px 0;
}

.Design-list-li .img-box img.img {
	width: 100%;
}

.Design-list-li .Design-icon {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	background: rgba(14, 97, 207, 0.7);
	color: #fff;
	padding: 25px 15px;
	display: flex;
	flex-wrap: wrap;
}

.Design-list-li .Design-icon img {
	margin-right: 10px;
}

.Design-box {
	display: none;
	margin-top: 40px;
}

.Design-ltem {
	width: 100%;
	position: relative;
	overflow: hidden;
	color: #fff;
	border-radius: 7px;
	display: block;
}

.Design-ltem .img-box img.img {
	width: 100%;
}

.Design-ltem .Design-icon {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	background: rgba(14, 97, 207, 0.7);
	color: #fff;
	padding: 10px 10px;
	line-height: 30px;
	display: flex;
	flex-wrap: wrap;
}

.Design-ltem .Design-icon img {
	margin-right: 10px;
	max-width: 30px;
}

.core-content-section {
	width: 100%;
}

.core_slideTxtBox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 100px 0;
}

.core_slideTxtBox .bd {
	width: 48%;
}

.core_slideTxtBox .bd img {
	width: 100%;
}

.core_slideTxtBox .content {
	width: 47%;
}

.Testingcore_slideTxtBox {
	flex-direction: row-reverse;
}

.title-hd {
	width: 100%;
	max-width: 680px;
	margin-top: 40px;
}

.Experimentalcore_slideTxtBox .title-hd {
	float: right;
}

.corelist {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #e7e7e7;
	margin-top: 40px;
}

.corelist-li {
	display: block;
	position: relative;
	padding: 35px 50px 35px 95px;
	border-bottom: 1px solid #e7e7e7;
	cursor: pointer;
	color: #010101;
}

.corelist-li .core-icon {
	position: absolute;
	left: 0;
	top: 50%;
	max-width: 74px;
	margin-top: -37px;
}

.after {
	transition: 0.3s;
	position: absolute;
	right: 0;
	top: 50%;
	overflow: hidden;
}

.after img {
	max-width: 100%;
}

.after .after-a {
	position: absolute;
	transition: 0.3s;
	transform: translate(0px, 0px);
	top: 0;
	left: 0;
}

.after .after-b {
	position: absolute;
	transition: 0.3s;
	transform: translate(-25px, 0px);
	top: 0;
	left: 0;
	opacity: 0;
}

.link_ck .after {
	width: 17px;
	height: 17px;
	margin-top: -8.5px;
	border: 1px solid #fff;
	border-radius: 50%;
}

.corelist-li .after {
	width: 39px;
	height: 39px;
	margin-top: -19.5px;
	border: 2px solid #fff;
}

.corelist-li.on .after,
.corelist-li:hover .after {
	background: #214f98;
}

.corelist-li.on,
.corelist-li:hover {
	color: #214f98;
}

.corelist-li.on .after img,
.corelist-li:hover .after img {
	filter: brightness(100);
}

.corelist-li.on .after .after-a,
.corelist-li:hover .after .after-a {
	transform: translate(17px, 0px);
	opacity: 0;
}

.corelist-li.on .after .after-b,
.corelist-li:hover .after .after-b {
	transform: translate(0px, 0px);
	opacity: 1;
}

.core-next,
.core-prev {
	width: 44px;
	height: 44px;
	top: 50%;
	margin-top: -22px;
	border-radius: 50%;
	border: 1px solid #e9e9e9;
}

.core-next {
	right: 10px;
}

.core-prev {
	left: 10px;
}

.core-next:after,
.core-prev:after {
	font-size: 18px;
	color: #d2d2d2;
}

.core-next:hover,
.core-prev:hover {
	background: #0070d5;
}

.core-next:hover:after,
.core-prev:hover:after {
	color: #fff;
}

.mpcore-content {
	width: 100%;
	overflow: hidden;
	display: none;
	padding: 50px 0;
}

.mpcore-content .index-title {
	margin-bottom: 30px;
}

.corebd {
	margin: 20px 0;
}

.Custom-list {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
}

.Custom-list a {
	position: relative;
	overflow: hidden;
	color: #fff;
	border-radius: 7px;
	display: block;
}

.Custom-list a img {
	width: 100%;
	transition: 0.7s ease;
}

.inner-contact {
	width: 100%;
	overflow: hidden;
	padding: 100px 0;
	position: relative;
	background: #fff;
}

.contact-ul {
	width: 100%;
	overflow: hidden;
}

.contact-ul ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-ul ul li {
	width: 31.333%;
	margin: 45px 1% 0 1%;
	padding: 20px 0;
	position: relative;
	color: #000;
}

.contact-ul ul li .content {
	position: relative;
	padding-left: 85px;
}

.contact-ul ul li h3 {
	margin-bottom: 5px;
}

.contact-ul ul li .img {
	width: 64px;
	height: 64px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -32px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 14px #eee;
}

.contact-ul ul li .img img {
	max-width: 100%;
}

.contactus-form {
	background: #e5e5e5;
}

.inner-form {
	background-image: url(../inner-form.jpg);
	background-size: cover;
	background-position: center;
}

.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;
}

.form-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.custom7,
.form-form ul li.company {
	width: 19%;
}

.form-form ul li.content,
.form-form ul li.button_li {
	width: 100%;
}

.form-form ul li input {
	line-height: 48px;
	width: 100%;
	font-size: 16px;
	padding: 0 15px;
	font-weight: 300;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #fff;
}

.form-form ul li textarea {
	width: 100%;
	height: 107px;
	line-height: 48px;
	padding: 0 15px;
	font-size: 16px;
	background: #fff;
	border-radius: 3px;
	position: relative;
	border: 1px solid #fff;
}

.form-form ul li select {
	width: 100%;
	color: #8d8d8d;
	border-radius: 6px;
	font-size: 16px;
	padding: 0 15px;
	position: relative;
	line-height: 48px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	background: #fff;
	background-image: url(../select.png);
	background-repeat: no-repeat;
	background-position: 94% 54%;
	border: 1px solid #efefef;
}

.form-form ul li .button {
	width: 98%;
	display: block;
	color: #ffffff;
	border: 0;
	font-size: 18px;
	border-radius: 3px;
	padding: 0 5px;
	line-height: 60px;
}

.form-form ul li .button {
	background: #0e61cf;
	max-width: 240px;
	margin: 10px auto;
}

.form-form ul li textarea,
.form-form ul li input {
	color: #999999;
}

.form-form ul li textarea::placeholder,
.form-form ul li input::placeholder {
	color: #999999;
}

.qt-pagination {
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
	text-align: center;
	color: #999999;
	font-size: 16px;
}

.qt-pagination a {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	margin: 0 5px;
	min-width: 40px;
	padding: 0 5px;
	color: #999999;
	line-height: 40px;
	display: inline-block;
	text-align: center;
}

.qt-pagination .pages,
.qt-pagination a:hover {
	background: #0070d5;
	color: #fff;
	border: 1px solid #0070d5;
}

.foot-box {
	width: 100%;
	background: #1c1f1f;
	padding: 70px 0;
	overflow: hidden;
	font-size: 15px;
}

.foot-box .section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-about {
	width: 58%;
}

.foot-about dl {
	display: flex;
	flex-wrap: wrap;
}

.foot-about dl dt {
	width: 13%;
	margin-right: 1%;
}

.foot-about dl dt img {
	max-width: 100%;
}

.foot-about dl dd {
	width: 86%;
	color: #fff;
}

.foot-about dl dd h3 {
	color: #0070d5;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.foot-about h4 {
	margin: 40px 0;
	color: rgba(255, 255, 255, .25);
}

.foot-contact-wechat {
	width: 37%;
}

.foot-contact {
	width: 49%;
}

.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: 17px;
	height: 21px;
	position: absolute;
	left: 0;
	top: 1px;
	background-size: 100%;
}

.foot-contact-div.adr::before {
	background-image: url(../adr.png);
}

.foot-contact-div.tel::before {
	background-image: url(../tel.png);
}

.foot-contact-div.phone::before {
	background-image: url(../phone.png);
}

.foot-wechat {
	width: 45%;
	margin-left: 1%;
	color: #fff;
}

.foot-wechat ul {
	width: 100%;
	display: flex;
}

.foot-wechat ul li {
	width: 48%;
	margin: 0 1%;
	position: relative;
	text-align: center;
}

.foot-wechat ul li img {
	max-width: 100%;
	margin: auto;
}

.foot-wechat ul li span {
	display: inline-block;
	position: relative;
	padding: 8px 0;
	font-size: 14px;
}

.foot-copyright {
	width: 100%;
	padding: 18px 0;
	overflow: hidden;
	background: #0f0f12;
	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: 30%;
	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: #003f8f;
	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: #003f8f;
	border-radius: 4px;
	transition: 0.5s;
	top: 56px;
}

.box-customer .imgbox2:hover {
	right: 0;
}

.box-customer .imgbox3 {
	position: absolute;
	width: 52px;
	right: 0;
	background: #003f8f;
	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: #0e61cf;
	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;
}

.ga {
	display: flex;
	flex-wrap: wrap;
	margin: 5px 0;
}

.foot-Support {
	max-width: 138px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-Support .img {
	width: 60px;
}

/* 关闭按钮样式 */
.close-btn {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	font-size: 24px;
	font-weight: bold;
}

@media (max-width:1700px) {
	.core_slideTxtBox .bd img {
		width: auto !important;
	}
}

@media (max-width:1540px) {
	.header .menu ul li a.menu-a {
		font-size: 19px;
	}

	.cp-intro h1 {
		font-size: 30px;
	}

	.button-next,
	.button-prev {
		width: 80px;
		height: 80px;
		margin-top: -40px;
	}

	.more-link i {
		max-width: 17px;
	}

	.more-link {
		padding: 0 30px;
		line-height: 40px;
		font-size: 16px;
	}

	.cp-intro {
		font-size: 16px;
	}

	.Corehd ul li h4 {
		font-size: 22px;
	}
}

@media (max-width:1400px) {
	.header .menu ul li a.menu-a {
		font-size: 18px;
	}

	.button-button {
		width: 155px;
		height: 70px;
	}

	.cp-intro h1 {
		font-size: 26px;
	}

	.inner-about .content ul li {
		padding: 10px 5px;
	}

	.corelist-li {
		padding: 25px 50px 25px 76px;
	}

	.corelist-li .core-icon {
		max-width: 60px;
		margin-top: -30px;
	}
}

@media (max-width:1300px) {
	.application-content {
		padding: 30px 25px;
	}

	.application-list ul li {
		width: 48.5%;
	}

	.product-slide .icon {
		max-width: 55px;
	}

	.Application-item.on a {
		margin: 28px auto;
		line-height: 40px;
	}

	.Design-list-li .Design-icon {
		padding: 15px 10px;
	}

	.Design-list-li .Design-icon img {
		max-width: 30px;
	}
}

@media (max-width:1190px) {

	.product-detail-title,
	.product-detail-img,
	.foot-about,
	.foot-contact-wechat {
		width: 100%;
		margin: 10px 0;
	}

	.product-detail-title ul {
		margin: 10px 0;
	}

	.product-detail-img img {
		width: 100%;
	}

	.Corehd ul li h4 {
		font-size: 18px;
	}

	.banner-content h2 {
		font-size: 30px;
	}

	.inner-banner-img {
		height: 375px;
	}

	.main-nav {
		font-size: 15px;
	}

	.hide {
		top: 0;
	}

	.header {
		z-index: 9999;
		background: #fff;
	}

	.section {
		width: 92%;
	}

	.header .section {
		width: 100%;
		padding: 0 35px;
	}

	.m_menu {
		display: flex;
	}

	.header .menu {
		position: absolute;
		left: 0;
		top: 70px;
		background: #0070d5;
		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 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 a {
		width: 275px;
	}

	.searchform .close {
		top: 11px;
		font-size: 20px;
		right: 11px;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.search_icon {
		width: 26px;
		height: 26px;
		right: 80px;
		margin-top: -13px;
	}

	.banner-swiper,
	.banner {
		margin-top: 70px;
	}

	.swiper-slide-txt h1 {
		margin: 15px 0;
	}

	.button-next,
	.button-prev {
		width: 50px;
		height: 50px;
		margin-top: -25px;
	}

	.index-title .icon span {
		display: none;
	}

	.product-list a {
		width: 32%;
		margin: 10px 0;
	}

	.product-list a:nth-child(3n-1) {
		margin: 10px 2%;
	}

	.index-banner-img {
		padding-top: 65%;
	}

	.application-list dl dt,
	.application-list dl dd {
		width: 100%;
		margin: 10px 0;
	}

	.product-left h1 {
		display: none;
	}

	.product-left,
	.product-right {
		width: 100%;
	}

	.product-class {
		line-height: 50px;
		height: 50px;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}

	.productsection,
	.product-class::-webkit-scrollbar {
		display: none
	}

	.product-class a {
		display: inline-block;
		width: auto;
		padding: 8px 10px;
		margin: 0 10px 0 0;
	}

	.qt-pagination {
		padding: 15px 0;
		font-size: 14px;
	}

	.qt-pagination a {
		margin: 0 5px;
		min-width: 36px;
		padding: 0 5px;
		line-height: 33px;
	}

	.inner-about .content ul {
		display: none;
	}

	.service-dl dl dt,
	.service-dl dl dd {
		width: 100%;
	}

	.inner-about .content,
	.inner-about .about-img {
		width: 100%;
		margin: 15px 0;
	}

	.service-dl dl dt img {
		width: 100%;
	}
}

@media (max-width:999px) {
	.core-content-section {
		display: none;
	}

	.mpcore-content {
		display: block;
	}
}

@media (max-width:856px) {}

@media (max-width:768px) {}

@media (max-width:658px) {
	.Application-content {
		display: none;
	}

	.Application-box {
		display: block;
	}

	.section,
	.header .section {
		padding: 0 16px;
	}

	.section {
		width: 100%;
	}

	.foot-copyright {
		font-size: 13px;
	}

	.m_menu {
		right: 16px;
	}

	.header .menu ul li a.menu-a {
		margin-left: 16px;
		line-height: 50px;
	}

	.product-slide .icon {
		max-width: 38px;
	}

	.header .menu li .drop {
		padding: 10px 16px;
	}

	.search_icon {
		right: 53px;
	}

	.header .logo a {
		width: 200px;
	}

	.button-next:after,
	.button-prev:after {
		font-size: 14px;
	}

	.button-next,
	.button-prev {
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}

	.more-link {
		display: none;
	}

	.core-next,
	.core-prev,
	.product-next,
	.product-prev {
		width: 32px;
		height: 32px;
		margin-top: -16px;
	}

	.product-button {
		width: 76px;
		height: 32px;
		margin-top: -19px;
	}

	.product-container,
	.product_intro_img,
	.inner-down,
	.inner-contact,
	.product-detail,
	.product_intro,
	.inner-about,
	.service-dl,
	.foot-box,
	.grid-content {
		padding: 50px 0;
	}

	.foot-contact,
	.foot-wechat {
		width: 100%;
		margin: 10px 0;
	}

	.foot-about dl dt,
	.foot-about dl dd {
		width: 100%;
		margin: 0;
	}

	.foot-about dl dt img {
		max-width: 76px;
	}

	.foot-about h4 {
		margin: 20px 0;
	}

	.foot-wechat ul li {
		width: auto;
		margin: 0 1%;
	}

	.foot-wechat ul li img {
		max-width: 90px;
	}

	.inner-banner-img {
		height: 235px;
	}

	.main-nav {
		font-size: 14px;
		line-height: 37px;
	}

	.service-dl dl {
		margin: 25px 0;
	}

	.service-dl dl dd {
		padding: 15px 20px;
	}

	.service-dl dl dd .img {
		max-width: 70px;
	}

	#certify {
		padding: 0 15px;
	}

	#certify .swiper-slide {
		width: 200px;
	}

	.product-list a {
		width: 48%;
		margin: 10px 1%;
	}

	.product-list a:nth-child(3n-1) {
		margin: 10px 1%;
	}

	.product_intro {
		font-size: 15px;
	}

	.application-list ul li {
		width: 100%;
	}

	.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.custom7,
	.form-form ul li.company {
		width: 100%;
	}

	.form-form ul li {
		overflow: hidden;
		margin: 5px 0;
		position: relative;
	}

	.form-form ul li input {
		line-height: 42px;
		font-size: 15px;
		padding: 0 10px;
	}

	.form-form ul li .button {
		font-size: 16px;
		line-height: 50px;
	}

	.header .menu ul li a.menu-a {
		font-size: 17px;
	}

	.banner-content h2 {
		font-size: 26px;
	}

	.main-nav {
		font-size: 13px;
		line-height: 30px;
	}

	.down_list ul li a {
		font-size: 13px;
		margin-left: 5px;
		padding: 5px 10px;
	}

	.down_list ul li {
		padding: 6px 10px;
		margin-bottom: 10px;
	}

	.foot-contact-div::before {
		width: 13px;
		height: 16px;
		top: 4px;
	}

	.foot-contact-div {
		padding-left: 24px;
		margin: 12px 0;
	}

	.down_list ul li .down_title dl dt {
		margin-right: 8px;
		max-width: 28px;
	}

	.down_list ul li .down_title {
		font-size: 15px;
	}

	.down_list ul li .down_link {
		font-size: 12px;
	}

	.contact-ul ul li {
		width: 100%;
		margin: 10px 0;
	}

	.product_intro table td {
		padding: 5px 10px;
		font-size: 15px;
	}

	.down_list ul li .down_title,
	.down_list ul li .down_link {
		width: 100%;
		margin: 5px 0;
	}

	.productbutton-pagination {
		padding-right: 98px;
	}

	.product-list .content {
		width: 100%;
		padding: 10px 10px;
		line-height: 24px;
	}

	.product-list .content i {
		width: 24px;
		height: 24px;
	}

	.Application-field {
		padding-top: 50px;
	}

	.Application-icon {
		margin: 20px auto;
		z-index: 20;
		width: 25%;
		max-width: 114px;
	}

	.Core-box {
		display: block;
	}

	.CoreslideTxtBox {
		display: none;
	}

	.Corebd-ltem .content img {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}

	.Corebd-ltem .content span {
		line-height: 30px;
		font-size: 14px;
		padding: 0 15px;
	}

	.Corebd-ltem .content {
		border-top: 1px solid #fff;
		padding-top: 15px;
	}

	.Corebd-ltem .content h4 {
		position: relative;
		padding-left: 44px;
	}

	.product-memo {
		padding: 0 5px;
	}

	.product-list a h3 {
		margin: 10px 5px;
	}

	.Design-list {
		display: none;
	}

	.Design-box {
		display: block;
	}

	.core_slideTxtBox {
		margin: 60px 0;
	}

	.corelist-li {
		padding: 10px 10px 10px 55px;
	}

	.corelist-li .core-icon {
		max-width: 40px;
		margin-top: -20px;
	}

	#certify::before,
	#certify::after {
		display: none;
	}

	.qt-pagination a {
		margin: 3px 2px;
		min-width: 25px;
		padding: 0 2px;
		line-height: 25px;
	}

	.qt-pagination {
		padding: 10px 0;
		font-size: 12px;
	}

	.Custom-content {
		background: none;
	}

	.searchform form {
		width: 94%;
		padding: 5px 5px;
		border-radius: 5px;
	}

	.searchform form .search_input {
		width: 80%;
		font-size: 15px;
		line-height: 40px;
	}

	.searchform form .submit {
		width: 20%;
		height: 40px;
	}

	#certify {
		padding: 0 10px;
		margin-top: 40px;
	}

	#certify .swiper-slide {
		width: 150px;
	}

	.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;
	}

	.box-customer {
		bottom: 20%;
	}
}