@charset "utf-8";

*{
	margin: 0;
	padding: 0;
	list-style:none;
	font-size: 16px;
	color: #333;
	box-sizing: border-box;
}
header,section,footer,div,h1,h2,h3,h4,h5,h6,p,table,ul,li,ol,{
	margin: 0 auto;
	padding: 0 0;
}
img{
	border: none;
	vertical-align: middle;
	max-width: 100%;
}
table{
	border-collapse: collapse;
}
button,input,textarea,select{
	font-size: 100%;
}
button,input,textarea,select,option,optgroup{
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

address,cite,dfn,em,var{
	font-style: normal;
}
a{
	text-decoration: none;
	transition: 0s;
}
a:hover{
	text-decoration: none;
}
.clear{
	clear: both;
}

/*开始*/
html body{
	margin:  auto;
	max-width:1920px;
	min-width: 320px;
	font-size: 100%;
	font-family: "微软雅黑","Microsoft YaHei","SimSun","宋体";
	background: #fff;
}
.max_width_12{
	max-width: 1200px;
	margin: 0 auto;
}
/*头部*/
/*=================公共头部样式           开始==========================*/
header nav{
	background: #fefefd;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
}
header .hea{
	background:url(../images/top_bg.jpg) center center repeat;
}

.h_logo{
	display: block;
	padding:10px;
}
.h_logo img{
	display: block;
	max-width: 67%
}

header .h{
	display: flex;
	justify-content: space-between;
	padding-top: 16px;
	padding-bottom: 16px;
}
header .h .tel{
	display: block;
	font-size: 30px;
}
header .tel img,header .tel h1{
   display: inline-block;
	vertical-align: middle
}
header .tel img{
	max-width: 20%;
    padding-top: 20px;
    margin-right: 20px;
}
header .tel h1{
	font-size: 20px;
	margin: 0;
	color: #f28d01;
}
header .tel span{
	display: inline;
	color: #8b8b8b;
	font-size: 12px;
	font-weight: normal;
}
.nav{
	position: relative;
	background: #218adb;
}
.h-nav{
	display: flex;
	justify-content: space-between;
}
.nav-list{
    justify-content: space-between;
   width: 85%;
	display: none;
}
.pc-nav{
	justify-content: space-between;
	width: 100%;
	display: flex;
	text-align: center;
	margin: 0;
}
.h-nav .pc-nav li{
    
	color: #ffffff;
}
.h-nav dl dd{
	display: none;
}
.h-nav dt,
.h-nav .pc-nav li{
	position: relative;
	display: inline-block;
}
.h-nav .pc-nav li a{
	display: inline-block;
	padding: 15px 56px;
	text-decoration-line: none;
	font-size: 14px;
	color: #fff;
	line-height: 15px
}
.h-nav .pc-nav li.active a{
	color: #fff;
	background: #f28d01;
	font-size: 16px;
	font-weight: bold;
	text-decoration-line: none;
	border-bottom:5px solid #a46206;
}
.h-nav .pc-nav li:hover{
	color: #fff;
	background: #f28d01;
	font-size: 18px;
	font-weight: bold;
	text-decoration-line: none;
	border-bottom:5px solid #a46206;
}
.h-nav .pc-nav li.active a:hover{
	border-bottom:none;
}
.h-nav dt.active a{
	color: #333;
	display: inline-block;
}
.h-nav dt a:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	opacity: 0;
	width: 0;
	height: 40px;
	background: url("../images/click-nav.png") no-repeat center 18px;
	transform: translateX(-50%) scale(0,1);
	transition: .3s all ease;
}
.h-nav dt:hover a{
	color:#333333;
	transition: all ease .3s;
}

.h-nav dt:hover a:before,
.h-nav .pc-nav li:hover a:before{
	transform: translateX(-50%) scale(1,1);
	width: 42px;
	opacity: 1;
}
.h-nav dt.active a:before,
.h-nav .pc-nav li.active a:before{
	transform: translateX(-50%) scale(1,1);
	width: 42px;
	opacity: 1;
}
.function-button{
	display:none;
}
.function-button a{
	display: block;
	width: 44px;
	height: 44px;
	margin: 0 20px;
}
.function-button .menu{
	background: url("../images/menu.png") no-repeat center center;
	background-size: contain;
    transition: .3s ease all;
    transform: rotateZ(0deg);
}
.function-button .menu.active{
    transform: rotateZ(90deg);
	background: url("../images/close.png") no-repeat center center;
    background-size: contain;
}

.function-button .select{
	background: url("../images/select.png") no-repeat center center;
	background-size: contain;
}

.banner{
   margin-top: 160px
}
.banner2{
	display: none;
}
.banner .swiper-pagination.h1{
	bottom: 20px;
}
.banner .swiper-pagination-bullet,
.banner2 .swiper-pagination-bullet{
	background: transparent;
	border: 1px solid #fff;
	width: 20px;
	height: 20px;
	color: #fff;
	opacity: 1	;
	text-align: center;
	line-height: 20px;

}
.banner  .swiper-pagination-bullet-active,
.banner2  .swiper-pagination-bullet-active{
	background: #f28d01;
	border: none;
}/*
.head-bg{
	margin-top: 151px;
}
.head-bg .pic{
	height: 700px;
	width: 100%;
	position: relative;
}
.head-bg .pic2{
	width: 100%;
    position: relative;
	display: none;
}
.head-bg  .pic img,
.head-bg  .pic2 img{
	display: block;
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.head-bg .txt{
	position: absolute;
	top:250px ;
	text-align: center;
	z-index: 9;
	width: 100%;
}
.head-bg .txt h1{
	font-size: 80px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 30px;
}
.head-bg .txt p{
	color: #1d1d1d;
	font-size: 30px;
}

.head-bg .go-down{
	position: absolute;
	display: block;
	height: 48px;
	width: 48px;
	border-radius: 50%;
	border: 1px solid #332c2b;
	background: url("../images/down.png") #fff no-repeat center center;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 5;
}
*/
/*当前位置
.u-pos{
	color: #494747;
	margin-bottom: 48px;
	font-size: 14px;
}
.u-pos p{
	padding-left: 22px;
	background: url("../images/position.png") no-repeat left center;
	margin-top: 20px;
	line-height: 2;
}
.u-pos p a{
	display: inline;
	color: #494747;
	font-size: 14px;
}
*/

