* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
}

@font-face {
	font-family: "webfont";
	font-display: swap;
	src: url('webfont.eot');
	/* IE9 */
	src: url('webfont.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('webfont.woff2') format('woff2'),
		url('webfont.woff') format('woff'),
		/* chrome、firefox */
		url('webfont.ttf') format('truetype'),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
		url('webfont.svg#webfont') format('svg');
	/* iOS 4.1- */
}
.flex{
	display: flex;
	justify-content: center;
	align-items: center;
}
.jszcbox .jszctext{
	width: 85px;
}
.jszcbox .jszcimg{
	width: 65px;
}
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-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: "webfont";
	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;
}


input:focus,
textarea:focus {
	border: 1px solid #d70c24;
}

img {
	border: 0;
	display: block;
	font-size: 0;
}

body {
	max-width: 2560px;
	color: #444;
	font-family: "webfont";
	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: 94%;
	margin: 0 auto;
	max-width: 1420px;
}



.header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	transition: top 0.4s;
	z-index: 999999;
	border-bottom: 1px solid;
	border-bottom-color: rgba(255, 255, 255, 0.4);
}



.header .section {
	display: flex;
	flex-wrap: wrap;
}

.header .logo {
	width: 25%;
	height: 90px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}



.header .menu {
	width: 61%;
	margin: 0 2% 0 5%;
}

.header .menu ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}



.header .menu ul li a.menu-a {
	display: block;
	position: relative;
	font-size: 19px;
	line-height: 90px;

}

.header .menu ul li a.menu-a::before {
	position: absolute;
	content: "";
	width: 0;
	height: 8px;
	background: #006d2f;
	left: 50%;
	bottom: -4px;
	border-radius: 100%;
	transform: translateX(-50%);
	transition: ease .5s;
}

.header .menu li .drop {
	background: rgba(255, 255, 255, 0.9);
	position: absolute;
	top: 100%;
	z-index: 1100;
	overflow: hidden;
	width: 100%;
	left: 0;
	-ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05);
	-o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05);
	display: none;
}

.drop-box {
	border-top: 1px solid #eee;
	padding: 25px 0;
}

.drop .section {}

.drop-font {
	width: 18%;
	float: left;
}

.drop-font h3 {
	font-size: 30px;
	line-height: 40px;
	color: #333;
	margin-top: 12px;
}

.drop-font h5 {
	font-size: 16px;
	line-height: 30px;
	color: #555;
	margin: 12px 0;
}

a.index-btn {
	display: inline-block;
	position: relative;
	font-size: 15px;
	line-height: 40px;
	background: #d70c24;
	color: #fff;
	padding: 0 40px 0 25px;
}

a.index-btn::after {
	position: absolute;
	content: "";
	width: 8px;
	height: 13px;
	background: url(../icon50.png);
	right: 10px;
	top: 50%;
	margin-top: -6px;
	z-index: 10;
}


a.index-btn:hover {
	color: #fff;
	padding: 0 50px 0 35px;
}

.drop-img {
	width: 20%;
	float: left;
	margin-left: 2%;

}

.drop-img img {
	max-width: 100%;
}

.drop-link {
	width: 45%;
	margin-left: 2%;
	float: left;
}

.drop-link a {
	width: 44%;
	float: left;
	margin: 5px 3%;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	line-height: 50px;
	color: #222;
	padding-right: 30px;
	position: relative;
	transition: 0.4s;
}

.drop-link a::after {
	position: absolute;
	content: "";
	width: 8px;
	height: 13px;
	background: url(../icon51.png);
	right: 10px;
	top: 50%;
	margin-top: -6px;
	z-index: 10;
}

.drop-link a:hover::after {
	background: url(../icon52.png);
}

.drop-link a:hover {
	color: #d70c24;
}


.drop-link a::before {
	position: absolute;
	content: "";
	width: 0px;
	height: 1px;
	background: #d70c24;
	left: 50%;
	bottom: 0%;
	transform: translateX(-50%);
	transition: ease .5s;
}

.drop-link a:hover::before {
	width: 100%;
}

.header .search {
	width: 5%;
	overflow: hidden;
	position: relative;
	padding-left: 22px;
}

.header .search:before {
	content: '';
	display: block;
	width: 1px;
	height: 15px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
}

.header .search a {
	display: block;
	width: 34px;
	height: 34px;
	margin-top: 28px;
	border-radius: 100%;
	background: #fff url(../icon02.png) no-repeat center center;
}

.header .search a:hover {
	background: #006d2f url(../icon02-h.png) no-repeat center center;
}


.m_menu {
	background: url(../icon_nav.png) no-repeat center;
	background-size: 80%;
	width: 45px;
	position: absolute;
	right: 5px;
	top: 0;
	height: 73px;
	display: none;
}

.m_menu_k {
	background: url(../icon_nav_k.png) no-repeat center;
	background-size: 80%;
	width: 45px;
	position: absolute;
	right: 5px;
	top: 0;
	height: 73px;
}



