html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow-y: scroll;

}

body {
  margin: 0;
  padding: 0;
  display: block;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
.w1400{
  width:94%;max-width: 1400px;margin:0 auto;
}
-webkit-scrollbar {
  width: 0;
}

scrollbar {
  width: 0;
}

img {
  filter: blur(0);
  transition: filter 1s;
}

li {
  list-style: none;
}

p,
li,
span,
ul,
dd {
  padding: 0px;
  margin: 0px;
}

*,
:after,
:before {
  box-sizing: border-box;
}

:root {
     
  --sitecolor: #0274b3;
}
.linear{
  background-image: linear-gradient(to right, #0276b0, #00a971);
}
.linear-light{
  transition: all .6s;
  background-image: linear-gradient(to right, #aed006, #00a971);
}
.linear-light:hover{ transition: all .6s;
  background-image: linear-gradient(to right, #00a971, #aed006);
}
a {
  text-decoration: none;
}
.line{
  border-top-style: solid;
  border-top-width: 0px;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-bottom: 0px;
  padding-top: 0px;
  min-height: 0px;
  max-height: none;
  height: auto;
}
.hover{
  position: relative;
}
.hover:after{
  display: block;
  content: '';
  width: 100%;
  height: 0px;
  transition: all .3s;
  position: absolute;left: 0;
  bottom: 0;background-color: var(--sitecolor);
  z-index: 0;
}
.hover:hover:after{

  width: 100%;
  height: 100%;
  transition: all .3s;

}
#header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    transition: .36s ease;
   background-image: linear-gradient(to bottom, rgba(0,0,0,.6), rgba(0,0,0,.0))
}

#header #hcontact {
    display:flex;
}

#header .u-h_contact{
  padding: 5px 15px;background-color: var(--sitecolor);border-radius: 30px;
}
#header .u-h_contact .fa-phone .icon{width: 25px;height:25px; fill: #fff;}
#header .u-h_contact  a .telNum{
  color: #fff;padding:0 5px;
}
#header #logo {
    height:77px;
    transition: .36s ease
}
#header.u-site-header .u-site-logo .hei{
display: none;

}
#header.u-site-header .u-site-logo .bai{
  display: block;
  
  }
  #header.u-site-header.mini .u-site-logo .hei{
    display: block;
    
    }
    #header.mini #logo img {
      height: 100%;
      max-height: 50px;
  }
    #header.u-site-header.mini .u-site-logo .bai{
      display:none;
      
      }
      #header.u-site-header.mini{
      background-image: linear-gradient(to bottom, rgba(0,0,0,.0), rgba(0,0,0,.0))
    }

#header #logo img {
    height: 100%;    max-height: 75px;
}

#header .wrapper {
    width:94%;
    max-width: 1400px;
    margin: 0 auto
}

#header .wrapper>.content {
    display: flex;
    width: 100%;
    height: 90px;
    transition: .36s ease;
    align-items: center;
    justify-content: space-between
}

#header .wrapper>.content .clear {
    display: none
}

#header #navWrapper {
    height: 100%;    display: flex;
    width: 70%;    align-items: center;
    justify-content: space-between;
    color: #fff;
}

#header #navWrapper>.content {
    display: flex;
    height: 100%;
    align-items: center
}

#header #navWrapper .nav {
    display: flex;
    height: 100%;
    transition: .26s ease
}

#header #navWrapper .nav:hover {
    color: #00a01e
}

#header #navWrapper .navitem {
    position: relative;
    display: flex;
   padding:0 1.2vw;
    align-items: center
}

#header #navWrapper .navitem .fa {
    margin-left: 4px
}

#header #navWrapper .navitem a {
    color: #fff;
}

#header #navWrapper .navitem a.active,
#header #navWrapper .navitem a:hover {
    color: #00a01e
}

#header #navWrapper .navitem a.active span:before,
#header #navWrapper .navitem a:hover span:before {
    width: 100%;
    opacity: 1
}

#header #navWrapper .navitem a span {
    position: relative
}

#header #navWrapper .navitem a span:before {
    position: absolute;
    top: -15px;
    left: 0;
    width: 0;
    height: 2px;
    content: "";
    transition: all .36s ease 0s;
    opacity: 0;
    background-color: #00a01e
}

#header #navWrapper .subnav {
    line-height: 62px;
    position: absolute;
    top: 100%;
    left: 50%;
    display: none;
    overflow: hidden;
    width: 164px;
    transform: translateX(-50%);
    border-radius: 0 0 8px 8px;
    background: #fff;
    box-shadow: 0 10px 24px 0 hsla(0, 0%, 51.8%, .1)
}

#header #navWrapper .subnav:hover {
    color: #00a01e
}

