@CHARSET "UTF-8";

.banner.our-pipe-products {
	background-image: url(../images/banner-our-pipe-products.jpg);
}

.v-body .middle-box {
	padding: 30px;
}

ul.r-side-nav {
  border-left: 3px solid #8E0002;
  padding: 0;
  margin-bottom: 40px; 
}
ul.r-side-nav li {
	margin: 0;
	padding-right: 10px;
	border-left: 10px solid transparent;
	border-right: 8px solid transparent;
	background-image: none; 
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-ms-transition: all .15s;
	transition: all .15s;
}
ul.r-side-nav li:hover {
	border-right: 8px solid #8E0002;
	padding-right: 0 !important;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}
ul.r-side-nav li a {
	font-size: 16px;
	color: #8E0002;
	padding: 15px 10px;
	font-weight: normal;
	border-bottom: 1px solid #ebebeb; 
	position: relative;
	display: block;
}
ul.r-side-nav li a:hover {
  background-color: transparent;
  color: #8E0002; 
}
ul.r-side-nav li:last-child a, .r-side-nav li.active a {
	border-bottom: none;
}
ul.r-side-nav li.active {
	background-color: #8E0002;
}
ul.r-side-nav li.active a {
	color: #fff;
}



.our-pipe-products-box .title {
	font-size: 18px;
	line-height: 1em;
	color: #8E0002;
	margin-bottom: 20px;
}
.our-pipe-products-box .text {
	font-size: 14px;
	color: #505050;
	line-height: 1.8em;
}
.our-pipe-products-box .info-box {
	margin: 40px auto;
}
.our-pipe-products-box .info-box img {
	width: 100%;
	border: 2px solid #bcbcbc;
	margin-top: 5px;
}


.about-us-box {
	margin: -30px;
	padding: 30px;
	position: relative;
	background-image: url(../images/bg-about-us.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.about-us-box:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-color: rgba(255,255,255,.9);
}


.about-us-box {

}
.about-us-box .title {
	font-size: 20px;
	color: #8E0002;
	line-height: 1em;
	margin: 10px auto 15px;
}
.about-us-box .text {
	font-size: 16px;
	color: #6a6765;
	line-height: 1.8em;
	margin-bottom: 50px;	
}
.about-us-box .text img {
	display: block;	
	margin-bottom: 15px;
}
.about-us-box .text ul > li {
	padding-left: 18px;
	position: relative;
}
.about-us-box .text ul > li:before {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	left: 3px;
	top: 9px;
	background-color: #8E0002;
}

.brochures-box .top-dl {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
.brochures-box .top-dl > img {
	width: 100%;
}
.brochures-box .top-dl .btn-dl {
	height: 56px;
	background-color: #8E0002;
	font-size: 24px;
	color: #fff;
	position: absolute;
	left: 50%;
	width: 240px;
	margin-left: -120px;
	top: 50%;
	margin-top: -28px;
	line-height: 56px;
	text-align: center;
}
.brochures-box .top-dl .btn-dl img {
	margin-top: -4px;
	margin-right: 5px;
}
.brochures-box ul.dl-list {

}
.brochures-box ul.dl-list > li {
	margin-bottom: 30px;
}
.brochures-box ul.dl-list > li:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.brochures-box ul.dl-list > li .img-box {
	float: left;
	margin-right: 20px;
	width: 150px;
	position: relative;
}
.brochures-box ul.dl-list > li .img-box img:not(.tag) {
	width: 100%;
}
.brochures-box ul.dl-list > li .img-box .tag {
	position: absolute;
	left: 0;
	top: 0;
}
.brochures-box ul.dl-list > li .content {
	overflow: hidden;
}
.brochures-box ul.dl-list > li .content .title {
	font-size: 24px;
	color: #444444;
	line-height: 1.1em;
	margin-bottom: 10px;
}
.brochures-box ul.dl-list > li .content .text {
	font-size: 14px;
	color: #727272;
	line-height: 1.8em;
	margin-bottom: 5px;
}
.brochures-box ul.dl-list > li .content .btn-dl {
	display: inline-block;
	padding: 4px 10px;
	font-size: 12px;
	color: #fff;
	background-color: #8E0002;
	border: 1px solid #a73b00;
}
.brochures-box ul.dl-list > li .content .btn-dl img {
	margin-top: -4px;
	margin-right: 5px;
	width: 14px;
}

.partners-box .partner-list {

}
.partners-box .partner-list ul {
	margin: 0 -6px
}
.partners-box .partner-list ul:after {
	content: '';
	clear: both;
	display: block;
	height: 0;
}
.partners-box .partner-list ul > li {
	float: left;
	padding: 0 6px;
	margin-bottom: 12px;
	width: 33.33%;
}
.partners-box .partner-list ul > li a {
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 100%;
	height: 250px;
	border: 1px solid #dfdfdf;
	padding: 1px;
	-webkit-transition: border .3s;
	-moz-transition: border .3s;
	-ms-transition: border .3s;
	transition: border .3s;
}
.partners-box .partner-list ul > li a:hover {
	border: 2px solid #8E0002;
	padding: 0px;
}


@media (max-width: 1799px) {
	.partners-box .partner-list ul > li a {
		height: 200px;
	}
}
@media (max-width: 1399px) {
	.partners-box .partner-list ul > li a {
		height: 170px;
	}
}
@media (max-width: 1199px) {
	.partners-box .partner-list ul > li a {
		background-size: contain;
		height: 110px;
	}
}
@media (max-width: 991px) {
}
@media (max-width: 767px) { 
	.partners-box .partner-list ul > li a {
		height: 70px;
	}
	.v-body .middle-box {
		padding: 15px;
	}
	.about-us-box {
		margin: -15px;
		padding: 15px;
	}

	.brochures-box ul.dl-list > li .img-box {
		width: 80px;
		margin-right: 15px;
	}
	.brochures-box ul.dl-list > li .img-box .tag {
		width: 30px;
	}
	.brochures-box ul.dl-list > li .content {
		overflow: visible;
	}
	.brochures-box ul.dl-list > li .content .title {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.brochures-box ul.dl-list > li .content .text {
		font-size: 12px;
		line-height: 1.6em;
	}
	.brochures-box .top-dl .btn-dl {
		height: 40px;
		background-color: #8E0002;
		font-size: 16px;
		color: #fff;
		position: absolute;
		left: 50%;
		width: 160px;
		margin-left: -80px;
		top: 50%;
		margin-top: -20px;
		line-height: 40px;
		text-align: center;
	}
	.brochures-box .top-dl .btn-dl img {
		width: 20px;
	}

}
.info-box:hover .more {
	border-bottom: 1px solid #078dd3;
}
.info-box .more {
	color: #078dd3;
	font-size: 16px;
	display: inline-block;
	line-height: 1em;
	padding: 0;
	/*border-bottom: 1px solid #078dd3;*/
}

