/* CSS Reset */
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,400,500,600,700,800|Nunito:300,400,600,700,800");

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
textarea,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img,
button {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: '微软雅黑', 'Poppins', sans-serif;
	font-style: normal;
}

body {
	font-size: 16px;
	line-height: 28px;
	position: relative;
	*overflow-x: hidden;
	color: #000;
	margin: 0 auto;
}

table {}

ol,
ul,
li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

input,
textarea {
	outline: none;
}


blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #ed1924;
	text-decoration: none;
}

a:active {
	color: #000;
}

a:focus {
	outline: 0px dotted;
}

a:focus,
input:focus {
	-moz-outline-style: none;
}

::selection {
	background: #ed1924;
	color: #fff;
}

::-moz-selection {
	background: #ed1924;
	color: #fff;
}

::-webkit-selection {
	background: #ed1924;
	color: #fff;
}

.wrap {
	margin: 0 15%;
}

.w1200 {
	margin: 0 auto;
	padding: 0px;
	position: relative;
	width: 1200px;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}

.head {
	height: 90px;
	z-index: 2000;
}

.head.head-black {
	background: #fff;
}

.head-infos {
	height: 100%;
}

.head:after {}

.head:hover {
	background: #fff;
}

.head.shrink {
	height: 70px;
	background: #fff;
}

.head.shrink .logo {
	top: 24px;
}

.head.shrink .logo img {
	height: 22px;
}

.head.shrink .menu ul li ul li a {
	line-height: 20px;
}

.head.shrink .menu ul li .drop-menu {
	top: 70px;
}

.head.shrink .head-lang,
.head.shrink .menu ul li {
	line-height: 70px;
}

.head.shrink .head-search {
	top: 20px;
}

.head.shrink .search {
	height: 70px;
	line-height: 70px;
}

.head.shrink:hover {
	background: #000;
}


.logo {
	position: absolute;
	left: 90px;
	top: 20px;
	z-index: 2;
}

