.news-rec{
	width: 1200px;
	margin: 0 auto
}
.news-rec h3{
	font-size: 44px;
	margin-bottom: 50px;
	font-weight: bold;
}
.news-rec h3 a{
	color: #000000;
}
.news-rec .rec-content .img{
	width: 766px;
	height: 510px;
	background-color: #000000;
}
.news-rec .rec-content ul{
	padding-top: 0px;
	width: 390px;
}
.news-rec .rec-content ul li a{
	height: 44px;
	font-size: 16px;
	color: #000000;
	line-height: 42px;
	overflow: hidden;
}
.part{
	width: 100%;
}
.part .title{
	width:100%;
	border-bottom: 1px solid #E3E3E3;
	margin-bottom: 10px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.part .title h1{
	margin: 0;
	padding-bottom: 17px;
	position: relative;
	display: block;
	font-size: 22px;
	font-weight: bold;
	float: left;
	width: 150px;
	text-align: left;
	color: #414141;
}
.part .title h1::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 89px;
	height: 4px;
	background-color: #b01e29;
}
.part .title .more{
	width: 70px;
	text-align: right;
	float: right;
	color: #666;
	font-size: 14px;
	cursor: pointer;
	margin-right: 0px;
}
.news{
	width: 1200px;
	margin: 0 auto;
}
.news .news_li{
	margin-top: 20px;
	width: 380px;
	float: left;
	margin-right: 30px;
}
.news .news_li:nth-child(3n){
	margin-right: 0;
}
.news_li .picture{
	width: 100%;
	height: 270px;
	background: #f00;
}
.news_li .picture a{
	height: 100%;
	display: block;
	position: relative;
}
.news_li .picture img{
	width: 100%;
	height: 100%;
}
.news_li .picture .tit{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 39px;
	background-color: rgba(0,0,0,.7);
	font-size: 16px;
	color: #fff;
	line-height: 39px;
	padding: 0 10px;
	overflow: hidden;
}
.news_li .part_cont{
	padding-top: 10px;
	height: 216px;
	overflow: hidden;
}

