@charset "utf-8";
/* CSS Document */
body,html{ margin:0; padding:0; font:14px "微软雅黑",“宋体”,Arial, Helvetica, sans-serif; background-color:#FAFCFD; color: #333;}
html, body {
        position: relative;
        height: 100%;
    }
html{ overflow-x: hidden;}
div{box-sizing:border-box; margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,p{margin:0; padding:0; font-weight: normal;}
em,i{ font-style:normal}
ul,li,dl,dt,dd{ list-style-type:none; margin:0; padding:0;}
a,a:hover,img{ list-style-type:none; margin:0; padding:0; display:block;}
a,a:hover{ color: #424242; text-decoration:none;}
a:hover{ color:#222;}
.fl{ float:left;}
.fr{ float:right;}
.mtp20{ margin-top:20px}
.mtp70{ margin-top:70px}
.clear{ clear:both;}
::-webkit-scrollbar {display:none}
button,img{
	border: none;
}
.clear{
	clear: both;
}
input:focus {
	outline: none;
}

/*去除按钮选中的高亮标签*/
textarea:focus {
	outline: none;
}

/*去除文本框选中的高亮标签*/
button:focus {
	outline: none;
}

/*去除按钮选中的高亮标签*/
select:focus {
	outline: none;
}

/* 以上全局 */

.banner{ 
	width:100%; 
	position:relative; 
	z-index:1;
	
	}
#slides {display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:relative}
#slides li {
	display: block;
	width: 100%;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow:hidden
}

/* 本例子css */
#solid{width:100%; height:100%;overflow:hidden;position:relative; margin-top:-3px;}
#solid .solid0,#solid .solid1,#solid .solid2{position:absolute;left:0px;top:0px;width:100%;height:100%;display:none;}
#solid ul{margin:0px;padding:0px;list-style:none;}
#solid ul li{position:absolute;left:50%;top:0px;width:100%;height:100%;margin-left:-50%;display:none;cursor:pointer;}
#solid #btt{width:905px;height:55px;bottom:15px;left:50%;position:absolute;margin-left:-452px;}
#solid #btt span{position:absolute;top:15px;left:45%;display:block;width:30px;height:8px;margin:0 15px;	text-align:center;background:#3d3d3d;z-index:1000;cursor:pointer;filter:alpha(opacity=70); /*IE滤镜，透明度50%*/
	-moz-opacity:0.7; /*Firefox私有，透明度50%*/opacity:0.7;/*其他，透明度50%*/
	}
.swipe{overflow:hidden;position:relative;}
.swipe ul{list-style-type:none;float:left;
	-webkit-transition:left 800ms ease-in 0;
	-moz-transition:left 800ms ease-in 0;
	-o-transition:left 800ms ease-in 0;
	-ms-transition:left 800ms ease-in 0;
	transition:left 800ms ease-in 0;
}
.swipe ul li{float:left;list-style-type:none; }
.swipe .img{
	position:relative ;
}
.swipe .txt_title{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -105px;
	color: #fff;
	text-align: center;
}
.swipe .txt_title h2{
	font-size: 54px;
	animation-name: fadeInUp;animation-delay: 1.2s;
}
.swipe .txt_title h3{
	font-size: 40px;
	animation-name: fadeInUp;animation-delay: 1.3s;
	font-weight: lighter;
}
.swipe img{vertical-align:middle;width:100%;}
.swipe #pagenavi{position:absolute;bottom:5%; padding:0 10px;padding-top:5px; left:0; right:0; margin:0 auto;text-align:center;}
.swipe #pagenavi a{width:10px;height:10px; border-radius:50%; text-indent: -999px; background:#fff;margin:0 4px;overflow:hidden;cursor:pointer;display:inline-block;*display:inline;*zoom:1;}
.swipe #pagenavi a.active{background: rgba(209,36,35,.8);width:50px;border-radius:50px;}
#slider .txt_cont{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;	
	width: 100%;
	color: #fff;
	margin-top: -40px;
}
#slider .txt_cont h2{
	font-size: 50px;
	transition: all 0.5s ease 0s;
}
#slider .txt_cont h3{
	font-size: 30px;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
}
#slider .txt_cont i{
	font-size: 50px;
	color: #d12324;
	transition: all 0.5s ease 0s;
}
/* ---------以上为焦点图代码--------------- */
.setion01{
	background: url(../images/main_bg.jpg) repeat-y top center;
	width: 100%;
	background-size: 100%;
	padding: 60px 0;
	transition: all 0.5s ease 0s;
	position: relative;
}
.setion02{
	padding: 60px 0 0 0;
}
.main_title{
	width: 60%;
	background: url(../images/title_bg.png) no-repeat center;
	text-align: center;
	background-size: 100%;
	margin: 0 auto;	
}
.main_title .title_txt{
	display: flex;
	flex-direction: column;
	align-items: center;
	background: url(../images/title_bg2.png) no-repeat center;
	background-size: contain;
}
.title_txt h2{
	font-size: 42px;
	position: relative;
	font-weight: 600;
	transition: all 0.5s ease 0s;
}
.title_txt h2:after{
    content: "";
    width: 100%;
    height: 100%;
	background: url(../images/icon_yun.png) no-repeat bottom left;
    position: absolute;
    bottom: 0;
    left: -75px;
    transition: all 0.5s ease 0s;
}

.title_txt span{
	position: relative;
	/* left: -31px; */
	font-size: 24px;
	color: #797979;
	transition: all 0.5s ease 0s;
}
.chp_yw{
	left: 2px;
}
.in_toptu{
	position: absolute;
	left: 0;
	top: 0;
	width: 28%;
}
.in_toptu2{
	position: absolute;
	right: 0;
	top: 0;
	width: 28%;
	display: flex;
	justify-content: end;
}
.in_toptu img,.in_toptu2 img{
	max-width: 75%;
}
.in_about{
	width: 80%;
	margin: 0 auto;
	padding-top: 50px;
	position: relative;
	display: flex;
	justify-content: center;
	transition: all 0.5s ease 0s;
}
.in_about .in_about_bg{
	width: 80%;
	margin: 0 auto;
	display: block;
	position: relative;
	left:26px;
	bottom: 0;
	transition: all 0.5s ease 0s;
}
.in_about_img,.in_about_img img{
	width: 100%;
	transition: all 0.5s ease 0s;
}
.in_about_img{
	position: relative;
	left: 0;
	bottom: 0;
	transition: all 0.5s ease 0s;
}
.in_about .ab_more{
	position: absolute;
	bottom: 0;
	left: -125px;
	background: #d12324;
	transition: all 0.5s ease 0s;
}
.in_about .ab_more a{
	color: #fff;
	font-size: 16px;
	padding: 20px 25px;
	transition: all 0.5s ease 0s;
}
.in_about .jiantou{
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	transition: all 0.5s ease 0s;
}
.in_about .jiantou i{
	font-size: 34px;
	transition: all 0.5s ease 0s;
}
.in_about .jiantou a{
	color: #222;
	font-size: 16px;
	padding: 14px 25px;
	transition: all 0.5s ease 0s;
}
.in_about .in_about_li_cont{
	display: flex;
	flex-direction: column;
	align-content:stretch;
	height: 100%;
	transition: all 0.5s ease 0s;
}
.in_about .in_about_li{
	width: 200px;
	position: absolute;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	height:calc(100% - 302px);
	transition: all 0.5s ease 0s;
}
.in_about .in_about_li .in_item{
	flex-grow: 1;
	background: #d12324;
	width: 100%;
}
.in_about .in_about_li .in_item i{
	padding-right: 10px;
	font-size: 24px;
}
.in_about .in_about_li .in_item:nth-child(5) i{
	padding-right: 10px;
	font-size: 22px;
}
.in_about .in_about_li .in_item:nth-child(6) i{
	padding-right: 10px;
	font-size: 30px;
	margin-left: -6px;
}
.in_about .in_about_li .in_item a{
	width: 100%;
	color: #fff;
	display:flex;
	align-items: center;
	height: 100%;
	padding: 0;
	box-sizing: border-box;
	border-bottom: #E73E3F dotted 1px;
	padding-left: 20px;
}
.in_about .in_about_li .in_item a:hover{
	width: 100%;
	background: #222222;
}
.in_about_cont{
	width: 35%;
	padding: 20px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fff;
	font-size: 16px;
	height: 252px;
	transition: all 0.5s ease 0s;
}
.in_about_cont em i{
	font-size: 34px;
	color: #d12324;
}
.in_about_cont02{
	display: none;
	padding: 20px;
	background: #fff;
	font-size: 16px;
	height: 252px;
	transition: all 0.5s ease 0s;
}
.in_about_cont h2,.in_about_cont02 h2{
	font-size: 24px;
	position: relative;
	display: inline-block;
	border-bottom: #D12324 solid 2px;
	line-height:40px;
	transition: all 0.5s ease 0s;
}

.in_about_cont p,.in_about_cont02 p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	flex-grow: 2;
	line-height: 28px;
	padding-top: 10px;
	transition: all 0.5s ease 0s;
}

.in_fanshi,.in_chanpin{
	padding-top: 100px;
	justify-content: space-between;
}
.in_fanshi{
	padding-top: 80px;
}
.in_fanshi2{
	justify-content:center;
}
.in_fanshi_left{
	width: 45%;
	writing-mode: vertical-rl;
	position: relative;
	height: 50%;
	transition: all 0.5s ease 0s;
	padding-top: 2%;
}
.in_fanshi_left h2{
	font-size: 24px;
	font-weight: 600;
	transition: all 0.5s ease 0s;
}
.in_fanshi_left p{
	height: 100%;
	line-height: 40px;
	font-size: 18px;
	color: #797979;
	padding-right: 10px;
	transition: all 0.5s ease 0s;
}
.in_fs_more{
	background: url(../images/in_more_bg.png) no-repeat bottom left;
	width: 47px;
	height: 105px;
	display: block;
	position: absolute;
	bottom:0;
	transition: all 0.5s ease 0s;
}
.in_fs_more a{
	width: 100%;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	display:flex;
	flex-direction:column; 
	justify-content:center;
	transition: all 0.5s ease 0s;
} 
.in_fanshi_right{
	width: 50%;
	transition: all 0.5s ease 0s;
}
.swiper-container2,
.swiper-container3,
.swiper-container4,
.swiper-container5,
.swiper-container6,
.swiper-container7 {
      width: 100%;
	 transition: all 0.5s ease 0s;
	     margin-left: auto;
	     margin-right: auto;
	     overflow: hidden;
	     list-style: none;
	     padding: 0;
	     z-index: 1;
		 position: relative;
    }
	
    .swiper-slide {
      text-align: center;
      font-size: 16px;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  height: auto;
    }