.header .logo a {
	display: block;
	width: 303px;
	height: 64px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.header .menu-a,
.inner-head .lang a {
	color: #fff;
}

.fixnav {
	background: #fff;
	box-shadow: 0 0 10px #ddd;
}

.fixnav .menu-a,
.fixnav .lang a {
	color: #202020;
}


.inner-head .logo a {
	background-image: url(../inner-logo.png);
}


.index-head .logo a,
.fixnav .logo a {
	background-image: url(../index-logo.png);
}

.header .menu ul li:hover .menu-a::before,
.header .menu ul li.on .menu-a::before {
	width: 8px;
}



.index-title {
	width: 100%;
	margin-bottom: 40px;
	color: #2d2222;
}

.index-title h2 {
	font-size: 2.8vw;
	font-weight: bold;
}

.index-title h3 {
	display: none;
	font-weight: 100;
	color: #1b1b1b;
	text-transform: uppercase;
	font-size: 50px;

}





/*slid1*/
.index-swiper,
.banner-swiper {
	width: 100%;
	height: 100%;
}

.index-swiper .swiper-slide,
.banner-swiper .swiper-slide {
	width: 100%;
}

.index-swiper-pagination {
	width: 11px;
}

.index-swiper-pagination span {
	width: 5px;
	height: 5px;
	margin: 10px 3px;
	border-radius: 100%;
	transition: 0.4s;
}

.index-swiper-pagination .swiper-pagination-bullet-active {
	width: 11px;
	height: 11px;
	margin: 10px 0;
}


.banner-swiper-pagination {
	width: 100%;
}

.banner-swiper-pagination span {
	width: 33px;
	height: 3px;
}




.slide-content {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0;
	left: 0;
	z-index: 10;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;

}


.ban-title {
	font-size: 65px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 8px;
	text-shadow: 0 0 6px #888;
	animation-delay: 1s;
}

.green {
	color: #006d2f;
}

.ban-memo {
	font-weight: 100;
	font-size: 45px;
	margin: 5px 0 35px 0;
	letter-spacing: 5px;
	text-shadow: 0 0 6px #888;
	animation-delay: 1.5s;
}

.ban-slide a.more {
	color: #fff;
	max-width: 218px;
	display: inline-block;
	margin: 0 auto;
	padding: 0 35px;
	line-height: 45px;
	border-radius: 30px;
	font-size: 16px;
	transition: 0.4s;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #fff;
	position: relative;
	animation-delay: 2s;
	overflow: hidden;
}


.ban-slide a.more::before {
	content: '';
	width: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	height: 100%;
	transition: 0.3s;
	background: #0b5fa6;
}

.ban-slide a.more span {
	position: relative;
	z-index: 10;
}

.ban-slide a.more:hover::before {
	width: 100%;
}

.mouse {
	position: absolute;
	color: #fff;
	width: 23px;
	display: block;
	left: 50%;
	margin-left: -11px;
	bottom: 5%;
	height: 37px;
	transition: 0.4s;
	animation-delay: 0.3s;
	z-index: 999;
}

.copyright {
	position: absolute;
	color: #fff;
	width: 213px;
	display: block;
	right: 10%;
	bottom: 5%;
	transition: 0.4s;
	animation-delay: 0.3s;
	z-index: 999;
	text-align: right;
	font-size: 0.9vw;
}

.copyright a {
	color: #fff;
}

.index-img {
	height: 100%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	transform: scale(1, 1);
	background-size: 100% 100%;
}



/*slid2*/
.product-list {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	display: flex;
	background: #006d2f;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product-list a {
	display: block;
	color: #fff;
	padding: 0 25px;
	position: relative;
	width: 20%;
	height: 100%;
	overflow: hidden;

}

.product-list-txt {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 20;
	position: absolute;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.product-list-txt::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	background: rgba(1, 115, 55, .85);
	left: 0;
	bottom: 0;
	z-index: 1;
	transition: ease .5s;
	font-size: 33px;
}


.product-list-txt h3 {
	font-size: 1.7vw;
	line-height: 35px;
	text-align: center;
	transition: 0.4s;
	margin-top: 45px;
	position: relative;
	transition: ease .5s;
	z-index: 5;
}

.product-list-txt .img {
	display: block;
	width: 32%;
	margin: 0 auto;
	position: relative;
	z-index: 5;
	border-radius: 100%;
	transition: transform 2s;
	border: 2px dotted #fff;

}

.active .product-list-txt::before {
	height: 100%;
}


.product-list a:hover h3 {
	transform: scale(1.1);
}

.product-a.active .img {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}


.product-list-img {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	position: absolute;
	transition: ease .5s;
	background-size: 100% 100%;
}

.product-list-img01 {
	background-image: url(../img01.jpg);
}

.product-list-img02 {
	background-image: url(../img02.jpg);
}

.product-list-img03 {
	background-image: url(../img03.jpg);
}

.product-list-img04 {
	background-image: url(../img04.jpg);
}

.product-list-img05 {
	background-image: url(../img05.jpg);
}


.product-list a:hover .product-list-img {
	transform: scale(1.2);
}


.product-a-o,
.product-a-j {
	animation-delay: 0.3s;
}


/*slid3*/
.results-title {
	font-size: 45px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	letter-spacing: 5px;
	text-shadow: 0 0 5px #999;
	animation-delay: 1s;
	margin-bottom: 50px;
}

.results-ul {
	animation-delay: 1.5s;
}



.results-slide ul {
	width: 98%;
	max-width: 1420px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.results-slide ul li {
	width: 29.3333%;
	margin: 15px 2%;
	text-align: center;
}

.results-slide ul li a {
	display: block;
	text-align: center;
	padding: 7vh 10px;
	color: #0b5fa6;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 15px;
}

.results-slide ul li i {
	display: block;
	width: 80px;
	height: 80px;
	margin: 15px auto;
	background-size: 100%;
	transition: .5s;
}

.results-slide ul li h4 {
	font-size: 1.42vw;
	font-weight: 600;
}

.results-slide ul li span {}

.results-slide ul li a:hover {
	background: #0b5fa6;
	color: #fff;
}

.results-i01 {
	background-image: url(../icon03.png);
}

.results-i02 {
	background-image: url(../icon04.png);
}

.results-i03 {
	background-image: url(../icon05.png);
}

.results-i04 {
	background-image: url(../icon06.png);
}

.results-i05 {
	background-image: url(../icon07.png);
}

.results-i06 {
	background-image: url(../icon17.png);
}

.results-slide ul li a:hover .results-i01 {
	background-image: url(../icon03-h.png);
}

.results-slide ul li a:hover .results-i02 {
	background-image: url(../icon04-h.png);
}

.results-slide ul li a:hover .results-i03 {
	background-image: url(../icon05-h.png);
}

.results-slide ul li a:hover .results-i04 {
	background-image: url(../icon06-h.png);
}

.results-slide ul li a:hover .results-i05 {
	background-image: url(../icon07-h.png);
}

.results-slide ul li a:hover .results-i06 {
	background-image: url(../icon17-h.png);
}

.results-slide ul li a:hover i {
	transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}


/*slide4*/
.customer-logo img {

	width: 60%;
	max-width: 538px !important;
	margin: 0 auto;
}

.customer-title {
	font-size: 64px;
	color: #262626;
	font-weight: 300;
	letter-spacing: 5px;
	animation-delay: 1s;
	margin: 60px 0 10px 0;
}

.customer-title span {
	font-weight: bold;
	color: #016b34;
}

.customer-memo {
	font-size: 28px;
	color: #7e7e7e;
	margin: 15px 0 55px 0;
	font-weight: 300;
	animation-delay: 1.5s;
	padding: 0 15px;
}

.customer-slide a.more {
	color: #fff;
	max-width: 218px;
	display: inline-block;
	margin: 0 auto;
	padding: 0 35px;
	line-height: 45px;
	border-radius: 30px;
	font-size: 16px;
	transition: 0.4s;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #fff;
	position: relative;
	animation-delay: 2s;
	overflow: hidden;
	background: #002b71;
}

.customer-slide span {
	z-index: 10;
	position: relative;
}

.customer-slide a.more::before {
	content: '';
	width: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	height: 100%;
	transition: 0.3s;
	background: #0b5fa6;
}

.customer-slide a.more span {
	position: relative;
	z-index: 10;
}

.customer-slide a.more:hover::before {
	width: 100%;
}


.contact-title {
	font-size: 47px;
	color: #fff;
	letter-spacing: 5px;
	animation-delay: 1s;
}

.contact-memo {
	margin: 40px 0 60px 0;
	padding: 0 15px;
	font-size: 20px;
	color: #fff;
	animation-delay: 1.5s;
}

.contact-slide ul {
	width: 90%;
	max-width: 1420px;
	margin: 150px auto 50px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	animation-delay: 2s;
}

.contact-slide ul li {
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	line-height: 28px;
}

.contact-slide ul li h4 {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}

.contact-slide dl {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}


.contact-slide dl dt img {
	width: 100%;
	background: #fff;
	border-radius: 100%;
}

.contact-slide dl dd {
	text-align: left;
	margin-left: 18px;
}

.customer-img {
	height: 100%;
	width: 100%;
	position: relative;

}

.customer-img:before {
	content: "";
	height: 100%;
	background: url(../section-ban04.jpg) repeat-x center center;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: animate-cloud 40s linear infinite;
	animation: animate-cloud 40s linear infinite;
}

@-webkit-keyframes animate-cloud {
	from {
		background-position: 1920px 100%;
	}

	to {
		background-position: 0 100%;
	}
}

@keyframes animate-cloud {
	from {
		background-position: 1920px 100%;
	}

	to {
		background-position: 0 100%;
	}
}




.swiper-slide-active .ban-title,
.swiper-slide-active .ban-memo,
.swiper-slide-active a.more,
.swiper-slide-active .customer-title,
.swiper-slide-active .customer-memo,
.swiper-slide-active .contact-title,
.swiper-slide-active .contact-memo,
.swiper-slide-active .results-ul,
.swiper-slide-active .contact-slide ul {
	animation-name: fadeInUp;
}

.mouse,
.swiper-slide-active .results-title,
.copyright {
	animation-name: fadeInDown;
}


.swiper-slide-active .product-a-o {
	animation-name: fadeInUp;
}

.swiper-slide-active .product-a-j {
	animation-name: fadeInDown;
}


.swiper-slide-active .customer-logo {
	animation-name: zoomIn;
}

.swiper-slide-active .index-img {
	transform: scale(1.2, 1.2);
	transition: all 5.5s ease;
}


/*banner*/
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.inner-banner-img {
	padding-top: 37.6%;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	background-size: 100%;
}




.inner-nav {
	position: relative;
	width: 100%;
	margin: 70px 0;
	overflow: hidden;
	text-align: center;
}

.inner-nav a {
	display: inline-block;
	color: #393939;
	text-align: center;
	font-size: 20px;
	margin: 0 30px;
	padding: 10px 55px;
	border-radius: 28px;
}


.inner-nav a.choose,
.inner-nav a:hover {
	background: #006d2f;
	color: #fff;
}


.inner-title {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-bottom: 50px;
}

.inner-title h3 {
	color: #333333;
	font-size: 45px;
}

.inner-title h4 {
	color: #333333;
	font-size: 35px;
}

.inner-title h5 {
	color: #006d2f;
	margin-top: 30px;
	font-size: 31px;
}

.inner-title em {
	background: #006d2f;
	margin: 10px auto;
	height: 75px;
	display: block;
	width: 2px;
}

.inner-title .cf {
	color: #fff;
}

/*about*/




.inner-about {
	overflow: hidden;
	padding: 95px 0 50px 0;

}

.ab-txt {
	color: #303030;
	line-height: 34px;
	font-size: 15px;
}

.inner-about .product-num-box {
	margin: 70px auto;
	width: 92%;
	overflow: hidden;

}


.product-num-content {
	width: 100%;
	font-size: 0;
}

.product-num-item {
	position: relative;
	display: inline-block;
	width: 24%;
	margin: 0 0.5%;
	vertical-align: top;
	font-size: 16px;
	color: #000;
	text-align: center;
}


.product-num-nub {
	display: inline-block;
	font-size: 75px;
	color: #006d2f;
	font-family: Bahnschrift;
}


.product-num-inf {
	overflow: hidden;
	display: block;
	font-size: 20px;
	color: #585858;
	margin: 18px 0 5px 5px;
}

.product-num-wan {
	display: inline-block;
	font-size: 60px;
	font-family: Bahnschrift;
	line-height: 60px;
	color: #006d2f;
	font-weight: 300;
}

.product-num-nian {
	display: inline-block;
	font-size: 25px;
	font-family: Bahnschrift;
	line-height: 60px;
	color: #006d2f;
	font-weight: 600;
}

.product-num-item::after {
	content: '';
	width: 1px;
	height: 70%;
	position: absolute;
	right: 0;
	top: 15%;
	z-index: 9;
	background: #f0f0f0;
}

.product-num-item:last-child::after {
	display: none;
}

.about-adv {
	padding: 100px 0 50px 0;
	overflow: hidden;
	background-image: url(../about-adv.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

.about-adv-txt {
	text-align: center;
	color: #fff;
}

.about-adv-txt h4 {
	width: 73%;
	margin: 0 auto;
	font-size: 35px;

}

.about-adv-txt h5 {
	color: #fff;
	width: 82%;
	margin: 35px auto;
	font-size: 17px;
	line-height: 30px;
}



.inner-culture {
	overflow: hidden;
	padding: 95px 0;

}

.inner-culture-txt {
	text-align: center;
}

.inner-culture-txt h4 {
	width: 73%;
	margin: 0 auto;
	font-size: 35px;
	color: #006d2f;
}

.inner-culture-txt h5 {
	color: #636363;
	width: 82%;
	margin: 35px auto;
	font-size: 17px;
	line-height: 30px;
}







.inner-honor {
	background: #f6f6f6;
	overflow: hidden;
	padding: 95px 0 70px 0;

}

.inner-honor-memo {
	width: 94%;
	text-align: center;
	margin: 40px auto;
	font-size: 17px;
	line-height: 30px;
	color: #636363;
}



#honor {
	position: relative;
	padding: 10px 70px;
}

#honor .swiper-slide {
	background: #fff;

}

#honor .swiper-slide img {
	display: block;
	width: 70%;
	margin: 60px auto;
}

.honor-button-next,
.honor-button-prev {
	width: 60px;
	height: 60px;
	color: #fff;
	top: 50%;
	margin-top: -30px;
	border-radius: 100%;
	overflow: hidden;
	text-align: center;
	border: 1px solid #707880;
}

.honor-button-prev {
	left: 0;
}

.honor-button-next {
	right: 0;

}

.honor-button-next:after,
.honor-button-prev:after {
	font-size: 20px;
	color: #1b1b1b;
}

.honor-button-next:hover,
.honor-button-prev:hover {
	background: #ddb756;
}

/*inner-product*/
.inner-product {
	background: #fff;
	padding: 80px 0;
	overflow: hidden;
}


.inner-product dl {
	width: 100%;
	overflow: hidden;
	background: #fafafc;
	position: relative;
}


.inner-product dl dt {
	width: 50%;
	overflow: hidden;
	float: left;
	position: relative;
}

.inner-product dl dt img {
	width: 100%;
}

.inner-product dl dd {
	width: 50%;
	float: left;
	padding: 0 30px;
	background: #fafafc;
	z-index: 10;
	position: absolute;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;

}


.product-dl-advantage-title {
	width: 40%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.product-dl-advantage-title span {
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	font-size: 2.4vw;
	letter-spacing: 7px;
	width: 100%;
	overflow: hidden;
	text-align: center;
}


.product-dl-advantage-title i {
	display: block;
	font-style: normal;
	font-size: 10.8vw;
	color: #017337;
	line-height: 1;
	opacity: 0.13;
	font-weight: bold;
	font-family: Gadugi;
}



.inner-product dl dd .body {
	width: 100%;
	overflow: hidden;
	color: #777777;
	font-size: 18px;
	margin-top: 50px;
	line-height: 38px;
}

.inner-product dl dd .body ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.inner-product dl dd .body ul.w2 {
	width: 80%;
	margin: 3px auto;
}

.inner-product dl dd .body ul.w2 li {
	width: 46%;
}

.inner-product dl dd .body ul.w3 {
	width: 98%;
	margin: 3px auto;
}

.inner-product dl dd .body ul.w3 li {
	width: 31%;
}

.inner-product dl dd .body ul li {
	position: relative;
	line-height: 28px;
	font-size: 0.88vw;
	margin: 3px 1%;
	color: #4d4d4d;
	padding-left: 28px;
}

.inner-product dl dd .body ul li::before {
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	left: 4px;
	top: 11px;
	border-radius: 100%;
	background: #087c47;
}

.inner-product dl dd .body ul li::after {
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 7px;
	border-radius: 100%;
	border: 1px solid #087c47;
}

.inner-product dl:nth-child(odd) dt {
	float: left;
}

.inner-product dl:nth-child(odd) dd {
	right: 0;
}

.inner-product dl:nth-child(even) dt {
	float: right;
}

.inner-product dl:nth-child(even) dd {
	left: 0;
}

.inner-product dl dd .body ul li a:hover {
	color: #006d2f;
}

.product-detail {
	padding: 100px 0;
	font-size: 16px;
	line-height: 28px;
}

.product-detail img {
	max-width: 100%;
	margin: 10px auto;
}

/**/

.inner-industry {
	background: #fff;
}

.industry-title {
	width: 100%;
	background: url(../hd.jpg);
	background-size: cover;
}

.industry-slide {
	padding: 190px 0 120px 0;
	position: relative;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.industry-title .section {
	position: relative;
	padding: 0 60px;
}

.industry-slide::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
	border-width: 25px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
	transition: 0.4s;
	opacity: 0;
}

.industry-slide img {
	max-width: 100%;
	margin: 15px auto;
}

.industry-slide i {
	font-style: normal;
	display: block;
	font-size: 1.4vw;
}

.industry-slide span {
	display: block;
	font-style: normal;
	font-size: 5.1vw;
	color: #d7d7d7;
	text-align: right;
	opacity: 0.17;
	line-height: 90px;
	padding: 0 8px;
	font-weight: bold;
	box-sizing: border-box;
}


.swiper-slide-thumb-active .industry-slide::after,
.industry-slide:hover::after {
	opacity: 1;
}

.industry-swiper-button-next,
.industry-swiper-button-prev {
	width: 47px;
	font-weight: bold;
	line-height: 47px;
	height: 47px;
	top: 55%;
	font-size: 18px;
	border: 1px solid #fff;
	border-radius: 100%;
	z-index: 111;

}

.industry-swiper-button-next:hover,
.industry-swiper-button-prev:hover {
	background: #006d2f;
	border: 1px solid #006d2f;
}


.industry-swiper-button-next:after,
.industry-swiper-button-prev:after {
	font-size: 20px;
	color: #fff;
}

.industry-swiper-button-next {
	right: 0;
}

.industry-swiper-button-prev {
	left: 0;
}



.industry-txt {
	width: 100%;
	background: #f3f3f5;
	padding: 90px 0 100px 0;
	position: relative;
}

.industry-txt img {
	width: 100%;
}


.industry-txt .industry-span {
	color: #343434;
	font-weight: bold;
	font-size: 34px;
}

.industry-txt .industry-memo {
	color: #595959;
	margin: 50px 0 150px 0;
	overflow: hidden;
	width: 100%;
}

.industry-txt .industry-memo h1 {
	width: 100%;
	font-size: 20px;
	overflow: hidden;
}

.industry-txt h4 {
	display: inline-block;
	vertical-align: top;
	width: 95%;
	margin: 20px 2.5%;
	position: relative;
	font-size: 34px;
	font-weight: bold;
	color: #333;
	line-height:34px;

}



.industry-txt ul {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.industry-txt ul li {
	width: 20%;
	margin: 20px 2.5%;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	text-align: center;
	position: relative;
}


.industry-txt ul li img {
	width: 100%;
	border-radius: 5px;
}








/*新闻中心*/
.inner-news {
	background: #ffffff;
	overflow: hidden;
}

.inner-news .news-list {
	width: 100%;
	overflow: hidden;
}


.inner-news .news-list ul {
	width: 100%;
	display: flex;
	overflow: hidden;
	justify-content: space-between;
}

.inner-news .news-list ul li {
	width: 48%;
	transition: 0.6s;

}

.inner-news .news-list ul li a {
	position: relative;
	display: block;
	color: #000000;
}


.inner-news .news-list ul li img {
	width: 100%;
	display: block;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.inner-news .news-list .news-txt {
	padding: 15px 0;
	overflow: hidden;
	background: #fbfafa;
	text-align: left;
	width: 100%;
	text-shadow: none;
}

.inner-news .news-list .news-txt h5 {
	font-size: 18px;
	padding: 0 10px;
	color: #545454;
	line-height: 55px;
}

.inner-news .news-list .news-txt h4 {
	font-size: 27px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 35px;
	padding: 0 10px;
}



.inner-news .news-list .news-txt .news-more {
	display: block;
	float: right;
	overflow: hidden;
	line-height: 45px;
	color: #2c2c2c;
	margin-top: 40px;
}

.inner-news .news-list ul li span {
	display: inline-block;
	font-size: 18px;

}



.inner-news .news-list ul li a:hover span.s01 {
	opacity: 1;
	color: #fff;
}

.inner-news .news-list ul li a:hover .news-more {
	background: #d70c24;

}

.inner-news .news-list ul li a:hover span.s02 {
	border: 1px solid #d70c24;
	color: #fff;
}

.inner-news .news-list ul li a:hover img {
	transform: scale(1.2, 1.2);
}



.inner-news .news-query {
	background: #ffffff;
	overflow: hidden;
	padding: 70px 0;
}

.inner-news .news-query ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.inner-news .news-query ul li {
	width: 31.333%;
	margin: 15px 1%;
}

.news-content {
	display: block;
	color: #1d1d1d;
	overflow: hidden;
}

.news-content .news-txt {
	padding: 25px 0;
	overflow: hidden;
}

.news-content img {
	width: 100%;
	display: block;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.news-content h2 {
	font-size: 23px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-content p {
	opacity: 0.7;
	font-size: 16px;
	line-height: 26px;
	margin: 17px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;

}

.news-content span {
	overflow: hidden;
	font-size: 16px;
	color: #006d2f;
}

.news-content:hover .img {
	transform: scale(1.2, 1.2);
	transition: transform 0.6s ease 0s;
}

.news-content:hover h2 {
	color: #006d2f;

}




.detail {
	width: 100%;
	background: #fff;
	padding: 100px 0;
	overflow: hidden;
}

.detail .detail-fl {
	width: 73%;
}

.detail h2 {
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	color: #000;
	line-height: 34px;
	padding: 19px 0;
}

.detail .detail-time {
	width: 100%;
	padding: 10px 0;
	font-size: 14px;
	line-height: 24px;
	border-bottom: 1px solid #e6e6e6;
	color: #666666;

}

.detail-intro {
	width: 100%;
	padding: 20px 0;
	line-height: 30px;
	font-size: 16px;
	color: #333;
}

.detail .detail-fl .detail-intro h3 {
	font-weight: bold;
	color: #111;
	padding: 5px 5px;
	background: #fff;
	font-size: 16px;
}

.detail-intro p {
	padding: 5px 0;
}

.detail-intro img {
	max-width: 100%;
	margin: 15px auto;
}

.detail .detail-fr {
	width: 23%;
	padding-top: 35px;
}

.detail .detail-fr h4 {
	font-size: 22px;
	color: #333;
	line-height: 22px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 15px;
}

.detail .detail-fr ul {
	width: 90%;
	margin: 10px auto;
}

.detail .detail-fr ul li {
	width: 100%;
}

.detail .detail-fr ul li a {
	display: block;
	color: #666;
	height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	background: url(../case23.png) no-repeat left 10px;
	padding-left: 15px;
}

.detail .detail-fr ul li a:hover {
	color: #c70b21;
}









.inner-career {
	background: #fff;
	padding: 70px 0 20px 0;
	overflow: hidden;
}

.career-team-memo {
	width: 85%;
	overflow: hidden;
	margin: 30px auto;
	font-size: 24px;
	color: #333333;
	line-height: 44px;
	text-align: center;
}


.career-team-mySwiper,
.job-team-mySwiper {
	position: relative;
	overflow: hidden;
}


.career-team-mySwiper .swiper-slide,
.job-team-mySwiper .swiper-slide {
	overflow: hidden;
}

.team-mySwiper,
.job-mySwiper {
	width: 88.5% !important;
	margin: 0 auto !important;
	max-width: 1344px;
}

.team-swiper-pagination {
	margin-top: 25px;
	position: static !important;
}

.team-swiper-button-next,
.team-swiper-button-prev,
.job-swiper-button-next,
.job-swiper-button-prev {
	width: 47px;
	font-weight: bold;
	line-height: 47px;
	height: 47px;
	top: 50%;
	margin-top: -24px;
	font-size: 18px;
	background: #eeeeee;
	border-radius: 100%;

}

.team-swiper-button-next:hover,
.team-swiper-button-prev:hover,
.job-swiper-button-next:hover,
.job-swiper-button-prev:hover {
	color: #fff;
	background: #006d2f;
}

.team-swiper-button-next,
.job-swiper-button-next {
	right: 0;
}

.team-swiper-button-prev,
.job-swiper-button-prev {
	left: 0;
}

.career-ul {
	width: 100%;
	margin-top: 55px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.career-ul li {
	width: 29.333%;
	margin: 10px 2%;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	text-align: center;
	position: relative;
}


.career-ul li img {
	width: 100%;
	border-radius: 15px;
}



.career-adv {
	background: url(../career-adv.jpg) no-repeat center;
	height: 350px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	color: #fff;
}

.career-adv01 {
	background: url(../career-adv.jpg) no-repeat center;

}

.career-adv02 {
	background: url(../career-adv01.jpg) no-repeat center;

}

.career-adv h1 {
	font-size: 40px;
	margin-bottom: 15px;
}

.career-adv p {
	color: #fff;
	display: block;
	margin: 0 auto;
	letter-spacing: 14px;
	font-size: 25px;
	padding: 0 10px;
	transition: 0.4s;
	position: relative;
	font-weight: 400;

}

#job {
	background: #f6f6f6;
	padding: 85px 0;
}

.job-txt {
	display: block;
	background: #fff;
	padding: 65px 52px;
	margin: 5px;
	box-shadow: 0 0 10px #ccc;
}

.job-txt h3 {
	font-size: 30px;
	color: #006d2f;
}

.job-body {
	font-size: 17px;
	line-height: 30px;
	color: #4a4a4a;
	margin: 30px 0;
}

.job-icon {
	line-height: 33px;
	overflow: hidden;
	display: flex;
	border-top: 1px solid #f6f6f6;
	padding-top: 25px;
	justify-content: space-between;
}

.job-txt span {
	display: inline-block;
	font-size: 15px;
	position: relative;
	padding-right: 60px;
	color: #a1a1a1;
	text-transform: uppercase;
}

.job-txt i {
	display: inline-block;
	width: 33px;
	text-align: center;
	line-height: 29px;
	border: 2px solid #006d2f;
	color: #006d2f;
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
	border-radius: 100%;
}

.job-txt:hover span {
	color: #006d2f;
}

/*inner-contact*/

.inner-contact {
	width: 100%;
	overflow: hidden;
	padding: 98px 0;
	background: #fff;
}


.con-content-ul {
	width: 47%;
	float: left;
}

.con-content-ul h1 {
	font-size: 35px;
	position: relative;
	color: #006d2f;
	padding: 15px 0;

}

.con-content-ul h4 {
	font-size: 18px;
	position: relative;
	color: #222222;
	line-height: 32px;
}


.con-content-ul ul {
	width: 100%;
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
}

.con-content-ul ul li {
	margin-bottom: 30px;
}

.con-content-ul ul li.w1 {
	width: 98%;
	margin-right: 2%;
}

.con-content-ul ul li.w2 {
	width: 48%;
	margin-right: 2%;
}

.con-content-ul ul li .gzh-wx {
	max-width: 145px;
	text-align: center;
}

.con-content-ul ul li h4 {
	font-size: 19px;
	color: #898989;
	margin-bottom: 5px;
}

.con-content-ul ul li p {
	font-size: 21px;
	color: #000;

}


.con-content-img {
	width: 49%;
	float: right;
}


.contact-map {
	width: 100%;
	margin-top: 50px;
	position: relative;
	overflow: hidden;
}

#allmap {
	width: 100%;
	height: 440px;
	border: 0;

}

.BMap_bubble_title {
	font-size: 15px;
	font-weight: bold;
}




.content-txt {
	width: 100%;
	overflow: hidden;
	border-radius: 15px;
	background: #f4f4f4;
	margin-top: 60px;
	padding: 35px 30px;
}

.content-txt h3 {
	font-size: 32px;
	position: relative;
	padding-left: 48px;
	color: #222222;
	overflow: hidden;
	line-height: 37px;
	margin-bottom: 25px;
}

.content-txt h3::after {
	display: block;
	content: '';
	width: 35px;
	height: 37px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -17px;
	background: url(../icon36.png);
	background-size: 100%;
}

.content-txt ul {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.content-txt ul li {
	width: 31%;
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	margin-right: 2.2%;
}

.content-txt ul li p {
	font-size: 18px;
	color: #828282;
	line-height: 32px;
}


.content-txt ul li::after {
	content: '';
	width: 1px;
	height: 90%;
	position: absolute;
	right: 0;
	top: 5%;
	z-index: 9;
	background: #cdcdcd;
}

.content-txt ul li:last-child::after {
	display: none;
}



.inner-search {
	padding: 60px 0;
}

.inner-news-form {
	width: 100%;
	max-width: 555px;
	border: 2px solid #656565;
	border-radius: 35px;
	overflow: hidden;
	margin: 50px auto 0 auto;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
}

.inner-news-form form {
	width: 100%;
}

.inner-news-form input.username {
	width: 95%;
	float: left;
	border: none;
	padding-left: 28px;
	line-height: 40px;
	font-size: 15px;
	color: #6f6f6f;
}

.inner-news-form input::placeholder {
	color: #6f6f6f;
}

.inner-news-form input.da_button {
	width: 5%;
	max-width: 100%;
	float: left;
	border: none;
	line-height: 40px;
	font-size: 12px;
	color: #CCC;
	background: #fdfdfd url(../search.png) no-repeat left center;
}



.qt-pagination {
	width: 94%;
	margin: auto;
	overflow: hidden;
	padding: 30px 0 70px 0;
	text-align: center;
}

.qt-pagination a {
	background-color: #fff;
	border: 1px solid #dedede;
	margin: 0 3px;
	width: 42px;
	color: #666666;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	font-size: 14px;
}

.qt-pagination .active,
.qt-pagination a:hover {
	background: #d70c24;
	color: #fff;
	border: 1px solid #d70c24;
}



.footer {
	width: 100%;
	color: #fff;
	background: #283037;
	line-height: 22px;
	font-size: 16px;
	padding: 35px 0;
	overflow: hidden;
	text-align: center;
}

.footer a {
	color: #fff;
}


.foot-box a:hover,
.footer a:hover,
.foot-box .foot-menu .foot-menu-link a:hover {
	color: #fff;
}

.index-footer {
	position: absolute;
	bottom: 3%;
	text-align: center;
	font-size: 16px;
	color: #fff;
	width: 100%;
	padding: 0 15px;
	z-index: 10;
}
.index-footer a{color: #fff;}
@media (max-width:1670px) {

	.job-txt {
		padding: 45px 40px;
	}

	.header .menu ul li a.menu-a {
		font-size: 18px;
	}

	.ban-title {
		font-size: 60px;
	}

	.ban-memo {
		font-size: 40px;
	}

	.ban-slide a.more {
		line-height: 40px;
		font-size: 15px;
	}

	.results-title,
	.contact-title {
		font-size: 40px;
	}

	.customer-title {
		font-size: 56px;
	}

	.customer-memo {
		font-size: 25px;
	}

	.contact-memo {
		font-size: 18px;
	}

	.contact-slide ul li h4 {
		font-size: 25px;
	}

	.contact-slide dl dd {
		font-size: 16px;
	}

	.index-footer {
		font-size: 15px;
	}

	.product-num-nub {
		font-size: 60px;
	}

	.product-num-wan {
		font-size: 50px;
	}

	.product-num-inf {
		font-size: 18px;
	}

	.inner-culture-txt h5,
	.inner-honor-memo {
		font-size: 16px;
	}

	.industry-txt .industry-span {
		font-size: 28px;
	}

	.industry-txt .industry-memo {
		font-size: 15px;
	}

	.inner-nav a {
		font-size: 18px;
	}

	.career-team-memo {
		font-size: 21px;
		line-height: 35px;
	}

	.con-content-ul h1 {
		font-size: 30px;
	}

	.con-content-ul h4 {
		font-size: 16px;
		line-height: 28px;
	}

	.con-content-ul ul li p {
		font-size: 18px;
	}

	.con-content-ul ul li h4 {
		font-size: 16px;
		line-height: 28px;
	}

	.content-txt h3 {
		font-size: 28px;
	}

	.content-txt ul li p {
		font-size: 16px;
		line-height: 28px;
	}

	.product-list-img {
		background-size: auto 100%;
	}

	.inner-title h3 {
		font-size: 38px;
	}

	.inner-title h4,
	.about-adv-txt h4,
	.inner-culture-txt h4 {
		font-size: 28px;
	}

	.inner-title h5 {
		font-size: 25px;
	}

	.about-adv-txt h5 {
		font-size: 16px;
	}

	.career-adv h1 {
		font-size: 30px;
	}

	.career-adv p {
		font-size: 20px;
		letter-spacing: 8px;
	}
}



@media (max-width:1400px) {
	.job-txt h3 {
		font-size: 25px;
	}

	.job-txt {
		padding: 35px 30px;
	}

	.inner-title h3 {
		font-size: 32px;
	}

	.inner-title h4,
	.about-adv-txt h4,
	.inner-culture-txt h4 {
		font-size: 25px;
	}

	.inner-title h5 {
		font-size: 22px;
	}

	.about-adv-txt h5 {
		font-size: 15px;
	}

	.footer {
		font-size: 14px;
	}

	.header .section {
		width: 100%;
		padding: 0 15px;
	}

	.header .menu ul li a.menu-a {
		font-size: 17px;
	}

	.ban-title {
		font-size: 50px;
	}

	.ban-memo {
		font-size: 30px;
	}

	.ban-slide a.more {
		line-height: 35px;
		font-size: 14px;
	}

	.results-title,
	.contact-title {
		font-size: 35px;
	}

	.customer-title {
		font-size: 50px;
	}

	.customer-memo {
		font-size: 22px;
	}

	.contact-memo {
		font-size: 16px;
	}

	.contact-slide ul li h4 {
		font-size: 22px;
	}

	.contact-slide dl dd {
		font-size: 16px;
	}

	.index-footer {
		font-size: 15px;
	}

	.product-num-nub {
		font-size: 50px;
	}

	.product-num-wan {
		font-size: 45px;
	}

	.product-num-inf {
		font-size: 16px;
	}

	.inner-culture-txt h5,
	.inner-honor-memo {
		font-size: 16px;
	}

	.industry-txt .industry-span {
		font-size: 25px;
	}

	.industry-txt .industry-memo {
		font-size: 15px;
	}

	.inner-nav a {
		font-size: 18px;
	}

	.career-team-memo {
		font-size: 19px;
		line-height: 30px;
	}

	.con-content-ul h1 {
		font-size: 28px;
	}

	.con-content-ul h4 {
		font-size: 15px;
		line-height: 28px;
	}

	.con-content-ul ul li p {
		font-size: 16px;
	}

	.con-content-ul ul li h4 {
		font-size: 16px;
		line-height: 28px;
	}

	.content-txt h3 {
		font-size: 26px;
	}

	.content-txt ul li p {
		font-size: 15px;
		line-height: 28px;
	}


}



@media (max-width:1300px) {
	.header .menu {
		width: 59%;

	}

	.header .search {
		width: 6%;
	}
}


@media (max-width:1200px) {

	.header .menu {
		margin: 0 2% 0 8%;
	}

	.contact-slide dl dt img {
		max-width: 80px;
	}

	.career-team-memo {
		font-size: 16px;
		line-height: 28px;
	}

	.career-adv h1 {
		font-size: 25px;
	}

	.career-adv p {
		font-size: 17px;
		letter-spacing: 5px;
	}
}

@media (max-width:1050px) {
	.job-txt {
		padding: 25px 20px;
	}

	.inner-head .logo a {
		background-image: url(../index-logo.png);
	}

	.header {
		z-index: 9999;
		background: rgba(255, 255, 255, 0.8);
	}

	.header .section {
		width: 100%;
	}

	.header .logo {
		width: 80%;
		height: auto;
	}

	.header .logo a {
		width: 200px;
		height: 42px;
		margin: 15px 0;
	}

	.header .search {
		position: absolute;
		right: 60px;
		width: 36px;
		padding: 0;
		top: 19px;
		margin: 0;
	}

	.header .search a {
		margin: 0;
		background: #f1f1f1 url(../icon02.png) no-repeat center center;
		border: 1px solid #666;
	}

	.header .search:before {
		display: none;
	}

	.m_menu {
		display: block;
	}

	.header .menu {
		position: absolute;
		left: 0;
		top: 73px;
		background: rgba(1, 115, 55, .85);
		width: 100%;
		display: none;
		z-index: 999;
		margin: 0;
	}

	.header .menu ul {
		display: block;
	}

	.header .menu ul li {
		width: 100%;
		border-bottom: 1px solid #06b258;
	}

	.header .menu ul li a.menu-a {
		padding: 0 20px;
		line-height: 60px;
		color: #fff;
	}

	.header .menu li .drop ul {
		width: 100%;
		padding: 0;
	}

	.header .menu li .drop {
		position: static;
	}

	.header .menu li .drop .hide {
		display: none;
	}

	.header .menu li .drop li {
		width: 100%;
		text-align: left;
		box-sizing: border-box;
		border: none;
	}

	.header .menu ul li a.menu-a::before {
		height: 2px;
		background: #fff;
		bottom: -1px;
		border-radius: 0;
	}

	.header .menu ul li:hover .menu-a::before,
	.header .menu ul li.on .menu-a::before {
		width: 100%;
	}

	.banner {
		margin-top: 73px;
	}

	.index-img {
		background-size: auto 100%;
	}

	.industry-slide i {
		font-size: 16px;
	}

	.industry-slide {
		padding: 140px 0 120px 0;
	}

	.industry-txt ul li img {
		border-radius: 5px;
	}
}

/*banner媒体查询*/
@media (max-width:999px) {
	.industry-txt .industry-memo h4 {
		width: 31%;
	}

	.ban-title {
		font-size: 40px;
		letter-spacing: 2px;
	}

	.ban-memo {
		font-size: 25px;
		letter-spacing: 1px;
	}

	.ban-slide a.more {
		line-height: 30px;
		font-size: 13px;
	}

	.product-list-txt h3 {
		font-size: 2.3vw;
	}

	.results-slide ul li h4 {
		font-size: 2vw;
	}

	.results-slide ul li i {
		width: 60px;
		height: 60px;
	}

	.customer-title {
		font-size: 45px;
	}

	.customer-memo {
		font-size: 18px;
		font-weight: normal;
	}

	.contact-slide ul {
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: 400px;
		margin: 30px auto;
	}

	.contact-slide ul li {
		line-height: 20px;
		width: 100%;
		margin: 10px 0;
	}

	.product-num-nub {
		font-size: 40px;
	}

	.product-num-wan {
		font-size: 30px;
	}

	.product-num-inf {
		font-size: 14px;
		margin: 5px 0;
	}

	.inner-product dl dt,
	.inner-product dl dd {
		width: 100%;
		position: static;
	}

	.inner-product dl dd {
		padding: 40px 5px;
	}

	.product-dl-advantage-title span {
		font-size: 26px;
	}

	.inner-product dl dd .body ul li {
		font-size: 15px;
	}
}


@media (max-width:856px) {

	.con-content-ul,
	.con-content-img {
		width: 100%;
		margin: 10px 0;
	}


	.contact-slide ul li h4 {
		font-size: 20px;
	}

	.inner-title h3 {
		font-size: 28px;
	}

	.inner-title h4,
	.about-adv-txt h4,
	.inner-culture-txt h4 {
		font-size: 22px;
	}

	.inner-title h5 {
		font-size: 18px;
	}

	.about-adv-txt h5 {
		font-size: 15px;
	}

	.contact-slide dl dd {
		font-size: 15px;

	}
}

@media (max-width:768px) {
	.about-adv {
		padding: 50px 0;
	}

	.inner-title h4,
	.about-adv-txt h4,
	.inner-culture-txt h4 {
		font-size: 18px;
	}

	.ab-txt {
		line-height: 28px;
	}

	.product-num-item {
		width: 46%;
		margin: 15px 2%;
	}

	.ban-title {
		font-size: 5vw;
		letter-spacing: 0;
	}

	.ban-memo {
		font-size: 4vw;
		letter-spacing: 0;
	}

	.results-title,
	.contact-title {
		font-size: 25px;
		margin-bottom: 25px;
	}

	.customer-logo img {
		width: 60%;
	}

	.customer-title {
		font-size: 26px;
		margin: 20px 0;
	}

	.customer-memo {
		font-size: 16px;
	}

	.index-footer {
		font-size: 14px;
	}

	.contact-memo {
		font-size: 15px;
		margin: 20px 0 30px 0;
	}

	.honor-button-next,
	.honor-button-prev {
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}

	.industry-title .section {
		padding: 0 45px;
	}

	.industry-swiper-button-next,
	.industry-swiper-button-prev {
		width: 40px;
		height: 40px;
		top: 48%;
	}

	.team-swiper-button-next,
	.team-swiper-button-prev,
	.job-swiper-button-next,
	.job-swiper-button-prev {
		width: 34px;
		height: 34px;
		margin-top: -17px;
	}

	.industry-slide {
		padding: 100px 0 80px 0;
	}

	.inner-title em {
		height: 50px;
	}

}

@media (max-width:658px) {

	.industry-slide img {
		max-width: 50px !important;
	}

	.product-dl-advantage-title {
		width: 90%;
	}

	.inner-product dl dd .body ul.w2,
	.inner-product dl dd .body ul.w3 {
		width: 100%;
	}

	.inner-product dl dd .body ul.w3 li,
	.inner-product dl dd .body ul.w2 li {
		width: 48%;
		padding-left: 20px;
	}

	.inner-product dl dd .body ul li::before {
		width: 5px;
		height: 5px;
		left: 3px;
	}

	.inner-product dl dd .body ul li::after {
		width: 9px;
		height: 9px;
		top: 8px;
	}

	.about-adv-txt h4,
	.about-adv-txt h5,
	.inner-culture-txt h5,
	.inner-culture-txt h4 {
		width: 100%;
	}


	.ban-title {
		font-size: 6.4vw;
		letter-spacing: 0;
	}

	.ban-memo {
		font-size: 4vw;
		letter-spacing: 0;
	}

	.copyright {
		font-size: 14px;
		right: 2%;
		bottom: 10%;
	}


	.product-list,
	.slide-content {
		background: none;
		padding: 80px 0 50px 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.product-list a {
		width: 80%;
		margin: 10px 10%;
		height: 14%;
	}

	.product-list-img {
		display: none;
	}

	.product-list-txt {
		border: 1px solid #fff;
	}

	.product-list-txt .img {
		display: none;
	}

	.product-list-txt h3 {
		margin: 0;
		font-size: 20px;
	}

	.results-slide ul li {
		width: 46%;
		margin: 5px 2%;
	}

	.results-slide ul li a {
		padding: 2vh 10px;
	}

	.results-slide ul li i {
		width: 40px;
		height: 40px;
	}

	.contact-slide dl dt img {
		max-width: 60px;
	}

	.contact-slide ul li h4 {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.contact-memo {

		margin: 10px 0;
	}

	.contact-slide ul {
		max-width: 300px;
		margin: 15px auto;
	}

	.results-slide ul li h4 {
		font-size: 16px;
	}

	.industry-txt {
		padding: 60px 0;
	}

	.industry-slide::after {
		margin-left: -15px;
		border-width: 15px;
	}

	.customer-title {
		font-size: 24px;
		font-weight: normal;
		letter-spacing: 0;
	}

	.news-content h2 {
		font-size: 18px;
	}

	.news-content p {
		font-size: 14px;
		margin: 5px 0;
	}

	.news-content span {
		font-size: 14px;
	}

	.inner-nav a {
		margin: 0 15px;
		padding: 5px 35px;
	}

	.inner-news .news-query ul li {
		width: 48%;
	}

	.detail .detail-fr {
		display: none;
	}

	.detail .detail-fl {
		width: 100%;
	}

	.detail h2 {
		font-size: 25px;
	}

	.detail-intro {
		font-size: 14px;
	}

	.career-team-memo {
		width: 100%;
		font-size: 16px;
		line-height: 28px;
	}

	.inner-title em {
		height: 35px;
	}

	.career-ul li {
		width: 31%;
		margin: 10px 1%;
	}

	.career-team-memo {
		font-size: 15px;
		line-height: 25px;
	}

	.career-adv h1 {
		font-size: 22px;
	}

	.career-adv p {
		font-size: 15px;
		letter-spacing: 1px;
	}

	.job-txt {
		padding: 20px 20px;
	}

	.job-txt h3 {
		font-size: 20px;
	}

	#allmap {
		height: 220px;
	}

	.content-txt ul li {
		width: 100%;
		margin: 5px 0;
	}

	.content-txt ul li::after {
		display: none;
	}


	.industry-txt .industry-memo h1 {
		font-size: 18px;
	}

	.industry-txt .industry-memo h4 {

		width: 48%;
		font-size: 18px;
		padding-left: 14px;

	}

}
