/* 
author : youlicai 
copyright by VTHINK: https://www.vthinks.net
*/
.proTainers {
	width: 100%;
	background: #F8F8F8;
}

.pros_Tainer {
	text-align: center;
	padding: 60px 0;
}

.pros_Tainer .pros_script p {
	color: #333333;
}

.main3-right-item {
	width: 100%;
	height: 452px;
	overflow: hidden;
}

.main3-right-item>p {
	height: 100%;
}

.main3-right-item img {
	height: 100%;
}

.main3-right-item.active {
	display: block;
}

.main3-right-item .rota_line {
	border: 1px #CECDD3 solid;
	position: absolute;
	z-index: 10;
	right: 30%;
	top: -28px;
	height: 110%;
	transform: rotate(9deg);
	-webkit-transform: rotate(9deg);
	-moz-transform: rotate(9deg);
	display: block;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

.item-imgbox {
	position: relative;
}

.item-imgbox .itemR_bgimg {
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
}

.item-imgbox:hover .itemR_bgimg {
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
}

.main3-content {
	position: absolute;
	bottom: 6%;
	left: 10%;
	width: 80%;
}

.item-imgbox:hover .main3-content:before {
	transform: skew(7deg);
	left: -5px;
}

.main3-consbox {
	position: relative;
	z-index: 20;
	text-align: left;
}

.main3-content h4 {
	font-size: 30px;
	line-height: 35px;
	color: #ffffff;
}

.main3-content p {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	color: #ffffff;
	text-overflow: ellipsis;
	-webkit-line-clamp: 6;
	white-space: normal;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	width: 130px;
	height: 70px;
	margin: 20px auto;
}

.main3Box {
	margin-top: 30px;
}

.tain-main3>ul {
	overflow: hidden;
	border-radius: 16px;
}

.tain-main3>ul>li {
	float: left;
	display: block;
	position: relative;
	height: 100%;
	width: 192px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	font-size: 1rem;
	overflow: hidden;
	white-space: normal;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
}

.main-pruHov,
.val_lefts::after {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.25);
	top: 0;
	left: 0;
	z-index: 8;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
}

.val_lefts::after {
	content: '';
	background: rgba(0, 0, 0, 0.02);
}
.item-imgbox .cenImgs{
	width: 100%;
	height: 100%;
}
.cenImgs {
	display: flex;
	justify-content: center;
}

.wi_active .main-pruHov {
	background: rgba(45, 46, 66, 0.05);
}

.main3-content .b_desc {
	display: none;
}

/* .wi_active {
	width: 432px;
} */
.tain-main3 ul li:nth-child(1){
	width: 432px;
}
.wi_active .main3-content .b_desc {
	display: block;
}

.jgst {
	padding-left: 36px;
}

.main3-content h4 {
	font-size: 14px;
}

.wi_active .main3-consbox h4 {
	font-size: 20px;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
}

/*  */
.about_desc .textcens {
	text-align: center;
}

.valueCens {
	padding: 60px 0;
}

.valueBoxs {
	width: 100%;
	overflow: hidden;
	
	margin-bottom: 60px;
	background-color: #ffffff;
	/*display: table;*/
}
/*.val_lefts,.val_rights{display:table-cell;float:none;height:338px;vertical-align:top;}*/

.valueBoxs_twos {
	margin-bottom: 33px;
}

.valueBoxs:last-child {
	margin-bottom: 0;
}