.swiper-pagination{
	right: 20px;
	text-align: right;
}
.swiper-pagination3,
.swiper-pagination4{
	bottom: 0;
	text-align:center;
}
.swiper-pagination4{
	text-align:right;
}
.swiper-pagination3 .swiper-pagination-bullets,
.swiper-pagination4 .swiper-pagination-bullets{
	
}
.swiper-pagination-bullet{
	background:rgba(255,255,255,.8);
}
.swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 0;
	}
.swiper-pagination-bullets{
	background:rgba(0,0,0,.5);
	padding: 10px;
}
.swiper-pagination-bullet-active{
	background: #cf1b1a;
}
.swiper-pagination-bullet{
	width: 10px;
	height: 10px;
}
.swiper-pagination3 .swiper-pagination-bullet{
	width: 20px;
	height: 20px;
}

.swiper-pagination3 .swiper-pagination-bullet{
	background: url(../images/icon_dian_a.png) no-repeat top center;
	opacity:.5;
}
.swiper-pagination3 .swiper-pagination-bullet-active{
	background: url(../images/icon_dian_ah.png) no-repeat top center;
	opacity:1.0;
}
.swiper-pagination4 .swiper-pagination-bullet{
	background:rgba(0,0,0,.5);
	opacity:.5;
}
.swiper-pagination4 .swiper-pagination-bullet-active{
	background: #cf1b1a;
	opacity:1.0;
}
.in_fanshi_right img{
	width: 100%;
}

/* 产品 */
.in_chanpin{
	width: 80%;
	padding-top: 0;
	justify-content: space-between;
}
.in_chanpin_cont{
	width: 100%;
}
.main_title .title_li,.main_title .title_li2{
	padding-top: 40px;
}
.main_title .title_li ul,.main_title .title_li2 ul{
	display: flex;
	justify-content: center;
}
.main_title .title_li li,.main_title .title_li2 li{
	width: 39px;
	height: 132px;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: center;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/in_chpin_a.png) no-repeat top center;
	margin: 0 10px;
}
.main_title .title_li li.active,
.main_title .title_li2 li.active,
.main_title .title_li2 li:hover
.main_title .title_li li:hover{
	color: #fff;
	background: url(../images/in_chpin_ah.png) no-repeat top center;
	cursor: pointer;
}