.part_cont li{
	width: 100%;
	line-height: 36px;
	height: 36px;
	color: #4c4c4c;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow:hidden;
}
.part_cont li a{
	color: #000000;
	font-size: 16px;
}
.news .news_li2{
	float: left;
	width: 508px;
}
.part_cont2{
	padding-top: 14px;
}
.part_cont2 li{
	margin-bottom: 22px;
}
.part_cont2 li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.part_cont2 li a .img{
	width: 154px;
	height: 101px;
	background-color: #000000;
	flex-shrink: 0;
	margin-right: 17px;
}
.part_cont2 li a .con{
	width: 100%
}
.part_cont2 li a .con .tit{
	margin-bottom: 20px;
	font-size: 17px;
	color: #000000;
	height: 20px;
	overflow: hidden;
}
.part_cont2 li a .con .desc{
	font-size: 14px;
	color: #aaaaaa;
	height: 38px;
	overflow: hidden;
}
.chaxun{
	width: 250px;
	float: right;
}
.chaxun .search-box{
	padding:15px 18px;
	width: 250px;
	height: 208px;
	background: url("../images/search-bg.png") no-repeat top center;
	background-size: 100% 100%;
	text-align: center;
}
.chaxun .search-box .tit{
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
	font-size: 25px;
	color: #fff;
}
.chaxun .search-box .tit::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 54px;
	margin-left: -27px;
	height: 2px;
	background-color: #ffffff;
}
.chaxun .search-box .desc{
	margin-bottom: 10px;
	font-size: 15px;
	color: #fff600;
}
.chaxun .search-box input{
	padding: 0 10px;
	margin-bottom: 10px;
	height: 43px;
	background-color: #ffffff;
	border-radius: 5px;
	outline: none;
	border: none;
}
.chaxun .search-box button{
	width: 124px;
	height: 35px;
	background-color: #fef3de;
	border: none;
	border-radius: 5px;
}
.chaxun .enter-list{
	margin-top: 18px;
}
.chaxun .enter-list li{
	margin-bottom: 21px;
	height: 62px;
	line-height: 62px;
	border-radius: 5px;
	background: url("../images/enter-bg.png") no-repeat top center;
	background-size: 100% 100%;
}
.chaxun .enter-list li a{
	display: block;
	color: #fff;
	font-size: 20px;
	text-align: center;
}
.chaxun .enter-list li a img{
	margin-left: 15px;
}
.img_news{
	width: 1200px;
	margin: 0px auto;
	margin-top: 45px;
	border: 0;
	
}
.img_news_list{
	margin-top: 20px;
	overflow: hidden;
}
.img_news_list li{
	width: 295px;
	float: left;
	margin-right: 6px;
	overflow: hidden;
}
.img_news_list li .img{
	width: 290;
	height: 200px;
	border:1px solid #E3E3E3;
	overflow: hidden;

}
.img_news_list li .img img{
	width:285px;
	height: 190px;
	margin:4px;

}
.img_news_list li p{
	width: 100%;
	height: 58px;
	line-height: 41px;
	text-align: center;
	color: #000000;
}
.img_news_list li:last-child{
	margin: 0;
}
.img_news_list .img-item{
    display: block;
}
.img_news_list .img-item .img{
    padding:4px;
	border:1px solid #E3E3E3;
	overflow: hidden;
}
.img_news_list .img-item img{
    width: 100%;
    
}
.img_news_list .img-item p{
    height: 50px;
	line-height: 22px;
	text-align: center;
	color: #000000;
	padding: 10px 0 0px 0px;
}
.index-product{
	padding: 55px 0;
}
.index-product .item{
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.index-product .item .img-box{
	position: relative;
}
.index-product .item .img-box img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;

}
.index-product .item .text-box{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	color: #fff;
	text-align: left;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 4;
	bottom: -50px;
	padding: 30px;
	font-size: 14px;
}
.index-product .item .text-box .category{
	margin-bottom: 10px;
	font-size: 18px;
	color: #fff;
}
.index-product .item .text-box .name{
	margin-bottom: 15px;
	font-size: 27px;
	color: #fff;
}
.index-product .item .mask{
	visibility: visible;
	opacity: 1;
	height: 70%;
	width: 100%;
	content: "";
	background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 70%);
	display: block;
	position: absolute;
	top: auto;
	bottom: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.index-product .item:hover .text-box {
	bottom: 0;
}

.index-product .item:hover .text-box .read-more {
	visibility: visible;
	opacity: 1;
}

