* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
}


@font-face {
	font-family: "Noto Sans SC";
	font-display: swap;
	src: url('sourcehansans.eot');
	/* IE9 */
	src: url('sourcehansans.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('sourcehansans.woff2') format('woff2'),
		url('sourcehansans.woff') format('woff'),
		/* chrome、firefox */
		url('sourcehansans.ttf') format('truetype'),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
		url('sourcehansans.svg#sourcehansans') format('svg');
	/* iOS 4.1- */
}
.jszcbox{
	display: flex;
	justify-content: center;
	align-items: center;
}
.jszcbox .jszctext{
	width: 85px;
}
.jszcbox .jszcimg{
	width: 55px;
}

body,
div,
ul,
li,
a,
dl,
dd,
dt,
input,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img {
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

html,
body {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
	font-family: "Noto Sans SC";
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

input,
textarea,
select,
button,
area {
	appearance: button;
	-moz-appearance: button;
	-webkit-appearance: button;
	outline: none;
	font-family: "Noto Sans SC";
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ul,
li,
dl,
dd,
dt {
	list-style: none;
}

a {
	text-decoration: none;
	color: #2b292f;
	-webkit-transition: all ease-in .2s;
	-ms-transition: all ease-in .2s;
	-moz-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}

img {
	border: 0;
	display: block;
	font-size: 0;
}

body {
	color: #010101;
	font-family: "Noto Sans SC";
	font-size: 14px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.box {
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.section {
	width: 92%;
	max-width: 1625px;
	margin: auto;
}

.top-header {
	width: 100%;
	background: #ebebeb;
	line-height: 36px;
	position: relative;
}


.top-header .wec {
	color: #424141;
	float: left;
	font-size: 15px;
}

.top-header .header-tel {
	color: #fff;
	width: 32%;
	padding-left: 60px;
	z-index: 10;
	height: 130%;
	right: 0;
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	border-bottom-left-radius: 100px;
	background: #ed2935;
}

.top-header .header-tel span {
	display: block;
	padding-left: 35px;
	position: relative;
	z-index: 20;
}


.top-header .header-tel span::before {
	content: '';
	width: 24px;
	height: 24px;
	left: 0;
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -12px;
	background-image: url(../icon03.png);
}

/* .top-header .section::after {
	content: '';
	width: 1000%;
	height: 120%;
	left: 100%;
	top: 0;
	position: absolute;
	z-index: 2;
	transition: 0.3s;
	background: #ed2935;
} */

.top-header .header-a a {
	color: #fff;
}

.top-header .header-a a:hover {
	color: #c30d24;
}

.header {
	width: 100%;
	background: #fff;
	padding: 17px 0;
}

.header .logo {
	float: left;
}


.header .logo a {
	display: flex;
}

.header .logo a img {
	float: left;
}

.logo-txt {
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.logo-txt span {
	color: #2b2b2b;
	font-size: 30px;
}

.logo-txt p {
	color: #757575;
	font-size: 18px;
}

.header .menu {
	width: 900px;
	float: right;

}

.header .menu ul {
	width: 100%;
	float: left;
}

.header .menu ul li {
	width: 16.6%;
	float: left;
	position: relative;
	text-align: center;
}

.header .menu ul li a {
	display: block;
	font-size: 20px;
	line-height: 73px;
	color: #1c1c1c;
}

.header .menu ul li a.on,
.header .menu ul li a:hover {
	color: #ed2935
}

.header .menu li .drop {
	background: #f1f1f1;
	overflow: hidden;
	position: absolute;
	width: 140px;
	left: 50%;
	margin-left: -70px;
	top: 100%;
	z-index: 99;
	display: none;
}

.header .menu li .drop ul {
	width: 100%;
	margin: 0 auto;
}

.header .menu li .drop li {
	width: 100%;
}

.header .menu li .drop li a {
	padding: 5px 0;
	font-size: 16px;
	color: #000;
	line-height: 40px;
}

.header .menu li .drop li a:hover {
	background: #ed2935;
	color: #fff;
}

.m_menu {
	align-items: center;
	justify-content: center;
	width: 40px;
	position: absolute;
	right: 5px;
	top: 0;
	height: 73px;
	display: none;
	transition: 0.4s;
}

.m_menu span {
	display: block;
	transition: ease .6s;
	width: 24px;
	height: 2px;
	background: #c60406;
}

.m_menu .line2 {
	margin: 4px 0;
}

.m_menu.on .line3 {
	transform: translateY(-4px) rotate(-45deg);
}

.m_menu.on .line1 {
	transform: translateY(-2px) rotate(45deg);
}

.m_menu.on .line2 {
	display: none;
}




.index-title {
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
}

.index-title h2 {
	color: #010101;
	font-size: 47px;
	padding: 10px 0;
	font-weight: bold;
}


.index-title p {
	color: #7d7d7d;
	font-size: 20px;
}

.index-title .White {
	color: #fff;
}


.main-more {
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
}

.main-more a {
	color: #111111;
	max-width: 195px;
	display: block;
	text-align: center;
	margin: 0 auto;
	line-height: 50px;
	border: 1px solid #333;
	border-radius: 35px;
	font-size: 18px;
	transition: 0.4s;
	position: relative;
}

.main-more a:hover {
	color: #fff;
	background: #c60406;
	border: 1px solid #c60406;
}

.banner-swiper-pagination {
	position: absolute;
	bottom: 20px;
	left: 0;
	color: #fff;
	transition: 0.4s;
}

.banner-swiper-pagination span {
	margin: 0 5px;
	border-radius: 0;
	width: 13px;
	height: 13px;
	border-radius: 100%;
	transition: 0.4s;
	background: #7a7f8b;
}


.banner-swiper-pagination .swiper-pagination-bullet-active {
	background: #79040b;
	width: 68px;
	border-radius: 6px;
}


/*index-product*/

.index-product {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
}

.slideTxtBox {
	width: 100%;
}

.set-title {
	width: 100%;
	z-index: 9999;
	overflow: hidden;
	position: relative;
	margin-bottom: 35px;
}


.set-title ul {
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.set-title ul li {
	display: inline-block;
	text-align: center;
	max-width: 200px;
	width: 17%;
	margin: 0 1%;
	line-height: 46px;
	color: #000;
	font-size: 21px;
	cursor: pointer;
	border-radius: 40px;
}


.product-set-title ul li {
	background: #e8e8e8;
}

.product-set-title ul li.on {
	background: #c60406;
	color: #fff;
}



.set-middle {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.set-middle-item {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.product-list-recommend {
	width: 29%;
	float: left;
	position: relative;
	overflow: hidden;
}


.product-list-recommend .txt {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	color: #fff;
	text-align: left;
	z-index: 10;
	padding: 100px 20px 50px 20px;
	/* 	background: linear-gradient(to bottom, transparent, #000); */
}


.product-list-recommend .txt h3 {
	font-size: 34px;
	padding: 10px 0;
	font-weight: bold;
	z-index: 10;
}

.product-list-recommend .txt p {
	font-size: 17px;
}

.product-list-recommend img {
	width: 100%;
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.product-list-recommend:hover img {
	transform: scale(1.2, 1.2);
}

.product-list-ul {
	width: 70%;
	float: right;
}

.product-list-ul ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.product-list-ul ul li {
	width: 31.333%;
	margin: 0 1% 25px 1%;
	overflow: hidden;
	position: relative;
}

.product-list-ul ul li a {
	display: block;
	overflow: hidden;
}

.product-list-ul ul li img {
	display: block;
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.product-list-ul ul li h2 {
	font-size: 17px;
	padding: 16px 10px;
	color: #010101;
	text-align: center;
	z-index: 10;
	background: #f5f5f5;
}


.product-list-ul ul li a:hover img {
	transform: scale(1.2, 1.2);
	transition: transform 0.6s ease 0s;
}

/*index-service*/
.index-service {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
	background: #f6f6f6;
}

.service-swiper {
	position: relative;
}

.service-mySwiper {
	margin-top: 30px;
}

.service-swiper-content {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.service-swiper-content .txt {
	position: absolute;
	border-radius: 20px;
	overflow: hidden;
	width: 665px;
	left: 8%;
	top: 12%;
	padding: 70px 30px 80px 65px;
	background: rgba(255, 255, 255, .85);
}

.service-swiper-content .txt i {
	display: block;
	font-style: normal;
	font-size: 55px;
	color: #fff;
	position: absolute;
	left: 0;
	padding: 0 30px 0 20px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	top: 60px;
	background: rgba(199, 6, 7, 0.9);
}

.service-swiper-content .txt h3 {
	font-size: 40px;
	color: #c70607;
	padding-left: 70px;
	font-weight: bold;
}

.service-swiper-content .txt h4 {
	font-size: 32px;
	margin: 25px 0 20px 0;
	color: #010101;
}

.service-swiper-content .txt p {
	font-size: 19px;
	color: #605f5f;
	margin-bottom: 50px;
}

.service-swiper-content .txt span {
	font-size: 28px;
	color: #000;
	font-weight: bold;
	position: relative;
	display: block;
	padding-left: 70px;
}

.service-swiper-content .txt span::before {
	content: "";
	display: block;
	width: 48px;
	height: 40px;
	background-image: url(../icon02.png);
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
}

.service-swiper-content img {
	width: auto !important;
}

.service-icon-box {
	overflow: hidden;
	width: 100%;
	cursor: pointer;
	border-radius: 12px;
	padding: 30px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #292929;
	color: #fff;
}

.service-icon-img {
	max-width: 50px;
	margin-right: 30px;
	position: relative;
	z-index: 25;
}

.service-icon-box span {
	font-size: 33px;
	position: relative;
	z-index: 25;
}

.swiper-slide-thumb-active .service-icon-box {
	background: #c70607;
}


.service-icon-box::before {
	content: "";
	display: block;
	width: 100%;
	height: 16px;
	background-image: url(../icon04.png);
	background-size: 65%;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
}

.service-button-next,
.service-button-prev {
	height: 72px;
	margin-top: -36px;
	color: #272636;
	border-radius: 100%;
	text-align: center;
}

.service-button-prev {
	left: -40px;
	top: 0;
}

.service-button-next {
	right: -40px;
	top: 0;
}

.service-button-next:after,
.service-button-prev:after {
	font-size: 60px;
	font-weight: bold;
}

.service-button-next:hover,
.service-button-prev:hover {
	color: #c70607;

}


/*index-about*/
.index-about {
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
	background: url("../about-bj.jpg") no-repeat top center;

}

.index-about .box {
	position: relative;
}

.index-about .about-left {
	width: 38%;
	float: left;
	position: relative;
}

.index-about .about-left h1 {
	font-size: 37px;
	line-height: 38px;

}

.index-about .about-left p {
	font-size: 17px;
	line-height: 38px;
	padding: 25px 0;
	color: #4e4e4e;
}

.index-about .about-left a {
	color: #030303;
	border: 1px solid #030303;
	float: left;
}

.about-swiper-box {
	padding: 30px 15px 100px 15px;
	position: absolute;
	background: #f5f5f5;
	left: 0;
	bottom: -8%;
	z-index: 10;
	width: 55%;
	overflow: hidden;
}

.about-swiper-box .about-swiper-box-span {
	padding: 8px 30px;
	font-size: 22px;
	background: #c70607;
	color: #fff;
	margin-bottom: 20px;
	display: inline-block;
}

.index-about .about-swiper {
	width: 100%;
}

.index-about .about-right {
	width: 58%;
	float: right;
}



/*index-class*/
.index-case {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
	background-image: url(../cases-background.jpg);
	background-size: cover;
}

.index-case ul {
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.index-case ul li {
	width: 31.333%;
	margin: 30px 1%;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}

.index-case ul li a {
	color: #fff;
	display: block;
	overflow: hidden;
}

.index-case ul li img {
	display: block;
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.index-case ul li h2 {
	font-size: 30px;
	padding: 10px 10px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: 0.3s;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 10;
}

.index-case ul li a:hover h2 {
	opacity: 1;
}

.index-case ul li a:hover img {
	transform: scale(1.2, 1.2);
	transition: transform 0.6s ease 0s;
}


/*main-news*/
.index-news {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
}


.news-set-title ul li {
	background: #fff;
	border: 1px solid #000000;
}

.news-set-title ul li.on {
	background: #d4d4d4;
	border: 1px solid #d4d4d4;
}




.news-top {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.news-top li {
	width: 31.333%;
	margin: 15px 1%;
	padding: 15px 15px;
	border: 1px solid #e4e4e4;
	border-radius: 15px;
}

.news-top a {
	display: block;
	color: #1d1d1d;
	overflow: hidden;
}

.news-top .box {
	border-radius: 5px;
}

.news-top .box img {
	width: 100%;
	display: block;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.news-top .news-txt {
	padding: 25px 0;
	overflow: hidden;
}


.news-top .news-txt h2 {
	font-size: 22px;
	color: #020202;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 15px;
	position: relative;
}

.news-top .news-txt h2::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: #000;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
}

.news-top .news-txt p {
	opacity: 0.7;
	font-size: 16px;
	line-height: 26px;
	margin: 17px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: #7a7a7a;

}


.news-top .news-txt span {
	overflow: hidden;
	font-size: 16px;
	color: #adadad;
}

.news-top a:hover img {
	transform: scale(1.2, 1.2);
	transition: transform 0.6s ease 0s;
}

.news-top a:hover h2 {
	color: #adadad;

}



/*main-class*/
.index-partner {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
	overflow: hidden;
	background-image: url(../partner-background.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.index-partner ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.index-partner ul li {
	width: 18%;
	margin: 15px 1%;
	padding: 25px 10px;
	display: flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	background-image: url(../partner-logo-background.png);
	background-size: 100% 100%;
}

.index-partner ul li img {
	display: block;
	max-width: 80%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
	margin: 0 auto;
}

.index-partner ul li:hover img {
	transform: scale(1.2, 1.2);
}

/*banner*/

.banner {
	width: 100%;
	overflow: hidden;
	color: #fff;
	position: relative;
	background-size: auto 100%;
	background-position: center center;
	border-bottom: 6px solid #ff0000;
}

.banner-content {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 50%;
	z-index: 20;
}


.banner h2 {
	font-size: 42px;
	margin-top: 5px;
	position: relative;
}

/* .banner h2::before {
	content: '';
	width: 45px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	z-index: 9;
	background: #fff;
} */

.inner-banner-img {
	padding-top: 31.25%;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.inner-class {
	position: relative;
	z-index: 50;
}

.class-link {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 35%;
	z-index: 30;
}


.class-link a {
	display: inline-block;
	color: #000;
	background: #fff;
	font-size: 19px;
	line-height: 48px;
	border-radius: 28px;
	margin-right: 20px;
	padding: 0 55px;
	position: relative;
}


.class-link a.choose,
.class-link a:hover {
	background: #c70407;
	color: #fff;
}

.class-link a.choose::after,
.class-link a:hover::after {
	opacity: 1;
}

.inner-class-about .class-link {
	bottom: 10%;
}

.inner-class-advantage .class-link {
	bottom: 10%;
}

.inner-class-news .class-link {
	bottom: 10%;
}

/*index-about */
.inner-about {
	width: 100%;
	padding: 150px 0 290px 0;
	overflow: hidden;
	background-image: url(../inner-about.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.inner-about .about-left {
	width: 44%;
	float: left;
	line-height: 53px;
	font-size: 19px;
	position: relative;
}


.inner-about .about-left h1 {
	font-size: 54px;
	color: #eaeaea;
	font-weight: bold;
}

.inner-about .about-left h2 {
	font-size: 47px;
	color: #000;
	margin-top: -20px;
	position: relative;
	z-index: 10;
	font-weight: bold;
}

.inner-about .about-left span {
	font-size: 30px;
	color: #757575;
}



.inner-about .about-right {
	width: 54%;
	float: right;
	line-height: 53px;
	font-size: 19px;
}

.inner-about .about-right p {
	text-indent: 2em;
}

.about-icon {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 42%;
}

.about-icon img {
	max-width: 100%;
}


.inner-honor {
	width: 100%;
	padding: 90px 0;
	overflow: hidden;
	overflow: hidden;
	background-image: url(../inner-honor.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.honor-swiper .swiper-slide {
	transform: scale(0.8);
}

.honor-swiper .swiper-slide p {
	color: #fff;
	font-size: 24px;
	text-align: center;
	padding: 15px 0;
}

.honor-swiper .swiper-slide-active,
.honor-swiper .swiper-slide-duplicate-active {
	transform: scale(1);
}


.honor-swiper-button {
	width: 430px;
	margin: 50px auto 0 auto;
	position: relative;
	z-index: 10;
}


.honor-button-next,
.honor-button-prev {
	width: 72px;
	height: 72px;
	margin-top: -36px;
	color: #000;
	background: #fff;
	opacity: 0.6;
	border-radius: 100%;
	text-align: center;
}

.honor-button-prev {
	left: 0;
	top: 0;
}

.honor-button-next {
	right: 0;
	top: 0;
}

.honor-button-next:after,
.honor-button-prev:after {
	font-size: 30px;
}

.honor-button-next:hover,
.honor-button-prev:hover {
	opacity: 1;

}

.honorswiper-pagination {
	font-size: 30px;
	color: #fff;
}


/*产品中心*/
.inner-product {
	width: 100%;
	overflow: hidden;
	padding: 80px 0;
}

.product-case-tltle {
	width: 100%;
	overflow: hidden;
	padding-bottom: 60px;
	text-align: center;
}

.product-case-tltle h2 {
	font-size: 45px;
	color: #000;
	margin-bottom: 20px;
}

.product-case-tltle p {
	width: 70%;
	margin: auto;
	font-size: 20px;
	color: #000;
	padding: 10px 0;
	line-height: 26px;
	text-align: center;
}



.inner-product ul {
	width: 100%;
	overflow: hidden;
}

.inner-product ul li {
	width: 31.33%;
	float: left;
	margin: 15px 1% 50px 1%;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 10px #ccc;
}

.inner-product ul li .box {

	width: 100%;
	background: #f7f7f7;

}

.inner-product ul img {
	width: 100%;
	display: block;
	transition: transform .3s
}


.inner-product ul li h2 {
	font-size: 22px;
	text-align: center;
	color: #000;
	padding: 15px 0;
	line-height: 39px
}



.inner-product ul li a:hover img {
	transform: scale(1.1);
}

.inner-product ul li a:hover h2 {
	background: #ed2935;
	color: #fff;
}

/*index-class*/
.inner-cases {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
}

.inner-cases ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.inner-cases ul li {
	width: 31.333%;
	margin: 30px 1%;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}

.inner-cases ul li a {
	color: #fff;
	display: block;
	overflow: hidden;
	width: 100%;
	position: relative;
}

.inner-cases ul li img {
	display: block;
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.inner-cases ul li .cases-txt {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	color: #fff;
	text-align: left;
	padding: 100px 30px 40px 40px;
	background: linear-gradient(to bottom, transparent, #000);

}

.inner-cases ul li .cases-txt h2 {
	font-size: 22px;
	color: #fff;
	margin-bottom: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.inner-cases ul li .cases-txt span {
	display: inline-block;
	color: #fff;
	font-size: 15px;
	padding: 6px 50px 6px 22px;
	background: #c50304;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}


.inner-cases ul li a:hover h2 {
	opacity: 1;
}

.inner-cases ul li a:hover img {
	transform: scale(1.2, 1.2);
	transition: transform 0.6s ease 0s;
}




.cp-detail-content {
	width: 100%;
	background-image: url(../cp-detail-content.jpg);
	background-size: cover;
	padding: 50px 0;
	overflow: hidden;
}

.cp-detail-content .cp-de-fl {
	width: 64.5%;
}

.cp-detail-content .cp-de-fl img {
	max-width: 100%;
}

.cp-detail-content .cp-de-fl h2 {
	width: 100%;
	border-bottom: 1px solid #000;
	font-size: 38px;
	color: #000;
	padding: 19px 0;
}

.cp-detail-content .cp-de-fl .cp-img {
	width: 100%;
	margin: 40px 0;
	text-align: center;
}

.cp-detail-content .cp-de-fl .cp-img img {
	margin: auto;
	max-width: 100%;
}

.cp-detail-content .cp-de-fl .cp-intro {
	width: 100%;
	line-height: 28px;
	padding: 30px 0;
	font-size: 14px;
	color: #333;
}

.cp-detail-content .cp-de-fl .cp-intro span {
	font-weight: bold;
	color: #111;
	padding: 5px 5px;
	background: #fff;
	font-size: 16px;
}

.cp-detail-content .cp-de-fl .cp-intro img {
	max-width: 100%;
	margin: 10px auto;
}

.cp-detail-content .cp-de-fl .cp-intro p {
	padding: 5px 0;
}

.cp-detail-content .cp-de-fr {
	width: 30%;
	overflow: hidden;
	background: #fff;
	border-radius: 30px;
	padding: 40px 40px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .07);
}

.cp-detail-content .cp-de-fr h4 {
	font-size: 31px;
	color: #000;
	overflow: hidden;
	padding: 19px 0;
	border-bottom: 1px solid #000;
}

.cp-detail-content .cp-de-fr ul {
	width: 100%;
	overflow: hidden;
}

.cp-detail-content .cp-de-fr ul li {
	border-bottom: 1px dashed #ccc;
	padding: 30px 0;
}

.cp-detail-content .cp-de-fr dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	overflow: hidden;
}

.cp-detail-content .cp-de-fr dl dt {
	width: 40%;
}

.cp-detail-content .cp-de-fr dl dt img {
	width: 100%;
}

.cp-detail-content .cp-de-fr dl dd {
	width: 57%;
	margin-left: 3%;
	font-size: 16px;
	display: flex;
	align-items: center;
}

.cp-detail-content .cp-de-fr a:hover {
	color: #0073ad;
}

.up-down {
	width: 100%;
	background: #fff;
	padding: 10px 0;
	margin-top: 50px;
	overflow: hidden;
	color: #999;
	border-top: 1px solid #ccc;
}

.up-down ul {
	width: 98%;
	display: flex;
	margin: auto;
	flex-wrap: wrap;
	justify-content: space-between;
}

.up-down ul li {
	font-size: 18px;
}

.up-down ul li span {
	color: #000;
}

.up-down ul li a {
	color: #666;
}

.up-down ul li a:hover {
	color: #ff0000;
}


/*新闻中心*/


.inner-news {
	overflow: hidden;
	padding: 75px 0;
	background: #fff;
}

.news-swiper-container {
	width: 98% !important;
	margin: 0 1%;
	background: #f5f5f5;
	overflow: hidden;
}

.news-dl-link {
	display: block;
	color: #333;
}

.news-dl-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background: #f5f5f5;
}

.news-dl-box dt {
	width: 50%;
	order: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.news-dl-box dt img {
	display: block;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
	image-rendering: pixelated;
}

.news-dl-box dd {
	width: 50%;
	overflow: hidden;
	padding: 40px 50px;
}

.news-dl-box dd span {
	display: block;
	color: #bd0703;
	font-size: 21px;
	margin-top: 50px;
}

.news-dl-box dd h3 {
	display: block;
	color: #000000;
	line-height: 38px;
	height: 76px;
	margin: 25px 0 60px 0;
	font-size: 33px;
}

.news-dl-box dd h4 {
	display: block;
	font-size: 19px;
	margin-bottom: 30px;
	color: #454545;
}

.news-dl-box dd i {
	display: inline-block;
	position: relative;
	font-size: 19px;
	color: #fff;
	font-style: normal;
	padding: 10px 30px 10px 20px;
	background: #ed2935;
}

.news-dl-link:hover,
.news-dl-link:hover h5 {
	color: #bd0703;
}

.news-dl-link:hover img {
	transform: scale(1.2, 1.2);
}

.news-swiper-button {
	width: 130px;
	position: absolute;
	left: 50px;
	bottom: 60px;
	z-index: 10;
}


.news-button-next,
.news-button-prev {
	width: 50px;
	height: 50px;
	margin-top: -25px;
	color: #000;
	background: #dddddd;
	border-radius: 100%;
	text-align: center;
}

.news-button-prev {
	left: 0;
	top: 0;
}

.news-button-next {
	right: 0;
	top: 0;
}

.news-button-next:after,
.news-button-prev:after {
	font-size: 16px;
}

.news-button-next:hover,
.news-button-prev:hover {
	background: #bd0703;

}

.news-button-next:hover:after,
.news-button-prev:hover:after {
	color: #fff;
}

.allnews-title {
	font-size: 39px;
	width: 100%;
	overflow: hidden;
	margin: 80px 0 30px 0;
}


.inner-news ul {
	width: 100%;

	display: flex;
	flex-wrap: wrap;
}

.inner-news ul li {
	width: 33.333%;
	padding: 10px 30px;
	margin-bottom: 50px;
}

.inner-news ul li .box {
	border-radius: 4px;
}

.inner-news ul li .box img {
	width: 100%;
	display: block;
	transition: .5s;
	image-rendering: pixelated;
}



.inner-news li h4 {
	font-size: 22px;
	color: #020202;
	margin: 20px 0 30px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}


.inner-news li .bom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	box-sizing: border-box;
	padding: 20px 0;
}

.inner-news li .bom span {
	display: inline-block;
	padding-left: 25px;
	position: relative;
	color: #adadad;
	font-size: 16px;
}

.inner-news li .bom span::before {
	content: '';
	width: 19px;
	height: 19px;
	left: 0;
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -9.5px;
	background-image: url(../icon09.png);
}

.inner-news li:hover .box img {
	transform: scale(1.1);
}

.inner-news li:hover {
	background: #f7f7f7;
}


.news-detail {
	width: 100%;
	background: #fff;
	overflow: hidden;
	padding: 160px 0 90px 0;
}

.news-detail .box {
	width: 100%;
	background: #fff;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	color: #222222;
}


.news-detail .goBack {
	display: flex;
	align-items: center;
	color: #888;
	font-size: 16px;
}

.news-detail .goBack:hover {
	color: #b72d38;
}

.news-detail .goBack img {
	margin-right: 10px;
}

.news-detail .news-title {
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 40px 0;

}

.news-detail .news-title h2 {
	font-size: 39px;
	width: 100%;
	font-family: 'PoppinsMedium';
	font-weight: bold;
	overflow: hidden;
}

.news-detail .news-title .three {
	color: #888;
	width: 100%;
	overflow: hidden;
	text-align: right;
}

.news-detail .news-intro {
	font-size: 19px;
	line-height: 38px;
	overflow: hidden;
	padding: 60px 10px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

.news-detail .news-intro img {
	width: 90%;
	max-width: 800px;
	margin: 20px auto;
}


/*联系我们*/
.inner-contact {
	width: 100%;
	overflow: hidden;
	padding: 75px 0 125px 0;
}


.inner-contact .con-content {
	width: 100%;
	overflow: hidden;
}

.inner-contact .con-fl {
	width: 65.3%;
	float: left;
	background: #f7f7f7;
	padding: 50px 65px;
	overflow: hidden;
	border-radius: 10px;
}

.inner-contact .con-fl h3 {
	font-size: 28px;
	margin-bottom: 10px;
	color: #c50306;
}

.inner-contact .con-fl p {
	font-size: 18px;
	line-height: 36px;
	color: #222;
}

.inner-contact .con-fl h4 {
	font-size: 21px;
	margin: 10px 0;
	color: #000;
}

.inner-contact .con-fl span {
	font-size: 18px;
	line-height: 30px;
	color: #696969;
	display: block;
}

.inner-contact .con-fr {
	width: 31%;
	float: right;

}

.inner-contact .con-fr ul {
	width: 100%;
}

.inner-contact .con-fr ul li {
	background: #f7f7f7;
	border-radius: 10px;
	padding: 50px 65px;
	margin-bottom: 30px;
	width: 100%;
	font-size: 21px;
	color: #696969;
	overflow: hidden;
}

.inner-contact .con-fr h3 {
	font-size: 28px;
	margin-bottom: 10px;
	color: #c50306;
}

.con-dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 50px 0;
}

.con-dl dd {
	width: 60%;
}

.con-dl dt {
	width: 35%;
	margin-left: 5%;
	background: #fff;
}

.con-dl dt img {
	max-width: 99%;
}



#allmap {
	height: 450px;
	border: 0;
	border-radius: 10px;
	margin: 45px 0;
}

.BMap_bubble_title {
	font-size: 15px;
	font-weight: bold;
}



.form-form {
	width: 100%;
	background: #f7f7f7;
	overflow: hidden;
	padding: 55px 45px;
	border-radius: 10px;
	position: relative;
}



.form-form h2 {
	font-size: 28px;
	color: #c50306;
	line-height: 35px;
	margin: 0 1%;
	width: 98%;
}

.form-form ul {
	width: 100%;
	color: #373636;
	margin-top: 50px;
	overflow: hidden;
}

.form-form ul li {
	overflow: hidden;
	float: left;
	margin: 5px 1%;
	position: relative;
}

.form-form ul li.w48 {
	width: 48%;

}

.form-form ul li.w100 {
	width: 98%;
}


.form-form ul li input {
	line-height: 45px;
	width: 100%;
	font-size: 14px;
	padding: 0 10px;
	color: #00417d;
	font-weight: 300;
	background: #fff;
	border: 2px solid #ced4da;
	position: relative;
}



.form-form ul li textarea {
	width: 100%;
	height: 107px;
	padding: 0 10px;
	font-size: 14px;
	background: #ffffff;
	border: 2px solid #ced4da;
	position: relative;
}

.form-form ul li input::placeholder {
	color: #8d8d8d;
}

.form-form ul li textarea::placeholder {
	color: #8d8d8d;
}

.form-form ul li .button {
	width: 37%;
	max-width: 205px;
	display: block;
	margin: 10px auto;
	color: #ffffff;
	border: 0;
	line-height: 30px;
	font-size: 15px;
	border-radius: 3px;
	padding: 8px 15px;
	background: #e1251b;
}


.form-form input::placeholder {
	color: #999999;
}


.qt-pagination {
	width: 94%;
	margin: auto;
	overflow: hidden;
	padding: 30px 0;
	text-align: center;
}

.qt-pagination a {
	background-color: #fff;
	border: 1px solid #dddddd;
	margin: 0 5px;
	font-size: 15px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
}

.qt-pagination .active,
.qt-pagination a:hover {
	background: #ed2935;
	color: #fff;
	border: 1px solid #ed2935;
}



.footer-link {
	width: 100%;
	overflow: hidden;
	background: #ffffff;
	position: relative;
	padding: 45px 0;
}

.footer-linktitle {
	width: 10%;
	float: left;
	color: #be1718;
	display: block;
	text-align: left;
	font-size: 37px;
	font-weight: bold;
}


.footer-linktext {
	width: 88%;
	float: right;
}

.footer-linktext a {
	font-size: 14px;
	display: inline-block;
	margin-right: 10px;
	color: #8c8c8c;
}

.footer {
	width: 100%;
	overflow: hidden;
	background-image: url(../foot-background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.foot-box {
	width: 100%;
	overflow: hidden;
	font-size: 15px;
	padding: 90px 0;
}

.foot-box .section {
	padding: 50px 0;
	overflow: hidden;
}


.foot-menu {
	float: left;
}

.foot-box h3 {
	font-size: 20px;
	color: #333333;
	margin-bottom: 40px;
}

.foot-menu .foot_contlis {
	margin-right: 105px;
	float: left;
}

.foot_contlis .menu-ul {
	overflow: hidden;
	width: 100%;
}


.foot-menu ul li {
	width: 100%;
	font-size: 17px;
	margin: 5px 0;
}


.foot-menu ul li a {
	color: #666666;
}

.foot-menu ul li a:hover {
	color: #c50304;
}

.foot-wx {
	float: right;
	color: #333;
}

.foot-wx .txt {
	width: 100%;
	color: #333333;
	overflow: hidden;
	margin: 0 0 30px 0;
}

.foot-wx .txt p {
	line-height: 35px;
	font-size: 17px;
}

.foot-wx-img {
	width: 100%;
	display: flex;
	align-items: center;
	color: #666666;
	font-size: 17px;
}


.foot-wx-img img {
	margin-right: 6%;
	max-width: 100%;
}



.foot-copyright {
	width: 100%;
	padding: 18px 0;
	overflow: hidden;
	line-height: 25px;
	color: #666666;
	font-size: 16px;
	border-top: 1px solid #d2d2d2;
	text-align: center;
}

.foot-copyright a {
	color: #87888b;
}

.foot-copyright a:hover {
	color: #c50304;
}



@media (max-width:1700px) {
	.top-header .wec {
		font-size: 14px;
	}

	.product-case-tltle h2 {
		font-size: 40px;
	}

	.foot-menu .foot_contlis {
		margin-right: 85px;
	}

	.top-header .header-tel {
		font-size: 17px;
	}

	.logo-txt span {
		font-size: 26px;
	}

	.logo-txt p {
		font-size: 16px;
	}

	.header .menu {
		width: 840px;
	}

	.index-title h2 {
		font-size: 42px;
	}

	.index-title p {
		font-size: 19px;
	}

	.set-title ul li {
		font-size: 19px;
	}

	.product-list-recommend .txt h3 {
		font-size: 31px;
	}

	.product-list-recommend .txt p {
		font-size: 16px;
	}

	.service-swiper-content .txt h3 {
		font-size: 36px;
	}

	.service-swiper-content .txt h4 {
		font-size: 28px;
	}

	.service-swiper-content .txt i {
		font-size: 50px;
	}

	.service-swiper-content .txt p {
		font-size: 18px;
	}

	.service-swiper-content .txt span {
		font-size: 25px;
	}

	.service-icon-box span {
		font-size: 30px;
	}

	.service-icon-img {
		width: 45px;
		margin-right: 15px;
	}

	.index-about .about-left h1 {
		font-size: 32px;
	}

	.index-about .about-left p {
		font-size: 16px;
	}

	.main-more a {
		line-height: 45px;
		font-size: 16px;
	}

	.index-case ul li h2 {
		font-size: 26px;
	}

	.news-top .news-txt h2 {
		font-size: 20px;
	}

	.foot-box {
		padding: 80px 0;
	}

	.foot-box h3 {
		margin-bottom: 30px;
	}

	.foot-copyright {
		font-size: 15px;
	}

	.service-button-next:after,
	.service-button-prev:after {
		font-size: 46px;
	}

	.inner-about .about-left h1 {
		font-size: 48px;
	}

	.inner-about .about-left h2 {
		font-size: 42px;
	}

	.inner-about .about-right {
		font-size: 18px;
	}

	.inner-about .about-left span {
		font-size: 26px;
	}

	.inner-product ul li h2 {
		font-size: 20px;
	}

	.cp-detail-content .cp-de-fl h2 {
		font-size: 35px;
	}

	.cp-detail-content .cp-de-fr h4 {
		font-size: 28px;
	}

	.product-case-tltle h2 {
		font-size: 42px;
	}

	.product-case-tltle p {
		font-size: 18px;
	}

	.news-dl-box dd h3 {
		font-size: 28px;
	}

	.news-dl-box dd span,
	.news-dl-box dd h4,
	.news-dl-box dd i {
		font-size: 18px;
	}

	.inner-news li h4 {
		font-size: 20px;
	}

	.news-detail .news-title h2 {
		font-size: 34px;
	}

	.banner h2 {
		font-size: 32px;
	}

	.class-link a {
		font-size: 17px;
	}

	.header .menu ul li a {
		font-size: 19px;
	}
}


@media (max-width:1540px) {
	.logo-txt span {
		font-size: 24px;
	}

	.foot-menu .foot_contlis {
		margin-right: 65px;
	}

	.logo-txt p {
		font-size: 16px;
	}

	.header .menu ul li a {
		font-size: 18px;
	}

	.header .menu {
		width: 770px;
	}


	.index-title h2 {
		font-size: 38px;
	}

	.index-title p {
		font-size: 18px;
	}

	.set-title ul li {
		font-size: 18px;
	}

	.product-list-recommend .txt h3 {
		font-size: 28px;
	}

	.service-swiper-content .txt h3 {
		font-size: 32px;
	}

	.service-swiper-content .txt h4 {
		font-size: 25px;
	}

	.service-swiper-content .txt i {
		font-size: 45px;
	}

	.service-swiper-content .txt p {
		font-size: 17px;
	}

	.service-swiper-content .txt span {
		font-size: 23px;
	}

	.service-icon-box span {
		font-size: 26px;
	}

	.service-icon-img {
		width: 42px;
		margin-right: 12px;
	}

	.index-about .about-left h1 {
		font-size: 28px;
	}

	.index-about .about-left p {
		font-size: 15px;
	}

	.main-more a {
		line-height: 42px;
		font-size: 16px;
	}

	.index-case ul li h2 {
		font-size: 24px;
	}

	.news-top .news-txt h2 {
		font-size: 18px;
	}

	.foot-box {
		padding: 70px 0;
	}

	.foot-box h3 {
		margin-bottom: 25px;
	}

	.foot-copyright {
		font-size: 15px;
	}

	.service-button-next:after,
	.service-button-prev:after {
		font-size: 42px;
	}

	.inner-about .about-left h1 {
		font-size: 43px;
	}

	.inner-about .about-left h2 {
		font-size: 40px;
	}

	.inner-about .about-right {
		font-size: 17px;
	}

	.inner-about .about-left span {
		font-size: 24px;
	}

	.inner-product ul li h2 {
		font-size: 18px;
	}

	.cp-detail-content .cp-de-fl h2 {
		font-size: 32px;
	}

	.cp-detail-content .cp-de-fr h4 {
		font-size: 25px;
	}

	.product-case-tltle p {
		font-size: 17px;
	}

	.product-case-tltle h2 {
		font-size: 35px;
	}

	.news-dl-box dd h3 {
		font-size: 25px;
	}

	.news-dl-box dd span,
	.news-dl-box dd h4,
	.news-dl-box dd i {
		font-size: 17px;
	}

	.inner-news li h4 {
		font-size: 18px;
	}

	.news-detail .news-title h2 {
		font-size: 30px;
	}

	.banner h2 {
		font-size: 28px;
	}

	.class-link a {
		font-size: 16px;
	}

}

@media (max-width:1450px) {
	.section {
		width: 100%;
		max-width: none;
		margin: auto;
		padding: 0 24px;
	}

	.header .menu {
		width: 670px;
	}

	.service-swiper-content .txt {
		width: 650px;
	}

	.serviceswipercon {
		padding: 0 60px;
	}

	.top-header .header-tel {
		width: 39%;
	}

	.service-icon-box {
		padding: 17px 10px;
	}

	.service-icon-box span {
		font-size: 22px;
	}

	.allnews-title {
		font-size: 35px;
	}

	.inner-contact .con-fr ul li,
	.inner-contact .con-fl {
		padding: 30px 35px;
	}

	.inner-cases ul li .cases-txt {
		padding: 100px 25px 30px 25px;
	}

	.inner-cases ul li .cases-txt h2 {
		font-size: 22px;
	}

}


@media (max-width:1270px) {
	.news-swiper-container {
		display: none;
	}

	.logo-txt span {
		font-size: 20px;
	}

	.logo-txt p {
		font-size: 15px;
	}

	.allnews-title {
		font-size: 31px;
	}

	.foot-menu .foot_contlis {
		margin-right: 45px;
	}

	.service-button-next:after,
	.service-button-prev:after {
		font-size: 35px;
	}
}

@media (max-width:1200px) {
	.service-icon-img {
		width: 40px;
		margin-right: 12px;
	}

	.service-icon-box {
		padding: 12px 8px;
	}

	.service-icon-box::before {
		bottom: -4px;
	}

	.section {
		padding: 0 15px;
	}

	.header .menu {
		width: 600px;
	}

	.index-title h2 {
		font-size: 32px;
	}

	.index-title p {
		font-size: 17px;
	}

	.inner-contact .con-fr ul li {
		padding: 30px 35px;
	}

	.service-icon-img {
		width: 35px;
		margin-right: 8px;
	}

	.service-icon-box span {
		font-size: 20px;
	}

	.index-about .about-left h1 {
		font-size: 25px;
	}
}

@media (max-width:1125px) {
	.index-about .about-left h1 {
		font-size: 22px;
	}

	.top-header {
		display: none;
	}

	.header {
		z-index: 9999;
		background: #fff;
		padding: 5px 0;
	}

	.header .section {
		width: 100%;
	}

	.m_menu {
		display: flex;
	}

	.header .menu {
		position: absolute;
		left: 0;
		top: 73px;
		background: #c60406;
		width: 100%;
		display: none;
		z-index: 999;
	}

	.header .menu ul li {
		width: 100%;
		border-bottom: 1px solid #fff;
	}

	.header .menu ul li a {
		padding: 0;
		display: inline-block;
		line-height: 54px;
		color: #fff;
	}

	.header .menu ul li:nth-child(2):after,
	.header .menu ul li:nth-child(3):after,
	.header .menu ul li:nth-child(4):after {

		content: '';
		display: block;
		position: absolute;
		right: 20px;
		left: auto;
		top: 23px;
		width: 10px;
		height: 6px;
		background-image: url(../menu-span.png);
		background-size: 100%;
		background-repeat: no-repeat;
	}

	.header .menu li .drop ul {
		width: 100%;
		padding: 0;
	}

	.header .menu li .drop {
		position: static;
		width: 100%;
		left: 0;
		margin-left: 00;
	}

	.header .menu li .drop .hide {
		display: none;
	}

	.header .menu li .drop li {
		width: 100%;
		text-align: center;
		box-sizing: border-box;
		border: none;

	}

	.header .menu li .drop li a {
		padding: 0;
		font-size: 16px;
		line-height: 40px;
	}

	.header .logo {
		padding: 5px 0;
	}


	.header .logo img {
		height: 50px;
	}

	.inner-about {
		padding: 70px 0 290px 0;
	}

	.inner-about .about-left,
	.inner-about .about-right {
		width: 100%;
	}

	.class-link a {
		line-height: 45px;
		border-radius: 28px;
		margin-right: 10px;
		padding: 0 40px;
	}

	.service-swiper-content .txt {
		width: 82%;
	}

	.main-more a {
		max-width: 170px;
	}

	.index-case ul li h2 {
		font-size: 20px;
	}

	.foot-box h3 {
		font-size: 19px;
	}

	.foot-menu ul li {
		font-size: 16px;
	}

	.foot-wx .txt p {
		font-size: 16px;
	}

	.product-list-recommend {
		display: none;
	}

	.product-list-ul {
		width: 100%;
		float: none;
	}

	.inner-contact .con-fl,
	.form-form,
	.inner-contact .con-fr ul li {
		padding: 25px 25px;
	}
}

@media (max-width:1000px) {
	.foot-box h3 {
		font-size: 19px;
		margin-bottom: 15px;
	}

	.foot-menu ul li {
		font-size: 16px;
	}

	.foot-wx .txt p {
		font-size: 16px;
	}

	.foot-menu .foot_contlis {
		margin-right: 30px;
	}

	.foot-wx {
		max-width: 246px;
	}

	.set-title ul li {
		font-size: 16px;
	}



	.service-swiper-content .txt h3 {
		font-size: 28px;
		padding-left: 40px;
	}

	.service-swiper-content .txt h4 {
		font-size: 22px;
	}

	.service-swiper-content .txt i {
		font-size: 36px;
		padding: 0 16px 0 22px;
	}

	.service-swiper-content .txt p {
		font-size: 16px;
	}

	.service-swiper-content .txt span {
		font-size: 19px;
	}

	.service-icon-box span {
		font-size: 18px;
	}

	.service-icon-img {
		width: 28px;
		margin-right: 8px;
	}

	.inner-about .about-left h1 {
		font-size: 38px;
	}

	.inner-about .about-left h2 {
		font-size: 35px;
	}

	.inner-about .about-right {
		font-size: 16px;
		line-height: 38px;
	}

	.inner-about .about-left span {
		font-size: 21px;
	}

	.inner-about {
		padding: 70px 0 200px 0;
	}

	.class-link a {
		line-height: 40px;
		border-radius: 28px;
		margin-right: 10px;
		padding: 0 25px;
	}
}

/*banner媒体查询*/
@media (max-width:870px) {

	.product-case-tltle h2 {
		font-size: 28px;
	}

	.index-title h2 {
		font-size: 28px;
	}

	.index-title p {
		font-size: 16px;
	}


	.foot-box {
		padding: 40px 0;
	}

	.foot-menu {
		width: 100%;
		float: none;
		overflow: hidden;
		margin-bottom: 20px;
	}

	.foot-menu .foot_contlis {
		max-width: 100%;
	}

	.foot-menu .foot_contlis {
		width: 100%;
	}

	.foot-menu .foot_contlis ul {
		display: none;
		background: #eee;
		padding: 10px;
	}

	.foot-menu h3 {
		line-height: 45px;
		margin: 0;
		font-size: 16px;
		border-bottom: 1px solid #bbb;
		position: relative;
	}

	.fold h3::after {
		background: url(../sanjiao.png) !important;
	}

	.foot_contlis h3::after {
		content: '';
		display: block;
		width: 12px;
		height: 11px;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -4px;
		background: url(../sanjiao-h.png);
	}

	.foot-menu ul li a {
		color: #333;
	}

	.foot_contlis.active ul {
		display: block !important;
	}

	.foot-wx {
		max-width: 100%;
		margin: auto;
		overflow: hidden;
		float: none;
		text-align: center;
	}

	.foot-wx-img img {
		margin: 10px auto;
	}

	.foot-wx-img {
		font-size: 15px;
		display: block;
	}

	.foot-wx .txt p {
		line-height: 30px;
	}

	.foot-copyright {
		font-size: 14px;
		text-align: center;
	}

	.foot-copyright a.fr {
		float: none;
	}

	.index-about .about-left {
		width: 100%;
	}

	.about-swiper-box {
		position: static;
		width: 100%;
		padding: 30px 15px;
	}

	.index-about .about-right {
		display: none;
	}

	.about-swiper-box .about-swiper-box-span {
		padding: 8px 20px;
		font-size: 17px;
	}

	.class-link {
		bottom: 22%;
	}
}


@media (max-width:768px) {

	.service-swiper-content .txt {
		padding: 35px 17px 35px 45px;
	}

	.service-swiper-content .txt i {
		font-size: 28px;
		top: 33px;
		padding: 0 16px 0 13px;
	}

	.service-swiper-content .txt h3 {
		font-size: 24px;
		padding-left: 40px;
	}

	.service-swiper-content .txt h4 {
		font-size: 19px;
		margin: 15px 0 10px 0;
	}

	.banner {
		margin-bottom: 15px;
	}

	.class-link {
		position: static;
	}

	.serviceswipercon {
		padding: 0 50px;
	}

	.service-button-next:after,
	.service-button-prev:after {
		font-size: 24px;
	}

}

@media (max-width:658px) {
	.section {
		padding: 0 12px;
	}

	.serviceswipercon {
		padding: 0 25px;
	}

	.service-button-prev {
		left: -21px;
	}

	.service-button-next {
		right: -21px;
	}

	.service-icon-img {
		width: 24px;
		margin-right: 4px;
	}

	.service-icon-box {
		padding: 8px 4px;
	}

	.service-icon-box span {
		font-size: 16px;
	}

	.service-swiper-content {
		border-radius: 8px;
	}

	.service-swiper-content .txt i {
		font-size: 24px;
		top: 16px;
		padding: 0 16px 0 13px;
	}

	.service-swiper-content .txt h3 {
		font-size: 20px;
		padding-left: 0;
	}

	.service-swiper-content .txt h4 {
		font-size: 18px;
		margin: 8px 0 5px 0;
	}

	.service-swiper-content .txt p {
		font-size: 15px;
		margin-bottom: 20px;
	}

	.service-swiper-content .txt span {
		padding-left: 36px;
		font-size: 15px;
	}

	.service-swiper-content .txt span::before {
		width: 30px;
		height: 25px;
		margin-top: -12.5px;
	}

	.service-swiper-content .txt {
		padding: 60px 15px 35px 15px;
	}

	.inner-contact .con-fl {
		width: 100%;
	}

	.inner-contact .con-fr {
		display: none;
	}

	.news-swiper-container {
		display: none;
	}

	.product-list-ul ul li,
	.index-case ul li {
		width: 48%;
	}

	.set-title ul li {
		line-height: 34px;
		font-size: 15px;
	}

	.logo-txt span {
		font-size: 18px;
	}

	.logo-txt p {
		font-size: 14px;
	}

	.service-swiper-content .txt {
		position: static;
		width: 100%;
	}

	.service-swiper-content img {
		display: none;
	}

	.set-title ul {
		text-align: left;
	}

	.set-title ul li {
		display: block;
		float: left;
		width: 31.333%;
		margin: 5px 1%;
	}

	.foot-box {
		padding: 20px 0;
	}

	.foot-wx .txt p {
		line-height: 25px;
		font-size: 14px;
	}

	.footer-linktitle {
		width: 100%;
		font-size: 22px;
	}

	.index-title {
		margin-bottom: 25px;
	}

	.index-title h2 {
		font-size: 22px;
	}

	.index-title p {
		font-size: 14px;
		padding: 0 30px;
	}

	.product-list-ul ul li h2 {
		font-size: 15px;
		padding: 10px 10px;
	}

	.footer-link {
		padding: 25px 0;
	}

	.index-about .about-left p {
		line-height: 28px;
		padding: 5px 0 15px 0;
	}

	.index-about .about-left h1 {
		font-size: 19px;
		text-align: center;
	}

	.about-swiper-box {
		padding: 10px 10px;
	}

	.about-swiper-box .about-swiper-box-span {
		padding: 5px 20px;
		font-size: 16px;
		margin-bottom: 10px;
	}

	.main-more a {
		max-width: 146px;
		line-height: 35px;
	}

	.index-case ul li {
		border-radius: 9px;
		margin: 10px 1%;
	}

	.news-top li {
		width: 48%;
		border-radius: 10px;
		padding: 5px 5px;
	}

	.news-top .news-txt h2 {
		font-size: 17px;
	}

	.index-partner ul li {
		width: 31%;
		margin: 5px 1%;
		padding: 10px 5px;
	}

	.news-top .news-txt p {
		font-size: 14px;
		line-height: 21px;
		margin: 7px 0;
	}

	.news-top .news-txt span {
		font-size: 14px;
	}

	.news-top .news-txt {
		padding: 10px 0;
	}

	.news-top li:nth-child(3) {
		display: none;
	}

	.service-button-next:after,
	.service-button-prev:after {
		font-size: 22px;
	}

	.index-product,
	.index-service,
	.index-about,
	.index-case,
	.index-news,
	.index-partner,
	.inner-product,
	.cp-detail-content,
	.inner-news,
	.news-detail,
	.inner-contact {
		padding: 30px 0;
	}

	.news-detail .box {
		padding: 0 12px;
	}

	.news-detail .news-intro {
		font-size: 15px;
		line-height: 30px;
		overflow: hidden;
		padding: 30px 10px;
	}

	.inner-contact .con-fl,
	.form-form {
		padding: 10px 10px;
	}

	.form-form ul {
		margin-top: 30px;
	}

	.inner-contact .con-fl p {
		font-size: 16px;
		line-height: 26px;
	}

	.form-form ul li.w48 {
		width: 98%;
		margin: 5px 1%;
	}

	.form-form ul li input {
		line-height: 40px;
	}

	.inner-contact .con-fl span {
		font-size: 15px;
		line-height: 26px;
	}

	#allmap {
		height: 280px;
		border: 0;
		border-radius: 5px;
		margin: 25px 0;
	}

	.news-detail .news-title h2 {
		font-size: 22px;
	}

	.allnews-title {
		font-size: 24px;
		margin: 20px 0 15px 0;
	}

	.banner h2 {
		font-size: 20px;
	}

	.banner {
		border-bottom: 2px solid #ff0000;
	}

	.product-case-tltle p {
		width: 90%;
	}

	.product-case-tltle {
		padding-bottom: 30px;
	}

	.class-link a {
		background: #e8e8e8;
		line-height: 36px;
		border-radius: 28px;
		margin-right: 10px;
		margin-bottom: 10px;
		padding: 0 15px;
	}

	.inner-about .about-left h1 {
		font-size: 22px;
	}

	.inner-about .about-left h2 {
		font-size: 24px;
		margin-top: -37px;
	}

	.inner-about .about-left span {
		font-size: 18px;
	}

	.inner-about .about-right {
		font-size: 15px;
		line-height: 28px;
	}

	.inner-product ul li,
	.inner-cases ul li,
	.inner-news ul li {
		width: 48%;
		margin: 10px 1%;
	}

	.inner-news ul li {
		padding: 4px 4px;
	}

	.inner-news li h4 {
		font-size: 15px;
		margin: 10px 0 15px 0;
	}

	.inner-news li .bom {
		padding: 10px 0;
	}

	.bom img {
		height: 20px;
	}

	.inner-news li .bom span {
		font-size: 14px;
	}

	.qt-pagination a {
		font-size: 14px;
		width: 32px;
		height: 32px;
		line-height: 32px;
	}

	.inner-cases ul li .cases-txt {
		padding: 100px 8px 15px 8px;
	}

	.inner-cases ul li .cases-txt span {
		font-size: 14px;
		padding: 4px 18px 4px 15px;
	}


	.inner-cases ul li .cases-txt h2 {
		font-size: 18px;
		margin-bottom: 9px;
	}

	.inner-product ul li h2 {
		font-size: 16px;
		padding: 10px 0;
		line-height: 30px;
	}

	.cp-detail-content .cp-de-fl {
		width: 100%;
	}

	.cp-detail-content .cp-de-fr {
		display: none;
	}


	.cp-detail-content .cp-de-fl h2 {
		font-size: 24px;
	}

	.up-down {
		padding: 10px 0;
		margin-top: 20px;
	}

	.up-down ul li {
		width: 100%;
		font-size: 15px;
	}
}

@media (max-width:428px) {
	.header .logo {
		padding: 7.5px 0;
	}

	.header .logo img {
		height: 45px;
	}

	.logo-txt span {
		font-size: 16px;
	}

	.logo-txt p {
		font-size: 12px;
	}

	.header .menu {
		top: 70px;
	}

	.foot-wx-img img {
		max-width: 100px;
		margin: 10px auto;
	}

	.foot-copyright {
		font-size: 13px;
		line-height: 20px;
	}
}