.in_chp_item{
	width: 100%;
	margin-bottom:70px;
}
.in_chp_item a{
	width: 100%;
	max-height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: url(../images/in_chpin_bga.png) no-repeat top center;
	background-size: 100% 100%;
	padding: 20px 6px 70px 8px;
	position: relative;
}
.in_chp_item a:hover{
	
	display: flex;
	flex-direction: column;
	align-items: center;
	background: url(../images/in_chpin_bgah.png) no-repeat top center;
	background-size: 100% 100%;
	padding: 20px 6px 70px 8px;
	position: relative;
}
.in_chp_item a:hover p{
	background: url(../images/in_chpin_bg.png) repeat-x top center;
}
.in_chp_item:nth-child(2n+1){
	margin-top: 40px;
}
.in_chp_item img{
	max-width: 100%;
	padding: 15px 0;
}
.in_chp_item p{
	width: 100%;
	color: #fff;
	background: #666666;
	line-height: 32px;
	text-align: left;
	padding: 15px;
	margin-top: 20px;
}
/* 产品 */
.in_anli{
	width: 80%;
	padding-top: 100px;
	justify-content: space-between;
}
.in_anli_main{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.anli_item,.anli_item2{
	width: 49%;
	position: relative;
}
.anli_item i,.anli_item2 i{
	font-size: 30px;
}
.anli_item:nth-child(3),.anli_item:nth-child(4),.anli_item2{
	width: 32.333%;
	margin-top: 2%;
}
.anli_item2{
	background: #d12324;
}
.anli_item2 a{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: #fff;
	transition: all 0.5s ease 0s;
	padding: 60px 0;
	box-sizing: border-box;
}
.anli_item2 a h2{
	font-size: 18px;
	font-weight: normal;
	transition: all 1.5s ease 0s;
}
.anli_item2 a:hover h2{
	font-size: 20px;
	font-weight: normal;
	transition: all 1.5s ease 0s;
}
.anli_item .img{
	overflow: hidden;
	width: 100%;
	transition: all 0.5s ease 0s;
}
.anli_item .img img{
	width: 100%;
	transition: all 1.5s ease 0s;
}
.anli_item .img img:hover{
	transform: scale(1.2);
	transition: all 1.5s ease 0s;
}
.anli_item span{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 42px;
	padding: 0 10px;
	background: rgba(0,0,0,.5);
	color: #FFFFFF;
	transition: all 0.5s ease 0s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.anli_item a{
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	transition: all 0.5s ease 0s;
}

/* 新闻 */
.in_news{
	padding-top: 50px;
	justify-content: space-between;
	transition: all 0.5s ease 0s;
}
.in_news_cont{
	width: 100%;
	height: auto;
	justify-content: space-between;
	display: flex;
}
.in_news_left{
	width: 40%;
	transition: all 0.5s ease 0s;
	text-align: left;
	padding: 10px 0;
}

.in_news_left .txt{
	text-align: left;
	padding:15px;
	transition: all 0.5s ease 0s;
	background: #fff;
}
.in_news_left .txt h2{
	font-size: 20px;
	transition: all 0.5s ease 0s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.in_news_left .txt p{
	font-size: 16px;
	transition: all 0.5s ease 0s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	padding-top: 10px;
	color: #666;
}
.in_news_left .txt em{
	padding-top: 15px;
	font-size: 16px;
	color: #999;
	display: inline-block;
}
.in_news_left .img{
	width: 100%;
	overflow: hidden;
	transition: all 0.5s ease 0s;
}
.in_news_left .img{
	overflow: hidden;
	width: 100%;
	transition: all 0.5s ease 0s;
}
.in_news_left .img img{
	width: 100%;
	transition: all 1.5s ease 0s;
}
.in_news_left .img img:hover{
	transform: scale(1.2);
	transition: all 1.5s ease 0s;
}
.in_news_right{
	width: 58%;
	transition: all 0.5s ease 0s;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	transition: all 1.5s ease 0s;
}
.in_news_right .in_news_item{
	width: 49%;
	transition: all 0.5s ease 0s;
	display: flex;
	justify-content: space-between;
	
}
.in_news_right .in_news_item a{
	width: 100%;
	transition: all 1.5s ease 0s;
	display: flex;
	justify-content: space-between;
	background: #fff;
	margin: 10px 0;
	border-radius: 5px;
}
.in_news_right .in_news_item a:hover{	
	transition: all 0.5s ease 0s;
	background:#D12324;
}

.in_news_item_left{
	width: 100px;
	line-height: 20px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	font-size: 18px;
	color: #888888;
	transition: all 1.5s ease 0s;
	}
.in_news_item_left strong{
	color: #D12324;
	font-size: 26px;
	line-height: 30px;
	transition: all 1.5s ease 0s;
}
.in_news_item .in_news_item_right{
	width: calc(100% - 100px);
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	padding-right: 20px;
	transition: all 1.5s ease 0s;
	
}
.in_news_item .in_news_item_right h2{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 20px;
	font-weight: 600;
	transition: all 1.5s ease 0s;
}
.in_news_item .in_news_item_right p{
	font-size: 16px;
	transition: all 0.5s ease 0s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	padding-top: 10px;
	color: #666;
	line-height: 30px;
}
.in_news_right .in_news_item a:hover .in_news_item_left,
.in_news_right .in_news_item a:hover .in_news_item_left strong,
.in_news_right .in_news_item a:hover .in_news_item_right h2,
.in_news_right .in_news_item a:hover .in_news_item_right p{
	color: #fff;
	transition: all 1.5s ease 0s;
	transform: scale(1.01);
}
/* 子页面 */
.sub_menu{
	width: 80%;
	background: url(../images/in_chpin_bg.png) repeat top center;
	margin: 0 auto;
	border-radius: 5px;
	display: flex;
	justify-content:center;
	padding: 20px 70px;
	position: relative;
	margin-top: -47.5px;
	z-index: 99;
	transition: all 1.5s ease 0s;
}
.sub_menu a{
	width: 16.8%;
	display: block;
	line-height: 55px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	background: url(../images/sub_menu_lia.png) no-repeat center center;
	background-size: 145px;
}
.sub_menu a:hover,.sub_menu a.active{
	color: #D12324;
	background: url(../images/sub_menu_liah.png) no-repeat top center;
}
.chanpin_menu{
	width: 100%;
	display: flex;
	justify-content: space-between;
    margin: 0 auto;
    position: relative;
    margin-top: -60px;
    z-index: 99;
    transition: all 1.5s ease 0s;
}
.chanpin_menu a i{
	font-size: 36px;
}
.chanpin_menu a{
	width: 20%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	line-height: 40px;
	padding: 20px 0;
	font-size: 20px;
	color: #fff;
	text-align: center;
	background: url(../images/in_chpin_bg.png) repeat top center;
	transition: all 1.5s ease 0s;
	
}
.chanpin_menu a:nth-child(2){
	width: 20%;
	background: url(../images/qiangdi_bg02.png) repeat top center;
}
.chanpin_menu a:nth-child(3){
	width: 20%;	
	background: url(../images/qiangdi_bg03.png) repeat top center;
}
.chanpin_menu a:nth-child(4){
	width: 20%;
	background: url(../images/qiangdi_bg04.png) repeat top center;
}
.chanpin_menu a:nth-child(5){
	width: 20%;
	background: url(../images/qiangdi_bg05.png) repeat top center;
}
.chanpin_menu a:hover,.chanpin_menu a.active{
	background: #000;
	transition: all 1.5s ease 0s;
}
.about_cont_z{
	width: 100%;
	background: url(../images/sub_bg.jpg) repeat 0 0;
	background-size:100%;
	padding-bottom: 10px;
	
}
.about_cont{
	width: 80%;
	margin: 0 auto;
	padding: 100px 0 100px 0;
}
.about_cont h2{
	font-size: 32px;
	position: relative;
	
}
.about_cont h2::after{
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 63px;
	height: 4px;
	background: #D12324;
	border-radius: 5px;
}
.txt_cont{
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
}
.txt_cont_left{
	width: 60%;
	line-height: 40px;
	font-size: 18px;
	transition: all 0.5s ease 0s;
}
.txt_cont_left img{
	max-width: 100%;
	display: inline-block;
	margin: 0 auto;
}
.txt_cont_rgt{
	width: 30%;
	background: url(../images/xyun_ab.png) no-repeat 140px 223px;
	display: flex;
	padding: 50px 0 180px 0;
	transition: all 0.5s ease 0s;
	position: relative;
}
.txt_cont_rgt .h2{
	writing-mode: vertical-lr;
	transition: all 0.5s ease 0s;
	font-size: 60px;
	font-weight: 600;
	}
.txt_cont_rgt .h3{
	writing-mode: vertical-lr;
	transition: all 0.5s ease 0s;
	font-size: 60px;
	font-weight: 600;
	font-family: impact;
	text-transform: uppercase;
	padding-top: 140px;
	position: absolute;
	left: 83px;
}
.about_jishu{
	background: url(../images/about_shuzibg.png) no-repeat top center;
}
.about_xuanyu{
	position: relative;
	background: url(../images/xuanyu_bg.jpg) no-repeat bottom center;
}
.zhuandiao_shouhou{
	padding: 60px 0;
	position: relative;
	background: #fff url(../images/xuanyu_bg.jpg) no-repeat bottom center;
}
.about_xuanyu_img{
	width: 20%;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 0;
	transition: all 0.5s ease 0s;
}
.about_xuanyu_img img{
	width: 100%;
	transition: all 0.5s ease 0s;
}
.about_xuanyu_cont{
	padding: 70px 0;	
	display: flex;
	justify-content: center;
	transition: all 0.5s ease 0s;
}
.xuanyu_cont_left{
	width: 30%;
	padding:100px 0;
	transition: all 0.5s ease 0s;
}
.xuanyu_cont_left h2{
	font-size: 50px;
	font-weight: 600;
	font-family: impact;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
}
.xuanyu_cont_left h3{
	font-size: 30px;
	position: relative;
}
.xuanyu_cont_left h3::after{
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 63px;
	height: 4px;
	background: #D12324;
	border-radius: 5px;
	transition: all 0.5s ease 0s;
}
.shouhou_cont{
	width: 60%;
	line-height: 32px;
	font-size: 18px;
	padding:100px 0;
}
.shouhou_cont img{
	max-width: 100%;
	line-height: 32px;
	font-size: 18px;
	padding:0;
}
.about_shipin{
	width: 100%;
	background: url(../images/about_shipin_bg.png) no-repeat top center;
	position: relative;
	padding-top: 50px;
	background-size: 100%;
	height: 680px;
	transition: all 0.5s ease 0s;
}
.about_shipin_img{
	width: 20%;
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 0;
}
.about_shipin_img img{
	width: 100%;
}
.about_shipin_cont{
	width: 80%;
	margin: 0 auto;
	margin-top: -565px;
	z-index: 99;
	position: relative;
	padding-bottom: 50px;
	transition: all 0.5s ease 0s;
}
.about_shipin_cont img{
	width: 100%;
}
/* 新闻中心 */
.news_cont{
	width: 80%;
	margin: 0 auto;
	padding: 50px 0;
	transition: all 0.5s ease 0s;
}
.new_item{
	width: 100%;
	transition: all 0.5s ease 0s;
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}
.new_item_left{
	width: 30%;
	transition: all 0.5s ease 0s;
}
.new_item_left a{
	width: 100%;
	display: block;
	transition: all 0.5s ease 0s;
	overflow: hidden;
	height: 100%;
}
.new_item_left a img{
	width: 100%;
	transition: all 1.5s ease 0s;
	height: 100%;
}
.new_item_left a:hover img{
	transform: scale(1.2);
	transition: all 1.5s ease 0s;
}
.new_item_midd {
	width: 100%;
	background: rgba(255,255,255,.8);
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: revert;
	transition: all 0.5s ease 0s;
	padding: 15px;
}
.new_item_midd:hover{
	background: #D12324;
	transition: all 0.5s ease 0s;
	height: 100%;
}
.new_item_midd .item_rgt{
	width: 67%;
	transition: all 0.5s ease 0s;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.new_item_midd .item_rgt a{
	width: 100%;
}
.new_item_midd h2{
	font-size: 22px;
	transition: all 0.5s ease 0s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.new_item_midd:hover h2{
	font-size: 23px;
	color: #fff;
	transition: all 0.5s ease 0s;
}
.new_item_midd p{	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 28px;
	padding-top: 10px;
	transition: all 0.5s ease 0s;
	font-size: 16px;
	color: #666;
}
.new_item_midd:hover p{	
	    transition: all 0.5s ease 0s;
		font-size: 16px;
		color: #fff;
}
.new_item_midd em{
	background: url(../images/sub_more.png) no-repeat center;
	width: 111px;
	line-height: 42px;
	text-align: center;
	font-size: 15px;
	display: block;
	margin-top: 15px;
	color: #999;
	transition: all 0.5s ease 0s;
}
.new_item_midd:hover em{
	background: url(../images/sub_more_ah.png) no-repeat center;
	color: #fff;
}
.new_item_rgt{
	background: #D12324;
	background: rgba(201,34,35,.8);
	width: 140px;
	height: 150px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #fff;
	}
.new_item_rgt strong{
	font-size: 24px;
}
/* 产品中心 */
.chanpin_cont{
	width: 80%;
	margin: 0 auto;	
}
.chanpin_item_cont{
	width: 121%;
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	padding-top: 40px;
}
.chanpin_item{
	width: 19.15%;
	background: rgba(255,255,255,.8);
	margin-right: 2%;
	margin-top: 2%;
	position: relative;
	transition: all 0.2s ease-out;
	border-radius: 5px;
}
.chanpin_item a{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 40px 0;
}
.chanpin_item a .img{
	width: 80%;
	overflow: hidden;
}
.chanpin_item a .img img{
	width: 100%;
	transition: all 1.5s ease 0s;
}
.chanpin_item a span{
	font-size: 18px;
	line-height: 40px;
}
.chanpin_item a:hover img{
	transform: scale(1.2);
	transition: all 1.5s ease 0s;
}
.chanpin_item .more_cont{
	top: 50%;
	left: 20px;
	right: 20px;
	position: absolute;
	opacity: 0;
	z-index: 1;	
	color: #fff;
}
.chanpin_item .more_cont h2{
	font-size: 20px;
	width: 100%;
	text-align: center;
	line-height: 40px;
}
.chanpin_item .more_cont p{
	line-height: 30px;
	font-size: 14px;
	padding: 0 20px;
	width: 100%;
	box-sizing: border-box;
}
.chanpin_item .more_cont em{
	background: url(../images/sub_more_ah.png) no-repeat center;
	width: 111px;
	line-height: 42px;
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
	color: #fff;
}
.chanpin_item::after{
	position: absolute;
	content: "";
	display: block;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: rotateX(
	-90deg);
	transform: rotateX(
	-90deg);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	opacity: 0;
	background:rgba(173,12,15,.8);
	z-index: 0;
}
.chanpin_item:hover .more_cont
 {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.chanpin_item:hover::after {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 0.9;
}
/* 发展历程 */
.fazhan_tit{
	font-size: 36px;
	text-align: center;
	position: relative;
	font-weight: 600;
}
.fazhan_tit::after{
	content: "";
	position: absolute;
	bottom: -10px;
	height: 4px;
	left: 50%;
	transform:translateX(-50%);
	width: 50px;
	background: #D12324;
}
.about_cont .h3{
	width: 100%;
	text-align: center; 
	line-height: 62px;
}
.fazhan_cont{
	width: 100%;
	padding-top: 50px;
}
.time-axis{
	margin: 0;
	padding: 0;
	padding-bottom:20px;
	position: relative;
}
.time-axis:before{
	content: '';
	position: absolute;
	left: 170px;
	top: 20px;
	width: 1px;
	height: 100%;
	background-color: #E4E4E4;
	z-index: -1;
}
.time-axis-date strong{
	font-size: 24px;
}

.time-axis-item{
	list-style: none;
	padding-left: 210px;
	position: relative;
	line-height: 45px;
	font-size: 14px;
	color: #141414;
}
.time-ul li{
	background: url(../images/icon_dian_a.png) no-repeat left 20px;
	background-position: 161px 8px;
	padding-left: 210px;
	margin-top: 15px;
	line-height: 36px;
}
.time-axis-achievement{
	margin: 0;
}
.time-axis-date{
	position: absolute;
	left: 0;
	top: 0;
	color: #666;
}
.time-axis-datea{
	position: absolute;
	left: 0;
	top: 13px;
	color: #666;
}
.time-axis-datea span{
	position: absolute;
	right: -178px;
	top: 35%;
	display: block;
	width: 13px;
	height: 13px;
	border: 1px solid #ccc;
	border-radius: 100%;
	background-color: #fff;
}
.time-axis-datea span:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 7px;
	height: 7px;
	margin: auto;
	background-color: #ccc;
	border: 1px solid #ccc;
	border-radius: 100%;
}
.time-axis-item .time-axis-date span{
	position: absolute;
	right: -51px;
	top: 35%;
	display: block;
	width: 19px;
	height: 19px;
	border: 1px solid #ccc;
	border-radius: 100%;
	background-color: #fff;
	border-color: #D12324;
}
.time-axis-item .time-axis-date span:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 13px;
	height: 13px;
	margin: auto;
	background-color: #ccc;
	border: 1px solid #ccc;
	border-radius: 100%;
	background-color:#D12324;
	border-color: #D12324;
}
.fazhan_title{
	font-size: 24px;
}
/* 产品详情页 */
.shili_title{
	width: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 60px;
}
.show_cont{
	width: 100%;
	background: rgba(255,255,255,.8);
	display: flex;
	justify-content: space-between;
	padding: 30px;
}
.show_cont_left{
	width: 55%;
}
.show_cont_left img{
	max-width: 100%;
}
.show_cont_rgt{
	width: 42%;
}
.show_cont_rgt .title{
	font-size: 34px;
	padding-bottom: 30px;
}
.show_cont_rgt p{
	line-height: 50px;
	font-size: 20px;
	color: #666;
}
/* 新闻详情页 */
.xw_show_cont{
	width: 70%;
	line-height: 32px;
	font-size: 16px;
	padding-top: 40px;
	margin: 0 auto;
}
.xw_show_cont a{
	display: inline-block;
}
.xw_show_cont img{
	margin: 0 auto;
	max-width: 100%;
}
.show_title{
	text-align: center;
	font-size: 28px;
	font-weight: 600;
}
.show_time{
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #7D7D7D;
	padding-top: 20px;
}
.show_bottom{
	width: 100%;
	display: flex;
	justify-content: space-between;	
	line-height: 60px;
	border-top: #ddd solid 1px;
	border-bottom: #ddd solid 1px;
	margin-top: 40px;
}
.show_bottom_lft{
	width: 50%;
	text-align: left;
	display: flex;
	justify-content: left;
}
.show_bottom_rgt{
	width: 50%;
	text-align: right;
	display: flex;
	justify-content: end;
}
/* 企业文化 */
.wenhua_title{
	font-size: 32px;
	position: relative;
	font-weight: 600;
	display: none;
}
.wenhua_title::after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 63px;
    height: 4px;
    background: #D12324;
    border-radius: 5px;
}
.wenhua_cont{
	padding-top: 0;
}
.wenhua_item{
	display: flex;
	padding-bottom: 60px;
}
.wenhua_item img{
	width: 89px;
	height: 73px;
	margin: 0;
}
.wenhua_txt{
	padding-left: 40px;
}
.wenhua_txt h3{
	font-weight: 600;
	font-size: 26px;
}
.wenhua_txt p{
	padding-top: 5px;
}
/* 团队管理 */
.about_tuandui{
	width: 100%;
	background: url(../images/about_shuzibg.png) no-repeat top center;
}
.about_tuandui h2{
	font-size: 36px;
	text-align: center;
	color: #fff;
	position: relative;
	padding: 40px 0 0 0;
}
.about_tuandui h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    background: #fff;
}
.about_tuandui_cont{
	width: 80%;
	background: #fff;
	margin: 0 auto;
	padding: 20px;
	margin-top: 40px;
	transition: all 0.5s ease 0s;
}
.sub_swiper_tuandui,.sub_swiper_gongchang{
	width: 100%;
	transition: all 0.5s ease 0s;
}
.tuandui_item,.gongchang_item,.youxiuhb_item{
	transition: all 0.5s ease 0s;
	padding-bottom: 60px;
}
.tuandui_item a{
	width: 100%;
}
.tuandui_item a .img,.gongchang_item .img,.youxiuhb_item .img{
	width: 100%;
	overflow: hidden;
	transition: all 0.5s ease 0s;
	
}
.tuandui_item a .img img,.gongchang_item .img img,.youxiuhb_item .img img{
	width: 100%;
	transition: all 0.5s ease 0s;
	}
.tuandui_item a:hover .img img,.gongchang_item .img:hover img,.youxiuhb_item .img:hover img{
	transform: scale(1.2);
	transition: all 1.5s ease 0s;
	}

.tuandui_item_txt{
	background: #504f4f;
	padding: 20px 0;
	color: #fff;
}

.tuandui_item a:hover .tuandui_item_txt{
	background: #D12324;
	padding: 20px 0;
	color: #fff;
}
.tuandui_item_txt span{
	font-size: 18px;
	padding-bottom: 10px;
	display: block;
}
.tuandui_item_txt p{
	font-size: 14px;
}
/* 工厂 */
.gongchang_cont{
	padding-top: 60px;
}
.gongchang_item{
	padding-bottom: 10px;
}
.swiper-button-next, .swiper-button-prev {   
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);   
}
.about_gongchang{
	width: 100%;
	background: url(../images/gongchang_bg.jpg) repeat-y bottom center;
	padding-bottom: 89px;
}
.about_gongchang h2{
	font-size: 36px;
	text-align: center;
	color: #fff;
	position: relative;
	padding: 40px 0 0 0;
}
.about_gongchang h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    background: #D12324;
}
.about_gongchang h3{
	width: 100%;
	text-align: center; 
	line-height: 62px;
	color: #F5F5F5;
}
.gc_gaik_cont{
	width: 60%;
	margin: 0 auto;
}
.gc_gaik_cont .gaik_item{
	background: url(../images/icon_yun.png) no-repeat center left;
	background-position: 20px center;
	padding: 40px 40px 20px 80px;
	color: #fff;
	box-sizing: border-box;
	width: 98%;
	border: #CCCCCC dotted 1px;
	margin-top: 40px;
	border-radius: 0 20px 0 20px;
}
.gc_gaik_cont .gaik_item h4{
	font-size: 24px;
}
.gc_gaik_cont .gaik_item p{
	padding-top: 10px;
	font-size: 16px;
	line-height: 32px;
}
.gc_gaik_img{
	right: 0;
	left: auto;
}
.gc_gaik_xuanyu{
	width: 80%;
	margin: 0 auto;
	padding: 110px 0;
	transition: all 0.5s ease 0s;
}
.gc_gaik_xuanyu h2{
	font-size: 50px;
	font-weight: 600;
	font-family: impact;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
}
.gc_gaik_xuanyu h3{
	font-size: 30px;
	position: relative;
	transition: all 0.5s ease 0s;
}
.gc_gaik_xuanyu h3::after{
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 63px;
	height: 4px;
	background: #D12324;
	border-radius: 5px;
	transition: all 0.5s ease 0s;
}
.gaik_txt{
	width: 60%;
	padding-top: 40px;
	line-height: 32px;
	font-size: 16px;
	transition: all 0.5s ease 0s;
}
.about_lianxi{
	width: 100%;
	height: 600px;
}
/* 荣誉 */
.rongyu_cont{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 60px;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}
.rongyu_item_cont{
	width: 121%;
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	transition: all 0.5s ease 0s;
}
 .rongyu_item{
	width: 25.53%;
	background: rgba(255,255,255,.8);
	margin-right: 3%;
	margin-top: 3%;
	position: relative;
	transition: all 0.2s ease-out;
	border-radius: 5px;
}