.index-product .item:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.index-product .item:hover .mask {
	opacity: 1;
	visibility: visible;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: 2;
	background-image: url(../images/mask_grad.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: auto 100%;
}

.index-product .item:hover .read-more {
	opacity: 1;
}



.index-about{
	width: 100%;
	position: relative;
	background: url("../images/index-about-bg.png") no-repeat center center;
	background-size: 100% 100%;
	padding: 65px 0;
}
.index-about .content{
	position: relative;
}
.index-about .content .img{
	position: absolute;
	right: 0;
	top: 0;
}
.index-about .content .con{
	width: 788px;
	height: 100%;
}
.index-about .en-tit{
	font-size: 28px;
	color: #d2d2d2;
}
.index-about .zh-tit{
	font-size: 40px;
	color: #333333;
	margin: 15px 0 36px  0;
	font-weight: bold;
}
.index-about .company{
	margin-bottom: 10px;
	font-size: 23px;
	color: #ff8400;
	font-weight: bold;
}
.index-about .company-en{
	margin-bottom: 40px;
	font-size: 16px;
	color: #939292;
	font-weight: bold;
}
.index-about .desc{
	margin-bottom: 50px;
	font-size: 17px;
	color: #333;
	line-height: 35px;
}
.index-about .list {
	margin: 40px 0 30px 0;
	display: flex;
	justify-content: space-between;
	color: #fff;
}

.index-about .list .list-item {
	padding: 20px;
	width: 19%;
	flex-shrink: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	transition: all .3s;
	background: #333333;
}
.index-about .list .list-item:nth-of-type(2n){
	background-color: #ff8400;
}

.index-about .list .list-item .item-tit {

	font-size: 16px;
	margin-top: 20px;
}

.index-about .list .list-item .item-num {
	padding-bottom: 15px;
	position: relative;
	font-size: 45px;
	color: #fff;

}
.index-about .list .list-item .item-num::after{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 44px;
	height: 3px;
	background-color: #ffffff;
	opacity: 0.2;
}
.index-about .list .list-item .item-num .unit {
	font-size: 17px;
}
.index-about .more a{
	display: block;
	width: 162px;
	height: 44px;
	border: solid 1px #333333;
	color: #333333;
	line-height: 44px;
	text-align: center;
}

.index-honor{
	padding: 50px 0 0;
	background: url("../images/index-honor-bg.png") no-repeat center center;
	background-size: cover;
}
.honor-item img{
	width: 100%;
}
.honor-content{
	position: relative;
	padding: 0 100px 0 100px;
}
.honor-content .zz-swiper-button-prev,.honor-content .zz-swiper-button-next{
	top: 50%;
	width: 54px;
	height: 54px;
	background-color: #000000;
	border-radius: 50%;
	background-size: 27px 27px;
}





.index-news {
	padding: 45px 0;
}
.index-news .item{
	margin-top: 60px;
	position: relative;
	background: #f8f8f8;
}
.index-news .item .img-box{
	overflow: hidden;
}
.index-news .item .img-box img{
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
}
.index-news .item .category{
	top: 25px;
	left: 25px;
	position: absolute;
	padding: 0 10px;
	text-align: center;
	max-width: 90%;
	z-index: 8;
	width: 97px;
	height: 30px;
	line-height: 30px;
	background: rgba(0,0,0,0.3);
	color: #ffffff;
	border-radius: 30px;
}
.index-news .item .text-box{
	padding: 25px;
}
.index-news .item .text-box .title{
	font-size: 20px;
	color: #333;
	line-height: 28px;
}
.index-news .item .text-box .date{
	padding-left: 30px;
	margin: 10px 0;
	color: #999999;
	background:url("../images/date.png") no-repeat left 5px;
	line-height: 30px;
}
.index-news .item .text-box .desc{
	color: #999;
	font-size: 15px;
	line-height: 22px;
}
.index-news .item:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.index-news .news-list{
	margin-top: 50px;
	background-color: #f8f8f8;
}
.index-news .news-list .category{
	padding:  0 30px;
	font-size: 25px;
	color: #333333;
	height: 72px;
	line-height: 72px;
	border-bottom: 1px solid rgba(224, 224, 224, .5);
}
.index-news .news-list .category span{
	color: #ff8400;
	font-size: 16px;
}
.index-news .news-list ul{
	padding: 20px 20px 2px 20px;
}
.index-news .news-list ul li{
	margin-bottom: 25px;
}
.index-news .news-list ul li a .title{
	margin-bottom: 14px;
	font-size: 18px;
	color: #333333;
}
.index-news .news-list ul li a .date{
	color: #999999;
}
.index-news .more a{
	margin: 30px auto 0 auto;
	display: block;
	width: 162px;
	height: 44px;
	border: solid 1px #333333;
	color: #333333;
	line-height: 44px;
	text-align: center;
}

.index-cooper{
	background: #f8f8f8;
}
.index-cooper .item{
	margin: 45px 0;
	padding: 10px;
	height: 61px;
	background-color: #ffffff;
	border: solid 1px #ebebeb;
	overflow: hidden;
}
.index-cooper .item img{
	height: 100%;
	width: auto;
}
.interlinkage{
	width: 1198px;	
	margin: 0 auto;
	margin-top: 20px;
	border: 1px solid #e3e3e3;
	padding-bottom: 10px;
}
.interlinkage h1{
	height: 50px;
	font-size: 20px;
	text-indent: 20px;
	font-weight: bold;
	color:#870808 ;
	line-height: 50px;
}
.interlinkage ul{
	overflow: hidden;
}
.interlinkage li{
	color: #666;
	float: left;
	margin: 0 30px;
	line-height: 30px;
	cursor: pointer;
}