.logo img {
	height: 50px;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.head-lang {
	position: absolute;
	right: 90px;
	top: 0px;
	line-height: 90px;
	color: #fff;
	font-size: 16px;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.head-lang a i {
	padding-right: 10px;
}

.head-lang a {
	color: #fff;
}

.head-search {
	position: absolute;
	right: 425px;
	top: 30px;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.head-search a {
	cursor: pointer;
	font-size: 18px;
	color: #000;
}

.search {
	position: fixed;
	left: 0px;
	top: 0px;
	text-align: center;
	background: rgba(0, 0, 0, .8);
	height: 100%;
	width: 100%;
	z-index: 3000;
	display: none;
}

.search-tab {
	position: absolute;
	left: 50%;
	margin-left: -155px;
	margin-top: -30px;
	top: 50%;
	display: flex;
	width: 310px;
	background: #fff;
	border-radius: 10px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	box-shadow: #000 0px 0px 20px;
}

.search .search-txt {
	margin-left: 15px;
}

.search .search-txt input {
	border: none;
	height: 30px;
	line-height: 30px;
	width: 240px;
}

.search .search-btn {
	width: 30px;
	height: 60px;
	margin-left: 15px;
	position: relative;
	color: #fff;
}

.search .search-btn i {
	font-size: 22px;
	cursor: pointer;
	width: 30px;
	color: #000;
}

.search .search-btn i:before {
	position: absolute;
	left: 0px;
	top: 0px;
}

.search_close {
	font-size: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 115px;
	margin-top: -70px;
	color: #fff;
	cursor: pointer;
	z-index: 100;
}

.search_close:hover {
	color: #ed1924;
}

.head-tel {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 50px;
	color: #ed1924;
	padding: 20px 30px;
	display: flex;
}

.head-tel p {
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	margin: 0px 25px;
	font-weight: bold;
	position: relative;
}

.head-tel p span {
	display: block;
	color: #666;
	font-weight: normal;
}

.head-tel i {
	display: block;
	position: absolute;
	left: -20px;
	top: 25px;
	font-weight: normal;
}


.menu {
	text-align: center;
}

.menu ul {
	display: inline-block;
}

.menu ul li {
	float: left;
	line-height: 90px;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
}


.menu ul li a {
	display: block;
	position: relative;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	z-index: 2;
	margin: 0px 30px;
}

.menu ul li a:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 0%;
	height: 2px;
	background-color: #ed1924;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
}

.menu ul li.hover a:after {
	width: 20px;
	left: calc(50% - 10px);
}

.menu ul li.hover a {
	color: #ed1924;
}

.menu ul li.hover ul li a {
	color: #000;
}

.menu ul li a:hover {
	color: #ed1924;
}


.menu ul li ul {
	display: none;
	position: absolute;
	left: 0px;
	top: 90px;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	z-index: 1000;
	height: 70px;
}

.menu ul li ul li {
	float: left;
	position: relative;
	line-height: 70px;
	margin-left: 30px;
	margin-right: 20px;
}


.menu ul li ul li a {
	line-height: 70px;
	color: #000;
	display: block;
	font-weight: normal;
	font-size: 16px;
	margin:0px;
}

.menu ul li ul li a:hover {
	color: #ed1924;
}

.menu ul li ul li a:after {
	display: none;
}


.pmenu {
	display: none;
}

.menu ul li ul.menu-pro {
	display: flex;
	justify-content: space-between;
}

.menu ul li ul.menu-pro li {
	margin-left: 15px;
}

.menu ul li ul.menu-pro li h4 {
	font-size: 18px;
	margin-top: 10px;
	font-weight: bold;
}

.menu ul li ul.menu-pro li img {
	width: 140px;
	height: 140px;
}

.menu ul li ul.menu-pro li a:hover {
	background: none;
}

.menu ul li ul.menu-pro li p {
	line-height: 20px;
	text-align: left;
}

.menu ul li ul.menu-pro li p a {
	line-height: 20px;
	font-size: 16px;
	padding: 6px 0px;
	color: #000;
}

.menu ul li ul.menu-pro li p a:hover {
	color: #ed1924;
}

.menu ul li ul.menu-pro li .menu-class a img {
	transition: 0.8s all;
	-webkit-transition: 0.8s all;
	-o-transition: 0.8s all;
	-moz-transition: 0.8s all;
	-ms-transition: 0.8s all;
}

.menu ul li ul.menu-pro li .menu-class a:hover img {
	transform: scale(0.95, 0.95);
}

.tit {
	position: relative;
}

.tit h4 {
	font-size: 32px;
	color: #ed1924;
	display: block;
}

.tit span ,.tit p{
	display: block;
	color: #999;
	font-size: 18px;
	padding-top: 15px;
	text-transform: uppercase;
	font-family: 'Poppins';
}

.tit span i,.tit p em {
	padding-right: 10px;
	color: #f13f48;
}



.more {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.more a {
	height: 46px;
	line-height: 46px;
	border: 3px solid #ed1924;
	padding-left: 50px;
	padding-right: 30px;
	border-radius: 30px;
	color: #ed1924;
	display: inline-block;
	position: relative;
	font-size: 14px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
}

.more a i {
	position: absolute;
	content: "";
	left: 30px;
	top: 0px;
	font-size: 16px;
	color: #ed1924;
}

.more a:hover {
	color: #fff;
	border: 3px solid #fb7f85;
	background-color: #ed1924;
}

.more a:hover i {
	color: #fff;
}


.banner {
	position: relative;
	width: 100%;
}

#glume {
	width: 100%;
	position: relative;
	background-color: #f3f3f3;
}

#glume .Limg {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#glume .Limg li {
	list-style: none;
}

#glume .Limg li img {
	width: 100%;
	display: block;
}

#glume .Limg li .pic {
	height: 100vh;
	width: 100%;
	background-position: center center;
	background-size: cover;
}

#glume .Limg li.active .pic {
	animation-name: fd;
	animation-duration: 3s;
}