#header #navWrapper .subnav li {
    position: relative;
    transition: .26s ease
}

#header #navWrapper .subnav li:hover {
    background: #00a01e
}

#header #navWrapper .subnav li:hover a {
    padding-left: 62px;
    color: #fff
}

#header #navWrapper .subnav a {
    position: relative;
    z-index: 10;
    box-sizing: border-box;
    width: 100%;
    padding-left: 46px;
    transition: .36s ease
}

#header #headTop .search_wrap,
#header #navWrapper .move,
#header .searchGroup {
    display: none
}

#header.mini {
    background-color: #fff;
    box-shadow: 0 0 24px 0 hsla(0, 0%, 51.8%, .1)
}
#header.mini #navWrapper .navitem a {
  color: #666;
}
#header.mini .wrapper>.content {
    height: 70px
}

#header.mini #logo {
    height: auto
}

#navMini {
    display: none
}
/*顶部导航*/
/*滑动广告*/
.box_banner {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.box_banner .banner_pic{
  position: relative;
}
.box_banner .banner_pic img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.box_banner .banner_pic::before{
display: block;content: "";
position: absolute;
left: 0px;width: 100%;height: 100%;
top: 0px;background-color: rgba(0,0,0,.2);
z-index: 1;
}
.box_banner .banner_title{
  position: absolute;
  top: 50%;width: 100%;
  left: 50%;
  transform: translate(-50%,-50%);z-index: 2;
}.box_banner .banner_title h3{
  font-size: 2rem;color: #fff;
  text-align: center;
 font-weight: bold;
}
.box_banner .banner_title p{
  font-size: 1rem;color: #fff;
  text-align: center;
 
}






/*新闻资讯*/
.news-box{
  padding:3vw 0;
}
.news-box .news-list{
  margin:4vw 0;
}
.news-box .title .title-font {
  text-align: center;font-size: 3rem;
  font-weight: bold;color: var(--sitecolor);
}
.news-box .title .title-en{
  text-align: center;
  margin-bottom: 2rem;font-weight:normal;color:#707b85;font-size: 20px;
}
.news-list .row{
  margin: 0 auto;
}

.news-list .news-item{
  display: flex;margin: 10px 0;

}
.news-list .news-item .news-pic{ border: 1px solid #f1f1f1;
position: relative;padding-bottom: 16%;
}
.news-list .news-item .news-pic img{
width: 100%;
height: 100%;
object-fit: cover; position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);

}
.news-list .news-item .news-text{
padding:30px;
background-color: #f1f1f1;
}

.news-list .news-item .news-text .news-title{
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;color: #333;    font-size: 1.125rem;
}
.news-list .news-item .news-text .news-summary{
  -webkit-line-clamp:3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;color: #666;    font-size: 1rem;
}
.news-list .news-item .news-text .news-date{
  color: #666;    font-size: 1rem;margin-top: 10px;display: block;
}
.news-list .news-item .news-text:hover{background-color:var(--sitecolor);transition: all .5s;}
.news-list .news-item .news-text:hover .news-title{
  color: #fff; transition: all .5s;
}
.news-list .news-item .news-text:hover .news-summary{
  color: rgba(255,255,255,.7); transition: all .5s;
}
.news-list .news-item .news-text:hover .news-date{
  color: rgba(255,255,255,.7); transition: all .5s;
}
/*新闻详情*/
.news-box .news-detail{
  width: 92%;
  max-width: 1500px;
  margin:3vw auto 0 auto;
}
.news-box .news-detail .hot-news{
padding: 20px;
border: 1px solid #eee;

}
.news-box .news-detail .hot-news h3{
  font-weight: bold;margin-bottom: 1rem;
}

.news-box .news-detail .hot-news .hot-news-title{
  font-size: 1.125rem;
  line-height: 1.6rem;padding:10px 0;
  color: #333;    display: block;
}.news-box .news-detail .hot-news .hot-news-summary{

font-size: 1rem;padding: 5px 0;color: #666;
line-height: 1.6rem;    -webkit-line-clamp: 2;
display: -webkit-box;
-webkit-box-orient: vertical;
}
.news-box .news-detail .hot-news .hot-news-pic{
  display: block;
  overflow: hidden;
}

.news-box .news-detail .hot-news .hot-news-date{
  color: #999;font-size: 1rem;
}
.news-box .news-detail .hot-news .hot-news-pic img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.news-box .news-detail .p_articles div{
font-size: 1rem;
line-height: 2rem;
color: #666;
}

