﻿.header{
	position: relative;
	background-color: #fbfbfb;
}
.header .container{
	display: flex;
}
.logo{
	flex: 0 auto;
	line-height: 8rem;
	display: flex;
}
.logo img{
	max-height: 3rem;
}
.logo-text {
	display: flex;
	align-items: flex-end;
	margin-left: .5rem;
	line-height: 8rem;
}
.logo-text span{
	display: block;
	font-size: 1.5rem;
	line-height: 4rem;
	letter-spacing: 3px;
}
.header-phone{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	padding-bottom: 1rem;
}
.header-phone .iconfont{
	font-size: 1.25rem;
	margin-right: 5px;
	color: #d80514;
}
.header-phone span{
	font-size:.875rem;
	color: #777;
}
.nav{
	background-image:linear-gradient(rgb(216, 5, 20) 25%, rgb(170, 0, 0) 100%); 
}
.nav li{
	flex: 1;
	position: relative;
}
.nav li>a{
	display: block;
	line-height: 3.75rem;
	text-align: center;
	color: #fff;
}
.nav li::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: rgba(255,255,255,.2);
}
.nav li:first-child::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: rgba(255,255,255,.2);
}
.nav li:hover{
	background-color: #000;
}
/*主页*/
.gray-bg{
	background-color: #f3f3f3;
}
.pro-label{
	padding: 1.5rem 1rem;
	background-color: #af0211;
	color: #fff;
	text-align: center;
	margin-top: 2.3rem;
}
.pro-label h2{
	font-size: 1.75rem;
	font-weight: 900;
}
.label-list li>a{
	display: block;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: none;
	font-size: 1rem;
	padding: 1rem;
}
.label-list li>a:hover{
	border-bottom: 1px solid #D80514;
	color: #D80514;
}
.page-r-title{
	padding-bottom: .5rem;
	margin-bottom: 1rem;
	border-bottom: 2px solid rgba(0,0,0,.4);
	font-size: 1.5rem;
	font-weight: 900;
}
.pro-item>a{
	display: block;
	padding: 1rem;
	background-color: #fff;
	border: 1px solid #ddd;
	overflow: hidden;
}
.pro-item>a img{
	transform: scale(1);
	transition: all .35s ease-in-out;
}
.pro-item>a:hover img{
	transform: scale(1.2);
}
.pro-item>a:hover {
	border-color: #D80514;
}
.pro-item>a .title{
	padding-top: .7rem;
	font-size: 12px;
	text-align: center;
}
.page-l-contact{
	margin-top: 1.5rem;
	background-color: #fff;
	border: 1px solid #ddd;
}
.page-l-contact h2{
	background-color: #af0211;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 900;
	padding:1rem;
	text-align: center;
}
.page-l-contact{
	padding-bottom: 1rem;
}
.page-l-contact p{
	padding: .5rem 1rem 0;
	font-size: 12px;
	line-height: 2;
}

.index-title{
	padding: 3rem 1rem 2rem;
	text-align: center;
}
.index-title h6{
	font-size: 28px;
	letter-spacing: 1px;
	padding-bottom: .5rem;
	color: rgba(0,0,0,.6);
}
.index-title h2{
	font-size: 2rem;
	padding-bottom: .75rem;
	color: rgba(0,0,0,.8);
}
.index-title p{
	font-size: 14px;
	line-height: 2;
	color: rgba(0,0,0,.6);
}

.about-text .title{
	font-size: 1.625rem;
	font-weight: 900;
	color: rgba(0,0,0,.6);
	letter-spacing: 2px;
	margin-bottom: 1rem;
}
.about-text .description{
	font-size: 14px;
	line-height: 1.7;
}

/**/
.page-position li{
	font-size: 0.875rem;
	line-height: 3.125rem;
	color: #888;
}
.page-position li .iconfont{
	font-size: 1rem;
	margin-right: 5px;
	padding-left: 8px;
	border-left: 5px solid #D80514;
}
.page-position li:hover{
	color: #D80514;
}