.banner .banner-txt {
	position: absolute;
	left: 0px;
	top: calc(50% - 100px);
	width: 100%;
	text-align: center;
}

#glume .Limg li h2,
#glume .Limg li h4,
#glume .Limg li p {
	text-align: center;
	display: block;
}

#glume .Limg li h2 {
	color: #ed1924;
	font-size: 5vw;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: 10px;
	display: inline-block;
	animation: fadeUp 1s ease-out forwards, bounce1 1.2s ease-in-out 1.2s forwards;
}

#glume .Limg li h4 {
	color: #000;
	font-size: 2vw;
	font-weight: bold;
	line-height: 1em;
	margin-top: 50px;
	animation: fadeUp 1.6s ease-out forwards;
}

#glume .Limg li h4 span {
	padding: 0px 15px;
}

#glume .Limg li p {
	color: #666;
	font-size: 1vw;
	margin-top: 30px;
	animation: fadeUp 1.6s ease-out forwards;
}

@keyframes fadeUp {
	0% {
		transform: translateY(3vw);
		opacity: 0;
	}

	100% {
		transform: translateY(0vh);
		opacity: 1;
	}
}

@keyframes bounce1 {

	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.06);
	}
}


.container {
	width: 100%;
	overflow: hidden;
}

/**********首页********/


.index {}

.index-about {
	margin: 4vw 15vw 100px 15%;
	display: flex;
}

.i-about-imgs {
	width: 50%;
	height: 25vw;
	overflow: hidden;
	position: relative;
}

.i-about-img {
	display: flex;
	height: 25vw;
	justify-content: center;

}

.i-about-img img {
	width: 100%;
}

.i-about-imgs .slick-list {
	overflow: hidden;
}

.i-about-imgs .i-about-info {
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.i-about-imgs .swiper-button-next {
	position: absolute;
	top: auto;
	left: auto;
	right: 50px;
	bottom: 50px;
	height: 44px;
	width: 44px;
	overflow: hidden;
	opacity: 1;
	transition: all 0.3s ease;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
}

.i-about-imgs .swiper-button-prev {
	position: absolute;
	top: auto;
	left: auto;
	right: 115px;
	bottom: 50px;
	height: 44px;
	width: 44px;
	overflow: hidden;
	opacity: 1;
	transition: all 0.3s ease;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
}

.i-about-imgs .swiper-button-prev:before,
.i-about-imgs .swiper-button-next:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 3px solid #fff;
}

.i-about-imgs .swiper-button-prev:after {
	font-size: 24px;
	font-family: "iconfont" !important;
	content: "\e601";
	color: #fff;
}

.i-about-imgs .swiper-button-next:after {
	font-size: 24px;
	font-family: "iconfont" !important;
	content: "\ea32";
	color: #fff;
}

.i-about-imgs .swiper-button-prev:hover:before,
.i-about-imgs .swiper-button-next:hover:before {
	border: 3px solid #ed1924;
}

.i-about-imgs .swiper-button-prev:hover:after,
.i-about-imgs .swiper-button-next:hover:after {
	color: #ed1924;
}


.i-about-infos {
	width: calc(50% - 3vw);
	padding-left: 3vw;
	padding-top: 1vw;
}

.i-about-con {
	margin-top: 1vw;
}
.i-about-con p{
	padding:0.5vw 0;
	text-align: justify;
	color: #666;
	font-size: 16px;
	line-height: 32px;
}
.i-about-con p:nth-child(2){
	font-family: 'Poppins', Courier, monospace;
}

.i-about-items {
	margin-top: 40px;
	font-size: 18px;
	display: flex;
	gap: 60px;

}

.i-about-items a {
	display: block;
	color: #666;
	border: 3px solid #fff;
	padding: 13px 26px;
	border-radius: 40px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
}