/*=================公共头部样式           结束============================*/




/*=================首页样式              ===========================*/
/*首页数字滚动插件样式*/
.slide1{
	background: #fff;
	padding: 50px 0;
}
.counter_list{
	margin: 15px auto;
	display: flex;
	background: #fff;
	margin-bottom: 0;
	text-align: center;
	border-top: 2px solid #f6f6f6;
	border-bottom: 2px solid #f6f6f6;
}
.wan{
	display: inline;
}
.counter_item:nth-of-type(3)  .counter{
	position: relative;
}
.counter_item:nth-of-type(3)  .counter:after{
	content: "";
	font-size: 16px;
	color: #494747;
	font-weight: normal;
}
.counter_item{
	display: block;
	background: #FFFFFF;
	width: 25%;
	position: relative;
}

.counter_item:before{
	content: "";
	height: 60px;
	width: 1px;
	background: #d0d0d0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.counter_item:last-of-type:before{
	display: none;
}
.counter {
	font-size: 70px;
	font-weight: 600;
	color: #f28d01;
}
.int{
	background: #fff;
	display: flex;
}
.int .txt{
	width: 52%;
	padding: 30px 30px 36px 40px;
	position: relative;
}
.int .txt h1{
	position: absolute;
	left: -6%;
	top: 0;
	color: #999;
	font-size: 100px;
	font-weight: bold;
	margin-bottom: 10px;
	opacity: 0.05;
}
.int .txt h2{
	color: #333;
	margin-top:52px;
	margin-bottom: -9px;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: bold;
}
.int .txt h3{
	color: #999;
	font-size: 20px;
	position:relative;
}
.int .txt h3:after{
	content: '';
	position: absolute;
	left:0;
	bottom:-10px;
	width: 45px;
	border: 1px solid #176ef5;
	background: #176ef5;
}
.int .txt>p{
	color: #494747;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 30px;
	text-align: justify;
	margin-top: 30px;
}

.int .txt .more{
	display: block;
	color: #494747;
	font-size:14px ;
	background: #176ef5;
	border-bottom: 2px solid #022355;
	width: 90px;
	margin-top: 50px;
	position: relative;
	transition: .3s ease all;
	text-align: center;
	line-height: 30px;
	color: #fff

}
.int .txt .more:hover{
	color:#aabf88 ;
}
.int .txt .more:before{
	content: "";
	background: #aabf88;
	bottom: 0;
	left: 0;
	width: 0;
	position: absolute;
	transition: .3s ease all;
	height: 1px;
}
.int .txt .more:hover:before{
	width: 100%;
}
.int .pic{
	width: 48%;
	z-index: 99;
}
.int .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slide2{
	padding-bottom: 26px;
	background: url(../images/honner_bg.jpg) #2188da top center no-repeat;
	background-size: cover
}
.slide2 .tit{
	margin-bottom: 30px;
}
.slide2 .tit h1{
	color: #333;
	font-size: 100px;
	font-weight: bold;
	opacity: 0.06;
	text-align: center;
	padding-top: 60px
}
.slide2 .f{
	text-align: center;
	width: 50%;
	margin:-116px auto 0;
}
.slide2 .f h2{
	color: #fff;
	margin-top:52px;
	margin-bottom: -9px;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: bold;
}
.slide2 .f h3{
	color: #999;
	font-size: 12px;
	position:relative;
	width: 220px;
	margin:15px auto 0;
}
.slide2 .f h3:before{
	content: '';
	position: absolute;
	top: 50%;
	left:0;
	width: 45px;
	height:1px;
	border: 1px solid #999;
	background: #999;
}
.slide2 .f h3:after{
	content: '';
	position: absolute;
	top: 50%;
	right:0;
	width: 45px;
	height:1px;
	border: 1px solid #999;
	background: #999;
}
.slide2 .pro-type{
	width: 100%;
	display: flex
}
.slide2 .pro-type .txt{
	width: 40%;
	margin-top: 30px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.slide2 .pro-type .txt .bor_box{
	width: 83%;
}
.slide2 .pro-type .txt h1{
	color: #f1fe1a;
	font-size: 36px;
	font-weight: bold
}
.slide2 .pro-type .txt h2{
	color: #ffffff;
	font-size: 16px;
	margin:0;
}
.slide2 .pro-type .txt p{
	color: #fff;
}
.slide2 .pro-type .txt .bord{
	border: 1px solid #fff;
	border-radius: 2px;
	padding: 5px 8px;
	color:#fff;
	font-size: 22px;
	text-align: center;
	margin: 30px 0;
	width: 100%
}
.slide2 .pro-type .pic{
	width: 65%
}
.slide2 .pro-type ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	flex-wrap: wrap;
}
.slide2 .pro-type li{
	width: 33.33%;
	display: block;
	transition: .5s;
	text-align: center
}
.slide2 .pro-type li img{
	display: block;
	border: 1px solid #fff;
	border-radius:5px;
	padding: 12px
}
.slide2 .pro-type li p{
	margin-top: 10px;
	font-size: 14px
}
.slide2 .pro-type .telphone{
	color: #f1fe1a;
	font-size: 30px;
	align-items: center;
	width: 100%;
	margin:0 auto 30px;
}
.slide2 .pro-type .telphone span{
	color: #fff;
	font-size: 16px;
	margin: 0 5px
}