.val_rights {
	width: 50%;
	box-sizing: border-box;
	padding: 40px 40px;
}
.valueBoxs:nth-child(1) .val_rights{
	padding: 28px 50px;
}
.val_lefts {
	width: 50%;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.val_lefts img {
	display: block;
	width: 100%;
	max-width: 100%;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
}

.valueBoxs:hover .val_lefts img {
	transform: scale(1.02);
}
.valueBoxs:hover .val_lefts::after {
	background: rgba(45, 46, 66, 0.25);
}
.valueBot_Three {
	width: 100%;
	height: 363px;
}

.valueBot_Three .valBots {
	width: 33.33%;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
	overflow: hidden;
	transform: scale(1.01);
}

.valueBot_Three .valBots>a {
	display: block;
	width: 100%;
	height: 100%;
}

.valHov {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 12;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.valHov:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
	background-color: rgba(15, 77, 147, 0.49);
}

.valBots>a:hover .valHov {
	transform: scale(1.1);
	-webki-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.valTxs {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 20;
	text-align: center;
	color: #FFFFFF;

}

.valTxs .iconBox {
	width: 70px;
	margin: 0 auto 20px;
}

.valTxs .iconBox img {
	max-width: 100%;
	display: block;
	margin: auto;
}

.valTxs h4 {
	font-size: 18px;
	line-height: 18px;
	color: #ffffff;
	margin-bottom: 10px;
}

.valTxs .iconsTis {
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
}

.paraBoxs,
.about_detail {
	box-sizing: border-box;
}

.val_rights h3 .themeH3 {
	font-size: 22px;
	color: #09497f;
}

.val_rights h3 p {
	color: #333333;
	margin: 10px 0;
}

.seemScroll {
	margin: 16px 0;
	overflow: hidden;
}
.seemScroll22{float:left;width:100%;box-sizing:border-box;padding:20px 50px;margin:0;}

.seemOnlyA {
	margin: 30px 0 !important;
}

.seemScroll ul li {
	float: left;
	width: 50%;
	position: relative;
	padding-left: 15px;padding-right: 10px;
	box-sizing: border-box;
	margin-top:10px;
}

.seemScroll a {
	color: #40aaed;
}

.seemScroll a::before {
	content: '\003E';
	width: 16px;
	height: 16px;
	color: #40AAED;
	font-size: 12px;
	display: inline-block;
	position: absolute;
	left:0;top:1px;
}


/* 产品详情页 */
.detail_navs ul li a:after{display:none;}
.detail_navs ul li a,
.detail_navs ul li a::after{
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
}
.proDetail{
	width: 100%;
	padding: 60px 0;
	background: #fff;
}
.proDetail01{padding-top:0;}
.detail_navs ul li{
	float: left;
	width: 23%;
	margin-right:2.6%;
	margin-top:28px;
}
.detail_navs ul li:nth-child(4n){margin-right:0;}
.detail_navs ul li a{
	font-size: 16px;
	color: #333333;
	line-height: 1.5;
width: 100%;
	text-align: center;
	background-color: #f6f6f6;
	border-radius: 4px;
	display: table;
	height: 80px;
	text-align: left;
	position: relative;
}
.detail_navs ul li a span{padding:0 20px;display:table-cell;width:100%;height:100%;vertical-align:middle;text-align:center;}
.detail_navs ul li a::after{
	content: '';
	width: 0;
	height: 0;
	border-width: 10px 12px 0;
	border-style: solid;
	border-color: #19599d transparent transparent;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
}
.detail_navs ul li:nth-of-type(4n) a{
	margin-right: 0;
}
.detail_navs ul li a:hover,.detail_navs ul li a.actives{
	background-color: #19599d;
	color: #fff;
}
.detail_navs ul li a:hover::after,.detail_navs ul li a.actives::after{
	opacity: 1;
}
.Detail_editBox{
	width: 100%;
	padding: 60px 0;
}
.theme_edit h4{
	font-size: 24px;
	color: #19599d;
	border-bottom: 1px #19599D solid;
	padding-bottom: 20px;
	position: relative;
	padding-left: 22px;
	margin-bottom: 40px;
}
.theme_edit h4::before{
	content: '';
	height: 25px;
	border: 2px #19599D solid;
	position: absolute;
	left: 0;
	top: 2px;
}
.theme_edit img{
	max-width: 100%;
}

.about-ehs-envir{
	margin-top: 50px;
}
.ehs-envir-item{
	width: 380px;
	background: #fff;
	margin-right: 26px;
	box-sizing: border-box;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
}
.ehs-envir-item:last-child{
	margin-right: 0;
}
.ehs-envir-item .envir-bot-txt{
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ehs-envir-item .envir-bot-txt p{
	color: #333;
	font-size: 16px;
}
.ehs-envir-item .envir-bot-txt span{
	color: #666;
	font-size: 12px;
	position: relative;
	padding-right: 12px;
}
.ehs-envir-item .envir-bot-txt span::after{
	content: '';
	width: 6px;
	height: 10px;
	display: block;
	background: url(../img/right.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: 4px;
	opacity: 0.5;
}
.ehs-envir-item:hover{
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	-moz-box-shadow: 0 0 5px #999;
}
/* ehs列表页 */
.envir-listTable{
	padding: 60px 0;
	background-color: #fff;
}
.listTable__tainer{
	border: 1px red solid;
	
}
@media screen and (max-width:1500px) {
	.ehs-envir-item{
		width: 31.75%;
		max-width: 380px;
		overflow: hidden;
	}
}
@media screen and (max-width:1024px) {
    
    .seemScroll22{padding:0 20px;padding-bottom:20px;}
    .seemScroll li{width:100% !important;}
	.about-ehs-envir{
		margin-top: 20px;
	}
	.ehs-envir-item{
		width: 100%;
		max-width: 100%;
		overflow: hidden;
		margin-top: 20px;
	}
	.envir-top-img img{
		width: 100%;
	}
}


/* ehs */
.ehsumBos{
	margin-bottom: 10px;
}
.ehsumBos p{
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	padding-left: 16px;
	position: relative;
}
.theme_edit p,
.prodeta8 p{
	font-size: 14px;
	color: #333333;
}
.prodeta8 p{
	position: relative;
	padding-left: 20px;
}
.ehsumBos p::before,
.prodeta8 p::before{
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #19599D;
	position: absolute;
	left: 0;
	top: 8px;
}
.ehs_editBox{
	padding: 0;
}






/* pc */
@media screen and (max-width:1500px) {
	.tain-main3>ul>li{
		width: 170px;
	}
	.tain-main3 ul li:nth-child(1){
		width: 420px;
	}
	.detail_navs ul li a{
		width: 100%;
	}
	
	
	
	
	
	
	
}

.ph_theme_cli{
	display: none;
}
/* phone */
@media screen and (max-width:1024px) {
	.w12{
		width: 92%;
	}
	.valueCens,.proDetail{
		padding: 30px 0;
	}
	.Detail_editBox{
		padding: 10px 0 0;
	}
	.ehs_editBox{
		padding: 0;
	}
	.pros_Tainer{
		padding: 0 0 30px;
	}
	.valueBoxs{
		margin-bottom: 30px;
	}
	.val_lefts,.val_rights{
		width: 100%;
		float: none;
	}
	.val_lefts{
		max-height: 224px;
		overflow: hidden;
	}
	.valueBoxs:nth-child(1) .val_rights,
	.val_rights{
	    padding: 20px;
	}
	.val_rights h3 .themeH3{
		font-size: 20px;
	}
	.tain-main3>ul>li {
	    width: 100%;
	}
	.main3-right-item {
	    height: 200px;
	}
	.detail_navs ul li {
	    float: none;
	    width: 100%;
	    margin-top: 8px;
	}
	.detail_navs ul li a{
		width: 100%;
		margin-right: 0;
		font-size: 14px;
		height: 40px;
		line-height: 22px;
		padding: 8px 0;
		margin-bottom: 10px;
	}
	.ph_theme_cli{
		display: block;
		padding: 6px 15px;
		background-color: #fff;
		border: 1px #19599d solid;
		margin-bottom: 10px;
		font-size: 16px;
		background: url(../img/todown2.png) no-repeat 94% center;
		background-size: 14px;
		
	}
	.detail_navs ul li a::after{
		display: none !important;
	}
	.theme_edit h4 {
	    font-size: 20px;
	    padding-bottom: 8px;
	    margin-bottom: 24px;
	}
	.theme_edit h4::before {
	    height: 22px;
	    border: 2px #19599D solid;
	    top: 3px;
	}
	.detail_navs ul.clearfix{
		display: none;
	}
	.item-imgbox .cenImgs {
	    width: 100%;
	    height: auto;
	}
	.main3-right-item img {
	    height: auto;
	    width: 100%;
	}
	.valueCens{
		width: 100%;
	}
	
}