.rongyu_item a{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.rongyu_item a .img{
	width: 100%;
	overflow: hidden;
}
.rongyu_item a .img img{
	width: 100%;
	transition: all 1.5s ease 0s;
}
.rongyu_item a span{
	font-size: 18px;
	line-height: 40px;
	padding: 10px;
}
.rongyu_item a:hover img{
	transform: scale(1.2);
	transition: all 1.5s ease 0s;
}
/* 加盟 */
.jiameng_cont{
	padding-top: 0;
}
.jiameng_cont img{
	max-width: 100%;
	transition: all 1.5s ease 0s;
}
.jiameng_cont dl{
	width: 100%;
	transition: all 1.5s ease 0s;
	
}
.jiameng_cont dt{
	background: rgba(255,255,255,.8);
	line-height: 80px;
	font-size: 22px;
	padding: 0 20px;
	border-radius: 8px;
}
.jiameng_cont dt i{
	font-size: 32px;
	color: #D12324;
	padding-right: 20px;
}
.jiameng_cont dd{
	line-height: 40px;
	font-size: 16px;
	padding: 40px 40px;
}
.jm_tixi_item{
	width: 100%;
	transition: all 0.5s ease 0s;
}
.jm_tixi_title{
	width: 32%;
	height: 60px;
	line-height: 60px;
	background: url(../images/in_chpin_bg.png) repeat top center;
	display: flex;
	justify-content: left;
	align-items: center;
	padding: 0 20px;
	border-radius: 60px;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	transition: all 1.5s ease 0s;
}
.guji_tixi_title{
	width: 43%;
}
.jm_tixi_title img{
	width: 40px;
	height: 33px;
	padding-right: 20px;
	transition: all 1.5s ease 0s;
}
.tixi_item_cont{
	padding: 30px 40px;
	font-size: 16px;
	line-height: 40px;
	transition: all 1.5s ease 0s;
}
.youxiuhb_item{
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
}
.youxiuhb_item .txt{
	background: #fff;
	padding: 25px 10px;
}
.youxiuhb_item .txt .h4{
	font-size: 20px;
}
.youxiuhb_item .txt .h5{
	font-size: 16px;
	color: #888;
	padding-top: 5px;
}
.lianxi_cont{
	background: rgba(255,255,255,.8);
	padding: 40px;
}
.lianxi_tit{
	text-align: center;
	font-size: 24px;
	line-height: 60px;
	padding: 20px 0;
}
.lianxi_tit strong{
	color: #D12324;
	font-size: 32px;
}
.lianxi_txt{
	padding-top: 50px;	
	display: flex;
	justify-content: space-between;
}
.lianxi_txt_tit{
	width: 100%;
	padding-bottom: 10px;
	font-size: 16px;
	color: #222;
	font-weight: 600;
}
.lianxi_txt_p{
	font-size: 16px;
	color: #888;
	padding-bottom: 40px;
}
.lianxi_lft{
	line-height: 42px;
	font-size: 16px;
	color: #444;
	width: 100%;
}
.lianxi_lft_tit{
	width: 100%;
	padding-bottom: 10px;
	font-size: 20px;
	color: #222;
	font-weight: 600;
}
.lianxi_rgt_tit{
	width: 100%;
	padding-bottom: 10px;
	font-size: 16px;
	color: #222;
	font-weight: 600;
}
.lianxi_rgt{
	width: 45%;
}
.lianxi_rgt_tu{
	text-align: center;
}
.lianxi_rgt_cont{
	display: flex;
	justify-content: space-between;
}
.liuyan_item_cont{
	display: flex;
	justify-content: space-between;
}
.liuyan_item_li{
	width: 30%;
	
}
.lianxi_liuyan{
	margin-top: 50px;
	background: rgba(255,255,255,.8);
	padding: 40px;
}
.liuyan_input{
	border: #eee solid 1px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
	font-size: 14px;
	border-radius: 5px;
	box-sizing: border-box;
}
.textarea{
	border: #eee solid 1px;
	width: 100%;
	height: 160px;
	resize: none;
	padding:5px;
	line-height: 30px;
	font-size: 14px;
	margin-top: 25px;
	font-family: "微软雅黑";
}
.input_button{
	width: 100%;
	text-align: center;
}
.input_button button {
    width: 150px;
    line-height: 40px;
    border-radius: 5px;
    background: #d12324;
    font-size: 16px;
    color: #fff;
	margin: 50px auto;
	border: none;
}
/* 人才招聘 */
.job_cont{
	line-height: 40px;
	font-size: 18px;
	transition: all 0.5s ease 0s;
	padding-top: 0;
	}
.job_txt_cont{
	padding-top:0;
}
.job_lft{
	padding-top: 50px;
	transition: all 0.5s ease 0s;
}
.job_tit{
	display: none;
}
.job_rgt{
	background: url(../images/xyun_ab.png) no-repeat 137px 120px;
	padding: 15px 0 180px 0;
	transition: all 0.5s ease 0s;
}
.job_gangwei{
	width: 100%;
	transition: all 0.5s ease 0s;
	margin-top: 80px;
}
/* 实景案例 */
.shlianli_item{
	width: 25.53%;
	background: rgba(255,255,255,.8);
	margin-right: 3%;
	margin-top: 3%;
	position: relative;
	transition: all 0.2s ease-out;
	border-radius: 5px;
}
.shlianli_item a{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding:0;
}
.shlianli_item a .img{
	width: 100%;
	overflow: hidden;
}
.shlianli_item a .img img{
	width: 100%;
	transition: all 1.5s ease 0s;
}
.shlianli_item a span{
	font-size: 18px;
	line-height: 60px;
}
.shlianli_item a:hover img{
	transform: scale(1.2);
	transition: all 1.5s ease 0s;
}
/* 实景案例 */
.show_product{
	line-height:26px;
	font-size:14px;
	color:#444;
	position:relative;
	width: 100%;
	}
.jssora05l, .jssora05r {
		display: block;
		position: absolute;
		/* size of arrow element */
		width: 40px;
		height: 40px;
		cursor: pointer;
		background: url('../images/a17.png') no-repeat;
		overflow: hidden;
	}
	.jssora05l { background-position: -10px -40px; }
	.jssora05r { background-position: -70px -40px; }
	.jssora05l:hover { background-position: -130px -40px; }
	.jssora05r:hover { background-position: -190px -40px; }
	.jssora05l.jssora05ldn { background-position: -250px -40px; }
	.jssora05r.jssora05rdn { background-position: -310px -40px; }
	.jssora05l.jssora05lds { background-position: -10px -40px; opacity: .3; pointer-events: none; }
	.jssora05r.jssora05rds { background-position: -70px -40px; opacity: .3; pointer-events: none; }
	/* jssor slider thumbnail navigator skin 01 css *//*.jssort01 .p            (normal).jssort01 .p:hover      (normal mouseover).jssort01 .p.pav        (active).jssort01 .p.pdn        (mousedown)*/
	.jssort01 .p {position: absolute; top: 0; left: 0; width: 72px;height: 72px;}
	.jssort01 .t {position: absolute; top: 0; left: 0; width: 100%;height: 100%;border: none;}
	.jssort01 .w {position: absolute; top: 0px;left: 0px;width: 100%;height: 100%;}
	.jssort01 .c {position: absolute; top: 0px; left: 0px; width: 68px; height: 68px;box-sizing: content-box;background: url('../images/t01.png') -800px -800px no-repeat;    _background: none;}
	.jssort01 .pav .c {top: 2px;top: 0px;left: 2px;_left: 0px;width: 68px;height: 68px;border: #000 0px solid; _border: #fff 2px solid;background-position: 50% 50%;}
	.jssort01 .p:hover .c {top: 0px; left: 0px;width: 70px; height: 70px;border: #fff 1px solid; background-position: 50% 50%;}
	.jssort01 .p.pdn .c {background-position: 50% 50%;width: 68px;height: 68px;border: #000 2px solid;}
	* html .jssort01 .c, * html .jssort01 .pdn .c, * html .jssort01 .pav .c {    /* ie quirks mode adjust */    width /**/: 72px;    height /**/: 72px;}
.show_anli_cont{
	padding-top: 50px;
	font-size: 16px;
}
#totop {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    background: url(../images/top.png) no-repeat center center rgba(209,35,36,0.5);
    background-size: 30px 30px;
    text-align: center;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    z-index: 5;
	}
	
	#totop:hover{ background: url(../images/top.png) no-repeat center center rgba(209,35,36,1);
	}
/*分页*/
.page{ 
	display: flex;
	justify-content: center;
	height:50px;
	margin-top:20px;
	margin-bottom: 40px;
	}
.page a{ 
	padding:5px 20px;
	background:#fff;
	font-size:14px; 
	line-height:40px; 
	text-align:center; 
	color:#7D7D7D;
	border-radius: 5px;
	margin: 0 2px;
	display: inline-block;
	}
.page a:hover{background:#c92223; color:#fff;}
.page span{
	padding:5px 20px;
	background:#c92223;
	font-size:16px; 
	line-height:40px;
	color:#FFF;
	display: inline-block;
	border-radius: 5px;
	}
.page a.page_bg{background:#c92223; color:#FFF;}
/* footer */
footer{
	width: 100%;
	background:#2f3036;
	color: #8f8f8f;
}
.footer{
	width: 88%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	padding: 30px 0;
	animation-name: fadeInUp;animation-delay: 2.6s;
}
.ft_lft{
	display: flex;
	justify-content: space-between;
	transition: all 0.5s ease 0s;
}
.ft_lft .fm_cont{
	padding-left: 20px;
	line-height: 32px;
}
.ft_rgt{
	display: flex;
	justify-content: space-between;
	transition: all 0.5s ease 0s;
}
.ft_rgt dl{
	padding-left: 20px;
}
.ft_rgt dl dt{
	padding-bottom: 10px;
	font-size: 16px;
}
.ft_rgt dl dd a{
	color: #8f8f8f;
	text-align: center;
	line-height: 32px;
}
.ft_weixin{
	padding-right: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.ft_weixin img{
	width: 100px;
	height: 100px;
	border: #BEBEBE dotted 1px;
	padding: 2px;
}
.foot_bottom{
	line-height: 50px;
	text-align: center;
	background: #222222;
}
.foot_bottom a{
	display: inline-block;
	color: #8f8f8f;
	padding: 0 10px;
}
.dianhua{
	display: block;
	padding-top: 30px;
	padding-left: 50px;
}
.dianhua img{
	width: 100%;
	transition: all 0.5s ease 0s;
}
@media only screen and (max-width: 1440px) and (min-width: 1160px){
	.in_about{
		 width: 90%;
		 transition: all 0.5s ease 0s;
	}
	#slider .txt_cont h2{
		font-size: 40px;
		transition: all 0.5s ease 0s;
	}
	#slider .txt_cont h3 {
	    font-size: 20px;
	    text-transform: uppercase;
	    transition: all 0.5s ease 0s;
	}
	.sub_menu a {
	    width: 21.8%;
	    display: block;
	    line-height: 55px;
	    font-size: 17px;
	    color: #fff;
	    text-align: center;
		transition: all 1.5s ease 0s;
		background: url(../images/sub_menu_lia.png) no-repeat center center;
		background-size: 145px;
	}
	.sub_menu {
	    width: 90%;
	    background: url(../images/in_chpin_bg.png) repeat top center;
	    padding: 20px 40px;
	    transition: all 1.5s ease 0s;
		background-size: 145px;
	}
	.news_cont,.chanpin_cont,.rongyu_cont{
		width: 90%;
		transition: all 0.5s ease 0s;
	}
	.guji_tixi_title{
		width: 54%;
	}
}
@media only screen and (max-width: 1160px) and (min-width: 998px) {
	#slider .txt_cont{
		margin-top: -40px;
		transition: all 1.5s ease 0s;
	}
	#slider .txt_cont h2{
		font-size: 40px;
		transition: all 0.5s ease 0s;
	}
	#slider .txt_cont h3 {
	    font-size: 20px;
	    text-transform: uppercase;
	    transition: all 0.5s ease 0s;
	}
	.in_about{
		 width: 92%;
		 transition: all 0.5s ease 0s;
	}
	.in_about_cont{
		height: 222px;
		transition: all 0.5s ease 0s;
		padding: 15px 20px;
	}
	.in_about_cont p{
		-webkit-line-clamp: 4;
		transition: all 0.5s ease 0s;
	}
	.in_about .in_about_li{
		height:calc(100% - 272px);
		transition: all 0.5s ease 0s;
	}
	.ft_lft{
		margin: auto;
		transition: all 0.5s ease 0s;
	}
	.ft_rgt{
		display: none;
		transition: all 0.5s ease 0s;
	}
	.sub_menu {
	    width: 90%;
	    background: url(../images/in_chpin_bg.png) repeat top center;
	    padding: 20px 10px;
	    transition: all 1.5s ease 0s;
	}
	.sub_menu a {
	    width: 15.8%;
	    display: block;
	    line-height: 55px;
	    font-size: 15px;
	    color: #fff;
	    text-align: center;
	   background: url(../images/sub_menu_lia.png) no-repeat center center;
	   background-size: 120px;
		transition: all 1.5s ease 0s;
	}
	
	.sub_menu a:hover,.sub_menu a.active {
	    background: url(../images/sub_menu_liah.png) no-repeat center center;
		transition: all 1.5s ease 0s;
		background-size: 120px;
	}
	/* 新闻中心 */
	.news_cont{
		width: 90%;
		margin: 0 auto;
		padding: 50px 0;
		transition: all 0.5s ease 0s;
	}
	.new_item{
		width: 100%;
		transition: all 0.5s ease 0s;
		display: flex;
		justify-content: space-between;
		padding-top: 20px;
	}
	.new_item_left a img{
		width: 100%;
		transition: all 1.5s ease 0s;
	}
	.new_item_midd .item_rgt{
		padding: 0;
		transition: all 0.5s ease 0s;
	}
	.new_item_midd h2{
		font-size: 20px;
		transition: all 0.5s ease 0s;
	}
	.new_item_midd:hover h2{
		font-size: 21px;
		color: #fff;
		transition: all 0.5s ease 0s;
	}
	.new_item_midd p{	
			font-size: 16px;
			transition: all 0.5s ease 0s;
	}
	.chanpin_cont,.rongyu_cont{
		width: 90%;
		transition: all 0.5s ease 0s;
	}
	.guji_tixi_title{
		width: 66%;
	}
	.chanpin_item {
	    width: 26.15%;
	}
	
}

