/*#region 通用*/
body { color: #3c3c3c; font-size: 14px;  font-family: 'Poppins', sans-serif;}
a{color: #3c3c3c;}
a:hover{color: #1a8c44;}
.swiper-pagination-bullet-active{background: #1a8c44;}
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; }
.tkanniu{cursor:pointer;}
.bghui{background: #f5f5f5;}
.card-thumb img{transition: all 0.5s ease;}
.card-thumb:hover img{transform: scale(1.05);}
.container-xl.long{max-width: 1630px;}
@media(max-width:768px) {
    .main-container { margin: 20px 0; }
}
/*#endregion*/

/*#展会信息*/
.zhbg{position:fixed;top:0;left:0;bottom:0;right:0;background:rgba(0, 0, 0, 0.5);z-index:9999;display:none;align-items:center;justify-content:center;}
.zhbg .box{width:50%;background:#fff;box-shadow:10px 10px 20px rgba(0, 0, 0, 0.7);padding:30px 50px;position:relative;}
.zhbg .box .cloes{position:absolute;right:-15px;top:-15px;width:30px;height:30px;border:2px solid #fff;border-radius:50%;z-index:99999;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;cursor:pointer;}
.zhbg .box .zh-t1{display:flex;margin-bottom:25px;}
.zhbg .box .zh-t1 span{background:var(--public-color);display:inline-block;padding:10px;font-size:22px;color:#fff;}
.zhbg .box .zh-t2{font-size:26px;font-weight:bold;margin-bottom:15px;color:var(--public-color);}
.zhbg .box .zh-t3{font-size:18px;margin-bottom:15px;font-weight:bold;}
.zhbg .box .place{font-size:16px;line-height:24px;}
.zhbg .box .place p{margin-bottom:10px;}
.zhbg .box .place p i{color:var(--public-color);min-width:22px;}
.zhbg .box .place p strong{color:var(--public-color);}
.zhbg.on{display:flex;}

@media(max-width:768px) {
    .zhbg .box{width:80%;padding:15px;}
}

.header {z-index: 999;width: 100%;}
.header-desc{border-bottom:1px solid #f3f3f3;color:#898989;}
.header-desc .container-xl{display:flex;align-items:center;justify-content:space-between;height:40px;}
.header-desc .right{display:flex;align-items:center;justify-content:flex-end;}
.header-desc i{color:#040000;}
.header-desc .top-desc{border-right:1px solid #e3e3e3;padding-right:15px;padding-left:15px;}
.top-lang{margin-left: 0px;}
.top-lang .dropdown.lang .dropdown-toggle{border-radius:0px;color:#333;background:transparent;}
.header-top{background: #fff;padding: 20px 0;border-bottom:1px solid #e7e7e7;}
.header-top .nav{display: flex;align-items: center;justify-content: flex-end;}
.header-top .nav .service{display: flex;justify-content: flex-end;align-items: center;position: relative;}
.header-top .nav .service .tkbtn{background: #1a8c44;font-size: 17px;color: #fff;cursor: pointer;padding: 5px 20px;border-radius: 10px;overflow: hidden;}

.top-search-box{z-index: 93;margin-right:20px;}
.top-search-box .search-tb{width: 35px;height: 35px;display: flex;align-items: center;justify-content: center;border-radius: 50%;overflow: hidden;}
.top-search-box .search-tb i{color: #333;font-size: 22px;}
.top-search-box li{padding-top: 20px;padding-bottom: 20px;}
.top-search-box li:hover .top-search{opacity: 1; height: auto;overflow: hidden;width: auto;}
.top-search-box .top-search{opacity: 0; height: 0;overflow: hidden; transition: all 0.5s;width: 0; position: absolute;right: 50px;top: 50px;z-index: 99;padding-top: 10px;}

.header.fadeInDown{position: fixed;top: 0;right: 0;left: 0;}
.header.fadeInDown .header-desc{display:none;}
.header.fadeInDown .header-top{padding: 0;}


.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: 18px;margin: 0 15px;  }
.navbar-custom .navbar-nav .nav-link {text-align: center;position: relative; color:#333; padding: 0; height: 80px;display: flex;align-items: center;justify-content: center; font-size: 18px; }
.navbar-custom .navbar-nav .nav-link:before,.navbar-custom .navbar-nav .nav-link:before{content: "";width: 0px;height: 3px;margin-left: 0!important; background: #389557;position: absolute; bottom: 0;}
.navbar-custom .navbar-nav .nav-item:hover .nav-link:before,.navbar-custom .navbar-nav .nav-item.active .nav-link:before{width: 100%; transition: all 0.3s;}
.navbar-custom .navbar-nav .nav-item:hover .nav-link,.navbar-custom .navbar-nav .nav-item.active .nav-link{color:#389557;}
.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{}
.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); }

@media(max-width:1480px) {
.navbar-custom .navbar-nav .nav-item { margin: 0 15px;}
}

@media(max-width:1300px) {
.navbar-custom .navbar-nav .nav-item { margin: 0 8px;}
}

/*#region 手机端*/
.header-mb{background: #fff;position: fixed;top: 0;left: 0;right: 0;width: 100%;border-bottom: 1px solid #fff;z-index: 999;}
.header-mb .container-xl{height: 50px;}
.header-mb .top-logo{width: 40%;}
.header-mb .top-logo img{height: 30px;width: auto;}
.header-mb .top-mb{display: flex; align-items: center;width: 60%;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*/

@media(max-width:768px) {
    
}
/*#endregion*/

/*#region 栏目列表*/
.menu-collapse { border-radius: 0; border: 1px solid #e7e7e7; background: #fff;margin-bottom:0px; margin-top:20px; }
.menu-collapse .collapse-title { padding: 0.875rem; background: #1a8c44; 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: #1a8c44 }
.menu-collapse .menu-link:hover { background: #f8f9fa; }
.menu-collapse .drop { }
.menu-collapse .menu-link.active { background: #f6f6f6; color: #666 }

.ny-pronav{background: #ffffff;padding: 20px 15px;box-shadow:5px 0 8px rgba(0, 0, 0, 0.07);}
.ny-pronav .nav-title{font-size: 21px;font-weight: bold;line-height: 26px;background:#1a8c44;color:#fff;padding:18px 18px;display:flex;align-items:center;}
.ny-pronav .nav-title:before{content:"";width:5px;height:21px;background:#fff;display:inline-block;margin-right:12px;}
.menu-horizontal { display: block;}
.menu-horizontal .nav-item {display: block; margin-bottom: 3px; }
.menu-horizontal .nav-item:last-child{margin-bottom: 0;}
.menu-horizontal .nav-link {width: 100%;position: relative; cursor: pointer; padding: 15px 18px; color: #333;display: block;text-align: left;  font-size: 16px; background: #f2f2f2; }
.menu-horizontal .nav-link:before{content:">";display:inline-block;margin-right:10px;}
.menu-horizontal .nav-item.active .nav-link,.menu-horizontal .nav-link:hover {background: #73747a; color: #fff; transition: all 0.3s; }

.menu-horizontal-child { display: flex; flex-wrap: wrap;}
.menu-horizontal-child .nav-item-child { color: #333333;margin-right: 10px;margin-bottom:10px; background: #fff;border:1px solid #fff;border-radius:50px;overflow:hidden;}
.menu-horizontal-child .nav-item-child .nav-link-child{color: #333333;padding: 0 20px; display: block;text-align: center; font-size: 16px; line-height: 40px; }
.menu-horizontal-child .nav-item-child .nav-link-child:before { content: "●"; font-size: 16px; margin-right: 12px; color: #1a8c44 }
.menu-horizontal-child .nav-item-child.active,.menu-horizontal-child .nav-item-child:hover{background:#1a8c44;}
.menu-horizontal-child .nav-item-child.active .nav-link-child,.menu-horizontal-child .nav-item-child:hover .nav-link-child {color: #fff;}
.menu-horizontal-child .nav-item-child:hover .nav-link-child:before,.menu-horizontal-child .nav-item-child.active .nav-link-child:before{color:#fff;}

.menu-horizontal-wrapper{margin-bottom: 0;}
.menu-horizontal-about{display: flex;flex-wrap: wrap;justify-content:flex-start;margin-top:40px;border-bottom:3px solid #1a8c44;}
.menu-horizontal-about .nav-item-about { color: #fff;margin-right: 10px;background: #1a8c44;}
.menu-horizontal-about .nav-item-about .nav-link-about{color: #fff;padding: 0 35px; display: block;text-align: center; font-size: 20px; line-height: 54px;}
.menu-horizontal-about .nav-item-about.active,.menu-horizontal-about .nav-item-about:hover{background: #1d2089;}
.menu-horizontal-about .nav-item-about.active .nav-link-about,.menu-horizontal-about .nav-item-about:hover .nav-link-about {color: #fff;}

@media(max-width:768px) {
    .ny-nav{padding: 25px 15px;display: none;}
    .menu-horizontal-about .nav-item-about{margin-right:0;}
    
}
/*#endregion*/

/*#region 位置导航*/
.banner{}
.banner.home{position:relative;}
.banner.home .banner-text{text-align: left;align-items:center;}
.banner.home .banner-text .container-xl{display: flex;align-items:center;}
.banner.home .banner-text .box{width: 600px;background:rgba(255, 255, 255, 0.9); padding: 35px 30px;animation: up-animation 1s infinite;animation-iteration-count: 1;}
.banner.home .banner-text .box .logo{margin-bottom:15px;}
.banner.home .banner-text .box .t1{font-size: 38px;color: #000000;line-height:48px; margin-bottom: 15px;font-weight: bold;}
.banner.home .banner-text .box .t1 a{color: #1a8c44;}
.banner.home .banner-text .box .t1 a:hover{color: #1a8c44;text-decoration:underline;}
.banner.home .banner-text .box .t2{font-size:26px;line-height:36px;color:#1d8c47;font-style:italic;text-transform:uppercase;font-weight:bold;margin-bottom:15px;}
.title-firstsy{font-size: 26px;font-weight: bold;}
.banner.home .banner-text .box p{font-size: 18px;color: #000;line-height: 30px;max-width: 100%;}
.banner.home .banner-text .box p:before { content: "●"; margin-right: 5px; color: #1a8c44 }
.banner.home .banner-text .box .more-box{display:flex;align-items:center;justify-content:space-between;margin-top:35px;}
.banner.home .banner-text .box .more{ font-size: 28px;line-height:36px;padding:8px 35px; border-radius:50px;overflow:hidden; color: #fff;background: #1a8c44;display: inline-block;text-align: center;}
.banner.home .banner-text .box .more:hover{text-decoration:underline;}

@media(max-width:768px) {
  .banner.home .banner-text .box{width: 100%;padding:20px;}
  .banner.home .banner-text .box .logo{display:none;}
  .banner.home .banner-text .box p{display:none;}
  .banner.home .banner-text .box .t1{font-size: 28px;line-height:32px;}
  .banner.home .banner-text .box .t2{font-size:20px;line-height:26px;margin-bottom:5px;}
.title-firstsy{font-size: 20px;}
  .banner.home .banner-text .box .more-box{margin-top:15px;}
  .banner.home .banner-text .box .more{ font-size: 18px;padding:6px 25px;line-height:30px;min-width:50%;margin-right:15px;}
  .banner.home .banner-text .box .more span{display:none;}
}

.banner.ny{display:flex;align-items:center;flex-wrap:wrap;background:#1a8c44;}
.banner.ny .img{width:60%;}
.banner.ny .text{width:40%;display:flex;align-items:center;padding-left:100px;}
.banner.ny .text .t1{font-size:30px;line-height:40px;font-weight:bold;text-transform:uppercase;}
.banner.ny .text .t1:after{content:"";width:58px;height:7px;background:#fff;display:block;margin-top:15px;}

@media(max-width:768px) {
  .banner.ny .img{width:100%;}
  .banner.ny .text{width:100%;padding:10px;justify-content:center;}
  .banner.ny .text .t1{font-size:24px;line-height:30px;text-align:center;}
  .banner.ny .text .t1:after{display:none;}
}

.page-title {padding:35px 0;}
.page-title  a{color:#333;}
.page-title  a:hover{color:#1a8c44;text-decoration:underline;}
.page-title .breadcrumb { justify-content: flex-start;align-items: center; color: #333;font-size: 16px;}
.breadcrumb-item + .breadcrumb-item::before { color: #333;font-family: cmsfont; content: "\f054";font-size: 10px; margin-right: 10px;margin-left: 10px; }
.page-title .breadcrumb:before { font-family: cmsfont; content: "\f80a";font-size: 18px; color: #1a8c44;margin-right:12px;}
.page-title .breadcrumb .breadcrumb-item:last-child a{font-weight:bold;color:#1a8c44;}

@media(max-width:768px) {
  .ny-title{font-size:30px;}
  .page-title{width: 100%;position:relative;top:inherit;padding:15px 0;}
  .wznav{background: #ed1b26;display: flex;align-items: center;justify-content: center;padding: 15px 20px;color: #fff!important;}
  .wznav a{font-size: 16px!important;color: #fff!important;}
  .page-title .breadcrumb { justify-content: center; }
  .wznav .breadcrumb-item + .breadcrumb-item::before { content: '';
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    border: .55em solid #fff;
    border-top-width: .3em;
    border-bottom-width: .3em;
    border-right: 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
    vertical-align: middle;
    margin-right: .4em;
    margin-left: 0.4em;
    border-left-color: #fff;  }
  .page-title.wznav .breadcrumb:before {display: none;}
  .page-title.wznav .breadcrumb-item:last-child a{font-weight: bold;}
}
/*#endregion*/

/*#region 底部*/
footer {background: #f5f5f5;position: relative;}
footer .footer-top{padding:0 0 55px;}
footer .footer-addrs{background:#fff;display:flex;align-items:center;justify-content:space-between;padding:50px;}
footer .footer-addrs .addr{display:flex;font-size:20px;line-height:24px;width:20%;align-items:center;}
footer .footer-addrs .addr:first-child{width:40%;font-size:16px;line-height:24px;}
footer .footer-addrs .addr span{min-width:40px;width:40px;margin-right:14px;}
footer .t1{font-size:24px;line-height:32px;color:#333;margin-bottom:30px;margin-top:40px;font-weight:bold;}
footer .list{font-size:18px;line-height:24px;}
footer .list.pro{display:flex;flex-wrap:wrap;}
footer .list.pro p{width:50%;}
footer .list p:before{content:"\f054";font-family:cmsfont;font-size:14px; display:inline-block;margin-right:15px;}
footer a:hover{text-decoration:underline;}
footer .footer-bottom{font-size:17px;line-height:30px;background:#1a8c44; padding:15px 0;color:#fff;text-align:center;}
footer .footer-bottom a{color:#fff;}
footer .footer-bottom a:hover{text-decoration:underline;}
.x1-footlx{display:flex;flex-wrap:wrap;}
.x1-footlx p{display:flex;align-items:center;font-size:18px;line-height:26px;width:50%;}
.x1-footlx p span{display:inline-block;margin-right:8px;}
.x1-footlx p span img{min-width:26px;}
.x1-footlx2{background:#ededed;padding:10px 20px;border-radius:15px;overflow:hidden;margin-top:20px;}
.x1-footlx2 .x1-t1{font-size:20px;font-weight:bold;line-height:26px;display:flex;align-items:center;margin-bottom:10px;}
.x1-footlx2 .x1-t1 span{display:inline-block;margin-right:6px;}
.x1-footlx2 .x1-list{display:flex;flex-wrap:wrap;}
.x1-footlx2 .x1-list p{width:50%;font-size:16px;line-height:24px;}

@media(max-width:768px) {
    footer .list{display:flex;flex-wrap:wrap;}
    footer .list p{width:50%;}
    footer .footer-addrs{padding:15px 10px;flex-wrap:wrap;}
    footer .footer-addrs .addr:first-child{width:100%;}
    footer .footer-addrs .addr{width:100%;font-size:18px;line-height:24px;margin-bottom:10px;}
    footer .footer-bottom{font-size:14px;line-height:20px;}
    footer .t1{font-size:20px;margin-top:25px;margin-bottom:15px;line-height:28px;}
    footer .list{font-size:16px;line-height:20px;}
    footer .footer-top{padding-bottom:30px;}
    .x1-footlx p{font-size:16px;line-height:24px;width:100%;}
    .x1-footlx2 .x1-list p{width:100%;font-size:14px;line-height:22px;}
}
/*#endregion*/

/*#region 首页*/

@keyframes jtmove{
    0%{
        transform: translate(0,0);
    }
    50%{
        transform: translate(0,-8px);
    }
    100%{
        transform: translate(0,0);
    }
}

@keyframes up-animation {
    0%{
        margin-bottom: 80px;
        opacity: 0;
    }
    100%{
        margin-bottom: 0px;
        opacity: 1;
    }
}
@keyframes left-animation {
    0%{
        padding-right: 50px;
    }
    100%{
        padding-right: 0px;
    }
}



/*#endregion*/
.home-title{font-size:48px;font-weight:bold;color:#1a8c44; margin-bottom:50px;text-transform:uppercase;text-align:center;font-family:Barlow;display:flex;align-items:center;justify-content:center;}
.home-title span{color:#1f208a;margin-right:10px;}
.home-title:after{content:"";width:17px;height:3px;background:#16529b;margin-left:22px;display:block;}
.home-title:before{content:"";width:17px;height:3px;background:#16529b;margin-right:22px;display:block;}

.home-subtitle{font-size:32px;color:#23334b;margin-bottom:35px;font-family:Barlow;}
.home-desc{font-size:18px;line-height:32px;color:#23334b; text-align:center;margin-bottom:50px;}
.all-more{width:260px;height:64px;line-height:64px;background:#ffffff; border:2px solid #edecec;font-size:26px;text-transform:uppercase;box-shadow:5px 0 5px rgba(0, 0, 0, 0.06); color:#525252;margin:40px auto 0; display:block;text-align:center;border-radius:50px;overflow:hidden;}
.all-more:hover{background:#1a8c44;border-color:#1a8c44;color:#fff;transition:all 0.5s;}

@media(max-width:768px) {
  .home-title{font-size:24px;margin-bottom:30px;}
  .all-more{width:60%;height:42px;line-height:42px;font-size:16px;}
}

.home-pro{background:#fff;padding:80px 0 0;}
.pro-qh{border-top:1px solid #ebebeb;overflow:hidden;position:relative;}
.pro-qh .swiper-pros{width:160%;}
.pro-qh .pro-item{display:flex;flex-wrap:wrap;justify-content:space-between;border-right:1px solid #ebebeb;padding-top:30px;}
.pro-qh .pro-item .text{width:40%;padding-left:70px;}
.pro-qh .pro-item .img{width:50%;}
.pro-qh .pro-item .t1{font-size:30px;font-weight:bold;line-height:36px;margin-bottom:20px;}
.pro-qh .pro-item .t2{font-size:20px;line-height:30px;margin-bottom:20px;}
.pro-qh .pro-item p{font-size:16px;line-height:24px;}
.pro-qh .pro-item .more{display:inline-block;background:#1a8c44;font-size:16px;margin-top:30px; line-height:24px;color:#fff;border-radius:50px;overflow:hidden;padding:12px 30px;}
.pro-qh .pro-item .more:hover{background:#1f208a;transition:all 0.5s;}
.pro-qh .swiper-slide{opacity:0.3;}
.pro-qh .swiper-slide-active{opacity:1;}
.pro-qh .container-xl{position:relative;}
.pro-qh .container-xl .pros-qh-btn{position:absolute;top:206px;right:19%;z-index:1;}
#swiper-button-prev-pros{width:30px;height:30px;border-radius:50%;overflow:hidden;left:inherit;right:inherit; position:relative; background:#edefee;display:flex;align-items:center;justify-content:center;}
#swiper-button-prev-pros:after{content:"\f061";font-size:16px;color:#b8b8b8;}
#swiper-button-next-pros{width:30px;height:30px;border-radius:50%;overflow:hidden;position:relative;top:40px; left:inherit;right:inherit; background:#edefee;display:flex;align-items:center;justify-content:center;}
#swiper-button-next-pros:after{content:"\f060";font-size:16px;color:#b8b8b8;}
#swiper-button-prev-pros:hover,#swiper-button-next-pros:hover{background:#1a8c44;}
#swiper-button-prev-pros:hover:after,#swiper-button-next-pros:hover:after{color:#fff;}

.home-pro2{background:#fafafa;padding:50px 0 55px;}
.home-pro2 .row{margin-left:-20px;margin-right:-20px;}
.home-pro2 .row .col-md-4{padding-left:20px;padding-right:20px;}
.home-pro2 .pro-box{border-radius:15px;overflow:hidden;box-shadow:0 0 24px rgba(0, 0, 0, 0.04);margin-bottom:40px;}
.home-pro2 .pro-box .t1{background:#1a8c44;text-align:center;font-size:18px;line-height:32px;color:#fff;height:74px;display:flex;align-items:center;justify-content:center;padding:0 15px;}
.home-pro2 .pro-box .t1 a{color:#fff;}
.home-pro2 .pro-box .t1 a:hover{text-decoration:underline;}
.home-pro2 .all-more{width:350px;margin-top:10px;}

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

@media(max-width:768px) {
   .home-pro2{padding:40px 0;}
  .home-pro2 .row{margin-left:-7px;margin-right:-7px;}
.home-pro2 .row .col-md-4{padding-left:7px;padding-right:7px;}
.home-pro2 .pro-box .t1{font-size:16px;line-height:18px;height:54px;}
.home-pro2 .pro-box{margin-bottom:15px;}
.home-pro2 .all-more{width:60%;}
}


.home-about{background:#fafafa;padding-bottom:90px;position:relative;}
.home-about .bg{position:absolute;top:0;left:0;height:191px;background:#1a8c44;width:50%;}
.home-about .box{display:flex;flex-wrap:wrap;z-index:1;position:relative;}
.home-about .box .left{width:57.7%;}
.home-about .box .right{width:42.3%;}
.home-about .box.one .right{background:#1a8c44;color:#fff;display:flex;align-items:center;justify-content:center;}
.home-about .box.one .right .t1{font-size:36px;line-height:38px;text-transform:uppercase;font-weight:bold;}
.home-about .box.one .right .t1:after{content:"";width:58px;height:7px;background:#fff;display:block;margin-top:10px;}
.home-about .box.two .left{padding-top:80px;}
.home-about .box.two .t2{font-size:48px;font-family:Barlow;color:#1a8c44;text-transform:uppercase;margin-bottom:20px;}
.home-about .box.two .t2 span{color:#1f208a;}
.home-about .box.two p{font-size:17px;line-height:30px;color:#797979;margin-bottom:30px;}
.home-about .box.two .t3{font-size:18px;line-height:33px;color:#797979;}
.home-about .box.two .t3:before{content:"\f061";font-family:cmsfont;font-size:18px;color:#1a8c44;display:inline-block;margin-right:15px;}
.home-about .box.two .cert{margin-top:42px; padding:0 10px 0 45px; background:#fff;height:209px;box-shadow:3px 0 5px rgba(0, 0, 0, 0.07);display:flex;align-items:center;justify-content:flex-end;}
.home-about .box.two .img2{position:relative;}
.home-about .box.two .img2 .more{position:absolute;left:20px;top:calc(50% - 16px);font-size:18px;line-height:32px;color:#16529b}
.home-about .box.two .img2 .more i{margin-left:10px;font-weight:bold;}
.home-about .box.two .img2 .more:hover{text-decoration:underline;}

@media(max-width:1430px) {
  .home-about .box.two .left{padding-top:62px;}
}

@media(max-width:768px) {
  .home-about{padding:10px 0 30px;}
  .home-about .bg{display:none;}
  .home-about .box .left{width:100%;}
  .home-about .box.one .right{width:100%;padding:10px;}
  .home-about .box.one .right .t1{font-size:20px;text-align:center;line-height:28px;}
  .home-about .box.one .right .t1:after{display:none;}
  .home-about .box.two .left{padding-top:20px;}
  .home-about .box.two .t2{font-size:24px;margin-bottom:15px;}
  .home-about .box.two p{font-size:14px;line-height:22px;}
  .home-about .box.two .t3{font-size:14px;line-height:22px;}
  .home-about .box.two .cert{margin-top:20px;height:auto;padding:10px;margin-bottom:20px;}
  .home-about .box .right{width:100%;}
}

.home-core{display:flex;}
.home-core .left{width:50%;}
.home-core .right{width:50%;padding:100px;}
.home-core .right .t1{font-size:43px;line-height:48px;font-weight:bold;margin-bottom:35px;}
.home-core .right p{font-size:18px;line-height:25px;margin-bottom:30px;display:flex;}
.home-core .right p:before{ content: "●"; font-size: 18px; margin-right: 15px; color: #1a8c44;}

@media(max-width:1700px) {
    .home-core .right{width:50%;padding:50px;}
}

@media(max-width:1600px) {
    .home-core .right{width:50%;padding:20px 40px;}
    .home-core .right p{margin-bottom:15px;}
}

@media(max-width:768px) {
    .home-core{flex-wrap:wrap;}
    .home-core .left{width:100%;}
    .home-core .right{width:100%;padding:15px;}
    .home-core .right .t1{font-size:24px;line-height:30px;margin-bottom:10px;}
    .home-core .right p{font-size:14px;line-height:22px;margin-bottom:10px;}
}

.home-project{background:#fff;padding:70px 0;}
.home-project .qh{display:flex;justify-content:space-between;}
.home-project .tab-content{width:69%;padding:0}
.home-project  .project-box{position:relative;}
.home-project  .project-box .text{margin-top:30px;}
.home-project  .project-box .text .t1{font-size:24px;line-height:30px;font-weight:bold;margin-bottom:15px;}
.home-project  .project-box .text p{font-size:18px;line-height:30px;}
.home-project .nav{width:28.5%;padding:0;}
.home-project .nav .item{width:100%;border:1px solid #ddd;margin-bottom:30px;padding:28px 40px;display:block;position:relative;box-shadow:5px 0 24px rgba(0, 0, 0, 0.09);}
.home-project .nav .item:last-child{margin-bottom:0}
.home-project .nav .item .box{text-align:center;}
.home-project .nav .item .t2{font-size:24px;line-height:30px;text-transform:uppercase;margin-bottom:10px;font-weight:bold;}
.home-project .nav .item.active:after{content:""; width:5px;height:100%;background:#1a8c44;right:0;position:absolute;top:0;bottom:0;}

@media(max-width:768px) {
  .home-project{padding:20px 0 30px;}
  .home-project .project-box .text .t1{font-size:20px;line-height:24px;margin-bottom:10px;}
  .home-project .project-box .text p{font-size:14px;line-height:20px;}
  .home-project .project-box .text{margin-top:15px;}
  .home-project  .project-box{margin-bottom:40px;}
}

.home-friend{background:#f5f5f5;padding:65px 0 80px;}
.home-friend .item{background:#fff;padding:12px;border-radius:15px;margin-bottom:15px; overflow:hidden;border:1px solid #d7d7d7;box-shadow:5px 0 5px rgba(0, 0, 0, 0.11);}
.home-friend p{font-size:20px;line-height:30px;color:#3c3c3c;margin-top:25px;margin-bottom:35px;text-align:center;}
.home-friend .more-box{display:flex;justify-content:center;align-items:center;}
.home-friend .more{display:inline-block;background:#1a8c44;font-size:20px;margin:0 10px; line-height:24px;color:#fff;border-radius:15px;overflow:hidden;padding:12px 30px;}
.home-friend .more:hover{background:#1f208a;transition:all 0.5s;}

.home-app{padding:60px 0 50px;background:url(../../images/hmappbg.jpg) no-repeat center;background-size:cover;}
.home-app .home-title{color:#fff;}
.home-app .home-title:after,.home-app .home-title:before{background:#fff;}
.home-app .box{background:#fff;padding:55px 55px 35px;}
.home-app .t1{font-size:24px;line-height:30px;margin-bottom:20px;margin-top:10px;text-align:center;}
.home-app .row{margin-left:-30px;margin-right:-30px;}
.home-app .row .col-md-4{padding-left:30px;padding-right:30px;}
.home-app .more{width:260px;height:68px;background:#1a8c44;line-height:68px;font-size:24px;color:#fff;text-align:center;border-radius:50px;overflow:hidden;display:block;margin:40px auto 0;}
.home-app .more:hover{background:#1f208a;transition:all 0.5s;}

@media(max-width:768px) {
    .home-friend .item{margin-bottom:15px;}
    .home-friend{padding:35px 0;}
    .home-friend p{font-size:14px;line-height:22px;margin-top:5px;margin-bottom:25px;}
    .home-friend .more{font-size:16px;}

    .home-app{padding:40px 0 40px;}
    .home-app .box{padding:15px 10px;}
    .home-app .row{margin-left:-7px;margin-right:-7px;}
.home-app .row .col-md-4{padding-left:7px;padding-right:7px;}
.home-app .t1{font-size:16px;line-height:20px;height:40px;}
.home-app .more{width:60%;line-height:42px;height:42px;font-size:16px;}
    
}

.home-news{background: #f5f5f5;padding: 80px 0 120px;}
.home-news .news-qh{padding:0 25px;}
.home-news .news-qh .swiper-news{box-shadow: 0 0 21px rgba(0, 0, 0, 0.08);border-radius:20px;background:#fff;}
.home-news .news-qh .news-item{background:#fff;padding:44px;}
.home-news .news-qh .news-item .t1{font-size:24px;font-weight:bold;margin-bottom:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.home-news .news-qh .news-item .img{width:23%;}
.home-news .news-qh .news-item .img img{border:1px solid #ddd;}
.home-news .news-qh .news-item .text{width:77%;padding-left:18px;}
.home-news .news-qh .news-item p{font-size:16px;line-height:24px;margin-bottom:15px;}
.home-news .news-qh .news-item time{font-size:16px;line-height:24px;color:#1a8c44;display:block;}
.home-news .new-box{padding:10px 40px;}
.home-news .new-box h3{font-size:28px;line-height:32px;font-weight:bold;margin-bottom:15px;position:relative;}
.home-news .new-box h3:before{content:"";width:5px;height:20px;background:#1a8c44;display:inline-block;position:absolute;left:-20px;top:6px;}
.home-news .new-box p{font-size:16px;line-height:24px;margin-bottom:15px;}
.home-news .new-box time{font-size:16px;line-height:24px;color:#1a8c44;display:block;margin-bottom:20px;}
.home-news .new-box .more{display:inline-block;background:#1a8c44;font-size:16px;line-height:24px;color:#fff;border-radius:15px;overflow:hidden;padding:12px 30px;}
.home-news .new-box .more:hover{background:#1f208a;transition:all 0.5s;}
#swiper-button-prev-news,#swiper-button-next-news{border:5px solid #5c5c5c;background:#fff; width:45px;height:45px; border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;}
#swiper-button-prev-news:after,#swiper-button-next-news:after{font-size:18px;color:#5c5c5c;font-weight:bold;}


@media(max-width:768px) {
    .home-news{padding: 40px 0;}
    .home-news .new-box{padding:0 15px;margin-bottom:20px;}
    .home-news .new-box h3{font-size:18px;line-height:24px;margin-bottom:10px;}
    .home-news .new-box p{font-size:14px;line-height: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;}
    .home-news .new-box time{margin-bottom:0;}
}


/*#region 文章单页*/

.public-wrapper{background:#fff;padding:100px 0}
.public-wrapper h4{font-size: 20px;font-weight: bold; line-height: 32px;margin-bottom: 20px;margin-top: 20px;border-left:4px solid #1a8c44;padding-left:15px;}
.public-wrapper p{font-size: 16px;line-height: 26px;color: #666666;margin-bottom: 20px;}

.about-contact{padding:45px 0;background:#1a8c44;color:#fff;}
.about-contact .container-xl{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;}
.about-contact .left{width:47%;}
.about-contact .right{width:45%;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:12px;border-radius:10px;overflow:hidden;}
.about-contact .t1{font-size:36px;line-height:30px;font-weight:bold;margin-bottom:15px;}
.about-contact p{font-size:16px;line-height:24px;}
.about-contact .t2{font-size:16px;line-height:24px;color:#848484;padding-left:28px;}
.about-contact .more{background:url(../../images/tb1.png) no-repeat left 18px center #1a8c44;text-align:center;display:inline-block;padding:12px 24px 12px 65px; font-size:20px;border-radius:10px;overflow:hidden; text-transform:uppercase;color:#fff;}
.about-contact .more:hover{background:url(../../images/tb1.png) no-repeat left 18px center #1f208a;}

@media(max-width:768px) {
    .public-wrapper{padding:40px 0;}

    .about-contact{padding:35px 0;}
    .about-contact .left{width:100%;}
    .about-contact .right{width:100%;}
    .about-contact .t1{font-size:30px;text-align:center;}
    .about-contact p{font-size:14px;line-height:20px;margin-bottom:15px;text-align:center;}
    .about-contact .t2{padding-left:5px;font-size:16px;}
    .about-contact .more{font-size:16px;}
}

/*#region about wrapper*/
.about-wrapper{padding:0px 0 60px;}
.about-wrapper .box{display:flex;flex-wrap:wrap;margin-bottom:50px;}
.about-wrapper .box .img{width:40%;}
.about-wrapper .box .text{width:60%;padding-left:65px;padding-top:20px;}
.about-wrapper .box:first-child .text{padding-left:0;}
.about-wrapper .box:first-child .text .t1{font-size:48px;font-weight:bold;color:#1a8c44;text-transform:uppercase;margin-top:15px;margin-bottom:15px;}
.about-wrapper .box:first-child .text .t1 span{color:#1f208a;}
.about-wrapper .box p{font-size:17px;line-height:25px;margin-bottom:30px;}

.about-wrapper .list{display:flex;align-items:center;background:#ffffff;padding:15px 0;flex-wrap:wrap;}
.about-wrapper .list .item{padding-left:45px;font-size:18px;line-height:33px;color:#797979;}
.about-wrapper .list .item i{color:#1a8c44;font-weight:bold;margin-right:15px;}

.about-num{background:#1a8c44;color:#fff;padding:25px 35px;}
.about-num .col-6{display:flex;align-items:center;justify-content:center;}
.about-num .col-6 .img{width:85px;min-width:85px;margin-right:15px;}
.about-num .num-title{font-size:36px;font-weight:bold;line-height:36px;}
.about-num .num-title:after{content:"+";display:inline-block;margin-left:5px;}
.about-num .num-title#target4:after{content:"-Hour";font-size:18px;font-weight:normal;}
.about-num .num-subtitle{font-size:18px;line-height:32px;}

.about-img{margin-top:32px;}
.about-img .img{position:relative;}
.about-img .img .zz{position:absolute;background:rgba(0, 0, 0, 0.4);opacity:0; top:0;right:0;bottom:0;left:0;z-index:1;display:flex;align-items:center;justify-content:center;}
.about-img .img .zz .t2{font-size:24px;line-height:32px;color:#fff;position:relative;}
.about-img .img .zz .t2:after{content:"";width:56px;height:4px;background:#fff;margin:15px auto 0;display:block;}
.about-img .img:hover .zz{opacity:1;transition:all 0.5s;}

.about-cert{background:url(../../images/about-certbg.jpg) no-repeat #fff center bottom 100px;padding:80px 0 140px;}
.about-cert .title{display:flex;align-items:center;justify-content:space-between;margin-bottom:50px;flex-wrap:wrap;}
.about-cert .title .t1{font-size:48px;font-weight:bold;color:#1a8c44;text-transform:uppercase;margin-top:15px;margin-bottom:15px;}
.about-cert .title .t1 span{color:#1f208a;}
.about-cert .cert-item{border:3px solid #198d44;border-radius:5px;overflow:hidden;}
.about-cert .cert-t1{background:#198d44;padding:10px;text-align:center;font-size:19px;line-height:30px;color:#fff;}

.cert-qh{position:relative;}
.cert-qh #swiper-pagination-cert{bottom:0px;}
.cert-qh .swiper-container{padding-bottom:30px;}

.home-core.about{background:#fff;padding-bottom:78px;}

.home-friend.about{background:#f5f5f5;padding:45px 0;}
.home-friend.about .t1{font-size:48px;font-weight:bold;color:#1a8c44;text-transform:uppercase;margin-top:15px;margin-bottom:45px;}
.home-friend.about .t1 span{color:#1f208a;}
.swiper-pagination-bullet-active{background:#fff;}


@media(max-width:768px) {
    .home-core.about{padding-bottom:30px;}
    .home-friend.about{padding:35px 0;}
    .home-friend.about .t1{font-size:24px;margin-bottom:25px;}

    .about-wrapper{padding:40px 0;}
    .about-wrapper .box{margin-bottom:30px;}
    .about-wrapper .box .img{width:100%;}
    .about-wrapper .box .text{width:100%;padding-left:0px;padding-top:20px;}
    .about-wrapper .box:first-child .text{padding-left:0;padding-top:0;}
    .about-wrapper .box:first-child .text .t1{font-size:24px;}
    .about-wrapper .box p{font-size:14px;line-height:22px;margin-bottom:15px;}

    .about-wrapper .list{padding:10px 15px;}
    .about-wrapper .list .item{padding-left:0;font-size:14px;}

    .about-num{padding: 20px 20px;}
    .about-num .num-title{font-size:20px;line-height:30px;}
    .about-num .num-subtitle{font-size:12px;line-height:20px;}
    .about-num .col-6{margin-top:10px ;margin-bottom:10px;}
    .about-num .col-6 .img{width:55px;min-width:55px;margin-right:5px;}
    .about-num .num-title#target4:after{font-size:12px;}

    .about-img .img .zz .t2{font-size:16px;text-align:center;line-height:24px;}
    .about-img .img .zz .t2:after{margin:5px auto 0;height:3px;}
    .about-img .img{margin-bottom:15px;}

    .about-cert{padding:35px 0;background:#fff;}
    .about-cert .title .t1{font-size:24px;width:100%;}
    .about-cert .title{margin-bottom:30px;}
    .about-cert .cert-t1{font-size:14px;line-height:20px;padding:5px;margin-bottom:15px;height:50px;overflow:hidden;}
    .about-cert .cert-item{border-radius:0;}
}

.service-wrapper{padding:60px 0;}
.service-wrapper .box{padding:0 18px;margin-bottom:40px;position:relative;}
.service-wrapper .box:before{content:"";width:18px;height:94px;background:url(../../images/service-bgl.jpg) no-repeat;position:absolute;display:block;left:0;top:0;}
.service-wrapper .box:after{content:"";width:18px;height:94px;background:url(../../images/service-bgr.jpg) no-repeat;position:absolute;display:block;right:0;top:0;}
.service-wrapper .box .title{display:flex;align-items:center;background:#e9e9e9;height:76px;}
.service-wrapper .box .title .left{width:87px;min-width:87px;background:#1a8c44;height:76px;padding-left:25px;display:flex;align-items:center;}
.service-wrapper .box .title .left i{font-size:20px;color:#fff;font-weight:bold;}
.service-wrapper .box .title .right{display:flex;align-items:center;padding:0 24px;}
.service-wrapper .box .title .right .t1{font-size:24px;line-height:25px;}
.service-wrapper .box .nr{border:2px solid #1a8c44;border-top:0;border-radius:0 0 20px 20px;overflow:hidden;padding:30px 35px;}
.service-wrapper .box .nr p{font-size:18px;line-height:30px;}

@media(max-width:768px) {
  .service-wrapper{padding:40px 0;}
  .service-wrapper .box .title .left{width:60px;min-width:60px;}
  .service-wrapper .box .title .right{padding: 0 15px;}
  .service-wrapper .box .title .right .t1{font-size:15px;line-height:20px;}
  .service-wrapper .box .nr{padding:15px;}
  .service-wrapper .box .nr p{font-size:14px;line-height:22px;}
}

.down-wrapper{padding: 60px 0;}
.down-wrapper h2{font-size: 30px;color: #fff;font-weight: bold;margin-bottom: 15px;}
.down-wrapper p{font-size: 16px;line-height: 24px;color: #fff;margin-bottom: 20px;}
.down-wrapper .form-feedback .form-control{ background: transparent; color: #fff; border-right: 0;border-left: 0;border-top: 0; border-radius: 0; border-bottom: 1px solid #bbac9a; padding-top: 10px;padding-bottom: 10px;  }
.down-wrapper .form-feedback .btn { color: #333; background: #ffffff;border-radius: 50px; font-size: 18px; line-height: 30px;}
.down-wrapper .form-feedback .btn:hover{background:#1d2089;color:#fff; }
.down-wrapper .feedback{background: #1a8c44;padding: 40px 60px;}
.down-wrapper .form-control::-webkit-input-placeholder{color: #fff!important;}

@media(max-width:768px) {
    .down-wrapper .feedback{padding: 20px;}
    .down-wrapper h2{font-size: 22px;}
    .down-wrapper{padding: 30px 0;}
}


.faq-wrapper{padding:60px 0px;}
.faq-col{box-shadow:0px 0 30px rgba(0, 0, 0, 0.05);margin-bottom:40px;border-radius:10px;overflow:hidden;}
.faq-q{display:flex;font-size:22px;line-height:36px;background:#e3e3e3;color:#333;padding:10px 20px;}
.faq-col:hover .faq-q{background:#1a8c44;color:#fff;}
.faq-q span{width:30px;height:30px;min-width:30px;border-radius:5px;overflow:hidden;background:#1a8c44; font-size:24px;color:#fff;font-weight:bold;text-align:center;line-height:30px;margin-right:16px;}
.faq-col:hover .faq-q span{background:#fff;color:#1a8c44;}
.faq-a{padding:20px 30px;}
.faq-a p{font-size:17px;line-height:24px;color:#333;}

@media(max-width:768px) {
    .faq-wrapper{padding:40px 0px;}
    .faq-q{font-size:16px;line-height:30px;}
    .faq-a{padding:15px;}
    .faq-a p{font-size:14px;line-height:20px;}
    .faq-col{margin-bottom:25px;}
}


/*#region contact-wrapper*/
.contact-wrapper{padding:75px 0px 75px;}
.contact-wrapper .contact-box{display:flex;flex-wrap:wrap;align-items:center;}
.contact-wrapper .contact-box .nr-box{width:50%;padding:60px 30px;background:url(../../images/contact-bg.jpg) no-repeat;background-size:cover;border-radius:0 15px 15px 0;overflow:hidden;box-shadow:5px 0 10px rgba(0, 0, 0, 0.11); }
.contact-wrapper .contact-box .nr-box .title{font-size:24px;font-weight:bold;margin-bottom:25px;padding-left:100px;}
.contact-wrapper .addr{display:flex;margin-top:30px;margin-bottom:30px;align-items:center;}
.contact-wrapper .addr .tb{min-width:80px;width:80px;height:40px;position:relative;}
.contact-wrapper .addr .tb:after{
  z-index: 10;
  content: "";
  border-top: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #1a8c44;
  position: absolute;
  top:7px;
  right:-14px;
}
.contact-wrapper .addr .text{padding-left:20px;font-size:22px;line-height:30px;color:#797979}
.contact-wrapper .addr.first .text{font-size:19px;color:#333;}
.contact-wrapper .contact-box .feedback-box{width:50%;padding:45px 60px;background:#fff;border-radius:15px;overflow:hidden;box-shadow:5px 0 10px rgba(0, 0, 0, 0.11); }
.contact-wrapper .contact-box .feedback-box .title{font-size:30px;font-weight:bold;margin-bottom:20px;text-align:center;}
.contact-wrapper .contact-box .feedback-box p{font-size:16px;line-height:28px;color:#333;margin-bottom:40px;text-align:center;}

@media(max-width:768px) {
    .contact-wrapper{padding:35px 0}
    .contact-wrapper .contact-box .nr-box{width:100%;padding:15px;background:#fff;border-radius:15px;}
    .contact-wrapper .contact-box .feedback-box{width:100%;padding:15px;margin-bottom:15px;}
    .contact-wrapper .contact-box .feedback-box .title{font-size:22px;margin-bottom:10px;}
    .contact-wrapper .contact-box .feedback-box p{font-size:14px;line-height:22px;margin-bottom:15px;}
    .contact-wrapper .contact-box .nr-box .title{font-size:22px;padding-left:0;margin-bottom:15px;}
    .contact-wrapper .addr .tb{background:#1a8c44;height:60px;width:60px;min-width:60px; text-align:center;display:flex;align-items:center;justify-content:center;}
    .contact-wrapper .addr .tb:after{display:none;}
    .contact-wrapper .addr.first .text{font-size:16px;line-height:24px;}
    .contact-wrapper .addr .text{font-size:18px;line-height:24px;}
}
/*#endregion*/

/*#region 产品中心*/
.profl-wrapper{padding: 60px 0;}
.profl-wrapper .row{margin-left:-20px;margin-right:-20px;}
.profl-wrapper .row .col-md-4{padding-left:20px;padding-right:20px;}
.profl-wrapper .pro-box{border-radius:15px;overflow:hidden;box-shadow:0 0 24px rgba(0, 0, 0, 0.04);margin-bottom:40px;}
.profl-wrapper .pro-box .t1{background:#1a8c44;text-align:center;font-size:24px;line-height:32px;color:#fff;height:74px;display:flex;align-items:center;justify-content:center;padding:0 15px;}
.profl-wrapper .pro-box .t1 a{color:#fff;}
.profl-wrapper .pro-box .t1 a:hover{text-decoration:underline;}

@media(max-width:1460px){
.profl-wrapper .row{margin-left:-15px;margin-right:-15px;}
.profl-wrapper .row .col-md-4{padding-left:15px;padding-right:15px;}
}

@media(max-width:768px){
  .profl-wrapper{padding:40px 0 0;}
  .profl-wrapper .row{margin-left:-7px;margin-right:-7px;}
.profl-wrapper .row .col-md-4{padding-left:7px;padding-right:7px;}
.profl-wrapper .pro-box .t1{font-size:16px;line-height:20px;height:54px;}
.profl-wrapper .pro-box{margin-bottom:15px;}
}


/*#region 产品列表*/
.pro-wrapper{padding:50px 0 60px;}
.pro-wrapper .profl-t1{font-size:28px;line-height:32px;margin-bottom:35px;border-bottom:3px solid #1a8c44;padding:15px 0;font-weight:bold;}
.pro-wrapper .profl-t1:before{content:">";display:inline-block;margin-right:12px;font-weight:normal;color:#1a8c44}

.pro-col{margin-bottom:40px;display:flex;flex-wrap:wrap;padding-bottom:40px;border-bottom:1px dashed #cacaca;}
.pro-col .img{width:31.5%;box-shadow:0 0 21px rgba(0, 0, 0, 0.04);background:#fff;}
.pro-col .text{width:68.5%;padding: 0 40px;}
.pro-col .t1,.title-listzhu{font-size:22px;line-height:32px;margin-bottom:10px;font-weight:bold;}
.pro-col p{font-size:16px;line-height:30px;}
.pro-col .more-box{display:flex;align-items:center;margin-top:20px;}
.pro-col .more{line-height:30px;font-size:16px;color:#fff;text-align:center;background:#1a8c44; display:inline-block;padding:12px 30px;margin-right:15px;}
.pro-col .more:hover{background:#0e1081;color:#fff;transition:all 0.3s;}

@media(max-width:768px) {
    .pro-wrapper{padding:40px 0;}
    .pro-wrapper .profl-t1{font-size:24px;}

    .pro-col{padding-bottom:30px;margin-bottom:30px;}
    .pro-col .img{width:100%;}
    .pro-col .text{width:100%;padding:15px 0;}
    .pro-col .t1,.title-listzhu{font-size:18px;line-height:24px;}
    .pro-col p{font-size:14px;line-height:20px;}
    .pro-col .more-box{justify-content:space-between;}
    .pro-col .more{width:47%;font-size:16px;padding:10px;margin-right:0;}
}
/*#endregion*/

/*#region 文章列表*/
/*#region news list*/
.news-wrapper {padding:75px 0px;}
.news-wrapper .news-col{margin-bottom: 60px;padding-bottom:60px;border-bottom:1px dashed #dddddd; display:flex;align-items:center;flex-wrap:wrap;}
.news-wrapper .news-col .img{width:17%;}
.news-wrapper .news-col .text{width:58%;padding-left:40px}
.news-wrapper .news-col .title{ display:flex;align-items:center;margin-bottom:20px;}
.news-wrapper .news-col time{display:flex;align-items:center;font-size:18px;line-height:30px;}
.news-wrapper .news-col time:before{content:"";background:url(../../images/time-tb.png) no-repeat; width:17px;height:16px;display:block;margin-right:10px;}
.news-wrapper .news-col .t1{font-size: 24px; line-height: 30px;font-weight:bold;margin-bottom:10px;}
.news-wrapper .news-col p{font-size: 15px;line-height: 24px;margin-bottom:15px;}

.news-wrapper .news-col.first{border-bottom:1px solid #dddddd;justify-content:space-between;padding-bottom:75px}
.news-wrapper .news-col.first .img{width:38.5%;box-shadow:0 0 54px rgba(0, 0, 0, 0.08);}
.news-wrapper .news-col.first .text{width:55%;padding-left:0px}
.news-wrapper .news-col.first .t1{font-size:30px;line-height:34px;margin-bottom:15px;}
.news-wrapper .news-col.first p{font-size:18px;line-height:30px;}
.news-wrapper .news-col.first .more-box{display:flex;align-items:center;justify-content:space-between;}
.news-wrapper .news-col.first .more{display:inline-block;padding:8px 40px;font-size:17px;color:#fff;background:#1d2089;border-radius:15px;overflow:hidden;}
.news-wrapper .news-col.first .more:hover{background:#1a8c44;transition:all 0.5s;}

@media(max-width:768px) {
    .news-wrapper{padding: 40px 0px;}
    .news-wrapper .news-col.first .img{width:100%;margin-top:20px;display:block;}
    .news-wrapper .news-col.first .text{width:100%;}
    .news-wrapper .news-col.first .t1{font-size:22px;line-height:28px;}
    .news-wrapper .news-col.first p{font-size:14px;line-height:22px;}
    .news-wrapper .news-col time{font-size:16px;}
    .news-wrapper .news-col.first .more{font-size:16px;}
    .news-wrapper .news-col.first{margin-bottom:30px;padding-bottom:30px;}

    .news-wrapper .news-col{margin-bottom:30px;padding-bottom:20px;}
    .news-wrapper .news-col .img{width:22%;display:none;}
    .news-wrapper .news-col .text{width:100%;padding-left:0px;}
    .news-wrapper .news-col .t1{font-size:17px;line-height:22px;}
    .news-wrapper .news-col p{font-size:14px;line-height: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;}
    
}
/*#endregion*/

/*#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 table { width: 100%; margin-bottom: 1rem; color: #212529; }
.content-wrapper table p{margin-bottom: 0;}
.content-wrapper table th, .content-wrapper table td { padding: 0.5rem; vertical-align: middle; border: 1px solid #dee2e6; text-align: center; }
.content-wrapper table tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, 0.03); }
.content-wrapper table tbody tr:hover { background-color: rgba(0, 0, 0, 0.075); color: #555; }
.content-wrapper table p{ margin-bottom: 0;}

/*产品内容*/

.pronr-wrapper{padding: 50px 0;}
.pronr-wrapper .profl-t1{font-size:28px;line-height:32px;border-bottom:3px solid #1a8c44;padding:15px 0;font-weight:bold;}
.pronr-wrapper .profl-t1:before{content:">";display:inline-block;margin-right:12px;font-weight:normal;color:#1a8c44}
.pronr-wrapper .pronr-desc,.prolistdesc{font-size:18px;line-height:30px;background:#fff;padding:20px 25px;box-shadow:8px 0 21px rgba(0, 0, 0, 0.04);}

.product-head { padding:38px 0; }
.product-head .product-thumb { border: 1px solid #dddddd; box-shadow:8px 0 21px rgba(0, 0, 0, 0.04);background:#fff; border-radius: 0px;overflow: hidden; }
.product-head .product-text{padding-left: 30px;}
.product-head .product-text .subtitle{font-size: 21px;line-height: 26px;margin-bottom: 20px;font-weight: bold;}
.product-head .product-text .desc{margin-bottom: 30px;}
.product-head .product-text .desc p{font-size: 16px;line-height: 30px;}
.product-head .product-text .desc p:before{content: "●";display: inline-block;margin-right: 8px;color: #333;}
.product-head .product-text .ser-box{display: flex;align-items: center;margin-bottom: 20px;}
.product-head .product-text .ser-box .more{display: inline-block;cursor: pointer; padding: 12px 40px;border: 2px solid #1a8c44;border-radius: 50px;overflow: hidden; background: #fff;font-size: 18px;color: #333;margin-right: 15px;}
.product-head .product-text .ser-box .more i{color:#1a8c44;margin-right:5px;}
.product-head .product-text .ser-box .more:hover{background: #1a8c44;border-color: #1a8c44;color: #fff;transition:all 0.5s;}
.product-head .product-text .ser-box .more:hover i{color:#fff;transition:all 0.5s;}

@media(max-width:768px) {
  .pronr-wrapper{padding:35px 0;}
  .pronr-wrapper .profl-t1{font-size:24px;}
  .pronr-wrapper .pronr-desc{font-size:14px;line-height:22px;padding:15px;}
  .product-head .product-text{padding-left:0;}
  .product-head { padding:28px 0; }
  .product-head .product-text .desc p{font-size:14px;line-height:22px;}
  .product-head .product-text .subtitle{font-size:18px;margin-bottom:10px;}
  .product-head .product-text .ser-box{justify-content:space-between;}
  .product-head .product-text .ser-box .more{width:48%;padding:10px 0;display:block;margin-right:0;text-align:center;font-size:16px;}
}


.pro-social{display: flex;align-items: center;}
.pro-social .social{display: flex;align-items: center;color: rgba(255, 255, 255, 0.4);font-size: 16px;border: 2px solid #e8e8e8;padding: 4px;margin-right: 10px;border-radius: 50%;overflow: hidden;}
.pro-social .social:last-child{margin-right: 0;}
.pro-social .social a{background: #1a8c44;border-radius: 50%;overflow: hidden;width: 28px;color: rgba(255, 255, 255, 0.4);margin-right: 0px;display: block;height: 28px;font-size: 15px;padding: 6px;}
.pro-social .social a:hover{background: #1a8c44;transition: all 0.3s;}
.pro-social span{background: #1a8c44!important;margin-right: 0px!important;border-radius: 50%!important;width: 28px;height: 28px;padding: 6px;}
.pro-social span:hover{background: #1a8c44!important;}
.pro-social span:before{color: rgba(255, 255, 255, 1);font-size: 15px;}

.pronr-subtitle{background:#fff;margin-bottom:27px;}
.pronr-subtitle .t{display:inline-block;min-width:230px;padding:15px 35px;background:#1a8c44;font-size:21px;text-align:center;line-height:24px;color:#fff;position:relative;}
.pronr-subtitle .t:after{
  z-index: 10;
  content: "";
  border-top: 14px solid #1a8c44;
  border-right: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid transparent;
  position: absolute;
  bottom:-24px;
  left:calc(50% - 14px);
}
.content-wrapper.product{background: #fff;padding:30px;}
.content-wrapper.product .table-wrapper{}
.content-wrapper.product h5,.content-wrapper.product h2{font-size: 20px;color: #23334b;font-weight: bold; line-height: 30px;margin-bottom: 20px;margin-top: 20px;padding-left: 12px;border-left: 4px solid #1a8c44;}
.content-wrapper.product p{font-size: 16px;line-height: 32px;color: #666666;margin-bottom: 20px;}
.content-wrapper.product table td p,.content-wrapper.product table td{font-size: 16px;line-height: 30px;margin-bottom: 0;}

@media(max-width:768px) {
    .pronr-subtitle .t{font-size:18px;min-width:auto;}
    .content-wrapper.product{padding:15px;}
    .content-wrapper.product p{font-size:14px;line-height:22px;margin-bottom:15px;}
}

.pronr-app{padding:20px 25px;background:#fff;margin-bottom:23px;}
.pronr-app .t3{font-size:24px;line-height:30px;margin-top:10px;text-align:center;}

.pronr-news .news-qh{padding:5px 85px;position:relative;}
.pronr-news .news-qh .swiper-news{}
.pronr-news .news-qh .news-item{padding:15px 0px;}
.pronr-news .news-qh .news-item .t1,.swiper-slide h3.xinwei-newtile{font-size:24px;font-weight:bold;margin-bottom:10px;}
.pronr-news .news-qh .news-item .img{width:23%;border:1px solid #c7c7c7;background:#fff;}
.pronr-news .news-qh .news-item .text{width:77%;padding-left:18px;}
.pronr-news .news-qh .news-item p{font-size:16px;line-height:24px;margin-bottom:15px;}
.pronr-news .news-qh .news-item .more{font-size:16px;line-height:24px;display:block;}
#swiper-button-prev-pronrnews,#swiper-button-next-pronrnews{border:5px solid #5c5c5c;background:#fff; width:45px;height:45px; border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;}
#swiper-button-prev-pronrnews:after,#swiper-button-next-pronrnews:after{font-size:18px;color:#5c5c5c;font-weight:bold;}


.hot-pro{padding: 20px 12px;}
.hot-pro .t1{font-size: 42px;line-height: 42px;margin-bottom: 45px;font-family:Barlow;text-align:center;}
.hot-pro .pro-box{margin-bottom:25px;border-radius:15px;overflow:hidden;box-shadow:0 0 21px rgba(0, 0, 0, 0.04);}
.hot-pro .pro-box .title{background:#1a8c44;font-size:16px;padding:10px 10px;text-align:center;line-height:22px;color:#fff; }
.hot-pro .pro-box .title a{color:#fff;}
.hot-pro .pro-box .title:hover{background:#00037a;}

@media(max-width:768px) {
    .pronr-app{padding:15px;}
    .pronr-app .t3{font-size:16px;line-height:24px;margin-bottom:15px;}
    .pronr-news .news-qh .news-item .img{display:none;}
    .pronr-news .news-qh .news-item .text{width:100%;padding-left:0px;}
    .pronr-news .news-qh .news-item .t1,.swiper-slide h3.xinwei-newtile{font-size:18px;}
    .pronr-news .news-qh .news-item p{font-size:14px;line-height:22px;}
    .pronr-news .news-qh{padding:0px;}
}


/*#region 新闻详情*/
.newsnr-wrapper{padding:75px 0;}
.newsnr-wrapper .col-md-9{padding-right:70px;}
.newsnr-wrapper .title { font-size: 30px; color: #000; text-align: center;font-weight:bold; }
.newsnr-wrapper .content { font-size:16px;line-height:24px;}
.newsnr-wrapper .content p { margin-bottom:15px; }
.newsnr-wrapper .content h4{font-size: 22px;color: #1a8c44;margin: 20px 0;}
.newsnr-wrapper .summary {padding: 12px 0; text-align: center; margin: 20px 0 30px; font-size: 16px; color: #595959; border-bottom:1px dashed #000000;  }
.newsnr-wrapper .summary span { margin-right: 15px; }
.newsnr-wrapper .social a{border-radius: 0;}

@media(max-width:768px) {
    .newsnr-wrapper{padding:40px 0;}
    .newsnr-wrapper .col-md-9{padding-right:15px;}
    .newsnr-container.content{font-size:14px;line-height:22px;}
    .newsnr-wrapper .title{font-size:22px;}
}

.content-other{padding: 30px 0px;border-top: 1px solid #ddd; line-height: 28px;font-size: 16px; color: #1a8c44;display: flex;align-items: center;justify-content: space-between;}
.content-other a{color: #303f5f;}
.content-other a:hover{ color: #1a8c44;transition: all 0.3s; }
.content-other .left{width: 75%;}
.content-other .back{background: #1a8c44;padding: 10px 40px;display: inline-block;font-size: 18px;color: #fff;font-weight:bold;}
.content-other .back i{margin-left: 10px;}
.content-other .back:hover{color: #fff;background:#23334b;transition:all 0.5s;}

@media(max-width:768px) {
  .content-other{flex-wrap: wrap;}
  .content-other .left{width: 100%;}
  .content-other .right{width: 100%;margin-top: 20px;}
}

.hot-news-box .sub-title{background:#1a8c44;padding:8px 20px;font-size:17px;line-height:30px;color:#fff;margin-bottom:25px;}
.hot-news-box .item{margin-bottom:20px;}
.hot-news-box .item h3{font-size:17px;line-height:22px;font-weight:bold;margin-top:10px;margin-bottom:15px;}
.hot-news-box .item p{font-size:14px;line-height:22px;}
.hot-news-box .item time{color: #1a8c44;margin-top:10px;display:block;}

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

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

/*留言*/
.contact-wrapper .feedback-box .form-control{padding-top: 15px;padding-bottom: 15px;margin-bottom: 10px;}
.contact-wrapper .feedback-box .form-feedback .btn {padding-top: 15px;padding-bottom: 15px;font-size: 18px;background: #1a8c44;}
.contact-wrapper .feedback-box .form-feedback .btn:hover{background:#23334b;color: #fff; }

.form-feedback .form-control{ background: #fff; color: #9396a2;font-size: 16px; border-radius: 10px;overflow: hidden; border: 1px solid #dddddd; padding-top: 11px;padding-bottom: 11px;  }
.form-feedback .form-control::-webkit-input-placeholder{color: #9396a2;}
.form-feedback .btn { color: #fff; background: #1a8c44;border-radius: 10px; font-size: 22px;line-height: 22px;padding-top: 11px;padding-bottom: 11px;}
.form-feedback .btn:hover{background:#23334b;color: #fff; }
.form-feedback .btn i{margin-left:30px;}

.down-wrapper .form-feedback.was-validated .form-control:invalid,.down-wrapper .form-feedback.was-validated .form-control.is-invalid {
    border-color:#f5543f;
    padding-right: calc(1.5em + 0.75rem);
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

@media(max-width:768px) {
  .contact-wrapper .feedback-box .form-feedback .btn {padding-top: 15px;padding-bottom: 15px;}
    .form-feedback .form-control{padding-top: 10px;padding-bottom: 10px;font-size: 16px;}
    .form-feedback .btn{padding-top: 10px;padding-bottom: 10px;}
    .contact-wrapper .feedback-box .form-control{margin-bottom:0}
}

/*搜索*/
.pro-search .search-group{width: 100%;background:#fff;border:0; border-bottom:1px solid #dddddd;border-radius:0;}
.pro-search .search-group .form-control{font-size:18px;color:#333;padding-left:0;}
.pro-search .search-group .form-control::-webkit-input-placeholder{color: #333;font-size:18px;font-weight:bold;}
.search-group { width: 200px; height: 45px; background: #f7f7f7; overflow: hidden;border: 1px solid #f7f7f7;border-radius: 10px;}
.search-group .form-control { border: none; border-radius: 0px ;background: transparent;color: #5c5352;height: 45px;}
.search-group .form-control::-webkit-input-placeholder{color: #5c5352;}
.search-group .btn {border-radius: 0px;height: 45px;  width: 45px;display: flex;justify-content: center;align-items: center; padding: 6px 15px; margin-bottom: 0; }
.search-group i { color: #5371b3; font-size: 1.3rem; }
.search-group .btn:hover{background: #5371b3;}
.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: 15%;
    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 .title {
    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 .title {
        font-size: 20px;
        text-align: center;
        margin-bottom: 10px;
    }
}


.feedpc{position:fixed;right: 0px;top:60%;cursor: pointer;z-index: 70;}
.feedpc .feed{display: flex;align-items: center;}
.feedpc .feed .img{z-index: 60;margin-right: -20px;}
.feedpc .feed p{background: #414141;height: 50px;font-size: 18px;font-weight: bold;color: #fff;text-align: center;line-height: 50px;padding: 0 15px 0 25px;}

.rightys{order: 13;}

@media(max-width:768px) {
    .feedpc .feed .img{margin-right: 0px;}
    .feedpc .feed .img img{width: 50px;height: 50px;}
    .feedpc .feed p{display: none;}
    .totop{z-index:10;}
}

@media(max-width:1300px) {
    .pro-qh .pro-item .t1{font-size:28px;line-height:28px;}

    .home-about .box.two .left{padding-top:20px;}
    .home-about .box.two p{font-size:16px;line-height:24px;}
    .home-about .box.two .t2{font-size:38px;}

    .home-core .right p{font-size:16px;line-height:24px;}
    footer .footer-addrs .addr{font-size:20px;}

    .about-wrapper .box p{font-size:16px;line-height:24px;margin-bottom:15px;}
}

/*cookies板式三*/
.google-cookies{position:fixed;z-index:99;box-shadow:8px 0 15px rgba(0, 0, 0, 0.2);background:#fff;padding:20px 0;bottom:0;left:0;right:0;}
.google-cookies.off{display:none;}
.google-cookies .container-xl{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;}
.google-cookies .left{width:70%;}
.google-cookies .right{text-align:center;}
.google-cookies .t1{font-size:20px;font-weight:bold;color:#1a8c44;margin-bottom:5px;}
.google-cookies .p1{font-size:14px;line-height:22px;margin-bottom: 10px;}
.google-cookies .p1 a{font-weight:bold;text-decoration:underline; margin-right:10px;}
.google-cookies .cookies-btn{border:1px solid #1a8c44;color:#1a8c44;display:block;font-size:16px;padding:8px 25px;margin-top:8px; background:#fff; transition: all 0.5s;border-radius:10px;cursor:pointer;}
.google-cookies .cookies-btn:hover{text-decoration:underline;}
.google-cookies .cookies-btn:first-child{background:#1a8c44;color:#fff;margin-top:0}

@media(max-width:768px) {
  .google-cookies{padding:10px 0;}
  .google-cookies .left{width:100%;}
  .google-cookies .t1{font-size:16px;line-height:24px;}
  .google-cookies .p1{font-size:14px;line-height:16px;}
  .google-cookies .right{width:100%;text-align:left;}
  .google-cookies .cookies-btn{padding:5px 10px;border-radius:0;margin-top:10px;font-size:14px;display:inline-block;}
}

/* 浮窗 */
#float{position:fixed;right:5px;bottom:165px;margin-top:-60px;z-index:55}
#float .ico{display:block;width:75px;height:75px;text-align:center;position:relative;cursor:pointer;margin-bottom:5px}
#float .ico>i{font-size:38px;line-height:75px;border-radius:50%;display:block;color:#fff;position:relative;z-index:9999;background:#1a8c44}
#float .ico>.img{position:absolute;right:75px;width:140px;top:0;display:none;background-color:#fff}
#float .ico>.img>img{width:100%}
#float .ico p{position:absolute;top:0;border-radius:10px;right:-350px;padding:0px 20px;line-height:75px;font-size:24px;height:75px;background-color:#1a8c44;color:#FFF;transition:all 0.5s;z-index:0;white-space:nowrap}
#float .ico:hover>.img{display:block}
#float .ico:hover p{right:75px}
@media (min-width:1px) and (max-width:991px){
    #float .ico{width:40px;height:40px}
    #float .ico>i{font-size:22px;line-height:40px}
    #float .ico>.img{right:40px}
    #float .ico p{line-height:40px;padding:0 15px;height:40px}
}


.x1-sol{padding:80px 0;background:#fff;}
.x1-sol .top{display:flex;justify-content:space-between;flex-wrap:wrap;margin-bottom:50px;}
.x1-sol .top .left{width:20%}
.x1-sol .top .right{width:76%}
.x1-sol .top .left .x1-t1{font-size:25px;line-height:32px;color:#26278c;font-weight:bold;}
.x1-sol .top .left .x1-t2{font-size:45px;line-height:50px;color:#1a8c44;font-weight:bold;}
.x1-sol .top .right{font-size:24px;line-height:42px;}
.x1-sol .x1-sol-item{background:#f7f7f7;border-radius:15px;overflow:hidden;height:100%;}
.x1-sol .x1-sol-item .img{border-radius:15px;overflow:hidden;}
.x1-sol .x1-sol-item .text{padding:35px;}
.x1-sol .x1-sol-item .text .title{font-size:20px;line-height:24px;margin-bottom:15px;}
.x1-sol .x1-sol-item .text p{font-size:16px;line-height:24px;}
.x1-sol .x1-sol-item .text p:before{content:"\f054";font-family:Cmsfont;display:inline-block;margin-right:8px;}

@media(max-width:768px) {
  .x1-sol{padding:40px 0;}
  .x1-sol .top{margin-bottom:25px;}
  .x1-sol .top .left{width:100%}
  .x1-sol .top .right{width:100%}
  .x1-sol .top .left .x1-t1{font-size:18px;line-height:28px;}
  .x1-sol .top .left .x1-t2{font-size:24px;line-height:32px;}
  .x1-sol .top .right{font-size:14px;line-height:22px;margin-top:15px;}

  .x1-sol .x1-sol-item .text{padding:15px;}
  .x1-sol .x1-sol-item .text .title{font-size:16px;line-height:24px;}
  .x1-sol .x1-sol-item .text p{font-size:14px;line-height:22px;}
}

.x1-about{padding:50px 0;background:#fcfcfc;}
.x1-about .top{display:flex;justify-content:space-between;flex-wrap:wrap;}
.x1-about .top .left{width:45.5%}
.x1-about .top .right{width:50.5%;display:flex;}
.x1-about .top .right .box{width:660px;}
.x1-about .top .right .box .x1-t1{color:#1a8c44;font-size:24px;line-height:32px;font-weight:bold;}
.x1-about .top .right .box .x1-t1 span{color:#26278c;}
.x1-about .top .right .box .x1-t2{font-size:39px;line-height:47px;margin-bottom:15px;font-weight:bold;}
.x1-about .top .right .box p{font-size:19px;line-height:30px;margin-bottom:20px;}
.x1-about .top .right .box .x1-flex{display:flex;align-items:center;margin-top:35px;}
.x1-about .top .right .box .x1-flex .img{width:80%;margin-right:20px;}
.x1-about .top .right .box .x1-flex .more{font-size:16px;line-height:24px;color:#145199;}
.x1-about .top .right .box .x1-flex .more i{margin-left:8px;}
.x1-about .x1-ser{margin-top:40px;margin-bottom:30px;padding:0 50px;}
.x1-about .x1-ser .item{display:flex;font-size:19px;line-height:36px;margin-top:30px;}
.x1-about .x1-ser .item .tb{min-width:40px;width:40px;margin-right:10px;}
.x1-about .x1-aboutxt{margin-bottom:15px;}

@media(max-width:768px) {
  .x1-about{padding:40px 0;}
  .x1-about .top{padding:0 15px;}
  .x1-about .top .left{width:100%}
  .x1-about .top .right{width:100%;display:flex;margin-top:15px;}
  .x1-about .top .right .box{width:100%;}
  .x1-about .top .right .box .x1-t1{font-size:18px;line-height:28px;}
  .x1-about .top .right .box .x1-t2{font-size:24px;line-height:32px;}
  .x1-about .top .right .box p{font-size:14px;line-height:22px;margin-bottom:15px;}
  .x1-about .top .right .box .x1-flex .img{width:65%;margin-right:20px;}
  .x1-about .top .right .box .x1-flex{margin-top:15px;}
  .x1-about .x1-ser{margin-top:20px;margin-bottom:20px;padding:0;}
  .x1-about .x1-ser .item{font-size:16px;margin-top:10px;line-height:24px;}
}

.x1-news{padding:80px 0;background:#f5f5f5;}
.x1-news .box{display:flex;justify-content:space-between;flex-wrap:wrap;}
.x1-news .box .item{width:48%;}
.x1-news .box .item .x1-t1{font-size:36px;color:#1a8c44;margin-bottom:40px;font-weight:bold;}
.x1-news .box .item .x1-t1.lan{color:#1f208a;}
.x1-news .box .new-box{background:#fff;border-radius:15px;overflow:hidden;padding:32px 32px 0;}
.x1-news .box .new-box .img{border:1px solid #ddd;border-radius:15px;overflow:hidden;}
.x1-news .box .new-box .text{padding:30px 20px;}
.x1-news .box .new-box .title{font-size:22px;line-height:24px;}
.x1-news .box .new-box p{font-size:17px;line-height:24px;margin:15px 0;}
.x1-news .box .new-box time{display:block;color:#26278c;font-size:14px;line-height:24px;}
.x1-news .box .exh-box{display:flex;align-items:center;justify-content:space-between;padding:0px 0px 25px;margin-bottom:25px;border-bottom:1px dashed #ddd;}
.x1-news .box .exh-box .img{border:1px solid #ddd;overflow:hidden;width:32%;}
.x1-news .box .exh-box .text{width:65%;}
.x1-news .box .exh-box .text .title{font-size:18px;line-height:24px;}
.x1-news .box .exh-box .text time{display:block;color:#26278c;font-size:14px;line-height:24px;margin-top:15px;}
.x1-news .box .item .zxh-more{font-size:18px;line-height:30px;padding:15px 25px;background:#26278c;color:#fff;margin-top:15px;display:inline-block;}
.x1-news .box .item .zxh-more:hover{text-decoration:underline;}

@media(max-width:768px) {
  .x1-news{padding:40px 0;}
  .x1-news .box .item{width:100%;}
  .x1-news .box .item .x1-t1{font-size:24px;line-height:32px;margin-bottom:15px;}
  .x1-news .box .new-box{padding:15px;}
  .x1-news .box .new-box .text{padding:15px 0px;}
  .x1-news .box .new-box .title{font-size:16px;line-height:24px;}
  .x1-news .box .new-box p{font-size:14px;line-height:22px;}
  .x1-news .box .item .x1-t1.lan{color:#1f208a;margin-top:30px;}
  .x1-news .box .exh-box .text .title{font-size:14px;line-height:22px;}
  .x1-news .box .item .zxh-more{font-size:16px;line-height:30px;}
  .x1-news .box .exh-box{margin-bottom:15px;padding-bottom:15px;}
}