/*分页page页*/
.page-content{
	padding: 1.5rem;
	font-size: 1rem;
	line-height: 2;
	color: #555;
}
.page-content-img{
	display: inline-block;
	float: right;
	margin-top: 1.5rem;
	margin-left: 2.4rem;
	margin-bottom: 1.5rem;
	width: 35rem;
	max-width: 100%;
}
.qywh-title{
	position: relative;
	font-size: 1.5rem;
	line-height: 2;
	margin-top: 1.5rem;
	color: #D80514;
}
.qywh-line{
	display: inline-block;
	width: 3.5rem;
	border-bottom: 1px solid #aaa;
	margin: 1rem 0;
}
.list-news{
	padding: 1rem;
	background-color: #fff;
	margin-bottom: 1.5rem;
}
.list-news .title{
	font-size: 16px;
	padding-bottom: 1rem;
	color: rgba(0,0,0,.9);
}
.list-news .description{
	font-size: 14px;
	line-height: 1.8;
	color: rgba(0,0,0,.6);
}
.list-news .date{
	float: right;
	font-size: 12px;
	color: rgba(0,0,0,.4);
	vertical-align: middle;
}
.list-news:hover .title{
	color: #D00000;
}

/*产品详情页*/
.pro-content{
	padding: 1rem;
	background-color: #fff;
	
}
.pro-content-img{
	border: 1px solid #ddd;
}
.pro-content-smallImg{
	width: 100%;
	overflow: hidden;
}
.pro-content-smallImg ul{
}
.pro-content-smallImg li{
	width: 20%;
	padding: 5px;
}
.pro-content-smallImg li img{
	border: 1px solid #ddd;
}
.pro-content-smallImg li.active img{
	border-color: #000;
}
.pro-content-text{
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid rgba(0,0,0,.15);
}
.pro-content-text h2{
	font-size: 2rem;
	font-weight: 900;
	color: #D80514;
	margin-top: 1.5rem;
}
.pro-content-phone{
	display: inline-block;
	line-height: 2rem;
	color: #000;
	padding: 1rem 2rem;
	border-radius: 3rem;
	border: 2px solid #000;
	margin-top: 1.5rem;
}
.pro-content-phone strong{
	font-family: helvetica;
	font-size: 1.25rem;
}
.pro-content-title1{
	background-color: #000;
	font-size: 1.5rem;
	font-weight: 900;
	line-height: 1;
	padding: .5rem 1rem;
	color: #fff;
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.news-item{
	background-color: #F3F3F3;
	border-radius: 1rem;
	padding:.5rem 2rem 4rem;
	margin-top: 1.25rem;
	margin-bottom: 1rem;
	transition: all .45s ease-in-out;
}
.news-item .date{
	position: relative;
	padding: .5rem .75rem;
	color: #fff;
	z-index: 1;
	margin-bottom: 1.5rem;
	transition: all .45s ease-in-out;
}
.news-item .date h6{
	font-size: 1.875rem;
	padding-bottom: .5rem;
}
.news-item .date p{
	font-size: 1rem;
	padding-left: 2rem;
}
.news-item .date::before{
	content: '';
	display: inline-block;
	width: 7rem;
	height: calc(100% + 1.25rem);
	border-radius: 8px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #D00000;
	z-index: -1;
}
.news-item .title{
	font-size: 16px;
	padding-bottom: 1rem;
}
.news-item .description{
	font-size: 14px;
	color: #666;
	line-height: 2;
}
.news-item:hover{
	background-color: #444;
	padding-bottom: 3rem;
}
.news-item:hover .title{
	color: #fff;
}
.news-item:hover .description{
	color: #eee;
}
.news-item:hover .date{
	padding-top: 1.5rem;
}


.quali-item{
	padding: 15px;
	border: 1px solid #fff;
}
.quali-item .title{
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}
.quali-item:hover{
	border-color: #ddd;
}
.quali-item:hover .title{
	color: #D00000;
}
.quali-left{
	position: absolute;
	left: 0;
	top: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 50px;
	background-color: rgba(0,0,0,.3);
	color: #fff;
	font-size: 25px;
	margin-top: -25px;
	z-index: 999;
	cursor: pointer;
}
.quali-right{
	position: absolute;
	right: 0;
	top: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 50px;
	background-color: rgba(0,0,0,.3);
	color: #fff;
	font-size: 25px;
	margin-top: -25px;
	transform: rotateY(180deg);
	z-index: 999;
	cursor: pointer;
}