.product1,.valve1 {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.product1 img,.valve1 img {
	width: 100%;
	display: block;
}
.product1-txt {
	top: 50%;
	left: 50%;
	z-index: 2;
	width: 1200px;
	color: #FFFFFF;
	font-size: 56px;
	overflow: hidden;
	line-height: 66px;
	font-weight: bold;
	font-style: italic;
	position: absolute;
	margin: -105px 0 0 -600px;
}
.product1-txt p:nth-of-type(1) {
	padding-left: 20px;
}
.product1-txt p:nth-of-type(2) {
	padding-left: 10px;
}
.product2 {
	width: 100%;
	overflow: hidden;
	padding: 65px 0 125px;
}
.product2-title {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.product2-title h2 {
	margin: 0 0 35px;
}
.product2-menu {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	justify-content: center;
}
.product2-menu a {
	width: 180px;
	margin: 0 10px;
	color: #FFFFFF;
	font-size: 24px;
	overflow: hidden;
	font-weight: bold;
	padding: 5px 10px;
	line-height: 33px;
	border-radius: 24px;
	background: #898989;
	border: 2px solid #898989;
	transition: all 0.3s ease;
}
.product2-menu a.active {
	background: #e94609;
	border-color: #e94609;
}
.product2-menu a:hover {
	background: #ff4500;
	border-color: #ff4500;
}
.product2-title .two-menu {
	display: flex;
	flex-wrap: wrap;
	margin: 30px auto 20px;
	justify-content: center;
	width: calc(100% - 60px);
	border-bottom: 1px solid #CCCECF;
}
.product2-title .two-menu a {
	color: #666666;
	font-size: 18px;
	line-height: 20px;
	position: relative;
	margin: 0 35px 20px;
}
.product2-title .two-menu a::after {
	right: 0px;
	width: 0px;
	height: 1px;
	content: '';
	bottom: -5px;
	display: block;
	position: absolute;
	background: #e94609;
	transition: all 0.5s;
}
.product2-title .two-menu a.active {
	color: #e94609;
	font-weight: bold;
}
.product2-title .two-menu a:hover {
	color: #e94609;
}
.product2-title .two-menu a:hover::after {
	left: 0px;
	width: 100%;
}
.product2-list {
	width: 100%;
	overflow: hidden;
	padding: 35px 20px 20px;
}
.product2-list a {
	float: left;
	display: block;
	margin: 30px 5px;
	overflow: hidden;
	background: #f3f3f3;
	width: calc(33.33% - 10px);
}
.product2-img {
	width: 100%;
	padding: 25px;
	height: 335px;
	overflow: hidden;
	text-align: center;
	line-height: 285px;
	background-image: url(../img/product2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.product2-img img {
	max-width: 292px;
	max-height: 280px;
	transition: all 0.3s ease-in-out;
}
.product2-txt {
	width: 100%;
	overflow: hidden;
	padding: 40px 50px 30px;
}
.product2-txt h3 {
	color: #e94609;
	margin: 0 0 5px;
	font-size: 31px;
	line-height: 35px;
	font-weight: bold;
}
.product2-txt h5 {
	color: #595757;
	font-size: 20px;
	line-height: 25px;
}
.product2-txt .product2-p {
	width: 100%;
	height: 96px;
	margin: 50px 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.product2-p p {
	width: 100%;
	color: #898989;
	overflow: hidden;
	border-bottom: 2px solid #e2e3e3;
}
.product2-txt strong {
	height: 17px;
	float: right;
	color: #595757;
	display: block;
	font-size: 12px;
	overflow: hidden;
	line-height: 19px;
	font-family: arial;
	padding-right: 35px;
	background-image: url(../img/more.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 23px;
}
.product2-list a:hover .product2-img img {
	transform: scale(1.1);
}
.product2-more {
	width: 206px;
	color: #e94709;
	display: block;
	overflow: hidden;
	line-height: 44px;
	text-align: center;
	margin: 50px auto 0;
	border-radius: 26px;
	transition: all 0.3s ease;
	border: 4px solid #e94709;
}
.product2-more:hover {
	color: #FFFFFF;
	font-weight: bold;
	background: #e94709;
}
@media only screen and (max-width: 1199px) {
	.product1,.valve1 {
		margin: 116px 0 0;
	}
	.product1-txt {
		width: 935px;
		font-size: 72px;
		line-height: 85px;
		margin: -70px 0 0 -467.5px;
	}
	.product2 {
		padding: 55px 0 100px;
	}
	.product2-title h2 {
		margin: 0 0 25px;
	}
	.product2-menu a {
		width: 150px;
		margin: 0 5px;
		font-size: 20px;
		line-height: 26px;
		border-radius: 20px;
	}
	.product2-list {
		padding: 25px 20px 20px;
	}
	.product2-list a {
		margin: 20px 5px;
	}
	.product2-img {
		padding: 20px;
		height: 275px;
		line-height: 233px;
	}
	.product2-img img {
		max-width: 230px;
		max-height: 220px;
	}
	.product2-txt {
		padding: 30px;
		height: 282px;
	}
	.product2-txt h3 {
		font-size: 24px;
		line-height: 30px;
	}
	.product2-txt h5 {
		font-size: 16px;
		line-height: 20px;
	}
	.product2-txt .product2-p {
		height: 90px;
		margin: 30px 0;
		font-size: 14px;
		line-height: 28px;
	}
	.product2-more {
		width: 170px;
		line-height: 36px;
		border-width: 2px;
		border-radius: 20px;
		margin: 30px auto 0;
	}
}
@media only screen and (max-width: 991px) {
	.product2-title .two-menu {
		margin: 30px auto 20px;
		width: calc(100% - 50px);
	}
	.product2-title .two-menu a {
		font-size: 18px;
		line-height: 20px;
		margin: 0 35px 20px;
	}
	.product1-txt {
		width: 680px;
		font-size: 56px;
		line-height: 65px;
		margin: -70px 0 0 -340px;
	}
	.product2-list a {
	    margin: 30px 5px;
	    width: calc(50% - 10px);
	}
}
@media only screen and (max-width: 750px) {
	.product1,.valve1 {
		margin: 58px 0 0;
	}
	.product1-txt {
		width: 340px;
		font-size: 28px;
		line-height: 35px;
		margin: -40px 0 0 -170px;
	}
	.product1-txt p:nth-of-type(1) {
		padding-left: 12px;
	}
	.product1-txt p:nth-of-type(2) {
		padding-left: 6px;
	}
	.product2 {
	    padding: 40px 0 50px;
	}
	.product2-title h2 {
		margin: 0 0 15px;
	}
	.product2-menu a {
	    width: 115px;
	    margin: 0 5px;
	    font-size: 16px;
	    line-height: 20px;
	    border-radius: 17px;
	}
	.product2-title .two-menu {
		margin: 20px auto 15px;
		width: calc(100% - 40px);
	}
	.product2-title .two-menu a {
		font-size: 16px;
		line-height: 20px;
		margin: 0 20px 15px;
	}
	.product2-list a {
	    width: 100%;
	    margin: 15px 0;
	}
	.product2-txt {
		height: auto;
	}
	.product2-more {
		width: 120px;
		margin: 0 auto;
		line-height: 32px;
		border-width: 2px;
		border-radius: 18px;
	}
}
@media only screen and (min-width: 1200px) {
	.product1 {
		height: 515px;
		background-image: url(../img/product1.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.valve1 {
		
	}
	.product1 img {
		display: none;
	}
	.product1-txt {
		width: 800px;
		font-size: 48px;
		line-height: 55px;
		margin: -85px 0 0 -400px;
	}
	.product2 {
		padding: 55px 0 100px;
	}
	.product2-title h2 {
		margin: 0 0 25px;
	}
	.product2-menu a {
		width: 150px;
		margin: 0 5px;
		font-size: 20px;
		line-height: 26px;
		border-radius: 20px;
	}
	.product2-list {
		padding: 0 20px 20px;
	}
	.product2-list a {
		margin: 0 5px 40px;
	}
	.product2-img {
		padding: 20px;
		height: 275px;
		line-height: 233px;
	}
	.product2-img img {
		max-width: 230px;
		max-height: 220px;
	}
	.product2-txt {
		padding: 30px;
		height: 273px;
	}
	.product2-txt h3 {
		font-size: 24px;
		line-height: 30px;
	}
	.product2-txt h5 {
		font-size: 16px;
		line-height: 20px;
	}
	.product2-txt .product2-p {
		height: 81px;
		margin: 30px 0;
		font-size: 12px;
	}
	.product2-more {
		width: 170px;
		line-height: 36px;
		border-width: 2px;
		border-radius: 20px;
		margin: 30px auto 0;
	}
}
@media only screen and (min-width: 1450px) {
	.product1 {
		height: 625px;
	}
	.valve1 {
		
	}
	.product1-txt {
		width: 1000px;
		font-size: 52px;
		line-height: 60px;
		margin: -90px 0 0 -500px;
	}
	.product2 {
		padding: 60px 0 110px;
	}
	.product2-title h2 {
		margin: 0 0 30px;
	}
	.product2-menu a {
		width: 165px;
		margin: 0 8px;
		font-size: 22px;
		line-height: 30px;
		border-radius: 22px;
	}
	.product2-list a {
		margin: 0 5px 50px;
	}
	.product2-img {
		padding: 22px;
		height: 310px;
		line-height: 265px;
	}
	.product2-img img {
		max-width: 260px;
		max-height: 250px;
	}
	.product2-txt {
		height: 309px;
		padding: 35px 40px 30px;
	}
	.product2-txt h3 {
		font-size: 28px;
		line-height: 33px;
	}
	.product2-txt h5 {
		font-size: 18px;
		line-height: 22px;
	}
	.product2-txt .product2-p {
		height: 87px;
		margin: 40px 0;
		font-size: 16px;
	}
	.product2-more {
		width: 190px;
		line-height: 40px;
		border-width: 3px;
		border-radius: 23px;
		margin: 40px auto 0;
	}
}
@media only screen and (min-width: 1700px) {
	.product1 {
		height: 745px;
	}
	.valve1 {
		
	}
	.product1-txt {
		width: 1200px;
		font-size: 56px;
		line-height: 66px;
		margin: -105px 0 0 -600px;
	}
	.product2 {
		padding: 65px 0 125px;
	}
	.product2-title h2 {
		margin: 0 0 35px;
	}
	.product2-menu a {
		width: 180px;
		margin: 0 10px;
		font-size: 24px;
		line-height: 33px;
		border-radius: 24px;
	}
	.product2-list a {
		margin: 0 5px 60px;
	}
	.product2-img {
		padding: 25px;
		height: 335px;
		line-height: 285px;
	}
	.product2-img img {
		max-width: 292px;
		max-height: 280px;
	}
	.product2-txt {
		height: 348px;
		padding: 40px 50px 30px;
	}
	.product2-txt h3 {
		font-size: 31px;
		line-height: 35px;
	}
	.product2-txt h5 {
		font-size: 20px;
		line-height: 25px;
	}
	.product2-txt .product2-p {
		height: 96px;
		margin: 50px 0;
		font-size: 18px;
	}
	.product2-more {
		width: 206px;
		line-height: 44px;
		border-width: 4px;
		border-radius: 26px;
		margin: 50px auto 0;
	}
}
@media only screen and (min-width: 1921px) {
	.product1 {
		background-size: cover;
	}
}
/*产品详情*/
.valve1 h2 {
	margin: 100px 0;
	text-align: center;
}
.valve2 {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.valve2-img {
	width: 100%;
	overflow: hidden;
	background: #728cae;
}
.valve2-img img {
	width: 40%;
	float: right;
	margin: 150px;
	display: block;
}
.valve2-content {
	left: 50%;
	top: 100px;
	width: 655px;
	overflow: hidden;
	position: absolute;
	padding: 90px 70px;
	margin-left: -690px;
	background: #FFFFFF;
	height: calc(100% - 200px);
}
.valve2-content h2 {
	margin: 0 0 20px;
	font-weight: normal;
}
.valve2-txt {
	width: 100%;
	color: #898989;
	font-size: 24px;
	overflow: hidden;
	line-height: 48px;
}
.valve2-txt p {
	border-bottom: 2px solid #edeeee;
}
@media only screen and (max-width: 1199px) {
	.valve1 h2 {
		margin: 80px 0;
	}
	.valve2-content {
		top: 80px;
		width: 470px;
		padding: 45px 40px;
		margin-left: -465px;
		height: calc(100% - 160px);
	}
	.valve2-content h2 {
		margin: 0 0 16px;
	}
	.valve2-txt {
		font-size: 20px;
		line-height: 40px;
	}
}
@media only screen and (max-width: 991px) {
	.valve2-img {
		height: 600px;
	}
	.valve2-img img {
		width: auto;
		float: none;
		margin: 75px auto;
		height: calc(100% - 150px);
	}
	.valve2-content {
		top: 0px;
		left: 0px;
		width: 680px;
		height: auto;
		margin: 0 auto;
		position: relative;
		padding: 80px 0 30px;
	}
}
@media only screen and (max-width: 750px) {
	.valve1 h2 {
		margin: 40px 0;
	}
	.valve2-img {
		height: 300px;
	}
	.valve2-img img {
		margin: 35px auto;
		height: calc(100% - 70px);
	}
	.valve2-content {
		width: 340px;
		padding: 40px 0 20px;
	}
	.valve2-content h2 {
		margin: 0 0 10px;
	}
	.valve2-txt {
		font-size: 16px;
		line-height: 35px;
	}
}
@media only screen and (min-width: 1200px) {
	.valve1 h2 {
		margin: 70px 0;
	}
	.valve2-content {
		top: 60px;
		width: 400px;
		padding: 50px 40px;
		margin-left: -400px;
		height: calc(100% - 120px);
	}
	.valve2-content h2 {
		margin: 0 0 14px;
	}
	.valve2-txt {
		font-size: 18px;
		line-height: 35px;
	}
}
@media only screen and (min-width: 1450px) {
	.valve1 h2 {
		margin: 80px 0;
	}
	.valve2-content {
		top: 80px;
		width: 525px;
		padding: 60px 50px;
		margin-left: -525px;
		height: calc(100% - 160px);
	}
	.valve2-content h2 {
		margin: 0 0 16px;
	}
	.valve2-txt {
		font-size: 20px;
		line-height: 40px;
	}
}
@media only screen and (min-width: 1700px) {
	.valve1 h2 {
		margin: 90px 0;
	}
	.valve2-content {
		top: 100px;
		width: 650px;
		padding: 75px 60px;
		margin-left: -650px;
		height: calc(100% - 200px);
	}
	.valve2-content h2 {
		margin: 0 0 18px;
	}
	.valve2-txt {
		font-size: 22px;
		line-height: 45px;
	}
}
@media only screen and (min-width: 1800px) {
	.valve1 h2 {
		margin: 100px 0;
	}
	.valve2-content {
		top: 100px;
		width: 655px;
		padding: 90px 70px;
		margin-left: -690px;
		height: calc(100% - 200px);
	}
	.valve2-txt {
		font-size: 24px;
		line-height: 48px;
	}
}
.valve3,.valve4,.valve5 {
	width: 100%;
	overflow: hidden;
	border-bottom: 12px solid rgba(2,10,14,0.05);
}
.valve5 {
	border-bottom: none;
}
.valve3 h2,.valve4 h2,.valve5 h2 {
	color: #898989;
	margin: 55px 0;
	cursor: pointer;
	position: relative;
	font-weight: normal;
	transition: all 0.3s ease-in-out;
}
.valve3 h2 span,.valve4 h2 span,.valve5 h2 span {
	width: 50px;
	height: 50px;
	float: right;
	color: #e94609;
	display: block;
	font-size: 24px;
	cursor: pointer;
	overflow: hidden;
	line-height: 46px;
	border-radius: 50%;
	text-align: center;
	border: 2px solid #e94609;
	transition: all 0.3s ease-in-out;
}
.valve3 h2.valve-click span,.valve4 h2.valve-click span,.valve5 h2.valve-click span {
	color: #FFFFFF;
	background: #e94609;
	transform: rotate(-180deg);
}
.valve3 h2:hover,.valve4 h2:hover,.valve5 h2:hover {
	color: #e94609;
}
.valve3 h2:hover span,.valve4 h2:hover span,.valve5 h2:hover span {
	color: #e94609;
	border-color: #e94609;
}
.valve3 h2.valve-click:hover span,.valve4 h2.valve-click:hover span,.valve5 h2.valve-click:hover span {
	color: #FFFFFF;
	background: #e94609;
}
.valve3 h2 em,.valve4 h2 em,.valve5 h2 em {
	font-family: arial;
}
.valve3-txt {
	width: 100%;
	display: none;
	overflow: hidden;
}
.valve3 ul {
	width: 100%;
	display: flex;
    flex-wrap: wrap;
	overflow: hidden;
	margin: 0 0 55px;
}
.valve3 ul li {
	float: left;
	width: 33.33%;
	padding: 55px;
	overflow: hidden;
	border-top: 1px solid rgba(2,10,14,0.2);
}
.valve3 ul li:nth-of-type(3n+1) {
	padding-left: 0px;
}
.valve3 li h4 {
	color: #e94609;
	font-size: 24px;
	margin: 0 0 15px;
	font-weight: bold;
	line-height: 1.55em;
}
.valve3 li p {
	color: #020A0E;
	font-size: 20px;
	margin: 0 0 20px;
	line-height: 1.6em;
}
.valve3 li p span {
	opacity: 0.6;
}
.valve4-txt,.valve5-txt {
	width: 100%;
	display: none;
	overflow: hidden;
	padding: 55px 0 90px 33.33%;
	border-top: 1px solid rgba(2,10,14,0.2);
}
.valve4-txt p {
	color: #020A0E;
	font-size: 20px;
	margin: 0 0 20px;
	line-height: 1.6em;
	position: relative;
}
.valve4-txt p {
	margin: 0 0 15px;
	padding-left: 30px;
}
.valve4-txt p:before {
	top: 14px;
	left: 0px;
	width: 4px;
	height: 4px;
	content: '';
	display: block;
	overflow: hidden;
	position: absolute;
	border-radius: 50%;
	background: rgba(2,10,14,0.6);
}
@media only screen and (max-width: 991px) {
	.valve3 ul li {
		width: 50%;
	}
	.valve3 ul li:nth-of-type(2n+1) {
		padding: 55px 55px 55px 0;
		border-right: 1px solid rgba(2,10,14,0.2);
	}
	.valve3 ul li:nth-of-type(2n) {
		padding: 55px 0 55px 55px;
	}
	.valve3-txt,.valve4-txt,.valve5-txt {
		padding: 55px 0 90px;
	}
}
@media only screen and (max-width: 750px) {
	.valve3,.valve4,.valve5 {
		border-bottom-width: 6px;
	}
	.valve3 h2,.valve4 h2,.valve5 h2 {
		margin: 30px 0;
	}
	.valve3 h2 span, .valve4 h2 span, .valve5 h2 span {
	    width: 34px;
	    height: 34px;
	    font-size: 18px;
	    line-height: 30px;
	}
	.valve4-txt,.valve5-txt {
	    font-size: 16px;
		padding: 30px 0 45px;
	}
	.valve3 ul li:nth-of-type(2n+1) {
		padding: 20px 20px 20px 0;
	}
	.valve3 ul li:nth-of-type(2n) {
		padding: 20px 0 20px 20px;
	}
	.valve3 li h4 {
		font-size: 18px;
    	margin: 0 0 5px;
	}
	.valve3-txt,.valve4-txt,.valve5-txt {
		padding: 20px 0 30px;
	}
	.valve3 li p,.valve4-txt p {
		font-size: 16px;
		margin: 0 0 10px;
	}
	.valve4-txt p {
		padding-left: 15px;
	}
	.valve4-txt p:before {
		top: 11px;
    	width: 3px;
    	height: 3px;
	}
}
@media only screen and (min-width: 992px) {
	.valve3 ul {
		margin: 0 0 35px;
	}
	.valve3 ul li {
		padding: 35px;
	}
	.valve3 ul li:nth-of-type(3n+2) {
		border-left: 1px solid rgba(2,10,14,0.2);
		border-right: 1px solid rgba(2,10,14,0.2);
	}
	.valve3-txt {
		padding: 30px 0 60px;
	}
	.valve4-txt,.valve5-txt {
		font-size: 16px;
		padding: 30px 0 60px 33.33%;
	}
}
@media only screen and (min-width: 1200px) {
	.valve3,.valve4,.valve5 {
		border-bottom-width: 8px;
	}
	.valve3 h2,.valve4 h2,.valve5 h2 {
		margin: 35px 0;
	}
	.valve3 h2 span,.valve4 h2 span,.valve5 h2 span {
		width: 40px;
		height: 40px;
		font-size: 20px;
		line-height: 36px;
	}
	.valve3 ul {
		margin: 0 0 35px;
	}
	.valve3 ul li {
		padding: 35px;
	}
	.valve3 li h4 {
		font-size: 20px;
		margin: 0 0 5px;
	}
	.valve3 li p,.valve4-txt p {
		font-size: 16px;
		margin: 0 0 10px;
	}
	.valve3-txt {
		padding: 35px 0 70px;
	}
	.valve4-txt,.valve5-txt {
		padding: 35px 0 70px 33.33%;
	}
	.valve4-txt p {
		margin: 0 0 5px;
		padding-left: 20px;
	}
	.valve4-txt p:before {
		top: 12px;
		width: 3px;
		height: 3px;
	}
}
@media only screen and (min-width: 1450px) {
	.valve3,.valve4,.valve5 {
		border-bottom-width: 10px;
	}
	.valve3 h2,.valve4 h2,.valve5 h2 {
		margin: 45px 0;
	}
	.valve3 h2 span,.valve4 h2 span,.valve5 h2 span {
		width: 45px;
		height: 45px;
		font-size: 22px;
		line-height: 41px;
	}
	.valve3 ul {
		margin: 0 0 45px;
	}
	.valve3 ul li {
		padding: 45px;
	}
	.valve3 li h4 {
		font-size: 22px;
		margin: 0 0 10px;
	}
	.valve3 li p,.valve4-txt p {
		font-size: 18px;
		margin: 0 0 15px;
	}
	.valve3-txt {
		padding: 45px 0 80px;
	}
	.valve4-txt,.valve5-txt {
		font-size: 18px;
		padding: 45px 0 80px 33.33%;
	}
	.valve4-txt p {
		margin: 0 0 10px;
		padding-left: 25px;
	}
	.valve4-txt p:before {
		top: 14px;
		width: 4px;
		height: 4px;
	}
}
@media only screen and (min-width: 1700px) {
	.valve3,.valve4,.valve5 {
		border-bottom-width: 12px;
	}
	.valve3 h2,.valve4 h2,.valve5 h2 {
		margin: 55px 0;
	}
	.valve3 h2 span,.valve4 h2 span,.valve5 h2 span {
		width: 50px;
		height: 50px;
		font-size: 24px;
		line-height: 46px;
	}
	.valve3 ul {
		margin: 0 0 55px;
	}
	.valve3 ul li {
		padding: 55px;
	}
	.valve3 li h4 {
		font-size: 24px;
		margin: 0 0 15px;
	}
	.valve3 li p,.valve4-txt p {
		font-size: 20px;
		margin: 0 0 20px;
	}
	.valve3-txt {
		padding: 55px 0 90px;
	}
	.valve4-txt,.valve5-txt {
		font-size: 20px;
		padding: 55px 0 90px 33.33%;
	}
	.valve5-txt p {
		margin: 0 0 15px;
		padding-left: 30px;
	}
}
.valve5-txt p {
	margin: 0 0 25px;
}
.valve5-txt p a {
	display: inline-block;
}
.valve5-txt p a em {
	float: left;
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	line-height: 48px;
	border-radius: 50%;
	text-align: center;
	border: 2px solid #e94609;
	transition: all 0.3s ease-in-out;
}
.valve5-txt p a strong {
	float: left;
	color: #020A0E;
	display: block;
	overflow: hidden;
	line-height: 48px;
	margin-left: 20px;
	transition: all 0.3s ease-in-out;
}
.valve5-txt p a:hover,.valve5-txt p a:hover strong {
	color: #e94609;
}
.valve5-txt p a:hover em {
	border-color: #e94609;
}
@media only screen and (max-width: 750px) {
	.valve5-txt p {
		margin: 0 0 15px;
	}
	.valve5-txt p a em {
		width: 35px;
		height: 35px;
		line-height: 31px;
	}
	.valve5-txt p a strong {
		line-height: 34px;
		margin-left: 10px;
	}
}
@media only screen and (min-width: 1200px) {
	.valve5-txt p {
		margin: 0 0 15px;
	}
	.valve5-txt p a em {
		width: 40px;
		height: 40px;
		line-height: 38px;
	}
	.valve5-txt p a strong {
		line-height: 38px;
		margin-left: 10px;
	}
}
@media only screen and (min-width: 1450px) {
	.valve5-txt p {
		margin: 0 0 20px;
	}
	.valve5-txt p a em {
		width: 45px;
		height: 45px;
		line-height: 43px;
	}
	.valve5-txt p a strong {
		line-height: 43px;
		margin-left: 15px;
	}
}
@media only screen and (min-width: 1700px) {
	.valve5-txt p {
		margin: 0 0 25px;
	}
	.valve5-txt p a em {
		width: 50px;
		height: 50px;
		line-height: 48px;
	}
	.valve5-txt p a strong {
		line-height: 48px;
		margin-left: 20px;
	}
}