/*#region 通用*/
body { color: #2b2b2b; font-size: 14px;  font-family: arial;}
a{color: #2b2b2b;}
a:hover{color: #d81b41;}
body, div, p, img, ul, ol, li, form, input, label, span, dl, dt, dd, h1, h2, h3, h4, h5, h6 {margin: 0;padding: 0; }
img {
  aspect-ratio: attr(width) / attr(height);
}
ul, ol, li, dl, dd, dt {list-style-type: none; }
.img-width{width: 100%;height: auto;}
.main-container { margin-bottom: 40px; margin-top: 40px; }
.bghui{background: #f2f2f2;}
.card-thumb img{transition: all 0.5s ease;}
.card-thumb:hover img{transform: scale(1.05);}
.container-xl.long{max-width: 1780px;}
@media(max-width:768px) {
    .main-container { margin: 20px 0; }
}
/*#endregion*/

.header {z-index: 999;width: 100%;position: fixed;top: 0;}
.header-top{background: #009944;height: 34px;}
.top-lang .dropdown.lang .dropdown-toggle{background: transparent;color: #fff;}
.header-nav{ background: rgba(255, 255, 255, 0.5);height: 109px;border-bottom: 0px solid #fff;display: flex;align-items: center;}
.header.fadeInDown .header-top{display: none;}
.header.fadeInDown .header-nav{background: #fff;border-bottom: 1px solid #009944;height: 70px;}
.header.fadeInDown .header-nav .logo img{width: 70%;}
.header.ny{position: relative;}
.header.ny.fadeInDown{position: fixed;}
.header.ny .header-top{display: block;}
.header.ny .header-nav{background: #fff;border-bottom: 1px solid #009944;height: 70px;}
.header.ny .header-nav .logo img{width: 70%;}
.header.ny.fadeInDown .header-top{display: none;}

.navbar { padding: 0px;position: relative; z-index: 9999;}
.navbar-custom { top: 0; z-index: 2; justify-content: end;}
.navbar-custom .navbar-nav > .nav-item { font-size: 20px; min-width: 80px; margin: 0 5px;  }
.navbar-custom .navbar-nav .nav-link {text-align: center; color:#2b2b2b; padding: 0 15px; height: 52px;display: flex;align-items: center;justify-content: center; font-size: 18px; }
.navbar-custom .navbar-nav .nav-link:after,.navbar-custom .navbar-nav .nav-link:after{content: "";width: 0px;height: 3px;background: #009944;position: absolute; bottom: 0;}
.navbar-custom .navbar-nav .nav-link:hover:after,.navbar-custom .navbar-nav .nav-link.active:after{width: 55px; transition: all 0.3s;}
.navbar-custom .navbar-nav .nav-link:hover, .navbar-custom .navbar-nav .nav-link:focus { color:#009944;  transition: all 0.3s;}
.navbar-custom .navbar-nav .nav-link.disabled { color: rgba(0, 0, 0, 0.3); }
.navbar-custom .navbar-nav .show > .nav-link,
.navbar-custom .navbar-nav .active > .nav-link,
.navbar-custom .navbar-nav .nav-link.show,
.navbar-custom .navbar-nav .nav-link.active{color: #009944;}
.navbar-custom .navbar-text { color: rgba(0, 0, 0, 0.5); }
.navbar-custom .navbar-text a { color: rgba(0, 0, 0, 0.9); }
.navbar-custom .navbar-text a:hover, .navbar-custom .navbar-text a:focus { color: rgba(0, 0, 0, 0.9); }

.banner .swiper-wrapper {text-align: center;}
@media(max-width:1200px) {
.header-nav{height: 75px;}
.navbar-custom .navbar-nav .nav-item { margin: 0 5px;}
.navbar-custom .navbar-nav .nav-link {padding: 0 8px;}
}

/*#region 手机端*/
.header-mb{background: #fff;position: fixed;top: 0;left: 0;right: 0;width: 100%;border-bottom: 1px solid #009944;z-index: 999;}
.header-mb .container-xl{height: 50px;}
.header-mb .top-logo{width: 50%;}
.header-mb .top-logo img{height: 30px;width: auto;}
.header-mb .top-mb{display: flex; align-items: center;width: 50%;justify-content: flex-end; }
.header-mb .top-mb .dropdown.lang .dropdown-toggle{background: transparent; padding: 0;}
.header-mb .top-mb .dropdown-menu{min-width: 80px;margin-top: 8px;}
.header-mb .top-mb .top-mb-search{padding: .5rem .4rem; margin-left: 10px; width: 30px; text-align: center; }
.header-mb .top-mb .top-mb-search i{font-size: 16px;color: #333}
.header-mb .top-mb .icon-bars{color: #333;}
.header-mb .top-mb .dropdown.lang .dropdown-toggle{color: #333;}
.top-mb-search-box{display: none; position: fixed;background: #fff; top: 50px; padding: 6px 15px 10px;box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);z-index: 998;width: 100%; }
.top-mb-search-box .search-group{width: 100%;height: 38px;}
.top-mb-feed i{font-size: 16px;color: #333}

.mobile-head-item .main-content-wrap {
  background: #FFF;
  top: 0;
  display: block;
  z-index: 99999;
 }
 .mobile-head-item .main-content-wrap .content-wrap {
  overflow-y: auto;
  height: 100%;
  padding: 15px 10px;
  background-color: #fff;
 }
 .mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap {
  overflow-y: hidden;
 }
 .mobile-head-item .side-content-wrap {
  position: fixed;
  display: block;
  right: -80%;
  width: 80%;
  height: 100%;
 }
 .mobile-head-item .middle-content-wrap {
  position: absolute;
  right: 0;
  width: 100%;
  height: auto;
  padding: 20px 0;
  opacity: 0;
  visibility: hidden;
 }
 .mobile-head-item .middle-show-content-wrap {
  top: 30px;
  visibility: visible;
  opacity: 1;
 }
 /* header */.head_top .top_left {
  display: none;
 }
 
 /*nav */.head_nav {
  width: 100%;
  padding: 0 5px;
 }
 .head_nav li {
  padding-left: 28px;
  padding-top: 4px;
  padding-bottom: 4px;
 }
 .head_nav li,
 .head_nav li a {
  color: #111;
 }
 .head_nav li.has-child {
  padding-left: 28px;
  margin-top: 0;
  margin-bottom: 0;
 }
 .head_nav li.has-child>a {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: 35px;
 }
 .head_nav li.has-child>ul {
  display: none;
 }
 .head_nav li.siblings-no-menu {
  position: relative;
  padding-left: 15px;
 }
 .head_nav li a {
  display: block;
  height: auto;
  line-height: 1.4em;
  position: relative;
 }
 .head_nav li a:hover {
  color: inherit;
 }
 .head_nav li em {
  display: block;
  height: 1.4em;
  overflow: hidden;
 }
 .head_nav li li {
  font-size: 14px;
 }
 .head_nav li li li {
  font-size: 12px;
 }
 .head_nav li li a {
  color: #666;
 }
 .head_nav li.has-child a b {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #111;
  border-radius: 2px;
  overflow: hidden;
  line-height: 15px;
  position: absolute;
  right: -35px;
  top: 1px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
 }
 .head_nav li.has-child a b:before,
 .head_nav li.has-child a b:after {
  content: '';
  display: block;
  width: 9px;
  height: 1px;
  background-color: #111;
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -.5px;
 }
 .head_nav li.has-child a b:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
 }
 .head_nav li.has-child a:hover b {
  border-color: #111;
 }
 .head_nav>li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
 }
 .head_nav>li>a {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: -1px;
  position: relative;
  text-transform: uppercase;
  position: relative;
 }
 .head_nav li,
 .head_nav li.has-child {
  padding-left: 0;
 }
 .head_nav li li,
 .head_nav li li.has-child {
  padding-left: 15px;
 }
 .head_nav li.active>a>b:after {
  display: none;
 }
 .head_nav li.active>a>b {
  background-color: #111;
 }
 .head_nav li.active>a>b:before,
 .head_nav li.active>a>b:after {
  background-color: #fff;
 }

 .mobile-ico-close {
  width: 30px;
  height: 30px;
  background: #fff url(../../images/mobile_close.png) center center no-repeat;
  background-size: 50% auto;
  position: absolute;
  left: -35px;
  top: 0;
  cursor: pointer;
 }
/*#endregion*/

@media(max-width:768px) {
    body{padding-top: 50px;}
    
}
/*#endregion*/

/*#endregion*/

/*#region 栏目列表*/
.menu-collapse { border-radius: 6px 6px 0 0; border: 1px solid #e7e7e7; background: #fff; }
.menu-collapse .collapse-title { padding: 0.875rem; background: #b89692; color: #fafafa; }
.menu-collapse .collapse-title h5 { font-size: 1.25rem; font-weight: 500; }
.menu-collapse .collapse-title .navbar-toggler { color: #fff; }
.menu-collapse .menu-link { transition: background-color ease 0.2s; color: #666; border-bottom: 1px solid #e7e7e7 }
.menu-collapse ul ul .menu-link { padding: 12px 16px 12px 30px; }
.menu-collapse .menu-link:before { content: "●"; font-size: 0.75rem; margin-right: 5px; color: #b89692 }
.menu-collapse .menu-link:hover { background: #f8f9fa; }
.menu-collapse .drop { }
.menu-collapse .menu-link.active { background: #f6f6f6; color: #666 }

.nynav-pro{margin-bottom: 20px;}
.menu-horizontal{display: flex;justify-content: center;}
.menu-horizontal .nav-item {margin-right: 5px;margin-left: 5px; overflow: hidden; }
.menu-horizontal .nav-link {width: 100%; padding: 12px 20px; color: #fff;display: block;text-align: left;  font-size: 16px;  }
.menu-horizontal .nav-link.active,.menu-horizontal .nav-link:hover {color: #fff;background: #ed7902;  }

.menu-horizontal-child {  display: flex; flex-wrap: wrap; background: #009944; margin-top: 8px; padding: 6px; }
.menu-horizontal-child .nav-item-child{display: flex;align-items: center;position: relative;margin-right: 8px;}
.menu-horizontal-child .nav-link-child { color: #fff;font-size: 14px;line-height: 31px; padding: 2px 20px; overflow: hidden;border-radius: 20px;}
.menu-horizontal-child .nav-link-child:hover,.menu-horizontal-child .nav-link-child.active{color: #009944;background: #ffffff; transition: all 0.3s;}

.menu-horizontal-about{display: flex;padding: 20px 0 0;justify-content: flex-start;}
.menu-horizontal-about .nav-item-about { background: #ababab;margin-right: 10px;color: #fff;}
.menu-horizontal-about .nav-link-about {padding: 15px 20px; color: #fff;display: block;text-align: left;  font-size: 16px;}
.menu-horizontal-about .nav-link-about.active,.menu-horizontal-about .nav-link-about:hover {color: #fff; background: #009944;  }

@media(max-width:768px) {
    .nynav-about{padding-right: 0px;}
    
}
/*#endregion*/

/*#region 位置导航*/
.page-title {padding: 0 0 20px; display: -ms-flexbox; color: #b8b8b8;text-align: right; border-bottom: 1px solid #d8d8d8;}
.page-title .title{font-size: 40px;}
.page-title a{color: #b8b8b8;}
.page-title a:hover{text-decoration: underline;}
.page-title .breadcrumb { justify-content: flex-end; }
.breadcrumb-item + .breadcrumb-item::before { color: #b8b8b8;font-family: cmsfont; content: "\f054";font-size: 10px;  }
.page-title .breadcrumb:before { font-family: cmsfont; content: "\f016"; margin-right: 0.25rem; color: #b8b8b8}
.page-title .breadcrumb-item:last-child a{color: #dd7417;font-weight: bold;}


@media(max-width:768px) {
    .page-title {padding: 0 0 10px; display: -ms-flexbox; color: #009a44;text-align: center; border-bottom: 1px solid #d8d8d8;}
    .page-title a{color: #009a44;}
    .page-title a:hover{text-decoration: underline;font-size: 16px;}
    .page-title .breadcrumb { justify-content: center;font-size: 16px; }
    .breadcrumb-item + .breadcrumb-item::before { color: #009a44;font-family: cmsfont; content: "\f054";font-size: 16px;  }
    .page-title .breadcrumb:before {display: none;}

}
/*#endregion*/

/*#region 底部*/
footer {background: #2b2b2b; color: #fff;}
footer .foot-top{padding: 75px 0 40px;}
footer .foot-top h3{font-size: 20px;font-weight: bold;margin-bottom: 15px;}
footer .foot-top p{font-size: 16px;line-height: 24px;}
footer .foot-top .list{display: flex;flex-wrap: wrap;}
footer .foot-top .list p{width: 50%;}
footer .foot-top .list p a{color: #fff;}
footer .foot-top .list p a:hover{text-decoration: underline;}
footer .foot-bottom{background: #009944;font-size: 16px;line-height: 24px;color:#fff;text-align:center;padding:8px 0;}
footer .foot-top .d-flex{justify-content:space-between;flex-wrap:wrap;display:flex;margin-top:15px;}
footer .foot-top .d-flex>div{width: 48%;text-align:center;}
footer .foot-top .d-flex>div p{margin-top:10px;}

@media(max-width:768px) {
    footer .foot-top{padding: 10px 0 30px;}
    footer .foot-top h3{margin-top: 25px;}
    footer .foot-top .list{margin-bottom: 20px;}
}
/*#endregion*/

/*#region 首页*/
.banner{margin-top: 34px;}
.banner .banner-text{align-items: flex-start;top: 170px;}
.banner .banner-text h3 a{font-size: 28px;font-weight: bold;color: #2b2b2b;text-transform: uppercase;}
.banner .banner-text h3 a:hover{color: #009944;}

@media(max-width:768px) {
    .banner{margin-top: 0px;}
}

.home-title{font-size: 40px;font-weight: bold;text-align: center;text-transform: uppercase;margin-bottom: 60px;position: relative;}

.home-pro{background: #fff;padding: 80px 0;}
.home-pro .pro-box{border: 1px solid #2b2b2b;padding: 20px;height:100%;}
.home-pro .pro-box h3{font-size: 18px;text-align: center;margin: 20px 0 30px;}
.home-pro .pro-box .more{width: 173px;height: 55px;font-size: 18px;text-align: center;color: #fff;display: block;background: #009944;line-height: 55px; border-radius: 50px;overflow: hidden;margin: 0 auto 10px;}
.home-pro .pro-box .more:hover{text-decoration: underline;}
.home-pro .pro-box:hover{box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.2);}

@media(max-width:768px) {
    .home-pro{padding: 30px 0;}
    .home-title{font-size: 26px;margin-bottom: 30px;}
    .home-pro .pro-box{padding: 10px;margin-bottom:15px;height:auto;}
    .home-pro .pro-box .more{width: 100%;font-size: 14px;height: 40px;line-height: 40px;}
    .home-pro .row{margin-left:-7px;margin-right:-7px;}
    .home-pro .row .col-6{padding-left:7px;padding-right:7px;}
    .home-pro .pro-box h3{font-size:13px;}
}


.home-about{background: url(../../images/hmaboutbg.jpg) no-repeat center;padding: 120px 0;color: #fff;background-size: cover;}
.home-about h2{font-size: 40px;font-weight: bold;text-align: center;text-transform: uppercase;margin-bottom: 100px;color: #fff;}
.home-about .more{width: 220px;height: 60px;font-size: 18px;text-align: center;color: #fff;display: block;background: #009944;line-height: 60px; border-radius: 50px;overflow: hidden;margin: 100px auto 50px;}
.home-about .more:hover{text-decoration: underline;}
.home-about .ab-box{text-align: center;border: 1px solid transparent;transition: all 0.5s;cursor: pointer;padding: 10px;height: 100%;}
.home-about .ab-box h4{display: flex;justify-content: center; margin: 8px 0 12px;font-size: 30px;font-weight: bold;}
.home-about .ab-box h4 span{font-size: 10px;margin-left: 15px;margin-top: 16px;}
.home-about .ab-box h4 i{font-size: 10px;margin-left: 15px;margin-top: 3px;}
.home-about .ab-box p{font-size: 15px;line-height: 24px;}
.home-about .ab-box:hover{border-color: #fff;}

@media(max-width:768px) {
  .home-about{padding:40px 0}
  .home-about h2{font-size:24px;margin-bottom:20px;}
  .home-about .desc{font-size:14px;line-height:22px;text-align:center;margin-bottom:15px;}
  .home-about .row{margin-left:-7px;margin-right:-7px;}
  .home-about .row .col{padding-left:7px;padding-right:7px;margin-bottom:10px;}
  .home-about .ab-box h4{margin:0 0 5px;}
  .home-about .ab-box p{font-size:14px;line-height:20px;}
  .home-about .more-box{display:flex;align-items:center;justify-content:center;background:#009944;border-radius:15px;overflow:hidden;height:100%;}
  .home-about .more{width:100%;color:#fff;margin:0;line-height:30px;font-size:20px;height:auto;}
}

.home-app{background: #fff;padding: 80px 0;}
.home-app .row{margin-left: 4px;margin-right: 4px;}
.home-app .row .col{padding-left: 4px;padding-right: 4px;}
.home-app h4{height: 100px;display: flex;align-items: center;justify-content: center;background: #009944;color: #fff;font-size: 18px;z-index: 10;}

@media(max-width:768px) {
  .home-app{background: #fff;padding: 30px 0;}
  .home-app .row{margin-left:-7px;margin-right:-7px;}
  .home-app .row .col-12{padding-left:7px;padding-right:7px;}
  .home-app .row .col-6{padding-left:7px;padding-right:7px;}
  .home-app h4{height:40px;font-size:16px;line-height:40px;margin-bottom:15px;}
}

.home-service{background: url(../../images/hsserbg.jpg) no-repeat center;padding:70px 0;background-size: cover;}
.home-service .ser-box{margin-top: 50px;margin-bottom: 50px;display: flex;align-items: center;}
.home-service .ser-box .img{min-width: 59px;}
.home-service .ser-box .text{padding-left: 19px;color: #fff;}
.home-service .ser-box .text h4 a{color: #fff;}
.home-service .ser-box .text h4 a:hover{text-decoration: underline;}

@media(max-width:768px) {
    .home-service{padding: 30px 0;background:#ededed;}
     .home-service h2{font-size:24px;text-align:center;font-weight:bold;margin-bottom:20px;text-transform:uppercase;}
    .home-service .ser-box{margin-top: 15px;margin-bottom: 15px;}
    .home-service .ser-box .img{min-width: 71px;width:71px;background:#009944;border-radius:20px;overflow:hidden;text-align:center;padding:10px;}
    .home-service .ser-box .text{color:#333;}
    .home-service .ser-box .text h4{font-size:16px;font-weight:bold;}
    .home-service .ser-box .text p{font-size:14px;line-height:20px;}
}

.home-news{background: #eeeeee;padding: 80px 0;}
.home-news .row{margin-left: -40px;margin-right: -40px;}
.home-news .row .col-md-4{padding-left: 40px;padding-right: 40px;}
.home-news .more{position: absolute;right: 0;top: 20px;font-size: 16px;font-weight: normal;display: flex;align-items: center;}
.home-news .more span{color: #fff;width: 24px;height: 24px;background: #009944;border-radius: 50px;overflow: hidden;margin-left: 8px;line-height: 24px;text-align: center;}
.home-news .news-box{background: #fff;margin-bottom: 30px;}
.home-news .news-box .text{padding: 25px 20px 40px;position: relative;}
.home-news .news-box .text h4{font-size: 20px;font-weight: bold;margin-bottom: 10px;display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.home-news .news-box .text p{font-size: 15px;line-height: 20px;height: 100px;overflow: hidden;}
.home-news .news-box .text:after{content:" ";width: 93px;height: 3px;display: block;position: absolute;background: #009944; bottom: 34px;right: 25px;z-index: 10;}
.home-news .news-box:hover{box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.2);}

@media(max-width:1330px) {
.home-news .row{margin-left: -15px;margin-right: -15px;}
.home-news .row .col-md-4{padding-left: 15px;padding-right: 15px;}
}

@media(max-width:768px) {
    .home-news{padding: 30px 0;}
    .home-news .more{display: none;}
}

/*#endregion*/

/*#region 文章单页*/
/*#region about wrapper*/
.banner.about{margin-top: 0;}
.banner.about .ab-box{text-align: center;border: 1px solid transparent;transition: all 0.5s;cursor: pointer;padding:20px 10px;height: 100%;}
.banner.about .ab-box h4{display: flex;justify-content: center; margin: 8px 0 12px;font-size: 30px;font-weight: bold;}
.banner.about .ab-box h4 span{font-size: 10px;margin-left: 15px;margin-top: 16px;}
.banner.about .ab-box h4 i{font-size: 10px;margin-left: 15px;margin-top: 3px;}
.banner.about .ab-box p{font-size: 15px;line-height: 20px;}
.banner.about .ab-box:hover{border-color: #fff;}
.banner.about .banner-text{align-items: flex-end;}

.about-wrapper1{background: #fff;padding: 150px 0;}
.about-wrapper1 .text{font-size: 16px;line-height: 30px;}
.about-wrapper2{background: #f5f5f5;}
.about-wrapper2 .text{display: flex;align-items: center;justify-content: center;padding: 25px;}
.about-wrapper2 .text .box h3{font-size: 20px;font-weight: bold;color: #009944;margin-bottom: 20px;}
.about-wrapper2 .text .box p{font-size: 16px;line-height: 24px;}
.about-wrapper2 .text .box p:after{content: "";display: block;margin-top: 60px;width: 81px;height: 1px;background: #000;}
.about-wrapper3{background: #fff;padding: 80px 0 50px;}
.about-wrapper3 h2{font-size: 30px;font-weight: bold;color: #009944;text-align: center;margin-bottom: 30px;text-transform: uppercase;}
.about-wrapper3 .his-box{display: flex;justify-content: space-between;flex-wrap: wrap;margin-bottom: 40px;}
.about-wrapper3 .his-box .img{width: 17%;}
.about-wrapper3 .his-box .text{width: 40%;margin-top:60px;}
.about-wrapper3 .his-box .text h4{font-size: 20px;font-weight: bold;color: #009944;margin-bottom: 10px;}
.about-wrapper3 .his-box .text p{font-size: 16px;line-height: 20px;}

@media(max-width:768px) {
    .banner.about .banner-text{display: none;}
    .about-wrapper1{padding: 30px 0;}
    .about-wrapper1 .img{margin-bottom: 20px;}
    .about-wrapper3{padding: 30px 0;}
    .about-wrapper3 .his-box .text{margin-top: 0;}
}

/*#region contact-wrapper*/
.contact-wrapper {padding-top: 30px;padding-bottom: 30px;}
.contact-wrapper .map{border: 1px solid #999999; margin-bottom: 30px;position: relative;overflow: hidden;}
.contact-wrapper .contact-content h3 {  color: #009944; font-size: 21px; font-weight: bold; }
.contact-wrapper .contact-content p {  color: #999999; font-size: 16px; line-height: 30px; }

@media(max-width:768px) {
  .contact-wrapper .col-md-5{order:13;}
  .contact-wrapper .col-md-7{order:-1;}
}

/*#region 产品列表*/
.proindex-wrapper{ padding:40px 0;}
.pro-row {background: #ebebeb; margin-left: 0px;margin-right: 0px; padding: 20px;margin-bottom: 30px;}
.pro-row .col-md-7{padding-right: 50px;}
.pro-row .text h4{font-size: 20px;color: #009944;line-height: 30px;margin-bottom: 10px;}
.pro-row .text h4 a{color: #009944;}
.pro-row .text h4 a:hover{text-decoration: underline;}
.pro-row .text .dsec{font-size: 16px;color: #666666;line-height: 24px;margin-bottom: 10px;}
.pro-row .text .list p{font-size: 16px;color: #666666;line-height: 26px;display: flex; align-items: center;}
.pro-row .text .list p:before{content: "";width: 7px;height: 7px;background: url(../../images/profltb.jpg) no-repeat;margin-right: 8px;}


.pro-wrapper { padding:40px 0;}
.pro-wrapper .pro-box{border-left: 1px solid #000;}
.pro-wrapper .pro-col:nth-child(1),.pro-wrapper .pro-col:nth-child(2),.pro-wrapper .pro-col:nth-child(3){border-top: 1px solid #000;}
.pro-wrapper .pro-col{border-bottom: 1px solid #000;border-right: 1px solid #000;padding: 24px 20px 60px;}
.pro-wrapper .pro-col .text{padding-left: 35px;padding-right: 35px;}
.pro-wrapper .pro-col h4{font-size: 16px;line-height: 27px; height: 81px;font-weight: bold;margin-bottom: 40px;overflow: hidden;}
.pro-wrapper .pro-col .more{display: block;background: #009944; width: 131px;height: 36px;line-height: 36px;text-align: center;font-size: 16px;color: #fff;cursor: pointer;border-radius: 10px;overflow: hidden;}
.pro-wrapper .desc{background: #009a44;padding: 30px;margin-bottom: 30px;color: #fff;}
.pro-wrapper .desc h1{font-size: 24px;margin-bottom: 15px;}
.pro-wrapper .desc p{font-size: 16px;line-height: 22px;}
.pro-wrapper .desc .list{display: none;}
@media(max-width:768px) {
    .pro-wrapper .desc{background: #ebebeb;}
    .pro-wrapper .desc h1{color: #009944;}
    .pro-wrapper .desc p{color: #666666;}
    .pro-wrapper .desc .list{margin-top: 20px;display: block;}
    .pro-wrapper .desc .list p a{font-size: 16px;color: #000;}
    .pro-wrapper .desc .list p a:hover{color: #009944;}
    .pro-wrapper .desc .list p:before { content: "●"; font-size: 0.75rem; margin-right: 5px; color: #009944 }
}


/*#endregion*/

/*#region 文章列表*/
/*#region news list*/
.news-wrapper {padding: 30px 0;}
.news-wrapper .news-row{margin-bottom: 20px;}
.news-wrapper .news-row h4{font-size: 18px;font-weight: bold; color: #009944;margin-bottom: 15px;}
.news-wrapper .news-row h4 a{color: #009944;}
.news-wrapper .news-row h4 a:hover{text-decoration: underline;}
.news-wrapper .news-row p{font-size: 14px;color: #666666;line-height: 27px;margin-bottom: 20px;}
.news-wrapper .news-row time{font-size: 14px;color: #666666;display: flex;align-items: center;}
.news-wrapper .news-row time:before{content: "";width: 19px;height: 20px;background: url(../../images/timetb.png) no-repeat;display: block;margin-right: 8px;}

.news-wrapper .news-col { padding: 20px; margin-bottom: 30px;display: flex;justify-content: space-between;flex-wrap: wrap; background: #f3f7fa;border: 1px solid #409d64; box-shadow: 4px 4px 8px #f9f9f9; }
.news-wrapper .news-col .img{width: 30%; display: block;justify-content: center;align-items: center;border: 1px solid #cedae4;}
.news-wrapper .news-col .text{width: 70%;padding-left: 30px; }
.news-wrapper .news-col .text h3{margin-bottom: 10px; margin-top: 10px; line-height: 24px; font-size: 19px; color: #000000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news-wrapper .news-col .text h3 a{color: #000000;}
.news-wrapper .news-col .text p{font-size: 16px; color: #898989; margin-bottom: 20px;display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.news-wrapper .news-col .text h3 a:hover{color:#f2962f;transition: all 0.3s; }
.news-wrapper .news-col .text .more{background: #f2962f; padding: 8px 30px;font-size: 14px;line-height: 20px;color: #fff;border-radius: 25px;}

.exhnews-col{margin-bottom: 20px;}
.exhnews-col:hover .img{box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);}
.exhnews-col h4{font-size: 20px;color: #009944;text-align: center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top: 10px;margin-bottom: 5px;}
.exhnews-col h4 a{color: #009944;}
.exhnews-col .img{height: 280px;overflow: hidden;}
.exhnews-col h4 a:hover{text-decoration: underline;}
.exhnews-col p{font-size: 16px;color: #999999;text-align: center;}

/*#endregion*/
@media(max-width:768px) {
    .exhnews-col .img{height: auto;}
    .news-wrapper .news-col .img{width: 100%;}
    .news-wrapper .news-col .text{width: 100%;padding-left: 0px; margin-top: 10px; }
    .news-wrapper .news-row h4{margin-top: 15px;}
}

/*#endregion*/
/*#region cert-container*/
.cert-col { margin-bottom: 1.5rem; margin-top: 0.5rem; }
.cert-col .card { padding: 15px; background: #e5e5e5;  }
.cert-col .card-thumb {height: 320px;  border: 1px solid #dbdbdb; overflow: hidden; }
.cert-col .card-title { font-size: 16px; margin: 0; color: #666666; padding: 0.5rem 0.75rem; margin-top: 0.5rem; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

@media(max-width:768px) {
    .cert-col .card-thumb{height: auto;}
    .cert-container { padding-bottom: 0.5rem; padding-top: 0.5rem; }
}

/*#region contact wrapper*/
.down-wrapper {min-height: 500px;padding-bottom: 30px; padding-top: 30px;}
.down-wrapper h4{font-size: 18px; color: #666666; line-height: 18px;margin-top: 15px;margin-bottom: 8px;text-align: center;}
.down-wrapper .more{text-align: center; margin-top: 20px;margin-bottom: 50px;}
.down-wrapper .more a{font-size: 15px;color: #009a44; border: 1px solid #009a44; padding: 8px 20px;border-radius: 25px;overflow: hidden;}
.down-wrapper .img{background: #d6d6d6;padding: 55px 43px;}
.down-wrapper .img>div{box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.4);}


.down-col { border: 1px solid #eaeaea;box-shadow: 2px 2px 4px #f6f6f6; border-radius: 10px;overflow: hidden; margin-bottom: 20px;}
.down-col .down-tr{background: #a7a7a7;color: #fff; display: flex;text-align: center; }
.down-col .tr1{width: 39%;padding: 14px;}
.down-col .tr2{width: 39%; border-left: 1px solid #e1e1e1;padding: 14px;}
.down-col .tr3{width: 22%;border-left: 1px solid #e1e1e1;padding: 14px;}
.down-col .down-td{color: #666666; display: flex;text-align: center; background: #fff; }
.down-col .td1{width: 39%;padding: 14px;}
.down-col .td2{width: 39%; border-left: 1px solid #e1e1e1;padding: 14px;}
.down-col .td3{width: 22%;border-left: 1px solid #e1e1e1;padding: 14px;}
.down-col .down-td i{font-size: 32px;color: #303081}

.test-box{background: #f5f5f5;padding: 25px;margin-bottom: 30px;}
.test-box .text{padding: 90px 100px 0;}
.test-box .text .title{font-size: 24px;line-height: 25px;margin-bottom: 80px;}

@media(max-width:768px) {
    .test-box .text{padding: 15px 0;}
    .test-box .text .title{margin-bottom: 20px;}
}

/*#endregion*/

.service-wrapper{padding-top: 30px;padding-bottom: 30px;}
.service-wrapper h2{font-size: 30px;font-weight: bold;text-align: center;color: #222222;margin-bottom: 10px;}
.service-wrapper .desc{font-size: 16px; color: #666666;text-align: center;text-transform: uppercase;margin-bottom: 20px;}
.service-wrapper .img-index{border: 1px solid #d0d0d0; padding: 15px;margin-bottom: 20px;}
.service-wrapper .content{background: #f4f4f4;padding: 30px;}
.service-wrapper .content h3{font-size: 22px;line-height: 40px;font-weight: bold;}
.service-wrapper .content p{font-size: 18px;line-height: 32px;color: #666666;margin-bottom: 10px;}

@media(max-width:768px) {
    .service-wrapper .img-list .col-md-3{margin-bottom: 30px;}
    .service-wrapper .content{padding: 10px;}
    .service-wrapper .content h3{font-size: 20px;line-height: 30px;}
    .service-wrapper .content p{font-size: 16px;line-height: 24px;}
}

.about-js-box { display:flex; margin-bottom: 30px; }
.about-js-txt {padding-left:8px; }
.about-js-txt h4 { font-size: 18px; color: #6e6e6e;font-weight:bold;padding-top:6px; }
.about-js-txt p { font-size: 16px; color: #8e8e8e }

.pic-title{font-size: 32px;color: #009944;font-weight: bold;text-align: center;margin-bottom: 40px;}
.pic-row .col-md-4{margin-bottom: 30px;}

.project-col{ margin-bottom: 25px;}
.project-col .img {  height: 100%;line-height: 0;margin-bottom: 5px; }
.project-col .card-title{border-bottom: 2px solid #ebebeb; flex-grow: 1;text-align: center; margin: 0;padding: 0.5rem 0.75rem;color: #222222;background: #ebebeb; font-size:16px;justify-content: space-between; line-height: 24px; display: flex; align-items: center; }
.project-col:hover .card-title{border-bottom: 2px solid #009944;box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);}


.img-col{ margin-bottom: 25px;}
.img-col .img {  height: 100%;line-height: 0;margin-bottom: 5px; }
.img-col .card-title{border-bottom: 2px solid #ebebeb; flex-grow: 1;margin: 0;padding: 0.5rem 0.75rem;color: #222222;background: #ebebeb; font-size:18px;justify-content: space-between; line-height: 24px; display: flex; align-items: center; }
.img-col .card-title:after{content: "\f105";font-family: cmsfont;color: #9c9c9c;font-size: 18px;margin-right: 8px;}
.img-col:hover .card-title{border-bottom: 2px solid #009944;box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);}

.sol-box{background: #f5f5f5;padding: 40px 40px;}
.sol-box .title{font-size: 30px;color: #222222;font-weight: bold;text-align: center;margin-bottom: 30px;}
.sol-box p{font-size: 18px;line-height: 28px;color: #222222;margin-bottom: 40px;text-align: center;}
.sol-box:nth-child(2n){background: #fff;}
.sol-box p img{max-width: 100%;height: auto;}
@media(max-width:768px) {
.sol-box{background: #f5f5f5;padding: 20px 10px;}
.sol-box .title{font-size: 24px;}
}

@media(max-width:768px) {

}

/*#region video list*/
.video-col { margin-bottom: 1.5rem; }
.video-col .card{height: 100%;}
.video-col .card .video{}
.video-col .card-title{color: #fff;background: #009944; align-items: center;margin: 0;padding: 0.75rem 0.5rem;text-align: center;font-size: 16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.video-col .card-title a{color: #fff;}
.video-col .card-title a:hover{color: #fff;transition: all 0.3s;}

@media(max-width:768px) {
    .video-first .left{width: 100%;}
    .video-first .right{width: 100%;padding-top: 20px;padding-bottom: 10px;}
}

/*#region faq list*/
.faq-list{}
.faq-list .faq-box{cursor: pointer;background: #0095d9;margin-bottom: 1px; padding: 0px 25px;height: 70px; display: flex;justify-content: space-between; align-items: center;position: relative;width: 100%;}
.faq-list .faq-box .num{ width: 5%;text-align: center; background: #fff;padding: 5px;font-size: 16px;color: #0095d9;font-weight: bold;border-radius: 10px;overflow: hidden;}
.faq-list .faq-box .title{width: 92%; padding-left:10px;font-size: 18px;line-height: 22px;color: #ffffff;padding-right: 20px; display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.faq-list .faq-box .tb{width: 3%;background: #fff;font-size: 16px;color: #be402e;text-align: center;}
.faq-list .faq-li .faq-a{background: #f0f0f0;padding: 25px;display: none;width: 100%;}
.faq-list .faq-li .faq-a-text{font-size: 15px;color: #000000;line-height: 24px;}
.faq-list .faq-li .faq-a-text span{font-size: 15px;line-height: 24px;color: #015aaa;padding-right: 5px;}
.faq-list .faq-li:first-child .faq-a{display: block;}
.faq-feedback {padding: 10px 25px;}
.faq-feedback h2{ text-align: center;font-size: 24px;color: #6e6e6e; margin-bottom: 30px; font-weight: bold;}

@media(max-width:768px) {
    .faq-list .faq-box .num{ width: 10%;}
    .faq-list .faq-box .title{width: 80%;-webkit-line-clamp: 3;}
    .faq-list .faq-box .tb{width: 10%;}
    .faq-feedback{padding: 30px 0px 0;}
}

/*#region 详情页*/
/*默认设置*/
.content-wrapper { line-height: 1.7;  margin-bottom: 1.5rem; }
.content-wrapper h2 { font-size: 1rem; font-weight: 600; margin-bottom: 0.75rem; }
.content-wrapper h3 { font-size: 0.875rem; font-weight: 600; margin-bottom: 0.75rem; }
.content-wrapper img { max-width: 100% !important; height: auto !important; }
.content-wrapper ol { margin-left: 1em; padding-left: 1em; }
.content-wrapper video { max-width: 100% !important; height: auto !important; }
.content-wrapper iframe { max-width: 100%; }
.content-wrapper h5{font-size: 18px;font-weight: bold;border-bottom: 1px solid #e5e5e5;padding-bottom: 10px;margin-bottom: 15px;}
.content-wrapper p{font-size: 15px;line-height: 20px;margin-bottom: 15px;}

/*产品内容*/
.pronr-wrapper{padding: 40px 0;}
.pronr-wrapper .title{font-size: 30px;line-height: 36px;color: #52595d;font-weight: bold;margin-bottom: 20px;font-weight: bold;}
.pronr-wrapper .desc{background: #fff;color: #2b2b2b;}
.product-head{margin-bottom: 35px;}
.product-head .product-thumb{border: 1px solid #dadada;}
.product-head .sub-title{font-size: 30px;font-weight: bold;border-bottom: 1px solid #a0a0a0;padding-bottom: 12px;margin-bottom: 15px;}
.product-head .desc p{font-size: 14px;line-height: 20px;}
.pronr-title{background: #009944;padding: 10px 15px;font-size: 22px;color: #fff;margin-bottom: 30px;}

@media(max-width:768px) {
    
}

.content-pro-title{color: #222222;padding: 13px 16px;font-size: 18px;margin-bottom: 0; text-align: center; font-weight: bold; }
.content-pro h4{font-size: 14px;color: #898989; margin-top: 10px; text-align: center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.content-pro .pro-box{background: #f0f0f0;padding: 15px;margin-bottom: 20px;}
.content-pro.right .pro-box{margin-bottom: 0;}
.content-pro.right .box{padding: 10px;background: #f0f0f0;}
.content-pro .pro-box .img{overflow: hidden;}
.content-pro .pro-box  a{color: #333;}
.content-pro .pro-box:hover h4 a{color: #009944;transition: all 0.3s;}
.content-pro .pro-box:hover h4{color: #009944;transition: all 0.3s;}

.content-news .news-box{overflow: hidden; }
.content-news .news-col{ padding-bottom: 15px; margin-top: 0px;margin-bottom: 5px; display: flex;justify-content: space-between; align-items: center;}
.content-news .news-col h4 a{color: #222222;font-size: 18px;}
.content-news .news-col h4 a:hover{ color: #009944;transition: all 0.3s; }
.content-news .news-col h4{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom: 0px;display: flex;width: 100%;}
.content-news .news-col time{font-size: 18px;width: 20%;text-align: right;}
.content-news .news-col h4{width: 80%;}

@media(max-width:768px) {
    .newsnr-container .news-left { padding-top: 1rem; padding-bottom: 0.5rem }
    .content-news .news-col{flex-wrap: wrap;}
    .content-news .news-col h4{width: 100%;}
    .content-news .news-col time{text-align: left;width: 100%;}
}

/*文章内容*/
/*#region newsnr-container*/
.newsnr-container{margin-bottom: 40px; padding-top: 5px; }
.newsnr-container .title { font-size: 1.5rem; color: #000; text-align: center; }
.newsnr-container .content { color: #595959; line-height: 1.8rem; padding: 0; }
.newsnr-container .content p { margin-bottom: 0; }
.newsnr-container .summary { padding-bottom: 20px; text-align: center; margin: 30px 0; font-size: 15px; color: #595959; border-bottom: 1px dashed #000; }
.newsnr-container .summary span { margin-right: 15px; }
.newsnr-container .social a{border-radius: 0;}
.content-other{background: #e3e3e3;padding: 25px; font-size: 16px;color: #009944;}
.content-other a{color: #3d3d3d;}
.content-other a:hover{ color: #f2962f;transition: all 0.3s; }

.hot-pro { }
.hot-pro-title{background: #009944;color: #fff;padding: 13px 16px;font-size: 18px;margin-bottom: 0;}
.hot-pro h4{font-size: 14px;color: #898989; margin-top: 10px; margin-bottom: 20px;text-align: center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.hot-pro .box{padding: 20px;}
.hot-pro .pro-box .img{overflow: hidden;border: 1px solid #409d64;}
.hot-pro .pro-box  a{color: #333;}
.hot-pro .pro-box:hover h4 a{color: #f2962f;transition: all 0.3s;}
.hot-pro .pro-box:hover h4{color: #f2962f;transition: all 0.3s;}

.hot-news {padding: 20px 0px;}
.hot-news-title{background: #009944;color: #fff;padding: 13px 16px;font-size: 18px;margin-bottom: 0; }
.hot-news .news-box {padding: 0 15px;}
.hot-news .news-box .title{margin-top: 10px; text-align: left; font-size: 15px;color: #8b8b8b; line-height: 22px; margin-bottom: 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.hot-news .news-box .title a{font-size: 15px;color: #8b8b8b;}
.hot-news .news-box .title:hover a{color: #ed7902;transition: all 0.3s; }
.hot-news .news-box .title:hover{color: #ed7902;transition: all 0.3s; }

@media(max-width:768px) {

}
/*其他内容*/
/*#endregion*/

/*#region 其他*/
/*分页*/
.page-link { padding: .5rem 0.875rem;}
.page-item.active .page-link { color: #fff; background-color: #b89692; border-color: #b89692; }

/*留言*/
.form-feedback .form-control{ background: #f2f2f2; color: #8d8d8d; border-radius: 5px;overflow: hidden; border: 1px solid #f2f2f2; padding-top: 10px;padding-bottom: 10px;  }
.form-feedback .form-control::-webkit-input-placeholder{color: #8d8d8d;}
.form-feedback .btn { color: #fff; background: #ee831b;border-radius: 5px; font-size: 18px; line-height: 22px;}
.form-feedback .btn:hover{background:#f0214b }

/*搜索*/
.pro-search{margin-bottom: 30px;}
.pro-search .search-group{width: 100%;height: 45px; border-bottom: 1px solid #dddddd;border-left: 0;border-right: 0;border-top: 0;border-radius: 0;}
.pro-search .search-group .btn {background:#fff; }
.pro-search .search-group i { color: #333; font-size: 1.3rem; }

.search-group { width: 250px; height: 37px; background: #fff; overflow: hidden;border: 1px solid #5c5352;border-radius: 5px;}
.search-group .form-control { border: none; border-radius: 0px ;background: transparent;color: #5c5352;}
.search-group .form-control::-webkit-input-placeholder{color: #5c5352;}
.search-group .btn {border-radius: 0px;background:#5c5352; height: 37px;  width: 37px;display: flex;justify-content: center;align-items: center; padding: 6px 15px; margin-bottom: 0; }
.search-group i { color: #fff; font-size: 1.3rem; }
.search-group .btn:hover{background: #5c5352;}
.search-group .btn:hover i{color: #fff;}


/*#表格*/
.table-wrapper table th, .table-wrapper table td { padding: 5px; vertical-align: middle; font-size: 14px; border: 1px solid #dee2e6; text-align: center; }
.table-wrapper table tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, 0.03); }
.table-wrapper table tbody tr:hover { background-color: #dee2e6; color: #555; }
.table-wrapper table { display: table; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
@media (max-width: 575.98px) {
    .table-wrapper-sm table { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
}
@media(max-width:768px) {
    .table-wrapper-md table { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
}
@media (max-width: 991.98px) {
    .table-res-lg table { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
}
@media (max-width: 1500.98px) {
    .table-wrapper-xl table { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
}


/*#弹出留言表单*/
.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1000;
    display: none;
    top: 0;
    left: 0;
    background: rgba(00, 00, 00, 0.8);
}

.reveal-modal {
    visibility: hidden;
    top: 250px;
    left: 50%;
    margin-left: -25%;
    width: 50%;
    position: absolute;
    z-index: 1001;
    padding: 35px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    background-color: #FFF;
}

.reveal-modal h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 25px;
}

.reveal-modal .close-reveal-modal {
    font-size: 30px;
    line-height: 0.5;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #333;
    text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
    font-weight: bold;
    cursor: pointer;
}

@media(max-width:768px) {
    .reveal-modal {
        visibility: hidden;
        top: 50px;
        left: 50%;
        margin-left: -45%;
        width: 90%;
        position: absolute;
        z-index: 1001;
        padding: 25px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
        -box-shadow: 0 0 10px rgba(0, 0, 0, .4);
        background-color: #FFF;
    }
    .reveal-modal h2 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 10px;
    }
}


/*固定的悬浮窗*/
.yb_conct {
  position: fixed;
  z-index: 20;
  bottom: 50px;
  right: -220px;
  cursor: pointer;
  transition: all .3s ease;
}
.yb_bar ul li {
  height: 45px;
  font: 16px/40px 'Microsoft YaHei';
  color: #fff;
  text-indent: 45px;
  margin-bottom: 3px;
  border-radius: 3px;
  transition: all .5s ease;
  overflow: hidden;
}
.yb_bar .yb_top {
  background: #009944 url(../../images/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
  background: #009944 url(../../images/fixCont.png) no-repeat 0 -49px;
}
.yb_bar .yb_whatsapp {
  background: #009944 url(../../images/fixCont.png) no-repeat 0 -236px;
}
.yb_bar .yb_skype {
  text-indent: 0;
  background: #009944 url(../../images/fixCont.png) no-repeat 0 -161px;
}
.yb_bar .yb_tk {
  text-indent: 0;
  background: #009944 url(../../images/fixCont.png) no-repeat 0 -96px;
}
.yb_bar .yb_QQ {
  text-indent: 0;
  background: #009944 url(../../images/fixCont.png) no-repeat 0 -188px;
}
.yb_bar .yb_ercode {
  /*height:200px;*/
  background: #009944 url(../../images/fixCont.png) no-repeat 0 -236px;
}
.yb_bar .yb_ercode a{color: #fff;}
.hd_qr {
  width: 180px;height: 180px;margin-left: 40px;
}
.yb_phone a,.yb_whatsapp a,.yb_QQ a,.yb_tk span,.yb_skype a {
  display: block;
  text-indent: 45px;
  width: 100%;
  height: 100%;
  color: #fff;
}

.about-wrapper-nummb{background:#f5f5f5;padding:40px 0;}
.about-wrapper-nummb .t1{font-size:24px;text-align:center;font-weight:bold;margin-bottom:15px;}
.about-wrapper-nummb .item{display:flex;align-items:center;margin-bottom:20px;}
.about-wrapper-nummb .item .tb{width:86px;min-width:86px;background:#009944;border-radius:15px;overflow:hidden;padding:10px;}
.about-wrapper-nummb .item .text{text-align:left;padding-left:15px;}
.about-wrapper-nummb .item .text h4{font-size:20px;font-weight:bold;margin-bottom:5px;}
.about-wrapper-nummb .item .text h4 i{font-size:14px;}
.about-wrapper-nummb .item .text p{font-size:16px;line-height:22px;}

.about-wrapper3-mb{background:#fff;padding:40px 0;}
.about-wrapper3-mb h2{font-size:24px;color:#009944; font-weight:bold;margin-bottom:25px;}
.about-wrapper3-mb .t1{display:inline-block;background:#009944;padding:2px 30px;border-radius:50px;overflow:hidden;font-size:20px;font-weight:bold;color:#fff;margin-bottom:15px;}
.about-wrapper3-mb .his-item{display:flex;border:1px solid #dadada;box-shadow:5px 0 5px rgba(0, 0, 0, 0.06);margin-bottom:20px;padding:10px;}
.about-wrapper3-mb .his-item .img{width:60px;min-width:60px;}
.about-wrapper3-mb .his-item .text{padding-left:15px;}
.about-wrapper3-mb .his-item .text p{font-size:14px;line-height:22px;}