.banner li a {
	display: block;
	height: 100%;
	width: 100%
}
.clamp {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden
}
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
@media only screen and (max-width:767px) {
.clamp {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden
}
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.half-pixel, .half-pixel-b, .half-pixel-t, .half-pixel-r, .half-pixel-br, .half-pixel-bt, .half-pixel-bds {
	position: relative
}
.half-pixel-b:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 1px;
	background-color: #ddd;
	width: 100%;
	pointer-events: none;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 100%;
	z-index: 1;
	visibility: visible;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5)
}
.half-pixel-bds:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 1px;
	border-top: 1px dashed #ddd;
	width: 100%;
	pointer-events: none;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	z-index: 1;
	visibility: visible;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5)
}
.half-pixel-t:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 1px;
	background-color: #ddd;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	width: 100%;
	pointer-events: none;
	z-index: 4;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5)
}
.half-pixel-r:after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	width: 1px;
	background-color: #ddd;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	height: 100%;
	pointer-events: none;
	z-index: 4
}
.half-pixel-br:before {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 1px;
	background-color: #ddd;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	width: 100%;
	pointer-events: none;
	z-index: 4
}
.half-pixel-br:after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	width: 1px;
	background-color: #ddd;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	height: 100%;
	pointer-events: none;
	z-index: 4
}
.half-pixel-bt:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 1px;
	background-color: #ddd;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	width: 100%;
	pointer-events: none;
	z-index: 4
}
.half-pixel-bt:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 1px;
	background-color: #ddd;
	width: 100%;
	pointer-events: none;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	z-index: 4
}
@media only screen and (-webkit-device-pixel-ratio:1.5) {
.half-pixel-b:after, .half-pixel-t:before, .half-pixel-br:before, .half-pixel-bt:before, .half-pixel-bt:after {
-webkit-transform:scaleY(1);
transform:scaleY(1)
}
.half-pixel-br:after, .half-pixel-r:after {
-webkit-transform:scaleX(1);
transform:scaleX(1)
}
.half-pixel-b:after, .half-pixel-t:before {
-webkit-transform:scaleY(0.5);
transform:scaleY(0.5)
}
.half-pixel-bds:after {
-webkit-transform:scaleX(1);
transform:scaleX(1)
}
}
@media only screen and (-webkit-min-device-pixel-ratio:2) {
.half-pixel-b:after, .half-pixel-t:before, .half-pixel-br:before, .half-pixel-bt:before, .half-pixel-bt:after {
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5)
}
.half-pixel-br:after, .half-pixel-r:after {
	-webkit-transform: scaleX(0.5);
	transform: scaleX(0.5)
}
.half-pixel-bds:after {
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5)
}
}
@media only screen and (-webkit-min-device-pixel-ratio:3) {
.half-pixel-b:after, .half-pixel-t:before, .half-pixel-br:before, .half-pixel-bt:before, .half-pixel-bt:after {
	-webkit-transform: scaleY(0.33);
	transform: scaleY(0.33)
}
.half-pixel-br:after, .half-pixel-r:after {
	-webkit-transform: scaleX(0.33);
	transform: scaleX(0.33)
}
.half-pixel-bds:after {
	width: 303%;
	-webkit-transform: scaleY(0.33);
	transform: scaleY(0.33)
}
}
.half-pixel:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	border: 1px solid #ddd;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 200%;
	height: 200%;
	pointer-events: none
}
@media only screen and (-webkit-device-pixel-ratio:1.5) {
.half-pixel:after {
	border-width: 3px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	width: 303%;
	height: 303%;
	-webkit-transform: scale(0.33);
	transform: scale(0.33)
}
}
@media only screen and (-webkit-min-device-pixel-ratio:2) {
.half-pixel:after {
	-webkit-transform: scale(0.5);
	transform: scale(0.5)
}
}
@media only screen and (-webkit-min-device-pixel-ratio:3) {
.half-pixel:after {
	width: 303%;
	height: 303%;
	-webkit-transform: scale(0.33);
	transform: scale(0.33)
}
}
}
.border {
	border: 1px solid #ddd
}
@media only screen and (min-width:768px) {
.banner li {
	height: 450px;
	position: relative
}
.banner li a {
	background-repeat: no-repeat;
	background-position: center
}
.news-dynamic {
	padding-bottom: 18px
}
.details {
	margin-top: 50px;
	margin-bottom: 60px
}
.details h4 {
	margin-bottom: 38px;
	padding: 25px 0 4px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px
}
.cor-news {
	width: 50%;
	float: left;
	padding-right: 3%
}
.industry-dy-right {
	padding-right: 0;
	padding-left: 3%
}
.cor-news .details h4 {
	position: relative;
	font-size: 18px
}
.cor-news .details h4 span {
	color: #8d8d8d;
	font-size: 16px;
	position: absolute;
	top: 30px;
	font-family: Castellar
}
.cor-news .details h4 span a {
	color: #333;
	font-size: 12px;
	font-family: Arial
}
.cor-news .details h4 span:first-child {
	left: 80px
}
.cor-news .details h4 span:last-child {
	right: 0
}
.cor-news-bg {
	background: url(../images/bg-index-01.jpg) no-repeat center center;
	height: 161px;
	margin-bottom: 26px
}
.industry-dy-right .cor-news-bg {
	background: url(../images/bg-index-02.jpg) no-repeat center center
}
.cor-news-info ul li {
	margin-bottom: 36px
}
.cor-news-info .news-info-left {
	width: 67px;
	float: left;
	text-align: center
}
.cor-news-info .news-info-left em {
	font-size: 54px;
	color: #999;
	font-style: normal;
	display: block;
	line-height: 1;
	font-family: Helvet;
	margin-top: -4px
}
.cor-news-info .news-info-left span {
	font-size: 17px;
	color: #333;
	font-family: Helvet;
	line-height: 1
}
.cor-news-info .news-info-right {
	padding-left: 97px
}
.cor-news-info .news-info-right h3 {
	margin-bottom: 6px
}
.m-into-img {
	background: url(../images/comp-w.jpg) no-repeat center center
}
.news-info-right h3 {
	font-size: 16px
}
.news-info-right h3 a:hover {
	color: #1f9177
}
.news-info-right p {
	color: #666;
	height: 35px
}
.m-know-word {
	background: url(../images/world.jpg) center center;
	background-size: cover;
	overflow: hidden;
	padding: 0 30px 40px
}
.m-know-word .m-tt {
	padding-bottom: 46px
}
.m-tt {
	padding: 61px 0 65px
}
.m-know-word .m-tt {
	padding: 52px 0 49px
}
.m-know-word .m-into-l {
	background: #359c84;
	font-size: 14px;
	color: #fff;
	line-height: 22px
}
.m-into-l {
	position: relative
}
.m-into p {
	height: 132px;
	overflow: hidden
}
.m-into .more {
	display: block;
	width: 64px;
	height: 24px;
	line-height: 23px;
	border: 1px solid #fff;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	color: #fff;
	text-align: center;
	position: absolute;
	right: 23px;
	bottom: 28px
}
.m-know-word .m-into {
	padding: 28px 25px 25px
}
.m-know-word .m-into, .m-know-word .m-into-img {
	height: 280px
}
.m-into h2 {
	padding-left: 14px;
	margin-bottom: 25px;
	position: relative
}
.m-into h2:before {
	position: absolute;
	content: "";
	left: 0;
	top: 4px;
	width: 3px;
	height: 18px;
	background: #fff
}
.m-know-word .line-big, .m-know-word .x12 {
	padding-left: 0;
	padding-right: 0
}
.m-tt h6:before {
	position: absolute;
	left: 50%;
	top: -4px;
	margin-left: -15px;
	content: "";
	width: 30px;
	height: 3px;
	background: #359c84
}
.m-tt h1 {
	font-size: 22px;
	height: 26px;
	line-height: 26px;
	margin-bottom: 17px
}
.m-know-word h6 {
	color: rgba(255,255,255,0.7)
}
.m-tt h6 {
	position: relative;
	height: 30px;
	line-height: 12px;
	padding-top: 12px;
	color: #999
}
.product-show .x3 a {
	display: inline-block;
	max-height: 245px;
	border: 1px solid #ebedf0
}
.product-show .x3 a .pro-details img {
	border-bottom: 1px solid #ebedf0;
	width: 100%
}
.product-show .x3 a .pro-details {
	padding-left: 20px
}
.product-show .x3 a .pro-details h3 {
	font-size: 16px
}
.product-show .x3 a .pro-details p {
	font-size: 14px;
	color: #555
}
.product-more a {
	display: block;
	width: 170px;
	height: 40px;
	border: 1px solid #359c84;
	line-height: 40px;
	text-align: center;
	color: #359c84;
	border-radius: 3px;
	margin: 0 auto;
	font-size: 14px
}
.product-more a:hover {
	color: #fff;
	background-color: #359c84;
	opacity: 1;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.product-more {
	margin-top: 50px;
	margin-bottom: 80px
}
.basic-img {
	position: relative
}
.basic-img .mask-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: none;
	width: 100%;
	height: 100%
}
.basic-img .mask {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=50)
}
.basic-info {
	padding: 9px 20px;
	border-top: 1px solid #ebedf0;
	background: #fafbfc;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}
.basic-info h4 {
	font-size: 16px
}
.basic-info h6 {
	font-size: 14px
}
.chemical-h {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
.chemical-h a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #54bd82;
	opacity: .9
}
.chemical-h a.chem-01 {
	background: url(../images/chem01.png) no-repeat center 55px;
	background-color: #54bd82
}
.chemical-h a.chem-02 {
	background: url(../images/chem02.png) no-repeat center 55px;
	background-color: #8c95f4
}
.chemical-h a.chem-03 {
	background: url(../images/chem03.png) no-repeat center 55px;
	background-color: #fdbe41
}
.chemical-h a.chem-04 {
	background: url(../images/chem04.png) no-repeat center 55px;
	background-color: #fd8267
}
.chemical-h .chemical-nam {
	position: absolute;
	bottom: 25px;
	left: 0;
	color: #fff;
	width: 100%
}
.chemical-h .chemical-nam h3 {
	font-weight: bold
}
.chemical-h .chemical-nam h6 {
	font-size: 14px
}
.chemical-h .chemical-nam:before {
	content: "";
	width: 90%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: 60px;
	left: 5%
}
.line-big .bg {
	position: relative
}
.line-big .bg:hover .chemical-h {
	opacity: 1
}
.line-big .bg:hover .basic-info {
	display: none
}
.en-index-title {
	position: relative;
	border-bottom: 2px solid #1f9177;
	line-height: 1;
	padding-top: 46px;
	padding-bottom: 16px;
	margin-bottom: 30px
}
.en-index-title em {
	font-size: 26px;
	color: #333;
	font-weight: normal;
	font-style: normal
}
.en-index-title .more {
	font-size: 16px;
	color: #555;
	position: absolute;
	right: 1px;
	bottom: 9px
}
.en-index-title .more:hover {
	color: #1f9177;
	text-decoration: underline
}
.en-about-us .subtitle {
	font-size: 22px;
	color: #010101;
	line-height: 1;
	margin-bottom: 15px
}
.en-about-us p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 24px
}
.en-about-us .last {
	margin-bottom: 0
}
.en-contacts .subtitle {
	margin-bottom: 19px
}
.en-contacts .text {
	float:left;
	margin-left: 35px;
}
.en-contacts .text p {
	font-size: 14px;
	padding-left: 3px;
	margin-bottom: 10px
}
.en-our-products .products li {
	float: left;
	border: 1px solid #e5e5e5;
	margin-left: -1px;
	margin-bottom: -1px;
	width: 25%;
	height: 254px
}
.en-our-products .products li:hover {
	box-shadow: 0 1px 5px rgba(4,0,0,0.4);
	position: relative;
	z-index: 3
}
.en-our-products .products li a {
	display: block;
	overflow: hidden;
	text-align: center
}
.en-our-products .products li img {
	width: 100%;
	height: 220px;
	display: block;
	margin: 0 auto
}
.en-our-products .products li span {
	font-size: 14px;
	color: #333;
	line-height: 18px;
	padding: 0 30px;
	display: block;
	text-align: left;
	max-height: 36px;
	overflow: hidden;
	word-break: break-all;
	margin-top: 7px
}
.en-contacts-wrap {
	margin-bottom: 75px
}
}
@media only screen and (max-width:767px) {
.banner li {
	height: auto
}
.banner li a {
	height: auto
}
.banner li a img {
	margin: 0 auto;
	display: block;
	width: 100%
}
.cor-news-bg {
	background: url(../images/bg-index-mini.jpg) no-repeat center center;
	height: 80px;
	margin-bottom: 3px;
	background-size: cover
}
.details h4 {
	padding: 20px 0 4px;
	margin-bottom: 15px
}
.industry-dy-right .details {
	padding-bottom: 25px
}
.industry-dy-right .cor-news-bg {
	background: url(../images/bg-index-mini-02.jpg) no-repeat center center;
	background-size: cover
}
.cor-news .details h4 span {
	color: #8d8d8d;
	font-size: 10px;
	position: absolute;
	top: 28px;
	font-family: Castellar
}
.cor-news .details h4 {
	position: relative;
	font-size: 16px
}
.cor-news .details h4 span a {
	color: #333;
	font-size: 10px;
	font-family: Arial
}
.cor-news .details h4 span:first-child {
	left: 70px
}
.cor-news .details h4 span:last-child {
	right: 0
}
.industry-dy-right.cor-news .details h4 span:first-child {
	left: 70px
}
.industry-dy-right.cor-news .details h4 span:last-child {
	right: 0
}
.cor-news-info .news-info-left {
	width: 38px;
	float: left;
	text-align: center;
	margin-top: 5px
}
.cor-news-info .news-info-right {
	padding-left: 50px
}
.cor-news-info .news-info-right .clamp {
	line-height: 16px;
	color: #666
}
.cor-news-info .news-info-left em {
	font-size: 28px;
	color: #999;
	font-style: normal;
	display: block;
	line-height: 1;
	font-family: Helvet;
	margin-bottom: -10px
}
.cor-news-info .news-info-left span {
	font-size: 9px;
	font-family: Helvet;
	line-height: 1;
	color: #333
}
.cor-news-info ul li {
	padding: 8px 0 9px 0
}
.news-info-right h3 {
	margin-bottom: 4px
}
.news-info-right h3 a {
	color: #000
}
.m-into-img {
	background: url(../images/comp-w-mini.jpg) no-repeat center center;
	height: 154px;
	width: 100%;
	float: left;
	background-size: 100% 100%
}
.m-into {
	width: 100%;
	float: left
}
.m-into p {
	font-size: 10px;
	line-height: 14px;
	height: 83px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6
}
.m-into h2 {
	font-size: 14px;
	margin-bottom: 5px;
	padding-left: 10px
}
.m-into .more {
	width: 40px;
	height: 16px;
	line-height: 18px;
	font-size: 10px;
	bottom: 9px;
	left: 10px;
	border: 0;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	color: #fff;
	text-align: center;
	position: absolute
}
.know-index.m-know-word {
	background: url(../images/world-mini.jpg) no-repeat center center;
	padding: 10px 5px 20px 5px;
	background-size: 100% 100%
}
.know-index.m-know-word .m-into-l {
	background: #359c84;
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	width: 100%;
	height: 154px;
	padding: 10px;
	padding-right: 3px
}
.know-index.m-know-word .m-tt h1 {
	margin-top: 11px
}
.know-index.m-know-word .m-tt h6 {
	margin-bottom: 9px
}
.m-into h2:before {
	position: absolute;
	content: "";
	left: 11px;
	width: 3px;
	height: 18px;
	background: #fff;
	top: 15px;
	-webkit-transform: scaleX(0.5);
	transform: scaleX(0.5);
	height: 13px
}
.line-big .padding-lr {
	padding-left: 0;
	padding-right: 0
}
.m-tt h1 {
	height: 16px;
	line-height: 16px;
	margin-bottom: 7px;
	margin-top: 19px
}
.m-tt h6:before {
	position: absolute;
	left: 50%;
	top: 0;
	content: "";
	height: 3px;
	background: #1f9177;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	width: 15px;
	margin-left: -8px
}
.m-tt h6 {
	height: 22px;
	line-height: 11px;
	padding-top: 8px;
	font-size: 10px;
	position: relative;
	color: #999;
	margin-bottom: 10px
}
.m-into .more:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 200%;
	height: 200%;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	border-radius: 24px;
	pointer-events: none;
	border: 1px solid #fff;
	content: ""
}
.basic-info {
	padding: 5px 10px;
	background: #fafbfc;
	display: none
}
.product-more a {
	display: block;
	width: 95px;
	height: 27px;
	line-height: 28px;
	text-align: center;
	color: #359c84;
	border-radius: 1px;
	margin: 0 auto;
	font-size: 12px
}
.product-more a.half-pixel:after {
	border-color: #359c84
}
.product-more {
	margin-top: 7px;
	margin-bottom: 20px
}
.padding-lr {
	padding-left: 5px;
	padding-right: 5px
}
.chemical-h {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s
}
.chemical-h a {
	display: block;
	width: 100%;
	height: 100%
}
.chemical-h .chemical-nam {
	position: absolute;
	bottom: 6px;
	left: 0;
	color: #fff;
	width: 100%
}
.line-big .bg {
	position: relative
}
.line-big .bg {
	border: 0
}
.product-more a:active {
	border-radius: 2px;
	color: #fff;
	background-color: #359c84;
	opacity: 1;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s
}
.chemical-h a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #54bd82;
	opacity: .9
}
.chemical-h a.chem-01 {
	background: url(../images/chem01.png) no-repeat center 27px;
	background-color: #45be89;
	background-size: 35px 35px
}
.chemical-h a.chem-02 {
	background: url(../images/chem02.png) no-repeat center 27px;
	background-color: #8c95f4;
	background-size: 35px 35px
}
.chemical-h a.chem-03 {
	background: url(../images/chem03.png) no-repeat center 27px;
	background-color: #fdbe41;
	background-size: 35px 35px
}
.chemical-h a.chem-04 {
	background: url(../images/chem04.png) no-repeat center 27px;
	background-color: #fd8267;
	background-size: 35px 35px
}
.chemical-h .chemical-nam {
	position: absolute;
	bottom: 12px;
	left: 0;
	color: #fff;
	width: 100%
}
.chemical-h .chemical-nam h3 {
	font-weight: bold
}
.chemical-h .chemical-nam h6 {
	font-size: 10px
}
.chemical-h .chemical-nam:before {
	content: "";
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: 43px;
	left: 5%;
	right: 5%;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	pointer-events: none;
	z-index: 4;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5)
}
@media only screen and (-webkit-device-pixel-ratio:1.5) {
.chemical-h .chemical-nam:before {
-webkit-transform:scaleY(1);
transform:scaleY(1);
-webkit-transform:scaleY(0.5);
transform:scaleY(0.5)
}
}
@media only screen and (-webkit-min-device-pixel-ratio:2) {
.chemical-h .chemical-nam:before {
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5)
}
}
@media only screen and (-webkit-min-device-pixel-ratio:2.5) {
.chemical-h .chemical-nam:before {
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(0.4);
	transform: scaleY(0.4)
}
}
@media only screen and (-webkit-min-device-pixel-ratio:3) {
.chemical-h .chemical-nam:before {
	-webkit-transform: scaleY(0.33);
	transform: scaleY(0.33)
}
}
}
@media only screen and (min-width:375px) and (max-width:767px) {
.chemical-h a.chem-04, .chemical-h a.chem-03, .chemical-h a.chem-02, .chemical-h a.chem-01 {
	background-position: center 33px
}
.chemical-h .chemical-nam {
	bottom: 17px
}
}