@media only screen and (max-width: 998px) and (min-width: 756px) {
	#slider .txt_cont{
		margin-top: -40px;
		transition: all 1.5s ease 0s;
	}
	#slider .txt_cont h2{
		font-size: 30px;
		transition: all 0.5s ease 0s;
	}
	#slider .txt_cont h3 {
	    font-size: 20px;
	    text-transform: uppercase;
	    transition: all 0.5s ease 0s;
	}
	#slider .txt_cont i{
		font-size: 40px;
		color: #d12324;
		transition: all 0.5s ease 0s;
	}
	.in_about{
		width: 98%;
		flex-wrap: wrap;
		transition: all 0.5s ease 0s;
	}
	.in_about_cont{
		width: 100%;
		transition: all 0.5s ease 0s;
		display: none;
	}	
	.in_about_cont02{
		display: block;
		width: 100%;
		transition: all 0.5s ease 0s;
	}
	.title_txt h2{
		font-size: 32px;
		transition: all 0.5s ease 0s;
	}
	.title_txt span{
		font-size: 16px;
		transition: all 0.5s ease 0s;
	}
	
	.in_fanshi_left{
		height: 41%;
		transition: all 0.5s ease 0s;
	}
	.in_fs_more a{
		writing-mode: vertical-rl;
		height: 100%;
		font-size: 14px;
		transition: all 0.5s ease 0s;
	}
	.in_fanshi_left h2{		
		font-size:18px
		transition: all 0.5s ease 0s;
	}
	.in_fanshi_left p{
		font-size:15px;
		display: block;
		line-height: 30px;
		transition: all 0.5s ease 0s;
	}
	.in_anli{
		width: 98%;
		padding-top: 50px;
		justify-content: space-between;
		transition: all 0.5s ease 0s;
	}
	.in_news_left,.in_news_right{
		width: 98%;
		transition: all 0.5s ease 0s;
	}
	.in_news_cont{
		display: block;
		margin: 0 auto;
	}
	.in_news_item_right{
		padding: 20px 20px 20px 0;
		transition: all 0.5s ease 0s;
	}
	.in_news_item .in_news_item_right h2{
		font-size: 17px;
		transition: all 0.5s ease 0s;
	}
	.in_news_item .in_news_item_right{
		align-items: flex-start;
		transition: all 0.5s ease 0s;
	}
	.in_news_item .in_news_item_right p{
		line-height: 26px;
		font-size: 15px;
		transition: all 0.5s ease 0s;
	}
	.ft_lft{
		margin: auto;
		transition: all 0.5s ease 0s;
	}
	.ft_rgt{
		display: none;
		transition: all 0.5s ease 0s;
	}
	.sub_menu {
	    width: 98%;
	    background: url(../images/in_chpin_bg.png) repeat top center;
	    padding: 20px 0;
	    transition: all 1.5s ease 0s;
	}
	.sub_menu a {
	    width: 15.8%;
	    display: block;
	    line-height: 55px;
	    font-size: 15px;
	    color: #fff;
	    text-align: center;
	   background: url(../images/sub_menu_lia.png) no-repeat center center;
	   background-size: 100px;
		transition: all 1.5s ease 0s;
	}
	.sub_menu a:hover,.sub_menu a.active {
	    background: url(../images/sub_menu_liah.png) no-repeat center center;
		background-size: 100px;
		transition: all 1.5s ease 0s;
	}
	.txt_cont_left {
		font-size: 16px;
		transition: all 0.5s ease 0s;
	}
	.txt_cont_rgt .h2 {
	    transition: all 0.5s ease 0s;
	    font-size: 43px;
	}
	.txt_cont_rgt .h3 {
	    transition: all 0.5s ease 0s;
	    font-size: 43px;
	    padding-top: 110px;
		left: 65px;
	}
	
	.about_cont{
		width: 98%;
		padding: 56px 0 96px 0;
		transition: all 0.5s ease 0s;
	}
	.txt_cont_rgt {
	    width: 29%;
	    background: url(../images/xyun_ab.png) no-repeat 139px 178px;
	    display: flex;
	    padding-top: 75px;
	    transition: all 0.5s ease 0s;
	}
	.about_xuanyu {
		background:#fff url(../images/xuanyu_bg.jpg) no-repeat bottom center;
	}
	.about_xuanyu_cont{
		flex-direction: column;
		align-items: center;
	}
	.xuanyu_cont_left {
		width: 60%;
		padding: 80px 0;
	}
	.xuanyu_cont_right {
	    width: 60%;
	    transition: all 0.5s ease 0s;
		padding: 0px 0;
	}
	.shouhou_cont{
	width: 90%;
	transition: all 0.5s ease 0s;
	padding: 0px 0;
}
	/* 新闻中心 */
	.news_cont,.chanpin_cont{
		width: 98%;
		transition: all 0.5s ease 0s;
	}
	.new_item{
		width: 100%;
		transition: all 0.5s ease 0s;
		display: flex;
		justify-content: space-between;
		padding-top: 20px;
	}
	
	.new_item_left a img{
		width: 100%;
		transition: all 1.5s ease 0s;
	}
	.new_item_midd .item_rgt{
		padding:0;
		transition: all 0.5s ease 0s;
	}
	.new_item_midd h2{
		font-size: 20px;
		transition: all 0.5s ease 0s;
	}
	.new_item_midd:hover h2{
		font-size: 21px;
		transition: all 0.5s ease 0s;
	}
	.new_item_midd p{	
			font-size: 16px;
			transition: all 0.5s ease 0s;
	}
	.new_item_rgt{
		font-size: 18px;
		transition: all 0.5s ease 0s;
		width: 100px;
		height: 110px;
	}
	.about_tuandui_cont,.rongyu_cont{
		width: 98%;
		transition: all 0.5s ease 0s;
	}
	.jm_tixi_title{
		width: 46%;
		transition: all 0.5s ease 0s;
	}
	.guji_tixi_title{
		width: 76%;
	}
	.chanpin_item {
	    width: 26.15%;
	}
}
@media only screen and (max-width: 756px) and (min-width: 558px) {
	.swiper-slide {
	  font-size: 15px;
	}
	#slider .txt_cont{
		margin-top: -40px;
		transition: all 1.5s ease 0s;
	}
	#slider .txt_cont h2{
		font-size: 28px;
		transition: all 0.5s ease 0s;
	}
	#slider .txt_cont h3 {
	    font-size: 18px;
	    text-transform: uppercase;
	    transition: all 0.5s ease 0s;
	}
	#slider .txt_cont i{
		font-size: 36px;
		color: #d12324;
		transition: all 0.5s ease 0s;
	}
	.in_about{
		width: 98%;
		flex-wrap: wrap;
		transition: all 0.5s ease 0s;
	}
	.in_about_cont{
		width: 100%;
		transition: all 0.5s ease 0s;
		display: none;
	}	
	.in_about_cont02{
		display: block;
		width: 100%;
		transition: all 0.5s ease 0s;
	}
	.in_about .ab_more{
		left: -82px;
		transition: all 0.5s ease 0s;
	}
	.in_about .ab_more a {
	    font-size: 14px;
	    padding: 15px 8px;
		transition: all 0.5s ease 0s;
	}
	.in_about .jiantou a {
	   font-size: 14px;
	   padding: 15px 16px;
	   transition: all 0.5s ease 0s;
	}
	.title_txt h2{
		font-size: 32px;
		transition: all 0.5s ease 0s;
	}
	.title_txt span{
		font-size: 16px;
		transition: all 0.5s ease 0s;
	}
	.in_fanshi{
		padding-top: 0;
		transition: all 0.5s ease 0s;
	}
	.in_fanshi_left{
		width: 98%;
		margin: 0 auto;
		position: relative;
		writing-mode: horizontal-tb;
		transition: all 0.5s ease 0s;
		padding: 40px 0;
	}
	.in_fs_more{
		background: url(../images/in_more_bg2.png) no-repeat bottom left;
		    width: 105px;
		    height: 47px;
		    display: block;
		    position: absolute;
			line-height: 47px;
		    bottom: 0;
			transition: all 0.5s ease 0s;
			right: 0;
	}
	.in_fs_more a{
		writing-mode: horizontal-tb;
		font-size: 14px;
		transition: all 0.5s ease 0s;
	}
	.in_fanshi_right{
		width: 98%;
		transition: all 0.5s ease 0s;
		margin: 0 auto;
		padding-top: 30px;
	}
	
	.in_fanshi_left h2{		
		font-size:18px
		transition: all 0.5s ease 0s;
	}
	.in_fanshi_left p{
		font-size:15px;
		display: block;
		transition: all 0.5s ease 0s;
		padding-top: 20px;
		line-height: 30px;
	}
	.in_anli{
		width: 98%;
		padding-top: 50px;
		justify-content: space-between;
		transition: all 0.5s ease 0s;
	}
	.anli_item:nth-child(3),.anli_item:nth-child(4),.anli_item:nth-child(5){
		width: 49%;
		margin-top: 2%;
		transition: all 0.5s ease 0s;
	}
	.anli_item:nth-child(5){
		width: 100%;
		padding: 15px 0;
		transition: all 0.5s ease 0s;
	}
	.in_news_right .in_news_item{
		width: 100%;
	}
	.in_news_left,.in_news_right{
		width: 98%;
		transition: all 0.5s ease 0s;
	}
	.in_news_cont{
		display: block;
		margin: 0 auto;
		transition: all 0.5s ease 0s;
	}
	.in_news_item_right{
		padding: 20px 20px 20px 0;
		transition: all 0.5s ease 0s;
	}
	.in_news_item .in_news_item_right h2{
		font-size: 17px;
		transition: all 0.5s ease 0s;
	}
	.in_news_item .in_news_item_right{
		align-items: flex-start;
		transition: all 0.5s ease 0s;
	}
	.in_news_item .in_news_item_right p{
		line-height: 26px;
		font-size: 15px;
		transition: all 0.5s ease 0s;
	}
	.ft_lft{
		margin: auto;
		transition: all 0.5s ease 0s;
	}
	.ft_rgt{
		display: none;
		transition: all 0.5s ease 0s;
	}
	.sub_menu {
	    width: 98%;
	    background: url(../images/in_chpin_bg.png) repeat top center;
	    padding: 20px 0;
	    transition: all 1.5s ease 0s;
	}
	.sub_menu a {
	    width: 15.8%;
	    display: block;
	    line-height: 55px;
	    font-size: 15px;
	    color: #fff;
	    text-align: center;
	   background: url(../images/sub_menu_lia.png) no-repeat center center;
	   background-size: 90px;
		transition: all 1.5s ease 0s;
	}
	.sub_menu a:hover,.sub_menu a.active {
	    background: url(../images/sub_menu_liah.png) no-repeat center center;
		background-size: 90px;
		transition: all 1.5s ease 0s;
	}
	.txt_cont_left{
		width: 100%;
		font-size: 15px;
	}
	.about_cont{
		width: 98%;
		padding: 40px 20px 96px 20px;
		transition: all 0.5s ease 0s;
	}
	.txt_cont_rgt {
	    display: none;
	}
	.about_xuanyu {
		background:#fff url(../images/xuanyu_bg.jpg) no-repeat bottom center;
	}
	.about_xuanyu_cont{
		flex-direction: column;
		align-items: center;
	}
	.xuanyu_cont_left {
		width: 60%;
		padding: 80px 0;
	}
	.xuanyu_cont_right {
	    width: 60%;
	    transition: all 0.5s ease 0s;
		padding: 0px 0;
	}
	/* 新闻中心 */
	.news_cont,.chanpin_cont{
		width: 98%;
		transition: all 0.5s ease 0s;
	}
	.new_item{
		width: 100%;
		transition: all 0.5s ease 0s;
		display: flex;
		justify-content: space-between;
		padding-top: 20px;
	}
	
	.new_item_left a img{
		width: 100%;
		transition: all 1.5s ease 0s;
	}
	.new_item_midd .item_rgt{
		padding: 0;
		transition: all 0.5s ease 0s;
	}
	.new_item_midd h2{
		font-size: 20px;
		transition: all 0.5s ease 0s;
	}
	.new_item_midd:hover h2{
		font-size: 18px;
		transition: all 0.5s ease 0s;
	}
	.new_item_midd p{	
			font-size: 14px;
			transition: all 0.5s ease 0s;
	}
	.new_item_rgt{
		font-size: 16px;
		transition: all 0.5s ease 0s;
		width: 100px;
		height: 110px;
	}
	.new_item_midd em{
		display: none;
		transition: all 0.5s ease 0s;
	}
	.chanpin_menu {
	    margin-top: -49px;
	    transition: all 1.5s ease 0s;
	}
	.chanpin_menu a {
	    line-height: 40px;
	    padding: 10px 0;
	    font-size: 16px;
	    transition: all 1.5s ease 0s;
	}
	.chanpin_item_cont{
		width: 100%;
		justify-content: space-between;
	}
	.chanpin_item {
	    width: 48%;
	    background: rgba(255,255,255,.8);
	    margin-top: 3%;
	    position: relative;
	    transition: all 0.2s ease-out;
	    border-radius: 5px;
		margin-right: 0;
	}
	.shlianli_item{
		width: 48%;
		margin-right: 0;
		position: relative;
		transition: all 0.2s ease-out;
	}
	/* 产品详情页 */
	.show_cont{
		flex-wrap: wrap;
		padding: 20px;
		transition: all 1.5s ease 0s;
	}
	.show_cont_left{
		width: 100%;
		transition: all 1.5s ease 0s;
	}
	.show_cont_rgt{
		width: 100%;
		padding-top: 25px;
		transition: all 1.5s ease 0s;
	}
	.show_cont_rgt .title{
		font-size: 28px;
		padding-bottom: 15px;
		transition: all 0.5s ease 0s;
	}
	.show_cont_rgt p{
		line-height: 50px;
		font-size: 20px;
		color: #666;
		transition: all 0.5s ease 0s;
	}
	.show_title{
		font-size: 20px;
		transition: all 0.5s ease 0s;
	}
	.show_bottom{
		flex-wrap: wrap;
		transition: all 1.5s ease 0s;
	}
	.show_bottom_lft{
		width: 98%;
		text-align: left;
		transition: all 0.5s ease 0s;
	}
	.show_bottom_rgt{
		width: 98%;
		text-align: left;
		transition: all 0.5s ease 0s;
		justify-content: flex-start;
	}
	/* 企业文化 */
	.wenhua_item img{
		width: 60px;
		height: 50px;
		transition: all 1.5s ease 0s;
	}
	.wenhua_txt h3 {
	    font-weight: 600;
	    font-size: 20px;
		transition: all 1.5s ease 0s;
	}
	.wenhua_title{
		font-size: 24px;
		position: relative;
		font-weight: 600;
		display: block;
		transition: all 0.5s ease 0s;
	}
	.wenhua_cont{
		padding-top: 70px;
		transition: all 1.5s ease 0s;
	}
	.about_tuandui_cont{
		width: 98%;
		transition: all 1.5s ease 0s;
	}
	.about_tuandui h2{
		font-size: 24px;
		transition: all 1.5s ease 0s;
	}
	.about_gongchang{
		padding-bottom: 80px;
		transition: all 1.5s ease 0s;
	}
	.about_gongchang h2{
		font-size: 24px;
		transition: all 1.5s ease 0s;
	}
	.about_cont_z{
		padding-bottom:0;
		transition: all 1.5s ease 0s;
	}
	.gc_gaik_cont{
		width: 90%;
		transition: all 1.5s ease 0s;
	}
	.gaik_txt,.rongyu_cont{
		width: 98%;
		transition: all 0.5s ease 0s;
	}
	.rongyu_item_cont {
	    width: 100%;
	    justify-content: space-between;
	}
	.rongyu_item {
	    width: 48%;
	    background: rgba(255,255,255,.8);
	    margin-top: 3%;
	    position: relative;
	    transition: all 0.2s ease-out;
	    border-radius: 5px;
	    margin-right: 0;
	}
	.jm_tixi_title {
		    width: 45%;
		    height: 50px;
		    line-height: 50px;	   
		    border-radius: 50px;
		    font-size: 18px;
			transition: all 1.5s ease 0s;
	}
	.jm_tixi_title img{
		padding-right: 10px;
		transition: all 1.5s ease 0s;
	}
	.lianxi_tit{
		font-size: 19px;
	}
	.lianxi_txt{
		display: block;
		width: 100%;
	}
	.job_tit{
		display: block;
	}
	.lianxi_rgt{
		padding-top: 40px;
	}
	.shouhou_cont{
		width: 90%;
		transition: all 0.5s ease 0s;
		padding: 0px 0;
	}
}
@media only screen and (max-width: 558px) {
	.liuyan_item_li{
		width: 100%;
		padding-bottom: 10px;
	}
	.liuyan_item_cont{
		flex-wrap:wrap ;
	}
	.lianxi_liuyan{
		padding: 40px 10px;
	}
	.about_gongchang h2{
		font-size:30px;
	}
	.swiper-slide {
	  font-size: 14px;
	}
	#slider .txt_cont{
		margin-top: -16px;
	}
	#slider .txt_cont h2{
		font-size: 20px;
		transition: all 0.5s ease 0s;
	}
	#slider .txt_cont h3{
		font-size: 14px;
		text-transform: uppercase;
		transition: all 0.5s ease 0s;
	}
	#slider .txt_cont i{
		font-size: 30px;
		color: #d12324;
		transition: all 0.5s ease 0s;
	}
	.in_about{
		padding-top: 40px;
	}
	.setion01{
		padding: 40px 0;
		transition: all 0.5s ease 0s;
	}
	.in_about{
		width: 98%;
		flex-wrap: wrap;
		transition: all 0.5s ease 0s;
	}
	.in_about_cont{
		width: 100%;
		transition: all 0.5s ease 0s;
		display: none;
	}	
	.in_about_cont02{
		display: block;
		width: 100%;
		transition: all 0.5s ease 0s;
		font-size: 14px;
	}
	.in_about .ab_more {
		display: none;
		transition: all 0.5s ease 0s;
	}
	.in_about .in_about_bg{
		width: 100%;
		left: 0;
		transition: all 0.5s ease 0s;
	}
	.in_about .ab_more a {
	    font-size: 14px;
	    padding: 15px 16px;
		transition: all 0.5s ease 0s;
	}
	.in_about .jiantou a {
	   font-size: 14px;
	   padding: 15px 16px;
	   transition: all 0.5s ease 0s;
	}
	.about_shipin_cont{
		margin-top:-602px;
	}
	.title_txt h2{
		font-size: 24px;
		transition: all 0.5s ease 0s;
	}
	.title_txt span{
		font-size: 16px;
		transition: all 0.5s ease 0s;
		left: -14px;
	}
	.in_about .in_about_li{
		height:calc(100% - 292px);
		transition: all 0.5s ease 0s;
	}
	.product-number-info li::after{
		content: " ";
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -30px;
		width: 1px;
		height: 60px;
		background: transparent;
	}
	.product-number-info li p {
	    font-size: 15px;
	    transition: all .5s linear;
	}
	.in_fanshi{
		padding-top: 0;
	}
	.in_fanshi_left{
		width: 98%;
		margin: 0 auto;
		position: relative;
		writing-mode: horizontal-tb;
		transition: all 0.5s ease 0s;
		padding: 40px 0;
	}
	.in_fs_more{
		background: url(../images/in_more_bg2.png) no-repeat bottom left;
		    width: 105px;
		    height: 47px;
		    display: block;
		    position: absolute;
			line-height: 47px;
		    bottom: 0;
			transition: all 0.5s ease 0s;
			right: 0;
	}
	.in_fs_more a{
		writing-mode: horizontal-tb;
		
		font-size: 14px;
		transition: all 0.5s ease 0s;
	}
	.in_fanshi_right{
		width: 98%;
		transition: all 0.5s ease 0s;
		margin: 0 auto;
		padding-top: 30px;
	}
	
	.in_fanshi_left h2{		
		font-size:18px
		transition: all 0.5s ease 0s;
	}
	.in_fanshi_left p{
		font-size:15px;
		display: block;
		transition: all 0.5s ease 0s;
		padding-top: 20px;
		line-height: 30px;
	}
	.in_anli{
		width: 98%;
		padding-top: 50px;
		justify-content: space-between;
		transition: all 0.5s ease 0s;
	}
	.anli_item:nth-child(3),.anli_item:nth-child(4),.anli_item:nth-child(5){
		width: 49%;
		margin-top: 2%;
		transition: all 0.5s ease 0s;
	}
	.anli_item:nth-child(5){
		width: 100%;
		padding: 15px 0;
		transition: all 0.5s ease 0s;
	}
	.in_news_right .in_news_item{
		width: 100%;
	}
	.in_news_left,.in_news_right{
		width: 98%;
		transition: all 0.5s ease 0s;
	}
	.in_news_cont{
		display: block;
		margin: 0 auto;
		transition: all 0.5s ease 0s;
	}
	.in_news_item_right{
		padding: 20px 20px 20px 0;
		transition: all 0.5s ease 0s;
	}
	.in_news_item .in_news_item_right h2{
		font-size: 17px;
		transition: all 0.5s ease 0s;
	}
	.in_news_item .in_news_item_right{
		align-items: flex-start;
		transition: all 0.5s ease 0s;
	}
	.in_news_item .in_news_item_right p{
		line-height: 26px;
		font-size: 15px;
		transition: all 0.5s ease 0s;
	}
	.chanpin_menu{
		margin-top: 0;
		transition: all 1.5s ease 0s;
	}
	.chanpin_menu a {
	    line-height: 32px;
	    padding: 10px 0;
	    font-size: 16px;
	    transition: all 1.5s ease 0s;
	}
	.footer{
		width: 100%;
	}
	.ft_lft{
		margin: auto;
		transition: all 0.5s ease 0s;
		flex-wrap: wrap;
		justify-content: center;
	}
	.ft_lft .fm_cont{
		padding-top: 30px;
		transition: all 0.5s ease 0s;
		padding-left: 0;
	}
	.ft_rgt{
		display: none;
		transition: all 0.5s ease 0s;
	}
	.sub_menu {
	    width: 100%;
	    background: url(../images/in_chpin_bg.png) repeat top center;
	    padding: 20px 0;
	    transition: all 1.5s ease 0s;
		flex-wrap: wrap;
		margin-top: 0;
		border-radius: 0;
	}
	.sub_menu a {
	    width: 30.33%;
	    display: block;
	    line-height: 55px;
	    font-size: 15px;
	    color: #fff;
	    text-align: center;
	   background: url(../images/sub_menu_lia.png) no-repeat center center;
	   background-size: 120px;
		transition: all 1.5s ease 0s;
	}
	.sub_menu a:hover, .sub_menu a.active{
	    background: url(../images/sub_menu_liah.png) no-repeat center center;
		transition: all 1.5s ease 0s;
		background-size: 120px;
	}
	.txt_cont_left{
		width: 100%;
		font-size: 15px;
	}
	.about_cont_z {
	    width: 100%;
	    background:#F7F7F7 url(../images/sub_bg.png) no-repeat 0 69px;
	    background-size: 100%;
	}
	.about_cont{
		width: 98%;
		padding: 40px 20px 66px 20px;
		transition: all 0.5s ease 0s;
	}
	.about_cont h2{
		font-size: 28px;
	}
	.txt_cont_rgt {
	    display: none;
	}
	.about_xuanyu {
		background:#fff url(../images/xuanyu_bg.jpg) no-repeat bottom center;
	}
	.about_xuanyu_cont{
		flex-direction: column;
		align-items: center;
		transition: all 0.5s ease 0s;
	}
	.xuanyu_cont_left {
		 width: 80%;
		padding: 80px 0;
		 transition: all 0.5s ease 0s;
	}
	.xuanyu_cont_right {
	    width: 80%;
	    transition: all 0.5s ease 0s;
		padding: 0px 0;
	}
	/* 新闻中心 */
	.news_cont{
		width: 98%;
		transition: all 0.5s ease 0s;
	}
	.new_item{
		width: 100%;
		transition: all 0.5s ease 0s;
		display: flex;
		justify-content: space-between;
		padding-top: 20px;
	}
	.new_item_left a img{
		width: 100%;
		transition: all 1.5s ease 0s;
	}
	.new_item_midd .item_rgt{
		padding:0;
		transition: all 0.5s ease 0s;
	}
	.new_item_midd .item_rgt a{
		padding: 0 10px;
	}
	.new_item_midd h2{
		font-size: 18px;
		transition: all 0.5s ease 0s;
	}
	.new_item_midd:hover h2{
		font-size: 18px;
		transition: all 0.5s ease 0s;
	}
	.new_item_midd p{	
			font-size: 14px;
			transition: all 0.5s ease 0s;
	}
	.new_item_rgt{
		font-size: 16px;
		transition: all 0.5s ease 0s;
		width: 90px;
		height: 100px;
	}
	.new_item_rgt strong{
		font-size: 18px;
		transition: all 1.5s ease 0s;
	}
	.new_item_midd em{
		display: none;
		transition: all 0.5s ease 0s;
	}
	.chanpin_cont{
		width: 98%;
	}
	.chanpin_item_cont{
		width: 100%;
		justify-content: space-between;
	}
	.chanpin_item {
	    width: 48%;
	    background: rgba(255,255,255,.8);
	    margin-top: 3%;
	    position: relative;
	    transition: all 0.2s ease-out;
	    border-radius: 5px;
		margin-right: 0;
	}
	.shlianli_item{
		width: 48%;
		margin-right: 0;
		position: relative;
		transition: all 0.2s ease-out;
	}
	.chanpin_item .more_cont a{
		padding: 20px 0;
		transition: all 1.5s ease 0s;
	}
	.chanpin_item .more_cont p{
		line-height: 20px;
		font-size: 12px;
		padding: 0 10px;
		transition: all 1.5s ease 0s;
	}
	/* 产品详情页 */
	.show_cont{
		flex-wrap: wrap;
		padding: 20px;
		transition: all 1.5s ease 0s;
	}
	.show_cont_left{
		width: 100%;
		transition: all 1.5s ease 0s;
	}
	.show_cont_rgt{
		width: 100%;
		transition: all 1.5s ease 0s;
	}
	.show_cont_rgt .title{
		font-size: 28px;
		padding-bottom: 12px;
	}
	.show_cont_rgt p{
		line-height: 50px;
		font-size: 18px;
	}
	.show_title{
		font-size: 20px;
		transition: all 0.5s ease 0s;
	}
	.xw_show_cont{
		width: 90%;
		transition: all 0.5s ease 0s;
	}
	.show_bottom{
		flex-wrap: wrap;
	}
	.show_bottom_lft{
		width: 98%;
		text-align: left;
		transition: all 1.5s ease 0s;
	}
	.show_bottom_rgt{
		width: 98%;
		text-align: left;
		transition: all 1.5s ease 0s;
		justify-content: flex-start;
	}
	/* 企业文化 */
	.wenhua_item img{
		width: 60px;
		height: 50px;
		transition: all 1.5s ease 0s;
	}
	.wenhua_txt h3 {
	    font-weight: 600;
	    font-size: 20px;
		transition: all 1.5s ease 0s;
	}
	.wenhua_title{
		font-size: 24px;
		position: relative;
		font-weight: 600;
		display: block;
		transition: all 0.5s ease 0s;
	}
	.wenhua_cont{
		padding-top: 40px;
		transition: all 1.5s ease 0s;
	}
	.about_tuandui_cont{
		width: 98%;
		transition: all 1.5s ease 0s;
	}
	.about_tuandui h2{
		font-size: 24px;
		transition: all 1.5s ease 0s;
	}
	.about_cont_z{
		padding-bottom:0;
		transition: all 1.5s ease 0s;
	}
	.gc_gaik_cont{
		width: 90%;
		transition: all 1.5s ease 0s;
	}
	.gaik_txt,.rongyu_cont{
		width: 98%;
		transition: all 1.5s ease 0s;
	}
	.rongyu_item_cont {
	    width: 100%;
	    justify-content: space-between;
	}
	.rongyu_item {
	    width: 48%;
	    background: rgba(255,255,255,.8);
	    margin-top: 3%;
	    position: relative;
	    transition: all 0.2s ease-out;
	    border-radius: 5px;
	    margin-right: 0;
	}
	.fazhan_tit{
		font-size: 32px;
		transition: all 1.5s ease 0s;
	}
	.time-axis:before{
		left: 148px;
	}
	.time-axis-date strong{
		font-size: 20px;
	}
	.fazhan_title{
		font-size: 20px;
	}
	.time-axis-item,.time-ul li{
		padding-left: 190px;
	}
	.time-ul li{
		background-position: 140px 8px;
	}
	.jm_tixi_title {
		width: 50%;
		height: 50px;
		line-height: 50px;	   
		border-radius: 50px;
		font-size: 17px;
		transition: all 1.5s ease 0s;
	}
	.jm_tixi_title img{
		width: 28px;
		height: 22px;
		padding-right: 10px;
		transition: all 1.5s ease 0s;
	}
	.guji_tixi_title{
		width: 62%;
	}
	.tixi_item_cont{
		padding: 30px 20px;
		transition: all 1.5s ease 0s;
	}
	.lianxi_cont {
	    padding: 40px 10px;
		transition: all 1.5s ease 0s;
	}
	.lianxi_tit{
		font-size: 18px;
		line-height: 30px;
		transition: all 1.5s ease 0s;
	}
	.lianxi_txt{
		display: block;
		width: 100%;
		transition: all 1.5s ease 0s;
	}
	.job_tit{
		display: block;
	}
	.job_gangwei{		
		margin-top: 40px;
		transition: all 1.5s ease 0s;
	}
	.lianxi_rgt{
		padding-top: 40px;
	}
	.shouhou_cont{
		width: 90%;
		transition: all 0.5s ease 0s;
		padding: 0px 0;
	}
	.foot_bottom{
		line-height: 30px;
		padding: 10px 0;
	}
	.foot_bottom span{
		width: 100%;
		display: inline-block;
	}
}

