a {
	text-decoration: none;
	-webkit-transition: all ease-in .4s;
	-ms-transition: all ease-in .4s;
	-moz-transition: all ease-in .4s;
	-o-transition: all ease-in .4s;
	transition: all ease-in .4s;
}

body {
	color: #555;
}

.box {
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.section {
	width: 92%;
	max-width: 1600px;
	margin: 0 auto;
}

/*banner*/
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;

}


.n-ban-img {
	width: 100%;

}

.n-ban-imgg {
	width: 100%;

}

.n-ban-img img,
.n-ban-imgg img {
	width: 100%;
}


.n-ban-txt {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}


.n-ban-txt h2 {
	text-transform: uppercase;
	text-align: right;
	font-size: 45px;
	margin: 10px 0;
	font-weight: 600;

}

.n-ban-txt h3 {
	text-transform: uppercase;
	text-align: center;
	font-size: 45px;
	letter-spacing: 2px;
	font-weight: 600;
	text-shadow: 0 0 10px #999;
}

.n-ban-txt h4 {
	text-transform: uppercase;
	text-align: left;
	font-size: 45px;
	letter-spacing: 2px;
	font-weight: 600;
	text-shadow: 0 0 10px #999;
}

.n-ban-txt p {

	float: right;
	text-align: right;
	max-width: 592px;
	margin-top: 50px;
	line-height: 45px;
	font-size: 24px;
}

.n-ban-txt h1 {
	font-size: 71px;
	margin: 10px 0;
	font-weight: 600;
	line-height: 70px;
	max-width: 615px;
	text-shadow: 0 0 10px #999;
}


.n-ban-txt span {
	display: block;
	line-height: 45px;
	font-size: 24px;
}



.n-ban-txt a {
	border: 1PX solid #fff;
	color: #fff;
	float: left;
	display: block;
	margin-top: 65px;
	text-shadow: 0 0 10px #999;
	padding: 0 70px 0 35px;
	line-height: 54px;
	border-radius: 30px;
	font-size: 18px;
	transition: 0.4s;
	position: relative;
}

.n-ban-txt a::after {
	content: "";
	display: block;
	width: 23px;
	height: 12px;
	background: url(../icon13.png);
	background-size: 100%;
	position: absolute;
	right: 12%;
	top: 50%;
	margin-top: -6px;
}

.n-ban-txt a:hover {
	color: #fff;
	background: #005f36;
	border: 1PX solid #005f36;
}



.n-ban-txt-f {
	width: 100%;
	position: absolute;
	left: 0;
	top: 15%;
	z-index: 10;
	color: #666;


}

.n-ban-txt-f h1 {
	font-size: 50px;
	margin: 10px 0;
	font-weight: 600;
	line-height: 60px;
	max-width: 615px;
	text-shadow: 0 0 10px #999;
}

.n-ban-txt-f span {
	display: block;
	line-height: 45px;
	font-size: 24px;
}

.n-ban-txt-f a {
	border: 1PX solid #999;
	color: #666;
	float: left;
	display: block;
	margin-top: 30px;
	text-shadow: 0 0 10px #999;
	padding: 0 70px 0 35px;
	line-height: 45px;
	border-radius: 30px;
	font-size: 16px;
	transition: 0.4s;
	position: relative;
}

.n-ban-txt-f a::after {
	content: "";
	display: block;
	width: 23px;
	height: 12px;
	background: url(../icon13.png);
	background-size: 100%;
	position: absolute;
	right: 12%;
	top: 50%;
	margin-top: -6px;
}

.n-ban-txt-f a:hover {
	color: #fff;
	background: #005f36;
	border: 1PX solid #005f36;
}






.inner-product-box {
	overflow: hidden;
	padding: 105px 0 5px 0;
	background: #f5f5f5;
}

.inner-product-box h1 {
	font-size: 35px;
	color: #555555;
	margin-bottom: 40px;
	font-weight: bold;

}

.inner-product-detail-box {
	overflow: hidden;
	padding: 105px 0 5px 0;
	background: #f5f5f5;
}



.choose-us {
	margin-top: 35px;

}

.choose-img {
	width: 30%;
	float: left;
	position: relative;
}

.choose-img img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	max-width: 100%;

}

.choose-txt {
	float: right;
	width: 62%;
	margin: 0 5% 0 3%;
	max-width: 1158px;
	position: relative;
}


.choose-us-memo {
	font-size: 16px;
	line-height: 35px;
	color: #434242;
	margin-bottom: 35px;

}

.choose-us .choose-us-memo h1 {
	font-size: 36px;
	color: #10534f;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.choose-us .choose-us-memo span {
	font-weight: bold;
}



.choose-us ul {
	width: 100%;
	overflow: hidden;
	padding: 2px 0 30px 0;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}



.choose-us ul li img {
	max-width: 100%;
	display: block;
	margin: 10px auto;
}

.choose-us ul li {
	font-size: 14px;
	color: #0ea49b;
	text-align: center;
	font-weight: bold;

}