.slide3{
	width:100%;
	margin-bottom: 30px
}
.slide3 .tit{
	margin-bottom: 30px;
}
.slide3 .tit h1{
	color: #999;
	font-size: 100px;
	font-weight: bold;
	opacity: 0.05;
	text-align: center;
}
.slide3 .f{
	text-align: center;
	margin:-116px auto 0;
}
.slide3 .f h2{
	color: #333;
	margin-top:52px;
	margin-bottom: -9px;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: bold;
}
.slide3 .f h3{
	color: #999;
	font-size: 12px;
	position:relative;
	width: 335px;
	margin:15px auto 0;
}
.slide3 .f h3:before{
	content: '';
	position: absolute;
	top: 50%;
	left:0;
	width: 45px;
	height:1px;
	border: 1px solid #999;
	background: #999;
}
.slide3 .f h3:after{
	content: '';
	position: absolute;
	top: 50%;
	right:0;
	width: 45px;
	height:1px;
	border: 1px solid #999;
	background: #999;
}
.slide3 .pro-type{
	width: 100%;
	display: flex
}
.slide3 .pro-type .pro_pic_big{
	width: 48%;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 2px 6px #e1e1e1;
    margin-right: 30px;
    position: relative;
}
.slide3 .pro-type .pro_pic_big .link_pro,.slide3 .pro-type .pro_pic_small li .link_pro{
	display: block;
}
.slide3 .pro-type .pro_pic_big .link_pro .pro_logo,.slide3 .pro-type .pro_pic_small li .link_pro .pro_logo{
	max-width: 30%;
	margin-top: 15px;
	margin-left: 15px;
}
.slide3 .pro-type .pro_pic_big .link_pro .pro_first{
	max-width: 78%;
	margin:0 auto;
	display: block;
}
.slide3 .pro-type .pro_pic_big .link_pro p{
	font-size:16px;
	background:#0093d8;
	border-radius: 20px 20px 10px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color:#fff;
	margin-bottom: 0
}
.slide3 .pro-type .pro_pic_small{
	width: 50%;
	display: flex
}
.slide3 .pro-type .pro_pic_small li{
	width: 45%;
	display: inline-block;
    position: relative;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 2px 6px #e1e1e1;
}
.slide3 .pro-type .pro_pic_small li .link_pro p{
	font-size:14px;
	background:#0093d8;
	border-radius: 15px 15px 10px 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color:#fff;
	margin-bottom: 0
}
.slide3 .pro-type .pro_pic_small li:nth-of-type(odd){
 	margin-right: 20px;
}
.slide3 .pro-type .pro_pic_small li:nth-of-type(1),.slide3 .pro-type .pro_pic_small li:nth-of-type(2){
 	margin-bottom: 20px;
}
.slide3 .pro-type .pro_pic_small li a .pro_first{
	max-width: 78%;
	margin:0 auto 30px;
	display: block;
}
.slide3 .pro-type .pro_pic_small li a .pro_first img{
	width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: .5s;
}
.slide3 .pro-type .pro_pic_block{
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-radius:10px;
	background-color: rgba(0, 0, 0, .7);
	z-index: 10;
	opacity: 0;
	transition: 0.45s;
}

.slide3 .pro-type .pro_pic_block p{
	font-size: 14px;
	color: #fff;
	position: relative;
	padding-bottom: 12px;
	margin-top: 40px;
}

