/* CSS Document */
*{
	margin:0; 
	padding:0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
}
body{
  font-size: 16px;
  margin: 0 auto;
  font-family: 'Microsoft YaHei';
  color: #333;
}
a {
  text-decoration: none;
  color: #333;
}
ul{
	list-style:none;
	}	
.fl{
  float: left;
}
.fr{
  float: right;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
  clear: both;
  *zoom: 1;
}
img{
  border:0;
  vertical-align: middle;
}
button,input,textarea{
  outline:none;
  border:0;
  -webkit-appearance: none;
  font-family: unset;
}
/*index*/
.box{
  width: 1200px;
  margin: 0 auto;
}
.header{
  display: flex;
  padding:16px 196px;
  align-items: center;
  justify-content: space-between;
}
.header02{
  position: relative;
  border-bottom: 0;
}
.header .logo img{
  height: 64px;
}
.header .nav{
}
.header .nav li a{
  line-height: 38px;
  display: block;
  text-align: center;
  font-size:20px;
}
.header .nav li{
  float: left;
  position: relative;
  margin-left: 42px;
}
.header .nav li a.active,.header .nav li a:hover {
  color:#EC932A;
  font-weight: bold;
}
.header .nav li a.active:after{
  content: "";
  width: 100%;
  height: 3px;
  background: #EC932A;
  position: absolute;
  bottom: -29px;
  left: 0;
}
.header .search{
  background: rgba(229,229,229,0.4);
  border-radius: 16px;
  padding: 6px 14px;
  cursor: pointer;
}
.searchbox {
  position: fixed;
  width: 100%;
  top: 0px;
  height: 100%;
  left: 0px;
  background: #222222;
  z-index: 999999;
  display: none;
}
.closesearch {
  display: block;
  position: absolute;
  right: 30px;
  top: 20px;
  width: 40px;
  height: 40px;
  background: url(../images/icon12.png) no-repeat center;
}
.searchbox p {
  position: absolute;
  left: 2%;
  right: 2%;
  border-bottom: 1px solid #515151;
  background: url(../images/icon11.png) no-repeat 20px center;
  padding-left: 55px;
  top: 50%;
  padding-right: 60px;
  margin-top: -58px;
}
.searchbox p label {
  padding: 20px 0px;
  display: block;
}
.searchbox p label input {
  width: 100%;
  float: left;
  line-height: 30px;
  height: 30px;
  font-size: 22px;
  color: #555;
  background: none;
  outline: none;
  text-align: center;
  font-weight: normal;
}
.searchbox p input.searchboxbtn {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 70px;
  width: 55px;
  background: url(../images/icon11.png) no-repeat center #EC932A;
}
.header .tel{
  color: #EC932A;
  font-size: 36px;
  font-weight: bold;
  background: url(../images/h_tel.png) left no-repeat;
  line-height: 52px;
  padding-left: 58px;
}
.header.header_scroll{
  background: rgba(0,0,0,.4);
}
.header02.header_scroll{
  position: fixed;
  border-bottom: 1px solid rgba(233,233,233,0.2);
  background: #fff;
}
/*banner*/
.banner.swiper {
  width: 100%;
  background: #fff;
}
.banner .swiper-slide a{
  display: block;
  vertical-align: middle;
  width: 100%;
}
.banner .swiper-slide img{
  width: 100%;
}
.banner.swiper{
  --swiper-navigation-color: rgba(255,255,255,.5);/* 单独设置按钮颜色 */
  --swiper-navigation-size: 50px;/* 设置按钮大小 */
}
.banner .swiper-button-next, .banner .swiper-button-prev{
  top: unset;
  bottom: 40px;
  outline:none;
}
.banner .swiper-button-prev{
  left:calc(50% - 46px);
}
.banner .swiper-button-next{
  right:calc(50% - 46px);
}
.banner .swiper-button-prev:after{
  content: "";
  background: url(../images/prev.png) no-repeat;
  width: 17px;
  height: 20px;
}
.banner .swiper-button-prev:before{
  content: "";
  width: 1px;
  height: 36px;
  background: #fff;
  position: absolute;
  left: 47px;
}
.banner .swiper-button-next:after{
  content: "";
  background: url(../images/next.png) no-repeat;
  width: 17px;
  height: 20px;  
}
/*footer*/
.footer{
  background: url(../images/bg03.jpg) center no-repeat;
  color: #fff;
}
.footer_top{
  padding: 58px 0 50px;
}
.footer_top .footer_menu a{
  display: block;
  color: #fff;
}
.footer_top .footer_menu {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #7D7D7D;
  padding-bottom: 54px;
}
.footer_top .footer_contact{
  display: flex;
  justify-content: space-between;
  padding-top:50px;
}
.footer_top .footer_contact span{
  margin-right:10px;
}
.footer_bot{
  background: rgba(0,0,0,0.6);
  color: #fff;
  text-align: center;
  padding: 24px;
}
.footer_bot a{
  color: #fff;
  margin-left:15px;
}
/*首页关于*/
.i_about{
  padding:59px 0 82px;
}
.title01{
  text-align: center;
  margin-bottom:56px;
}
.title01 p{
  color: #999;
}
.title01 h2{
  font-weight: normal;
  font-size: 36px;
  margin-top: 6px;
}
.title01 h2:after{
  content: "";
  width: 474px;
  height: 13px;
  background: url(../images/icon01.png) center no-repeat;
  display: block;
  margin:14px auto;
}
.i_about .box .i_about_text{
  float: left;
  width: calc(50% - 28px);
  z-index: 999;
  position: relative;
}
.about_box .i_about_text{
  float: left;
  width: calc(50% + 78px);
  margin-right: -78px;
  z-index: 999;
  position: relative;
}
.i_about .box .i_about_img{
  float: right;
  width: 50%;
  position: relative;
}
.i_about .box .i_about_img:after{
  content: "";
  width: 100%;
  height: 100%;
  background: #EC932A;
  position: absolute;
  right: -10px;
  z-index: -2;
  bottom: -10px;
}
.about_box .i_about_img{
  float: right;
  width: 50%;
}
.i_about .box .i_about_img img{
  width: 100%;
}
.i_about_text h1{
  font-size: 24px;
  margin-bottom:40px;
  font-weight: normal;
}
.i_about_text h1:after{
  content: "";
  width: 89px;
  height: 3px;
  background: #EC932A;
  display: block;
  margin-top: 20px;
}
.about_txt_box{
  background: rgba(255,250,244,0.7);
  border-radius: 19px;
  padding: 40px 32px 45px 24px;
  line-height: 28px;
}
.i_about_text a{
  width: 173px;
  height: 63px;
  background: #EC932A;
  border-radius: 6px;
  display: block;
  line-height: 63px;
  color: #fff;
  text-align: center;
  margin-top: 48px;
}
.i_about_text a i{
  display: inline-block;
  background: url(../images/icon02.png) no-repeat;
  width: 18px;
  height: 11px;
  margin-left:10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.i_about_text a:hover i{
  transform:translateX(10px);
}
.i_about_text a:hover{
  background:#ff8a00; 
}
.about_honor{
  display: flex;
  justify-content: space-around;
  padding-right:78px;
  margin-top:45px;
}
.about_honor p span{
  display: block;
  text-align: center;
}
.about_honor p span.p1{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}
.about_honor p span.p2{
  color: #999;
}
/*产品系列*/
.i_product{
  background:#fffcf7 url(../images/bg01.jpg) bottom center no-repeat;
  padding: 68px 0 40px; 
}
.i_product ul li{
  position: relative;
  width: calc(100%/3 - 28px/3);
  float: left;
  margin-right: 14px;
  margin-bottom: 14px;
}
.i_product ul li:nth-child(3n+0){
  margin-right: 0px;
}
.i_product ul li .i_product_img{
  overflow: hidden;
  width: 100%;
}
.i_product ul li .i_product_img img{
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  width: 100%;
}
.i_product ul li:hover .i_product_img img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.i_product ul li .i_product_name{
  position: absolute;
  width: 100%;
  height: 48px;
  background: rgba(0,0,0,0.2);
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.i_product ul li:hover .i_product_name{
  height: 100%;
}
.i_product ul li .i_product_name span{
  text-align: center;
  display: block;
  font-size:24px;
  color: #fff;
  line-height: 48px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding:0 20px;
}
.i_product ul li:hover .i_product_name span{
  margin-top: calc(50% - 48px);
  white-space: normal;
}
.i_product .pro_more{
  width: 173px;
  height: 63px;
  background: #EC932A;
  border-radius: 6px;
  display: block;
  line-height: 63px;
  color: #fff;
  text-align: center;
  margin:45px auto 0; 
}
.i_product .pro_more i {
  display: inline-block;
  background: url(../images/icon02.png) no-repeat;
  width: 18px;
  height: 11px;
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.i_product .pro_more:hover i{
  transform:translateX(10px);
}
.i_product .pro_more:hover{
  background:#ff8a00; 
}
/*展会新闻*/
.i_news{
  margin-top:60px;
  margin-bottom:60px;
}
.i_news .mySwiper2{
  padding-bottom: 112px;
}
.i_news .swiper-slide a .i_news_img{
  position: relative;
  width: 100%;
  overflow: hidden;
}
.i_news .swiper-slide a:hover {
  display: block;
  box-shadow: 0px 4px 46px 0px rgba(0,0,0,0.1);
}
.i_news .swiper-slide a .i_news_img img{
  width: 100%;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}
.i_news .swiper-slide a:hover .i_news_img img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.i_news .swiper-slide a .i_news_img span{
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0px 0px 20px 0px;
  background: rgba(0,0,0,0.4);
  padding: 14px 20px;
  color: #fff;
  z-index: 99;
}
.i_news .swiper-slide a:hover .i_news_img span{
  background: rgba(236,147,42,0.4);
}
.i_news .swiper-slide a .i_news_txt{
  padding: 20px 15px;
  border-bottom: 1px solid #F6F6F6;
}
.i_news .swiper-slide a .i_news_txt h2{
  font-size:24px;
  font-weight: normal;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.i_news .swiper-slide a:hover .i_news_txt h2{
  color: #EC932A;
}
.i_news .swiper-slide a .i_news_txt p{
  color: #666;
  margin-top:14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.i_news .swiper-slide a .i_news_txt span{
  color: #999;
  line-height: 28px;
  display: block;
  margin-top:30px;
}
.i_news .swiper-slide a:hover .i_news_txt span{
  color: #EC932A;  
}
.i_news .swiper-slide a .i_news_txt span i{
  display: inline-block;
  background: url(../images/icon06.png) no-repeat;
  width: 28px;
  height: 28px;
  margin-left:20px;
  margin-bottom: -9px;
}
.i_news .swiper-slide a:hover .i_news_txt span i{
  background: url(../images/icon05.png) no-repeat;
}
.i_news .mySwiper2 .swiper-button-next,.mySwiper2 .swiper-button-prev{
  top: auto;
  bottom: 0px;
}
.i_news .mySwiper2 .swiper-button-next{
  background: url(../images/icon04.png) no-repeat;
  background-size: 100%;
  width: 46px;
  height: 46px;
  color: rgba(255,255,255,0);
  right: calc(50% - 60px);
}
.i_news .mySwiper2 .swiper-button-prev{
  background: url(../images/icon04s.png) no-repeat;
  background-size: 100%;
  width: 46px;
  height: 46px;
  color: rgba(255,255,255,0);
  left: calc(50% - 60px);
}
/*合作伙伴*/
.i_partner{
/*  background: url(../images/bg04.jpg) center no-repeat;
*/ 
  background: #f8f8f8;
  padding: 44px 0;
}
.i_partner ul{
  display: flex;
  flex-wrap: wrap;
}
.i_partner ul li{
  width: calc(20% - 88px/5);
  margin-right:22px;
  margin-bottom:17px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.i_partner ul li:nth-child(5n+0){
  margin-right:0;
}
.i_partner ul li img{
  width: 100%;
}
.i_partner ul li:hover{
  transform:translateY(-10px);
  box-shadow: 0px 4px 46px 0px rgba(0,0,0,0.1);
}
/*右侧浮动*/
.suspension{
  position:fixed;
  z-index:999;
  right:20px;
  bottom: 20%;
  width:64px;
  height:204px;
}
.suspension-box{
  position:relative;
  float:right;
}
.suspension .a{
  display:block;
  width:64px;
  height:64px;
  background-color:#EC932A;
  margin-bottom:4px;
  cursor:pointer;
  outline:none;
  border-radius: 6px;
}
.suspension .a.active,
.suspension .a:hover{
  background:#ff8a00;
}
.suspension .a .i{
  float:left;
  width:42px;
  height:42px;
  margin-top:12px;
  margin-left:12px;
}
.suspension .a-service .i{
  background:url(../images/wechat.png) no-repeat;
}
.suspension .a-service-phone .i{
    background:url(../images/tel.png) no-repeat;
}
.suspension .a-qq .i{
  background:url(../images/qq.png) no-repeat;
}
.suspension .a-top .i{
  background:url(../images/top.png) no-repeat;
}
.suspension .d{
  display:none;
  width:220px;
  background:#fff;
  position:absolute;
  right:70px;
  border:1px solid #E0E1E5;
  border-radius:3px;
  box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}
.suspension .d img{
  width: 100%;
}
.suspension .d-service{
  top:68px;
}
.suspension .d-service-phone{
  top:0;
}
.suspension .d .inner-box{
  padding:8px 18px;
}
.suspension .d-service-item{
  padding:10px 0;
}
.suspension .d-service .d-service-item{
  border-bottom:none;
}
.suspension .d-service-item .text{
  float:left;
  width:128px;
  line-height:22px;
  font-size:15px;
  margin-left:12px;
}
/*内页*/
.ny_banner{
  position: relative;
}
.ny_banner img{
  width: 100%;
}
.ny_banner .banner_text{
  position: absolute;
  font-size: 64px;
  font-family: PangMenZhengDao-Regular, PangMenZhengDao;
  font-weight: 400;
  color: #fff;
  line-height: 75px;
  top:calc(50% - 75px);
  left: 18%;
}
.menu{
  display: flex;
/*  justify-content: space-between;
*/  margin-top:-40px;
  z-index: 9999;
}
.menu a{
  display: block;
  width: 25%;
  text-align: center;
  padding: 20px;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.05);
  z-index: 999;
  position: relative;
  background: #fff;
}
.menu a i{
  display: block;
  background: url(../images/icon14.png) no-repeat;
  background-size: 100%;
  width: 194px;
  height: 12px;
  margin:10px auto 0;
}
.menu a.active{
  color: #EC932A;
  border-top:solid 5px #EC932A;;
}
.menu a:hover{
  color: #EC932A;
}
.menu a.active i,.menu a:hover i{
  background: url(../images/icon13.png) no-repeat;
  background-size: 100%;  
}
.main{
  padding: 40px 0 48px;
}
/*公司简介*/
.about_box .about_honor{
  box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.05);
  padding: 50px 0;
}
/*发展历程*/
.history_list li{
  width: 100%;
  float: right;
}
.history_item{
  width: 50%;
  float: right;
  border-left: dashed 1px #7D7D7D;
  padding-bottom:68px;
}
.history_list li:nth-child(even) .history_item{
  float: left;
  text-align: right;
  border-right: dashed 1px #7D7D7D;
  border-left:0;
}
.history_list li h1{
  font-size: 24px;
  color: #EC932A;
  font-weight: normal;
  line-height: 50px;
  position: relative;
  padding-left:52px;
}
.history_list li:nth-child(even) h1{
  padding-left:0;
  padding-right:52px;  
}
.history_list li h1:before{
  content: "";
  width: 50px;
  height: 50px;
  border: 1px solid #999999;
  border-radius:100%;
  position: absolute;
  left: -27px;
  top:0;
  background: #fff;
}
.history_list li:nth-child(even) h1:before{
  left: auto;
  right: -27px;
}
.history_list li h1:after{
  content: "";
  width: 28px;
  height: 28px;
  background: #999999;
  border-radius:100%;
  position: absolute;
  left: -15px;
  top: 12px;
}
.history_list li:nth-child(even) h1:after{
  left: auto;
  right: -15px;
}
.history_list li .history_txt{
  padding-left:52px;  
}
.history_list li:nth-child(even) .history_txt{
  padding-right:52px;
  padding-left:0;
}
.history_list li:first-child h1:after{
  background: #EC932A;
}
.history_list li:first-child h1:before{
  border: 1px solid #EC932A;
}
.history_list li:last-child .history_item{
  border:0;
}
/*公司资质*/
.honor_list{
  display: flex;
  flex-wrap: wrap;
}
.honor_list li{
  width:calc(25% - 15px);
  margin-right:20px;
  margin-bottom:20px;
}
.honor_list li:nth-child(4n+0){
  margin-right:0;
}
.honor_list li a{
  display: block;
  background: #F5F5F5;
  padding:14px;
}
.honor_list li a:hover{
  background: #EC932A;
  color: #fff;
}
.honor_list li a img{
  width:100%;
}
.honor_list li a p{
  padding:20px 20px 0;
  text-align: center;
}
/*产品中心*/
.product_box .product_category{
  float: left;
  width: 212px;
  border-bottom: 1px solid #EAEAEA;
}
.product_box .product_category a{
  display: block;
  padding:16px 10px;
  border: 1px solid #EAEAEA;
  border-bottom: 0;
}
.product_box .product_category a.active{
  background: #EC932A;
  color: #fff;
  border: 1px solid #EC932A;
}
.product_box .product_category a:hover{
  color: #EC932A;
}
.product_box .product_category a.active:hover{
  color: #fff;
}
.product_box .product_list{
  float: right;
  width: calc(100% - 238px);
}
.product_box .product_list ul{
  display: flex;
  flex-wrap: wrap;
}
.product_box .product_list ul li{
  width: calc(100%/3 - 40px/3);
  margin-right:20px;
  border: 1px solid #EAEAEA;
  margin-bottom:32px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.product_box .product_list ul li:nth-child(3n+0){
  margin-right:0;
}
.product_box .product_list ul li p{
  text-align: center;
  font-size: 20px;
  padding:22px 20px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product_box .product_list ul li:hover{
  box-shadow: 0px 4px 39px 0px rgba(0,0,0,0.1);
  border:0;
  transform:translateY(-10px);
}
.product_box .product_list ul li a{
  display: block;
  border:solid 4px #fff;  
}
.product_box .product_list ul li a:hover{
  border:0;
  border-top:solid 4px #EC932A;
}
.product_box .product_list ul li:hover p{
  color:#EC932A;
}
.product_box .product_list ul li .product_img{
  position: relative;
  width: 100%;
  overflow: hidden;  
}
.product_box .product_list ul li img{
  width: 100%;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}
.product_box .product_list ul li:hover .product_img img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
/*产品详情*/
.current{
  margin-bottom:32px;
}
.current,.current a{
  color:#999;
}
.pro_detail_info .pro_de_img{
  width: 582px;
}
.pro_detail_info .pro_de_txt{
  width: calc(100% - 622px);
}
.pro_detail_info .pro_de_txt .pro_name{
  margin-bottom:66px;
}
.pro_detail_info .pro_de_txt .pro_name h1 {
  font-size: 24px;
  font-weight: normal;
}
.pro_detail_info .pro_de_txt .pro_name h2 {
  font-size: 16px;
  font-weight: normal;
  color:#999;
  margin-top:20px;
}
.pro_detail_info .pro_de_txt .pro_contact{
  display: flex;
  justify-content: space-between;
  margin-top:118px;
}
.pro_detail_info .pro_de_txt .pro_contact p span{
  font-size: 24px;
  color:#EC932A;
  display: block;
  font-weight: bold;
}
.pro_detail_info .pro_de_txt .pro_contact p a{
  display: block;
  width: 130px;
  height: 46px;
  text-align: center;
  color:#fff;
  background: #EC932A;
  line-height: 46px;
}
.pro_introduction .title05{
  height: 85px;
  background: #F3F3F3;
  margin-top:43px;
  font-size: 24px;
  text-align: center;
  line-height: 85px;
  margin-bottom: 60px;
}
.pro_recommended{
  border-top:solid 1px #E8E8E8;
  margin-top:75px;
  padding-top:52px;
}
.pro_recommended .mySwiper3 .swiper-slide{
  border: 1px solid #EAEAEA; 
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pro_recommended .mySwiper3 .swiper-slide:hover{
  border: 0;  
  box-shadow: 0px 4px 39px 0px rgba(0,0,0,0.1);
  transform:translateY(-10px);
}
.pro_recommended .mySwiper3 .swiper-slide .pro_recom_img img{
  width: 100%;
}
.pro_recommended .mySwiper3 .swiper-slide p{
  padding:20px;
  font-size: 18px;
  text-align: center;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro_recommended .mySwiper3 .swiper-slide a:hover p{
  color:#EC932A;
}
.pro_recommended .mySwiper3 .swiper-button-next,.mySwiper3 .swiper-button-prev{
  top: auto;
  bottom: 0px;
}
.pro_recommended .mySwiper3 {
  padding-bottom: 112px;
}
.pro_recommended .mySwiper3 .swiper-button-next{
  background: url(../images/icon04.png) no-repeat;
  background-size: 100%;
  width: 46px;
  height: 46px;
  color: rgba(255,255,255,0);
  right: calc(50% - 60px);
}
.pro_recommended .mySwiper3 .swiper-button-prev{
  background: url(../images/icon04s.png) no-repeat;
  background-size: 100%;
  width: 46px;
  height: 46px;
  color: rgba(255,255,255,0);
  left: calc(50% - 60px);
}
/*文件下载*/
.download_list li a{
  display: block;
  display: flex;
  border: 1px solid #EAEAEA;
  align-items: center;
  justify-content: space-between;
  padding:20px 14px;
  margin-bottom: 46px;
}
.download_list li a:hover{
  box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.05);
  border:1px solid #fff;;
}
.download_list li a h2{
  font-size: 24px;
  font-weight: normal;
  background: url(../images/icon15.png) left no-repeat;
  line-height: 37px;
  padding-left:43px;
  width: calc(100% - 416px);
}
.download_list li a span.time{
  width: 80px;
}
.download_list li a span.button{
  color:#999;
  background:url(../images/icon17.png) right no-repeat;
  padding-right:26px;
  line-height: 28px;
  width: 100px;
  margin-left:206px;
}
.download_list li a:hover span.button{
  color:#EC932A;
  background:url(../images/icon16.png) right no-repeat;
}
/*新闻中心*/
.new-menu.menu a {
  width: 50%;
}
.new_list{
  display: flex;
  flex-wrap: wrap;
}
.new_list li{
  width: calc(100%/3 - 40px/3);
  margin-right:20px;
  border:solid 1px #EAEAEA;
  margin-bottom: 30px;
}
.new_list li:nth-child(3n+0){
  margin-right:0;
}
.new_list li a{
  display: block;
  border-top: solid 5px #fff;
  padding: 20px 12px;
}
.new_list li a:hover{
  border-top: solid 5px #EC932A;  
}
.new_list li:hover{
  border:0;
  box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.1);
}
.new_list li p.new_time {
  color:#666;
  margin-bottom: 16px;
}
.new_list li p.new_time span{
  font-size: 24px;
  display: block;
  color:#333;
}
.new_list li .news_img{
  width: 100%;
}
.new_list li .news_txt h2{
  font-size: 24px;
  font-weight: normal;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding:20px 0;
}
.new_list li:hover .news_txt h2{
  color:#EC932A;
}
.new_list li .news_txt p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; 
}






/*分页*/
.page {
  text-align: center;
  margin-top: 40px;
}
.page a {
  border: 1px solid #ddd;
  line-height: 35px;
  padding: 0px 14px;
  margin: 0px 5px;
  display: inline-block;
  vertical-align: middle;
}
.page a.on {
  color: #fff;
  background: #EC932A;
  border-color:#EC932A;
}
/*contact*/
.contact_fl,.contact-map{
  width: calc(50% - 17px);
}
.contact-form{
  padding: 55px 0px 28px;
}
.title04{
  font-size: 24px;
  margin-bottom: 34px;
}
.contact-form .title04{
  text-align: center;
}
.contact-form .title02{
  text-align: center;
}
.contact_fl .contact_text p{
  line-height: 76px;
  border-bottom: 1px solid #CFCFCF;
}
.contact_fl .contact_text p span{
  margin-right:10px;
}
.contact-form .input-box{
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}
.contact-form .input-box .input-box-item{
  width: calc(50% - 7px);
}
.contact-form .input-box .input-box-item input{
  width: 100%;
  border: 1px solid #c4c4c4;
  line-height: 44px;
  padding: 0 10px;
}
.contact-form label{
  display: block;
  margin-bottom: 15px;
}
.contact-form label span{
  color: #FF0000;
}
.contact-form .input-text textarea{
  border: 1px solid #c4c4c4;
  width: 100%;
  padding: 10px;  
}
.contact-form .input-button{
  text-align: center;
}
.contact-form .input-button button{
  width: 180px;
  height: 48px;
  background: #EC932A;
  border-radius: 6px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-top:24px;
  line-height: 48px;
  cursor: pointer;
}
.contact-map {
  height: 374px;
}
#container {
  height: 100%;
  width: 100%;
}
.amap-icon img {
  width: 25px;
  height: 34px;
}
.detail_title{
  text-align: center;
  font-size: 36px;
  padding-bottom:40px;
  border-bottom: solid 1px #eee;
}
.detail_con{
  padding:35px 0;
}
/*移动端导航*/
.hidden-menu{
  position: absolute;
  right: 0;
  top:0;
  display: none;
}
.hidden-menu a.navToggle {
  padding: 17px 20px;
}
.hidden-menu a {
  display: block;
  float: left;
  margin-left: 1px;
  background-repeat: no-repeat;
}
.hidden-menu a.navToggle span {
  width: 25px;
  height: 2px;
  background: #333;
  margin: 5px 0px;
  display: block;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  position: relative;
}
.hidden-menu a.closenavbtn {
  padding: 15px 15px 26px;
}
.hidden-menu a.closenavbtn span.line1 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 7px;
}
.hidden-menu a.closenavbtn span.line2 {
  display: none;
}
.hidden-menu a.closenavbtn span.line3 {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 0px;
}
.Mnav{
  position:fixed;
  z-index:99999;
  display:none;
  background:#fff;
  border-top:1px solid #d3d3d3;
  top:72px;
  overflow-x:hidden !important;
  overflow-y:auto !important;
  width:100%;
  bottom:0px;
}
.Mnav ul li{
  border-bottom:1px solid #efefef;
}
.Mnav ul li a{
  line-height:60px;
  font-size:18px;
  display:block;
  margin: 0px 2.5%;
}
.hidescroll{
  position:fixed;
  top:0;
  height: 100%;
  overflow: hidden;
}
.main img{
  max-width: 100%;
}
.i_process ul.M_process_con{
  display: none;
}
@media (max-width: 1880px){
  .header {
    padding: 16px 106px;
  }
}
@media (max-width: 1660px){
  .header {
    padding: 16px 30px;
  }
}
@media (max-width: 1500px){
  .header .tel {
    font-size: 30px;
    background: url(../images/h_tel.png) left no-repeat;
    background-size: 38px 38px;
    padding-left: 50px;
  }
  .header .nav li {
    margin-left: 30px;
  }
}
@media (max-width: 1380px){
  .header .tel {
    font-size: 24px;
    background: url(../images/h_tel.png) left no-repeat;
    background-size: 30px 30px;
    padding-left: 38px;
  }
  .header .nav li a {
    font-size: 16px;
  }
}
@media (max-width: 1240px){
  .box {
    width: 95%;
  }
  .hidden-menu {
    display: block;
  }
   .header.fixedd{
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 999;
  }
  .header {
    display: flex;
    padding: 16px 20px;
  }
  .header .logo img {
    height: 40px;
    margin-top: 0;
  }
  .header .nav,.header .search,.header .tel{
    display: none;
  }
  .header .hidden-menu a.navToggle span {
    background: #333;
  }
  .header02 .hidden-menu a.navToggle span {
    background: #333;
  }
  .header.fixedd .hidden-menu a.navToggle span {
    background: #333;
  }
  .hidden-menu a.navToggle {
    padding: 23px 20px;
  }
}
@media (max-width: 1024px){
  .banner .swiper-button-next, .banner .swiper-button-prev {
    bottom: 10px;
  }
  .ny_banner .banner_text {
    font-size: 50px;
    line-height: 50px;
    top: calc(50% - 61px);
    left: 20px;
  }
  .pro_detail_info .pro_de_img {
    width: 50%;
  }
  .pro_detail_info .pro_de_txt {
    width: calc(50% - 22px);
  }
}
@media (max-width: 1023px) {
  .menu a i {
    width: 50%;
  }
  .menu a {
    width: 50%;
    padding: 10px 20px;
  }
  .menu {
    flex-wrap: wrap;
  }
  .ny_banner .banner_text {
    font-size: 36px;
    line-height: 33px;
    top: calc(50% - 47px);
  }
}
@media (max-width: 768px){
  .swiper{
  --swiper-navigation-color: rgba(255,255,255,.5);/* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px;/* 设置按钮大小 */
  }
  .banner .swiper-pagination-bullet {
    font-size: 18px;
  }
  .product_box .product_list ul li {
    width: calc(50% - 10px);
  }
  .product_box .product_list ul li:nth-child(3n+0){
    margin-right:20px;
  }
  .product_box .product_list ul li:nth-child(2n+0){
    margin-right:0;
  }
  .pro_detail_info .pro_de_txt .pro_name h2 {
    margin-top: 10px;
  }
  .pro_detail_info .pro_de_txt .pro_name {
    margin-bottom: 28px;
  }
  .pro_detail_info .pro_de_txt .pro_contact {
    margin-top: 57px;
  }
  .download_list li a span.button {
    margin-left: 20px;
  }
  .download_list li a h2 {
    width: calc(100% - 250px);
  }
}
@media (max-width: 767px){
  .title01 h2 {
    font-size: 30px;
    margin-top: 0px;
  }
  .i_about {
    padding: 40px 0;
  }
  .i_about .box .i_about_text {
    width: calc(70% - 28px);
  }
  .i_about .box .i_about_img {
    width: 30%;
  }
  .i_product {
    padding: 40px 0;
  }
  .i_news {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .i_news .mySwiper2 {
    padding-bottom: 90px;
  }
  .i_partner ul li {
    width: calc(25% - 42px/4);
    margin-right: 14px;
  }
  .i_partner ul li:nth-child(5n+0){
    margin-right:14px;
  }
  .i_partner ul li:nth-child(4n+0){
    margin-right:0;
  }
  .about_box .i_about_text {
    width: 100%;
  }
  .about_box .i_about_img {
    width: 100%;
  }
  .honor_list li {
    width: calc(50% - 10px);
  }
  .honor_list li:nth-child(2n+0){
    margin-right:0;
  }
  .new_list li {
    width: calc(50% - 10px);
    margin-bottom: 18px;
  }
  .new_list li:nth-child(3n+0){
    margin-right:20px;
  }
  .new_list li:nth-child(2n+0){
    margin-right:0;
  }
  .contact_fl, .contact-map {
    width: 100%;
  }
  .contact_fl{
    margin-bottom: 20px;
  }
  .contact-form {
    padding: 40px 0px 0px;
  }
}
@media (max-width: 550px){
 
  .page a {
    line-height: 26px;
    padding: 0px 8px;
    margin: 0px 2px;
  }
  .page {
    margin-top: 20px;
  }
  .header {
    display: flex;
    padding: 10px 20px;
  }
  .hidden-menu a.navToggle {
    padding: 17px 20px;
  }
  .Mnav {
    top: 60px;
  }
  .banner .swiper-button-prev:after {
    content: "";
    background: url(../images/prev.png) no-repeat;
    background-size: 16px 18px;
  }
  .banner .swiper-button-next:after {
    content: "";
    background: url(../images/next.png) no-repeat;
    background-size: 16px 18px;
  }
  .banner .swiper-button-prev:before {
    height: 26px;
  }
  .i_partner ul li {
    width: calc(50% - 7px);
    margin-bottom: 14px;
  }
  .i_partner ul li:nth-child(2n+0){
    margin-right:0;
  }
  .title01 h2:after {
    content: "";
    width: 95%;
    height: 13px;
    background: url(../images/icon01.png) center no-repeat;
    background-size: 100%;
  }
  .title01 h2 {
    font-size: 26px;
  }
  .title01 {
    margin-bottom: 30px;
  }
  .i_about {
    padding: 30px 0;
  }
  .i_about .box .i_about_text {
    width: 100%;
  }
  .i_about .box .i_about_img {
    width: 100%;
  }
  .suspension{
    display: none;
  }
  .about_txt_box {
    padding: 20px;
  }
  .i_about_text a {
    margin-top: 18px;
  }
  .i_about_text h1 {
    margin-bottom: 30px;
  }
  .about_honor {
    padding-right: 0;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .i_product {
    padding: 30px 0;
  }
  .i_product ul li {
    width: calc(50% - 7px);
  }
  .i_product ul li:nth-child(3n+0){
    margin-right: 14px;
  }
  .i_product ul li:nth-child(2n+0){
    margin-right: 0;
  }
  .i_product ul li .i_product_name span {
    font-size: 18px;
  }
  .i_product .pro_more {
    margin: 24px auto 0;
  }
  .i_news .swiper-slide a .i_news_txt h2 {
    font-size: 18px;
  }
  .i_news .mySwiper2 {
    padding-bottom: 80px;
  }
  .i_news .swiper-slide a .i_news_txt span {
    margin-top: 20px;
  }
  .footer {
    background: url(../images/bg03.jpg) center no-repeat;
    background-size: cover;
  }
  .footer_top .footer_menu {
    display: none;
  }
  .footer_top .footer_contact {
    flex-wrap: wrap;
  }
  .footer_top {
    padding: 30px 0;
  }
  .footer_top .footer_contact {
    padding-top: 0;
  }
  .product_box .product_category {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .product_box .product_category a {
    width: 50%;
    padding: 10px;
  }
  .product_box .product_list {
    width: 100%;
    margin-top: 20px;
  }
  .product_box .product_list ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .product_box .product_list ul li:nth-child(3n+0) {
    margin-right: 0px;
  }
  .pro_detail_info .pro_de_img {
    width: 100%;
  }
  .pro_detail_info .pro_de_txt {
    width: 100%;
    margin-top: 20px;
  }
  .pro_detail_info .pro_de_txt .pro_contact {
    margin-top: 30px;
  }
  .pro_introduction .title05 {
    height: 60px;
    margin-top: 36px;
    line-height: 60px;
    margin-bottom: 30px;
  }
  .pro_recommended .mySwiper3 {
    padding-bottom: 80px;
  }
  .pro_recommended {
    margin-top: 40px;
    padding-top: 34px;
  }
  .main {
    padding: 30px 0;
  }
  .current {
    margin-bottom: 20px;
  }
  .download_list li a h2 {
    font-size: 18px;
    background: url(../images/icon15.png) left no-repeat;
    background-size: 24px;
    line-height: 30px;
    padding-left: 32px;
  }
  .download_list li a h2 {
    width: calc(100% - 180px);
  }
  .menu a i {
    width: 80%;
  }
  .contact_fl .contact_text p {
    line-height: 30px;
    padding: 16px 0;
  }
}
@media (max-width: 478px){
  .download_list li a {
    flex-wrap: wrap;
    margin-bottom: 14px;
  }
  .download_list li a h2 {
    width: 100%;
    margin-bottom: 10px;
  }
  .download_list li a span.button {
    width: 90px;
  }
  .new_list li {
    width: 100%;
  }
  .new_list li .news_txt h2 {
    font-size: 20px;
    padding: 10px 0;
  }
  .new_list li a {
    padding: 10px 12px 20px;
  }
  .contact-form .input-box {
    flex-wrap: wrap;
  }
  .contact-form .input-box .input-box-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact-form .input-box {
    margin-bottom: 0;
  }
}