.choose-us dl {
	margin-top: 20px;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.choose-us dl dt {
	width: 12%;
	margin-right: 1%;
	font-size: 6vw;
	color: #0ea49b;
	font-weight: bold;
}

.choose-us dl dd {
	width: 87%;
	font-size: 16px;
	color: #434242;
	line-height: 35px;
}


.none-dd {
	width: 100% !important;
}

.choose-us dl dd span {
	font-weight: bold;
}

.choose-us dl dd i {
	font-size: 24px;
	font-style: normal;
	color: #0ea49b;
	font-weight: bold;
}

.ues-box {
	overflow: hidden;
	margin: 60px 0 90px 0;
}

.ues-box .section {
	position: relative;
	padding-top: 57px;
}




.ues-box h1 {
	position: absolute;
	z-index: 10;
	text-align: center;
	width: 50%;
	max-width: 575px;
	right: 6%;
	top: 0;
	font-size: 1.9vw;
	padding: 30px 10px;
	text-transform: uppercase;
	color: #fff;
	background: #0ea49b;
	font-weight: bold;
}

.ues-box h1::before {
	content: "";
	display: block;
	width: 22px;
	height: 57px;
	background: url(../ues-i.png);
	background-size: 100%;
	position: absolute;
	right: 100%;
	top: 0;
}

.ues-box .box {
	background: #fff url(../ues-box-dl-dd.jpg) no-repeat bottom right;
	background-size: 100%;
}

.ues-left {
	width: 39%;
	float: left;
}

.ues-left img {
	max-width: 100%;
}



.ues-right {
	float: left;
	width: 58%;
	margin-left: 3%;
	padding-right: 80px;

	color: #555555;
	position: relative;

}

.ues-slide-txt span {
	width: 100%;
	display: block;
	margin: 100px 0 80px 0;
	font-size: 14px;
	text-align: right;
}

.ues-slide-txt em {
	width: 100%;
	display: block;
	background: url(../ues-em.png) no-repeat;
	height: 7px;
}

.ues-slide-txt p {
	font-size: 18px;
	overflow: hidden;
	margin: 40px 0;
	line-height: 39px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.ues-right a {

	margin: 10px 0;
	display: block;
	text-align: right;
	font-size: 18px;
	color: #30aa97;
}


.ues-button {
	width: 110px;
	height: 42px;
	overflow: hidden;
	margin: 20px 0;
	position: relative;
}

.ues-swiper-button-next,
.ues-swiper-button-prev {
	width: 20px;
	height: 42px;
	color: #555555;
}

.ues-swiper-button-next:after,
.ues-swiper-button-prev:after {
	font-size: 25px;
	font-weight: bold;
}

.ues-swiper-button-next:hover,
.ues-swiper-button-prev:hover {
	color: #30aa97;
}


.product-memo {
	background: #f5f5f5;
	margin-top: 40px;
	overflow: hidden;
}

.product-memo h1 {
	font-size: 38px;

	color: #10534f;
	font-weight: bold;
}

.product-memo i {
	font-weight: normal;
	font-style: normal;
}

.product-memo-left {
	width: 50%;

}

.product-memo-left h2 {
	font-weight: bold;
	font-size: 30px;
	padding: 65px 0 30px 0;
	color: #30aaa6;
	line-height: 35px;
}


.product-memo-left p {
	font-size: 16px;
	color: #555;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 35px;
	margin-bottom: 30px;
}


.product-memo-left a {
	font-size: 18px;
	display: block;
	font-weight: bold;
	margin-bottom: 60px;
	color: #30aaa6;
}

.product-memo-mySwiper .product-memo-img {
	background: #fff;
	border-bottom: 4px solid #fff;
	padding: 20px;
	margin: 30px 0 10px 0;
}

.swiper-slide-thumb-active .product-memo-img {
	border-bottom: 4px solid #0ea49b;
	margin: 10px 0 30px 0;
}


.product-memo-right {
	width: 48%;
}


.product-detail {
	background: #f5f5f5;
	margin-top: 40px;
	overflow: hidden;
}


.product-detail-left {
	width: 45%;
}


.product-detail-right {
	width: 50%;
}

.product-detail-right h3 {
	font-weight: bold;
	font-size: 28px;
	color: #10534f;

}

.product-detail-right h4 {
	font-weight: bold;

	font-size: 24px;
	padding: 65px 0 20px 0;
	color: #00736d;
}

.product-detail-right p {
	font-size: 18px;
	color: #555;
	overflow: hidden;
	line-height: 35px;
	margin-bottom: 60px;
}


.product-detail-mySwiper .product-detail-img {
	background: #fff;
	border: 1px solid #cccccc;
	padding: 20px;
}

.swiper-slide-thumb-active .product-detail-img {
	border: 1px solid #0ea49b;
}



.Product-list {
	width: 100%;
	margin: 60px 0 20px 0;
	overflow: hidden;
}

.Product-list ul {
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

}

.Product-list ul li {
	width: 31%;
	margin: 55px 0;
}

.Product-list ul li:nth-child(3n-1) {
	margin: 15px 3.5%;
}

.Product-list ul li a {
	display: block;
	color: #bfbfbf;
}


.Product-list ul li .Product-title-memo {
	background: #bfbfbf;
	color: #fff;
	text-align: center;
	padding: 10px 18px 25px 18px;
	position: relative;
}

.Product-list ul li .Product-title-memo h3 {
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	padding: 20px 0;

}

.Product-list ul li .Product-title-memo p {
	font-size: 14px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;

}

.Product-list ul li .Product-title-memo::before,
.Product-list ul li .Product-title-memo::after {
	content: "";
	display: block;
	width: 18px;
	height: 21px;
	position: absolute;
	bottom: -21px;
}

.Product-list ul li .Product-title-memo::before {
	background: url(../Product-title-memo-l.png);
	background-size: 100%;
	left: 0;
}

.Product-list ul li .Product-title-memo::after {
	background: url(../Product-title-memo-r.png);
	background-size: 100%;
	right: 0;
}

.Product-list ul li .Product-txt {
	background: #eeeeee;
	margin: 0 18px;
	overflow: hidden;
}

.Product-list ul li .Product-txt .img-box {
	padding: 60px 0 40px 0;
}

.Product-list ul li span {
	display: block;
	padding: 0 30px 30px 30px;
	font-weight: bold;

}

.Product-list ul li a:hover .Product-txt {
	background: #fff;
}

.Product-list ul li a:hover span {
	color: #0ea49b;
}

.Product-list ul li a:hover .Product-title-memo {
	background: #0ea49b;
}

.Product-list ul li a:hover .Product-title-memo::before {
	background: url(../Product-title-memo-l-h.png);
	background-size: 100%;
	left: 0;
}

.Product-list ul li a:hover .Product-title-memo::after {
	background: url(../Product-title-memo-r-h.png);
	background-size: 100%;
	right: 0;
}



.main-nav {
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	line-height: 23px;
	color: #333333;
	padding-left: 40px;
	position: relative;
	padding-bottom: 60px;

}

.main-nav::after {
	content: "";
	display: block;
	width: 17px;
	height: 23px;
	position: absolute;
	top: 0;
	background: url(../location.png);
	background-size: 100%;
	left: 0;
}

.main-nav a {
	color: #333333;
}

.main-nav span {
	color: #0ea49b;
}



.product-details-title {
	width: 100%;
	margin: 40px 0;
	overflow: hidden;
	color: #10534f;
	font-weight: bold;
	line-height: 39px;

}

.product-details-title a {
	float: right;
	display: block;
	font-size: 24px;
	position: relative;
	padding-left: 60px;
	color: #10534f;
}


.product-details-title a::before {
	content: "";
	display: block;
	width: 39px;
	height: 39px;
	position: absolute;
	top: 0;
	background: url(../icon21.png);
	background-size: 100%;
	left: 0;
}

.product-placeholder {
	width: 100%;
	height: 55px;
	overflow: hidden;
}

.product-cp-detail-txt {
	overflow: hidden;
	font-size: 18px;
	line-height: 35px;
	color: #555555;
}


.product-cp-detail-txt table {
	width: 100%;
	min-width: 700px;
	overflow: hidden;
	border-radius: 12px;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	background: #f1f1f1;
	text-align: center;
}

.product-cp-detail-txt table td {
	background: #fff;
	border-left: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	padding: 10px 0;
	font-size: 14px;
}

.product-cp-detail-txt .table-bj td {
	background: #0ea49b;
	padding: 25px 0;
	color: #fff;
	font-size: 16px;
}

.product-cp-detail-txt .h-bj td {
	background: #c9c9c9;
}

.product-cp-detail-txt ul {
	width: 100%;
	overflow: hidden;
}

.product-cp-detail-txt ul li {
	position: relative;
	color: #555555;
	padding-left: 22px;
}

.product-cp-detail-txt ul li::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background: #555555;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 14px;
	z-index: 10;
}

.product-cp-detail-txt h1 {
	font-size: 24px;
	color: #00736d;
	margin-bottom: 10px;

}


/*news*/
.news-catrec {
	overflow: hidden;
	padding: 60px 0 30px 0;
}

.news-catrec h2 {
	font-size: 30px;
	color: #555;

	line-height: 40px;
	margin-bottom: 40px;
}

.news-catrec ul {
	width: 100%;
	overflow: hidden;
}

.news-catrec ul li {
	margin-bottom: 35px;
}

.news-catrec ul li a {
	display: block;
	background: #e5e5e5;
	position: relative;
}

.news-catrec ul li:nth-child(1) {
	width: 68%;
	float: left;
}

.news-catrec ul li:nth-child(2) {
	width: 30%;
	float: right;
}

.news-catrec ul li:nth-child(3) {
	width: 30%;
	float: right;
}

.news-img {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.news-img img {
	display: block;
	width: 100%;
	transition: 0.4s;
}

.news-catrec .news-txt {
	padding: 0 40px 0 20px;
	line-height: 58px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 18px;
	overflow: hidden;
	position: relative;

}

.news-catrec ul li:nth-child(1) .news-txt {
	line-height: 80px;
	font-size: 24px;
}

.news-catrec .news-txt::after {
	content: '';
	display: block;
	width: 11px;
	height: 17px;
	background: url(../icon22.png);
	background-size: 100%;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -8px;

}

.news-catrec ul li a:hover img {
	transform: scale(1.3, 1.3);
}

.news-catrec ul li a:hover {
	background: #187773;
	color: #fff;
}

.news-catrec ul li a:hover .news-txt::after {

	background: url(../icon22-h.png);
	background-size: 100%;

}

.main-class {
	width: 100%;
	overflow: hidden;
	background: #e5e5e5;
}

.main-class .section {
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}

.main-class .section::-webkit-scrollbar {
	display: none
}


.main-class a {
	display: inline-block;
	line-height: 60px;
	padding: 20px 35px;
	text-align: center;
	font-size: 20px;

	font-weight: bold;
	color: #3c3c3c;
	position: relative;
}


.main-class a:hover {
	background: #187773;
	color: #fff;
}

.main-class a.on,
.main-class a.choose {
	background: #187773;
	color: #fff;
}



/*新闻中心*/
.main-news {
	width: 100%;
	overflow: hidden;
	margin: 53px 0 60px 0;
}

.main-news .news-query {
	width: 63%;
	float: left;
}

.main-news dl {
	width: 100%;
	display: block;
	overflow: hidden;
}

.main-news dl dt {
	overflow: hidden;
}

.main-news dl dd {
	overflow: hidden;
}


.main-news dl dt img {
	width: 100%;
	display: block;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.main-news dl dd h2 {
	color: #6b6e6e;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main-news dl dd p {
	color: #6b6e6e;
	font-size: 14px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	overflow: hidden;
}

.main-news dl dd span {
	display: block;

	font-size: 14px;
	color: #6b6e6e;
	font-weight: bold;
}

.main-news a:hover img {
	transform: scale(1.05, 1.05);
	transition: transform 0.6s ease 0s;
}

.main-news a:hover h2 {
	color: #187773;
}

.main-news a:hover span {
	color: #187773;
}

.main-news .news-query dl {
	margin-bottom: 40px;
}

.main-news .news-query dl dd span {
	margin-top: 25px;
}

.main-news .news-hot dl dd span {
	margin-top: 15px;
}

.main-news .news-hot dl {
	margin-bottom: 40px 0;
}

.main-news .news-hot {
	width: 32.4%;
	background: #f1f1f1;
	float: right;
	padding-bottom: 30px;
}

.main-news .news-hot h3 {
	font-size: 30px;
	color: #555;
	padding: 40px 48px 30px 48px;

}

.main-news .news-query dl dt {
	width: 35%;
	float: left;
}

.main-news .news-query dl dd {
	width: 61%;
	float: right;
}

.main-news .news-hot dl dt {
	width: 100%;
}

.main-news .news-hot dl dd {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 2px dotted #dcdcdc;
}

.main-news .news-query dl dd h2 {
	font-size: 24px;
	height: 24px;
	margin: 25px 0;
}

.main-news .news-hot dl dd h2 {
	font-size: 18px;
	height: 24px;
	margin: 30px 0 10px 0;
}



.main-news .news-hot dl a {
	display: block;
	padding: 0 30px;

}

.main-news .news-hot dl:last-child dd {
	border: 0;
}

.news-detail {
	width: 100%;
	background: #fff;
	padding: 60px 0 120px 0;
	overflow: hidden;
}

.news-detail h2,
.news-detail h4 {
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #333333;

	line-height: 40px;
}

.news-detail h2 {
	letter-spacing: 3px;
}

.news-detail .news-time {
	width: 100%;
	padding: 35px 0;
	font-size: 14px;
	line-height: 24px;
	color: #535353;
	text-align: center;
}

.news-detail .news-intro {
	width: 100%;
	padding: 45px 0 65px 0;
	line-height: 35px;
	border-top: 1px dotted #aaaaaa;
	border-bottom: 1px dotted #aaaaaa;
	font-size: 14px;
	color: #535353;
	margin-bottom: 70px;
}

.news-detail .news-intro img {
	max-width: 100%;
}

.news-up-down {
	width: 100%;
	background: #fff;
	margin-top: 30px;
	overflow: hidden;
	color: #999;
}

.news-up-down ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: auto;
}

.news-up-down ul li {
	width: 50%;
}

.news-up-down ul li a {
	color: #fff;
	display: block;
	line-height: 18px;
	background: #626262;
	padding: 23px 40px;
	font-size: 14px;
}

.news-up-down ul li i {
	display: block;
	width: 18px;
	height: 18px;
}

.news-up-down ul li a.uptitle {
	float: left;
}

.news-up-down ul li a.downtitle {
	float: right;
}

.news-up-down ul li a.uptitle i {
	float: left;
	margin-right: 35px;
	background: url(../p.png);
	background-size: 100%;
}

.news-up-down ul li a.downtitle i {
	float: right;
	margin-left: 35px;
	background: url(../n.png);
	background-size: 100%;
}

.news-up-down ul li a:hover {
	background: #187773;
}




.product-up-down {
	width: 100%;
	padding: 30px 0 130px 0;
	overflow: hidden;
	color: #999;
}

.product-up-down ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: auto;
}

.product-up-down ul li {
	width: 50%;
}

.product-up-down ul li a {
	color: #10534f;
	display: block;
	line-height: 45px;
	font-size: 24px;

	font-weight: bold;
	position: relative;
}

.product-up-down ul li i {
	display: block;
	position: absolute;
	width: 45px;
	height: 45px;
	border-radius: 100%;
}

.product-up-down ul li a.uptitle {
	padding-left: 65px;
	float: left;
}

.product-up-down ul li a.downtitle {
	float: right;
	padding-right: 65px;
}

.product-up-down ul li a.uptitle i {
	left: 0;
	top: 0;
	background: #0ea49b url(../p.png) no-repeat center center;
	background-size: 40%;
}

.product-up-down ul li a.downtitle i {
	right: 0;
	top: 0;
	background: #0ea49b url(../n.png) no-repeat center center;
	background-size: 40%;
}

.inner-title {
	overflow: hidden;
	margin-bottom: 50px;
	display: block;
}

.inner-title h1 {
	text-align: center;
	font-weight: bold;

	font-size: 37px;
	color: #333;
	margin-bottom: 40px;
}

.inner-title h2 {
	text-align: center;
	font-weight: bold;

	font-size: 37px;
	color: #333;

}

.inner-title em {
	display: block;
	width: 144px;
	height: 10px;
	margin: 0 auto;
	background: url(../icon35.png) no-repeat center center;
	background-size: 100%;
}


.careers-banner-txt {
	position: absolute;
	width: 100%;
	left: 0;
	top: 40%;
}

.careers_list {
	margin-top: 90px;
	text-align: center;
}

.careers_list a {
	width: 25.33%;
	max-width: 300px;
	display: inline-block;
	background-color: #eeeeee;
	overflow: hidden;
	color: #333;
	line-height: 45px;
	font-size: 18px;
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
	padding: 15px 10px;
	margin: 0 3%;
	transition: all .5s;
}

.careers_list i {
	width: 80px;
	height: 80px;
	display: block;
	margin: 5px auto;
}

.careers_list p {
	font-weight: bold;

	display: block;
}

.careers_list .icon01 {
	background: url(../icon23.png);
	background-size: 100%;
}

.careers_list .icon02 {
	background: url(../icon24.png);
	background-size: 100%;
}

.careers_list .icon03 {
	background: url(../icon25.png);
	background-size: 100%;
}

.careers_list a:hover .icon01 {
	background: url(../icon23-h.png);
	background-size: 100%;
}

.careers_list a:hover .icon02 {
	background: url(../icon24-h.png);
	background-size: 100%;
}


.careers_list a:hover .icon03 {
	background: url(../icon25-h.png);
	background-size: 100%;
}

.careers_list a.on .icon01 {
	background: url(../icon23-h.png);
	background-size: 100%;
}

.careers_list a.on .icon02 {
	background: url(../icon24-h.png);
	background-size: 100%;
}


.careers_lista a.on .icon03 {
	background: url(../icon25-h.png);
	background-size: 100%;
}

.careers_list a.on {
	color: #fff;
	background: #0ea49b;
}

.careers_list a:hover {
	color: #fff;
	background: #0ea49b;
}


.careers-where {
	width: 100%;
	overflow: hidden;
	padding: 100px 20px;
}



.careers-where .careers-where-img {
	color: #fff;
	text-align: center;
	padding: 0 16px;
	overflow: hidden;
	position: relative;
}



.careers-where .careers-where-img::before,
.careers-where .careers-where-img::after {
	content: "";
	display: block;
	width: 16px;
	height: 18px;
	position: absolute;
	bottom: -1px;
}

.careers-where .careers-where-img::before {
	background: url(../careers-where-img-l.png);
	background-size: 100%;
	left: 0;
}

.careers-where .careers-where-img::after {
	background: url(../careers-where-img-r.png);
	background-size: 100%;
	right: 0;
}

.careers-where .careers-where-txt {
	background: #eeeeee;
	border-top: 18px solid #c9c9c9;
	padding: 45px 35px;
	position: relative;
	overflow: hidden;
}

.careers-where .careers-where-txt dl {
	overflow: hidden;
	width: 96%;
	float: left;
	margin: 10px 2%;
	display: flex;
	color: #555;
	flex-wrap: wrap;
	position: relative;
}

.careers-where .careers-where-txt dl dt {
	width: 12%;
	position: relative;
}

.careers-where .careers-where-txt dl dt img {
	max-width: 100%;
}

.swiper-slide .img01 {
	display: block;
}

.swiper-slide .img02 {
	display: none;
}

.swiper-slide-thumb-active .img01 {
	display: none;
}

.swiper-slide-thumb-active .img02 {
	display: block;
}

.swiper-slide-thumb-active dd {
	color: #0ea49b;
}

.careers-where .careers-where-txt dl dd {
	width: 86%;
	margin-left: 2%;
	font-size: 18px;


}

.careers-where .careers-where-txt h3 {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;

}

.careers-where .careers-where-txt p {
	font-size: 16px;
}

.careers-what {
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}


.careers-what .careers-what-txt {
	text-align: center;
	padding: 0 160px;
	overflow: hidden;
	position: relative;
}

.careers-what .careers-what-txt img {
	margin: 15px auto;
}

.careers-what .careers-what-txt p {
	font-size: 18px;
	text-align: center;
	line-height: 40px;
}

.careers-what .careers-what-txt::before,
.careers-what .careers-what-txt::after {
	content: "";
	display: block;
	width: 140px;
	height: 101px;
	position: absolute;
	top: 40px;
}

.careers-what .careers-what-txt::before {
	background: url(../careers-what-txt-l.jpg);
	background-size: 100%;
	left: 0;
}

.careers-what .careers-what-txt::after {
	background: url(../careers-what-txt-r.jpg);
	background-size: 100%;
	right: 0;
}


.careers-get {
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
}

.careers-get .careers-get-box {
	padding: 50px;
	overflow: hidden;
	position: relative;
	background: #f5f4f4;

}

.careers-get-img {
	overflow: hidden;
}

.careers-get-img img {
	float: left;
}

.careers-get .careers-get-box i {
	display: block;
	width: 58px;
	float: right;
	height: 58px;
}

.careers-get .careers-get-box h3 {
	font-weight: bold;
	font-size: 24px;
	line-height: 40px;
	min-height: 120px;
	margin: 40px 0;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.careers-get .careers-get-box .careers-get-box01 {
	font-size: 18px;
	line-height: 30px;
	min-height: 300px;


}



.careers-get .careers-get-box a {
	display: block;
	margin-top: 85px;
	position: relative;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	text-align: right;
	display: none;

}

.careers-get .careers-get-box a:before {
	content: "";
	display: block;
	width: 40%;
	height: 3px;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 0;

}

.careers-get-mySwiper .swiper-wrapper .swiper-slide:nth-child(odd) a {
	color: #e9ab03;
}

.careers-get-mySwiper .swiper-wrapper .swiper-slide:nth-child(even) a {
	color: #0ea49b;
}

.careers-get-mySwiper .swiper-wrapper .swiper-slide:nth-child(odd) i {
	background: url(../icon32.png);
	background-size: 100%;
}

.careers-get-mySwiper .swiper-wrapper .swiper-slide:nth-child(even) i {
	background: url(../icon30.png);
	background-size: 100%;
}

.careers-get-mySwiper .swiper-wrapper .swiper-slide:nth-child(even) a:before {

	background-color: #0ea49b;
}

.careers-get-mySwiper .swiper-wrapper .swiper-slide:nth-child(odd) a:before {
	background-color: #e9ab03;
}

.careers-get-button {
	position: relative;
	height: 75px;
	width: 100%;
	max-width: 180px;
	margin: 40px auto;
}

.careers-get-swiper-button-next,
.careers-get-swiper-button-prev {
	width: 75px;
	height: 75px;
	color: #fff;

	border-radius: 100%;
	background: #b5b5b5;
}

.careers-get-swiper-button-next:after,
.careers-get-swiper-button-prev:after {
	font-size: 40px;
}

.careers-get-swiper-button-next:hover,
.careers-get-swiper-button-prev:hover {

	background: #0ea49b;
}






.careers-do {
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
}


.careers-do-left {
	width: 48%;
	float: left;
	line-height: 55px;
	font-size: 19px;
	font-weight: bold;
	color: #333333;
}

.careers-do-left img {
	display: block;
	margin: 0 auto;
}

.careers-do-right {
	width: 48%;
	float: right;
}

.careers-do-right p {
	line-height: 33px;
	font-size: 19px;
	margin-bottom: 30px;

	padding-left: 45px;
	position: relative;
}

.careers-do-right p:before {
	content: "";
	display: block;
	width: 33px;
	height: 18px;
	position: absolute;
	top: 10px;
	left: 0;
	background: url(../icon34.png);
	background-size: 100%;
}

.careers-family {
	width: 100%;
	overflow: hidden;
	margin-bottom: 100px;
}

.careers-family-left {
	width: 40%;
	float: left;
}


.careers-family-right {
	width: 55%;
	float: right;
}

.careers-family-right h4 {
	font-size: 20px;
	color: #333;
	padding: 15px 0;
	line-height: 35px;

	font-weight: bold;
}

.careers-family-right h5 {
	font-size: 24px;
	color: #0ea49b;
	padding: 15px 20px;
	line-height: 35px;
	font-weight: bold;
}


.ny_zb {
	margin-top: 20px;
	width: 100%;
	overflow: hidden;

}

.ny_zblb li {
	width: 100%;
}

.ny_zblb li a {
	width: 60%;
	display: block;
	font-size: 24px;
	line-height: 60px;
	padding-left: 70px;
	color: #333;
	border-bottom: 20px solid #f7f7f7;
	position: relative;
	border-top: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
}

.ny_zblb li a:before {
	content: "";
	display: block;
	width: 70px;
	height: 30px;
	position: absolute;
	background: url(../jia.png) no-repeat center center;
	background-size: 35%;
	top: 50%;
	left: 0;
	margin-top: -15px;
}

.ny_zblb li a.cur:before {
	content: "";
	background: url(../jian.png) no-repeat center center;
	background-size: 35%;
}

.ny_zblb li ul {
	display: none;
	padding: 25px 30px;
}

.ny_zblb li ul li {
	background: #fff;
	font-size: 16px;
	color: #666;

}



.job-box {
	margin: 100px 0;
	overflow: hidden;

}

.job-list li {
	overflow: hidden;
	position: relative;
}


.job-list li a {
	overflow: hidden;
	display: block;
	line-height: 60px;
	padding: 30px 50px;
	color: #333;
	border-bottom: 1px solid #cccccc;

}

.job-title {
	font-weight: bold;
	font-size: 24px;
	float: left;
	padding-left: 33px;
	position: relative;
	border-left: 5px solid #0ea49b;
}


.job-recruits {
	font-size: 18px;
	float: right;
}

.job-list li ul {

	display: none;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.job-list li ul li {
	font-size: 16px;
}


.job-memo {
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #aaaaaa;
	overflow: hidden;
}

.job-memo ol li {
	width: 25%;
	padding: 15px 0;
	float: left;
	font-size: 16px;
	color: #333333;
}

.job-r-box {
	background: #eeeeee;
	font-size: 14px;
	line-height: 28px;
	overflow: hidden;
	color: #666;
	margin: 50px 50px;
	padding: 50px 30px;
}





.job-r-box h3 {
	font-size: 24px;
	font-weight: normal;
	color: #333;
	padding: 30px 0;
}

.job-responsibilities {
	width: 44%;
	margin: 0 3%;
	float: left;
}

.job-requirements {
	width: 44%;
	margin: 0 3%;
	float: right;
}

.job-list li ul {

	display: none;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}


.careerpath-box {
	margin: 85px 0;
	overflow: hidden;
	color: #333;

}

.careerpath-box h1 {
	font-size: 45px;
	color: #0ea49b;
	line-height: 60px;
}

.careerpath-box h2 {
	font-size: 36px;
	max-width: 670px;
	line-height: 60px;
}

.careerpath-box h3 {
	font-size: 24px;
	font-weight: normal;
	max-width: 1350px;
	padding: 30px 0;
	line-height: 45px;
}

.careerpath-box dl {
	overflow: hidden;
	width: 100%;
	color: #555;

}

.careerpath-box dl dt {
	width: 12.3%;
	float: left;
	position: relative;
	z-index: -11;
}


.careerpath-box dl dt img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.careerpath-box dl dd {
	width: 87.7%;
	float: right;
	line-height: 55px;
	font-size: 19px;

	font-weight: bold;
	color: #333333;
}

.careerpath-box dl dd span {
	font-size: 30px;
	display: block;
	padding: 0 20px 0 15px;
	margin: 56px 0 20px 0;
	float: left;
	line-height: 55px;
	position: relative;
}

.careerpath-box dl dd span::after {
	content: "";
	display: block;
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: 5%;
	left: -5px;
	z-index: -10;
	background: #0ea49b;

}

.careerpath-box-txt {
	width: 100%;
	font-size: 17px;
	overflow: hidden;
	font-weight: normal;
	line-height: 30px;
	padding: 15px 20px 15px 15px;
}

.m-p {
	display: none;
}

.main-about {

	padding: 105px 0 0 0;
}




.main-about-left {
	width: 45%;
	margin: 0 2% 0 5%;
	float: left;
}


.main-about-right {
	width: 48%;
	float: right;
	color: #333;
}

.main-about-right h2 {
	font-size: 35px;
	margin: 150px 0 60px 0;

}

.main-about-right p {
	font-size: 22px;
	line-height: 45px;

}

.main-about-right span {
	font-weight: bold;
}


.main-about .box {
	width: 100%;
	position: relative;
	z-index: 5;
}

.main-about-honor {
	width: 100%;
	position: relative;
	z-index: 10;
	margin-top: 100px;
	padding: 20px 0 130px 0;
	background: url(../icon38.jpg) no-repeat bottom left;
	background-size: 100%;

}

.main-about-honor-left {
	width: 35%;
	float: left;
}


.main-about-honor dl {
	overflow: hidden;
	width: 100%;
	color: #555;

}

.main-about-honor dl dt {
	width: 25%;
	margin: 0 2% 0 5%;
	float: left;
}

.main-about-honor dl dt img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.main-about-honor dl dd {
	width: 68%;
	float: right;
	text-align: center;
	color: #333333;
}

.main-about-honor dl dd h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	padding: 0 8px;
	position: relative;
}

.main-about-honor dl dd p {
	font-size: 15px;
	display: block;
	line-height: 55px;
	position: relative;
}

.main-about-honor-right {
	width: 61%;
	float: right;
	line-height: 30px;
	padding: 0 90px 0 40px;
	font-size: 17px;
	position: relative;
}

.main-about-honor-right::before {
	content: "";
	display: block;
	width: 25px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: url(../icon39.jpg);
	background-size: 100%;

}

.main-about-honor-right::after {
	content: "";
	display: block;
	width: 25px;
	height: 24px;
	position: absolute;
	top: 0;
	right: 40px;
	z-index: 10;
	background: url(../icon40.jpg);
	background-size: 100%;

}
.zs {
	display: none;
	position: absolute;
	left: 0;
	background: #fff;
	bottom: 0;
	z-index: 9999;
	width: 100%;
	overflow: hidden;
}

.zs .product-memo-img img {
	width: 90%;
	margin: 20px 5%;
	box-shadow: 0 0 10px #999;
}
.main-about-title {
	font-size: 35px;
	color: #333;
	margin-bottom: 40px;
	font-weight: bold;

}

.main-growth {
	overflow: hidden;
	padding-top: 105px;
}

.growth-dl {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	background: #eeeeee;
}

.growth-dl dt {
	width: 41.25%;
	display: flex;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	position: relative;
}

.growth-dl dt img {
	display: block;
	margin: 0 auto;
}

.growth-dl dt i {
	display: block;
	font-style: normal;
	padding: 0 15px;
	line-height: 45px;
	position: absolute;
	top: 8%;
	left: 0;
	z-index: 10;
	font-size: 24px;
	color: #0ea49b;
	background: #eeeeee;
}

.growth-dl dd {
	width: 58.75%;
	background: #eeeeee;
	color: #555;
	position: relative;
	overflow: hidden;
}

.growth-box {
	position: absolute;
	margin: 40px 30px 60px 65px;
	height: 75%;
	padding-bottom: 15px;
	padding-right: 45px;
	overflow-y: scroll;
}

.growth-box::-webkit-scrollbar {
	width: 1px;
	height: 15px;
}

.growth-box::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #ccc;
}

.growth-box::-webkit-scrollbar-track {
	display: none
}

.growth-dl dd h3 {
	font-size: 24px;
	font-weight: bold;
	padding: 20px 0 30px 0;
}

.growth-dl .growth-box-txt {
	font-size: 17px;
	line-height: 32px;
}

.growth-dl dd span {
	font-size: 18px;
	line-height: 30px;
}

.growth-time-box {
	margin-top: 30px;
	padding: 50px 70px 40px 70px;
	position: relative;
}

.growth-time-box .section {
	position: relative;
	padding: 0 50px;
}

.growth-swiper-button-next,
.growth-swiper-button-prev {
	width: 42px;
	height: 42px;
	color: #fff;
	line-height: 42px;
	text-align: center;
	border-radius: 100%;
	background: #a0a0a0;
}

.growth-swiper-button-next:after,
.growth-swiper-button-prev:after {
	font-size: 20px;
}

.growth-swiper-button-next:hover,
.growth-swiper-button-prev:hover {
	background: #0ea49b;
}

.growth-time-box::before {
	content: "";
	display: block;
	width: 100%;
	height: 37px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: url(../growth-time.jpg) no-repeat;
	background-size: 100%;
}


.time-title {
	font-size: 24px;
	color: #555555;
	text-align: center;

	font-weight: bold;
}

.swiper-slide-thumb-active .time-title {
	color: #0ea49b;
}

.main-mission {
	overflow: hidden;
	padding: 105px 0 60px 0;
}

.main-mission p {
	padding-left: 60px;
	margin-left: 35px;
	position: relative;
	font-size: 24px;
	line-height: 28px;
	color: #333;
	margin-bottom: 40px;

}

.main-mission p::before {
	content: "";
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: #0ea49b;
	border-radius: 100%;
}




.main-value {
	overflow: hidden;
}

.main-value ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.main-value ul li {
	width: 18%;
	margin: 5px 1%;
}

.main-value ul li img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.main-value ul li p {
	font-size: 24px;
	line-height: 30px;
	color: #333;
	font-weight: bold;

	text-align: center;
	padding: 35px 15px 15px 15px;
}

.main-value ul li i {
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto;
}


.main-value ul li i.icon01 {
	background: url(../icon41.png);
	background-size: 100%;
}

.main-value ul li i.icon02 {
	background: url(../icon42.png);
	background-size: 100%;
}

.main-value ul li i.icon03 {
	background: url(../icon43.png);
	background-size: 100%;
}

.main-value ul li i.icon04 {
	background: url(../icon44.png);
	background-size: 100%;
}

.main-value ul li i.icon05 {
	background: url(../icon45.png);
	background-size: 100%;
}

.main-value ul li:hover .icon01 {
	background: url(../icon41-h.png);
	background-size: 100%;
}

.main-value ul li:hover .icon02 {
	background: url(../icon42-h.png);
	background-size: 100%;
}


.main-value ul li:hover .icon03 {
	background: url(../icon43-h.png);
	background-size: 100%;
}


.main-value ul li:hover .icon04 {
	background: url(../icon44-h.png);
	background-size: 100%;
}


.main-value ul li:hover .icon05 {
	background: url(../icon45-h.png);
	background-size: 100%;
}




.main-value ul li:hover p {
	color: #e9ab03;
}

.main-vision {
	overflow: hidden;
	padding-top: 75px;
}

.main-vision-left {
	width: 64%;
	float: left;
}

.main-vision-right {
	width: 34%;
	float: right;
}

.main-vision-left p {
	padding-left: 60px;
	margin-left: 35px;
	position: relative;
	font-size: 24px;
	line-height: 28px;
	color: #333;
	margin-bottom: 40px;

}

.main-vision-left p::before {
	content: "";
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: #0ea49b;
	border-radius: 100%;
}


.vision-swiper-button-next,
.vision-swiper-button-prev {
	width: 42px;
	height: 42px;
	color: #fff;
	border-radius: 100%;
}

.vision-swiper-button-next:after,
.vision-swiper-button-prev:after {
	font-size: 35px;
}


.main-markets {
	text-align: center;
	overflow: hidden;
	background: url(../main-markets-backgroud.jpg);
	padding-top: 105px;
	padding-bottom: 40px;
}

.main-markets h2 {
	font-size: 28px;
	color: #333;
	margin-bottom: 32px;

}

.main-markets h3 {
	font-size: 22px;
	color: #555;
	font-weight: normal;
	margin-bottom: 30px;

}

.main-markets p {
	font-size: 14px;
	color: #aaaaaa;

}

.main-markets .box {
	margin-top: 90px;
}

.main-markets .box img {
	display: block;
	margin: 0 auto;
}


.main-contact {
	overflow: hidden;
	padding: 75px 0 125px 0;
	color: #333333;
	font-family: 微软雅黑;

}

.main-contact h1 {
	font-size: 46px;
	margin-bottom: 45px;
}

.main-contact h2 {
	font-size: 23px;
	font-weight: 400;
}

.main-contact img {
	max-width: 100%;
}

.main-contact .box {
	margin-top: 80px;
}

.main-contact .con-txt {
	width: 30%;
	float: left;
}

.main-contact dl {
	width: 100%;
	overflow: hidden;
	margin-bottom: 84px;

}



.main-contact dl dt img {
	max-width: 100%;
	background-color: #f0f0f0;
	border-radius: 100%;
}

.main-contact dl dd {
	width: 65%;
	color: #333333;
	text-align: center;
	font-size: 17px;
}

.main-contact dl dd h3 {
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 18px;
}

.main-contact dl dd span {
	line-height: 22px;
}

.main-contact dl dd p {
	line-height: 28px;
}

.main-contact dl dd {
	letter-spacing: 1px;
}

.main-contact dl dt img.img01 {
	display: block;
}

.main-contact dl dt img.img02 {
	display: none;
}


.main-contact dl:hover img.img01 {
	display: none !important;
}

.main-contact dl:hover img.img02 {
	display: block !important;
	background: #0ea49b;
}

.main-contact .con-txt dl dt {
	margin-left: 15%;
	width: 20%;
	margin-top: 20px;
	float: right;
}

.main-contact .con-txt dl dd {
	float: left;
	width: 65%;
}


.main-contact .con-img {
	width: 30%;
	float: left;
	margin: 0 5%;
}

.main-contact .con-wx {
	width: 30%;
	float: left;
}


.main-contact .con-wx dl dt {
	float: left;
	width: 20%;
	margin-top: 15px;

}

.main-contact .con-wx dl dd {
	float: right;
	width: 65%;
	margin: 0 10% 0 5%;
}

.main-contact ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
	justify-content: space-between;
}

