@font-face {
	font-family: 'iconfont';
	src: url('iconfont.woff2') format('woff2'),
		url('iconfont.woff') format('woff'),
		url('iconfont.ttf') format('truetype');
}

input,
textarea,
select,
button,
area,
body {
	font-family: Arial, Helvetica, sans-serif;
}

BODY {
	overflow-x: hidden;
}

BODY::-webkit-scrollbar-thumb {
	background: #35c7bc;
}

.iconfont {
	font-family: "iconfont";
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.container-fluid {
	width: 86%;
	max-width: 1610px;
	margin: auto;
}

.header {
	width: 100%;
	transition: 0.3s linear;
	height: 105px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	background: #fff;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #eeeeee;
}

.header .logo {
	width: 419px;
	height: 105px;
	transition: 0.3s linear;
	margin-left: 5%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header .logo a {
	width: 100%;
	display: block;
}

.header .logo a img {
	width: 100%;
}

.header .menu {
	width: 42%;
	margin-right: 20%;
}

.header .menu ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.header .menu ul li {
	text-align: center;
	position: relative;
}

.header .menu ul li a.menu-a {
	display: inline-block;
	position: relative;
	font-size: 20px;
	color: #000;
	transition: 0.3s linear;
	line-height: 105px;
}

.header .menu ul li a.menu-a::before {
	content: '';
	width: 0;
	height: 4px;
	left: 50%;
	position: absolute;
	z-index: 2;
	transform: translateX(-50%);
	transition: all 0.3s linear;
	transition: all 0.3s ease-in;
	bottom: 0;
	background: #39519b;
}

.header .menu ul li.on .menu-a::before,
.header .menu ul li:hover .menu-a::before {
	width: 100%;
}

.header .menu li .drop {
	background: rgba(255, 255, 255, 0.85);
	position: absolute;
	width: 240px;
	left: 50%;
	margin-left: -120px;
	padding: 10px 0;
	top: 100%;
	display: none;
	border-top: 1px solid #f0f0f0;
}

.header .menu li .drop ul {
	width: 100%;
	display: block;
	text-align: center;
}

.header .menu li .drop li {
	display: block;
	margin: 0;
	width: 100%;
}

.header .menu li .drop li a {
	padding: 0 10px;
	color: #111;
	line-height: 40px;
	font-size: 18px;
}

.header .menu li .drop li a:hover {
	color: #467fff;
}

.header_icon {
	position: absolute;
	width: 18%;
	height: 105px;
	right: 0;
	top: 0;
	display: flex;
	transition: 0.3s linear;
	background: #ffffff;
	border-left: 1px solid #bfbfbf;
}

.hd-icon {
	width: 33.333%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	cursor: pointer;
	transition: 0.3s linear;
	position: relative;
}

.hd-icon span {
	font-size: 27px;
}

.hd-icon h4 {
	font-size: 17px;
}

.search_icon {
	background-color: #ffffff;
	color: #4d5890;
}

.lang_icon {
	background-color: #4d5890;
	color: #ffffff;
}

.wechat_icon {
	background-color: #6670a0;
	color: #ffffff;
}

.search_icon:hover,
.lang_icon:hover,
.wechat_icon:hover {
	background-color: #2c3563;
	color: #ffffff;
}

.wechat_img {
	display: none;
	width: 120px;
	background-color: #fff;
	box-shadow: 0 0 5px #ddd;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 10px 10px;
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 50%;
	margin-left: -60px;
}

.wechat_img img {
	width: 100%;
}

.wechat_img::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
}

.m_menu {
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	height: 70px;
	display: none;
	transition: 0.4s;
}

.m_menu span {
	display: block;
	transition: ease .6s;
	width: 20px;
	height: 2px;
	background: #fff;
}

.m_menu .line2 {
	margin: 4px 0;
}

.m_menu.on .line3 {
	transform: translateY(-1px) rotate(-45deg);
}

.m_menu.on .line1 {
	transform: translateY(1px) rotate(45deg);
}

.m_menu.on .line2 {
	display: none;
}

.inner-header {
	background: #fff;
	border-bottom: 1px solid #e9e9e9;
}

.fixnav {
	height: 95px;
	z-index: 999;
}

.fixnav .logo {
	height: 95px;
}

.fixnav .menu ul li a.menu-a {
	line-height: 95px;
}

.fixnav a.menu-a,
.inner-header a.menu-a {
	color: #000 !important;
}

.fixnav .menu ul li a.menu-a {
	line-height: 95px;
}

.fixnav .header_icon {
	height: 95px;
}

.search-box {
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 99999;
	background: rgba(255, 255, 255, 0.85);
}

.search-box .searchform {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.searchform form {
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	border-radius: 30px;
	overflow: hidden;
}

.searchform form .search_input {
	border: none;
	outline: none;
	width: 93%;
	font-size: 18px;
	color: #fff;
	box-sizing: border-box;
	padding: 0 20px;
	line-height: 60px;
	background: #39519b;
}

.searchform form .search_input::placeholder {
	color: #fff;
}

.searchform form .submit {
	width: 7%;
	line-height: 60px;
	border: none;
	outline: none;
	background: #39519b;
	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 #39519b;
	color: #fff;
	cursor: pointer;
	background: #39519b;
	border-radius: 50%;
	transition: 0.3s linear;
}

.searchform .close:hover {
	box-shadow: 0 0 10px #ccc;
}

.img-box {
	overflow: hidden;
}

.img img {
	max-width: 100%;
	margin: 0 auto;
	transform: translateZ(0px);
	transition: transform 0.7s ease 0s;
}

.img-box img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.7s ease 0s;
}

.new-list a:hover .img img,
.product-list a:hover .img img,
.product-item:hover .img img,
.solution-item-link:hover .img-box img,
.news-dl-recommendation:hover img,
.img-box:hover img {
	transform: scale(1.15, 1.15);
}

/**/
.banner-swiper {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 105px;
}

.swiper-slide-txt {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	color: #fff;
}

.swiper-slide-txt h1 {
	font-size: 3.5vw;
	font-weight: 600;
	animation-delay: 0.3s;
}

.swiper-slide-txt h2 {
	font-size: 1.2vw;
	margin: 20px 0 30px 0;
	animation-delay: 0.6s;
}

.swiper-slide-txt .memo {
	font-size: 1.2vw;
	padding: 35px 0 55px 0;
	animation-delay: 0.9s;
	position: relative;
}

.swiper-slide-txt .memo:before {
	content: '';
	width: 30%;
	height: 1px;
	left: 0;
	position: absolute;
	z-index: 2;
	top: 0;
	background: #fff;
}

.swiper-slide-txt .memo p {
	position: relative;
	padding-left: 35px;
	margin: 24px 0;
}

.swiper-slide-txt .memo p:before {
	content: '';
	width: 12px;
	height: 12px;
	left: 0;
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -10px;
	border-radius: 50%;
	border: 4px solid #35c7bc;
}

.swiper-slide-txt .banner-link {
	position: relative;
	display: flex;
	max-width: 175px;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	line-height: 55px;
	font-size: 18px;
	color: #2c2c2c;
	background: #fff;
	border-radius: 30px;
	transition: 0.74s;
	animation-delay: 1.2s;
}

.swiper-slide-txt .banner-link span {
	margin-left: 25px;
	font-size: 18px;
	transition: 0.3s linear;
}

.swiper-slide-active h1,
.swiper-slide-active h2,
.swiper-slide-active .memo,
.swiper-slide-active .banner-link {
	animation-name: fadeInUp;
}

.swiper-slide-txt .banner-link:hover {
	background-color: #39519b;
	color: #fff;
}

.swiper-slide-txt .banner-link:hover span {
	margin-left: 30px;
}

.slide-inner {
	width: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
}

.slide-inner img {
	width: 100%;
}

.banner-pagination {
	width: 12px;
	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: 25px 0;
	width: 16px;
	height: 16px;
	transition: 0.4s;
	background: #abb9e3;
	border-radius: 50%;
}

.banner-pagination .swiper-pagination-bullet-active {
	background: #fff;
}

.title-more {
	position: relative;
	margin-bottom: 60px;
}

.more-link {
	position: relative;
	display: flex;
	max-width: 168px;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	line-height: 46px;
	font-size: 18px;
	color: #000;
	border-radius: 6px;
	border: 2px dotted #282828;
	transition: 0.74s;
	animation-delay: 1.2s;
}

.more-link:hover {
	color: #4d5890;
	border: 2px dotted #4d5890;
}

.ripple-container {
	position: absolute;
	width: 50px;
	height: 50px;
	left: -20px;
	top: 50%;
	margin-top: -25px;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
}

.center-icon {
	width: 22px;
	height: 22px;
	background-color: #35c7bc;
	color: #ffffff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 21px;
	font-weight: bold;
	z-index: 10;
}

.ripple {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	border: 1px solid #ccc;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: #ffffff;
	animation: ripple-effect 1.5s infinite;
}

.ripple:nth-child(2) {
	animation-delay: 0.5s;
}

.ripple:nth-child(3) {
	animation-delay: 1s;
}

.index-title h3 {
	font-size: 26px;
	padding: 20px 0 20px 50px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	z-index: 20;
}

.index-title h1 {
	font-size: 37px;
	padding: 20px 0 20px 50px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	z-index: 20;
}

/*index-about*/
.index-about {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 110px 0 100px 0;
}

.about-content {
	width: 100%;
	position: relative;
	z-index: 20;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.about-txt {
	width: 40%;
}

.about-txt h1 {
	font-weight: bold;
	font-size: 2vw;
}

.about-txt .txt {
	color: #5a5a5a;
	margin-top: 25px;
	line-height: 30px;
	font-size: 18px;
}

.num-box {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.aboutnum-box {
	margin: 50px 0;
}

.num-box ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.aboutnum-box ul li {
	width: 31.333%;
	margin: 10px 1%;
	position: relative;
}

.aboutnum-box .num {
	font-weight: bold;
	font-size: 70px;
	line-height: 74px;
	color: #35c7bc;
	text-align: center;
}

.aboutnum-box .num b,
.aboutnum-box .num em {
	font-style: normal;
}

.aboutnum-box ul li .text {
	width: 100%;
	overflow: hidden;
	font-size: 18px;
	color: #000;
	text-align: center;
}

.about-img {
	width: 50%;
	position: relative;
}

.about-img img {
	position: absolute;
	z-index: 20;
}

.about-img::before {
	content: '';
	width: 100%;
	height: 80%;
	left: -9%;
	position: absolute;
	z-index: 10;
	top: 10%;
	background-image: url(../icon04.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.index-product {
	width: 100%;
	overflow: hidden;
	background-color: #eeeeee;
	padding-top: 120px;
	position: relative;
}

.index-product::after {
	content: '';
	width: 100%;
	height: 10%;
	left: 0;
	position: absolute;
	z-index: 2;
	bottom: 0;
	background: #fff;
}

.index-product .container-fluid {
	position: relative;
	z-index: 10;
}

.index-product h1 {
	width: 100%;
	overflow: hidden;
	font-size: 47px;
	text-align: center;
	margin-bottom: 100px;
}

.index-product h1 span {
	color: #39519b;
}

.productSwiper-img {
	width: 100%;
	position: relative;
	padding: 0;
}

.product-item {
	display: block;
	text-align: center;
}

.product-item span {
	font-size: 18px;
	color: #8b8b8b;
}

.product-item h2 {
	font-size: 36px;
	line-height: 32px;
	min-height: 64px;
	color: #000;
}

.product-item .memo {
	font-size: 18px;
	color: #000000;
	margin: 25px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.product-item .img {
	width: 76%;
	margin: 10px 12%;
}

.button-next,
.button-prev {
	width: 80px;
	height: 80px;
	top: 50%;
	margin-top: -22.5px;
	border-radius: 50%;
	border: 18px solid #fff;
	background: #35c7bc;
	font-size: 18px;
	color: #fff;
}

.button-next {
	right: -90px;
}

.button-prev {
	left: -90px;
}

.button-next:after,
.button-prev:after {
	display: none;
}

.button-next:hover,
.button-prev:hover {
	background: #4d5890;
}

.product-item-class {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #4d5890;
	padding: 40px 100px;
}

.product-item-class .box {
	border: 2px dotted #fff;
	display: flex;
	flex-wrap: wrap;
}

.product-item-class a {
	color: #fff;
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	padding: 32px 5px;
	border-right: 2px dotted #fff;
}

.product-item-class a:last-child {
	border: 0;
}

.product-item-class h3 {
	color: #fff;
	font-size: 28px;
	text-align: center;
	position: relative;
}

.product-item-class span {
	color: #fff;
	display: inline-block;
	font-size: 18px;
}

.product-item-class a.choose,
.product-item-class a.on,
.product-item-class a:hover {
	color: #008cd6;
}

.Main-products {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 80px 0;
}

.products-link {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12.5px;
	font-size: 18px;
	line-height: 25px;
	padding-right: 40px;
	z-index: 20;
}

.after {
	display: inline-block;
	transition: 0.3s;
	z-index: 2;
	position: absolute;
	right: 0;
	width: 25px;
	height: 25px;
	overflow: hidden;
	border-radius: 50%;
	background: #35c7bc;
}

.after .after-a {
	position: absolute;
	transition: all 0.3s linear;
	transform: translate(0px, 0px);
	top: 0;
	left: 0;
	color: #fff;
	font-size: 20px;
	font-family: "iconfont";
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.after .after-b {
	position: absolute;
	transition: all 0.3s linear;
	transform: translate(-25px, 0px);
	top: 0;
	color: #fff;
	left: 0;
	font-size: 20px;
	opacity: 0;
	font-family: "iconfont";
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.products-link:hover .after-a {
	transform: translate(39px, 0px);
	opacity: 0;
}

.products-link:hover .after-b {
	transform: translate(0px, 0px);
	opacity: 1;
}

.product-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.index-product-list a {
	width: 23%;
	margin: 20px 1%;
}

.inner-product-list a {
	width: 31.333%;
	margin: 20px 1%;
}

.product-list a {
	color: #000;
	display: block;
	position: relative;
}

.product-list a::after {
	content: '';
	width: 100%;
	height: 50%;
	left: 0;
	position: absolute;
	z-index: 2;
	bottom: 0;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.product-list a .img {
	width: 90%;
	margin: 0 5%;
	background-color: #eeeeee;
	border-radius: 10px;
	position: relative;
	z-index: 12;
}

.product-list a .img img {
	width: 70%;
}

.product-list-title {
	width: 100%;
	position: relative;
	z-index: 12;
}

.product-list-title h3 {
	font-size: 21px;
	margin-left: 7%;
	line-height: 62px;
	position: relative;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.product-list-title span {
	font-size: 21px;
	width: 65px;
	line-height: 52px;
	text-align: center;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 10px;
	color: #fff;
	background-color: #8f9ca6;
	position: absolute;
	right: 0;
	bottom: 0;
}

.product-list a:hover .product-list-title span {
	background-color: #4d5890;
	transition: 0.3s linear;
}

.index-soultion {
	width: 100%;
	overflow: hidden;
	padding: 95px 0;
	position: relative;
	background-color: #eeeeee;
	background-image: url(../soultion.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 50% 100%;
}

.soultion-img {
	width: 40%;
	margin-left: 6%;
	float: left;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.soultion-img img {
	max-width: 100%;
}

.soultion-content {
	width: 50%;
	float: right;
	color: #000;
}

.soultion-content h1 {
	font-size: 47px;
}

.soultion-content h2 {
	font-size: 35px;
	margin: 30px 0 20px 0;
}

.soultion-content .txt {
	font-size: 18px;
	line-height: 30px;
	color: #6b6b6b;
}

.soultion-list {
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0;
}

.soultion-list a {
	display: block;
	width: 24%;
	margin-right: 1%;
}

.soultion-list a .img-box {
	border-radius: 10px;
}

.soultion-list a h3 {
	position: relative;
	padding-left: 18px;
	margin-top: 8px;
	font-size: 16px;
	color: #4d5890;
}

.soultion-list a h3:before {
	content: '';
	width: 9px;
	height: 9px;
	border-radius: 50%;
	left: 0;
	position: absolute;
	z-index: 2;
	top: 8px;
	background: #35c7bc;
}

.soultion-thumbsSlider {
	width: 100%;
	position: absolute;
	z-index: 10;
	bottom: 5%;
	left: 0;
}

.soultion-thumbsSlider .container-fluid {
	position: relative;
}

.news_section {
	width: 100%;
	overflow: hidden;
	padding: 70px 0;
	position: relative;
	z-index: 10;
	background: #fff;
}

.title-icon {
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	line-height: 95px;
	text-transform: uppercase;
}

.title-icon h5 {
	position: absolute;
	display: block;
	width: 100%;
	left: 0;
	z-index: 5;
	bottom: 0;
	font-size: 47px;
}

.title-icon h1 {
	display: block;
	font-weight: bold;
	font-size: 130px;
	color: #f5f5f5;
}

.news_section .box {
	width: 100%;
	overflow: hidden;
	margin: 65px 0;
}

.new-pic {
	width: 48%;
	float: left;
}

.new-pic a {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.new-pic .content {
	width: 100%;
	color: #fff;
	position: relative;
	z-index: 20;
}

.new-pic .img {
	width: 94%;
	margin-left: 6%;
	position: relative;
}

.new-pic .img img.img01 {
	width: 14%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

.new-pic .img img.img02 {
	width: 100%;
}

.new-pic .new-title {
	width: 94%;
	color: #fff;
	margin: 40px 0 40px 6%;
	position: relative;
	padding-left: 160px;
	line-height: 35px;
}

.new-pic .new-title i {
	font-size: 23px;
	position: absolute;
	left: 0;
	font-style: normal;
}

.new-pic .new-title h4 {
	font-size: 30px;
	overflow: hidden;
}

.new-pic a span {
	display: block;
	margin: 0 45px 35px 25px;
	padding: 5px 10px;
	color: #fff;
	float: right;
	font-size: 20px;
}

.news-bj {
	width: 100%;
	height: 80%;
	bottom: 0;
	background: #4d5890;
	position: absolute;
	z-index: 10;
}

.news-bj .img03 {
	width: 12.5%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
}

.new-list {
	width: 46.5%;
	float: right;
}

.new-list a {
	width: 100%;
	overflow: hidden;
	display: block;
	padding: 38px 0;
	border-bottom: 1px solid #e5e5e5;
}

.new-list dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.new-list dl dt {
	width: 31%;
}

.new-list dl dt .img {
	overflow: hidden;
}

.new-list dl dt img {
	width: 100%;
}

.new-list dl dd {
	width: 61%;
}

.new-list dl dd h3 {
	display: block;
	font-size: 25px;
	overflow: hidden;
	color: #000;
}

.new-list dl dd .txt {
	font-size: 18px;
	line-height: 26px;
	max-height: 52px;
	overflow: hidden;
	margin: 15px 0;
	color: #6e6e6e;
}

.new-list dl dd span {
	display: inline-block;
	font-size: 16px;
	overflow: hidden;
	color: #fff;
	border-radius: 30px;
	padding: 6px 15px;
	background-color: #35c7bc;
}

.news_section .more-link {
	margin: 0 auto;
}

/*banner*/
.banner {
	width: 100%;
	overflow: hidden;
	color: #fff;
	position: relative;
	margin-top: 105px;
	background-color: #4d5890;
}

.inner-banner-img {
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #4d5890;
}

.inner-banner-img img {
	width: 100%;
}

.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-dl-content {
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	position: relative;
	padding: 45px 0;
}

.banner-dl-content dl {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.banner-dl-content dl dt {
	width: 26%;
	overflow: hidden;
}

.banner-dl-content dl dt img {
	max-width: 100%;
}

.banner-dl-content dl dd {
	width: 57%;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.banner-dl-content dl dd h3 {
	font-size: 40px;
}

.banner-dl-content dl dd .txt {
	font-size: 18px;
	margin-top: 15px;
	line-height: 30px;
}

.banner h1 {
	font-size: 42px;
	position: relative;
}

.banner em {
	display: block;
	width: 5%;
	height: 2px;
	margin: 5px 0 10px 0;
	background-color: #35c7bc;
	position: relative;
}

.banner h2 {
	font-size: 32px;
	position: relative;
	text-transform: uppercase;
}

.banner h4 {
	font-size: 30px;
	margin-top: 20px;
	position: relative;
}

.inner-title {
	margin-bottom: 50px;
}

.inner-title h2 {
	font-size: 36px;
}

.inner-title p {
	font-size: 22px;
	color: #888;
	margin-top: 10px;
}

.inner-title h3 {
	font-size: 37px;
	line-height: 80px;
	position: relative;
}

.inner-title h3:before {
	content: '';
	width: 65px;
	height: 4px;
	left: 50%;
	margin-left: -32.5px;
	position: absolute;
	z-index: 2;
	bottom: 0;
	background: #4d5890;
}

.inner-about {
	width: 100%;
	overflow: hidden;
	padding: 105px 0 85px 0;
	position: relative;
	color: #000000;
	background-image: url(../about-bj.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 38%;
}

.inner-about h1 {
	font-weight: bold;
	font-size: 2vw;
}

.inner-about .txt {
	font-size: 20px;
	color: #000000;
	line-height: 30px;
	margin: 50px 0;
}

.abnum-box {
	background-image: url(../abnum.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	display: flex;
	padding: 65px 0;
	justify-content: space-between;
}

.abnum-box ul li {
	width: 33.333%;
	margin: 10px 0;
	position: relative;
	border-right: 1px solid #b4bfdc;
}

.abnum-box ul li:last-child {
	border: 0;
}

.abnum-box .num {
	font-size: 5.5vw;
	color: #35c7bc;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.abnum-box ul li .text {
	width: 100%;
	overflow: hidden;
	font-size: 28px;
	color: #fff;
	text-align: center;
}

.inner-culture {
	width: 100%;
	overflow: hidden;
	background-image: url(../culture.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	color: #000000;
	padding: 100px 0 50px 0;
}

.container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto auto;
	width: 100%;
}

.card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #ebedf3;
	transition: transform 0.3s ease;
}

.card:hover {
	transform: translateY(-5px);
}

.card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.icon-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.icon-circle {
	width: 86px;
	height: 86px;
	border: 1px solid #39519b;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #39519b;
}

.icon-circle span.iconfont {
	font-size: 55px;
}

.icon-box .text {
	font-size: 34px;
	color: #333;
	font-weight: 500;
}

@media (max-width: 768px) {
	.container {
		grid-template-columns: 1fr;
	}
}

.inner-partner {
	width: 100%;
	overflow: hidden;
	padding: 100px 0 50px 0;
	background-color: #eeeeee;
}

.inner-partner ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.inner-partner ul li {
	background-color: #fff;
	width: 18%;
	margin: 15px 1%;
	padding: 5px 5px;
	border-radius: 2px;
}

.inner-partner ul li img {
	margin: 0 auto;
	max-width: 100%;
}

.current-location {
	position: relative;
	z-index: 10;
	color: #616161;
	border-bottom: 1px solid #eeeeee;
}

.location-crumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	line-height: 22px;
	padding: 22px 0;
	font-size: 18px;
}

.location-crumb a {
	margin-right: 10px;
	color: #616161;
}

.location-crumb .n-cru-arrows {
	margin-right: 10px;
}

.inner-product {
	width: 100%;
	overflow: hidden;
	background: #ffffff;
	padding: 50px 0;
}

.product-flex {
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}

.inner-title span,
.product-flex span {
	display: inline-block;
	font-size: 37px;
	line-height: 58px;
	border-bottom: 3px solid #4d5890;
}

.product-flex span {
	float: left;
}

.product-class {
	float: right;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product-class a {
	color: #000;
	font-size: 18px;
	line-height: 42px;
	padding: 0 25px;
	display: inline-block;
	text-align: center;
	position: relative;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 30px;
}

.product-class a.choose,
.product-class a.on,
.product-class a:hover {
	color: #475da2;
	border: 1px solid #475da2;
}

.detail-location {
	margin-top: 105px;
}

.product-detail {
	width: 100%;
	overflow: hidden;
	position: relative;
	background-image: url(../product-detail.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 50px 0;
}

.product-detail dl {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.product-detail dl dt {
	width: 36%;
	overflow: hidden;
}

.product-detail dl dt img {
	max-width: 100%;
	border-radius: 20px;
}

.product-detail dl dd {
	width: 54%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.product-detail dl dd .content {
	background: rgba(255, 255, 255, 0.65);
	padding: 60px 90px;
	border-radius: 18px;
}

.product-detail dl dd h2 {
	font-size: 2.2vw;
	color: #2c3563;
	margin-bottom: 15px;
}

.product-detail dl dd h4 {
	font-size: 1.2vw;
	color: #535353;
	margin-bottom: 35px;
}

.product-detail dl dd .txt p {
	font-size: 1vw;
	margin: 8px 0;
	position: relative;
	padding-left: 15px;
}

.product-detail dl dd .txt p:before {
	content: '';
	width: 4px;
	height: 18px;
	left: 0;
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -9px;
	background: #4d5890;
}

.product-intro {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 80px 0;
}

.product-intro .content {
	background: #f5f5f5;
	padding: 30px 90px;
	border-radius: 18px;
	font-size: 20px;
}

.product-intro .content p {
	margin: 25px 0;
	position: relative;
	padding-left: 15px;
}

.product-intro .content p:before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	left: 0;
	position: absolute;
	z-index: 2;
	top: 10px;
	background: #4d5890;
}

.product-CpUpDown {
	margin-top: 50px;
	padding: 5px 0;
	border-top: 1px dotted #eeeeee;
	border-bottom: 1px dotted #eeeeee;
}

.product-CpUpDown ul li {
	margin: 10px 0;
	font-size: 18px;
}

.product-CpUpDown ul li a {
	color: #888888;
}

.solution-class {
	background-image: url(../icon03.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 8px;
}

.solution-class .container-fluid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.solution-class a {
	color: #000;
	font-size: 20px;
	line-height: 72px;
	padding: 0 5px;
	display: inline-block;
	text-align: center;
	position: relative;
	background: #fff;
	border-bottom: 4px solid #fff;
}

.solution-class a.choose,
.solution-class a.on,
.solution-class a:hover {
	color: #4d5890;
	border-bottom: 4px solid #4d5890;
}

.inner-solution {
	width: 100%;
	overflow: hidden;
	background: #ffffff;
	padding: 50px 0;
}

.solution-medit01 {
	padding: 60px 55px;
	border-radius: 18px;
	background-color: #f5f5f5;
	margin: 20px 0;
	overflow: hidden;
}

.solution-medit01 h3 {
	font-size: 25px;
	margin-bottom: 20px;
}

.solution-medit01 h4 {
	font-size: 18px;
	color: #4d5890;
	margin-bottom: 30px;
}

.solution-medit01 dl {
	width: 100%;
	background-color: #e0e4f4;
	padding: 35px 60px;
	border-radius: 20px;
	margin: 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.solution-medit01 .solutionbox dl:first-child {
	flex-direction: row-reverse;
}

.solutionbox-dl01 dt {
	width: 47%;
}

.solutionbox-dl01 dd {
	width: 45%;
}

.solutionbox-dl02 dt {
	width: 23%;
	margin: 0 3%;
}

.solutionbox-dl02 dd {
	width: 67%;
}

.solution-medit01 dl dt img {
	width: 100%;
	border-radius: 30px;
}

.solution-medit01 dl dd {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.solution-medit01 dl dd h2 {
	font-size: 28px;
	color: #000000;
	margin-bottom: 15px;
}

.solution-medit02 h3 {
	font-size: 21px;
	margin-bottom: 30px;
}

.solution-medit02 ul li {
	padding: 25px 35px;
	border-radius: 18px;
	background-color: #f5f5f5;
	margin: 20px 0;
}

.solution-medit02 ul li h4 {
	font-size: 25px;
	margin-bottom: 15px;
}

.solution-medit03 dl {
	width: 100%;
	margin: 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.solution-medit03 dl dt {
	width: 44%;
}

.solution-medit03 dl dt img {
	width: 100%;
	border-radius: 20px;
}

.solution-medit03 dl dd {
	width: 48%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #000000;
}

.solution-medit03 dl dd p {
	background-color: #f0f0f0;
	padding: 46px 50px 30px 50px;
	margin: 20px 0;
	border-radius: 20px;
	position: relative;
}

.solution-medit03 dl dd p strong {
	background-color: #6670a0;
	color: #fff;
	text-align: center;
	position: absolute;
	width: 50px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	border-radius: 50%;
	left: 5%;
	top: -12%;
}

.solution-medit04 {
	background-color: #f0f0f0;
	padding: 50px 50px;
	border-radius: 20px;
}

.solution-medit01 .txt,
.solution-medit02 ul li p,
.solution-medit03 dl dd,
.solution-medit04 .txt {
	font-size: 18px;
	line-height: 30px;
}

.solution-medit04 .txt {
	margin-bottom: 60px;
}

.solutionSwiper .img-box {
	border-radius: 22px;
}

.inner-news {
	overflow: hidden;
	padding: 100px 0 20px 0;
}

.news-litem {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.news-litem a {
	width: 31.33%;
	padding: 35px 45px;
	margin: 10px 0;
	display: block;
	background: #ffffff;
	color: #494949;
	box-shadow: 0 0 10px #dddddd;
	position: relative;
	overflow: hidden;
}

.news-litem a h5 {
	font-size: 20px;
	line-height: 28px;
	color: #646464;
}

.news-litem a h3 {
	font-size: 20px;
	line-height: 24px;
	height: 48px;
	margin: 15px 0;
	position: relative;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news-litem .box img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.news-litem a:nth-child(3n-1) {
	margin: 10px 3%;
}

.news-litem .content {
	margin: 15px 0;
}

.news-litem .txt {
	font-size: 17px;
	line-height: 24px;
	height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news-litem .content em {
	width: 100%;
	display: block;
	height: 1px;
	margin: 30px 0;
	background: #e6e6e6;
	position: relative;
}

.news-icon {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.news-icon span {
	font-size: 16px;
	line-height: 28px;
}

.news-icon i {
	width: 7px;
	height: 7px;
	background: #000000;
	border-radius: 50%;
	position: relative;
}

.news-icon i:before {
	content: '';
	width: 22px;
	height: 22px;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -12px;
	position: absolute;
	z-index: 2;
	border: 1px solid #000000;
}

.news-icon i::after {
	content: '';
	width: 55px;
	height: 1px;
	background: #000000;
	right: 50%;
	top: 50%;
	position: absolute;
	z-index: 3;
}

.news-litem a:hover h3 {
	color: #122a88;
}

.news-news {
	width: 100%;
	margin-top: 30px;
}

.news-news a {
	width: 100%;
	margin-bottom: 30px;
	padding: 35px 22% 30px 205px;
	position: relative;
	overflow: hidden;
	background: #fff;
	color: #494949;
	display: flex;
	flex-wrap: wrap;
	transition: 0.3s;
	box-shadow: 0 0 10px #dddddd;
}

.news-news .news-time {
	width: 205px;
	position: absolute;
	left: 0;
	text-align: center;
	color: #051c93;
	font-size: 20px;
}

.news-news a h3 {
	font-size: 20px;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.news-news a .txt {
	font-size: 17px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.news-news a .news-icon {
	position: absolute;
	max-width: 180px;
	right: 40px;
	top: 50%;
	margin-top: -14px;
}

.news-news a:hover h3 {
	color: #051c93;
}

.news-lnum {
	width: 100%;
	overflow: hidden;
	background: #fafafa;
	position: relative;
	margin-top: 105px;
	padding: 20px 0;
	color: #868686;
	font-size: 16px;
}

.news-lnum span {
	margin: 0 5px;
	color: #868686;
}

.news-lnum a {
	color: #868686;
}

.news-detail {
	width: 100%;
	overflow: hidden;
	background: #fff;
	position: relative;
	padding: 80px 0;
	color: #000;
}

.news-detail .goBack {
	display: block;
	color: #0582c7;
	font-size: 16px;
	line-height: 45px;
	width: 195px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -22.5px;
	text-align: center;
	border: 1px solid #0582c7;
}

.news-detail .goBack:hover {
	background: #0582c7;
	color: #fff;
}

.news-detail .news-title {
	overflow: hidden;
	position: relative;
	padding-right: 200px;
}

.news-detail .news-title h1 {
	font-size: 30px;
	line-height: 30px;
	margin-top: 20px;
}

.news-detail .news-title .three {
	color: #7c7c7c;
	font-size: 16px;
}

.news-detail .news-intro {
	font-size: 18px;
	line-height: 38px;
	overflow: hidden;
	color: #454545;
	padding: 30px 0;
	margin-top: 30px;
	border-top: 1px solid #dadada;
}

.news-detail .news-intro img {
	max-width: 100%;
	margin: 20px auto;
}

/*inner-contact */
.inner-contact {
	width: 100%;
	overflow: hidden;
	padding: 105px 0;
	position: relative;
	color: #000000;
	background-color: #ffffff;
}

.inner-contact .box {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-content {
	width: 58%;
}

.contact-list {
	width: 100%;
	margin-bottom: 60px;
}

.contact-list h3 {
	font-size: 32px;
	margin-bottom: 25px;
	color: #4c5990;
}

.contact-list ul {
	display: flex;
	flex-wrap: wrap;
}

.contact-list ul li {
	width: 48%;
	margin-right: 2%;
	padding-left: 35px;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 30px;
	position: relative;
}

.contact-list ul li img {
	width: 23px;
	height: 22px;
	transition: 0.3s;
	position: absolute;
	left: 0;
	top: 5px;
	z-index: 20;
}

.form-form ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.form-form ul li {
	margin: 15px 0;
	overflow: hidden;
	position: relative;
}

.form-form ul li input {
	line-height: 60px;
	width: 100%;
	font-size: 18px;
	padding: 0;
	color: #000000;
	background: #fff;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	border-radius: 0;
	overflow: hidden;
}

.form-form ul li textarea {
	width: 100%;
	height: 120px;
	line-height: 40px;
	padding: 10px 0;
	font-size: 18px;
	background: #ffffff;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	overflow: hidden;
}

.form-form ul li input::placeholder {
	color: #8d8d8d;
}

.form-form ul li textarea::placeholder {
	color: #8d8d8d;
}

.form-form ul li .button {
	width: 100%;
	max-width: 170px;
	display: block;
	margin: 10px 0;
	color: #ffffff;
	border: 0;
	line-height: 50px;
	font-size: 18px;
	border-radius: 10px;
	padding: 0 15px;
	background: #35c7bc;
}

.form-form input::placeholder {
	color: #999999;
}

.form-form li.tel,
.form-form li.name,
.form-form li.email {
	width: 31%;
}

.form-form ul li.button_li,
.form-form ul li.content {
	width: 100%;
}

.contact-img {
	width: 31.5%;
}

.contact-img img {
	width: 100%;
}

.map {
	overflow: hidden;
	margin-top: 80px;
	width: 100%;
}

.map img {
	width: 100%;
}

.qt-pagination {
	width: 94%;
	margin: auto;
	overflow: hidden;
	padding: 60px 0;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
}

.qt-pagination a {
	margin: 0 5px;
	min-width: 40px;
	line-height: 40px;
	padding: 0 6px;
	display: inline-block;
	text-align: center;
	color: #868686;
	cursor: pointer;
	cursor: pointer;
	border-radius: 5px;
}

.qt-pagination .pages,
.qt-pagination a:hover {
	color: #fff;
	background: #4d5890;
}

#footer {
	width: 100%;
	color: #fff;
	overflow: hidden;
	background-color: #000000;
	background-image: url(../footer.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.footer-top {
	width: 100%;
	padding: 75px 0 50px 0;
}

.footer-top .container-fluid,
.footer-bottom .container-fluid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-box {
	width: 38%;
}

.foot-logo,
.footer-contact-wechat {
	width: 100%;
}

.foot-logo img {
	max-width: 100%;
}

.footer-contact-wechat {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
}

.foot-contact {
	width: 78%;
	margin-right: 2%;
}

.foot-contact p {
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 25px;
	margin-left: 17px;
}

.foot-wechat {
	width: 20%;
}

.foot-wechat img {
	max-width: 100%;
	margin: 0 auto;
}

.foot-wechat h4 {
	font-size: 17px;
	margin-top: 15px;
	text-align: center;
}

.navigation-menu {
	width: 15%;
	margin-left: 8%;
}

.footer-panter h3,
.navigation-menu h3 {
	font-size: 25px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.17);
	color: #fff;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.navigation-menu ul li {
	width: 100%;
	color: #d8d8d8;
	line-height: 30px;
	font-size: 20px;
	margin: 15px 0;
}

.navigation-menu ul li a {
	color: #d8d8d8;
}

.navigation-menu ul li a:hover {
	color: #35c7bc;
}

.footer-panter {
	width: 26%;
}

.panter-list {
	width: 100%;
}

.panter-list {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.panter-list li {
	width: 48%;
	border-radius: 7px;
	overflow: hidden;
	background-color: #fff;
	margin: 4px 0;
	cursor: pointer;
}

.panter-list li img {
	max-width: 88%;
	margin: 0 auto;
	transform: translateZ(0px);
	transition: transform 0.5s ease 0s;
}

.panter-list li:hover img {
	transform: scale(1.1, 1.1);
}

.footer-bottom {
	padding: 20px 0;
	color: #dddddd;
	font-size: 16px;
	font-family: 'HarmonyOS_Sans_SC_Light';
	border-top: 1px solid #dddddd;
}

.footer-bottom a {
	color: #dddddd;
}

.foot-Support {
	width: 205px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-Support .img {
	width: 65px;
	display: flex;
	align-items: center;
}

.foot-Support .img img {
	max-width: 100%;
}


.footer-bottom a:hover {
	color: #fff;
}

@media (max-width:1650px) {
	.product-detail dl dd .content {
		padding: 40px 50px;
		border-radius: 18px;
	}

	.header .logo {
		width: 25%;
	}

	.header .menu ul li a.menu-a {
		font-size: 19px;
	}

	.hd-icon h4 {
		font-size: 16px;
	}

	.index-product h1,
	.soultion-content h1,
	.title-icon h5 {
		font-size: 42px;
	}

	.banner h1 {
		font-size: 35px;
	}

	.inner-title h3,
	.banner-dl-content dl dd h3,
	.inner-title span,
	.product-flex span,
	.inner-title h2,
	.soultion-content h2,
	.index-title h1,
	.product-item h2 {
		font-size: 32px;
	}

	.contact-list h3,
	.icon-box .text,
	.banner h2 {
		font-size: 28px;
	}

	.icon-circle {
		width: 75px;
		height: 75px;
	}

	.icon-circle span.iconfont {
		font-size: 45px;
	}

	.news-detail .news-title h1,
	.solution-medit01 dl dd h2,
	.new-pic .new-title h4,
	.product-item-class h3 {
		font-size: 25px;
	}

	.solution-medit02 ul li h4,
	.solution-medit01 h3,
	.footer-panter h3,
	.navigation-menu h3 {
		font-size: 22px;
	}

	.inner-title p {
		font-size: 20px;
	}

	.abnum-box ul li .text,
	.new-list dl dd h3,
	.new-pic .new-title i {
		font-size: 22px;
	}

	.solution-medit02 h3,
	.product-list-title h3,
	.product-list-title span {
		font-size: 19px;
	}

	.product-list-title span {
		width: 57px;
		line-height: 45px;
	}

	.solution-class a,
	.product-intro .content,
	.inner-about .txt,
	.navigation-menu ul li {
		font-size: 18px;
	}

	.product-intro .content p {
		margin: 18px 0;
	}

	.product-item .memo {
		font-size: 17px;
		margin: 20px 0;
	}

	.new-list dl dd .txt,
	.product-item-class span {
		font-size: 17px;
	}

	.news-detail .news-intro,
	.news-litem a h3,
	.solution-medit01 .txt,
	.solution-medit02 ul li p,
	.solution-medit03 dl dd,
	.solution-medit04 .txt,
	.banner-dl-content dl dd .txt,
	.soultion-content .txt,
	.about-txt .txt {
		line-height: 24px;
		font-size: 17px;
	}

	.more-link {
		line-height: 42px;
	}

	.product-item span,
	.aboutnum-box ul li .text,
	.contact-list ul li,
	.solution-medit01 h4,
	.product-CpUpDown ul li,
	.foot-contact p,
	.more-link,
	.product-class a,
	.location-crumb,
	.foot-wechat h4 {
		font-size: 16px;
	}

	.news-lnum,
	.news-detail .goBack,
	.footer-bottom,
	.new-list dl dd span,
	.soultion-list a h3 {
		font-size: 15px;
	}

	.foot-contact p {
		margin-bottom: 20px;
	}

	.swiper-slide-txt .memo {
		padding: 25px 0 35px 0;
	}

	.swiper-slide-txt .banner-link {
		line-height: 40px;
		font-size: 16px;
	}

	.news-litem a {
		padding: 25px 30px;
	}

	.new-list a {
		padding: 30px 0;
	}

	.aboutnum-box .num {
		font-size: 55px;
	}

	.product-intro .content {
		padding: 20px 60px;
	}
}

@media (max-width:1550px) {}

@media (max-width:1450px) {
	.product-detail dl {
		width: 96%;
	}

	.header .logo {
		margin-left: 2.5%;
	}

	.header .menu {
		width: 44%;
	}

	.hd-icon span {
		font-size: 24px;
	}

	.hd-icon h4 {
		font-size: 15px;
	}

	.new-list a {
		padding: 20px 0;
	}
}

@media (max-width:1380px) {
	.footer-box {
		width: 45%;
	}

	.navigation-menu {
		width: 12%;
		margin-left: 4%;
	}

	.footer-panter {
		width: 22%;
	}
}

@media (max-width:1199px) {
	.solution-class .container-fluid {
		line-height: 60px;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		display: block;
	}

	.solution-class .container-fluid::-webkit-scrollbar {
		display: none
	}

	.solution-class .container-fluid a {
		display: inline-block;
		width: auto;
		line-height: 60px;
		padding: 0;
		margin: 0 10px 0 0;
	}

	.news-news .news-time {
		position: static;
		width: 100%;
		font-size: 14px;
		text-align: left;
	}

	.news-lnum {
		margin-top: 70px;
	}

	.news-news a h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.news-icon {
		display: none;
	}

	.news-news a {
		padding: 15px 15px;
	}

	.detail-location,
	.banner,
	.banner-swiper {
		margin-top: 70px;
	}

	.container-fluid {
		width: 90%;
	}

	.header .logo {
		margin-left: 25px;
		width: 250px;
		height: 70px;
	}

	.header {
		z-index: 9999;
		background: #fff;
		height: 70px;
	}

	.m_menu {
		width: 60px;
		background: #6670a0;
		color: #ffffff;
		display: flex;
		right: 0;
	}

	.header .menu {
		position: absolute;
		left: 0;
		top: 70px;
		background: #f5f5f5;
		width: 100%;
		margin-right: 0;
		display: none;
		z-index: 999;
	}

	.header .menu ul {
		display: block;
		width: 100%;
		overflow: hidden;
		float: none;
	}

	.header .menu ul li {
		width: 100%;
		text-align: left;
		padding: 0;
		position: relative;
		border-bottom: 1px solid #ddd;
	}

	.header .menu ul li a.menu-a {
		padding: 0;
		margin-left: 25px;
		display: inline-block;
		line-height: 52px;
		color: #222;
		font-size: 18px;
	}

	.fixnav a.menu-a,
	.inner-header a.menu-a {
		color: #222 !important;
	}

	.header .menu li .drop {
		position: static;
		width: 100%;
		margin: 0;
		padding: 10px 0;
	}

	.header .menu ul li a.menu-a::before {
		display: none;
	}

	.swiper-slide-txt h1 {
		font-size: 30px;
	}

	.swiper-slide-txt h2 {
		font-size: 16px;
		margin: 10px 0 15px 0
	}

	.swiper-slide-txt .memo {
		font-size: 15px;
		padding: 15px 0 20px 0;
	}

	.swiper-slide-txt .memo p {
		padding-left: 30px;
		margin: 15px 0;
	}

	.swiper-slide-txt .memo p:before {
		width: 10px;
		height: 10px;
		margin-top: -8px;
		border: 3px solid #35c7bc;
	}

	.slide-inner {
		height: 520px;
	}

	.slide-inner img {
		display: none;
	}

	.wechat_icon {
		display: none;
	}

	.header_icon {
		width: 120px;
		right: 60px;
		height: 70px;
	}

	.hd-icon {
		width: 50%;
	}

	.hd-icon h4 {
		font-size: 13px;
	}

	.hd-icon span {
		font-size: 20px;
	}

	.fixnav .header_icon {
		height: 70px;
	}

	.index-product h1,
	.soultion-content h1,
	.title-icon h5 {
		font-size: 36px;
	}

	.banner h1 {
		font-size: 30px;
	}

	.about-txt h1,
	.inner-about h1,
	.inner-title h3,
	.banner-dl-content dl dd h3,
	.inner-title span,
	.product-flex span,
	.inner-title h2,
	.soultion-content h2,
	.index-title h1,
	.product-item h2 {
		font-size: 28px;
	}

	.product-detail dl dd h2,
	.contact-list h3,
	.banner h2 {
		font-size: 25px;
	}

	.news-detail .news-title h1,
	.solution-medit01 dl dd h2,
	.new-pic .new-title h4,
	.product-item-class h3 {
		font-size: 22px;
	}

	.icon-box .text,
	.solution-medit02 ul li h4,
	.solution-medit01 h3,
	.footer-panter h3,
	.navigation-menu h3 {
		font-size: 20px;
	}

	.abnum-box ul li .text,
	.new-list dl dd h3,
	.new-pic .new-title i {
		font-size: 19px;
	}

	.product-detail dl dd h4,
	.solution-medit02 h3,
	.product-list-title h3,
	.product-list-title span,
	.inner-title p {
		font-size: 17px;
	}

	.product-list-title span {
		width: 50px;
		line-height: 40px;
	}

	.solution-class a,
	.product-intro .content,
	.inner-about .txt,
	.navigation-menu ul li {
		font-size: 17px;
	}

	.product-intro .content p {
		margin: 15px 0;
	}

	.product-item .memo {
		font-size: 16px;
		margin: 15px 0;
	}

	.news-detail .news-intro,
	.product-detail dl dd .txt p,
	.new-list dl dd .txt,
	.product-item-class span,
	.news-litem a h3,
	.solution-medit01 .txt,
	.solution-medit02 ul li p,
	.solution-medit03 dl dd,
	.solution-medit04 .txt,
	.banner-dl-content dl dd .txt,
	.soultion-content .txt,
	.about-txt .txt {
		line-height: 24px;
		font-size: 16px;
	}

	.new-list dl dd .txt {
		max-height: 48px;
	}

	.more-link {
		line-height: 40px;
	}

	.news-detail .news-title .three,
	.product-class a {
		font-size: 15px;
	}

	.product-item-class span,
	.product-item span,
	.news-lnum,
	.news-detail .goBack,
	.news-detail .news-title .three,
	.footer-bottom,
	.new-list dl dd span,
	.soultion-list a h3,
	.aboutnum-box ul li .text,
	.contact-list ul li,
	.solution-medit01 h4,
	.product-CpUpDown ul li,
	.foot-contact p,
	.more-link,
	.location-crumb,
	.foot-wechat h4 {
		font-size: 14px;
	}

	.foot-contact p {
		margin-bottom: 15px;
	}

	.swiper-slide-txt .banner-link {
		line-height: 40px;
		font-size: 15px;
	}

	.news-litem a {
		padding: 25px 30px;
	}

	.aboutnum-box .num {
		font-size: 45px;
	}

	.contact-content,
	.about-txt {
		width: 100%;
	}

	.contact-img,
	.news-litem,
	.inner-banner-img img,
	.product-flex span,
	.new-pic,
	.soultion-img,
	.about-img {
		display: none;
	}

	.inner-about h1,
	.soultion-content h1,
	.soultion-content h2,
	.about-txt h1 {
		text-align: center;
	}

	.more-link {
		margin: auto;
	}

	.productSwiper-img {
		padding: 0 45px;
	}

	.button-next {
		right: -30px;
	}

	.button-prev {
		left: -30px;
	}

	.button-next,
	.button-prev {
		width: 60px;
		height: 60px;
		margin-top: -30.5px;
		border: 9px solid #fff;
		font-size: 15px;
	}

	.product-item-class {
		padding: 20px 50px;
	}

	.product-item-class a {
		padding: 20px 5px;
		border-right: 2px dotted #fff;
	}

	.index-product h1 {
		margin-bottom: 60px;
	}

	.ripple-container {
		width: 30px;
		height: 30px;
		left: -13px;
		margin-top: -15px;
	}

	.products-link {
		font-size: 16px;
	}

	.new-list,
	.soultion-content {
		width: 100%;
	}

	.index-soultion {
		background-image: none;
	}

	.title-more {
		margin-bottom: 30px;
	}

	.title-icon h1 {
		font-size: 92px;
	}

	.new-list dl dd {
		width: 72%;
	}

	.new-list dl dt {
		width: 25%;
	}

	.icon-circle {
		width: 65px;
		height: 65px;
	}

	.icon-circle span.iconfont {
		font-size: 36px;
	}

	.solution-medit03 dl dt,
	.solution-medit03 dl dd,
	.solutionbox-dl01 dt,
	.solutionbox-dl01 dd,
	.solutionbox-dl02 dt,
	.solutionbox-dl02 dd {
		width: 100%;
		margin: 15px 0;
	}

	.solution-medit01 dl {
		padding: 20px 30px;
		border-radius: 12px;
		margin: 10px 0;
	}

	.product-detail dl,
	.product-class {
		width: 100%;
	}

	.news-detail .goBack {
		line-height: 40px;
		width: 142px;
	}

	.index-product {
		padding-top: 80px;
	}

	.inner-contact,
	.index-soultion,
	.inner-about,
	.index-about {
		padding: 80px 0;
	}

	.inner-banner-img {
		height: 240px;
	}
}

@media (max-width:999px) {
	.banner h1 {
		font-size: 25px;
	}

	.product-detail dl dd h2,
	.contact-list h3,
	.banner h2 {
		font-size: 21px;
	}

	.product-item h2 {
		font-size: 25px;
	}

	.product-item-class h3 {
		font-size: 18px;
	}

	.product-flex {
		margin-bottom: 25px;
	}

	.product-class {
		display: block;
		line-height: 50px;
		height: 50px;
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
	}

	.product-class::-webkit-scrollbar {
		display: none
	}

	.product-class a {
		display: inline-block;
		width: auto;
		padding: 0;
		margin: 0 10px 0 0;
		border: 0;
	}

	.location-crumb {
		padding: 10px 0;
	}

	.product-class a.choose,
	.product-class a.on,
	.product-class a:hover {
		border: 0;
	}
}

/*banner媒体查询*/
@media (max-width:768px) {

	.inner-product-list a,
	.soultion-list a,
	.index-product-list a {
		width: 48%;
		margin: 14px 1%;
	}
}

@media (max-width:658px) {
	.container-fluid {
		width: 92%;
	}

	.header .logo {
		margin-left: 12px;
		width: 200px;
	}

	.m_menu {
		width: 40px;
	}

	.header_icon {
		width: 100px;
		right: 40px;
	}

	.hd-icon span {
		font-size: 17px;
	}

	.hd-icon h4 {
		font-size: 12px;
	}

	.slide-inner {
		height: 370px;
	}

	.swiper-slide-txt h1 {
		font-size: 23px;
	}

	.swiper-slide-txt h2 {
		font-size: 14px;
		margin: 10px 0 15px 0;
	}

	.swiper-slide-txt .memo {
		font-size: 13px;
	}

	.swiper-slide-txt .memo p {
		padding-left: 18px;
		margin: 8px 0;
	}

	.swiper-slide-txt .memo p:before {
		width: 6px;
		height: 6px;
		margin-top: -5px;
		border: 2px solid #35c7bc;
	}

	.swiper-slide-txt .banner-link {
		max-width: 142px;
		font-size: 14px;
	}

	.swiper-slide-txt .banner-link span {
		margin-left: 10px;
	}

	.index-title h3 {
		font-size: 20px;
		padding: 10px 0 10px 34px;
	}

	.ripple-container {
		width: 15px;
		height: 15px;
		left: 0;
		margin-top: -7px;
	}

	.center-icon {
		width: 13px;
		height: 13px;
		font-size: 12px;
	}

	.inner-title {
		margin-bottom: 25px;
	}

	.inner-partner ul li {
		width: 23%;
		margin: 8px 1%;
		padding: 5px 5px;
	}

	.inner-title h3 {
		line-height: 50px;
	}

	.inner-title h3:before {
		width: 42px;
		height: 3px;
		margin-left: -21px;
	}

	.news-detail .news-title {
		padding: 0;
	}

	.product-flex {
		margin-bottom: 10px;
	}

	.inner-product {
		padding: 30px 0;
	}

	.inner-culture,
	.banner-dl-content,
	.inner-solution,
	.news-detail,
	.inner-news,
	.product-detail,
	.product-intro,
	.inner-partner,
	.footer-top,
	.news_section,
	.Main-products,
	.inner-contact,
	.index-soultion,
	.inner-about,
	.index-about {
		padding: 40px 0;
	}

	.about-txt h1,
	.inner-about h1,
	.inner-title h3,
	.banner-dl-content dl dd h3,
	.inner-title span,
	.product-flex span,
	.inner-title h2,
	.soultion-content h2,
	.index-title h1,
	.product-item h2 {
		font-size: 22px;
	}

	.news-detail .news-intro,
	.product-detail dl dd .txt p,
	.new-list dl dd .txt,
	.product-item-class span,
	.news-litem a h3,
	.solution-medit01 .txt,
	.solution-medit02 ul li p,
	.solution-medit03 dl dd,
	.solution-medit04 .txt,
	.banner-dl-content dl dd .txt,
	.soultion-content .txt,
	.about-txt .txt {
		line-height: 22px;
		font-size: 15px;
	}

	.aboutnum-box {
		margin: 20px 0;
	}

	.aboutnum-box .num {
		font-size: 32px;
		line-height: 47px;
	}

	.aboutnum-box ul li .text {
		font-size: 12px;
	}

	.more-link {
		border: 1px dotted #282828;
		max-width: 140px;
	}

	.index-product h1,
	.soultion-content h1,
	.title-icon h5 {
		font-size: 25px;
	}

	.index-product h1 {
		margin-bottom: 30px;
	}

	.index-product {
		padding-top: 40px;
	}

	.product-item-class span,
	.product-item span,
	.news-lnum,
	.news-detail .goBack,
	.news-detail .news-title .three,
	.footer-bottom,
	.soultion-list a h3,
	.contact-list ul li,
	.solution-medit01 h4,
	.product-CpUpDown ul li,
	.foot-contact p,
	.more-link,
	.location-crumb,
	.foot-wechat h4 {
		font-size: 13px;
	}

	.product-item .memo {
		font-size: 15px;
		margin: 10px 0;
	}

	.button-next,
	.button-prev {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		border: 2px solid #fff;
		font-size: 12px;
	}

	.button-next {
		right: 0;
	}

	.button-prev {
		left: 0;
	}

	.news-detail .goBack,
	.product-item-class {
		display: none;
	}

	.index-title h1 {
		padding: 10px 0 10px 34px;
	}

	.product-detail dl dd h4,
	.solution-medit02 h3,
	.product-list-title h3,
	.product-list-title span,
	.inner-title p {
		font-size: 15px;
	}

	.product-list-title h3 {
		line-height: 48px;
	}

	.soultion-content h2 {
		margin: 10px 0;
	}

	.product-list-title span {
		display: none;
	}

	.soultion-list a h3 {
		padding-left: 14px;
	}

	.soultion-list a h3:before {
		width: 6px;
		height: 6px;
		top: 6px;
	}

	.title-icon {
		line-height: 79px;
	}

	.title-icon h1 {
		font-size: 60px;
	}

	.news_section .box {
		margin: 20px 0;
	}

	.new-list dl dd h3,
	.new-pic .new-title i {
		font-size: 16px;
	}

	.new-list dl dd .txt {
		max-height: 44px;
		margin: 7px 0;
	}

	.new-list dl dd span {
		font-size: 12px;
	}

	.navigation-menu,
	.footer-panter {
		display: none;
	}

	.foot-logo img {
		max-width: 65%;
		margin: auto;
	}

	.foot-contact,
	.foot-wechat,
	.footer-box {
		width: 100%;
		margin: 10px 0;
		text-align: center;
	}

	.foot-contact p {
		margin-bottom: 8px;
		margin-left: 0;
	}

	.footer-contact-wechat {
		margin-top: 20px;
	}

	.foot-wechat img {
		max-width: 100px;
	}

	.banner h1 {
		font-size: 20px;
	}

	.product-detail dl dd h2 {
		font-size: 22px;
	}

	.product-detail dl dd h4 {
		margin-bottom: 10px;
	}

	.contact-list h3,
	.banner h2 {
		font-size: 16px;
	}

	.banner-content {
		text-align: center;
	}

	.banner em {
		margin: 5px auto 10px auto;
	}

	.solution-class a {
		width: 50%;
		text-align: center;
		font-size: 15px;
		line-height: 22px;
		padding: 10px 0;
	}

	.product-intro .content,
	.inner-about .txt,
	.navigation-menu ul li {
		font-size: 15px;
		line-height: 22px;
	}

	.abnum-box ul li .text {
		font-size: 13px;
	}

	.abnum-box {
		padding: 25px 0;
	}

	.icon-box {
		padding: 25px 25px;
	}

	.icon-circle span.iconfont {
		font-size: 26px;
	}

	.icon-box .text,
	.solution-medit02 ul li h4,
	.solution-medit01 h3,
	.footer-panter h3,
	.navigation-menu h3 {
		font-size: 17px;
	}

	.banner-dl-content dl dt,
	.banner-dl-content dl dd,
	.product-detail dl dt,
	.product-detail dl dd {
		width: 100%;
		margin: 10px 0;
	}

	.form-form li.tel,
	.form-form li.name,
	.form-form li.email {
		width: 100%;
	}

	.form-form ul li input {
		line-height: 30px;
		font-size: 15px;
	}

	.form-form ul li textarea {
		line-height: 30px;
		font-size: 15px;
		padding: 0;
	}

	.form-form ul li {
		margin: 5px 0;
	}

	.form-form ul li .button {
		max-width: 153px;
		line-height: 30px;
		font-size: 15px;
		padding: 0 5px;
	}

	.map {
		overflow: hidden;
		margin-top: 30px;
		width: 100%;
	}

	.product-intro .content {
		padding: 10px 20px;
	}

	.product-intro .content p {
		margin: 8px 0;
	}

	.product-detail dl dd .content {
		padding: 20px 20px;
		border-radius: 10px;
	}

	.solution-medit01 {
		padding: 10px 15px;
		border-radius: 10px;
	}

	.solution-medit01 dl {
		padding: 10px 15px;
		border-radius: 12px;
	}

	.solution-medit04,
	.solution-medit02 ul li {
		padding: 10px 15px;
	}

	.solutionSwiper .img-box,
	.solution-medit01 dl dt img {
		border-radius: 10px;
	}

	.solution-medit04 .txt {
		margin-bottom: 20px;
	}

	.solution-medit03 dl dd p {
		background-color: #f0f0f0;
		padding: 25px 25px 15px 25px;
		margin: 20px 0;
	}

	.solution-medit03 dl dd p strong {
		width: 34px;
		height: 34px;
		font-size: 14px;
		line-height: 34px;
		left: 5%;
		top: -12%;
	}

	.banner-dl-content dl dt img {
		width: 40%;
		margin: auto;
	}

	.products-link {
		font-size: 15px;
	}

	.news-news a h3 {
		font-size: 15px;
		margin-bottom: 5px;
	}

	.qt-pagination {
		padding: 27px 0;
		font-size: 14px;
		line-height: 30px;
	}

	.qt-pagination a {
		margin: 0 2px;
		min-width: 30px;
		line-height: 30px;
		padding: 0 2px;
	}

	.soultion-list {
		margin: 20px 0;
	}

	.contact-list {
		margin-bottom: 30px;
	}

	.contact-list ul li {
		width: 100%;
		margin: 5px 0;
	}

	.news-news a .txt {
		font-size: 15px;
		line-height: 23px;
		-webkit-line-clamp: 2;
	}

	.news-news a {
		margin-bottom: 15px;
	}

	.news-lnum {
		padding: 10px 0;
	}

	.news-detail .news-intro {
		padding: 15px 0;
		margin-top: 15px;
	}

	.banner-dl-content dl dt,
	.solution-medit03 dl dt {
		display: none;
	}

	.product-detail dl dt img,
	.solutionbox-dl02 dt img {
		max-width: 50%;
		margin: auto;
	}

	.inner-title span,
	.product-flex span {
		line-height: 47px;
	}

	.searchform form {
		width: 100%;
	}

	.searchform form .submit,
	.searchform form .search_input {
		line-height: 45px;
	}

	.searchform form .submit {
		width: 20%;
	}

	.searchform form .search_input {
		width: 80%;
	}

	.searchform .close {
		top: 12px;
		font-size: 15px;
		right: 11px;
		width: 30px;
		height: 30px;
		line-height: 25px;
	}

	.header .menu ul li a.menu-a {
		margin-left: 4%;
		line-height: 52px;
		font-size: 16px;
	}

	.new-list dl dd {
		width: 100%;
	}

	.new-list dl dt {
		display: none;
	}
}