@charset "utf-8";



body{
	font-size: 14px;
}
a{
	color: inherit;
}
a:hover,a:visited,a:focus{
	text-decoration: none;
}
header{
	height: 110px;
}
header a{
	display: block;
	float: left;
	padding-top: 15px;
}
header a img{
	display: block;
}
header .tel{
	float: right;
	padding-top: 26px;
}
header .tel span{
	font-size: 18px;
	font-weight: bold;
	color: #4c4c4c;
}
header .tel p{
	font-size: 33px;
	font-weight: bold;
	color: #b20000;
	line-height: 1;
}

@media (max-width: 992px) {
	header .tel{
		display: none;
	}
	header a{
		float: none;
		width: 60%;
		float: left;
		padding-bottom: 15px;
	}
	header a img{
		width: 100%;
	}
	header{
		height: auto;
		position: relative;
	}
	header .container{
		position: relative;
	}
	
	
}
@media (max-width: 768px) {
	.m_nav_btn{
		display: block;
		width: 35px;
		height: 25px;
		background: none;
		position: absolute;
		right: 15px;
		top: 50%;
		transform:translateY(-50%);
		-ms-transform:translateY(-50%);
		-moz-transform:translateY(-50%);
		-webkit-transform:translateY(-50%);
		-o-transform:translateY(-50%);
		z-index: 90;
	}
	.m_nav_btn span{
		display: block;
		width: 100%;
		height: 2px;
		border-radius: 1px;
		background: #0873c3;
		position: absolute;
		top: 0;
		left: 0;
		opacity: .8;
		transition:all 0.3s;
	}
	.m_nav_btn span:nth-child(2){
		top: 50%;
		transform:translateY(-50%);
		-ms-transform:translateY(-50%);
		-moz-transform:translateY(-50%);
		-webkit-transform:translateY(-50%);
		-o-transform:translateY(-50%);
	}
	.m_nav_btn span:nth-child(3){
		top:auto;
		bottom: 0;
	}
	header{
		border-bottom: 2px solid #0873c3;
	}
	header a{
		float: none;
		margin:0 auto;
	}
}

/*导航开始*/
nav{
	background: #333333;
}
nav ul{
	position: relative;
}
nav .position_bar{
	position: absolute;
	height: 55px;
	width: 150px;
	top: 0;
	left: 0;
	z-index: 2;
	background: #b30000;
	transition:all 0.3s;
}
nav li{
	float: left;
	color: #fff;
	line-height: 55px;
	font-size: 18px;	
	position: relative;
	z-index: 5;
}
nav li:hover a{
	color: #fff;
}
nav li a{
	display: block;
	padding: 0 30px;
}
@media (max-width: 992px) {
	nav li a{
		padding: 0 10px;
	}
}
@media (max-width: 768px) {
	nav{
		position: fixed;
		width: 70%;
		height: 100%;
		top: 0;
		left: -100%;
		z-index: 999;
		padding-top: 35px;
		transition:all 0.3s;
	}
	nav.on{
		left: 0;
	}
	nav li{
		float: none;
		border-bottom: 1px solid #aaa;
	}
	.all_mask{
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: 990;
		background: rgba(0,0,0,0.6);
		top: 0;
		left: 0;
		display: none;
	}
	.all_mask::after{
		content: "X";
		display: block;
		background: #999;
		position: absolute;
		right: 15px;
		top: 20px;
		text-align: center;
		line-height: 35px;
		font-size: 18px;
		width: 35px;
		color: #fff;
		height: 35px;
	}
}
/*导航结束*/

/*banner开始*/
.pcbanner img,.mbanner img{
	display: block;
	width: 100%;
}
.mbanner{
	display: none;
}
.banner_hot{
	display: none;
}
.m_show{
	display: none !important;
}
.pc_show{
	display: block !important;
}
@media (max-width: 768px) {
	.mbanner{
		display: block;
	}
	.pcbanner{
		display: none;
	}
	.banner_hot{
		display: block;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		line-height: 50px;
		background: #f2f2f2;
	}
	.banner_hot span{
		font-size: 20px;
		color: #b20000;
		display: inline-block;
	}
	.banner_hot i{
		font-style: normal;
		display: inline-block;
		margin-right: 10px;
	}
	.pc_show{
		display: none !important;
	}
	.m_show{
		display: block !important;
	}
}
/*banner结束*/