.i-about-items a i {
	color: #ed1924;
	font-size: 24px;
	padding-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.i-about-items a:hover {
	color: #ed1924;
	border: 3px solid #ed1924;
}

.index-cert{
	/* background-color: #f3f7fb; */
	padding:0 15vw 100px 15%;
}
.index-cert-tit {
	text-align: center;
}
.index-cert-tit h4{
	font-size: 1.4vw;
	color: #ed1924;
}
.index-cert-tit span{
	font-size: 18px;
	color: #999;
	display: block;
	padding-top: 15px;
}
.index-cert-list{
	padding-top: 2vw;
}
.index-cert-list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-evenly;
}
.index-cert-list ul li{
}
.index-cert-list ul li img{
	height: 180px;
	border: 1px solid #eee;
	box-shadow: 0px 0px 20px #ddd;
}
.index-cert-list1{
	padding-top: 1vw;
}
.index-cert-list1 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-evenly;
}
.index-cert-list1 ul li{
}
.index-cert-list1 ul li img{
	height: 140px;
}

.index-service {
	background: #f6f6f6;
	padding: 4vw 15vw 3vw 15vw;
	background-image: url(../images/case_bg.jpg);
	background-size: cover;
	background-position: center bottom;
}

.index-service .tit {
	text-align: center;
}

.i-service-more {
	position: relative;
	text-align: center;
}

.i-service-more .more {
	position: relative;
	display: inline-block;
	padding-top: 2vw;
}

.i-service-more .more a {
	border: 3px solid #ed1924;
	color: #ed1924;
}

.i-service-more .more a:hover {
	color: #fff;
}

.i-service-list {
	margin-top: 40px;
}

.i-service-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}

.i-service-list ul li {
	width: calc(25% - 18px);
	text-align: center;
	transition: all 0.3s ease;
	background: #fff;
	box-shadow: #ddd 0px 0px 20px;
}

.i-service-list ul li .service-img {
	height: 12vw;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.i-service-list ul li.active {
	transition: all 0.3s ease;
}

.i-service-list ul li img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
}

.i-service-list ul li h4 {
	font-size: 22px;
	display: block;
	margin-top:30px;
}

.i-service-list ul li span {
	padding: 0 30px;
	display: block;
	font-size: 16px;
	text-align: justify;
	text-align: left;
	color: #666;
	padding-bottom: 30px;
	margin-top: 20px;
	line-height: 30px;
}

.i-service-list ul li:hover {
	background-color: #ed1924;
}

.i-service-list ul li:hover h4,
.i-service-list ul li:hover span {
	color: #fff;
}

.i-service-list ul li:hover img {
	transform: scale(1.08, 1.08);
}


/**********案例********/
.index-case {
	padding-top: 80px;
	padding: 100px 15%;
}