.news-box .news-detail .handle{
	height:auto;
	padding-top:12px;
	overflow:hidden;
	clear:both;
}
.news-box .news-detail .handle .digg{
	width:59px;
	height:59px;
	float:left;
	background:url(../images/digg-bg.gif) no-repeat;
	margin-right:12px;
}
.news-box .news-detail .handle .digg .digg_num{
	width:56px;
	height:34px;
	font-size:20px;
	text-align:center;
	line-height:34px;
	overflow:hidden;
	color:#6B9169;
}
.news-box .news-detail .handle .digg .digg_act{
	width:56px;
	height:22px;
	line-height:23px;
	overflow:hidden;
}
.news-box .news-detail .handle .digg .digg_act a{
	margin-left:11px;
	color:#666;
	float:left;
}
.news-box .news-detail .handle .context{
	float:left;
}.news-box .news-detail .handle .context ul{
padding-left: 0px;

}
.news-box .news-detail .handle .context ul li{
	line-height:29px;
	color:#888;
}
.news-box .title-font{
  font-weight: bold;
  font-size: 26px;
}
.news-box .news-date em{
  font-style: normal;
}


  
  
/*版权所有*/
  .footer-box{padding:3vw 0;
background-color: #0274b3;
  }


  .foot-message .foot-ewm-list{
display: flex;    justify-content: space-around;
  }
  .foot-message .foot-ewm-list .foot-ewm-font{
    max-width: 115px;
    font-size: 1rem;color:#eee;
  }
  .foot-message .foot-ewm-list .foot-ewm-font p{
text-align: center;

line-height: 1.8;
margin-top: 5px;

  }
  .footer-box .foot-list{
    display: flex;
    justify-content:space-between;
    max-width: 1400px;width: 92%;
    margin: 0 auto;
  }

  .footer-box .foot-list .foot-contact{
    padding: 0 2vw;
width: 30%;
  }
  .footer-box .foot-list .foot-message{
    padding: 0 2vw;
    width: 25%;
      }


  .footer-box .foot-list .foot-menu{
    width: 45%;
    padding: 0 2vw;display: flex;
    border-left: 1px solid rgba(255,255,255,.3);
    border-right: 1px solid rgba(255,255,255,.3);
  }
  .footer-box .foot-list .foot-menu .foot-menu-list{width: 33%;padding:0 1vw;}
  .footer-box .foot-list .foot-menu .foot-menu-list .foot-menu-font a{
font-size: 1rem;
color: #eee;line-height:1.8rem;

  }
  .footer-box .foot-list .foot-menu .foot-menu-list .foot-menu-font a:hover{    color: #afd005;}
  .footer-box .foot-title{
    font-size: 1.125rem;
    line-height: 2rem;margin-bottom: 15px;
    color: #fff;font-weight: bold;
  }  .footer-box .foot-title a{ color: #fff;
  }
  .footer-box .foot-contact .foot-text a{
    color: #eee;

  }
  .footer-box .foot-contact .foot-text{
    color: #eee;font-size: 1rem;
  }
  .footer-box .foot-contact .foot-text dt {
display: flex;align-items: center;    color: #fff;

  } 
  
  .footer-box .foot-contact .foot-text dt b{
     color: #fff;
    
      } 

  .footer-box .foot-contact .foot-text dt .icon{
    width:46px;height: 46px;margin-right: 10px; fill: #afd005;
  }
  .footer-box .foot-contact .foot-text em{
font-style: normal;

  }
  .footer-box .foot-contact .foot-text b{
    color: #eee;font-size:22px;display: block;
  }
  .foot-contact .foot-text dd{
    line-height: 2rem;
  }
  .foot-contact .foot-text dd .icon{
    width:22px;height: 22px;margin-right: 10px;   fill: #afd005;
  }
.copyright-box{
  padding: 2vw 0;    justify-content: center;
  text-align: center;display: flex;
  background-color: #1c1c1c;border-top: 1px solid #666;color: #ccc;
}
@media screen and (max-width: 1360px){

  #header #navWrapper .navitem {
 
    padding: 0 .8vw;
    align-items: center;
}
#header #navWrapper {
  height: 100%;
  display: flex;
  width: 75%;
}
}
@media screen and (max-width: 1100px){
  #openBtn{
    position: relative;
  }
  #header a.u-btn--open_nav {
    position: relative;
    top: auto;
    left: auto;
    width: 5.6vw;
    height: 100%;
    margin: 0;
    content: 'viewport-units-buggyfill'; width: 5.6vw';
}#header .lcbody {
  position: absolute;
  top: 50%;
  width: 5.6vw;left: 0;
  height: 3.733vw;
  transform: translate3d(0,-50%,0);
  content: 'viewport-units-buggyfill'; width: 5.6vw; height: 3.733vw';
}
#header .lcitem {
  position: absolute;
  top: 0;
  left: 0;
  width: 5.6vw;
  height: 2px;
  transform: none;
  background-color: #bfbfbf;
  content: 'viewport-units-buggyfill'; width: 5.6vw';
}
.u-head_top{
  width: 100%;
    display: flex;
    justify-content: space-between;
}

