/*banner轮播*/
.lunbo_box{
	min-width: 1200px;
}
.lunbo_box .swiper-pagination{
	display: flex;
	align-items: center;
	justify-content: center;
}
.lunbo_box .swiper-pagination span{
	opacity: 1;
	background-color: #fff;
}
.lunbo_box .swiper-pagination .swiper-pagination-bullet-active{
	width: 15px;
	height: 15px;
}



.flexslider {
	position: relative;
	overflow: hidden;
  }
  .slides {
	position: relative;
	z-index: 1;
  }
  .slides li {
	width: 100%;
  }
  .slides li img {
	width: 100%;
  }
  .flex-control-nav {
	position: absolute;
	bottom: 10px;
	z-index: 2;
	width: 100%;
	text-align: center;
  }
  .flex-control-nav li {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	*display: inline;
	zoom: 1;
	cursor: pointer;
	position: relative;
  }
  .flex-control-nav a {
	display: block;
	width: 8px;
	height: 8px;
	line-height: 40px;
	overflow: hidden;
	-webkit-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	behavior: url(pie/PIE.htc);
	background-color: white;
	transition: all 0.3s;
  }
  .flex-control-nav .flex-active {
	background-color: #fff;
	transform: scale(1.8);
  }
  .flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 45%;
  }
  .flex-direction-nav li a {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
  }
  .flex-direction-nav li a.flex-prev {
	display: none;
	left: 40px;
	background-color: rgba(0, 0, 0, 0.6);
	width: 40px;
	height: 40px;
	border-radius: 100%;
  }
  .flex-direction-nav li a.flex-prev:hover {
	background-color: rgba(18, 170, 238, 0.6);
  }
  .flex-direction-nav li a.flex-next {
	display: none;
	right: 40px;
	background-color: rgba(0, 0, 0, 0.6);
	width: 40px;
	height: 40px;
	border-radius: 100%;
  }
  .flex-direction-nav li a.flex-next:hover {
	background-color: rgba(18, 170, 238, 0.6);
  }




.pagination0  {

}

.lunbo{
	position: relative;
	overflow: hidden;
    max-height: 450px;
}

.pagination0  .swiper-active-switch{
	transform: scale(1.5);
	box-shadow: initial;
}
.pagination0  {
	position: absolute;
	left: 0;
	text-align: center;
	bottom:5px;
	width: 100%;
	z-index: 100;
	
  }
  .pagination0   .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	-webkit-radius: 100%;
    -ms-border-radius:100%;
	border-radius: 100%;
	behavior: url(pie/PIE.htc);
	background: #fff;
	/* box-shadow: 0px 1px 2px #555 inset; */
	margin: 0 6px;
	cursor: pointer;
  }
  .pagination0  .swiper-active-switch {
	background: #fff;
  }

/*产品推荐*/

.tj_lunbo .swiper-slide{
	padding:0 10px;
	box-sizing: border-box;
}

.tj_box{
	width: 1200px;
	margin: 40px auto;
	padding-top: 120px;
	position: relative;
	height: 100px;
	overflow: hidden;
}
.ti_p{
	font-size: 30px;
	color: #cd0000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.tj_h2{
	font-size: 50px;
	color: #f2f2f2;
	position: absolute;
	top: 10px;
	left: 35px;
}
.tj_centent{
	position: relative;
	height: 100px;
}
.tj_lunbo{
	width: 1114px;
}
.tj_lunbo .swiper-slide{
	overflow: hidden;
}
.tj_lunbo img{
	width: 99%;
	border: 1px solid #cccccc;
}
.tj_centent .swiper-button-next{
	background-image: url(../images/jt1.png) !important;
	background-size: 15px 28px !important;
	
}
.tj_centent .swiper-button-prev{
	background-image: url(../images/jt2.png) !important;
	background-size: 15px 28px !important;
}

.arrow-left1{
	position: absolute;
	height: 44px;
	width: 27px;
	left:0;
	top:50%;
	margin-top: -22px;
	background:  url(../images/jt2.png) no-repeat center center;
	/* background-size: 15px 28px !important; */
}
.arrow-right1{
	position: absolute;
	height: 44px;
	width: 27px;
	right:0;
	top:50%;
	margin-top: -22px;
	background:  url(../images/jt1.png) no-repeat center center;
}

/*关于我们*/
.gy_box{
	width: 1200px;
	margin: 80px auto 40px;
	overflow: hidden;
	position: relative;
	/* display: flex;
	justify-content: space-between; */
}
.gy_sp{
	width: 685px;
	float: left;
}
.gy_div{
	width: 489px;
	
	float:right;
	
}
.gy_title{
	margin-bottom: 50px;
}
.gy_title_h21{
	font-size: 40px;
	color: #f2f2f2;
}
.gy_title_h22{
	position: relative;
	top: -30px;
	left: 20px;
	font-size: 24px;
	color: #666;
}
.gy_div p{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	text-indent: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}
.gy_div a{
	width: 117px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #cd0000;
	font-size: 14px;
	color: #333;
	border-radius: 18px;
	behavior: url(pie/PIE.htc);
	position: absolute;
	bottom: 0;
	right: 0;
}


.gy_div a:hover{
	color: #fff;
	background-color: #cd0000;
}



/*产品介绍*/
.js_box{
	width: 1200px;
	margin: 80px auto;
	overflow: hidden;
/* 	display: flex;
	justify-content: space-between; */
	background-image: url(../images/back_img.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.js_title{
	width: 290px;
	position: relative;
}
.js_title p{
	font-size: 30px;
	color: #cd0000;
	position: absolute;
	top: 0;
	left: 0;
}
.js_title h2{
	font-size: 40px;
	color: #f2f2f2;
	text-indent: 85px;
}
.js_div{
	width: 900px;
	height: 419px;
	overflow: hidden;
	float:right;
	display: flex;
}
.js_div a{
	flex: 1;
	/* width: 290px; */
	display: block;
	float: left;
	overflow: hidden;
	transition: width .1s;
	position: relative;
}
.js_div a img{
	width: auto;
}
.js_style{
	flex: 2 !important;
	/* width: 400px !important; */
	transition: width .1s;
}
.js_style div{
	display: block !important;
}
.js_div a div{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,.5);
	display: none;
}
.js_div a div p{
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 419px;
}




/*新闻中心*/
.news_box{
	width: 1200px;
	margin: 80px auto;
	overflow: hidden;
}
.news_title{
	text-align: center;
	margin-bottom: 70px;
}
.news_title p{
	font-size: 30px;
	color: #cd0000;
}
.news_title h2{
	font-size: 30px;
	color: #f2f2f2;
}
.news_div{
	/* display: flex;
	flex-wrap: wrap; */
}
.news_list{
	width: 374px;
	margin-right: 35px;
	margin-bottom: 58px;
	float: left;
}

.news_list:nth-child(3n){
	margin-right: 0;
}
.news_list h2{
	font-size: 18px;
	color: #666;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news_list p{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin: 30px 0 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news_list span{
	font-size: 14px;
	color: #999;
}
.news_list:hover>h2{
	border-bottom: 1px solid #cd0000;
	transition: border-bottom .6s;
}