.main-contact ul li {
	width: 21%;
	letter-spacing: 1px;
	padding: 35px 20px;
	margin: 10px 1%;
	text-align: center;
	background: #eeeeee;
	position: relative;
}

.main-contact ul li::before,
.main-contact ul li::after {
	content: '';
	width: 106%;
	border-radius: 15px;
	left: -3%;
	position: absolute;
	height: 16px;
	background: #959595;
}

.main-contact ul li::before {

	top: 0;
}

.main-contact ul li::after {

	bottom: 0;

}

.main-contact ul li img {
	margin: 10px auto;
}

.main-contact ul li h3 {
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 18px;
}

.main-contact ul li p {
	font-size: 18px;
	line-height: 25px;
}

.main-contact ul li span {
	font-size: 15px;
	line-height: 19px;
}

.main-contact ul li img.img01 {
	display: block;
}

.main-contact ul li img.img02 {
	display: none;
}

.main-contact ul li:hover::before,
.main-contact ul li:hover::after {
	background: #0ea49b;
}

.main-contact ul li:hover h3 {
	color: #0ea49b;
}

.main-contact-txt {
	padding: 20px;
	min-height: 135px;
	margin-top: 20px;
	background: #fff;
}

.main-contact ul li:hover img.img01 {
	display: none !important;
}