.i-case-list {
	margin-top: 40px;
	display: flex;
	gap:30px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.i-case-list .i-case-info {
	width: calc(25% - 23px);
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.i-case-list .i-case-img {
	width: 100%;
	overflow: hidden;
}

.i-case-list .i-case-img img {
	width: 100%;
	height: auto;
}
.i-case-list a {
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
}

.i-case-tit {
	font-size: 20px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}



/**********customer********/
.index-customer {
	padding: 100px 15%;
	background: #f6f6f6;
	background-image: url(../images/cus_bg.png);
	background-position: center bottom;
	background-size: 100%;
	background-repeat: no-repeat;
}

.i-customer-list {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.i-customer-info {
	width: calc(33.33% - 30px);
	background: #fff;
}

.i-customer-img {
	width: 100%;
	overflow: hidden;
}
.i-customer-img img{
	width: 100%;
	height: auto;
}

.i-customer-list a .i-customer-img img {
	width: 100%;
	height: auto;
	transition: 0.8s all;
	-webkit-transition: 0.8s all;
	-o-transition: 0.8s all;
	-moz-transition: 0.8s all;
	-ms-transition: 0.8s all;
}

.i-customer-list a:hover .i-customer-img img {
	transform: scale(1.08, 1.08);
}

.i-customer-list a {
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
}

.i-customer-txt {
	padding: 20px 30px;
}

.i-customer-tit {
	font-weight: bold;
	font-size: 18px;
}

.i-customer-small {
	color: #999;
	margin-top: 5px;
}



/**********news********/
.index-news {
	padding: 100px 15%;
}

.i-news-list {
	margin-top: 40px;
}

.i-news-list {
	position: relative;
}

.i-news-list .slick-list {
	overflow: hidden;
}

.i-news-list .i-news-info {
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.i-news-list .i-news-info:hover {
	box-shadow: #eee 0px 0px 20px;
}

.i-news-list .i-news-img {
	width: 100%;
	overflow: hidden;
}

.i-news-list .i-news-img a img {
	width: 100%;
	height: auto;
	transition: 0.8s all;
	-webkit-transition: 0.8s all;
	-o-transition: 0.8s all;
	-moz-transition: 0.8s all;
	-ms-transition: 0.8s all;
	display: block;
}

.i-news-list .i-news-img a:hover img {
	transform: scale(1.08, 1.08);
}

.i-news-list a {
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
}

.i-news-list .i-news-txt {
	padding: 30px;
	border: 1px solid #eee;
}

.i-news-class {}

.i-news-class a {
	color: #ed1924;
	font-size: 16px;
}

.i-news-class a:hover {
	color: #ed1924;
	text-decoration: underline;
}

.i-news-tit {
	font-size: 18px;
	font-weight: bold;
}

.i-news-small {
	margin-top: 15px;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	color: #999;
}

.i-news-more {
	padding-top: 25px;
}

.i-news-more i {
	color: #ed1924;
	padding-right: 5px;
}

.i-news-more a {
	color: #ed1924;
}

.i-news-more a:hover {
	color: #ed1924;
}

.i-news-list .swiper-button-next {
	position: absolute;
	right: -75px;
	top: 170px;
	height: 50px;
	width: 50px;
	overflow: hidden;
	opacity: .4;
	transition: all 0.3s ease;
}

.i-news-list .swiper-button-prev {
	position: absolute;
	left: -75px;
	top: 170px;
	height: 50px;
	width: 50px;
	overflow: hidden;
	opacity: .4;
	transition: all 0.3s ease;
}

.i-news-list .swiper-button-prev:after {
	font-size: 50px;
	font-family: "iconfont" !important;
	content: "\e601";
	color: #666;
}

.i-news-list .swiper-button-next:after {
	font-size: 50px;
	font-family: "iconfont" !important;
	content: "\ea32";
	color: #666;
}

.i-news-list .swiper-button-prev:hover,
.i-news-list .swiper-button-next:hover {
	opacity: 1;
}


.i-ad {
	background-image: url(../images/zs_bg.jpg);
	background-size: cover;
	height: 460px;
	text-align: center;
}

.i-ad h4 {
	padding-top: 180px;
	font-size: 30px;
	letter-spacing: 5px;
}

.i-ad-more {
	padding-top: 30px;
}

.i-ad-more a {
	height: 50px;
	line-height: 50px;
	border: 3px solid #ed1924;
	padding-left: 60px;
	padding-right: 30px;
	border-radius: 30px;
	color: #ed1924;
	display: inline-block;
	position: relative;
	font-size: 16px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	-moz-transition: 0.3s all;
}

.i-ad-more a i {
	position: absolute;
	content: "";
	left: 36px;
	top: 0px;
	font-size: 16px;
	color: #ed1924;
}

.i-ad-more a:hover {
	color: #fff;
	border: 3px solid #fb7f85;
	background-color: #ed1924;
}

.i-ad-more a:hover i {
	color: #fff;
}




.foot {
	background: #2f2f2f url(../images/foot_bg.jpg) no-repeat center center;
	overflow: hidden;
	color: #96989a;
}

.foot a {
	color: #96989a;
}

.foot a:hover {
	color: #fff;
}

.foot-wrap {
	margin: 0 20%;
	padding: 100px 0px;
}

.foot-tit {
	font-size: 26px;
	text-align: center;
	color: #fff;
}

.foot-tit span {
	display: block;
	font-size: 18px;
	color: #666;
	padding-top: 10px;
}

.foot-infos {
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
	justify-content: space-between;
}

.foot-infos .foot-infos-item h4 {
	display: block;
	padding-bottom: 20px;
	font-size: 18px;
	color: #fff;
}

.item-info {
	display: flex;
}

.item-info .item-img {
	width: 100px;
	margin-right: 30px;
	margin-top: 5px;
}

.item-info .item-img img {
	width: 100%;
	height: auto;
	text-align: center;
}
.item-info .item-img span{
	display: block;
	text-align: center;
}

.item-contact {
	font-size: 16px;
}

.foot-bot {
	text-align: center;
	font-size: 16px;
	padding: 30px 0px;
	border-top: 1px solid #3d3939;
}



.paging {
	padding-bottom: 40px;
}

.paging .pagination {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}

.paging ul li {
	display: inline-block;
	margin-right: 5px;
}

.paging ul span {
	display: block;
	height: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
}

.paging ul li.disabled {
	background: #eee;
	color: #999;
	border: 1px solid #eee;
}

.paging ul li.active {
	background: #ed1924;
	color: #fff;
	border: 1px solid #ed1924;
}

.paging ul li a {
	display: block;
	border: 1px solid #ddd;
}
@media only screen and (max-width: 1920px){
	.wrap{margin:0 10%;}
	.index-about{
		margin: 100px 10%;
	}
	.index-service,.index-case ,.index-customer,.index-news{
		padding: 100px 10%;

	}
	.foot-wrap{
		margin:0 12%;
	}
	body{
		font-size: 14px;
	}
	
	.menu ul li a{ margin:0 20px;font-size: 16px;}
	.i-about-con p{ font-size: 14px;}
	.i-about-items{ font-size: 16px; gap:50px;}
	.i-service-list ul li h4,.i-case-tit{ font-size: 18px;}
	.i-customer-tit{ font-size: 16px;}
	.more a{ font-size: 14px;}
	.i-service-list ul li span{ font-size: 14px;}
	.i-news-tit{ font-size: 14px;}
	.i-news-small{ font-size: 14px; line-height: 26px; height: 72px;}
	.item-contact,.foot-bot{ font-size: 14px;}
	#glume .Limg li h2{ font-size: 80px;}
	#glume .Limg li h4{ font-size: 40px;}
	.news-show-tit{ font-size: 30px;}
	
	.i-about-items { font-size: 16px;}
}
@media only screen and (max-width: 1840px){
	
	.logo{left:40px;}
	.head-tel{ padding: 20px 0px;}
}
@media only screen and (max-width: 1600px){
	.menu {text-align: right;}
	.head-tel{ display: none;}
}
@media only screen and (max-width: 1440px){
	
	.head,.head.shrink{ position:fixed; height:60px; background:#fff;z-index:30; width: 100%;}
	.head-infos .menu,.head-infos .head-tel{ display: none;}
	.logo{ position:absolute; left:20px; top:20px;z-index:30;}
	.head.shrink .logo{ top:21px;}
	.logo img,.head.shrink .logo img{ height:26px;}
	.menu{ display:none;}
	.head.shrink .head-search{ top:15px;}
	.head-lang{ line-height:60px; font-size:16px; right:60px;}
	.head-search{ top:15px; right:165px; font-weight:bold;}
	.head-search a{ font-size:18px;}
	.head-search:after{ display:none;}
	.head.shrink .head-lang, .head.shrink .menu ul li{ height:60px; line-height:60px;}
	
	
	.pmenu{ display:block;  position:fixed; left:100%; top:60px; z-index:200; width:100%; height:calc(100vh - 60px); overflow: hidden;overflow-y: scroll;overflow-x: hidden; background: #fff;transition: 0.3s all;-webkit-transition: 0.3s all;-o-transition: 0.3s all;-moz-transition: 0.3s all;-ms-transition: 0.3s all;}
	.pmenu nav{ padding:20px;}
	.pmenu ul li { position:relative; text-align: center;}
	.pmenu ul li a{ font-weight:bold; display:block; line-height:45px; font-size: 16px; color:#262626;}
	.pmenu ul li i{ position:absolute; right:0px; top:16px; color:#666; font-weight:bold; font-size:24px;transform: rotate(-90deg);}
	.pmenu ul li i.active{transform: rotate(0deg);}
	.pmenu ul li ul{ padding-bottom:15px;}
	.pmenu ul li ul li{ border-bottom:0px;}
	.pmenu ul li ul.menu-pro{ }
	.pmenu ul li.active ul.menu-pro{ display:flex; flex-wrap:wrap; gap:10px;}
	.pmenu ul li.active ul{ display:block;}
	.pmenu ul li ul.menu-pro li{ width:calc(33.33% - 7px);}
	.pmenu ul li ul li a{ font-weight:normal; margin-right:0px; font-size: 16px; line-height:24px;}
	.pmenu ul li ul li ul{ display:block;}
	.pmenu ul li ul li ul li a{ margin-left:40px; color:#666;line-height:30px;}
	.pmenu ul li ul.menu-pro li .menu-class{ }
	.pmenu ul li ul.menu-pro li .menu-class h4{ font-size:16px; font-weight:bold; text-align:left;}
	.pmenu ul li ul.menu-pro li .menu-class img{ width:60%; max-width:140px;}
	
	.hide-body{ height:0; overflow:hidden;}
	.show_menu{ z-index:300; position:absolute; top:22px; right:20px; height:16px; width:20px; cursor:pointer; z-index:10;}
	.show_menu:before,.show_menu:after,.show_menu span{position:absolute; cursor:pointer;width:20px; height:1px; background:#000;transition: 0.3s all;-webkit-transition: 0.3s all;-o-transition: 0.3s all;-moz-transition: 0.3s all;-ms-transition: 0.3s all;}
	.show_menu:before{ content:"";left:0px; top:0px;}
	.show_menu:after{ content:"";left:0px; bottom:0px;}
	.show_menu span{left:0px; top:7px;display:inline-block;}
	.hide-body .show_menu:before{ top:8px; -webkit-transform: rotate(45deg);transform: rotate(45deg);}
	.hide-body .show_menu:after{ bottom:7px; -webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
	.hide-body .show_menu span{ display:none;}
	.hide-body .pmenu { left:0px;}
	
	.banner{
		padding-top: 60px;
	}
	
}

@media only screen and (max-width: 1660px){
	.wrap{margin:0 6%;}
	.index-about{
		margin: 80px 6%;
	}
	.index-service,.index-case ,.index-customer,.index-news{
		padding: 80px 6%;

	}
	.foot-wrap{
		margin:0 8%;
	}
}

@media only screen and (max-width: 1200px){
	.i-service-list ul li{
		width:100%;
		margin-bottom: 15px;
	}
	.i-service-list ul li .service-img{
		height: 200px;
	}
	.i-service-list ul li h4{
		font-size: 16px;
		padding:0px 10px;
		font-weight: bold;
	}
	.i-service-list ul li span{
		font-size: 12px;
		line-height: 20px;
		padding:0px 20px 20px 20px;
	}
	#glume .Limg li h4{
		margin-top:30px;
	}
	.banner .banner-txt{
		top:calc(50% - 80px);
	}
	#glume .Limg li p{
		margin-top: 15px;
	}
}

@media only screen and (max-width: 450px){
	
	body {
		font-size: 12px;
		line-height: 24px;
	}
	.banner .banner-txt{
		top: 28%;
	}
	#glume .Limg li{
		height: 340px;
	}
	#glume .Limg li img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#glume .Limg li h2{
		font-size: 30px;
	}
	#glume .Limg li h4{
		margin-top: 20px;
		font-size: 16px;
	}
	#glume .Limg li p{
		font-size: 12px;
		margin-top:20px;
	}
	#glume .Limg li h4 span{
		padding:0px 10px;
	}
	.tit{
		text-align: center;
		position: initial;
	}
	.tit h4{
		font-size: 20px;
		line-height:26px;
	}
	.tit span, .tit p{
		font-size: 12px;
		line-height: 18px;
		padding-top: 10px;
	}
	.tit span i, .tit p em{
		display: none;
	}
	.more{
		bottom: 15px;
	}
	.more a{
		font-size: 12px;
		height: 35px;
		line-height: 35px;
		padding-left: 40px;
		padding-right: 20px;
		border:2px solid #ed1924;
	}
	.more a i{
		left: 20px;
	}

	.index{
		overflow: hidden;
	}

	.index-about,.index-service,.index-case,.index-customer,.index-news{
		padding: 30px 20px 80px 20px;
		position: relative;
	}
	.index-about{
		margin: 0;
		display: block;
		position: relative;
		padding-bottom: 270px;
	}
	.i-about-infos{
		width: 100%;
	}
	.i-about-imgs{
		position: absolute;
		left: 50%;
		bottom: 30px;
		width: 340px;
		height: 240px;
		overflow: hidden;
		margin-left: -170px;
	}
	.i-about-img{
		height: auto;
	}
	.swiper-button-next, .swiper-button-prev{
		display: none !important;
	}

	.i-about-infos{
		padding: 0px;
	}
	.i-about-con{
		font-size: 12px;
		line-height: 20px;
		margin-top: 15px;
	}
	.i-about-con p{
		font-size: 12px;
		line-height: 24px;
	}
	.i-about-items{
		font-size: 16px;
		gap:0px;
		margin: 30px 0px;
		justify-content: space-evenly;
	}
	.i-about-items a{
		padding:10px 20px;
		border:1px solid #ed1924;
		border-radius: 10px;
		text-align: center;
		display: block;
	}
	.i-about-items a i{
		display: block;
		font-size: 20px;
		padding-right:0px;
	}

	.index-service .more,.index-case .more,.index-customer .more,.index-news .more{
		bottom: 20px;
		left: 0%;
	}
	.i-service-more .more{
		padding-top: 20px;
	}
	.i-service-more .more a{
		border: 2px solid #ed1924;
	}

	.i-case-list{
		margin-top: 20px;
		gap:20px;
	}
	.i-case-list .i-case-info{
		width: calc(50% - 10px);
	}
	.i-case-tit{
		font-size: 16px;
		line-height: 30px;
	}


	.i-customer-list{
		padding-top: 20px;
		gap:20px;
	}
	.i-customer-info{
		width: calc(50% - 10px);
	}
	.i-customer-txt{
		padding:10px 15px;
	}
	.i-customer-tit{
		font-size: 12px;
		line-height: 20px;
	}
	.i-customer-small{
		font-size: 12px;
		line-height: 20px;
		margin-top: 10px;
	}

	.i-ad{
		height: 240px;
		font-size: 18px;
		background-position: center;
	}
	.i-ad h4{
		font-size: 18px;
		line-height: 24px;
		padding-top:90px;
	}
	.i-ad-more{
		padding-top: 20px;
	}
	.i-ad-more a{
		font-size: 12px;
		height: 35px;
		line-height: 35px;
		padding-left: 40px;
		padding-right: 20px;
		border:2px solid #ed1924;
	}
	.i-ad-more a i{
		left:20px;
	}



	.foot-wrap{
		padding:40px 0px;
		margin: 0 20px;
	}
	.foot-tit{
		font-size:20px;
	}
	.foot-tit span{
		font-size: 16px;
	}
	.foot-infos{
		margin-top: 10px;
	}
	.foot-infos-item{
		margin-top: 40px;
	}
	.item-contact{
		font-size: 12px;
		line-height: 20px;
	}
	.foot-bot{
		padding:20px 0px;
		font-size: 12px;
	}
	.foot-infos .foot-infos-item h4{
		font-size: 16px;
	}

}