/*搜索栏开始*/
.search_bar{
	background: #333;
	height: 50px;
}
.search_bar .hot{
	line-height: 50px;
	color: #cccccc;
	float: left;
}
.search_bar .hot a:hover{
	color: #fff;
}
.search_bar form{
	float: right;
	display: block;
	width: 240px;
	height: 30px;
	border-radius: 5px;
	border:1px solid #808080;
	padding-right: 30px;
	position: relative;
	overflow: hidden;
	background: #fff;
	margin-top: 11px;
}
input{
	outline: none;
	text-indent: 1em;
}
.search_bar input[type="text"]{
	width: 100%;
	height: 100%;
	border:none;
	background: #fff;	
}
.search_bar input[type="submit"]{
	width: 30px;
	height: 100%;
	border:none;
	background: #b20000 url(../img/icon_search.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 0;
	text-indent: -9999px;
	border-radius: 5px;
}
@media (max-width: 768px) {
	.search_bar{
		height: auto;
		padding-bottom: 15px;
		display: none;
	}
	.search_bar .hot{
		float: none;
		text-align: center;
		line-height: 40px;
	}
	.search_bar form{
		float: none;
		width: 100%;
		margin-top: 0;
	}
}
/*搜索栏结束*/

/*首页产品开始*/
.index_products{
	padding: 50px 0 35px;
}
.index_products .left .title{
	font-size: 24px;
	color: #fff;
	background: #b20000;
	line-height: 1.5;
	padding: 25px 0;
	text-align: center;
}
.index_products .left .title span{
	display: block;
}
.index_products .left li{
	line-height: 70px;
	text-align: center;
	font-size: 18px;
	color: #333333;
	background: #f2f2f2;
}
.index_products .left li a{
	display: block;
	transition:all 0.3s;
}
.index_products .left li:nth-child(even){
	background: #ebebeb;
}
.index_products .left li a:hover{
	background: #b20000;
	color: #fff;
}
.index_ntitle{
	padding-top: 15px;
	margin-bottom: 20px;
}
.index_ntitle p{
	float: left;
	font-size: 24px;
	font-weight: bold;
	color: #b20000;
}
.index_ntitle p span{
	font-size: 15px;
	font-weight: normal;
	display: inline-block;
	margin-left: 10px;
}
.index_ntitle a{
	display: block;
	float: right;
	line-height: 36px;
	font-size: 18px;
	color: #b30000;
}
.index_products .right li{
	text-align: center;
	font-size: 18px;
	color: #333;
	margin-bottom: 28px;
}
.index_products .right li a{
	display: block;
	transition:all 0.3s;
}
.index_products .right .img_box{
	overflow: hidden;
	border:1px solid #b3b3b3;
	margin-bottom: 15px;
	height:auto;
}
.index_products .right img{
	display: block;
	width: 100%;
	transition:all 0.3s;
}
.index_products .right li a:hover{
	color: #b20000;
}
.index_products .right li a:hover img{
	transform:scale(1.1);
	-ms-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
}
@media (max-width: 768px) {
	.index_products{
		padding-top: 15px;
	}
	.index_products .left .title span{
		display: inline-block;
	}
	.index_products .left .title{
		font-size: 18px;
		padding: 15px 0;
	}
	.index_products .left li{
		width: 49%;
		float: left;
		font-size: 15px;
		line-height: 2;
		margin-top: 5px;
		background: #ebebeb !important;
	}
	.index_products .left li:nth-child(odd){
		float: right;
	}
	.index_ntitle{
		margin-bottom: 15px;
		padding-top: 15px;
	}
	.index_ntitle p{
		font-size: 18px;		
	}
	.index_ntitle p span{
		font-size: 12px;
	}
	.index_ntitle a{
		font-size: 14px;
	}
	.index_products .right li{
		padding: 0 5px;
		font-size: 16px;
	}
	.index_products .right .img_box{
		margin-bottom: 5px;
	}
	.index_products{
		padding-bottom: 15px;
	}
}
/*首页产品结束*/