#header .lcbody.meun-btn-open .lcitem.center {
  width:0%;transition: all .3s;
}
#header .meun-btn-open .lcitem.top {
  transform: translateY(2vw) rotate(45deg);transition: all .3s;
  }
  #header .lcbody.meun-btn-open .lcitem.bottom {
    transform:translateY(2vw) rotate(-45deg);transition: all .3s;
    }

  #header #navWrapper .nav {
    display: flex;
    height: calc(100% - 80px);
    transition: .26s ease
}
#header .lcitem.top {transition: all .3s;
  transform: translateY(0vw);
  content: 'viewport-units-buggyfill'; 
}
#header .lcitem.center {transition: all .3s;
  transform: translateY(1.533vw);
  content: 'viewport-units-buggyfill'; 
}

#header .lcitem.bottom {transition: all .3s;
  transform: translateY(2.933vw);
  content: 'viewport-units-buggyfill; transform: translateY(2.933vw)';
}
  #header #navWrapper .navitem a {
    color: #666;
    display: block;width: 100%;
  
}
  #header #navWrapper .navitem {
    position: relative;
    display:flex;  border-bottom: 1px solid #ccc;
   padding:10px 16px;
    align-items: center;    width: 100%;
}
  #header .wrapper>.content {
    display: flex;
    width: 100%;
    height: 70px;
  }

  #header #logo img {
    height: 100%;margin-top:10px;
    max-height:55px;
}
#header{
  background-image: linear-gradient(to bottom, rgba(0,0,0,.6), rgba(0,0,0,.6));
    position: static;
  }



  #header.mini{
   
    position:fixed;
  }
  .news-list .news-item .news-pic {
    position: relative;
    padding-bottom: 75%;    width: 100%;
    box-sizing: content-box;
}
.navbar .mr-auto{
  display: none;
}
  .about-box{
    flex-direction: column;
  }
  .about-box .about-box-pic img{
display: block;width: 100%;
  }

  #header.mini #navWrapper {    top: 70px;height:calc(100% - 70px);}
  #header #navWrapper{
    position: fixed;
    left: 0px; display:none;
    top: 70px;height:calc(100% - 70px);
    width: 100%;
    background: #f1f1f1;
    z-index: 99;
    flex-direction: column;
}
#header #navWrapper.wrapper-after-show{
  display:block;
}
.prod-box .cate-main {
  width: 100%;
}
.prod-box .prod-main {
  width: 100%;
}

.footer-box .foot-list{

  flex-direction: column;
}

.footer-box .foot-list .foot-contact {
  padding: 0 2vw;
  width: 100%;
}

.footer-box .foot-list .foot-menu {
  width: 100%;
  padding: 0 2vw;
}


.footer-box .foot-list .foot-menu .foot-menu-font{

display: none;

}
.footer-box .foot-list .foot-message {
  padding: 0 2vw;
  width: 100%;
}

.news-list .news-item{
  flex-wrap: wrap;
}


}

/* 分页*/


.list-page {text-align:center;padding: 15px 15px;}
.mws-panel-content {background: #eee;}
.pagination {margin:0 !important;padding: 10px 10px;    justify-content: center;}
.pagination li{border:1px solid #e6e6e6;padding: 3px 8px;display: inline-block;}
.pagination .active{background-color: #46A3FF;color: #fff;}
.pagination .disabled{color: #aaa;}

/*搜索*/
.prod_top_cate {
  padding: 5px 0;
  background-color: #f1f1f1;
}
.search{
  text-align: right;
  margin: 8px 0;
}

.search .public_search_form .layui-input{
  background-color: #fff;
  padding-left: 15px;outline:none;
  border-radius:20px 0px 0 20px;
  border: 0;font-size:0.875rem; max-width: 260px; width: 100%;
  line-height: 2rem;
}
.search .public_search_form .layui-input:focus{border: none;}
.search .public_search_form .layui-btn{
  border-radius:0 20px 20px 0;border: 0;padding:0px 10px;
  background-color: var(--sitecolor);line-height: 2rem;
}
.search .public_search_form .layui-btn .icon{
width: 18px;
height: 18px;
fill: #fff;

}

.brand-nav .container_target{
  font-size: 14px;
  line-height: 1;
  padding: 1.0833333333vw 0;
  color: #a6a6a6;
}

.brand-nav .container_target a {
  color: #666;padding:0 5px;
}

.brand-nav .container_target .fa{
  margin: 0 5px;font-style: normal;
}

