.a_hover:hover{text-decoration: underline;color:red;}
.a_hover_color:hover{color:red;}
.page{line-height: 1.5}
.page a,.page span{display: inline-block;padding: 5px 10px;border:1px solid #999;margin:2px;color:#999;margin-top:10px;}
.page .prev,.page .next{padding:5px;margin:0px;}
.page .current{background: #999;color:#fff;}

.nav .item{
	float: left;
	font-size: 17px;
	width: 130px;
	text-align: center;
	transition: all 0.4s;
}
.nav .item a{
	transition: all 0.4s;
	display: block;
	color: #171717;
}
.nav .item.hover,
.nav .item:hover{
	background-color: #c9000b;
}
.nav .item.hover a,
.nav .item:hover a{
	color: #fff;
}
.index_title .t1{
	color: #222222;
}
.index_title .t2{
	color: #c9000b;
}
.index_title .t3{
	color: #848484;
}
.index_bg1{
	background-image: url(../images/bg1.png);
	background-repeat: no-repeat;
	background-position: top right;
	-webkit-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	background-size: cover;
}
.index_pp .titles{
	text-align: center;
	font-size: 0;
	height: 28px;
	line-height: 28px;
	
}
.index_pp .titles .item{
	display: inline-block;
	background-image: url(../images/tbg.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 15px;
	padding-left: 30px;
	padding-right: 30px;
}
.index_pp .titles .item:last-child{
	background: none;
}
.index_pp .titles a{
	display: block;
	color: #000;
	display: block;
}
.index_pp .titles .item:hover a,
.index_pp .titles .item.hover a{
	color: #c9000b;
}
.index_pp .wrap.hover{
	position: relative;
	z-index: 10;
	opacity: 1;
}
.index_pp .wrap{
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	z-index: 1;
}
.index_pp .wrap .left .left_info{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 65px;
	width: 316px;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	bottom: 0;
}
.index_pp .wrap .left .left_info .more{
	background-color: rgb(225, 0, 12);
	width: 155px;
	height: 45px;
	line-height: 45px;
	background-image: url(../images/j.png);
	background-repeat: no-repeat;
	background-position: 123px center;
	padding-left: 18px;
	
}
.index_pp .wrap .info{
	width: 586px;
}
.index_pp .wrap .items_wrap{
	margin-right: -100px;
}
.index_pp .wrap .items_wrap .item{
	width: 288px;
	height: 223px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.index_news .top .info{
	background-color: #f4f4f4;

}
.index_news .top .info .title{
	color: #222222;
}
.index_news .top .info .more{
	background-color: rgb(34, 34, 34);
	width: 119px;
	height: 30px;
	line-height: 30px;
}
.index_news .bottom {
	margin-right: -100px;
}
.index_news .bottom .item{
	width: 350px;
	float: left;
	margin-right: 100px;
}
.index_news .bottom .title{
	color: #222;
}

.index_lc{
	text-align: center;
	font-size: 0;
	background-color: #303030;
}
.index_lc .wrapper{
	margin-left: -100px;
	margin-right: -100px;
}
.index_lc .item{
	width: 126px;
	display: inline-block;
	margin-left: 45px;
	margin-right: 45px;
}
.index_lc .item .tit{
	color: #303030;
}
.index_lc .item .wrap{
	width: 126px;
	height: 126px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center 30px;
}
.index_lc .item1 .wrap{
	background-image: url(../images/f1.png);
}
.index_lc .item2 .wrap{
	background-image: url(../images/f2.png);
}
.index_lc .item3 .wrap{
	background-image: url(../images/f3.png);
}
.index_lc .item4 .wrap{
	background-image: url(../images/f4.png);
}
.index_lc .item5 .wrap{
	background-image: url(../images/f5.png);
}
.index_lc .item6 .wrap{
	background-image: url(../images/f6.png);
}
.index_lc .item7 .wrap{
	background-image: url(../images/f7.png);
}
.index_lc .item::after{
	content: '';
	width: 12px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/jt.png);
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: -45px;
}
.index_lc .item.hover .wrap,
.index_lc .item:hover .wrap{
	background-color: #c9000b;
}
.index_lc .item.hover .wrap .tit,
.index_lc .item:hover .wrap .tit{
	color: #fff;
}
.index_lc .item1.hover .wrap{
	background-image: url(../images/f1_h.png);
}
.index_lc .item2.hover .wrap{
	background-image: url(../images/f2_h.png);
}
.index_lc .item3.hover .wrap{
	background-image: url(../images/f3_h.png);
}
.index_lc .item4.hover .wrap{
	background-image: url(../images/f4_h.png);
}
.index_lc .item5.hover .wrap{
	background-image: url(../images/f5_h.png);
}
.index_lc .item6.hover .wrap{
	background-image: url(../images/f6_h.png);
}
.index_lc .item7.hover .wrap{
	background-image: url(../images/f7_h.png);
}

.index_bg2{
	background-color: #f1f1f1;
}



.index_case .item .info{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	transition: all 0.4s;
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: all 0.4s;

}
.index_case .item:hover .info{
	height: 100%;
	opacity: 1;	
}
.index_case .item .info .title{
	margin-top: 0px;
	transition: all 0.4s;
}
.index_case .item:hover .info .title{
	margin-top: 210px;
}
.index_case .item .plus{
	position: absolute;
	border-radius: 50%;
	width: 72px;
	height: 72px;
	top: 0;
	transition: all 0.4s;
	border: 5px solid #fff;
	left: 50%;
	margin-left: -41px;
	transition: all 0.4s;
}
.index_case .item:hover .plus{
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
	top: 90px;
}
.index_case .item .plus::before{
	content:'';
	width: 40px;
	height: 5px;
	position: absolute;
	top: 50%;
	margin-top: -2.5px;
	background-color: #fff;
	left: 50%;
	margin-left: -20px;

}
.index_case .item .plus::after{
	content:'';
	width: 5px;
	height: 40px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 50%;
	margin-left: -2.5px;
	background-color: #fff;
}



.index_gl .left{
	border-right: 2px solid #e5e5e5;
}
.index_gl .left_item .more{
	background-color: rgb(201, 0, 11);
}
.index_gl .right_info .item{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #dfdfdf;
}
.index_gl .right_info .item:last-child{
	border: none;
}
.index_about{
	height: 580px;
	background-image: url(../images/nbg.png);
	background-repeat: no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	background-size: cover;
}
.index_about .tit{
	color: #222222;
}
.index_about .title .red{
	color: #c9000b;
}
.index_about .line{
	margin-top: 144px;
	background-color: rgb(201, 0, 11);
	 width: 118px;
	height: 4px;
}
.index_about .more{
	background-color: #c9000b;
}
.footer .item{
	height: 220px;
	border-right: 2px solid #454545;
	color: #222;
	float: left;
}
.footer .item a{
	color: #222;
}
.footer .item .c3{
	color: #333;
}
.footer .item:last-child{
	border: none;
}
.cbb{
	color: #bbb;
}
.footer_b{
	background-image: url(../images/fbg.png);
}
.crumb{
	background-color: #efefef;
}
.crumb .fl{
	padding-left: 15px;

}
.crumb .fl::before{
	content:'';
	width: 5px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
	background-color: #292929;
}
.crumb .search input{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(218, 218, 218);
	background-color: rgb(255, 255, 255);
	width: 365px;
	height: 35px;
	line-height: 34px;
	border-radius: 17px;
	text-indent: 30px;
	outline: none
}
.crumb .search button{
	position: absolute;
	width: 50px;
	height: 36px;
	top: 12px;
	right: 0;
	background-image: url(../images/zoom.png);
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	outline: none;
	cursor: pointer;
	background-color: transparent;
}
.about_title{
	background-image: url(../images/atbg.png);
	background-repeat: no-repeat;
	background-position: center;
	letter-spacing: 3px;
}
.img_list .wrap{
	margin-right: -100px;
}
.img_list .item{
	float: left;
	width: 400px;
	margin-right: 24px;
	margin-bottom: 22px;

}
.img_list .item .title{
	background-color: #f3f3f3;
	transition: all 0.4s;
}
.img_list .item:hover .title{
	background-color: #c9000b;
	color: #fff;
}
.pinpai_list .item{
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #8c8c8c;
}
.pinpai_list .item:last-child{
	border: none;
}
.pinpai_list .item .title{
	border-bottom: 1px solid #d9d9d9;
}
.pinpai_list .item .more{
	background-color: #c9000b;
}

.news_list .top{
	
}

.news_list .top .date{
	border-bottom: 1px solid #d7d7d7;
	color: #c9000b;
}
.news_list .top .date:after{
	content:'';
	width: 146px;
	height: 1px;
	position: absolute;
	background-color: #222;
	left: 0;
	bottom: -1px;
}
.news_list .top  .more{
	background-color: #c9000b;
}
.news_list .wrapper{
	margin-right: -200px;
}
.news_list .item{
	float: left;
	width: 577px;
	margin-top: 40px;
	margin-right: 68px;
}
.news_list .item .title{
	border-bottom: 1px solid #dadada;
}
.container_left .wrap2{
	background-color: #f6f6f6;
}
.container_left .wrap2 .item{
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #eaeaea;
}
.container_left .wrap2 .item:last-child{
	border: none;
}
.show_show h1{
	font-weight: 500;
	font-size: 23px;
	/*text-align: center;*/
}
.show_show .info{
	font-size: 13px;
	color: #848484;
	margin-top: 7px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d3d3d3;
	/*text-align: center;*/
}
.w946{width: 946px;}