body {
	margin: 0 auto;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.main-title {
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	color: #333333;
}

.white {
	color: #fff !important;
}

.ls {
	display: inline-block;
	padding:10px 30px 10px 50px;
	background: #00736D;
	color: #fff;
	position: fixed;
	left: -20px;
	top: 20%;
	z-index: 9999;
	font-size: 28px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	transition: 0.3s;
}

.ls:hover {
	left: 0;
}

/*header*/
.header {
	width: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	padding: 0 80px;
	background: #fff;
}

.header .logo {
	float: left;
	margin-top: 22px;
}

.header .logo a {
	width: 197px;
	height: 54px;
	display: block;
	background: url(../logo.png);
	background-size: 100%;
}

.header .menu {
	float: left;
}

.pc-display {
	display: block;
}

.mp-display {
	display: none;
}

.header .menu ul li {
	float: left;
	margin-right: 45px;
	text-align: center;
}

.header .menu ul li a {
	display: block;
	position: relative;
	font-size: 18px;
	line-height: 98px;
}

.header .menu ul li a.on,
.header .menu ul li a:hover {
	color: #00736d
}

.header .menu li .drop {
	background: #eeeeee url(../drop.png) no-repeat bottom center;
	background-size: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	padding: 40px 30px 40px 30px;
	top: 99%;
	font-size: 0;
	display: none;
}

.header .menu li .drop dl {
	width: 16%;
	display: inline-block;
	vertical-align: top;
	margin: 10px 2%;
}

.header .menu li .drop dl a {
	color: #555555
}

.header .menu li .drop dl dt {
	width: 100%;
	height: auto;
}

.header .menu li .drop dl dt img {
	display: block;
	margin: 0 auto;
}

.header .menu li .drop dl dd {
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	padding: 40px 0;
	font-weight: bold;
}

.header .menu li .drop dl a:hover {
	color: #00736d;
}

.m_menu,
.mm_menu {
	width: 50px;
	float: left;
	margin: 42px 4% 0 6%;
}

.m_menu span,
.mm_menu span {
	display: block;
	margin-bottom: 7px;
	height: 2px;
	background: #959595;
}

.m_menu_span {
	width: 40%;
	background: #038881 !important;
}

.m_menu:hover span,
.mm_menu:hover span {
	background: #038881 !important;
}

.m_menu_k {
	background-size: 80%;
	width: 40px;
	position: absolute;
	right: 5px;
	top: 0;
	height: 60px;
}

.header .menu a {
	color: #555555;
}

.header .head-lang {
	float: right;
	margin-top: 33px;
	line-height: 30px;
	padding: 0 20px 0 40px;
	position: relative;
}

.header .head-lang::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 30px;
	height: 30px;
	background: url(../diqiu.png) no-repeat;
	background-size: 100%;
}

.header .head-lang::after {
	content: '';
	position: absolute;
	right: 0;
	top: 11px;
	display: block;
	width: 12px;
	height: 9px;
	background: url(../sanjiao.png) no-repeat;
	background-size: 100%;
}

.header .head-lang span {
	font-size: 18px;
	color: #00736d;
	font-weight: bold;
}

.header .head-lang .head-lang-a {
	width: 80px;
	overflow: hidden;
	position: absolute;
	z-index: 10;
	background: #00736d;
	top: 100%;
	right: 0;
	opacity: 0;
	transition: opacity 0.3s;
}

.header .head-lang a {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	color: #fff !important;
	font-size: 16px;
	line-height: 35px;
}

.header .head-lang a:hover {
	background: #ccc;
	color: #000;
}

.header .head-lang:hover .head-lang-a {
	visibility: visible;
	opacity: 1;
}

.hide {
	top: -91px;
}

.fixnav a {
	color: #555555 !important;
}

.fixnav .menu ul li a.on {
	color: #00736d !important;
}

.fixnav a:hover {
	color: #00736d !important;
}

.fixnav {
	width: 100%;
	box-shadow: 0 0 4px #aaa;
	background: #fff;
	transition: 0.3s;
}

.banner {
	margin-top: 98px;
}

.about {
	width: 92%;
	max-width: 1600px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 123px;
}

.about_cont {
	overflow: hidden;
	position: relative;
	font-family: "Noto Sans SC";
}

.about_img {
	width: 50%;
	float: left;
	position: relative;
}