/*七天开始*/
.seven_day img{
	display: block;
	width: 100%;
}
/*七天结束*/


/*首页优势开始*/
.index_adv{
	background: #f2f2f2;
	padding-top: 70px;
	padding-bottom: 50px;
}
.title_adv{
	text-align: center;
	margin-bottom: 60px;
}
.title_adv p{
	font-size: 48px;
	font-weight: bold;
	color: #b30000;
}
.title_adv span{
	font-size: 18px;
	color: #333333;
	margin-top: 10px;
}
.index_adv .top .left{
	width: 35%;
	float: left;
}
.index_adv .box p{
	font-size: 30px;
	font-weight: bold;
	color: #b30000;
	margin-bottom: 15px;
}
.index_adv .box .txt{
	font-size: 18px;
	color: #4c4c4c;
	line-height: 1.66;
}
.index_adv .box{
	margin-bottom: 60px;
}
.index_adv .top .right{
	width: 65%;
	float: right;
}
.index_adv .top .right img{
	display: block;
	max-width: 100%;
	float: right;
}
.img_box{
	width: 100%;
	height: 350px;
}
.img_box span{
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
}
.index_adv .mid{
	padding: 30px 0;
}
.index_adv .mid .img_box{
	width: 32%;
	float: left;
	height: 225px;
	margin-right: 1.5%;
}
.index_adv .mid .img_box:nth-child(3){
	margin-right: 0;
}
.index_adv .bottom .box{
	float: left;
	width: 50%;
	padding-right: 120px;
	text-align: justify;
}
.index_adv .b_img img{
	display: block;
	width: 100%;
}
@media (max-width: 992px) {
	.index_adv .top .right{
		width: 100%;
		float: none;
		padding: 0 15px;
		margin-bottom: 20px;
	}
	.index_adv .top .right img{
		display: block;
		width: 100%;
		float: none;
	}
	.index_adv .top .left{
		width: 100%;
		float: none;
	}
	.index_adv .top .left .box{
		width: 48%;
		float: left;
	}
	.index_adv .top .left .box:last-child{
		float: right;
	}
	.index_adv .mid{
		padding-top: 0;
	}
	.index_adv .box{
		margin-bottom: 25px;
	}
	.index_adv .bottom .box{
		padding-right: 30px;
	}
}
@media (max-width: 768px) {
	.index_adv{
		padding-top: 35px;
	}
	.title_adv p{
		font-size: 24px;
	}
	.title_adv span{
		font-size: 14px;
		margin-top: 15px;
	}
	.title_adv{
		margin-bottom: 25px;
	}
	.index_adv .box p{
		font-size: 18px;
	}
	.index_adv .box .txt{
		font-size: 12px;
	}
	.index_adv .mid .img_box:first-child{
		width: 65%;
		height: 150px;
		margin-right: 1%;
	}
	.index_adv .mid .img_box:nth-child(2){
		margin-bottom: 2.5px;
	}
	.index_adv .mid .img_box:nth-child(2),.index_adv .mid .img_box:nth-child(3){
		margin-right: 0;
		width: 34%;
		height: 75px;
	}
	.index_adv .bottom .box{
		padding-right: 0;
		width: 48%;
	}
	.index_adv .bottom .box:last-child{
		float: right;
	}
}
/*首页优势结束*/