.slide3 .pro-type .pro_pic_block p::before{
	position: absolute;
	content: '';
	width: 100%;
	bottom: 0px;
	left: 0px;
	height: 6px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.slide3 .pro-type .pro_pic_big:hover .pro_pic_block,
.slide3 .pro-type .pro_pic_small li:hover .pro_pic_block{opacity: 1;}

.slide4{
	padding-bottom: 26px;
	background: url(../images/environment_bg.jpg) #2188da top center no-repeat;
	background-size: cover
}
.slide4 .tit{
	margin-bottom: 30px;
}
.slide4 .tit h1{
	color: #333;
	font-size: 100px;
	font-weight: bold;
	opacity: 0.06;
	text-align: center;
	padding-top:30px
}
.slide4 .f{
	text-align: center;
	margin:-116px auto 0;
}
.slide4 .f h2{
	color: #fff;
	margin-top:52px;
	margin-bottom: -9px;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: bold;
}
.slide4 .f h3{
	color: #999;
	font-size: 12px;
	position:relative;
	width: 280px;
	margin:15px auto 0;
}
.slide4 .f h3:before{
	content: '';
	position: absolute;
	top: 50%;
	left:0;
	width: 45px;
	height:1px;
	border: 1px solid #999;
	background: #999;
}
.slide4 .f h3:after{
	content: '';
	position: absolute;
	top: 50%;
	right:0;
	width: 45px;
	height:1px;
	border: 1px solid #999;
	background: #999;
}
.slide4 .pro-type{
	width: 100%;
	display: flex
}
.slide4 .pro-type .fac_ban,.slide4 .pro-type .fac_ban2{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slide4 .pro-type .fac_ban2 {
	display: none;
}
.slide4 .pro-type .fac_ban .swiper-container{
	width:100%;
	height:100%;
}
.slide4 .pro-type .fac_ban .swiper-slide{
      text-align: center;
      font-size: 18px;
      background: #fff;
      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;
}
.slide4 .pro-type .fac_ban .swiper-pagination,.slide4 .pro-type .fac_ban2 .swiper-pagination{
	position: initial;
	margin: 15px 0;
}
.slide4 .pro-type .fac_ban2 .swiper-pagination{
	margin:15px auto;
}
.slide4 .pro-type .fac_ban .swiper-container .swiper-pagination-bullet {
    width: 15px;
    height:15px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .2;
}
.slide4 .pro-type .fac_ban .swiper-container .swiper-pagination-bullet-active {
    opacity: 1;
    background: #f28d01;
}
.slide4 .pro-type .fac_ban2 .swiper-container .swiper-pagination-bullet-active {
    opacity: 1;
    background: #f28d01;
}
.slide5{
	padding-bottom: 26px;
	background:url(../images/point_bg.jpg) top center repeat;
}
.slide5 .tit{
	margin-bottom: 30px;
}
.slide5 .tit h1{
	color: #999;
	font-size: 100px;
	font-weight: bold;
	opacity: 0.05;
	text-align: center;
	padding-top:30px;
	margin-top: 0
}
.slide5 .f{
	text-align: center;
	margin:-116px auto 0;
}
.slide5 .f h2{
	color: #333;
	margin-top:52px;
	margin-bottom: -9px;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: bold;
}
.slide5 .f h3{
	color: #999;
	font-size: 12px;
	position:relative;
	width: 280px;
	margin:15px auto 0;
}
.slide5 .f h3:before{
	content: '';
	position: absolute;
	top: 50%;
	left:0;
	width: 45px;
	height:1px;
	border: 1px solid #999;
	background: #999;
}
.slide5 .f h3:after{
	content: '';
	position: absolute;
	top: 50%;
	right:0;
	width: 45px;
	height:1px;
	border: 1px solid #999;
	background: #999;
}
.slide5 .pro-type{
	width: 100%;
	display: flex
}
.slide5 .pro-type .new_pic_big{
	display: flex;
	flex-direction: column;
	width: 48%;
	height: 100%;
	margin-right: 20px;
	background:#fff;
	overflow: hidden;
}
.slide5 .pro-type .new_pic_big img{
	transition: .5s;
	width: 100%;
}
.slide5 .pro-type .new_pic_big a dl{
	display: flex;
	flex-direction: row;
	padding: 20px 20px 0;
}
.slide5 .pro-type .new_pic_big a dl dd,.slide5 .pro-type .new_pic_small a dl dd{
	width: 100%;
	overflow: hidden;
}
.slide5 .pro-type .new_pic_big a dl dt,.slide5 .pro-type .new_pic_small a dl dt{
	font-size:16px;
	text-align:center;
	border-right: 1px solid #d0d0d0;
	padding-right: 30px;
	margin-right: 30px
}
.slide5 .pro-type .new_pic_big a dl dt span,.slide5 .pro-type .new_pic_small a dl dt span{
	display: block;
	font-size: 36px;
	color: #333;
	font-weight: bold;
}
.slide5 .pro-type .new_pic_big a dl dd h3,.slide5 .pro-type .new_pic_small a dl dd h3{
	font-size:16px;
	color: #333;
	margin-top: 10px;
	font-weight: bold
}
.slide5 .pro-type .new_pic_big a dl dd p,.slide5 .pro-type .new_pic_small a dl dd p{
	font-size:14px;
	color: #999999;
	line-height: 1.5;
    transition: .3s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}
.slide5 .pro-type .new_pic_big a:hover dl dd h3,.slide5 .pro-type .new_pic_small a:hover dl dd h3{
	color: #f28d01;
}
.slide5 .pro-type .new_pic_big:hover{
	border-bottom: 3px solid #f28d01;
	transition: .5s;
}
.slide5 .pro-type .new_pic_big:hover img{
	transform: scale(1,1);
}
.slide5 .pro-type .new_pic_small{
	display: flex;
	flex-direction: column;
	width: 48%;
	overflow: hidden;
}
.slide5 .pro-type .new_pic_small a{
	display: block;
	background:#fff;
	margin-bottom: 20px;
	border-bottom: 3px solid #999;
}
.slide5 .pro-type .new_pic_small a dl{
	display: flex;
	flex-direction: row;
	padding: 20px 20px 0;
}
.slide5 .pro-type .new_pic_small a:hover{
	border-bottom: 3px solid #f28d01;
	transition: .5s;
}

	/*=================公共尾样式           开始===========================*/
footer{
	background:#333;
	background-size: cover;
	padding-top: 30px;
}
.msg-nav{
    position: fixed;
    right: 20px;
    top: 50%;
    z-index: 88;
}
.msg-nav a{
    display: block;
    width: 68px;
    height: 62px;
    padding-top: 38px;
    margin-bottom: 2px;
	text-align: center;
	transition: .3s;
	opacity: 0.8;
}
.msg-nav a:hover{
	opacity: 1;
	color: #aabe89;
}

.msg-nav a:nth-of-type(1){
	display: none;
}

.msg-nav a:nth-of-type(2){
	background:url("../images/weixin.png") #218adb no-repeat top 10px center;
	position: relative;
}
.msg-nav a:nth-of-type(2) img{
	display: block;
	position: absolute;
	transform: scale(0,0);
	opacity: 0;
	left: -120%;
	top: 0;
	transition: .3s;
}
.msg-nav a:nth-of-type(2):hover img{
	transform: scale(1.2,1.2);
	opacity: 1;
}
.msg-nav a:nth-of-type(3){
	background:url("../images/qq.png") #218adb no-repeat top 10px  center ;
}
.msg-nav a:nth-of-type(4){
	background:url("../images/top.png") #218adb no-repeat top 10px  center ;
	color: transparent;
}
/*.msg-nav a img{*/
    /*margin: 0 auto;*/
    /*display: block;*/
    /*margin-bottom: 2px;*/
/*}*/
.msg-nav a p{
    font-size: 14px;
    text-align: center;
    color: #fff
}
footer a{color: #fff;}
.link-list{padding:40px 0;}
.contact_left{
	display: flex;
	flex-direction: column;
	width: 30%;
	border-right: 1px solid #afafaf
}
.contact_left dl{
	display: flex;
}
.contact_left dt{
	width: 10%;
}
.contact_left dt img{
    width: 75%
}
.contact_left dd{
	width: 90%;
	color: #fff;
	font-size: 12px;
}
.contact_left dd p{
	color: #fff;
	font-size: 16px;
	margin:0;
}
.footer-nav{display: flex;width: 62%;}
.footer-nav li{width: 25%;text-align: center;padding: 0 10px;}
.footer-nav li:last-of-type{border-right: 1px solid #afafaf;}
.footer-nav dt {margin-bottom: 20px;}
.footer-nav dt a{font-size: 14px;display: inline-block;color: #fff;font-weight: normal;}
.footer-nav dt a:hover{color: #e3e3e3;}
.footer-nav dd{margin-bottom: 10px;}
.footer-nav dd a{font-size: 14px;color: #b8b7b7;display: inline-block;}
.footer-nav dd a:hover{color: #e3e3e3;}
.footer-content{display: flex;justify-content: space-between;}


.link-list .slide-r{display: flex;width: 10%;}
.f-code{height: 140px; width: 120px;background: #fff;padding: 10px;border-radius: 6px;}
.f-code img{width: 100%;height: auto;display: block;}
.f-code p{font-size: 14px; color:#797979;text-align: center;}
.link-list .msg{padding-left: 20px;flex: 1;}
.f-logo{display: block;width: 200px;margin-bottom: 20px;}
.f-logo img{display: block;width: 100%;height: auto;}
.link-list .msg p{font-size: 14px;color:#b8b7b7;margin-bottom: 6px;}

.m-lm{border-bottom: 1px solid #464646;}

.ss-prev{background: url('../images/prev04.png') no-repeat center center;background-size: contain;left: 4%;}
.ss-next{background: url('../images/next04.png') no-repeat center center;background-size: contain;right: 4%;}

.icp{background: #4c4c4c;}
.icp .max_width_12{display: flex;justify-content: space-between;padding: 10px 0 10px 0;}
.icp p{color: #9a9a9a;font-size: 14px;}


.wx-code{
	display: none;
}
/*=================公共尾样式            结束=======================*/
/*=================页面样式开始===============*/
.m_nav{
	color: #666;
	margin-bottom: 50px;
	font-size: 14px;
	border-bottom: 1px solid #f1f1f1;
}
.m_nav p{
	margin-top: 20px;
	line-height: 2;
	width: 70%;
	font-size: 14px
}
.m_nav p a{
	display: inline;
	color: #666;
	font-size: 14px;
}
.m_nav .pro-list{
	margin-bottom: 0px;
	display: flex;
}
.search_view{
	margin: 0 auto;
	text-align: center;
}
.m_nav .pro-list .type{
	display: flex;
    justify-content: flex-end;
    line-height: 30px;
    width: 30%;
    margin: 0;
}
.m_nav .pro-list .type  li{
	transition: .3s;
    width: 35%;
    text-align: center;
}
.m_nav .pro-list .type  li a{
	color: #0f0f0f;
    font-size: 16px;
    display: block;
    height: 100%;
    line-height: 56px;
}
.m_nav .pro-list .type  li:hover a,
.m_nav .pro-list .type  li.active a{
	color: #fff;
	background:#218adb;
}
.about_us,.fac_evn{
	margin:50px 0;
}
.about_us .tit h1,.fac_evn .tit h1{
	color: #999;
	opacity: 0.05;
	font-size: 80px;
	text-align: center;
}
.about_us .tit .f,.fac_evn .tit .f{
	margin-top: -90px;
	text-align: center;
}
.about_us .tit .f h2,.fac_evn .tit .f h2{
	font-size: 24px;
	color: #333;
	position: relative;
}
.about_us .tit .f h2:before,.fac_evn .tit .f h2:before{
	content: '';
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    width: 50px;
    border-left: 2px solid #f28d01;
    border-top: 2px solid #f28d01;
    border-right: 2px solid #f28d01;
    height: 15px;
    margin: 0 auto;
}
.about_us .tit .f h3,.fac_evn .tit .f h3{
	font-size: 14px;
	color:#999;
	margin-top:-5px;
	position: relative;
}
.about_us .tit .f h3:after,.fac_evn .tit .f h3:after{
	content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 50px;
    height: 2px;
    border-top: 2px solid #f28d01;
    margin: 0 auto;
}
.about_us .con_txt{
	display: flex;
	margin-top: 50px
}
.about_us .con_txt .con-left{
	width: 40%;
	margin-right: 100px
}
.about_us .con_txt .con-left li{
	margin-bottom: 20px
}
.about_us .con_txt .con-right{
	width: 50%;
	font-size: 14px;
	color: #666;
}
.about_us .con_txt .con-right p{
	text-indent: 2em;
	line-height: 35px
}
.fac_evn .con_txt{
	display: flex;
	margin-top: 50px
}
.fac_evn{
	padding:30px 0 50px;
	margin-bottom: 0;
	background: url(../images/point_bg.jpg) top center repeat;
}

.fac_evn .con_txt .con_fac_ban,.fac_evn .con_txt .con_fac_ban2{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fac_evn .con_txt .con_fac_ban2 {
	display: none;
}
.fac_evn .con_txt .con_fac_ban .swiper-container{
	width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
}
.fac_evn .con_txt .con_fac_ban .swiper-slide{
       text-align: center;
      font-size: 18px;
      background: #fff;
      height: calc((100% - 30px) / 2);
		overflow: hidden;
      /* 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;
}
.fac_evn .con_txt .con_fac_ban .swiper-pagination,.fac_evn .con_txt .con_fac_ban2 .swiper-pagination{
	position: initial;
	margin: 15px 0;
}
.fac_evn .con_txt .con_fac_ban2 .swiper-pagination{
	margin:15px auto;
}
.fac_evn .con_txt .con_fac_ban .swiper-container .swiper-pagination-bullet {
    width: 15px;
    height:15px;
    display: inline-block;
    border-radius: 100%;
    background: #b7b7b7;
    opacity: .2;
}
.fac_evn .con_txt .con_fac_ban .swiper-container .swiper-pagination-bullet-active {
    opacity: 1;
    background: #f28d01;
}
.fac_evn .con_txt .con_fac_ban2 .swiper-container .swiper-pagination-bullet-active {
    opacity: 1;
    background: #f28d01;
}
.fac_evn .con_txt .con_fac_ban .swiper-slide a{
	display: block;
	width:100%;
	max-height:220px;
	overflow:hidden;
}
.fac_evn .con_txt .con_fac_ban2 .swiper-slide a{
	display: block;
	width:100%;
	max-height:220px;
	overflow:hidden;
}
.fac_evn .con_txt .con_fac_ban2 .factory .swiper-slide a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mar_bott_50{
	margin-top: -50px
}
.fac_evn .con_txt .honor_list{
	width: 100%;
	height: 100%
}
.fac_evn .con_txt .honor_list .honor_listes{
	width: 100%;
	display: flex;
	flex-wrap: wrap
}
.fac_evn .con_txt .honor_list li{
	width: 31%;
	overflow: hidden;
	background:#fff;
	text-align:  center;
	margin-bottom:30px;
	margin-right: 20px
}
.fac_evn .con_txt .honor_list li .h_lists{
	width: 100%;
	border:1px solid #f28d01;
	padding:20px;
	overflow: hidden;
}
.fac_evn .con_txt .honor_list li img{
	object-fit: cover;
	height: 100%;
	width: 100%;
	transition: 0.5s
}
.fac_evn .con_txt .honor_list li p{
	font-size: 14px;
    margin: 15px 0;
}
.fac_evn .con_txt .honor_list li a:hover img{
	transform: scale(1.1,1.1);
}
.fac_evn .con_txt .new_list{
	width: 100%;
	height: 100%
}
.fac_evn .con_txt .new_list ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.fac_evn .con_txt .new_list ul li{
	width: 31%;
	overflow: hidden;
	background:#fff;
	margin-bottom:30px;
	padding:20px;
	transition:0.8s;
	margin-right: 20px
}
.fac_evn .con_txt  .new_list li img{
	object-fit: cover;
	height: 100%;
	width: 100%;
	transition: 0.5s
}
.fac_evn .con_txt .new_list ul li h3{
	color: #f28d01;
	font-size: 20px;
	font-weight: bold;
}
.fac_evn .con_txt .new_list ul li p{
	font-size: 14px;
    margin: 15px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: break-spaces;
    color:#666;
}
.fac_evn .con_txt .new_list ul li p:nth-of-type(2){
	font-size: 12px;    
	margin-top: 40px;
}
.fac_evn .con_txt .new_list ul li p:nth-of-type(2) span{
	display: inline-block;
	border-bottom: 2px solid #f28d01;
	font-size: 14px;
	margin-top:-3px;
	float: right;
}
.fac_evn .con_txt .new_list ul li:hover{
	transform: translateY(-10px);
	box-shadow: 2px 4px 8px #ccc;
	border:1px solid #f28d01;
}
.newsDetail{
	padding:30px 0 50px;
	margin-bottom: 0;
	background: url(../images/point_bg.jpg) top center repeat;
}
.newsDetail .con_txt{
	width: 100%;
	border:1px solid #d7d7d7;
	background: #fff;
	padding:20px;
}
.newsDetail .con_txt .new_title{
	border-bottom:1px dashed #d7d7d7;
	margin-bottom:30px;
	padding-bottom: 30px;
}
.newsDetail .con_txt .new_title h1{
	font-size: 24px;
	font-weight: bold
}
.newsDetail .con_txt .new_title p{
	font-size: 12px;
	color: #999
}
.newsDetail .con_txt .new_title p span{
	font-size: 14px;
	display: inline-block;
	margin:0 8px;
}
.newsDetail .con_txt .con-right{
	font-size: 14px;
	color: #666;
	border-bottom:1px dashed #d7d7d7;
	margin-bottom:30px;
	padding-bottom:30px
}
.newsDetail .con_txt .con-right p{
	text-indent: 2em;
	line-height: 30px;
	font-size: 14px;
}
.bdshare-button-style0-16 .bds_weixin{
	background:url(../images/weixin.jpg) center center no-repeat!important;
	padding: 10px!important;
    border-radius: 3px;
}
.bdshare-button-style0-16 .bds_tsina{
	background:url(../images/weibo.jpg) center center no-repeat!important;
	padding: 10px!important;
    border-radius: 3px;
}
.bdshare-button-style0-16 .popup_sqq{
	background:url(../images/qq.jpg) center center no-repeat!important;
	padding: 10px!important;
    border-radius: 3px;
}
.bdshare-button-style0-16 .popup_renren{
	background:url(../images/renren.jpg) center center no-repeat!important;
	padding: 10px!important;
    border-radius: 3px;
}
.bdshare-button-style0-16 .popup_tqq{
	background:url(../images/qq2.jpg) center center no-repeat!important;
	padding: 10px!important;
    border-radius: 3px;
}
.bdshare-button-style0-16 .bds_more {
    background-position: 0 2px!important;    
  	padding-left: 17px!important;
    border-radius: 3px;
}
.newsDetail .con_txt .t-page .go-back{
	display: none;
}
.newsDetail .con_txt .t-page{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.newsDetail .con_txt .t-page a{
	display: block;
	text-align: center;
	color: #666;
	font-size: 14px;
	margin: 8px 0;

}
.newsDetail .con_txt .t-page p{
	display: flex;
	align-items: flex-start;
	vertical-align: top;
	margin: 8px 0;
}
.newsDetail .con_txt .t-page  p img{
	background: #f28d01;
	color: #fff;
	padding: 6.5px 15px;
}
.newsDetail .con_txt .t-page .back{
	background: #333;
	color: #fff;
	padding: 8px 30px;
	margin: 0

}
.contact .con_txt{
	width: 100%;
	border:1px solid #d7d7d7;
	background: #fff;
	padding:20px;
	display: flex;
	flex-direction: column;
}
.contact .con_txt .contact_top{
	display: flex;
	width: 100%
}
.about_us .con_txt{
	margin-top: 50px
}
.contact .con_txt .con-left{
	width: 52%;
}
.contact .con_txt .con-right{
	width: 50%;
	font-size: 14px;
	color: #666;
	display: flex;
	justify-content: flex-end;
	padding-top: 20px;
}
.contact .con_txt .con-left h1{
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: bold
}
.contact .con_txt .con-left p{
	font-size: 14px;
	color: #666;
}
.contact .con_txt .con-right p{
	font-size: 14px;
	color: #666;
	text-align: center;
	width: 45%
}
.contact .con_txt .con-right p img{
	padding:15px;
	width: 70%;
	display: block;
	text-align: center;
	margin:0 auto 10px;
	border:1px solid #d7d7d7;
}
.search_btn{
	display: none
}
.m_nav .search-box{
	padding-top:8px;
	width: 33%;
	display: block;
}
.m_nav .search-box form{
	position: relative;
	width: 100%
}
.m_nav .search-box input{
	border:1px solid #f1f1f1;
	border-radius:20px;
	padding:10px 15px;
	font-size: 14px;
	width: 100%
}

.m_nav .search-box button{
	position: absolute;
	right: 10px;
	top: 5px;
	background: #218adb;
	width: 30px;
	height: 30px;
	border:0 none;
	border-radius: 30px
}
.pro_position .search-box button img{
	padding:5px;
}
.pro_position{
	position: relative;
}
.pro_position .search_btn{
	position: absolute;
	top: 0;
	right: 0;
	border:0 none;
	background: #fff;
	box-shadow: 1px 2px 7px #f1f1f1;
    width: 40px;
    height: 40px;
    padding: 8px;
    margin-top: 10px;
}
.search-boxes{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	pointer-events: none;
	opacity: 0;
	transition: .4s;
}
.search-box-show {
	pointer-events: auto;
	opacity: 1;
}
.search-boxes .close-2 {
	position: absolute;
	bottom: -50%;
	right: 45%;
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/close.png) no-repeat center;
	opacity: 1;
	cursor: pointer;
}
.search-boxes .close-2 p{
	color: #999;
	margin-top: 35px

}
.search-boxes h1{
	text-align: center;
	color: #fff;
	margin: 0 0 50px;
}
.search-boxes form {
	position: absolute;
    top: 25%;
    left: 2.6%;
    right: 2.6%;
    border-bottom: 1px solid #515151;
    width: 80%;
    margin: 0 auto;
}
.search-boxes form input {
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	overflow: hidden;
	padding-left: 20px;
    padding-right: 20px;
    border: none;
    outline: none;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom:1px solid #f1f1f1;
    background:transparent;
    margin-bottom: 30px;
}
.search-boxes form button {
    width: 100%;
	height: 40px;
    line-height: 40px;
    font-size: 16px;
    border: none;
    background: #218adb;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: .3s;
    border-radius: 10px
}
.search-boxes form button:hover{
	color: #fff;
}
.about_us .con_txt{
	width: 100%;
	display: flex
}
.about_us .con_txt .proleft{
	width: 30%;
}
.about_us .con_txt .proright{
	margin-left: 100px;
	width: 68%;
    display: flex;
    flex-direction: column;
}
.about_us .con_txt .proleft .proLlist_t h1{
	position: relative;
	height:100px;
	line-height: 100px;
	width: 100%;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color:#fff;
	margin-bottom: 0;
	margin-top: 0;
	background: -webkit-linear-gradient(to bottom left,#043c94,#2780d6); /* Safari 5.1 - 6.0 */ 
     background: -o-linear-gradient(to top right,#043c94,#2780d6); /* Opera 11.1 - 12.0 */ 
    background: -moz-linear-gradient(to top right,#043c94,#2780d6); /* Firefox 3.6 - 15 */
    background: linear-gradient(to top right,#043c94,#2780d6); /* 标准的语法 */
}
.about_us .con_txt .proleft .proLlist_t h1:before{
	content: '';
	position: absolute;
	top: 50px;
    left: 40px;
    width: 54px;
    height: 1px;
    background: #fff;
}
.about_us .con_txt .proleft .proLlist_t h1:after{
	content: '';
	position: absolute;
	top: 50px;
    right: 40px;
    width: 54px;
    height: 1px;
    background: #fff;
}
.proLlist_t{
    display: block;
    width: 100%;
    background: #fff;
    margin-bottom: 50px
}
.proLlist_t dl{
	width: 100%;
	margin-bottom: 0
}
.proLlist_t dt {
    width: 100%;
    padding: 20px 6%;
    border-bottom: 1px solid #cecece;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.proLlist_t dt a {
    font-size: 16px;
    width: 100%;
    color: #333;
    font-weight: normal;
    display: block;
}
.proLlist_t dl dt span {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/jia.png) no-repeat center center;
    background-size: contain;
    transition: .5s ease all;
}
.proLlist_t dl dt span.active {
    background: url(../images/jian.png) no-repeat center center;
}
.proLlist_t dt.active,.proLlist_t dt:hover{
    background: #0092dd;
}
.proLlist_t dt.active a{
    color: #fff;
}
.proLlist_t dl .dd-box {
    display: none;
}
.proLlist_t dl dd {
    display: block; 
    width: 100%;
    padding: 10px 6%;
    font-size: 14px;
    color: #666;
    background:#f1f1f1;
}
.proLlist_t dl dd a{
	color:#666;
	display: block;
}
.proLlist_t dl dd:hover{
    background: #0092dd;
}
.proLlist_t dl dd a:hover{
	color: #fff;
}
.about_us .con_txt .proleft .contact_bg h1{
	background: -webkit-linear-gradient(to bottom left,#333333,#818080); /* Safari 5.1 - 6.0 */ 
     background: -o-linear-gradient(to top right,#333333,#818080); /* Opera 11.1 - 12.0 */ 
    background: -moz-linear-gradient(to top right,#333333,#818080); /* Firefox 3.6 - 15 */
    background: linear-gradient(to top right,#333333,#818080); /* 标准的语法 */
}
.about_us .con_txt .proleft .contact_bg .txt{
	color: #666666;
	font-size:14px;
	padding:15px;
    border: 1px solid #cecece;
}


.about_us .con_txt .PRO_list{
	width: 100%;
	height: 100%
}
.about_us .con_txt .PRO_list ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.about_us .con_txt .PRO_list ul li{
	width: 30%;
	overflow: hidden;
	background:#fff;
	margin-bottom:30px;
	transition:0.8s;
	margin-right: 25px;
	border:1px solid #f1f1f1;
}
.about_us .con_txt .PRO_list li .h_lists{
	width: 100%;
	height: 220px;
	overflow: hidden;
}
.about_us .con_txt .PRO_list li img{
	object-fit: cover;
	height: 100%;
	width: 100%;
	transition: 0.5s
}
.about_us .con_txt .PRO_list ul li .text{
	background: #999;
	display: block;
	width: 100%;
	padding:8px 15px;
}
.about_us .con_txt .PRO_list ul li h3{
	color: #fff;
	font-size: 16px;
	margin:0;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}
.about_us .con_txt .PRO_list ul li p{
	font-size: 14px;
    margin: 5px 0 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color:#fff;
    text-align: center;
}
.about_us .con_txt .PRO_list ul li:hover{
	transform: translateY(-10px);
	box-shadow: 2px 4px 8px #ccc;
	border:1px solid #f28d01;
}
.about_us .con_txt .PRO_list ul li:hover .text{
	background: #f28d01;
}
.m_nav .pro_position .type{
	display: none
}
.about_us .con_txt .conLeft{
	width: 50%;
	margin-right: 30px
}
.about_us .con_txt .conRight{
	width: 48%;
}
.conLeft .factory1{
	display: none
}
.proDetal_1{
	display: block;
}

.about_us .con_txt .conRight h1{
	color:#f28d01;
	font-size: 24px;
	margin-top: 30px;
}
.about_us .con_txt .conRight ul{
	padding:20px 0 30px;
	border-bottom:1px solid #f1f1f1;
	color: #666;
}
.about_us .con_txt .conRight ul li{
	margin:15px 0 0;
	font-size: 14px
}
.about_us .con_txt .conRight ul li span{
	background:#d7d7d7;
	display: inline-block;
	padding:8px 5px;
	width: 80px;
	border-radius: 5px;
	text-align: center;
	margin-right: 15px
}
.about_us .con_txt .conRight h2{
	color:#f28d01;
	font-size: 21px;
}
.about_us .con_txt .conRight h2 span{
	color:#666;
	font-size: 16px;
}
.share_er{
	background:#f7f7f7;
	padding:15px 20px;
	width: 100%;
	margin:50px auto;
	display: flex;
	justify-content: space-between;
}
.page_pro{
	display: flex
}
.page_pro a{
	background:#fff;
	border:1px solid #f1f1f1;
	color:#666;
	display: inline-block;
	vertical-align: top;
	padding:5px 15px;
	font-size: 14px;
	border-radius: 5px;
	margin-left: 10px
}
.about_us .detailList{
	display: flex;
	width: 100%;
	margin:50px auto;
}

.about_us .detailList .proleft{
	width: 30%;
}
.about_us .detailList .proright{
	margin-left: 100px;
	padding-top: 30px;
	width: 68%;
    display: flex;
    flex-direction: column;
}
.about_us .detailList .proright img{
	height: 100%;
	object-fit: cover;
	margin:15px auto;
}
.about_us .detailList .proleft h1{
	position: relative;
	height:60px;
	line-height: 60px;
	width: 100%;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color:#fff;
	margin-bottom: 0;
	margin-top: 0;
	background: -webkit-linear-gradient(to bottom left,#043c94,#2780d6); /* Safari 5.1 - 6.0 */ 
     background: -o-linear-gradient(to top right,#043c94,#2780d6); /* Opera 11.1 - 12.0 */ 
    background: -moz-linear-gradient(to top right,#043c94,#2780d6); /* Firefox 3.6 - 15 */
    background: linear-gradient(to top right,#043c94,#2780d6); /* 标准的语法 */
}
.about_us .detailList .proleft h1:before{
	content: '';
	position: absolute;
	top: 30px;
    left: 40px;
    width: 54px;
    height: 1px;
    background: #fff;
}
.about_us .detailList .proleft h1:after{
	content: '';
	position: absolute;
	top: 30px;
    right: 40px;
    width: 54px;
    height: 1px;
    background: #fff;
}
.about_us .detailList .proleft .PRO_list{
	padding:20px;
	width: 100%;
	border:1px solid #e7e7e7;
}
.about_us .detailList .proleft .PRO_list ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.about_us .detailList .proleft .PRO_list ul li{
	width: 100%;
	overflow: hidden;
	background:#fff;
	margin:0 auto 30px;
	transition:0.8s;
	border:1px solid #f1f1f1;
}
.about_us .detailList .proleft .PRO_list li img{
	object-fit: cover;
	height: 100%;
	width: 100%;
	transition: 0.5s
}
.about_us .detailList .proleft .PRO_list ul li .text{
	background: #999;
	display: block;
	width: 100%;
	padding:8px 15px;
}
.about_us .detailList .proleft .PRO_list ul li h3{
	color: #fff;
	font-size: 16px;
	margin:0;
}
.about_us .detailList .proleft .PRO_list ul li p{
	font-size: 14px;
    margin: 5px 0 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: break-spaces;
    color:#fff;
}
.about_us .detailList .proleft .PRO_list ul li:hover{
	transform: translateY(-10px);
	box-shadow: 2px 4px 8px #ccc;
	border:1px solid #f28d01;
}
.about_us .detailList .proleft .PRO_list ul li:hover .text{
	background: #f28d01;
}
/*页码*/
.page_list{
    display: flex;
    justify-content: center;
    padding: 10px 0;
    margin: 20px auto;
    max-width: 1200px;
}
.page_list ul{
	display: flex;
}
.page_list li a{
	display: block;
	background:#d7d7d7;
	padding:4px 10px;
	color: #666666;
	font-size: 14px;
	margin-right: 5px;
	border-radius:2px
}
.page_list li a:hover{
	background:#f28d01;
	color:#fff;
}
.honoeL .con_txt{
	display: block;
}