.main-contact ul li:hover img.img02 {
	display: block !important;
}

#allmap,
#allmap01 {
	height: 550px;
}


#code,
#code01 {
	width: 800px;
	border: 6px solid #0ea49b;
	box-shadow: 0 0 20px #999;
	border-radius: 40px;
	overflow: hidden;
	z-index: -99;
	position: fixed;
}

#closebt,
#closebt01 {
	position: absolute;
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	right: 35px;
	top: 30px;
	z-index: 10;
	border-radius: 100%;
	font-size: 18px;
	background-color: #0ea49b;
	color: #fff;

}


.main-sustainability {
	overflow: hidden;
	padding: 90px 0 60px 0;
}

.main-sustainability h1 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 5px auto;
	color: #333333;
	line-height: 45px;
	max-width: 917px;
}

.main-sustainability span {
	color: #0ea49b;
	font-size: 30px;
	display: inline-block;
	font-weight: bold;
	position: relative;
	padding-left: 50px;
	line-height: 37px;
	margin-top: 20px;
}

.main-sustainability span:before {
	content: '';
	width: 42px;
	left: 0;
	position: absolute;
	height: 37px;

}

.main-sustainability span.s01:before {

	background: url(../s01.png);
	background-size: 100%;

}

.main-sustainability span.s02:before {

	background: url(../s02.png);
	background-size: 100%;

}