/*首页案例开始*/
.index_cases{
	padding: 60px 0 80px;
}
.index_cases li{
	width: 25%;
	float: left;
	padding: 0 5px;
}
.index_cases li a{
	display: block;
}
.index_cases li img{
	display: block;
	width: 100%;
}
.index_cases li p{
	text-align: center;
	font-size: 18px;
	line-height: 2.5;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	padding: 0 5px;
	transition:all 0.5s;
}
.index_cases li p span{
	display: inline-block;
	position: relative;
	z-index: 5;
}
.index_cases li p::after{
	content: "";
	display: block;	
	width: 100%;
	position: absolute;
	background: #b20000;
	top: 0;
	left: 0;
	height: 0;
	transition:all 0.5s;
}
.index_cases li a:hover p::after{
	height: 100%;
}
.index_cases li a:hover p{
	color: #fff;
}
.liucheng{
	padding-top: 25px;
}
.liucheng img{
	display: block;
	width: 100%;
}
@media (max-width: 768px) {
	.index_cases{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.index_cases li{
		width: 50%;
		margin-bottom: 20px;
	}
	.index_cases li p{
		line-height: 1.7;
		font-size: 14px;
		margin-top: 5px;
	}
	.liucheng{
		padding: 0;
	}
}
/*首页案例结束*/

/*首页企业文化开始*/
.index_about{
	background: #f2f2f2;		
}
.index_about .left{
	width: 100%;
	float: left;
	padding-right: 15px;
}
.index_about .left img{
	width:100%;
}
.index_about .container{
	padding-right: 315px;
	position: relative;
	padding-bottom: 30px;
}
.index_about .top{
	margin-bottom: 40px;
}
.index_about .top img{
	float: left;
	width: 40%;
}
.index_about .top .t{
	float: left;
	width: 60%;
	padding-left: 20px;
	padding-top: 15px;
	text-align: justify;
	font-size: 18px;
	height: 177px;	
	overflow: hidden;
	-ms-text-overflow: ellipsis;text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 6;
}
.index_about .bottom li{
	width: 25%;
	float: left;	
	padding: 0 5px;
}
.index_about .bottom li img{
	display: block;
	width: 100%;
	border:1px solid #b3b3b3;
}
.index_about .right{
	width: 295px;	
	position: absolute;
	right: 15px;
	height: 100%;
	padding: 0 10px;
	background: #e6e6e6;
	font-size: 17px;
	line-height: 30px;
}
.index_about .right img{
	display: block;
	width: 100%;
	margin-bottom: 25px;
}
.index_about .right .t{
	height: 210px;
	width: 100%;
	overflow: hidden;
	-ms-text-overflow: ellipsis;text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 7;
	text-align: justify;
}
@media (max-width: 1200px) {
	.index_about .right .t{
		font-size: 16px;
		line-height: 1.6;
		height: auto;
	}
	.index_about .right img{
		margin-bottom: 15px;
	}
}
@media (max-width: 992px) {
	.index_about .container{
		padding-right: 0;
		padding-left: 0;
	}
	.index_about .left{
		float: none;
		margin-bottom: 35px;
	}
	.index_about .right{
		width: 100%;
		padding-bottom: 25px;
	}
	.index_about .right{
		position: static;
	}
}
@media (max-width: 768px) {
	.index_about .top .t{
		padding-top: 0px;
		padding-left: 5px;
		font-size: 12px;
	}
	.index_about .top{
		margin-bottom: 15px;
	}
	.index_about .top .t{
		height: auto;		
		overflow: hidden;
		-ms-text-overflow: ellipsis;text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical; 
		-webkit-line-clamp: 5;
	}
	.index_about .bottom li{
		padding: 0 2px;
	}
	.index_about .left{
		margin-bottom: 10px;
	}
	.index_about .right{
		height: auto;
	}
	.index_about .right .t{
		width: 60%;
		float: left;
		font-size: 12px;
		padding-right: 10px;
		line-height: 1.3;		
		overflow: hidden;
		-ms-text-overflow: ellipsis;text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical; 
		-webkit-line-clamp: 5;
	}
	.index_about .right img{
		width: 40%;
		float: right;
	}
	.index_about .right{
		padding-bottom: 15px;
	}
	.index_about .left{
		padding-left: 15px;
	}
}
/*首页企业文化结束*/

/*来电开始*/
.laidian img{
	display: block;
	width: 100%;
}
.laidian{
	padding-top: 35px;
	padding-bottom: 70px;
}
@media (max-width: 768px) {
	.laidian{
		padding: 0;
		padding-bottom: 25px;
	}
}
/*来电结束*/

/*首页新闻开始*/
.index_news .left{
	width: 27%;
	float: left;
	background: #fafafa;
	padding: 15px 10px;
}
.index_news .left a{
	display: block;
	border-bottom: 4px solid #e6e6e6;
	padding:8px 0;
}
.index_news .left .a{
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	height: 52px;
	width: 100%;
	overflow: hidden;
	-ms-text-overflow: ellipsis;text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2;
	margin-bottom: 10px;
}
.index_news .left .q{
	font-size: 16px;
	color: #4c4c4c;
	height: 72px;
	width: 100%;
	overflow: hidden;
	-ms-text-overflow: ellipsis;text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 3;
}
.index_news .index_ntitle{
	margin-bottom: 10px;
}
.index_news .left a:hover{
	color: #b20000;
}
.index_news .mid{
	width: 43%;
	float: left;
	background: #fafafa;
	padding: 15px 10px;
	padding-bottom: 47px;
	margin:0 1.5%;
}
.index_news .mid li{
	line-height: 40px;
	border-bottom: 3px solid #ffced7;
}
.index_news .mid li a{
	display: block;
	float: left;
	width: 80%;
	font-size: 16px;
	color: #4c4c4c;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index_news .mid li span{
	display: block;
	line-height: 40px;
	float: right;
	text-align: right;
	font-size: 16px;
	color: #4c4c4c;
}
.index_news .mid li a:hover{
	color: #b20000;
}
.index_news .right{
	width: 27%;
	float: left;
	background: #fafafa;
	padding: 15px 10px;
	padding-bottom: 50px;
}
.index_news .right .ttel{
	margin-top: 17px;
	background: url(../img/pic_news.jpg) no-repeat center/cover;
	text-align: right;
	color: #fff;
	padding-top: 75px;
	padding-bottom: 75px;
	padding-right: 30px;
	margin-bottom: 30px;
}
.index_news .right .ttel span{
	font-size: 18px;
	display: block;
}
.index_news .right .ttel p{
	font-size: 24px;
	font-weight: bold;
}
.index_news .cont_box p{
	font-size: 18px;
	font-weight: bold;
	color: #4c4c4c;
}
.index_news .cont_box span{
	display: block;
	font-size: 16px;
	color: #4c4c4c;
	line-height: 30px;
}
@media (max-width: 1200px) {
	.index_news .right{
		padding-bottom: 20px;
	}
}
@media (max-width: 992px) {
	.index_news .left{
		width: 100%;
		margin-bottom: 20px;
	}
	.index_news .mid{
		width: 100%;
		margin:0 0 20px;
	}
	.index_news .right{
		width: 100%;
	}
	.index_news.container{
		padding: 0;
	}
	.index_news .left li:last-child a{
		border-bottom: none;
	}
	.index_news .right .ttel{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
/*首页新闻结束*/


/*底部开始*/
footer{
	background: #e6e6e6;
	padding-top: 55px;
	padding-bottom: 40px;
	margin-top: 50px;
}
footer .inner{
	width: 1000px;
	margin:0 auto;
	max-width: 100%;
	padding: 0 15px;
}
footer .inner .left{
	width: 45%;
	float: left;
}
footer .inner .left img{
	display: block;
	max-width: 100%;
}
footer .inner .right{
	width: 55%;
	float: left;
}
footer .inner .right p{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 5px;
}
footer .inner .right span{
	display: block;
	font-size: 14px;
	color: #333;
}
footer .inner .right i{
	font-style: normal;
	display: block;
	margin-top: 5px;
	color: #999999;
}
@media (max-width: 768px) {
	footer{
		padding-top: 20px;
		margin-top: 10px;
	}
	footer .inner .left{
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
	footer .inner .left img{
		width: 60%;
		margin:0 auto;
	}
	footer .inner .right{
		width: 100%;
		float: none;
		text-align: center;
	}
	body{
		padding-bottom: 150px;
	}
}
/*底部结束*/


/*手机底部导航*/

.m_b_nav{
	display: none;
}
@media (max-width: 768px) {
	.m_b_nav{
		display: block;
		width: 100%;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 800;
		padding: 0 15px;
	}
	.m_b_nav li{
		width: 20%;
		float: left;
		padding: 0 5px;
		position: relative;
		z-index: 5;
	}
	.m_b_nav li img{
		display: block;
		width: 94%;
		margin:0 auto 6px;
	}
	.m_b_nav li p{
		text-align: center;
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		padding-bottom: 5px;
	}
	.m_b_nav::before{
		width: 100%;
		content: "";
		display: block;
		height: 65%;
		background: #000;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
	}

}
.sub_search_bar .hot{
	float: right;
	margin-right: 40px;
}
.sub_search_bar .position{
	float: left;
	line-height: 50px;
	color: #ccc;
}
.sub_search_bar .position a:hover{
	color: #fff;
}
@media (max-width: 992px) {
	.sub_search_bar .hot{
		display: none;
	}
}
.inner_container{
	padding-top: 50px;
}
.type_des img{
	display: block;
	float: left;
	width: 30%;
}
.type_des .r{
	width: 70%;
	padding-left: 25px;
	float: left;
}
.type_des .r h1{
	font-size: 24px;
	color: #b30000;
}
.type_des .r .des{
	font-size: 15px;
	color: #666666;
	text-align: justify;
}
@media (max-width: 768px) {
	.inner_container{
		padding-top: 25px;
	}
	.type_des img{
		float: none;
		max-width: 100%;
		width:auto;
		margin:0 auto 15px;
	}
	.type_des .r{
		width: 100%;
		float: none;
		padding-left: 0;
	}
	.type_des .r h1{
		text-align: center;
		font-size: 20px;
	}
	.type_des .r .des{
		font-size: 14px;
	}
}
.news_list{
	margin-top: 40px;
}
.news_list li{
	margin-bottom: 25px;
	transition:all 0.3s;
}
.news_list li:hover{
	box-shadow: 0.5px 0.866px 13px 0px rgba( 0, 0, 0 ,0.3);
}
.news_list a{
	display: block;
}
.news_list .pic_box{
	width: 25%;
	float: left;
}
.news_list .pic_box img{
	display: block;
	width: 100%;
}
.news_list .txt_box{
	width: 75%;
	float: left;
	padding-left: 15px;
}
.news_list .txt_box p{
	font-size: 18px;
	color: #333333;
	padding-top: 15px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_list .txt_box span{
	font-size: 14px;
	color: #333333;
	display: block;
	margin-bottom: 16px;
}
.news_list .txt_box i{
	display: block;
	width: 127px;
	height: 4px;
	background: #f2f2f2;
	margin-bottom: 5px;
}
.news_list .txt_box em{
	display: block;
	font-style: normal;
	font-size: 14px;
	height: 42px;
	width: 100%;
	overflow: hidden;
	-ms-text-overflow: ellipsis;text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2;
	color: #808080;
}
.page{
	text-align: center;
	margin-top: 25px;
}
.page li{
	display: inline-block;
	padding: 6px 12px;
	border:1px solid #a8a8a8;
	transition:all 0.3s;
}
.page li a{
	display: block;
	font-weight: bold;
	color: #828282;
}
.page li:hover,.page li.thisclass{
	background: #b20000;
	color: #fff;
	border-color:#b20000;
}
.page li:hover a,.page li.thisclass a{
	color: #fff;
}
.right_pro{
	background: #fcfcfc;
	margin-bottom: 20px;
}
.righttitle{
	font-size: 24px;
	font-weight: bold;
	color: #b20000;
	line-height: 66px;
	padding-left: 12px;
}
.right_pro li{
	background: #f5f5f5;	
	font-size: 16px;
	color: #333333;
	transition:all 0.3s;
}
.right_pro li a{
	display: block;
	padding-left: 20px;
	padding-top: 18px;
	padding-bottom: 18px;
	transition:all 0.3s;
}
.right_pro li:nth-child(even){
	background: #f0f0f0;
}
.right_pro li:hover{
	background: #b20000;
	color: #fff;
}
.right_pro li:hover a{
	color: #fff;
}
.right_news{
	background: #fafafa;
}
.right_news ul{
	padding: 0 12px;
}
.right_news ul li{
	font-size: 14px;
	color: #4c4c4c;
	line-height: 40px;
	border-bottom: 3px solid #ffced7;
}
.right_news ul li:last-child{
	border:none;
}
.right_news ul li a{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}
.right_news ul li a:hover{
	color: #b20000;
}
.right_contact{
	background: #fafafa;		
	padding-bottom: 20px;
	line-height: 30px;
	margin-top: 20px;
}
.right_contact p{
	padding: 0 12px;
}
@media (max-width: 1200px) {
	.news_list .txt_box p{
		padding-top: 0;
	}
	.news_list .txt_box span{
		margin-bottom: 10px;
	}
}
@media (max-width: 768px) {
	.news_list .pic_box{
		width: 100%;
		margin-bottom: 15px;
	}
	.news_list .txt_box{
		padding-left: 0;
		width: 100%;
	}
}
.products_list a{
	display: block;	
}
.products_list li{
	width: 33.33333333333333%;
	padding: 0 8px;
	float: left;
	margin-bottom: 10px;
}
.products_list .pic_box img{
	display: block;
	width: 100%;
}
.products_list .pic_box{
	border:1px solid #d9d9d9;
	margin-bottom: 10px;
}
.products_list p{
	text-align: center;
	padding: 0 10px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #333333;
}
@media (max-width: 992px) {
	.products_list li{
		width: 50%;
	}
}
@media (max-width: 768px) {
	.products_col{
		padding: 0;
	}
	.products_list li{
		padding: 0 4px;
	}
	.page{
		margin-bottom: 20px;
	}
	.right_col{
		padding: 0;
	}
}
.products_list li .pic_box{
	position: relative;
}
.products_list li:hover .glass span {
	-webkit-transition-delay: .2s; /* Safari */
	transition-delay: 0s;
	opacity: 1;
	width: 30px;
	height: 30px;
	border-radius: 200px;
}
.products_list li:hover .glass span i {
	right: -14px;
	bottom: -7px;
	-webkit-transition-delay: .2s; /* Safari */
	transition-delay: .2s;
}
.products_list li:hover .background {
	height: 100%;
	width: 100%;
	opacity: .2;
}
.products_list li .background {
	transition: 0.3s all ease-in-out;
	width: 100;
	height: 100;
	background: #000;
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
}
.products_list li .glass {
	display: block;
	transition: 0.2s all ease-in-out;
}
.products_list li .glass > span {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: 0.2s all ease-in-out;
	-webkit-transition-delay: 0s; /* Safari */
	transition-delay: 0s;
	width: 200px;
	height: 200px;
	border-radius: 100px;
	display: block;
	border: 5px solid #ffffff;
}
.products_list li .glass > span i {
	transition: 0.2s all ease-in-out;
	-webkit-transition-delay: 0s; /* Safari */
	transition-delay: 0s;
	position: absolute;
	right: -200px;
	bottom: -200px;
	display: inline-block;
	width: 18px;
	height: 5px;
	background: #ffffff;
	border-radius: 10px;
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
}
.contact_top{
	position: relative;
	background: #fafafa;
	box-shadow: 0.5px 0.866px 13px 0px rgba( 0, 0, 0 ,.2);
}
.contact_top .left{
	width: 50%;
	float: left;
}
.contact_top .left .title{
	width: 100%;
	background: #333333;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height: 62px;
	padding-left: 30px;
	margin-bottom: 15px;	
}
.contact_top .left p{
	line-height: 40px;
	padding-left: 35px;
	background: url(../img/c1.png) no-repeat left center;
}
.contact_top .left .sub{
	padding: 0 35px;
}
.contact_top .left .sub p:nth-child(2){
	background: url(../img/c2.png) no-repeat left center;
}
.contact_top .left .sub p:nth-child(3){
	background: url(../img/c3.png) no-repeat left center;
}
.contact_top .left .sub p:nth-child(4){
	background: url(../img/c4.png) no-repeat left center;
}
.contact_top .smap{
	position: absolute;
	width: 50%;
	right: 0;
	height: 100%;
	top: 0;
	background: #000;
}
.contact_top .smap iframe{
	width: 100%;
	height: 100%;
	border:none;
}
@media (max-width: 768px) {
	.contact_top .left{
		width: 100%;
		float: none;
	}
	.contact_top .left .sub{
		padding: 0;
	}
	.contact_top .smap{
		position: static;
		width: 100%;
		margin-top: 25px;
		margin-bottom: 25px;

	}
}
.contact_bottom{
	margin-top: 25px;
	position: relative;
}
.contact_bottom .title{
	width: 100%;
	background: #333333;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height: 62px;
	padding-left: 30px;	
}
.contact_bottom .title span{
	font-size: 18px;
	font-weight: normal;
	display: inline-block;
	line-height: 1;
	padding-left: 10px;
	border-left: 2px solid #fff;
}
.contact_bottom form{
	display: block;
	width: 50%;
	float: right;
	padding: 23px 20px 0;
}
.contact_bottom .form_row{
	margin-bottom: 16px;
}
.contact_bottom .form_row::after{
	content: "";
	display: block;
	clear: both;
}
.contact_bottom .form_row span{
	display: block;
	width: 15%;
	float: left;
	font-size: 14px;
	color: #333333;
	line-height: 26px;
}
.contact_bottom .form_row input{
	width: 85%;
	border:1px solid #cccccc;
	background: #f2f2f2;
	height: 26px;
}
.contact_bottom .form_row textarea{
	width: 85%;
	border:1px solid #cccccc;
	background: #f2f2f2;
	height: 80px;
}
.contact_bottom .pic_box{
	width: 50%;
	float: left;
}
.contact_bottom .pic_box img{
	display: block;
	width: 100%;
}
.contact_bottom .submit_row input{
	display: block;
	width: 120px;
	height: 34px;
	background: #b20000;
	font-size: 18px;
	color: #ffffff;
	border:none;
	text-indent: 0;
	margin:0 auto;
	border:1px solid #b20000;
	transition:all 0.3s;
}
.contact_bottom .submit_row input:hover{
	background: #fff;
	color: #b20000;
}
.vb .right_contact{
	display: none;
}
@media (max-width: 768px) {
	.contact_bottom .pic_box{
		width: 100%;
		float: none;
	}
	.contact_bottom form{
		width: 100%;
		float: left;
		margin-bottom: 25px;
	}
	.contact_bottom .title{
		padding-right: 30px;
		padding-bottom: 15px;
	}
	.contact_bottom .title span{
		display: block;
		line-height: 1.6;
		font-size: 16px;
		border-left: 1px solid #fff;
		padding-left: 10px;
	}
	.contact_bottom form{
		padding:  0;
		margin-top: 25px;
	}
}
.about_container{
	font-size: 15px;
	color: #333;
}
.about_container .row{
	margin-top:25px;
}
.about_container img{
	width:100%;
}
.news_de>h1{
	text-align: center;
	padding: 0 20px;
	font-size: 24px;
	font-weight: bold;
}
.news_de>sub{
	font-size: 14px;
	display: block;
	text-align: center;
	line-height: 2;
	margin-bottom: 20px;
}
.news_de>sub i{
	font-style: normal;
	display: inline-block;
	padding-left: 20px;
	background: url(../img/w1.jpg) no-repeat left center;
}
.news_de>sub i:last-child{
	background-image: url(../img/w2.jpg);
}
.news_bb{
	font-size: 16px;
	color: #333;
	font-family: '微软雅黑';
}
.pro_dd img{
	display: block;
	width: 100%;
}
.pro_dd .swiper-slide{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pro_dd .swiper-pagination{
	position: static;
	margin-top: 15px;
}
.pro_dd .swiper-slide a{
	display: block;
}
.img_body{
	margin-top: 40px;
}
.img_body .title{
	width: 114px;
	height: 34px;
	background: #b20000;
	text-align: center;
	color: #fff;
	line-height: 34px;
	font-size: 16px;
	margin-bottom: 5px;
}
.img_body .img_text{
	border:1px solid #d9d9d9;
	padding: 25px 15px;
	font-size: 14px;
	font-weight: normal;
}