/* 数字变化 */

.product-number-info {
   width: 100%;
    position: relative;
}
.product-number-info .product-number-inner {
    width: 100%;
    margin: 0 auto;
}
.product-number-info ul {
    padding: 85px 0;
	display: flex;
	justify-content: space-between;
}
.q {
	zoom: 1;
}
.product-number-info li {
    width: 25%;
    padding-top: 1px;
	display: flex;
	flex-direction: column;
	padding-left: 7%;
}
.product-number-info li b {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 60px;
    line-height: 1;
    display:flex;
    position: relative;
    margin: 15px 0 0;
	font-weight:normal;
	color: #D01818;
}
.product-number-info li p {
    font-size: 30px;
	color: #222;
	transition: all .8s linear;
}
.product-number-info li b i {
    font-style: normal;
}
.product-number-info li b sup {
    position: relative;
    font-size: 20px;
    top: -3px;
}
.product-number-info li b em {
    font-style: normal;
    font-size: 28px;
    padding-left: 2px;
    position: relative;
    top: 28px;
	transition: all .8s linear;
}
.product-number-info li.li-5 {
    text-align: right;
}
@media screen and (max-width:1200px) {
	.home_cont{
		width: 90%;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		height: 100%;
	}
	.home_logo img{
		width: 80%;
		padding-top:55%;
		transition: all .5s linear;
	}
	.home_txt img{
		width: 60%;
		padding-top:15%;
		transition: all .5s linear;
	}
	.product-number-info ul{
		padding:50px 0;
		transition: all .5s linear;
	}
	.product-number-info li b {
	    font-size: 40px;
	}
	.product-number-info li b em{
		font-style: normal;
		font-size: 22px;
		padding-left: 2px;
		position: relative;
		top: 14px;
	}
	.product-number-info li p{
		font-size: 22px;
	}
}
@media screen and (max-width:756px) {
	.home_cont{
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		height: 100%;
	}
	.home_logo img{
		width: 80%;
		padding-top:55%;
		transition: all .5s linear;
	}
	.home_txt img{
		width: 60%;
		padding-top:15%;
		transition: all .5s linear;
	}
	.product-number-info ul{
		padding:50px 0;
		transition: all .5s linear;
		flex-wrap: wrap;
		justify-content: center;
	}
	.product-number-info li{
		width: 43%;
	}
	.product-number-info li b {
	    font-size: 40px;
	}
	.product-number-info li b em{
		font-style: normal;
		font-size: 22px;
		padding-left: 2px;
		position: relative;
		top: 14px;
		transition: all .5s linear;
	}
	.product-number-info li p{
		font-size: 17px;
		transition: all .5s linear;
	}
}