.main-sustainability span.s03:before {

	background: url(../s03.png);
	background-size: 100%;

}

.main-sustainability span.s04:before {

	background: url(../s04.png);
	background-size: 100%;

}

.main-sustainability span.s05:before {

	background: url(../s05.png);
	background-size: 100%;

}

.main-sustainability span.s06:before {

	background: url(../s06.png);
	background-size: 100%;

}


.main-sustainability h3 {
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	margin: 10px 0 50px 0;
}



.sustainability-memo-top {
	text-align: center;
	font-size: 18px;
	color: #555555;
	line-height: 38px;

}

.sustainability-memo-top-txt {
	margin-top: 55px;
}

.sustainability-memo-first {
	padding-top: 105px;
}

.sustainability-memo-first dl {
	overflow: hidden;
	margin-top: 60px;
}

.sustainability-memo-first dl dt {
	width: 48%;
	float: left;
}

.sustainability-memo-first dl dt img {
	width: 100%;
}

.sustainability-memo-first dl dd {
	width: 48%;
	float: right;
	font-size: 15px;
	color: #555555;
	line-height: 30px;

}




.sustainability-memo-second {
	padding-top: 105px;
	text-align: center;
}

.sustainability-memo-second h3,
.sustainability-memo-third h3,
.sustainability-memo-fourth h3 {
	margin: 35px 0 55px 0;
}

.sustainability-memo-second-txt {
	max-width: 96%;
	margin: 50px auto 10px auto;
	text-align: left;
	font-size: 15px;
	color: #555555;
	line-height: 30px;
}

.sustainability-memo-third {
	padding-top: 105px;
	text-align: center;
}