.ab-img {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.about_img img {
	max-width: none;
	width: 100%;
	display: block;
}

.about_p {
	font-size: 30px;
	color: #ffffff;
	writing-mode: vertical-lr;
	width: 15%;
	height: 80%;
	background-color: #00736d;
	position: absolute;
	top: 10%;
	z-index: 2;
	right: -8%;
	letter-spacing: 3px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}

.about_memo {
	float: right;
	width: 45%;
	padding-left: 80px;
}

.about_memo h2 {
	font-size: 47px;
	color: #333333;
	padding-top: 66px;
	font-weight: bold;
}

.about_memo h3 {
	font-size: 24px;
	padding-top: 70px;
	color: #00736d;
	font-weight: bold;
}

.about_memo .about-memo {
	font-size: 16px;
	color: #555555;
	margin: 66px 0;
	line-height: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}

.about_more {
	display: block;
	width: 110px;
	text-align: center;
	line-height: 50px;
	font-size: 45px;
	background: #d2d2d2;
	color: #fff;
	transition: 0.3s;
}

.about_more:hover {
	background: #00736D;
	margin-left: 10px;
}

.about_bot {
	overflow: hidden;
	position: relative;
}

.about_select {
	width: 50%;
	float: left;
	display: flex;
	flex-wrap: wrap;
}

.about-bj {
	margin: 0 auto;
	overflow: hidden;
	background: url(../about-bj.jpg) right;
	background-size: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

.about-bj-box {
	width: 92%;
	max-width: 1600px;
	margin: auto;
}

.about_list {
	width: 25%;
	float: left;
	text-align: center;
	background: #fff;
	padding: 61px 0 46px 0;
	display: block;
	transition: all 0.5s;
	color: #8b8b8b;
	border: none;
}

.about_list.active {
	background-color: #00736d;
	color: #fff;
}

.about_list img {
	transition: .5s;
	display: block;
	margin: 0 auto;
}

.about_list p {
	font-size: 16px;
	margin-top: 35px;
	padding: 0 5px;
}

.about_list.active img {
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	transform: rotateY(360deg);
}

.about_images {
	float: right;
	width: 950px;
	position: absolute;
	top: 0;
	left: 50%;
}

/*market*/
.market {
	overflow: hidden;
	margin-top: 127px;
}

.market .title {
	color: #333333;
	font-size: 47px;
	text-align: center;
	font-weight: bold;
}

.set-content {
	width: 100%;
	margin-top: 50px;
}

.set-title {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

.set-title ul {
	width: 100%;
	text-align: center;
}

.set-title ul li {
	width: 20%;
	margin: 0 3%;
	font-weight: bold;
	display: inline-block;
	position: static;
	box-sizing: border-box;
	cursor: pointer;
	color: #555555;
	font-size: 18px;
}

.set-title ul li i {
	transition: .5s;
	display: block;
	width: 90px;
	height: 60px;
	margin: 25px auto;
}

.set-title ul li i.icon01 {
	background: url(../icon10.png) no-repeat center;
	background-size: 100%;
}

.set-title ul li i.icon02 {
	background: url(../icon09.png) no-repeat center;
	background-size: 100%;
}

.set-title ul li i.icon03 {
	background: url(../icon08.png) no-repeat center;
	background-size: 100%;
}

.set-title ul .on {
	color: #00736d;
}

.set-title ul .on i,
.set-title ul li:hover i {
	transform: rotateY(360deg);
}

.set-title ul .on i.icon01,
.set-title ul li:hover i.icon01 {
	background: url(../icon10-h.png) no-repeat center;
	background-size: 100%;
}

.set-title ul .on i.icon02,
.set-title ul li:hover i.icon02 {
	background: url(../icon09-h.png) no-repeat center;
	background-size: 100%;
}

.set-title ul .on i.icon03,
.set-title ul li:hover i.icon03 {
	background: url(../icon08-h.png) no-repeat center;
	background-size: 100%;
}

.set-middle {
	box-sizing: border-box;
	overflow: hidden;
	padding: 70px 0 5px 0;
}

.marke_banner {
	width: 100%;
	margin-top: 70px;
	font-family: "Noto Sans SC";
	overflow: hidden;
}

.stu .swiper-slide {
	width: 36%;
}

.stu {
	padding-bottom: 50px;
}

.scre02-slide {
	width: 100%;
	position: relative;
	display: block;
	top: 0;
	transition: all 0.5s;
}

.scre02-slide:hover {
	top: 45px;
}

.scre02-slide .img-box {
	position: relative;
	overflow: hidden;
}

.scre02-slide .img-box::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	position: absolute;
	transition: 0.2s;
	z-index: 10;
	background: url(../k.png) no-repeat;
	background-size: 100%;
}

.slide_title {
	width: 94%;
	height: 70px;
	background: url("../marke_title1.png") no-repeat center;
	position: relative;
	top: -36px;
	color: #fff;
	left: 3%;
	background-size: 100%;
	line-height: 70px;
	font-size: 18px;
	z-index: 2;
	padding: 0 45px;
}

.scre02-slide:hover .slide_title {
	background-image: url('../marke_title.png');
}

.scre02-slide:hover .img-box::before {
	opacity: 1;
}

.slide_title span {
	display: block;
	margin: 0 auto;
	width: 45%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.market_more {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 264px;
	font-size: 24px;
	color: #fff;
	background-color: #00736d;
	line-height: 60px;
	border-radius: 50px;
}

/*product display*/
.product {
	overflow: hidden;
}

.product-box {
	margin: 113px auto 0 auto;
	max-width: 1600px;
	width: 92%;
	position: relative;
}

.product-box::before {
	content: '';
	display: block;
	width: 1000%;
	height: 100%;
	right: 100%;
	top: 0;
	position: absolute;
	background: #eeeeee;
}

.product_left {
	width: 50%;
	float: left;
	background: #eeeeee;
	box-sizing: border-box;
	padding: 105px 8% 0 0;
}

.product_seltitle {
	display: none;
}

.product_title {
	font-size: 47px;
	color: #333333;
	font-weight: bold;
}

.product_ftitle {
	overflow: hidden;
	line-height: 40px;
	padding: 80px 0 60px 0;
	font-family: "SourceHanSansCN ";
}

.product_ftitle1 {
	width: 85%;
	font-size: 36px;
	color: #00736d;
	float: left;
	font-weight: bold;
}

.product_ftitle2 {
	display: block;
	float: right;
	width: 14%;
	color: #fff;
	font-size: 45px;
	background-color: #d2d2d2;
	text-align: center;
	transition: 0.3s;
}

.product_ftitle2:hover {
	background: #00736D;
}

.product_cont {
	font-size: 16px;
	color: #555555;
	line-height: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-family: "SourceHanSansCN ";
}

.product_sel {
	display: flex;
	flex-wrap: wrap;
	padding: 70px 0 115px 0;
}

.product_sels {
	width: 31%;
	margin-right: 2%;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background-color: #434343;
	line-height: 24px;
	margin-bottom: 15px;
	cursor: pointer;
	transition: all 0.5s;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 13px 5px;
	font-family: "思源黑体 CN";
}

.product_sels:hover {
	background-color: #00736d;
}

.product_right {
	width: 50%;
	background: #fff;
	float: right;
	box-sizing: border-box;
	padding: 45px 2% 0 5%;
}

.product_righttitle {
	color: #00736d;
	padding-left: 15px;
	font-size: 18px;
	padding-bottom: 50px;
	position: relative;
}

.product_righttitle::after {
	content: '';
	width: 1000%;
	height: 1px;
	background: #d2d2d2;
	position: absolute;
	bottom: 0;
	left: 0;
}

.product_rightcent {
	width: 86%;
	text-align: center;
	display: none;
	float: left;
}

.product_rightcent::before {
	content: '';
	width: 14px;
	height: 14px;
	background: url(../prob.png);
	position: absolute;
	top: 2px;
	left: 0;
}

.product_rightcentcl {
	display: block;
}

.product_rightcentyou {
	width: 10%;
	text-align: center;
	float: right;
}

.product_rightimglis {
	padding: 60px 0 30px 0;
}

.product_bottom {
	max-width: 1600px;
	width: 92%;
	background-color: #00736d;
	overflow: hidden;
	position: relative;
	margin: -60px auto 0 auto;
}

.product_bottomle {
	width: 100%;
	overflow: hidden;
	line-height: 45px;
	padding: 40px 50px;
	display: flex;
	flex-wrap: wrap;
}

.product_bottomimg {
	float: left;
	width: 2%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.product_bottomimg img {
	max-width: 100%;
}

.product_bottomcont {
	width: 22%;
	margin: 0 3%;
	line-height: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #fff;
}

.product_form {
	width: 23%;
	justify-content: center;
	align-items: center;
}

.product_input {
	width: 100%;
	height: 45px;
	outline: none;
	appearance: button;
	-moz-appearance: button;
	-webkit-appearance: button;
	outline: none;
	color: #cccccc;
	background: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 25px;
	font-size: 16px;
	padding: 0 30px;
	box-sizing: border-box;
}

.product_view {
	width: 23%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	margin: 0 3%;
}

.product_view a {
	color: #fff;
}

.product_bottomyuan {
	width: 18%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product_bottomyuanlist {
	display: block;
	background-color: #fff;
	width: 20px;
	height: 20px;
	margin: 0 8px;
	border-radius: 50%;
	border: 1px solid #fff;
}

.product_input:focus {
	outline: none;
}

.product_input::placeholder {
	font-style: 16px;
	color: #aaaaaa;
}

.yuanhover {
	background-color: #00736d;
}

.product_click {
	background-color: #00736d;
}

.product_rightimgbox {
	display: none;
}

.product_rightimgbos {
	display: block;
}

/*sustainability*/
.sustainability {
	overflow: hidden;
	position: relative;
	margin-top: 55px;
}

.sustainability-box {
	width: 92%;
	max-width: 1600px;
	margin: 0 auto;
}

.sustainability_left {
	width: 32%;
	float: left;
}

.sustainability_title {
	font-size: 47px;
	font-weight: bold;
	color: #333333;
	padding-top: 55px;
}

.sustainability_titlef {
	padding: 80px 0 30px 0;
	font-weight: bold;
	font-size: 24px;
	color: #00736d;
}

.sustainability_memo {
	font-size: 14px;
	color: #333333;
	line-height: 2.4;
}

.sustainability_but {
	overflow: hidden;
	margin: 68px 0;
	position: relative;
}

.sustainability_lasta {
	font-size: 16px;
	color: #555;
}

.sustainability_lasta:hover {
	color: #038881;
}

.sustainability_left-right {
	width: 67%;
	position: absolute;
	right: -5%;
}

.sustainability-swiper-container {
	width: 100%;
	height: 660px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.sustainability-swiper-container .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(1.9);
}

.sustainability-swiper-container .swiper-slide-active,
.sustainability-swiper-container .swiper-slide-duplicate-active {
	transform: scale(2.1);
	position: relative;
	z-index: 9999;
}

/*news*/
.news {
	width: 92%;
	max-width: 1600px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 112px;
}

.news_left {
	width: 48%;
	margin-top: 40px;
	float: left;
}

.news_right {
	width: 49.5%;
	float: right;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.news_right img {
	max-width: none;
}

.news_title {
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
}

.news_cont {
	overflow: hidden;
	margin-top: 65px;
	font-family: "思源黑体 CN";
	align-items: flex-start;
}

.news_text {
	max-width: 82px;
	line-height: 2.5;
	font-size: 14px;
	font-family: "思源黑体 CN";
	color: #aaaaaa;
	font-weight: bold;
	position: relative;
	padding: 20px 0;
	border-top: 1px solid #a0a0a0;
}

.new_list {
	text-align: left;
	overflow: hidden;
	margin-bottom: 40px;
}

.new_title {
	font-size: 14px;
	color: #555555;
	padding: 10px 15px;
	margin-right: 8px;
	transition: all 0.5s;
	border-radius: 50px;
	display: inline-block;
}

.new_title:hover {
	background-color: #00736d;
	color: #ffffff;
}

.new_titlehov {
	background-color: #00736d;
	color: #ffffff;
}

.news_lefts {
	width: 15%;
	float: left;
	margin-top: 115px;
}

.news_rights {
	width: 82%;
	float: right;
}

.newsswi {
	width: 100%;
}

.newsswi .swiper-slide {
	width: 100%;
	display: block;
	text-align: left;
}

.news_time {
	width: 100%;
	font-size: 24px;
	color: #aaaaaa;
	font-weight: bold;
}

.news_stitle {
	font-size: 24px;
	color: #333333;
	margin: 37px 0 33px;
	font-weight: bold;
}

.news_smemo {
	width: 100%;
	color: #555555;
	/*white-space:pre-wrap;/*强制换行*/
	height: auto;
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
	/*首行缩进*/
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-size: 14px;
	line-height: 2;
}

.newsswi .swiper-pagination {
	text-align: right;
	position: relative;
}

.newsswi .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}

.newsswi .swiper-pagination-bullet-active {
	background-color: #00736d;
}

.news_link {
	display: block;
	float: left;
	padding-bottom: 5px;
	font-size: 14px;
	border-bottom: 1px solid #679d99;
	color: #00736d;
	margin-top: 36px;
	position: relative;
}

.news_listn {
	padding-top: 50px;
	display: flex;
	flex-wrap: wrap;
}

.news_listb {
	width: 32%;
	padding: 60px 30px 35px 30px;
	transition: all .5s;
	position: relative;
	top: 0px;
	font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei";
	box-sizing: border-box;
	color: #333;
	background: url("../newsb.png") no-repeat 100%;
	background-size: 100% 100%;
}

.news_listb:hover {
	background: url("../newsbh.png") no-repeat 100%;
	color: #fff;
	top: -15px;
	background-size: 100% 100%;
}

.news_listb:nth-child(2) {
	margin: 0 2%;
}

.news_tem {
	width: 30%;
	float: left;
	text-align: center;
	position: relative;
}

.news_tem h3 {
	padding: 10px 0 20px 0;
	font-size: 50px;
	position: relative;
}

.news_tem h3::before {
	content: "";
	width: 32px;
	height: 2px;
	background-color: #c7c3c3;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -16px;
}

.news_tem p {
	line-height: 60px;
	font-size: 18px;
}

.news_temtright {
	width: 68%;
	float: right;
}

.news_temtitle {
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_temmemo {
	font-size: 14px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 30px;
}

.news_youjiant {
	margin-top: 30px;
}

.news_youjiant img:last-child {
	display: none;
}

.news_listb:hover .news_youjiant img:last-child {
	display: block;
}

.news_listb:hover .news_youjiant img:first-child {
	display: none;
}

/*career*/
.career {
	width: 92%;
	max-width: 1600px;
	margin: 97px auto;
	padding: 240px 20px;
	background: url("../career.jpg") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.cereer_list {
	margin-top: 30px;
	text-align: center;
}

.cereer_list a {
	width: 29.33%;
	max-width: 280px;
	display: inline-block;
	background-color: #626262;
	overflow: hidden;
	border-radius: 50px;
	margin: 30px 20px;
	color: #fff;
	transition: all .5s;
}

.cereer_list dl {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.cereer_list dl dt {
	width: 40%;
	padding: 5px;
	position: relative;
	z-index: 10;
	max-width: 80px;
}

.cereer_list dl dt img {
	max-width: 100%;
}

.cereer_list dl dd {
	width: 60%;
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 5px;
	line-height: 1.5;
	font-size: 18px;
	color: #fff;
}

.cereer_list dl::before {
	content: '';
	width: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	height: 100%;
	transition: 0.3s;
	background: #00736d;
}

.cereer_list a:hover dl::before {
	width: 100%;
}

/*footer*/
footer {
	width: 100%;
	overflow: hidden;
	background: #eeeeee url("../footbjg.jpg") no-repeat bottom right;
	background-size: 100%;
}

.foot_box {
	width: 92%;
	margin: 0 auto;
	max-width: 1600px;
	overflow: hidden;
}

.foot_box img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.foot_top {
	overflow: hidden;
	padding: 43px 30px;
	border-bottom: 1px dashed #a0a0a0;
	display: flex;
	flex-wrap: wrap;
}

.foot_topleft {
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.foot_topright {
	width: 68%;
	margin-left: 2%;
}

.foot_toplist {
	width: 31.333%;
	margin: 10px 1%;
	float: left;
	text-align: center;
}

.foot_toplist h4 {
	font-weight: bold;
	font-size: 24px;
	color: #00736d;
	line-height: 2.5;
}

.foot_toplist p {
	font-size: 18px;
	color: #555555;
}

.foot_cont {
	overflow: hidden;
	padding: 45px 30px;
	border-bottom: 1px dashed #a0a0a0;
}

.foot_cont h2 {
	font-size: 24px;
	display: block;
	color: #555555;
	font-weight: normal;
	margin: 0 0 30px 0;
}

.foot_cont_left {
	width: 76%;
	float: left;
}

.foot_cont_right {
	width: 23%;
	float: right;
}

.foot_contlis {
	width: 23%;
	float: left;
	margin-right: 2%;
}

.foot_contlis li a {
	font-size: 16px;
	display: block;
	line-height: 20px;
	padding: 6px 0;
}

.form_title {
	font-size: 24px;
}

.form_cont {
	margin-top: 36px;
}

.form_cont input {
	line-height: 20px;
	font-size: 16px;
	padding: 5px;
	color: #555;
	background: #ffffff;
	border: 1px solid #ffffff;
}

.form_cont input.xm,
.form_cont input.email {
	width: 48%;
	float: left;
}

.form_cont input.xm {
	margin-right: 4%;
}

.form_cont input::placeholder {
	color: #555;
}

.form textarea {
	width: 100%;
	height: 100px;
	padding: 5px;
	margin-top: 15px;
	font-size: 16px;
	background: #ffffff;
	border: 1px solid #ffffff;
}

.form textarea::placeholder {
	color: #555;
}

.form_but {
	width: 100%;
	overflow: hidden;
}

.form_but button {
	width: 40%;
	margin-right: 4%;
	max-width: 122px;
	height: 32px;
	font-size: 16px;
	background-color: #535353;
	text-align: center;
	line-height: 32px;
	margin-top: 10px;
	color: #ffffff;
	border: none;
}

.form_but button:hover {
	background-color: #00736d;
}

.foot_last {
	padding: 35px 30px;
}

.foot_copyright {
	float: left;
	font-size: 14px;
	width: 70%;
	line-height: 2;
	color: #555555;
}

.footer-icon {
	float: right;
	text-align: end;
	margin-top: 10px;
}

.footer-icon a {
	display: inline-block;
	background: #1b2d37;
	position: relative;
	width: 35px;
	height: 35px;
	margin-left: 20px;
}

.footer-icon .tooltiptext {
	visibility: hidden;
	width: 100px;
	position: absolute;
	z-index: 1;
	bottom: 100%;
	border-color: black transparent transparent transparent;
	left: 50%;
	margin-left: -50px;
	opacity: 0;
	transition: opacity 1s;
}

.footer-icon a:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.footer-icon a.icon01 {
	background: url("../wx.png") no-repeat;
}

.footer-icon a.icon02 {
	background: url("../gezi.png") no-repeat;
}

.footer-icon a.icon03 {
	background: url("../f.png") no-repeat;
}

.footer-icon a.icon04 {
	background: url("../in.png") no-repeat;
}

.footer-icon a.icon01:hover {
	background: url("../wxhover.png") no-repeat;
}

.footer-icon a.icon02:hover {
	background: url("../gezihover.png") no-repeat;
}

.footer-icon a.icon03:hover {
	background: url("../fhover.png") no-repeat;
}

.footer-icon a.icon04:hover {
	background: url("../inhover.png") no-repeat;
}

footer a:hover {
	color: #00736d;
}

.page_banner {
	width: 100%;
}

.page {
	width: 100%;
	padding: 50px 0;
}

.page img {
	max-width: 100%;
	margin: auto;
}

@media (max-width:1700px) {
	.header {
		padding: 0 60px;
	}

	.header .menu ul li {
		margin-right: 35px;
	}
}

@media (max-width:1600px) {
	.header {
		padding: 0 50px;
	}

	.header .menu ul li {
		margin-right: 25px;
	}
}

@media (max-width:1540px) {
	.header {
		padding: 0 30px;
	}

	.about_memo .about-memo {
		margin: 6% 0;
	}

	.header .logo a {
		height: 45px;
		width: 164px;
	}

	.career {
		padding: 18% 20px;
	}

	.m_menu,
	.mm_menu {
		width: 40px;
		margin: 37px 2% 0 3%;
	}

	.header .menu ul li {}

	.header .menu ul li a {
		line-height: 89px;
		font-size: 16px;
	}

	.header .head-lang {
		margin-top: 28px;
		padding: 0 20px 0 35px;
	}

	.banner {
		margin-top: 89px;
	}

	.header .head-lang span {
		font-size: 16px;
	}

	.header .head-lang::before {
		width: 26px;
		top: 3px;
		height: 26px;
	}

	.product_bottomle {
		padding: 40px 20px;
	}

	.product_bottomcont {
		font-size: 16px;
	}

	.product_view {
		font-size: 18px;
	}

	.banner .banner-txt h3 {
		font-size: 20px;
		line-height: 40px;
	}

	.banner .banner-txt h2 {
		font-size: 30px;
	}

	.banner .banner-txt a {
		font-size: 20px;
		margin-top: 45px;
	}

	.banner .swiper-pagination-bullet {
		font-size: 20px;
		height: 80px;
		line-height: 80px;
	}

	.banner .swiper-pagination-bullet-active {
		font-size: 30px;
	}

	.banner-background::before {
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}

	.about_memo h2 {
		padding-top: 8%;
		font-size: 40px;
	}

	.market .title,
	.product_title,
	.main-title {
		font-size: 40px;
	}

	.sustainability_title {
		font-size: 40px;
		padding-top: 8%;
	}

	.sustainability_titlef {
		font-size: 20px;
		padding: 15% 0 7% 0;
	}

	.about_memo h3 {
		padding-top: 8%;
		font-size: 20px;
	}

	.about_memo .about-memo {
		font-size: 15px;
		margin: 8% 0;
	}

	.about_img img {
		max-width: 100%;
	}

	.about_p {
		font-size: 24px;
	}

	.about_more {
		line-height: 45px;
		font-size: 35px;
	}

	.set-title ul li i {
		width: 80px;
		height: 80px;
		margin: 20px auto;
	}

	.set-title ul li {
		font-size: 16px;
	}

	.slide_title {
		font-size: 16px;
	}

	.market_more {
		width: 200px;
		font-size: 18px;
		line-height: 45px;
		border-radius: 40px;
	}

	.product_left {
		padding: 5% 8% 0 0;
	}

	.product_ftitle {
		padding: 13% 0 10% 0;
	}

	.product_sel {
		padding: 13% 0 16% 0;
	}

	.product_ftitle1 {
		font-size: 30px;
	}

	.product_cont {
		font-size: 15px;
	}

	.product_sels {
		font-size: 15px;
	}

	.product_righttitle {
		font-size: 15px;
	}

	.cereer_list dl dd {
		font-size: 16px;
	}

	.foot_toplist h4,
	.foot_cont h2 {
		font-size: 20px;
	}

	.foot_toplist p {
		font-size: 16px;
	}

	.foot_contlis li a {
		font-size: 15px;
	}

	.foot_copyright {
		font-size: 13px;
	}
}

@media (max-width:1375px) {
	.header {
		padding: 0 20px;
	}

	.about-bj {
		background: url(../m-about-bj.jpg);
		background-size: cover;
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-position: center center;
	}

	.slide_title span {
		width: 90%;
	}

	.header .logo a {
		height: 40px;
		width: 146px;
	}

	.career {
		padding: 14% 20px;
	}

	.m_menu,
	.mm_menu {
		width: 30px;
		margin: 34px 2% 0 3%;
	}

	.header .menu ul li {}

	.header .menu ul li a {
		line-height: 84px;
	}

	.header .head-lang {
		margin-top: 26px;
		padding: 0 20px 0 30px;
	}

	.header .head-lang::before {
		width: 22px;
		top: 5px;
		height: 22px;
	}

	.banner {
		margin-top: 84px;
	}

	.banner .banner-txt h3 {
		font-size: 18px;
		line-height: 35px;
	}

	.banner .banner-txt h2 {
		font-size: 26px;
	}

	.banner .banner-txt a {
		font-size: 18px;
		margin-top: 38px;
	}

	.banner .swiper-pagination-bullet {
		font-size: 18px;
		height: 70px;
		line-height: 70px;
	}

	.banner .swiper-pagination-bullet-active {
		font-size: 26px;
	}

	.stu {
		padding-bottom: 40px;
	}

	.about_memo h2,
	.market .title {
		font-size: 30px;
	}

	.market .title,
	.product_title,
	.main-title {
		font-size: 30px;
	}

	.sustainability_title {
		font-size: 30px;
	}

	.about_memo h3 {
		font-size: 16px;
	}

	.about_memo .about-memo {
		font-size: 14px;
	}

	.news_listb {
		padding: 40px 20px 25px 20px;
	}

	.news_tem h3 {
		padding: 10px 0;
		font-size: 30px;
	}

	.news_tem p {
		line-height: 40px;
		font-size: 15px;
	}

	.news_temtitle {
		font-size: 16px;
	}

	.news_temmemo {
		font-size: 13px;
		line-height: 22px;
		margin-top: 20px;
	}

	.news_youjiant {
		margin-top: 10px;
	}

	.about_p {
		font-size: 2vw;
	}

	.about_more {
		line-height: 40px;
		font-size: 28px;
	}

	.about {
		padding-top: 85px;
	}

	.product-box {
		margin: 80px auto 0 auto;
	}

	.news {
		padding-top: 80px;
	}

	.career {
		margin: 60px auto;
	}

	.market {
		margin-top: 80px;
	}

	.about_list p {
		font-size: 14px;
		margin-top: 25px;
	}

	.set-title ul li i {
		width: 60px;
		height: 60px;
		margin: 10px auto;
	}

	.set-title ul li {
		font-size: 15px;
	}

	.slide_title {
		font-size: 15px;
	}

	.product_left {
		padding: 3% 5% 0 0;
	}

	.product_ftitle {
		padding: 10% 0 8% 0;
	}

	.product_sel {
		padding: 10% 0 85px 0;
	}

	.product_ftitle1 {
		font-size: 25px;
	}

	.product_cont {
		font-size: 14px;
	}

	.product_sels {
		font-size: 14px;
	}

	.product_righttitle {
		font-size: 14px;
	}

	.product_view {
		font-size: 15px;
	}

	.product_bottomcont {
		font-size: 14px;
	}

	.product_ftitle2 {
		font-size: 25px;
	}

	.foot_toplist h4,
	.foot_cont h2 {
		font-size: 18px;
	}

	.foot_toplist p {
		font-size: 15px;
	}

	.foot_contlis li a {
		font-size: 14px;
	}

	.foot_copyright {
		font-size: 12px;
	}
}

@media (max-width:1120px) {
	.header {
		z-index: 9999;
		height: 70px;
		padding: 0 10px;
		background: #fff;
	}

	.cereer_list a {
		margin: 10px 10px;
	}

	.pc-display {
		display: none;
	}

	.mp-display {
		display: block;
	}

	.header .logo {
		margin-top: 15px;
	}

	.header .logo a {
		height: 40px;
		width: 146px;
	}

	.fixnav a {
		color: #fff !important;
	}

	.fixnav .menu ul li a.on {
		color: #fff !important;
	}

	.m_menu,
	.mm_menu {
		position: absolute;
		right: 10px;
		top: 24px;
		margin: 0;
	}

	.header .menu {
		position: fixed;
		left: 0;
		top: 70px;
		background: #00736d;
		width: 100%;
		height: 90%;
		display: none;
		z-index: 999999999;
		overflow-x: hidden !important;
		overflow-y: scroll !important;
	}

	.header .menu ul li {
		width: 100%;
		margin: 0;
		border-bottom: 1px solid #0bb3aa;
	}

	.header .menu ul li a {
		padding: 0 25px;
		line-height: 55px;
		color: #fff;
		float: left;
		font-size: 20px;
		text-align: left;
	}

	.header .menu ul li a.on,
	.header .menu ul li a:hover {
		color: #fff;
	}

	.header .menu li .drop {
		position: static;
		padding: 10px 0;
	}

	.header .menu ul li:nth-child(2) {
		position: relative;
	}

	.header .menu ul li:nth-child(2):after {
		width: 10px;
		height: 6px;
		content: '';
		display: block;
		position: absolute;
		right: 20px;
		top: 27px;
		background: url(../menu-span.png);
	}

	.header .menu li .drop dl {
		width: 46%;
		margin: 4px 2%;
	}

	.header .menu li .drop dl a {
		color: #555 !important;
		padding: 0;
		float: none;
		text-align: center;
	}

	.header .menu li .drop dl dd {
		padding: 8px 0;
		font-size: 14px;
		line-height: 20px;
	}

	.header .menu li .drop dl dt img {
		height: 50px;
	}

	.banner {
		margin-top: 70px;
	}

	.header .head-lang {
		right: 15%;
	}

	.banner .banner-txt h3 {
		font-size: 15px;
		line-height: 25px;
	}

	.banner .banner-txt h2 {
		font-size: 20px;
		padding: 20px 0 40px 0;
	}

	.banner .banner-txt {
		padding: 10px 50px;
	}

	.banner .banner-txt a {
		font-size: 15px;
		margin-top: 25px;
	}

	.banner .swiper-pagination-bullet {
		font-size: 15px;
		height: 50px;
		line-height: 50px;
	}

	.banner .swiper-pagination-bullet-active {
		font-size: 20px;
	}

	.banner-background::before {
		width: 34px;
		height: 34px;
		margin-top: -17px;
	}

	.about_memo {
		padding-left: 15px;
		text-align: left;
	}

	.about_memo h2 {
		padding-top: 4%;
		font-size: 26px;
	}

	.market .title,
	.product_title,
	.main-title {
		font-size: 26px;
	}

	.sustainability_title {
		font-size: 26px;
	}

	.market .title {
		font-size: 26px;
	}

	.about_memo h3 {
		padding-top: 4%;
		font-size: 16px;
	}

	.about_memo .about-memo {
		font-size: 14px;
		margin: 4% 0;
	}

	.market_more {
		width: 180px;
		font-size: 15px;
		line-height: 40px;
		border-radius: 40px;
	}

	.product_sels {
		font-size: 12px;
		line-height: 20px;
		padding: 6px 5px;
	}
}

@media (max-width:999px) {
	.stu .swiper-slide {
		width: 56%;
	}

	.career {
		padding: 10% 20px;
	}
}

@media (max-width:856px) {
	.news_listb {
		width: 100%;
		margin-bottom: 10px;
		padding: 10px 20px 10px 10px;
	}

	.news_listb:nth-child(2) {
		margin: 10px 0;
	}

	.about_cont {
		margin-bottom: 40px;
	}

	.about_img {
		width: 100%;
		height: 150px;
		overflow: hidden;
	}

	.ab-img {
		width: 100%;
		height: 150px;
		overflow: hidden;
	}

	.about_p {
		width: 70%;
		height: 60px;
		left: 15%;
		top: 50%;
		right: auto;
		letter-spacing: 2px;
		margin-top: -30px;
		writing-mode: horizontal-tb;
	}

	.about_memo {
		width: 100%;
	}

	.about_select {
		width: 100%;
	}

	.about-bj {
		padding: 30px 0;
	}

	.about_list {
		width: 23%;
		margin: 0 1%;
		padding: 50px 0 35px 0;
	}

	.pc-ban {
		display: none;
	}

	.mp-ban {
		display: block;
	}

	.banner .swiper-pagination {
		left: 5%;
	}

	.banner .banner-txt {
		padding: 10px 20px;
	}

	.product_left {
		width: 100%;
		padding: 30px 10px;
	}

	.product_sel {
		padding: 5% 0;
	}

	.product_right {
		width: 100%;
	}

	.product_bottom {
		margin: 0 auto;
	}

	.product_bottomcont {
		display: none;
	}

	.product_bottomimg {
		width: 10%;
	}

	.product_form {
		width: 40%;
	}

	.product_bottomle {
		padding: 20px 10px;
	}

	.product_bottomyuan {
		width: 48%;
	}

	.product_view {
		display: none;
	}

	.product_ftitle {
		padding: 5% 0 3% 0;
	}

	.sustainability_left {
		width: 100%;
		overflow: hidden;
	}

	.sustainability_left-right {
		width: 100%;
		overflow: hidden;
		position: static;
	}

	.sustainability-swiper-container {
		height: 300px;
	}

	.sustainability_title {
		font-size: 22px;
	}

	.sustainability_titlef {
		font-size: 16px;
		padding: 8% 0 3% 0;
	}

	.sustainability_but {
		display: none;
	}

	.sustainability_lasta {
		margin: 20px 0;
		font-size: 14px;
		display: block;
		color: #00736d;
		padding: 10px 0;
		float: left;
		border-bottom: 1px solid #00736d;
	}

	.swiper-button-next,
	.swiper-button-prev {
		width: 38%;
		max-width: 110px;
		height: 80px;
	}

	.sustainability_memo {
		font-size: 14px;
		line-height: 2;
	}

	.news_left {
		width: 100%;
		margin: 0 0 40px 0;
	}

	.news_right {
		width: 100%;
	}

	.news_right img {
		width: 100%;
	}

	.news_time {
		font-size: 18px;
	}

	.news_lefts {
		display: none;
	}

	.news_rights {
		width: 100%;
	}

	.news_stitle {
		font-size: 18px;
		margin: 15px 0;
	}
}

@media (max-width:768px) {
	.sustainability-swiper-container {
		height: 270px;
	}
}

@media (max-width:658px) {
	.product_bottomimg {
		display: none;
	}

	.product_form {
		display: none;
	}

	.sustainability-swiper-container {
		height: 220px;
	}

	.product_bottomyuan {
		width: 100%;
	}

	.product_bottomyuanlist {
		width: 10px;
		height: 10px;
	}

	.cereer_list dl dd {
		font-size: 14px;
	}

	.about {
		padding-top: 45px;
	}

	.product-box {
		margin: 40px auto 0 auto;
	}

	.market,
	.sustainability {
		margin-top: 40px;
	}

	.news {
		padding-top: 40px;
	}

	.cereer_list a {
		width: 100%;
		margin: 5px 0;
	}

	.career {
		margin: 40px auto;
	}

	.about_list {
		padding: 12px 0;
	}

	.about_list img {
		max-width: 25px;
	}

	.about_list p {
		font-size: 12px;
		margin-top: 10px;
	}

	.banner-background {
		width: 70%;
	}

	.banner .banner-txt h3 {
		font-size: 12px;
		line-height: 20px;
	}

	.banner .banner-txt h2 {
		font-size: 15px;
		padding: 10px 0 20px 0;
	}

	.banner .banner-txt a {
		font-size: 12px;
		margin-top: 10px;
	}

	.banner .swiper-pagination-bullet {
		font-size: 12px;
		height: 25px;
		line-height: 25px;
	}

	.banner .swiper-pagination-bullet-active {
		padding-left: 25px;
	}

	.banner .swiper-pagination-bullet-active {
		font-size: 14px;
	}

	.banner .swiper-pagination-bullet-active::before {
		width: 10px;
		height: 2px;
	}

	.about_img {
		height: 100px;
	}

	.ab-img {
		height: 100px;
	}

	.about_p {
		height: 40px;
		margin-top: -20px;
	}

	.set-title ul li {
		width: auto;
		margin: 0 10px;
	}

	.set-title ul li i {
		width: 40px;
		height: 40px;
		margin: 3px auto;
	}

	.set-title ul li {
		font-size: 12px;
	}

	.slide_title {
		font-size: 14px;
	}

	.stu .swiper-slide {
		width: 76%;
	}

	.set-content {
		margin-top: 30px;
	}

	.stu {
		padding-bottom: 5px;
	}

	.set-middle {
		padding: 30px 0;
	}

	.news_youjiant img {
		max-width: 20px;
	}

	.cereer_list dl dt {
		width: 20%;
	}

	.foot_top {
		display: none;
	}

	.foot_contlis {
		width: 100%;
		margin: 0;
	}

	.foot_cont {
		padding: 25px 0;
		border: 0;
	}

	.foot_cont_left {
		width: 100%;
	}

	.news_listb:nth-child(2) {
		margin: 10px 0;
	}

	.foot_contlis ul {
		display: none;
	}

	.foot_contlis h2 {
		padding: 14px 0;
		position: relative;
		margin: 0;
		border-bottom: 1px dashed #a0a0a0;
	}

	.foot_contlis h2::after {
		content: '';
		display: block;
		width: 12px;
		height: 9px;
		position: absolute;
		right: 5px;
		top: 50%;
		margin-top: -4px;
		background: url(../sanjiao.png);
	}

	.foot_contlis.active h2::after {
		background: url(../sanjiao-h.png);
	}

	.foot_contlis.active ul {
		background: #ccc;
		padding: 10px;
		display: block !important;
	}

	.foot_last {
		padding: 18px 0;
	}

	.foot_cont_right {
		display: none;
	}

	.foot_copyright {
		width: 100%;
	}

	.footer-icon {
		display: none;
	}
}