.sustainability-memo-third dl {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.sustainability-memo-third dl dt {
	width: 48%;
	margin-left: 4%;
}

.sustainability-memo-third dl dt img,
.sustainability-memo-fifth dl dt img,
.sustainability-memo-sixth dl dt img {
	width: 100%;
}

.sustainability-memo-third dl dd {
	width: 48%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	font-size: 18px;
	color: #555555;
	line-height: 35px;

}

.sustainability-memo-fourth {
	padding-top: 105px;
	text-align: center;
}

.sustainability-memo-fourth-txt {
	text-align: left;
	font-size: 18px;
	color: #555555;
	line-height: 30px;
}

.sustainability-memo-fourth-txt img {
	max-width: 100%;
	display: block;
	margin: 20px auto;
}




.sustainability-memo-fifth {
	padding-top: 105px;
}

.sustainability-memo-fifth dl {
	overflow: hidden;
}

.sustainability-memo-fifth dl dt {
	width: 48%;
	float: left;
}

.sustainability-memo-fifth dl dd {
	width: 48%;
	float: right;
	font-size: 18px;
	color: #555555;
	line-height: 35px;

}




.sustainability-memo-sixth {
	padding: 105px 0;
}

.sustainability-memo-sixth dl {
	overflow: hidden;
}

.sustainability-memo-sixth dl dt {
	width: 48%;
	float: right;
}

.sustainability-memo-sixth dl dd {
	width: 48%;
	float: left;
	font-size: 18px;
	color: #555555;
	line-height: 35px;

}

.sustainability-memo-sixth-p {
	position: relative;
	z-index: 10;
	min-height: 100px;
}

.sustainability-memo-sixth-p p {
	position: absolute;
	padding: 65px;
	left: 0;
	z-index: 10;
	width: 130%;
	line-height: 28px;
	background: #0ea49b;
	color: #fff;
}



.sustainability-list {
	margin-top: 105px;
	overflow: hidden;

}


.sustainability-list-box li {
	overflow: hidden;
	position: relative;
	border: 1px solid #cccccc;
	margin-bottom: 20px;
}


.sustainability-list-box li a {
	overflow: hidden;
	display: block;
	line-height: 60px;
	padding: 30px 50px;
	color: #333;

	border-bottom: 1px solid #cccccc;

}

.sustainability-list-title {
	font-weight: bold;
	font-size: 30px;
	float: left;
	padding-left: 33px;
	position: relative;
	border-left: 5px solid #0ea49b;
}


.sustainability-list-recruits {
	font-size: 18px;
	float: right;
	min-width: 230px;
}


.sustainability-list-box .sustainability-list-foldContent {
	background: #eeeeee;
	font-size: 18px;
	line-height: 28px;
	overflow: hidden;
	color: #555555;
	margin: 50px 50px;
	padding: 50px 30px;
}

.sustainability-list-box .sustainability-list-foldContent p {
	margin-bottom: 20px;
}


.search {
	margin: 90px 0;
}




.qt-pagination {
	width: 94%;
	margin: auto;
	overflow: hidden;
	padding: 30px 0;
	text-align: center;
}

.qt-pagination a {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	padding: 0 10px;
	margin-right: 3px;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
}

.qt-pagination .pages {
	background: #187773;
	color: #fff;
}



@media (max-width:1540px) {





	.main-sustainability h1 {
		font-size: 26px;
		line-height: 35px;
		margin-bottom: 35px;
	}

	.main-sustainability span {
		font-size: 26px;
		padding-left: 45px;
		line-height: 33px;
		margin-top: 20px;
	}

	.main-sustainability span:before {
		width: 38px;
		height: 33px;
	}


	.main-sustainability h3 {
		font-size: 22px;
		margin: 8px 0 40px 0;
	}



	.sustainability-memo-top {

		margin: 0 auto 55px auto;
		font-size: 16px;
		line-height: 30px;
	}

	.sustainability-memo-first {
		padding: 10px 0 50px 0;
	}

	.sustainability-memo-first dl dt {}

	.sustainability-memo-first dl dd {

		font-size: 14px;
		line-height: 25px;

	}




	.sustainability-memo-second {
		margin-bottom: 50px;

	}

	.sustainability-memo-second h3,
	.sustainability-memo-third h3,
	.sustainability-memo-fourth h3 {
		margin: 25px 0 40px 0;
	}

	.sustainability-memo-second-txt {

		margin: 40px auto 10px auto;
		font-size: 14px;
		line-height: 25px;
	}

	.sustainability-memo-third {
		margin-bottom: 50px;

	}


	.sustainability-memo-third dl dt {
		width: 48%;
		margin-left: 4%;
	}

	.sustainability-memo-third dl dd {
		width: 48%;
		font-size: 16px;
		line-height: 28px;

	}

	.sustainability-memo-fourth {
		margin-bottom: 55px;
	}

	.sustainability-memo-fourth-txt {
		font-size: 16px;
		line-height: 25px;
	}

	.sustainability-memo-fourth-txt img {
		margin: 15px auto;
	}


	.sustainability-memo-fifth {
		margin-bottom: 50px;
	}

	.sustainability-memo-fifth dl dd {
		font-size: 16px;
		line-height: 28px;

	}


	.sustainability-memo-sixth {
		margin-bottom: 45px;
	}



	.sustainability-memo-sixth dl dd {
		width: 48%;
		font-size: 16px;
		line-height: 25px;

	}


	.sustainability-memo-sixth-p p {
		padding: 45px;
		width: 130%;

	}



	.sustainability-list {
		margin: 80px 0;
	}


	.sustainability-list-box li {

		margin-bottom: 10px;
	}


	.sustainability-list-box li a {
		line-height: 50px;
		padding: 20px 40px;

	}

	.sustainability-list-title {
		font-size: 26px;
		padding-left: 25px;
	}


	.sustainability-list-recruits {
		font-size: 15px;
	}


	.sustainability-list-box .sustainability-list-foldContent {

		font-size: 16px;
		line-height: 24px;
		margin: 30px 30px;
		padding: 30px 20px;
	}

	.sustainability-list-box .sustainability-list-foldContent p {
		margin-bottom: 10px;
	}







	.n-ban-txt span,
	.n-ban-txt-f span {
		line-height: 40px;
		font-size: 20px;
	}

	.n-ban-txt h1,
	.n-ban-txt-f h1 {
		font-size: 65px;
		line-height: 70px;
	}

	.n-ban-txt h3,
	.n-ban-txt h2,
	.n-ban-txt h4 {
		font-size: 32px;
	}

	.n-ban-txt a,
	.n-ban-txt-f a {

		margin-top: 55px;
		padding: 0 70px 0 25px;
		line-height: 44px;
		border-radius: 20px;
		font-size: 16px;

	}

	.n-ban-txt p {
		max-width: 592px;
		margin-top: 30px;
		line-height: 25px;
		font-size: 20px;
	}

	.choose-us .choose-us-memo h1 {
		font-size: 32px;
	}

	.choose-us .choose-us-memo p {
		font-size: 15px;
	}

	.choose-us dl dd i {
		font-size: 20px;
	}

	.ues-slide-txt p {
		font-size: 16px;
		line-height: 32px;
	}

	.ues-right a {
		font-size: 16px;
	}

	.product-memo h1 {
		font-size: 32px;
	}

	.product-memo-left h2 {
		font-size: 26px;
		padding: 55px 0 25px 0;
	}

	.product-memo-left p {
		font-size: 15px;
		line-height: 32px;
		margin-bottom: 25px;
	}

	.product-memo-left a {
		font-size: 16px;
		margin-bottom: 50px;
	}

	.Product-list ul li,
	.Product-title-memo h3 {
		font-size: 16px;
	}

	.product-detail-right h3 {
		font-size: 24px;
	}

	.product-detail-right h4,
	.product-cp-detail-txt h1 {
		font-size: 20px;
	}

	.product-detail-right p {
		font-size: 16px;
		line-height: 30px;
	}

	.product-details-title span {
		font-size: 30px;
	}

	.product-details-title a {
		font-size: 20px;
	}

	.product-mian-title,
	.inner-product-box h1 {
		font-size: 30px;
	}


	.product-cp-detail-txt .table-bj td {
		font-size: 16px;
	}

	.product-up-down ul li a {
		font-size: 20px;
	}

	.main-about-right h2 {
		margin: 100px 0 60px 0;
		font-size: 30px;
	}

	.main-about-honor dl dd h3 {
		font-size: 20px;
	}

	.main-about-honor-right {
		font-size: 16px;
	}

	.main-about-title {
		font-size: 30px;
	}

	.growth-dl dt i {
		font-size: 20px;
	}

	.growth-dl .growth-box-txt {
		font-size: 16px;
	}

	.growth-dl dd span {
		font-size: 17px;
	}

	.time-title {
		font-size: 20px;
	}

	.main-mission p {
		font-size: 20px;
	}

	.main-value ul li p {
		font-size: 20px;
	}

	.main-vision-left p {
		font-size: 20px;
	}

	.main-markets h2 {
		font-size: 24px;
	}

	.main-markets h3 {
		font-size: 18px;
	}

	.news-catrec h2 {
		font-size: 26px;
	}

	.news-catrec .news-txt {
		font-size: 16px;
	}

	.main-class a {
		font-size: 18px;
	}

	.main-news .news-query dl dd h2 {
		font-size: 20px;
		margin: 18px 0;
	}

	.main-news .news-hot h3 {
		font-size: 26px;
	}

	.news-detail h2,
	.news-detail h4 {
		font-size: 26px;
	}

	.inner-title h1 {
		font-size: 32px;
	}

	.careers-where .careers-where-txt h3 {
		font-size: 20px;
	}

	.careers-where .careers-where-txt p {
		font-size: 15px;
	}

	.inner-title h2 {
		font-size: 32px;
	}

	.careers-what .careers-what-txt p {
		font-size: 16px;
	}

	.careers-get .careers-get-box h3 {
		font-size: 20px;
		line-height: 35px;
	}

	.careers-get .careers-get-box .careers-get-box01 {
		font-size: 16px;
	}

	.careers-get .careers-get-box a {
		font-size: 20px;
	}

	.careers-do-left dl dd {
		font-size: 17px;
		line-height: 45px;
	}

	.careers-do-right p {
		font-size: 17px;
	}

	.careers-family-right h4 {
		font-size: 17px;
		line-height: 30px;
	}

	.ny_zblb li a {
		font-size: 20px;
	}

	.ny_zblb li ul li {
		font-size: 15px;
	}

	.job-list li a {
		line-height: 50px;
		padding: 20px 50px;
	}

	.job-title {
		font-size: 20px;
	}

	.job-recruits {
		font-size: 16px;
	}

	.job-r-box h3 {
		font-size: 20px;
	}

	.job-list li ul li {
		font-size: 15px;
	}

	.careerpath-box h1 {
		font-size: 35px;
	}

	.careerpath-box h2 {
		font-size: 32px;
		line-height: 50px;
	}

	.careerpath-box h3 {
		font-size: 20px;
		line-height: 38px;
	}

	.careerpath-box dl dd span {
		font-size: 26px;
	}

	.careerpath-box-txt {
		font-size: 16px;
	}


	.main-about-right p {
		font-size: 18px;
	}

	.main-contact h1 {
		font-size: 35px;
		margin-bottom: 25px;
	}

	.main-contact h2,
	.main-contact dl dd h3,
	.main-contact ul li h3 {
		font-size: 20px;
	}

	.main-contact dl dd,
	.main-contact ul li p {
		font-size: 16px;
	}
}

@media (max-width:1375px) {




	.main-sustainability h1 {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 25px;
	}

	.main-sustainability span {
		font-size: 22px;
		padding-left: 40px;
		line-height: 26px;
		margin-top: 10px;
	}

	.main-sustainability span:before {
		width: 30px;
		height: 26px;
	}


	.main-sustainability h3 {
		font-size: 18px;
		margin: 8px 0 20px 0;
	}



	.sustainability-memo-top {

		margin: 0 auto 35px auto;
		font-size: 14px;
		line-height: 24px;
	}

	.sustainability-memo-first {
		padding: 5px 0 20px 0;
	}




	.sustainability-memo-second {
		margin-bottom: 20px;

	}

	.sustainability-memo-second h3,
	.sustainability-memo-third h3,
	.sustainability-memo-fourth h3 {
		margin: 15px 0 20px 0;
	}

	.sustainability-memo-second-txt {

		margin: 20px auto 5px auto;

	}

	.sustainability-memo-third {
		margin-bottom: 20px;

	}



	.sustainability-memo-third dl dd {

		font-size: 14px;
		line-height: 25px;

	}

	.sustainability-memo-fourth {
		margin-bottom: 35px;
	}

	.sustainability-memo-fourth-txt {
		font-size: 14px;
		line-height: 22px;
	}

	.sustainability-memo-fourth-txt img {
		margin: 8px auto;
	}


	.sustainability-memo-fifth {
		margin-bottom: 30px;
	}

	.sustainability-memo-fifth dl dd {
		font-size: 14px;
		line-height: 22px;

	}


	.sustainability-memo-sixth {
		margin-bottom: 25px;
	}



	.sustainability-memo-sixth dl dd {

		font-size: 14px;
		line-height: 21px;

	}


	.sustainability-memo-sixth-p p {
		padding: 25px;
		width: 120%;

	}



	.sustainability-list {
		margin: 50px 0;
	}


	.sustainability-list-box li {

		margin-bottom: 5px;
	}


	.sustainability-list-box li a {
		line-height: 30px;
		padding: 10px 20px;

	}

	.sustainability-list-title {
		font-size: 22px;
		padding-left: 20px;
	}


	.sustainability-list-recruits {
		font-size: 14px;
	}


	.sustainability-list-box .sustainability-list-foldContent {

		font-size: 14px;
		line-height: 22px;
		margin: 15px 15px;
		padding: 20px 10px;
	}

	.sustainability-list-box .sustainability-list-foldContent p {
		margin-bottom: 6px;
	}




	.main-contact h1 {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.main-contact h2,
	.main-contact dl dd h3,
	.main-contact ul li h3 {
		font-size: 18px;
	}

	.main-contact dl dd,
	.main-contact ul li p {
		font-size: 15px;
	}

	.main-contact ul li span {
		font-size: 14px;
	}

	.main-contact ul li::before,
	.main-contact ul li::after {
		height: 10px;
	}

	.careers-get-button {

		height: 55px;
		max-width: 160px;
		margin: 20px auto;
	}

	.careers-get-swiper-button-next,
	.careers-get-swiper-button-prev {
		width: 55px;
		height: 55px;

	}

	.careers-get-swiper-button-next:after,
	.careers-get-swiper-button-prev:after {
		font-size: 30px;
	}


	.n-ban-txt span,
	.n-ban-txt-f span {
		line-height: 35px;
		font-size: 18px;
	}

	.n-ban-txt h1,
	.n-ban-txt-f h1 {
		font-size: 55px;
		line-height: 60px;
	}

	.n-ban-txt h3,
	.n-ban-txt h2,
	.n-ban-txt h4 {
		font-size: 28px;
	}

	.n-ban-txt a,
	.n-ban-txt-f a {

		margin-top: 35px;
		padding: 0 50px 0 15px;
		line-height: 40px;
		border-radius: 15px;
		font-size: 15px;

	}

	.choose-us .choose-us-memo h1 {
		font-size: 28px;
	}

	.choose-us .choose-us-memo p,
	.choose-us dl dd {
		font-size: 14px;
		line-height: 28px;
	}

	.choose-us dl dd i {
		font-size: 18px;
	}

	.ues-slide-txt p {
		font-size: 15px;
		line-height: 28px;
		margin: 7% 0;
	}

	.ues-right a {
		font-size: 15px;
	}

	.product-memo h1 {
		font-size: 28px;
	}

	.product-memo-left h2 {
		font-size: 20px;
		padding: 40px 0 15px 0;
	}

	.product-memo-left p {
		font-size: 14px;
		line-height: 28px;
		margin-bottom: 20px;
	}

	.product-memo-left a {
		font-size: 15px;
		margin-bottom: 40px;
	}

	.Product-list ul li .Product-title-memo h3 {
		font-size: 15px;
		padding: 12px 0;
	}

	.product-detail-right h3 {
		font-size: 20px;
	}

	.product-detail-right h4,
	.product-cp-detail-txt h1 {
		font-size: 18px;
	}

	.product-detail-right p {
		font-size: 15px;
		line-height: 26px;
	}

	.product-details-title span {
		font-size: 26px;
	}

	.product-details-title a {
		font-size: 18px;
	}

	.product-mian-title,
	.inner-product-box h1 {
		font-size: 26px;
	}


	.product-cp-detail-txt {
		font-size: 15px;
		line-height: 28px;
	}


	.product-cp-detail-txt .table-bj td {
		font-size: 15px;
	}


	.product-up-down ul li a {
		font-size: 18px;
	}

	.main-about-right h2 {
		margin: 70px 0 50px 0;
		font-size: 26px;
	}

	.main-about-honor dl dd h3 {
		font-size: 18px;
	}

	.main-about-honor-right {
		font-size: 15px;
	}

	.main-about-title {
		font-size: 26px;
	}

	.growth-dl dt i {
		font-size: 18px;
	}

	.growth-dl .growth-box-txt {
		font-size: 15px;
	}

	.growth-dl dd span {
		font-size: 16px;
	}

	.time-title {
		font-size: 18px;
	}

	.main-mission p {
		font-size: 18px;
	}

	.main-value ul li p {
		font-size: 18px;
	}

	.main-vision-left p {
		font-size: 18px;
	}

	.main-markets h2 {
		font-size: 20px;
	}

	.main-markets h3 {
		font-size: 16px;
	}

	.news-catrec h2 {
		font-size: 22px;
	}

	.news-catrec .news-txt {
		font-size: 15px;
	}

	.main-class a {
		font-size: 16px;
		padding: 5px 15px;
	}

	.main-news .news-query dl dd h2 {
		font-size: 18px;
		margin: 10px 0;
	}

	.main-news .news-hot h3 {
		font-size: 22px;
	}

	.news-detail h2,
	.news-detail h4 {
		font-size: 22px;
	}

	.inner-title h1 {
		font-size: 28px;
	}

	.careers-where .careers-where-txt h3 {
		font-size: 18px;
	}

	.careers-where .careers-where-txt p {
		font-size: 14px;
	}

	.inner-title h2 {
		font-size: 28px;
	}

	.careers-what .careers-what-txt p {
		font-size: 15px;
	}

	.careers-get .careers-get-box h3 {
		font-size: 18px;
		line-height: 30px;
	}

	.careers-get .careers-get-box .careers-get-box01 {
		font-size: 15px;
	}

	.careers-get .careers-get-box a {
		font-size: 18px;
	}

	.careers-do-left dl dd {
		font-size: 16px;
		line-height: 40px;
	}

	.careers-do-right p {
		font-size: 16px;
	}

	.careers-family-right h4 {
		font-size: 16px;
		line-height: 28px;
	}

	.ny_zblb li a {
		font-size: 18px;
	}

	.ny_zblb li ul li {
		font-size: 14px;
	}

	.job-list li a {
		line-height: 40px;
		padding: 15px 50px;
	}

	.job-title {
		font-size: 18px;
	}

	.job-recruits {
		font-size: 15px;
	}

	.job-r-box h3 {
		font-size: 18px;
	}

	.job-list li ul li {
		font-size: 14px;
	}

	.careerpath-box h1 {
		font-size: 30px;
	}

	.careerpath-box h2 {
		font-size: 28px;
		line-height: 40px;
	}

	.careerpath-box h3 {
		font-size: 18px;
		line-height: 38px;
	}

	.careerpath-box dl dd span {
		font-size: 22px;
	}

	.careerpath-box-txt {
		font-size: 15px;
	}

	.product-slitting-packaging ul li {
		font-size: 15px;
	}

	.main-about-right p {
		font-size: 16px;
		line-height: 35px;
	}

	.ues-slide-txt span {
		margin: 15% 0 8% 0;
	}

	.careers-get .careers-get-box {
		padding: 20px;
	}

	.careers-get-img img {
		width: 88px;
	}

	.careers-what .careers-what-txt {
		padding: 0 100px;
	}

	.careers-what .careers-what-txt::before,
	.careers-what .careers-what-txt::after {
		width: 80px;
		height: 58px;
	}

	.n-ban-txt p {

		margin-top: 20px;
		line-height: 25px;
		font-size: 18px;
	}

}


@media (max-width:1120px) {

	.sustainability-memo-first dl dt,
	.sustainability-memo-third dl dd,
	.sustainability-memo-third dl dt,
	.sustainability-memo-first dl dd,
	.sustainability-memo-fifth dl dt,
	.sustainability-memo-fifth dl dd,
	.sustainability-memo-sixth dl dd,
	.sustainability-memo-sixth dl dt {
		width: 100%;
		margin: 10px 0;
		padding: 1px 1px;
	}


	.sustainability-memo-sixth-p p {
		position: static;
		width: 100%;
	}


	.main-contact h1 {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.main-contact h2,
	.main-contact dl dd h3,
	.main-contact ul li h3 {
		font-size: 16px;
	}

	.main-contact dl dd,
	.main-contact ul li p {
		font-size: 14px;
	}

	.main-contact ul li span {
		font-size: 12px;
	}

	.main-contact ul li::before,
	.main-contact ul li::after {
		height: 5px;
	}

	.n-ban-txt p {
		max-width: 60%;
		margin-top: 10px;
		line-height: 20px;
		font-size: 14px;
	}

	.main-about-honor {
		padding: 10px 10px 72px 10px;
	}

	.n-ban-txt span,
	.n-ban-txt-f a {
		line-height: 30px;
		font-size: 16px;
	}

	.main-mission p,
	.main-vision-left p {
		padding-left: 30px;
		margin-left: 15px;
	}

	.main-mission p::before,
	.main-vision-left p::before {
		width: 20px;
		height: 20px;
		top: 4px;

	}

	.careers-what .careers-what-txt {
		padding: 0 80px;
	}

	.careers-what .careers-what-txt::before,
	.careers-what .careers-what-txt::after {
		width: 60px;
		height: 43px;
	}

	.n-ban-txt h1,
	.n-ban-txt-f h1 {
		font-size: 40px;
		line-height: 45px;
	}

	.n-ban-txt h3,
	.n-ban-txt h2,
	.n-ban-txt h4 {
		font-size: 24px;
	}

	.n-ban-txt a,
	.n-ban-txt-f a {

		margin-top: 25px;
		padding: 0 50px 0 15px;
		line-height: 30px;
		border-radius: 15px;
		font-size: 14px;

	}

	.careers-banner-txt {
		top: 20%;
	}

	.careers_list {
		margin-top: 30px;
	}

	.careers_list i {
		width: 35px;
		height: 35px;
		margin: 2px auto;
	}

	.careers_list a {
		width: 30.33%;
		margin: 0 1%;
		line-height: 25px;
		font-size: 13px;
		border-top-left-radius: 15px;
		border-bottom-right-radius: 15px;
		padding: 7px 5px;
	}


	.choose-us .choose-us-memo h1 {
		font-size: 22px;
	}

	.choose-us .choose-us-memo p {
		font-size: 14px;
	}

	.choose-us dl dd i {
		font-size: 16px;
	}

	.ues-slide-txt p {
		font-size: 14px;
		line-height: 22px;
	}

	.ues-right a {
		font-size: 14px;
	}

	.product-memo h1 {
		font-size: 22px;
	}

	.product-memo-left h2 {
		font-size: 16px;
		padding: 20px 0 10px 0;
	}

	.product-memo-left p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 15px;
	}

	.product-memo-left a {
		font-size: 14px;
		margin-bottom: 30px;
	}

	.Product-list ul li .Product-title-memo {
		padding: 5px 8px 10px 8px;
	}

	.Product-list ul li .Product-title-memo h3 {
		font-size: 14px;
		padding: 8px 0;
	}



	.product-detail-right p {
		font-size: 14px;
		line-height: 22px;
	}

	.product-details-title span {
		font-size: 22px;
		line-height: 27px;
	}

	.product-details-title span::after {
		width: 18px;
		height: 22px;
	}

	.product-details-title a {
		font-size: 16px;
	}

	.product-mian-title,
	.inner-product-box h1 {
		font-size: 22px;
	}

	.product-features ul li p {
		font-size: 14px;
		line-height: 22px;
	}

	.product-cp-detail-txt {
		font-size: 14px;
		line-height: 25px;
	}

	.product-cp-detail-txt .table-bj td {
		font-size: 14px;
	}

	.product-up-down ul li a {
		font-size: 16px;
	}

	.main-about-right h2 {
		margin: 50px 0 30px 0;
		font-size: 22px;
	}

	.main-about-honor dl dd h3 {
		font-size: 16px;
	}

	.main-about-honor-right {
		font-size: 14px;
	}

	.main-about-title {
		font-size: 22px;
	}

	.growth-dl dt i {
		font-size: 16px;
	}

	.growth-dl .growth-box-txt {
		font-size: 14px;
	}

	.growth-dl dd span {
		font-size: 14px;
	}

	.time-title {
		font-size: 16px;
	}

	.main-mission p {
		font-size: 16px;
	}

	.main-value ul li p {
		font-size: 16px;
	}

	.main-vision-left p {
		font-size: 16px;
	}

	.main-markets h2 {
		font-size: 18px;
	}

	.main-markets h3 {
		font-size: 14px;
	}

	.news-catrec h2 {
		font-size: 18px;
	}

	.news-catrec .news-txt {
		font-size: 14px;

	}

	.news-catrec ul li:nth-child(1) .news-txt {
		line-height: 60px;
	}

	.news-catrec .news-txt {
		line-height: 35px;
	}

	.main-class a {
		font-size: 14px;
	}

	.main-news .news-query dl dd h2 {
		font-size: 16px;
		margin: 1px 0;
	}

	.main-news .news-hot h3 {
		font-size: 18px;
	}

	.news-detail h2,
	.news-detail h4 {
		font-size: 18px;
	}

	.inner-title h1 {
		font-size: 24px;
	}

	.careers-where .careers-where-txt h3 {
		font-size: 16px;
	}

	.careers-where .careers-where-txt p {
		font-size: 14px;
	}

	.inner-title h2 {
		font-size: 22px;
	}

	.careers-what .careers-what-txt p {
		font-size: 14px;
		line-height: 28px;
	}

	.careers-get .careers-get-box h3 {
		font-size: 16px;
		line-height: 30px;
	}

	.careers-get .careers-get-box .careers-get-box01 {
		font-size: 14px;
	}

	.careers-get .careers-get-box a {
		font-size: 16px;
	}

	.careers-do-left dl dd {
		font-size: 14px;
		line-height: 30px;
	}

	.careers-do-right p {
		font-size: 14px;
	}

	.careers-family-right h4 {
		font-size: 14px;
		line-height: 28px;
	}

	.ny_zblb li a {
		font-size: 16px;
	}

	.ny_zblb li ul li {
		font-size: 14px;
	}

	.job-list li a {
		line-height: 40px;
		padding: 15px 50px;
	}

	.job-title {
		font-size: 16px;
	}

	.job-recruits {
		font-size: 14px;
	}

	.job-r-box h3 {
		font-size: 16px;
	}

	.job-list li ul li {
		font-size: 14px;
	}

	.careerpath-box h1 {
		font-size: 26px;
	}

	.careerpath-box h2 {
		font-size: 24px;
		line-height: 30px;
	}

	.careerpath-box h3 {
		font-size: 16px;
		line-height: 30px;
	}

	.careerpath-box dl dd span {
		font-size: 18px;
	}

	.careerpath-box-txt {
		font-size: 14px;
	}


	.main-about-right p {
		font-size: 14px;
	}

}

@media (max-width:856px) {
	.product-cp-detail-txt {
		width: auto;
		overflow-x: scroll;
		overflow-y: hidden;

	}

	.main-contact .con-txt {
		width: 100%;
	}

	.main-contact .con-img {
		display: none;
	}

	.main-contact .con-wx {
		width: 100%;
	}

	.main-contact .con-txt dl dt,
	.main-contact .con-wx dl dt {
		float: left;
		width: 20%;
		margin: 10px 0;
	}

	.main-contact .con-txt dl dd,
	.main-contact .con-wx dl dd {
		width: 75%;
		float: right;
		margin: 0;
	}

	.main-vision-left {
		width: 100%;
	}

	.main-vision-right {
		width: 100%;
	}

	.main-vision-right img {
		width: 100%;
	}



	.choose-img {
		display: none;
	}

	.choose-txt {
		width: 92%;
		margin: 0 4%;
	}

	.main-nav {
		padding-bottom: 30px;
	}

	.inner-product-detail-box {
		padding: 65px 0 5px 0;
	}

}


@media (max-width:658px) {
	.main-contact {
		padding: 45px 0 75px 0;
	}

	.main-contact ul li {
		width: 90%;
		padding: 15px 5px;
		margin: 10px 5%;
	}

	.main-contact ul li img {
		max-width: 50px;
	}

	.main-contact dl dd p {
		line-height: 22px;
	}

	.main-contact dl dd h3 {
		margin-bottom: 5px;
	}

	.main-contact dl {
		margin-bottom: 20px;
	}

	.main-contact-txt {
		min-height: auto;
	}

	.main-mission p,
	.main-vision-left p {
		padding-left: 20px;
		margin-left: 10px;
		margin-bottom: 10px;
	}

	.main-mission p::before,
	.main-vision-left p::before {
		width: 12px;
		height: 12px;
		top: 10px;

	}

	.main-value ul li {
		width: 31.33%;
	}

	.main-value ul li img {
		max-width: 60%;
	}

	.main-about-honor {
		margin-top: 20px;
	}

	.n-ban-txt span,
	.n-ban-txt-f span {
		line-height: 24px;
		font-size: 12px;
	}

	.n-ban-txt h1,
	.n-ban-txt-f h1 {
		font-size: 24px;
		line-height: 30px;
	}

	.n-ban-txt h3,
	.n-ban-txt h2,
	.n-ban-txt h4 {
		font-size: 18px;
	}

	.n-ban-txt a,
	.n-ban-txt-f a {

		margin-top: 8px;
		padding: 0 50px 0 15px;
		line-height: 30px;
		border-radius: 15px;
		font-size: 13px;

	}

	.n-ban-imgg {
		padding-top: 55%;
	}

	.n-ban-img {
		padding-top: 55%;
	}

	.n-ban-img img,
	.n-ban-imgg img {
		width: 100%;
		display: none;
	}

	.ues-left {
		width: 100%;
	}

	.ues-box h1 {
		width: 90%;
		font-size: 5.9vw;
		max-width: 100%;
		right: 5%;
		padding: 15px 10px;
	}

	.ues-box .section {
		padding-top: 42px;
	}

	.ues-box h1::before {
		width: 16px;
		height: 42px;
	}

	.ues-swiper-button-next:after,
	.ues-swiper-button-prev:after {
		font-size: 18px;
	}

	.ues-right {
		width: 100%;
		margin-left: 0;
		padding: 0 15px;
	}

	.Product-list ul li .Product-txt .img-box {
		padding: 30px 0 20px 0;
	}

	.product-details-title span::after {
		width: 18px;
		height: 22px;
	}




	.product-up-down ul li a {
		line-height: 28px;
	}

	.product-up-down ul li a {
		font-size: 13px;
	}

	.product-up-down ul li i {
		width: 28px;
		height: 28px;
	}

	.product-up-down ul li a.uptitle {
		padding-left: 35px;
	}

	.product-up-down ul li a.downtitle {
		padding-right: 35px;
	}

	.Product-list ul li span {
		padding: 0 10px 15px 10px;
	}

	.ues-slide-txt p {
		margin: 3% 0;
	}

	.choose-us ul {
		padding: 2px 0 10px 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.choose-us dl dt {
		width: 20%;
		font-size: 13vw;
	}

	.choose-us dl dd {
		width: 79%;
		margin-left: 1%;
	}

	.choose-us ul li {
		width: 31.333%;
		float: left;
		margin: 10px 1%;
	}

	.choose-us ul li img {
		max-width: 50%;
	}

	.product-memo-left {
		width: 100%;
	}

	.product-memo-right {
		width: 100%;
	}

	.Product-list ul {
		display: flex;
		flex-wrap: wrap;
	}

	.Product-list ul li {
		width: 48%;
		margin: 10px 1%;
	}

	.Product-list ul li:nth-child(3n-1) {
		margin: 10px 1%;
	}

	.product-detail-left {
		width: 100%;
	}

	.product-detail-right {
		width: 100%;
		margin-top: 15px;
	}

	.product-details-title a {
		display: none;
	}

	.main-about-left {
		width: 100%;
		margin: 10px 0;
	}

	.main-about-left img {
		max-width: 60%;
		display: block;
		margin: 0 auto;
	}

	.main-about-right {
		width: 100%;
	}

	.main-about-honor-left {
		width: 100%;
		margin-bottom: 40px;
	}

	.main-about-honor-right {
		width: 100%;
	}

	.growth-dl dt {
		width: 100%;
	}

	.growth-dl dd {
		width: 100%;
	}

	.growth-dl dt img {
		width: 100%;
	}



	.growth-box {
		margin: 10px 10px;
		height: 254px;
		position: static;
		padding-right: 15px;
	}

	.growth-dl dd h3 {
		font-size: 20px;
		padding: 10px 0 15px 0;
	}

	.growth-dl .growth-box-txt {
		line-height: 24px;
	}

	.main-news .news-query {
		width: 100%;
	}

	.main-news .news-hot {
		display: none;
	}

	.news-catrec ul li:nth-child(1),
	.news-catrec ul li:nth-child(2),
	.news-catrec ul li:nth-child(3) {
		width: 100%;
	}

	.careers-do-left {
		width: 100%;
	}

	.careers-do-right {
		width: 100%;
		margin-top: 40px;
	}

	.careers-do-right p {
		line-height: 26px;
		margin-bottom: 15px;
	}

	.careers-family-left {
		width: 100%;
	}

	.ues-button {
		width: 90px;
		height: 42px;
		margin: 8px 0;
	}

	.careers-family-right {
		width: 100%;
	}

	.Product-list ul li .Product-title-memo::before,
	.Product-list ul li .Product-title-memo::after {
		width: 10px;
		height: 12px;
		bottom: -12px;
	}

	.main-news dl dd p {
		line-height: 24px;
	}

	.main-news .news-query dl dd span {
		margin-top: 10px;
	}

	.Product-list ul li .Product-txt {
		margin: 0 10px;
	}

	.news-up-down ul li a.uptitle i {
		margin-right: 8px;
	}

	.news-up-down ul li a.downtitle i {
		margin-left: 8px;
	}

	.news-up-down ul li a {
		padding: 13px 10px;
	}

	.careers-what .careers-what-txt {
		padding: 0 40px;
	}

	.careers-get-button {

		height: 35px;
		max-width: 100px;
		margin: 30px auto;
	}

	.careers-get-swiper-button-next,
	.careers-get-swiper-button-prev {
		width: 35px;
		height: 35px;

	}

	.careers-get-swiper-button-next:after,
	.careers-get-swiper-button-prev:after {
		font-size: 20px;
	}

	.careers-what .careers-what-txt::before,
	.careers-what .careers-what-txt::after {
		width: 30px;
		height: 22px;
	}

	.ny_zblb li a {
		width: 100%;
	}

	.careers-get-img img {
		width: 60px;
	}

	.careers-get .careers-get-box {
		padding: 45px;
		margin: 0 15px;
	}

	.careers-get .careers-get-box h3 {
		min-height: auto;
		margin: 24px 0;
	}

	.careers-get .careers-get-box a {
		margin-top: 45px;
	}

	.careers-where .careers-where-img {
		padding: 0;
	}

	.careers-where .careers-where-img::before,
	.careers-where .careers-where-img::after {
		display: none;
	}

	.careers-where .careers-where-txt {
		border-top: 5px solid #c9c9c9;
	}

	.careers-where .careers-where-txt {
		padding: 10px 8px;
	}

	.careers-where .careers-where-txt h3 {
		margin-bottom: 8px;
	}

	.careers-where .careers-where-txt dl {
		width: 96%;
		margin: 10px 2%;
	}

	.product-detail-right h4 {
		padding: 18px 0;
	}

	.inner-product-box {
		padding: 30px 0 10px 0;
	}

	.choose-us-memo {
		margin: 15px 0;
	}

	.ues-box,
	.careerpath-box {
		margin: 30px 0 25px 0;
	}

	.Product-list,
	.main-news {
		margin: 20px 0 10px 0;
	}

	.main-mission,
	.main-about {
		padding: 90px 0 20px 0;
	}


	.news-detail,
	.careers-where {
		padding: 30px 0 20px 0;
	}

	.main-vision,
	.news-catrec,
	.careers-get,
	.careers-do {
		padding: 25px 0;
	}

	.careerpath-box-txt {
		padding: 5px 10px 10px 10px;
	}

	.careerpath-box dl dt {
		display: none;
	}

	.careerpath-box dl dd {
		width: 100%;
	}

	.careerpath-box dl dd span {
		padding: 0 20px 0 15px;
		margin: 16px 0 20px 0;
	}

	.news-catrec ul li,
	.careers-what,
	.careers-family {
		margin-bottom: 15px;
	}

	.job-list li a {
		line-height: 24px;
		padding: 15px 10px;
	}



	.job-recruits {
		border-left: 5px solid #0ea49b;
		width: 100%;
		padding-left: 10px;
		font-size: 12px;
	}

	.job-title {
		width: 100%;
		font-size: 20px;
		padding-left: 10px;
	}

	.job-list li ul {
		margin: 15px 15px;
		padding: 15px 15px;
	}

	.job-memo ol li {
		width: 100%;
		padding: 5px 0;
	}

	.job-responsibilities {
		width: 100%;
	}

	.job-r-box h3 {
		font-weight: bold;
		padding: 20px 0;
	}

	.job-requirements {
		width: 100%;
	}

	.growth-dl dt i {
		line-height: 35px;
	}

	.growth-time-box {
		display: none;
	}

	.growth-dl {
		margin: 0 54px;
	}

	.m-p {
		display: block;
	}

	.growth-swiper-button-next,
	.growth-swiper-button-prev {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}

	.growth-swiper-button-next:after,
	.growth-swiper-button-prev:after {
		font-size: 16px;
	}

	.main-growth,
	.main-markets {
		padding-top: 90px;
	}

	.main-sustainability h1 {
		letter-spacing: normal;
	}

	.product-details-title {
		display: none;
	}

	.product-detail {
		margin-bottom: 45px;
	}

	.product-placeholder {
		height: 25px;
	}

}
