/*#region 通用*/
body { color: #333; font-size: 16px; line-height:24px; font-family: 'Hind', sans-serif;}
a{color: #333;}
a:hover{color: #71bf44;}
.swiper-pagination-bullet-active{background: #71bf44;}
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: #f8f8f8;}
.card-thumb img{transition: all 0.5s ease;}
.card-thumb:hover img{transform: scale(1.05);}
.container-xl.long{max-width: 1630px;}
.absolute-a{position:absolute;left:0;right:0;top:0;bottom:0;z-index:3;}
@media(max-width:768px) {
    .main-container { margin: 20px 0; }
    body {font-size:14px;line-height:20px;}
}
/*#endregion*/

.header {z-index: 999;width: 100%;background:#fff;}
.top-lang{margin-left: 5px;}
.top-search-box{z-index: 93;margin-left: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: 0px;top: 120px;z-index: 99;padding-top: 10px;}
.header-top .logo span{font-family:Barlow;font-size:15px;}
.header-top .nav{display:flex;align-items:center;justify-content:flex-end;}
.header .col-md-10{flex-wrap:wrap;}
.header .desc{display:flex;justify-content:flex-end;width:100%;padding-top:20px;}
.header .desc a{font-weight:bold;font-size:17px;line-height:17px;padding:12px 0px;margin-left:20px;}
.header .desc a:first-child{padding:12px 35px;color:#fff;background:#71bf44;border-radius:50px;}

.header.fadeInDown{position: fixed;top: 0;right: 0;left: 0;}
.header.fadeInDown .header-top{padding: 0;}
.header.fadeInDown .header-desc{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: 16px;margin: 0 18px;  }
.navbar-custom .navbar-nav .nav-link {text-align: center;position: relative; color:#333; padding: 0; height: 70px;display: flex;align-items: center;justify-content: center; font-weight:bold;font-size: 18px; }
.navbar-custom .navbar-nav .nav-link:before,.navbar-custom .navbar-nav .nav-link:before{z-index: 10;
  content: "";
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  bottom:0;
  left: calc(50% - 10px);}
.navbar-custom .navbar-nav .nav-item:hover .nav-link:before,.navbar-custom .navbar-nav .nav-item.active .nav-link:before{border-bottom: 10px solid #71bf44;transition:all 0.3s;}

.navbar-custom .navbar-nav .nav-link:hover{}
.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); }

.navbar-nav .dropdown-menu{padding:20px 14px;border-radius:0 0 10px 10px;box-shadow:10px 0 10px rgba(0, 0, 0, 0.1);border-top:5px solid #71bf44;}
.navbar-nav .dropdown-menu .dropdown-item{padding:15px 15px;border-radius:10px;font-weight:bold;}
.navbar-nav .dropdown-menu .dropdown-item:hover{background:#71bf44;color:#fff;}

@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 #ddd;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: #333; 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: 6px 6px 0 0; border: 1px solid #e7e7e7; background: #fff;margin-bottom:20px; }
.menu-collapse .collapse-title { padding: 0.875rem; background: #5371b3; 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: #5371b3 }
.menu-collapse .menu-link:hover { background: #f8f9fa; }
.menu-collapse .drop { }
.menu-collapse .menu-link.active { background: #f6f6f6; color: #666 }

.pro-nav{padding:100px 0 0;}
.menu-horizontal {flex-wrap:wrap;justify-content:space-between;}
.menu-horizontal .nav-item {width:8%;}
.menu-horizontal .nav-link {width: 100%;position: relative;color: #333;display: block;text-align: center; font-size: 14px;line-height:18px; transition: all 0.3s; }
.menu-horizontal .nav-link .t1{margin-top:10px;}
.menu-horizontal .nav-item.active .nav-link,.menu-horizontal .nav-link:hover {color: #71bf44; }
.menu-horizontal .nav-item.active .img img,.menu-horizontal .nav-item:hover .img img{filter: invert(77%) sepia(84%) saturate(390%) hue-rotate(41deg) brightness(80%) contrast(83%);}

@media(max-width:768px) {
    .pro-nav{padding:40px 0 0;}
    .menu-horizontal .nav-item{width:30%;}
}


.menu-horizontal-child { display: flex; flex-wrap: wrap;margin-top: 20px; }
.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 25px; display: block;text-align: center; font-size: 16px; line-height: 54px; }
.menu-horizontal-child .nav-item-child .nav-link-child:before { content: "●"; font-size: 16px; margin-right: 12px; color: #5371b3 }
.menu-horizontal-child .nav-item-child.active,.menu-horizontal-child .nav-item-child:hover{border-color:#5371b3;}
.menu-horizontal-child .nav-item-child.active .nav-link-child,.menu-horizontal-child .nav-item-child:hover .nav-link-child {color: #5371b3;}

.center-nav{padding:75px 0 0;}
.menu-horizontal-wrapper{margin-bottom: 0;}
.menu-horizontal-about{display: flex;flex-wrap: wrap;justify-content:center;border-bottom:1px solid #eaeaea;}
.menu-horizontal-about .nav-item-about { color: #666;position:relative;margin-right:70px;margin-left:70px;position:relative;}
.menu-horizontal-about .nav-item-about .nav-link-about{color: #666;font-weight:bold; display: block;line-height:65px; font-size: 20px; text-align:left;position:relative;}
.menu-horizontal-about .nav-item-about.active .nav-link-about{color:#333;}
.menu-horizontal-about .nav-item-about:after{content:"";width:100%;bottom:-1;height:2px;background:#fff;display:block;margin:0 auto;}
.menu-horizontal-about .nav-item-about.active:after{background:#71bf44;}
.menu-horizontal-about .nav-item-about:hover:after{background:#71bf44;transition:all 0.5s;}
.menu-horizontal-about .nav-item-about:hover .nav-link-about{color:#333;transition:all 0.5s;}

@media(max-width:768px) {
    .menu-horizontal-wrapper.pro{display:none;}
    .center-nav{padding:35px 0 0}
    .menu-horizontal-about .nav-item-about{margin:0;}
    .menu-horizontal-about .nav-item-about .nav-link-about{line-height:40px;text-align:center;}
    .menu-horizontal-about{border:0;}
    .menu-horizontal-about .nav-item-about{border-bottom:1px solid #eaeaea;}
}
/*#endregion*/

/*#region 位置导航*/
.banner{}
.banner.home{position:relative;z-index:1;}
.banner.home .banner-text{text-align: left;}
.banner.home .banner-text .box{width:64%;}
.banner.home .banner-text .box .t1{font-size:70px;font-weight:bold;line-height:80px;}
.banner.home .banner-text .box p{font-size:18px;line-height:28px;margin-top:15px;}
.banner.home .banner-text .box .more{margin-top:45px;font-size:22px; display:block;background:#71bf44;border-radius:50px;width:280px;height:60px;padding:8px 8px 8px 60px;display:flex;align-items:center;justify-content:space-between;}
.banner.home .banner-text .box .more i{width:45px;line-height:45px;font-size:14px; display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;color:#71bf44;}
.banner.home .banner-text .box .more:hover{color:#fff;text-decoration:underline;}

.banner.home .banner-text .box2{width:47%;color:#000000;position:relative;}
.banner.home .banner-text .box2 .t1{font-size:55px;font-weight:bold;color:#a0cf5f;text-transform:uppercase;text-align:center;position:relative;display:flex;align-items:center;justify-content:space-between;}
.banner.home .banner-text .box2 .t1:before{content:"";width:21%;height:2px;background:#a0cf5f;}
.banner.home .banner-text .box2 .t1:after{content:"";width:21%;height:2px;background:#a0cf5f;}
.banner.home .banner-text .box2 .t2{font-size:55px;font-weight:bold;color:#a0cf5f;display:block;padding:55px 0;margin-top:-11px;margin-bottom:-11px; text-transform:uppercase;text-align:center;border-left:2px solid #a0cf5f;border-right:2px solid #a0cf5f;}
.banner.home .banner-text .box2 .t2 h1{font-size:55px;font-weight:bold;}
.banner.home .banner-text .box2 .t3{font-size:30px;text-transform:uppercase;text-align:center;position:relative;display:flex;align-items:center;justify-content:space-between;}
.banner.home .banner-text .box2 .t3:before{content:"";width:27%;height:2px;background:#a0cf5f;}
.banner.home .banner-text .box2 .t3:after{content:"";width:27%;height:2px;background:#a0cf5f;}
.banner.home .banner-text .box2 .more{margin:40px auto 23px; font-size:32px; display:block;background:#a0cf5f;border-radius:15px;width:280px;padding:18px 0;font-weight:bold; text-align:center;color:#fff;}
/*.banner.home .banner-text .box2 .more:hover{color:#fff;text-decoration:underline;}*/
.banner.home .banner-text .box2 .yp{text-align:center;}
.banner.home .banner-text .box2 .t4{display:flex;}
.banner.home .banner-text .box2 p{/*font-size:24px;*/font-size:20px;line-height:42px;border-left:4px solid #a0cf5f;margin-right:25px;padding-left:12px;font-weight:bold;}
.banner.home .banner-text .box2 p:last-child{margin-right:0;}

@media(max-width:1430px) {
    .banner.home .banner-text .box2 p{font-size:20px;}
    .banner.home .banner-text .box2 .more{margin:20px auto 10px;font-size:26px;}
    .banner.home .banner-text .box2 .t2,.banner.home .banner-text .box2 .t2 h1{font-size:45px;padding:30px 0;}
    .banner.home .banner-text .box2 .t1{font-size:45px;}
}

.banner.ny .banner-text .box{width:100%;text-align:center;}
.banner.ny .banner-text .box .ny-title{font-weight:bold;font-size:38px;line-height:40px;}
.banner.ny .banner-text .box .ny-title:after{content:"";width:70px;height:4px;background:#71bf44;display:block;margin:10px auto 20px;}

@media(max-width:768px) {
  .banner.ny{height:120px;text-align:center;overflow:hidden;}
  .banner.ny img{height:100%;width:auto;}
  .banner.ny .banner-text .box .ny-title{font-size:22px;}
  .banner.ny .banner-text .box .ny-title:after{display:none;}
}

.page-title {color:#fff;}
.page-title  a{color:#fff;}
.page-title  a:hover{color:#fff;text-decoration:underline;}
.page-title .breadcrumb { justify-content: center;align-items: center; color: #fff;font-size: 16px;}
.breadcrumb-item + .breadcrumb-item::before { color: #fff;font-family: cmsfont; content: "\f054";font-size: 10px; margin-right: 5px;margin-left: 5px; }
.page-title .breadcrumb .breadcrumb-item:last-child a{font-weight:bold;color:#71bf44;}
.page-title .breadcrumb:before { content: ""; width: 13px;height: 13px;background: url(../../images/tb-home.jpg) no-repeat;display: inline-block; margin-right: 15px; color: #fff;}

.content-crumb.pro{background: #eeeeee;}
.content-crumb .page-title{justify-content: flex-start;padding: 20px 0;}
.content-crumb .page-title .breadcrumb{justify-content: start;}
.content-crumb .page-title .breadcrumb {color: #333;}
.content-crumb .breadcrumb-item + .breadcrumb-item::before {color: #333;}
.content-crumb .page-title .breadcrumb:before { color: #333;background: url(../../images/tb-home2.jpg) no-repeat;}
.content-crumb .page-title  a{color:#333;}
.content-crumb .page-title .breadcrumb .breadcrumb-item:last-child a{font-weight:bold;color:#004d95;}

@media(max-width:768px) {
    .page-title{width: 100%;position:relative;top:inherit;}
    .page-title .breadcrumb { justify-content: center;font-size:14px; }
    
}
/*#endregion*/

/*#region 底部*/
footer {position: relative;color:rgba(255, 255, 255, 0.9);}
footer .footer-top{background:url(../../images/footer-bg1.jpg) no-repeat center top; padding:60px 0 50px;background-size:cover;}
footer .footer-top .box1{display:flex;justify-content:space-between;flex-wrap:wrap;width:100%;}
footer .footer-top .box1 .left{width:45%;}
footer .footer-top .box1 .right{width:47.5%;}
footer .footer-top .box1 .t1{font-size:42px;line-height:58px;color:#fff;font-weight:bold;}
footer .footer-top .box1 p{font-size:16px;line-height:28px;margin-top:20px;}
footer .footer-top .box2{display:flex;justify-content:space-between;flex-wrap:wrap;width:100%;border-top:1px solid rgba(255, 255, 255, 0.7);margin-top:50px;}
footer .footer-top .box2 .foot-title{font-size:28px;line-height:30px;color:#fff;font-weight:bold;font-family:Arial;margin-bottom:30px; padding-left:10px;border-left:3px solid #71bf44;display:block;margin-top:55px;}
footer .footer-top .box2 .foot-desc{width:33.5%;}
footer .footer-top .box2 .foot-nav{width:24.2%;}
footer .footer-top .box2 .foot-nav.pro{width:27.2%;}
footer .footer-top .box2 .foot-addrs{width:33%;}
footer .footer-top .foot-social{margin-top:20px;}
footer .footer-top .foot-social a,footer .footer-top .foot-social span{color:#fff;margin-right:20px;background:transparent!important;}
footer .footer-top .foot-social a:before,footer .footer-top .foot-social span:before{font-size:24px!important;}
footer .footer-top .foot-nav .list{display:flex;flex-wrap:wrap;margin-top:-10px;}
footer .footer-top .foot-nav .list p{width:50%;display:flex;align-items:center;border-bottom:1px solid rgba(255, 255, 255, 0.6);}
footer .footer-top .foot-nav .list p:before,#list-foot .list p:before{content:"";width:12px;height:12px;display:block;margin-right:10px;background:url(../../images/foot-tbjt.png) no-repeat;}
footer .footer-top .foot-nav .list p a{color:rgba(255, 255, 255, 0.9);font-size:16px;line-height:50px;}
footer .footer-top .foot-nav .list p:hover:before{margin-right:15px;transition:all 0.5s;}
footer .footer-top .foot-addrs .addr{margin-bottom:20px;font-size:16px;color:rgba(255, 255, 255, 0.9);display:flex;}
footer .footer-top .foot-addrs .addr a{color:rgba(255, 255, 255, 0.9);}
footer .footer-top .foot-addrs .addr a:hover{text-decoration:underline;}
footer .footer-top .foot-addrs .addr span{margin-right:10px;width:24px;}
footer .footer-top .box2 .foot-nav.pro .list p{padding-bottom:5px;margin-bottom:5px;}
footer .footer-top .box2 .foot-nav.pro .list p a{line-height:24px;}
footer .footer-top .box2 .foot-nav.pro .list p:before{display:none;}

footer .footer-bottom{background:#000000;padding:20px 0;font-size:16px;line-height:30px;color:#fff;text-align:center;}
footer .footer-bottom a{color:#fff;}
footer .footer-bottom a:hover{text-decoration:underline;}

footer .footer-top .form-feedback .form-control{ background: transparent; color:rgba(255, 255, 255, 0.9); border:0px; border-bottom:2px solid rgba(255, 255, 255, 0.2); border-radius: 0px;overflow: hidden;   padding-top: 12px;padding-bottom: 12px;}
footer .footer-top .form-feedback .form-control::-webkit-input-placeholder{color:rgba(255, 255, 255, 0.9);}
footer .footer-top .form-feedback .btn { height:auto;  color: #fff; background: #71bf44;border-radius: 0px; font-size: 18px; line-height: 22px;padding-top: 12px;padding-bottom: 12px; }
footer .footer-top .form-feedback .btn:hover{background:#014593 }
footer .footer-top .form-feedback.was-validated .form-control:invalid,.feedback-box .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) {
  footer .footer-top{background-size:cover;padding:40px 0;}
    footer .footer-top .box1 .left{width:100%;}
    footer .footer-top .box1 .right{width:100%;}
    footer .footer-top .box1 .t1{font-size:24px;line-height:28px;}
    footer .footer-top .box1 p{font-size:14px;line-height:22px;margin-top:15px;margin-bottom:15px;}
    footer .footer-top .box2{margin-top:30px;}
    footer .footer-top .box2 .foot-desc{width:100%;}
    footer .footer-top .box2 .foot-nav{width:100%;}
    footer .footer-top .box2 .foot-addrs{width:100%;}
    footer .footer-top .box2 .foot-title{font-size:24px;line-height:28px;}
    footer .footer-top .foot-addrs .addr{font-size:14px;}
}
/*#endregion*/

/*#region 首页*/

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

@keyframes jtmove2{
    0%{
        transform: translate(-5px,0);
    }
    50%{
        transform: translate(0px,0);
    }
    100%{
        transform: translate(5px,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;
    }
}

.model{color:#71bf44;}

.home-pro{background:url(../../images/hm-probg.jpg) no-repeat center top 150px #fff;/*padding:150px 0;*/padding:150px 0px 60px 0px;;}
.home-pro .t1{font-size:40px;line-height:60px;font-weight:bold;}
.home-pro .t2{font-size:16px;line-height:24px;color:#666;margin-top:20px;margin-bottom:50px;}
.home-pro .link-qh{position:relative;padding:0 60px;}
.home-pro .link-qh .swiper-slide{padding-bottom:40px;padding-top:40px;}
.home-pro .link-qh .swiper-slide img{mix-blend-mode: multiply!important;}
.home-pro .link-qh #swiper-pagination-link{bottom:0px;}
.home-pro .link-qh .swiper-button-link{color:#000;font-size:16px;}
.home-pro .pro-qh{display:flex;align-items:center;flex-wrap:wrap;}
.home-pro .pro-qh .left{width:20%;position:relative;}
.home-pro .pro-qh .right{width:80%;position:relative;padding:0 30px;}
.home-pro .pro-qh .t3{font-size:40px;font-weight:bold;color:#fff;line-height:50px;background:#71bf44;display:block;width:100%;padding:100px 40px;}
.home-pro .pro-qh .more{width:130px;height:40px;text-align:center;color:#71bf44; font-size:15px;line-height:40px;border:1px solid #71bf44;border-radius:5px;overflow:hidden;display:block;margin:17px auto 0;}
.home-pro .pro-qh .more:hover{background:#71bf44;color:#fff;transition:all 0.5s;}
.home-pro .pro-qh .pro-box{padding:15px 30px 30px;border-radius:15px;overflow:hidden;}
.home-pro .pro-qh .pro-box .title{font-size:24px;line-height:30px;color:#71bf44;margin-top:15px;margin-bottom:15px;font-weight:bold;}
.home-pro .pro-qh .pro-box .title a{color:#71bf44;}
.home-pro .pro-qh .pro-box .title a:hover{text-decoration:underline;}
.home-pro .pro-qh .pro-box p{font-size:16px;line-height:20px;color:#666;height:60px;display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}
.home-pro .pro-qh .pro-box:hover{background:#fff;box-shadow:5px 2px 10px rgba(0, 0, 0, 0.1); transition:all 0.5s;}
.home-pro .pro-qh .swiper-slide{padding:15px;}
.home-pro .pro-qh .swiper-button-pro{color:#fff;background:#71bf44;border-radius:50%;overflow:hidden;width:60px;height:60px;display:flex;align-items:center;justify-content:center;}

@media(max-width:768px) {
    .home-pro{padding:40px 0;background:url(../../images/hm-probg.jpg) no-repeat center top 40px #fff;}
    .home-pro .t1{font-size:24px;line-height:28px;}
    .home-pro .t2{font-size:14px;line-height:22px;margin-bottom:0;overflow: hidden;display: -webkit-box;-webkit-line-clamp:3; -webkit-box-orient: vertical;}
    .home-pro .pro-qh .left{width:100%;}
    .home-pro .pro-qh .right{width:100%;/*margin-top:30px;*/margin-top:10px;padding:15px;}
    .home-pro .pro-qh .t3{font-size:22px;line-height:26px;padding:15px;text-align:center;}
    .home-pro.mb .pro-box-mb{margin-bottom:15px;}
    .home-pro.mb .pro-box-mb .img{position:relative;border:2px solid #c6c6c6;display:flex;align-items:center;justify-content:center;}
    .home-pro.mb .pro-box-mb .img .tb{position:absolute;z-index:1;opacity:0;}
    .home-pro.mb .pro-box-mb .img:hover .tb{opacity:1;transition:all 0.5s;}
    .home-pro.mb .pro-box-mb .img:hover{border-color:#71bf44;transition:all 0.5s;}
    .home-pro.mb .pro-box-mb .title{text-align:center;font-size:16px;line-height:25px;width:100%;margin:14px auto 0;}
}

.home-sample{margin-bottom:100px;display:flex;justify-content:space-between;align-items:flex-end;padding-bottom:60px;}
.home-sample .left{width:42.2%;position:relative;padding-left:13%;}
.home-sample .right{width:57.8%;}
.home-sample .right .content .sample-box{height:656px;display:flex;align-items:flex-end;padding-bottom:65px;padding-left:215px;padding-right:215px;background-size:cover;}
.home-sample .t1{font-size:40px;line-height:50px;font-weight:bold;}
.home-sample .t2{font-size:16px;line-height:24px;color:#666;margin-top:20px;margin-bottom:50px;}
.home-sample .list {flex-wrap:wrap;width:80%;position:relative;}
.home-sample .list .item{width:100%;font-size:20px;line-height:50px;border-bottom:2px solid #e5e5e5;display:flex;align-items:center;justify-content:space-between;padding:0 15px;}
.home-sample .list .item.active,.home-sample .list .item:hover{color:#71bf44;border-color:#71bf44;}
.home-sample .list .item.active:after,.home-sample .list .item:hover:after{content:"";width:29px;height:13px;background:url(../../images/tb-jtlv.png) no-repeat;display:block;}
.home-sample .t3{font-size:40px;line-height:50px;font-weight:bold;color:#fff;text-shadow:2px 2px 5px rgba(0, 0, 0, 0.1);}
.home-sample .t4{font-size:16px;line-height:24px;color:#fff;margin-top:25px;margin-bottom:30px;}
.home-sample .more{font-size:20px;color:#fff; display:block;background:transparent;border:1px solid #71bf44; border-radius:50px;width:240px;height:60px;padding:8px 8px 8px 40px;display:flex;align-items:center;justify-content:space-between;}
.home-sample .more i{width:45px;line-height:45px;font-size:14px; color:#fff; display:flex;align-items:center;justify-content:center;background:#71bf44;border-radius:50%;}
.home-sample .more:hover{background:#71bf44;color:#fff;transition:all 0.5s;}
.home-sample .more:hover i{background:#fff;color:#71bf44;}

@media(max-width:768px) {
  .home-sample{background:none; margin-bottom:30px;}
  .home-sample .left{width:100%;position:relative;padding-left:0;}
  .home-sample .right{display:none;}
  .home-sample .t1{font-size:24px;line-height:28px;text-align:center;}
  .home-sample .t2{font-size:14px;line-height:22px;margin-bottom:30px;text-align:center;}
  .home-sample .list{width:100%;}
  .home-sample .container-xl{height:auto;padding-bottom:0;}
}

.home-about{background:url(../../images/hmab-bg.jpg) no-repeat left top;padding:90px 0;display:flex;flex-wrap:wrap;}
.home-about .left{width:46.8%;position: relative;}

.home-about .right{width:53.2%;padding:90px 13.5% 0 3%;}
.home-about .t1{font-size:30px;line-height:40px;font-weight:bold;margin-bottom:30px;}
.home-about p{font-size:16px;line-height:28px;color:#666666;margin-top:25px;}
.home-about .more-box{display:flex;align-items:center;margin-top:25px;margin-bottom:40px;}
.home-about .more-box .more{font-size:20px; display:block;background:#fff;border:1px solid #71bf44; border-radius:50px;width:290px;height:60px;padding:8px 8px 8px 40px;display:flex;align-items:center;justify-content:space-between;}
.home-about .more-box .more i{width:45px;line-height:45px;font-size:14px; color:#fff; display:flex;align-items:center;justify-content:center;background:#71bf44;border-radius:50%;}
.home-about .more-box .more:hover{background:#71bf44;color:#fff;transition:all 0.5s;}
.home-about .more-box .more:hover i{background:#fff;color:#71bf44;}
.home-about .more-box .videomore{margin-left:35px;font-size:20px;}
.home-about .more-box .videomore img{margin-left:12px;}
.home-about .row{margin-left:-45px;margin-right:-45px;}
.home-about .row .col-md-4{padding-left:45px;padding-right:45px;}

@media(max-width:1500px) {
  .home-about .row{margin-left:-15px;margin-right:-15px;}
  .home-about .row .col-md-4{padding-left:15px;padding-right:15px;}
  .home-about .right{padding-right:3%;}
}

@media(max-width:768px) {
    .home-about{padding:40px 0;}
    .home-about .left{width:100%;}
    .home-about .right{width:100%;padding:20px 15px;}
    .home-about .t1{font-size:22px;line-height:28px;}
    .home-about p{font-size:14px;line-height:22px;margin-top:15px;}
    .home-about .more-box .more{font-size:18px;width:auto;padding:8px;}
    .home-about .more-box .more i{margin-left:8px;}
}

.home-service{/*background:url(../../images/hm-servicebg.jpg) no-repeat center top;height:964px;padding-top:365px;*/background: url(https://www.mingyuanpapercupmakingmachine.com/upload/1c/202401/bg-team.jpg) no-repeat center top; padding-top:85px;height: 700px;}
.home-service .t1{font-size:30px;line-height:40px;font-weight:bold;}
.home-service .t2{font-size:16px;line-height:24px;color:#666;margin-top:20px;display:block;width:40%;}
.home-service .title{font-size:20px;line-height:28px;margin-top:50px;}
.home-service .title:hover{color:#7bc451;}
.home-service p{font-size:14px;line-height:20px;color:#666666;margin-top:15px;}
.home-service .row{margin-left:-55px;margin-right:-55px;}
.home-service .row .col-md-4{padding-left:55px;padding-right:55px;}

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

@media(max-width:768px) {
  .home-service{height:auto;padding:0;background:#fafafa;padding:40px 0;}
  .home-service .t2{font-size:14px;line-height:22px;width:100%;}
  .home-service .t1{font-size:24px;line-height:28px;}
  .home-service .title{font-size:18px;margin-top:20px;}
}

.home-web{background:#fff;padding:80px 0 45px;position:relative;}
.home-web .t1{font-size:38px;font-weight:bold;line-height:50px;}
.home-web .t2{font-size:16px;line-height:24px;color:#666;width:40%;display:block;margin-top:30px;}
.home-web .web-more{width:180px;margin-top:25px;position:relative;z-index:10; line-height:40px;font-size:15px;color:#71bf44;text-align:center;border:1px solid #71bf44;border-radius:5px;display:block;}
.home-web .web-more:hover{background:#71bf44;color:#fff;transition:all 0.5s;}
.home-web .imgs{display:flex;flex-wrap:wrap;position:relative;align-items:center;margin-top:-120px;justify-content:space-between;}
.home-web .imgs .left{width:35%;}
.home-web .imgs .right{width:65%;}
.home-web .imgs .right2{width:60%;}

@media(max-width:768px) {
  .home-web{padding:40px 0;}
  .home-web .t1{font-size:24px;line-height:28px;}
  .home-web .t2{width:100%;}
  .home-web .imgs{margin-top:0;}
  .home-web .imgs .left{width:100%;}
  .home-web .imgs .right{width:100%;}
  .home-web .imgs .right2{width:100%;}
}

.plun-qh{margin-top:25px;}
.plun-qh .plun-item{width:63%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;position:relative;}
.plun-qh .plun-item .plun-img{text-align:center;width:15%;}
.plun-qh .plun-item .plun-img .img{border-radius:50%;overflow:hidden;}
.plun-qh .plun-item .plun-img .title{font-size:20px;line-height:28px;margin-top:15px;}
.plun-qh .plun-item .plun-text{width:80%;height:193px; background:url(../../images/hm-webbg.jpg) no-repeat;padding-top:40px;padding-left:75px;font-size:22px;line-height:34px;}
.plun-qh .swiper-button-plun{color:#7bc451;}

@media(max-width:768px) {
  .plun-qh .plun-item{width:100%;}
  .plun-qh .plun-item .plun-img .title{font-size:14px;}
  .plun-qh .plun-item .plun-text{font-size:14px;line-height:22px;}
}

.home-city{background:#f5f6f9;padding:30px 0;}
.home-city .container-xl{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;}
.home-city .item{display:flex;align-items:center;margin:0 25px;font-size:20px;color:#666666;line-height:28px;}
.home-city .item:before{content:"";width:17px;height:17px;display:block;margin-right:6px;background:url(../../images/tb-g.png) no-repeat;}

.home-news{background:#fff;padding:145px 0;}
.home-news .t1{font-size:40px;font-weight:bold;line-height:68px;}
.home-news .t2{font-size:16px;line-height:24px;color:#ababab;width:35%;}
.home-news .box{display:flex;justify-content:space-between;margin-top:25px;flex-wrap:wrap;}
.home-news .box .left{width:42%;padding-right:50px;border-right:1px solid #d9d9d9;}
.home-news .box .right{width:54.2%;}
.home-news .box .img{border-radius:15px;overflow:hidden;box-shadow:3px 0 7px rgba(0, 0, 0, 0.35);}
.home-news .box .left .img{margin-bottom:20px;}
.home-news .box time{display:flex;font-size:14px;line-height:27px;}
.home-news .box time:before{content:"";width:16px;height:16px;background:url(../../images/tb-time.png) no-repeat;display:block;margin-right:8px;}
.home-news .box .title,.shouye-titlenew{font-size:18px;font-weight:bold;line-height:30px;margin-top:15px;}
.home-news .box .desc{font-size:16px;line-height:24px;color:#666;margin-top:15px;}
.home-news .box .more{font-size:16px;line-height:24px;color:#71bf44;text-decoration:underline;margin-top:10px;display:inline-block;}
.home-news .box .news-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:50px;margin-top:20px;}
.home-news .box .news-item:last-child{margin-bottom:0;}
.home-news .box .news-item .img{width:47%;}
.home-news .box .news-item .text{width:48%;}
.home-news .box .news-item .more{color:#333;text-decoration:inherit;}
.home-news .box .news-item .more:hover{color:#71bf44;text-decoration:underline;}

@media(max-width:768px) {
  .home-city .item{/*width:45%;*/margin:0;width: 30%; font-size:18px;}
  .home-city .container-xl{justify-content:space-between;}

  .home-news{padding:40px 0;}
  .home-news .t1{/*font-size:24px;*/font-size:20px;line-height:28px;margin-bottom:10px;}
  .home-news .t2{font-size:14px;line-height:22px;width:100%;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
  .home-news .box .left{width:100%;padding-right:0;border-right:0;}
  .home-news .box .right{width:100%;}
  .home-news .box .news-first{margin-bottom:30px;border-bottom:1px dashed #ddd;padding-bottom:20px;}
  .home-news .box .title{margin-top:10px;}
}

/*#endregion*/


/*#region 文章单页*/
.public-wrapper{padding:75px 0;}

.left-t1{font-size:36px;line-height:50px;color:#24292f;margin-bottom:30px;}
.left-nav{padding:25px 15px;box-shadow:5px 2px 10px rgba(0, 0, 0, 0.1);border-top:4px solid #71bf44;}
.left-t2{font-size:16px;line-height:24px;font-weight:bold;margin-bottom:20px;}
.left-nav p{font-size:16px;line-height:30px;margin-bottom:8px;}
.left-nav p:hover:before{content:">>";display:inline-block;margin-right:5px;color:#71bf44;}

@media(max-width:1400px) {
    .left-t1{font-size:28px;}
}

.faq-wrapper{padding:75px 0;}
.faq-wrapper .container-xl{display:flex;justify-content:space-between;flex-wrap:wrap;}
.faq-wrapper .nav-box{width:18%;}
.faq-wrapper .list-box{width:75%;}
.faq-col{margin-bottom:30px;}
.faq-col .faq-q{display:flex;align-items:center;margin-bottom:20px;}
.faq-col .faq-q .left{font-size:18px;line-height:46px;color:#fff;width:46px;min-width:46px; height:46px;background:#2c2c2c;text-align:center;}
.faq-col .faq-q .right{margin-left:13px;font-size:18px;color:#2c2c2c;font-weight:bold;}
.faq-col .faq-a{padding:25px 110px 22px 55px;box-shadow:5px 2px 10px rgba(0, 0, 0, 0.1);background:url(../../images/tb-yh.jpg) no-repeat right 34px top 5px;}
.faq-col .faq-a p{font-size:16px;line-height:20px;color:#666;}
.faq-col:hover .faq-q .left{background:#71bf44;transition:all 0.5s;}
.faq-col:hover .faq-q .right{color:#71bf44;transition:all 0.5s;}

@media(max-width:768px) {
    .faq-wrapper{padding:40px 0;}
    .faq-wrapper .nav-box{width:100%;}
.faq-wrapper .list-box{width:100%;margin-top:30px;}
.left-t1{font-size:24px;line-height:28px;margin-bottom:20px;}
.faq-col .faq-a{padding-right:60px;}
.faq-col .faq-a p{font-size:14px;line-height:22px;}
}

.img-wrapper{padding:75px 0;background:#fff;}
.img-wrapper .t1{font-size:40px;line-height:50px;text-align:center;margin-bottom:20px;font-weight:bold;}
.img-wrapper .t2{font-size:16px;line-height:24px;color:#666666;text-align:center;margin-bottom:65px;}
.img-col{margin-bottom:40px;}
.img-col .img{border:2px solid #71bf44;border-radius:15px;overflow:hidden;box-shadow:0px 2px 7px rgba(0, 0, 0, 0.17);margin-bottom:15px;line-height:0;}
.img-col .title{font-size:18px;line-height:21px;text-align:center;}

@media(max-width:768px) {
  .img-wrapper{padding:40px 0;}
  .img-wrapper .t1{font-size:24px;line-height:28px;}
  .img-wrapper .t2{font-size:14px;line-height:22px;margin-bottom:30px;}
  .img-col{margin-bottom:15px;}
  .img-col .title{font-size:16px;}
}

.service-wrapper{background:#fff;padding:75px 0;}
.service-wrapper .t1{font-size:40px;line-height:50px;text-align:center;margin-bottom:20px;font-weight:bold;}
.service-wrapper .t2{font-size:16px;line-height:24px;color:#666666;text-align:center;margin-bottom:65px;}
.service-wrapper .t3{font-size:40px;line-height:50px;font-weight:bold;}
.service-wrapper .t4{font-size:16px;line-height:28px;color:#666666;margin-top:25px;}
.service-wrapper .t4 strong{color:#71bf44;}
.service-wrapper .ser-first{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;}
.service-wrapper .ser-first .left{width:49%;border-radius:0 300px 300px 0;overflow:hidden;box-shadow:5px 14px 80px rgba(0, 0, 0, 0.1);}
.service-wrapper .ser-first .right{width:51%;padding-right:13.5%;padding-left:2.5%}
.service-wrapper .list{margin-top:115px;}
.service-wrapper .list .more{display:inline-block;font-size:16px;line-height:25px;padding:15px 20px;background:#71bf44;color:#fff;margin-top:25px;}
.service-wrapper .list .more:hover{text-decoration:underline;}
.service-wrapper .list .ser-item{margin-bottom:60px;padding-bottom:70px;flex-wrap:wrap; align-items:center;display:flex;justify-content:space-between;border-bottom:1px solid #c2c2c2;}
.service-wrapper .list .ser-item .img{width:50%;overflow:hidden;box-shadow:5px 14px 80px rgba(0, 0, 0, 0.1);border-radius:10px;}
.service-wrapper .list .ser-item .text{width:45%;}
.service-wrapper .list .ser-item:nth-child(2n) .text{order:13;}
.service-wrapper .list .ser-item:nth-child(2n) .img{order:-1;}
.service-wrapper .list .nr{display:flex;justify-content:space-between;flex-wrap:wrap;}
.service-wrapper .list .nr .nr-item{width:48%;border-top:1px solid #dddddd;font-size:18px;line-height:28px;color:#333;padding:15px 0;margin-bottom:10px;}

@media(max-width:768px) {
  .service-wrapper{padding:40px 0;}
  .service-wrapper .t1{font-size:24px;line-height:28px;}
  .service-wrapper .t2{font-size:14px;line-height:22px;margin-bottom:30px;}
  .service-wrapper .ser-first .left{width:100%;}
  .service-wrapper .ser-first .right{width:100%;padding:15px;}
  .service-wrapper .t3{font-size:24px;line-height:28px;}
  .service-wrapper .t4{font-size:14px;line-height:22px;margin-top:15px;}
  .service-wrapper .list{margin-top:30px;}
  .service-wrapper .list .ser-item .text{width:100%;}
  .service-wrapper .list .ser-item .img{width:100%;margin-bottom:15px;}
  .service-wrapper .list .ser-item .text{order:13;}
  .service-wrapper .list .ser-item .img{order:-1;}
  .service-wrapper .list .ser-item{margin-bottom:35px;padding-bottom:30px;}
}

.about-wrapper{background:#fff;padding:75px 0;}
.about-wrapper .container-xl{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;}
.about-wrapper .left{width:47.5%;}
.about-wrapper .right{width:48.5%;}
.about-wrapper .right .img{box-shadow:5px 14px 79px rgba(0, 0, 0, 0.1);border-radius:50px;overflow:hidden;}
.about-wrapper .about-t1{font-size:40px;line-height:50px;font-weight:bold;}
.about-wrapper .about-p {font-size:16px;line-height:28px;color:#666666;}
.about-wrapper .about-p p{margin-top:30px;}
.about-wrapper .numlist{display:flex;align-items:center;justify-content:space-between;margin-top:45px;}
.about-wrapper .numlist .t1{font-size:40px;line-height:50px;color:#71bf44;font-weight:bold;}
.about-wrapper .numlist .t2{font-size:18px;line-height:25px;margin-top:10px;}
.about-wrapper.video .more{display:inline-block;background:#71bf44;font-size:15px;line-height:20px;padding:12px 30px;color:#fff;margin-top:25px;}
.about-wrapper.video .more:hover{text-decoration:underline;}
.about-wrapper.video .numlist{margin-top:25px;}

.about-video{background:url(../../images/ab-videobg.jpg) no-repeat center top;}
.about-video .container-xl{height:387px;display:flex;align-items:center;justify-content:center;}
.about-video .box{text-align:center;font-size:40px;line-height:46px;font-weight:bold;color:#fff;}
.about-video .box .t1{margin-bottom:40px;}
.about-video .videotb{cursor:pointer;}
.about-video .videotb:hover img{transform:scale(1.1);}
.about-video .videotb img{transition:all 0.5s;}

.about-service{background:#fff; padding:40px 0 0;}
.about-service .box{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-bottom:120px;}
.about-service .box.dd .img{width:51.5%;}
.about-service .box.dd .text{width:44.5%;}
.about-service .box .img{width:44.5%;}
.about-service .box .text{width:51.5%;}
.about-service .box:nth-child(2n) .img{order:13;}
.about-service .box:nth-child(2n) .text{order:-1;}
.about-service .box.dd .img{box-shadow:5px 14px 79px rgba(0, 0, 0, 0.1);border-radius:50px;overflow:hidden;}
.about-service .box .t1{font-size:40px;line-height:50px;font-weight:bold;}
.about-service .box p{font-size:16px;line-height:28px;color:#666;margin-top:25px;}
.about-service .box .more{display:inline-block;background:#71bf44;font-size:15px;line-height:20px;padding:12px 30px;color:#fff;margin-top:15px;}
.about-service .box .more:hover{text-decoration:underline;}
.about-service .imgs-qh{position:relative;padding:0 60px;}
.about-service .imgs-qh .swiper-slide{}
.about-service .imgs-qh .pic{border-radius:50px;overflow:hidden;}
.about-service .imgs-qh .title{font-size:18px;line-height:28px;font-weight:bold;text-align:center; margin-top:10px;}
.about-service .imgs-qh .swiper-button-imgs{color:#71bf44;font-size:24px;}
.about-service .imgs-qh .swiper-button-workshop{color:#71bf44;font-size:24px;}
.about-service .imgs-qh .swiper-slide {
    transition: 300ms;
    transform: scale(0.8);
    }
.about-service .imgs-qh .swiper-slide-active,.about-service .imgs-qh .swiper-slide-duplicate-active{
      transform: scale(1);
  }

.about-service.video{background:#fff; padding:40px 0 0;}
.about-service.video .img{width:36.5%;border-radius:50px 20px 50px 20px;overflow:hidden;}
.about-service.video .text{width:57%;}

.about-map{text-align:center;padding-bottom:75px;}
.about-map .t1{font-size:40px;line-height:50px;font-weight:bold;}
.about-map .t2{font-size:16px;line-height:28px;color:#666;margin-top:25px;}
.about-map .img{margin-top:50px;}

@media(max-width:768px) {
    .about-wrapper{padding:40px 0;}
    .about-wrapper .left{width:100%;}
    .about-wrapper .right{width:100%;margin-top:20px;}
    .about-wrapper .about-t1{font-size:24px;line-height:28px;}
    .about-wrapper .about-p p{font-size:14px;line-height:22px;margin-top:20px;}
    .about-wrapper .numlist{text-align:center;}
    .about-wrapper .numlist .t1{font-size:27px;line-height:24px;}
    .about-wrapper .numlist .t2{font-size:12px;}
    .about-wrapper .right .img{border-radius:20px;}

    .about-video .box .t1{font-size:30px;line-height:34px;margin-bottom:15px;}
    .about-video .container-xl{height:300px;}

    .about-service{padding:40px 0;}
    .about-service .box.dd .img{width:100%;margin-bottom:20px;border-radius:20px;}
    .about-service .box.dd .text{width:100%;}
    .about-service .box .t1{font-size:24px;line-height:28px;}
    .about-service .box p{font-size:14px;line-height:22px;margin-top:15px;}
    .about-service .box{margin-bottom:40px;}
    .about-service .box:nth-child(2n) .img{order:-1;}
    .about-service .box:nth-child(2n) .text{order:13;}
    .about-service .box .img{width:100%;margin-bottom:20px;}
    .about-service .box .text{width:100%;}
    .about-service .imgs-qh .pic{border-radius:20px;}
    .about-service .imgs-qh{padding:0 50px;}
    .about-map .t1{font-size:24px;line-height:28px;}
    .about-map .t2{font-size:14px;line-height:22px;}
}

.contact-wrapper{padding:100px 0;background:#fff;}
.contact-wrapper .container-xl{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;}
.contact-wrapper .addrs{width:48%;}
.contact-wrapper .feedback-box{width:48%;border-top:6px solid #71bf44;box-shadow:5px 2px 10px rgba(0, 0, 0, 0.1);padding:50px 40px;background:#fff;}
.contact-wrapper .addrs .t1{font-size:36px;line-height:50px;color:#71bf44;font-weight:bold;}
.contact-wrapper .addrs .t2{font-size:16px;line-height:21px;color:#666666;margin-top:15px;margin-bottom:40px;}
.contact-wrapper .addrs .list{display:flex;flex-wrap:wrap;}
.contact-wrapper .addrs .addr{width:50%;display:flex;align-items:center;margin-bottom:55px;}
.contact-wrapper .addrs .addr:last-child{width:100%;margin-bottom:0px;}
.contact-wrapper .addrs .addr .tb{transition:all 0.5s;min-width:66px; width:66px;height:66px;border:1px solid #f6f6f6; border-radius:50%; display:flex;align-items:center;justify-content:center;position:relative;margin-right:30px;}
.contact-wrapper .addrs .addr .tb:after{transition:all 0.5s; content:"";width:53px;height:53px;background:#f6f6f6;position:absolute;border-radius:50%;z-index:1;}
.contact-wrapper .addrs .addr .tb i{transition:all 0.5s; z-index:2;font-size:26px;color:#999999}
.contact-wrapper .addrs .addr:hover .tb{border-color:#71bf44;}
.contact-wrapper .addrs .addr:hover .tb:after{background:#71bf44;}
.contact-wrapper .addrs .addr:hover .tb i{color:#fff;}
.contact-wrapper .addrs .addr .t3{font-size:20px;line-height:40px;font-weight:bold;}
.contact-wrapper .addrs .addr p{font-size:16px;line-height:28px;color:#666666;}
.contact-wrapper .addrs .addr p a{color:#666}
.contact-wrapper .addrs .addr p a:hover{color:#71bf44;transition:all 0.5s;}
.contact-wrapper .feedback-box .t1{font-size:24px;line-height:30px;font-weight:bold;margin-bottom:20px;}
.form-title{font-size:16px;line-height:30px;margin-bottom:8px;}

@media(max-width:768px) {
    .contact-wrapper{padding:40px 0;}
    .contact-wrapper .addrs{width:100%;}
    .contact-wrapper .feedback-box{width:100%;margin-top:30px;padding:20px 15px;}
    .contact-wrapper .addrs .t1{font-size:24px;line-height:28px;}
    .contact-wrapper .addrs .t2{font-size:14px;line-height:22px;}
    .contact-wrapper .addrs .addr{width:100%;margin-bottom:10px;}
    .contact-wrapper .addrs .addr .tb{margin-right:15px;}
}

.cert-wrapper{background:#fff;padding:75px 0;}
.cert-wrapper .cert-box{margin-bottom:45px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;}
.cert-wrapper .cert-box .left{width:41%;border-radius:15px;box-shadow:5px 14px 79px rgba(0, 0, 0, 0.1);overflow:hidden;}
.cert-wrapper .cert-box .right{width:55.2%;}
.cert-wrapper .cert-box .t1{font-size:40px;line-height:50px;margin-bottom:15px;font-weight:bold;}
.cert-wrapper .cert-box .nr{color:#666;line-height:28px;}
.cert-wrapper .row{margin-left:-40px;margin-right:-40px;}
.cert-wrapper .row .col-md-3{padding-left:40px;padding-right:40px;}
.cert-col {margin-bottom:50px;}
.cert-col .title{font-size:18px;line-height:28px;text-align:center;margin-top:10px;margin-bottom:15px;}

@media(max-width:1500px) {
    .cert-wrapper .row{margin-left:-15px;margin-right:-15px;}
    .cert-wrapper .row .col-md-3{padding-left:15px;padding-right:15px;}
}

@media(max-width:768px) {
  .cert-wrapper{padding:40px 0;}
  .cert-wrapper .cert-box .left{width:100%;}
.cert-wrapper .cert-box .right{width:100%;margin-top:25px;}
.cert-wrapper .cert-box .t1{font-size:24px;line-height:28px;}
.cert-wrapper .cert-box .nr{line-height:22px;}
.cert-col{margin-bottom:15px;}
}

/*#region 产品中心*/
.profl-wrapper{padding:75px 0 75px;background:#fff;}
.profl-wrapper .pro-desc{color:#666;}
.profl-wrapper .pro-desc strong{color:#71bf44;}
.profl-wrapper .pro-desc p{margin-bottom:20px;}
.profl-wrapper .pro-desc p:last-child{margin-bottom:0;}
.profl-wrapper .list{margin-top:100px;}
.profl-wrapper .profl-col{display:flex;align-items:center;justify-content:space-between;margin-bottom:100px;}
.profl-wrapper .profl-col:last-child{margin-bottom:0;}
.profl-wrapper .profl-col .img{width:36.4%;padding:10px 30px;display:flex;align-items:center;justify-content:center;box-shadow:5px 2px 10px rgba(0, 0, 0, 0.1);border-radius:15px;overflow:hidden;}
.profl-wrapper .profl-col .text{width:55%;}
.profl-wrapper .profl-col .t1{font-size:18px;line-height:40px;font-weight:bold;color:#71bf44;}
.profl-wrapper .profl-col .t1 a{color:#71bf44;}
.profl-wrapper .profl-col .t1 a:hover{text-decoration:underline;}
.profl-wrapper .profl-col .t2{font-size:30px;font-weight:bold;color:#54595e;margin-top:20px;margin-bottom:20px;}
.profl-wrapper .profl-col p{line-height:28px;color:#666;}
.profl-wrapper .profl-col .more-box{margin-top:40px;display:flex;align-items:center;}
.profl-wrapper .profl-col .more-box .yp{margin-right:13px;}
.profl-wrapper .profl-col .more-box .ms{font-size:20px;line-height:24px;margin-right:50px;}
.profl-wrapper .profl-col .more-box .more{font-size:24px;font-weight:bold;color:#fff;background:#71bf44;padding:20px 40px;display:inline-block;}
.profl-wrapper .profl-col .more-box .more:hover{text-decoration:underline;}
.profl-wrapper .profl-col:nth-child(2n) .img{order:13;}
.profl-wrapper .profl-col:nth-child(2n) .text{order:-1;}

@media(max-width:768px) {
  .profl-wrapper{padding:40px 0;}
  .profl-wrapper .list{margin-top:30px;}
  .profl-wrapper .profl-col{flex-wrap:wrap;margin-bottom:35px;}
  .profl-wrapper .profl-col .img{width:100%;padding:15px;}
  .profl-wrapper .profl-col .text{width:100%;margin-top:25px;}
  .profl-wrapper .profl-col .t2{font-size:22px;line-height:26px;}
  .profl-wrapper .profl-col p{line-height:22px;}
  .profl-wrapper .profl-col .more-box{margin-top:30px;flex-wrap:wrap;}
  .profl-wrapper .profl-col .more-box .ms{font-size:18px;}
  .profl-wrapper .profl-col .more-box .more{width:100%;font-size:18px;margin-top:20px;text-align:center;}
  .profl-wrapper .profl-col:nth-child(2n) .img{order:-1;}
.profl-wrapper .profl-col:nth-child(2n) .text{order:13;}
}

/*#region 产品列表*/
.pro-wrapper{padding:40px 0 75px;background:#fff;}
.pro-wrapper .pro-desc{color:#666;}
.pro-wrapper .pro-desc strong{color:#71bf44;}
.pro-wrapper .pro-desc p{margin-bottom:20px;}
.pro-wrapper .pro-desc p:last-child{margin-bottom:0;}
.pro-wrapper .h1-title{margin-top:56px;font-weight:bold;font-size:40px;line-height:60px;margin-bottom:35px;}
.pro-col{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-bottom:60px;margin-top:20px;}
.pro-col .img{width:50%;background:url(../../images/probg.jpg) no-repeat left;height:600px;text-align:right;padding-left:120px;}
.pro-col .img img{mix-blend-mode: multiply!important;}
.pro-col .text{width:42%;}
.pro-col .t1{font-size:28px;line-height:40px;margin-bottom:10px;font-weight:bold;}
.pro-col .cs{line-height:28px;color:#666;}
/*.pro-col .cs p:before{content:">";color:#71bf44;display:inline-block;margin-right:8px;}*/
.pro-col .more{font-size:24px;font-weight:bold;color:#fff;background:#71bf44;padding:20px 40px;display:inline-block;margin-top:20px;margin-bottom:50px;}
.pro-col .more:hover{text-decoration:underline;}
.pro-col .imgx-item{border:2px solid #fff;transition:all 0.5s;}
.pro-col .imgx-item:hover{border-color:#71bf44;}
/*.pro-col:nth-child(2n) .img{order:13;text-align:left;background:url(../../images/probg.jpg) no-repeat right;padding-left:0px;padding-right:120px;}
.pro-col:nth-child(2n) .text{order:-1;}*/

.profl-box .t1{font-size:40px;line-height:50px;font-weight:bold;}
.profl-box .t2{font-size:16px;line-height:28px;color:#666666;margin-top:25px;}
.profl-box .t2 strong{color:#71bf44;}
.profl-box .item{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-bottom:150px;}
.profl-box .item .img{width:49%;}
.profl-box .item .text{width:51%;padding-right:13.5%;padding-left:2.5%;}
.profl-box .item:nth-child(2n) .img{order:13;}
.profl-box .item:nth-child(2n) .text{order:-1;padding-left:13.5%;padding-right:2.5%;}
.proflkg{padding-bottom:150px;display:block;}
.profl-box .item .text .more{display:inline-block;background:#71bf44;font-size:15px;line-height:20px;padding:12px 30px;color:#fff;margin-top:20px;cursor:pointer;}
.profl-box .item .text .more:hover{text-decoration:underline;}

@media(max-width:1430px) {
  .profl-box .item .text{width:51%;padding-right:2.5%;padding-left:2.5%;}
  .profl-box .item:nth-child(2n) .text{padding-left:2.5%;padding-right:2.5%;}
}

@media(max-width:768px) {
  .pro-wrapper{padding:20px 0 30px;}
  .pro-wrapper .h1-title{font-size:24px;line-height:28px;}
  .pro-col{margin-top:10px;margin-bottom:10px;}
  .pro-col .img{width:100%;height:auto;background-size:cover;padding:0 100px;}
  .pro-col .imgx{display:none;}
  .pro-col .text{width:100%;margin-top:10px;}
  .pro-col .t1{font-size:16px;line-height:20px;margin-bottom:5px;}
  .pro-col .more{font-size:16px;margin-bottom:20px;color:#71bf44;padding:0;text-decoration:underline;background:none;margin-top:10px;}
  .pro-col .cs{line-height:24px;height:48px;overflow:hidden;}
  /*.pro-col:nth-child(2n) .img{order:-1;padding:0;background-size:cover;}
  .pro-col:nth-child(2n) .text{order:13;}*/
  .profl-box .item .img{width:100%;}
  .profl-box .item .text{width:100%;padding:15px;}
  .profl-box .t1{font-size:24px;line-height:28px;}
  .profl-box .t2{font-size:14px;line-height:22px;}
  .profl-box .item{margin-bottom:30px;}
  .profl-box .item:nth-child(2n) .img{order:-1;}
  .profl-box .item:nth-child(2n) .text{order:13;padding:15px;}
  .proflkg{padding-bottom:40px;}
}
/*#endregion*/

/*#region 文章列表*/
.news-wrapper{padding:80px 0;background:#fff;}
.news-wrapper .t1{font-size:36px;font-weight:bold;text-align:center;}
.newtitle-listny{font-weight:bold;font-size: 36px;}
.news-wrapper .t2{font-size:16px;line-height:25px;color:#666;text-align:center;margin-top:20px;margin-bottom:70px;}
.news-wrapper .row{margin-left:-40px;margin-right:-40px;}
.news-wrapper .row .col-md-4{padding-left:40px;padding-right:40px;}
.news-col{margin-bottom:60px;}
.news-col .text{padding:15px 25px;border:1px solid #ececec;}
.news-col .img{border:1px solid #ececec;border-bottom:0;height:275px;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.news-col time{display:flex;font-size:14px;line-height:16px;align-items:center;}
.news-col time:before{content:"";width:16px;height:16px;background:url(../../images/tb-time.png) no-repeat;display:block;margin-right:8px;}
.news-col .title{font-size:18px;font-weight:bold;line-height:24px;height:48px; margin-top: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;}
.news-col .desc{font-size:16px;line-height:24px;color:#666;margin-top:15px;height:72px;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-col .more{font-size:16px;line-height:24px;color:#333;margin-top:10px;display:inline-block;}
.news-col:hover{box-shadow:5px 2px 10px rgba(0, 0, 0, 0.1);}
.news-col .more:hover{color:#71bf44;text-decoration:underline;transition:all 0.5;}
.news-col .casedesc{margin-top:0;}
.news-col .casedesc p{margin-bottom:10px;font-size:16px;line-height:24px;color:#666;}
.news-col .casetext{padding:15px 25px;height:220px;border:1px solid #ececec;}
.news-col .img{position:relative;}
.news-col .img .videotb{position:absolute;right:25px;bottom:25px;}

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

@media(max-width:768px) {
  .news-col .img.case{height:245px;}
  .news-wrapper{padding:40px 0;}
    .news-wrapper .t1{font-size:24px;line-height:28px;}
.newtitle-listny{font-size:24px;}
    .news-wrapper .t2{font-size:14px;line-height:22px;margin-bottom:30px;}
    .news-col{margin-bottom:15px;}
    .news-col .desc{font-size:14px;line-height:22px;height:auto;}
}
/*#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;}
.content-wrapper.product  p{font-size:16px;line-height:32px;color:#666;margin-bottom:15px;}
.content-wrapper.product  h5{font-size:20px;font-family:Barlow;border-left:5px solid #00519c;padding-left:15px;line-height:30px;text-transform:uppercase;margin-bottom:20px;}


/*产品内容*/
.pronr-wrapper{background:url(../../images/procontent-bg1.jpg) no-repeat top right #fff;padding: 100px 0 100px;position:relative;}
.pronr-wrapper .bg2{position:absolute;left:0;top:1234px;}
.pronr-wrapper .bg3{position:absolute;right:0;top:1710px;}
.pronr-wrapper .container-xl{z-index:1;position:relative;}
.product-head{display:flex;justify-content:space-between;padding-bottom:60px;}
.product-head .text{width:52.8%;}
.product-head .img{width:45%;padding-right:100px;}
.product-head .t1{font-size:28px;line-height:40px;color:#54595e;font-weight:bold;margin-bottom:25px;}
.product-head .t2{font-size:16px;line-height:28px;color:#666;}
.product-head .yss{display:flex;flex-wrap:wrap;margin-top:32px;}
.product-head .yss .item{border:2px solid #fff;margin-right:20px;}
.product-head .yss .item:hover{border-color:#71bf44;transition:all 0.5s;}
.product-head .more-box{display:flex;align-items:center;margin-top:40px;}
.product-head .more-box .more{width:250px;text-align:center;border-radius:10px;overflow:hidden; background:#0c1532;display:block;font-size:16px;line-height:50px;font-weight:bold;color:#fff;margin-right:10px;}
.product-head .more-box .more img{margin-left:10px;}
.product-head .more-box .more:first-child{background:#c81b1c;}
.product-head .more-box .more:hover{opacity:0.7;transition:all 0.5s;}
.product-head .canshu{display:flex;margin-top:30px;}
.product-head .canshu .item{display:flex;}
.product-head .canshu .item .tb{min-width:54px;width:54px;margin-right:12px;}
.product-head .canshu .item .t3{font-size:20px;font-weight:bold;line-height:54px;}
.product-head .canshu .item .t4{font-size:20px;}
.product-head .product-thumbs .swiper-button-product{font-size:24px;color:#71bf44;}
.product-head .product-thumb{position:relative;}
.product-head .product-thumb .zz{position:absolute;top:0;bottom:0;right:0;left:0;z-index:10;display:flex;align-items:center;justify-content:center;}
.pronr-flow{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;background:#f7f7f7;margin-top:70px;}
.pronr-flow .left{width:55.7%;}
.pronr-flow .right{width:44.3%;display:flex;align-items:center;justify-content:center;}
.pronr-flow .right p{font-size:16px;line-height:40px;}
.pronr-flow .right p:before{content:"●";display:inline-block;margin-right:5px;}
.flow-row{margin-left:-7px;margin-right:-7px;}
.flow-row .col-md-4{margin-bottom:14px;padding-left:7px;padding-right:7px;}
.flow-row .col-md-4:nth-child(7),.flow-row .col-md-4:nth-child(8),.flow-row .col-md-4:nth-child(9){margin-bottom:0;}
.pronr-subt{font-size:28px;line-height:40px;font-weight:bold;color:#54595e;margin-bottom:20px;}
.pronr-hr{width:100%;display:block;height:3px;background:#eaeaea;margin-top:60px;margin-bottom:60px;}

.product-head .videoplay{cursor:pointer;}
.product-head .videoplay img{transform: scale(1);transition: all 0.5s;}
.product-head .videoplay:hover img{transform: scale(1.2);}

.pronr-video{padding:40px 90px;background:#fff;box-shadow:5px 14px 79px rgba(0, 0, 0, 0.05);}
.pronr-video .box{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;}
.pronr-video .box .left{width:44.7%;}
.pronr-video .box .right{width:51%;}
.pronr-video .box .right p{line-height:28px;}
.pronr-video .box .right .more{width:250px;text-align:center;border-radius:10px;overflow:hidden;margin-top:55px; background:#0c1532;display:block;font-size:24px;line-height:50px;font-weight:bold;color:#fff;margin-right:16px;}
.pronr-video .box .right .more:hover{opacity:0.7;transition:all 0.5s;}
.pronr-video .box .right .more i{margin-right:8px;}

.pronr-features{display:flex;flex-wrap:wrap;justify-content:space-between;background:#f7f7f7;padding:32px;margin-bottom:60px;}
.pronr-features .left{width:60%;}
.pronr-features .right{width:36%;padding-top:60px;}
.pronr-features .right p{margin-bottom:15px;}
.pronr-features .lx{display:flex;align-items:center;justify-content:center;padding:23px 0;}
.pronr-features .lx .t{font-size:25px;margin-left:30px;}
.pronr-features .liuyan{display:block;cursor:pointer; width:100%;background:#71bf44;font-size:24px;line-height:50px;text-align:center;color:#fff;font-weight:bold;border-radius:10px;overflow:hidden;}
.pronr-features .liuyan:hover{opacity:0.7;transition:all 0.5s;}

.pronr-features-table{background:#f7f7f7;padding:32px;margin-bottom:60px;}
.pronr-features-table .box{display:flex;justify-content:space-between;flex-wrap:wrap;}
.pronr-features-table .box table{display:block;width:48%;}
.pronr-features-table .box table img{width:100%;height:auto;}
.pronr-features-table .box table tr td{width:50%;padding:15px 0;}
.pronr-features-table .box table tr:nth-of-type(odd) td{width:100%;padding:0;}
.pronr-features-table .box table p strong{font-size:16px;line-height:24px;}
.pronr-features-table .box table p{font-size:14px;line-height:20px;}
.pronr-features-table .box table td p:nth-child(2){height:60px;}

.hot-pro .pronr-subt{margin-bottom:45px;}
.hot-pro .pro-box{margin-bottom:15px;}
.hot-pro .pro-box .img{position:relative;border:2px solid #c6c6c6;display:flex;align-items:center;justify-content:center;}
.hot-pro .pro-box .img .tb{position:absolute;z-index:1;opacity:0;}
.hot-pro .pro-box .img:hover .tb{opacity:1;transition:all 0.5s;}
.hot-pro .pro-box .img:hover{border-color:#71bf44;transition:all 0.5s;}
.hot-pro .pro-box .title{text-align:center;font-size:16px;line-height:25px;width:80%;margin:14px auto 0;}

@media(max-width:1480px) {

}

@media(max-width:768px) {
  .pronr-features-table .box table td p:nth-child(2){height:auto;}
  .pronr-features-table{padding:32px 15px;}
  .pronr-features-table .box table{width:100%;}
  .pronr-wrapper{padding:40px 0;background:no-repeat;}
  .pronr-wrapper .bg2,.pronr-wrapper .bg3{display:none;}
  .product-head .text{width:100%;}
  .product-head .img{width:100%;padding:0;}
  .product-head .t1{font-size:24px;line-height:28px;}
  .product-head .t2{font-size:14px;line-height:22px;}
  .product-head{flex-wrap:wrap;padding-bottom:30px;}
  .product-head .more-box{justify-content:space-between;}
  .product-head .more-box a{font-size:16px;width:48%;margin-right:0;}
  .product-head .canshu{display:block;}
  .product-head .canshu .item{margin-bottom:25px;}

  .pronr-flow .left{width:100%;}
  .pronr-flow .right{width:100%;padding:20px 15px;}
  .pronr-subt{font-size:20px;line-height:24px;}
  .pronr-flow .right p{font-size:14px;line-height:22px;}
  .pronr-hr{margin-top:30px;margin-bottom:30px;}
  .pronr-video{padding:20px 15px;}
  .pronr-video .box .left{width:100%;}
  .pronr-video .box .right{width:100%;margin-top:20px;}
  .pronr-video .box .right p{line-height:22px;}
  .pronr-video .box .right .more{font-size:16px;margin-top:25px;width:200px;}
  .flow-row .col-md-4:nth-child(7),.flow-row .col-md-4:nth-child(8){margin-bottom:14px;}

  .pronr-features{padding:20px 15px;}
  .pronr-features .left{width:100%;}
  .pronr-features .right{width:100%;padding-top:25px;}
  .pronr-features .lx .t{font-size:18px;}
  .hot-pro .pronr-subt{margin-bottom:25px;}

  .hot-pro .pro-box .title{width:100%;font-size:14px;line-height:22px;}
  .product-head .yss{justify-content:space-between;}
  .product-head .yss .item{width:23%;margin-right:0;}
}


/*#region 新闻详情*/
.newsnr-container{ padding: 100px 0 100px;background: #fff;}
.newsnr-content{margin-top:50px;}
.newsnr-container .newsnr-title{font-size:36px;line-height:42px;margin-bottom:20px;font-weight:bold;}
.newsnr-container .content h5{font-size: 20px;color: #71bf44;margin: 20px 0;border-left: 4px solid #71bf44;padding-left: 12px;font-weight: bold;}
.newsnr-container .content { margin-bottom: 20px;font-size: 16px;color: #666;line-height: 24px; }
.newsnr-container .content img{max-width: 100%;height: auto;}
.newsnr-container .content ul,.newsnr-container .content li{list-style: initial;}
.newsnr-container .content ul{padding-left: 40px;}
.newsnr-container .content table p{margin-bottom: 0;}

@media(max-width:768px) {
  .newsnr-container{padding:40px 0;}
  .newsnr-container .newsnr-title{font-size:24px;line-height:28px;}
  .newsnr-content{margin-top:10px;}
  .newsnr-container .content{font-size:14px;line-height:22px;}
}

.newsnr-social{display: flex;align-items: center;}
.newsnr-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;}
.newsnr-social .social:last-child{margin-right: 0;}
.newsnr-social .social a{background: #71bf44!important;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;}
.newsnr-social .social a:hover{background: #71bf44!important;opacity:0.8;transition:all 0.5s;}
.newsnr-social span{background: #71bf44!important;margin-right: 0px!important;border-radius: 50%!important;width: 28px;height: 28px;padding: 6px;}
.newsnr-social span:hover{background: #71bf44!important;opacity:0.8;transition:all 0.5s;}
.newsnr-social span:before{color: rgba(255, 255, 255, 1);font-size: 15px;}

.news-right{padding:25px 15px;box-shadow:5px 2px 10px rgba(0, 0, 0, 0.1);border-top:4px solid #71bf44;margin-bottom:30px;}
.news-right .t1{font-size:18px;line-height:24px;font-weight:bold;}
.news-right .t2{font-size:18px;line-height:24px;margin-bottom:25px;}
.news-right time{display:block;}

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

.content-other{padding: 30px 0px;display: flex;align-items: center;justify-content: space-between;border-top:2px solid #c0c0c0;margin-top:40px;}
.content-other{display: flex;justify-content: space-between;}
.content-other .prev,.content-other .next{flex: 0 0 50%;}
.content-other .one{flex: 0 0 30%; display: flex;align-items: center;color: #181a1d;}
.content-other .one .two{border: solid 1px #c0c0c0;width: 34px;height: 34px;display: flex;align-items: center;justify-content: center;transition: all 0.5s ease;}
.content-other .one .two img{box-shadow: -2px 2px 7px 0px rgba(0, 0, 0, 0);margin: 0;}
.content-other .one .chang-a:hover .two img{filter: brightness(200%);}
.content-other .one .three{line-height: 20px;margin-left: 12px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;transition: all 0.5s ease;}
.content-other .one .fore{margin-right: 12px;}
.content-other .one .two i{color: #181a1d;font-size: 26px;transition: all 0.5s ease;}
.content-other .one .chang-a:hover .two{background-color: #71bf44;border: 0px;}
.content-other .one .chang-a:hover .two i{color: #fff;}

@media(max-width:768px) {
    .content-other .one{flex: 0 0 40%;}
    .content-other .one .two{width: 24px;height: 24px;line-height: 20px;}
    .content-other .one .three{margin-left: 5px;font-size: 12px;line-height: 13px;}
    .content-other .one .fore{margin-right: 5px;}
}

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

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

/*留言*/


.form-feedback .form-control{ background: #fff; color: #9396a2;font-size: 16px; border-radius: 10px;overflow: hidden; border: 1px solid #cecccc; padding-top: 15px;padding-bottom: 15px;  }
.form-feedback .form-control::-webkit-input-placeholder{color: #9396a2;}
.form-feedback .btn { color: #fff; background: #71bf44;border-radius: 10px; font-size: 18px;line-height: 22px;padding-top: 15px;padding-bottom: 15px;}
.form-feedback .btn:hover{background:#004d95;color: #fff; }

@media(max-width:768px) {
    .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}
    .contact-wrapper .form-feedback .form-control{padding-top:12px;padding-bottom:12px;}
    .contact-wrapper .form-feedback .btn {padding-top: 12px;padding-bottom: 12px;}
}

/*搜索*/
.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: #004d95; font-size: 1.3rem; }
.search-group .btn:hover{background: #004d95;}
.search-group .btn:hover i{color: #fff;}

@media(max-width:768px) {
  .top-mb-search-box .search-group .form-control {height:auto;}
  .top-mb-search-box .search-group .btn {height:auto;}
}


/*#表格*/
.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;
    }
}


/*浮动*/
#float{position:fixed;right:5px;bottom:105px; margin-top:-60px;z-index:55;}
#float .ico{display:block;width:55px;height:55px; text-align:center;position:relative;cursor:pointer;margin-bottom:5px;}
#float .ico>i{font-size:30px;line-height:55px;border-radius:50%;display:block;color:#fff;position:relative;z-index:99;background:#71bf44;}
#float .ico>.img{position:absolute;right:55px;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:55px; font-size:16px;height:55px;background-color:#71bf44;color:#FFF;transition:all 0.3s;z-index:0;white-space: nowrap;}
#float .ico:hover>.img{display:block;}
#float .ico:hover p{right:55px;}
@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;}
}

#mobMenu{min-height:50px;border-top:1px solid #dddddd;position:fixed;bottom:0;width:100%;display:none;z-index:999;background-color:#fff;}
#mobMenu .foot_nav{width:25%;float:left;text-align:center;color: #898989;font-size:14px;}
#mobMenu .foot_nav i{display: block;padding: 3px 0px 0px 0px;font-size:18px;line-height:24px;}
#mobMenu .foot_nav .hamburger{position: inherit;float: none;margin: 0 auto;width:100%;}
@media (min-width:1px) and (max-width:767px) {
    #mobMenu{display:block;}
}

.fc-box{position:fixed;right: 15px;top:75%;z-index: 70;}
  .fc-box .box{display:flex;padding:10px 20px;background:#67c442;justify-content:space-between;align-items:center;color:#fff;border-radius:10px;cursor:pointer;}
  .fc-box .box span{min-width:140px;text-align:left;font-size:16px;text-transform:uppercase;padding-left:8px;}
  .fc-box .box i{font-size:20px;}
  .fc-box .box.liuyan{margin-top:8px;position:relative;margin-bottom:25px;}
  .fc-box .box.liuyan:after{
    z-index: 10;
    content: "";
    border-top: 14px solid #64c540;
    border-right: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 14px solid transparent;
    position: absolute;
    bottom: -24px;
    right: 20px;
  }
  .fc-box .box2{display:flex;width:56px;height:56px;align-items:center;justify-content:center;background:#0080d7;box-shadow:5px 0 10px rgba(0, 0, 0, 0.05);border-radius:50%;float:right;}

.ystwo h2{font-size: 16px;}
  @media(max-width:768px) {
    .fc-box{right: 5px;}
      .fc-box .box2{width:40px;height:40px;display:none;}
      .fc-box .box2 img{width:20px;height:20px;}
      .fc-box .box{width:40px;height:40px;padding:0;justify-content:center;border-radius:50%;}
      .fc-box .box.liuyan{margin-bottom:8px;}
      .fc-box .box.liuyan:after{display:none;}
      .fc-box .box .mb{display:none;}
  }


.fc-box2{position:fixed;right: 10px;bottom:10px;z-index: 998;}
.fc-box2 .fc-top{position:fixed;right: 10px;bottom:-700px;z-index: 999;transition:all 0.5s;width:388px;}
.fc-box2 .fc-feedback{background:#fff;border-radius:15px;overflow:hidden;display:block;}
.fc-box2 .fc-feedback .title{background:#2bb741;font-size:18px;line-height:28px;color:#fff;padding:25px;text-transform:uppercase;}
.fc-box2 .fc-feedback .box{padding:22px 15px;}
.fc-box2 .fc-feedback .form-group{margin-bottom:12px;}
.fc-box2 .fc-feedback .form-feedback .form-control{padding-top:12px;padding-bottom:12px;}
.fc-box2 .fc-right{display:flex;justify-content:flex-end;}
.fc-box2 #fc-close{cursor:pointer; margin-top:25px;margin-bottom:25px; width:56px;height:56px;background:#2bb741;font-size:18px;color:#fff;display:none;align-items:center;justify-content:center;font-size:32px;border-radius:50%;overflow:hidden;}
.fc-box2 #fc-btn{cursor:pointer; display:flex;align-items:center;color:#fff; justify-content:center; box-shadow:2px 0 5px rgba(0, 0, 0, 0.3); background:#2bb741;width:60px;height:60px; border-radius:50px;overflow:hidden;}
.fc-box2 #fc-btn i{font-size:32px;}
.fc-box2 #fc-btn:hover,.fc-box2 #fc-close:hover{background:#60af09;transition:all 0.5s;}
.fc-box2.active{z-index: 999;}
.fc-box2.active #fc-close{display:flex;}
.fc-box2.active .fc-top{bottom:10px;}

@media(max-width:768px) {
  .fc-box2{right: 5px;bottom:165px;}
  .fc-box2 #fc-btn{padding:0px;border-radius:50%;width:45px;height:45px;display:flex;align-items:center;justify-content:center;}
  .reveal-modal.fc{padding:0;border-radius:15px;}
  .reveal-modal.fc .fc-feedback{background:#fff;border-radius:15px;overflow:hidden;display:block;}
  .reveal-modal.fc .fc-feedback .title{background:#2bb741;font-size:16px;line-height:28px;color:#fff;padding:15px;text-transform:uppercase;margin-bottom:0;}
  .reveal-modal.fc .fc-feedback .box{padding:15px 15px;}
  .fc-box2 #fc-btn i{font-size:20px;}
  .reveal-modal.fc .fc-feedback .form-group{margin-bottom:12px;}
}

.fc-box3{position:fixed;right: 10px;bottom:70px;z-index: 998;}
.fc-box3 .fc-top{position:fixed;right: 10px;bottom:-700px;z-index: 999;transition:all 0.5s;width:388px;}
.fc-box3 .fc-feedback{background:#fff;border-radius:15px;overflow:hidden;display:block;}
.fc-box3 .fc-feedback .title{background:#2bb741;font-size:18px;line-height:28px;color:#fff;padding:25px;text-transform:uppercase;}
.fc-box3 .fc-feedback .box{padding:22px 15px;}
.fc-box3 .fc-feedback .form-group{margin-bottom:12px;}
.fc-box3 .fc-feedback .form-feedback .form-control{padding-top:12px;padding-bottom:12px;}
.fc-box3 .fc-right{display:flex;justify-content:flex-end;}
.fc-box3 #fc-close3{cursor:pointer; margin-top:25px;margin-bottom:25px; width:56px;height:56px;background:#2bb741;font-size:18px;color:#fff;display:none;align-items:center;justify-content:center;font-size:32px;border-radius:50%;overflow:hidden;}
.fc-box3 #fc-btn3{cursor:pointer; display:flex;align-items:center;color:#fff; justify-content:center; box-shadow:2px 0 5px rgba(0, 0, 0, 0.3); background:#2bb741;width:60px;height:60px; border-radius:50px;overflow:hidden;}
.fc-box3 #fc-btn3 i{font-size:32px;}
.fc-box3 #fc-btn3:hover,.fc-box3 #fc-close33:hover{background:#60af09;transition:all 0.5s;}
.fc-box3.active #fc-close3{display:flex;}
.fc-box3.active .fc-top{bottom:10px;}
.fc-box3.active{z-index: 999;}

@media(max-width:768px) {
  .fc-box3{right: 5px;bottom:210px;}
  .fc-box3 #fc-btn3{padding:0px;border-radius:50%;width:45px;height:45px;display:flex;align-items:center;justify-content:center;}
  .fc-box3 #fc-btn3 i{font-size:20px;}
}

.popup{font-size:16px;position:fixed;left:50%;top:0%;transform:translate(-50%,-50%);z-index:98;background:linear-gradient(-70deg,#71bf44 0%,#369002 70%);color:#fff;border-radius:10px;padding:15px 25px;display:none;cursor:pointer;box-shadow:0 0 10px -2px #000;opacity:0;transition:.6s all}

.case-box{display:flex;flex-wrap:wrap;justify-content:space-between; padding:25px 35px;box-shadow:5px 14px 80px rgba(0, 0, 0, 0.05);}
.case-box .img{width:30%;}
.case-box .text{width:64.5%;}
.case-box .text p{font-size:16px;line-height:20px;color:#666666;margin-bottom:18px;}
.case-box .text .nr2{border-top:3px solid #eaeaea;margin-top:20px;padding-top:25px;}
.case-box .imgbox{border:2px solid #e4e4e4;margin-bottom:5px;}
.case-box .imgbox:last-child{margin-bottom:0;}
.case-more,.case-yllink{cursor:pointer; background:#71bf44;display:block;margin-top:25px; width:250px;height:50px;line-height:50px;font-size:24px;color:#fff;text-align:center;border-radius:5px;}

.case-more:hover,.case-yllink:hover{color:#fff;text-decoration:underline;}

.newsnr-content .case-title{font-size:28px;line-height:40px;font-weight:bold;margin-bottom:20px;}
.newsnr-content .case-more{margin:50px auto;}
.newsnr-content .card-thumb{border:1px solid #e4e4e4;}

.case-box2{border-top:3px solid #eaeaea;border-bottom:3px solid #eaeaea;padding-top:60px;display:flex;flex-wrap:wrap;justify-content:space-between;padding-bottom:60px;}
.case-box2 .item{width:48%;background:#fff;padding:30px 30px;box-shadow:5px 14px 80px rgba(0, 0, 0, 0.05);}
.case-box2 .item .t1{font-size:28px;line-height:40px;font-weight:bold;margin-bottom:20px;color:#54595e;}
.case-box2 .item p{font-size:16px;line-height:28px;}

.case-box3{margin-top:60px;}

.case-box4{border-top:3px solid #eaeaea;margin-top:60px;padding-top:60px;}
.case-box4 .t1{font-size:28px;line-height:40px;font-weight:bold;margin-bottom:20px;color:#54595e;}
.case-box4 .t2{font-size:28px;line-height:40px;font-weight:bold;margin-bottom:10px;color:#54595e;}

.case-box4  .form-feedback .form-control{ background: transparent; color:#333; border:0px; border-bottom:2px solid #535353; border-radius: 0px;overflow: hidden;   padding-top: 12px;padding-bottom: 12px;}
.case-box4  .form-feedback .form-control::-webkit-input-placeholder{color:#c2c2c2;}
.case-box4  .form-feedback .btn { height:auto;  color: #fff; background: #71bf44;border-radius: 0px; font-size: 18px; line-height: 22px;padding-top: 12px;padding-bottom: 12px; }
.case-box4  .form-feedback .btn:hover{background:#014593 }
.case-box4  .form-feedback.was-validated .form-control:invalid,.feedback-box .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) {
    .case-box{padding:20px 15px;margin-bottom:30px;}
    .case-box .img{width:100%;}
    .case-box .text{width:100%;margin-top:25px;}
    .case-more{width:180px;font-size:16px;height:40px;line-height:40px;}
    .case-box .text p{font-size:14px;line-height:20px;margin-bottom:15px;}

    .newsnr-content .case-title{font-size:22px;}
    .newsnr-content .case-more{margin:30px auto;}

    .case-box2{padding-top:30px;padding-bottom:0px;}
    .case-box2 .item{width:100%;margin-bottom:30px;padding:20px 15px;}
    .case-box2 .item .t1{font-size:22px;margin-bottom:10px;}
    .case-box2 .item p{font-size:14px;line-height:22px;}

    .case-box3{margin-top:30px;}
    .case-box3 .col-6{margin-bottom:15px;}

    .case-box4{margin-top:30px;padding-top:30px;margin-bottom:30px;}
    .case-box4 .t1{font-size:22px;}
    .case-box4 .t2{font-size:22px; margin-top:20px;}
}

.pronr-case{background:#f7f7f7;padding:60px 85px;display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:50px;}
.pronr-case .left{width:42.5%;}
.pronr-case .right{width:53.5%;}
.pronr-case .t1{font-size:28px;font-weight:bold;color:#54595e;margin-bottom:22px;}
.pronr-case .img{position:relative;display:flex;align-items:center;justify-content:center;}
.pronr-case .img .tocase{position:absolute;z-index:2; background:rgba(113, 191, 68, 0.8);border-radius:5px; width:390px;height:50px;font-size:24px;color:#fff;line-height:50px;text-align:center;}
.pronr-case .img .tocase:hover{text-decoration:underline;}
.pronr-case .list .faq-item{border:1px solid #2c2c2c;padding:10px 15px;font-size:16px;line-height:24px; margin-bottom:14px; }
.pronr-case .list .faq-item .q{font-size:16px;border-bottom:1px dashed transparent;}
.pronr-case .list .faq-item:last-child{margin-bottom:0;}
.pronr-case .list .faq-item .nr{height:0;overflow:hidden;}
.pronr-case .list .faq-item.active .nr{height:auto;transition:all 0.5s;}
.pronr-case .list .faq-item.active .q{padding-bottom:5px;border-bottom:1px dashed #2c2c2c;margin-bottom:8px;}

.pronr-case .case-list .news-col{margin-bottom:20px;}
.pronr-case .case-list .news-col .img{height:172px;}
.pronr-case .case-list .news-col .casedesc p{font-size:14px;line-height:22px;margin-bottom:8px;}
.pronr-case .case-list .news-col .casetext{height:auto;background:#fff;}
.pronr-case .case-list .news-col .casetext .casedesc{height:126px;overflow:hidden;}
.pronr-case .case-more{background:rgba(113, 191, 68);border-radius:5px;margin:10px auto 0; width:220px;height:45px;font-size:18px;color:#fff;line-height:45px;text-align:center;}
.pronr-case .case-more:hover{text-decoration:underline;}

@media(max-width:768px) {
  .pronr-case .case-list .news-col .img{height:auto;}
  .pronr-case .case-list .news-col .casetext{padding:10px 15px;}
    .pronr-case{margin-top:30px;padding:20px 15px;}
    .pronr-case .left{width:100%;}
    .pronr-case .right{width:100%; margin-top:30px;}
    .pronr-case .t1{font-size:22px;}
    .pronr-case .img .tocase{width:80%;font-size:18px;line-height:40px;height:40px;}
}

.public-ly{width:250px;height:55px;text-align:center;color:#71bf44;cursor:pointer; font-size:20px;line-height:55px;border:1px solid #71bf44;border-radius:5px;overflow:hidden;display:block;margin:47px auto 0;}
.public-ly:hover{background:#71bf44;color:#fff;transition:all 0.5s;}

.public-ly2{box-shadow:5px 0 9px rgba(0, 0, 0, 0.1);width:80%; margin:-20px auto 60px; border-radius:50px;overflow:hidden;display:flex;justify-content:space-between;align-items:center;padding:18px 18px 18px 40px;}
.public-ly2 .ss-t1{font-size:18px;line-height:27px;color:#333;/*width:70%;*/width:73%;font-weight:bold;}
.public-ly2 .ss-t3{font-size:20px;line-height:27px;background:#7ea73d;padding:10px 40px;color:#fff;border-radius:50px;cursor:pointer;}

.pro-wrapper .public-ly2{margin:40px auto;}
.banner-imgys{position: absolute;right: 0px;width: 52%;height: 100%;cursor: pointer;display: block; z-index:999;}
.index-titlefirst{font-size:38px; font-weight: bold;}
.home-news .t2.index-newtitlex{width: 100%;}
.hotnews{margin-top: 30px;}
.hotnews p{line-height: inherit;margin-bottom:15px;}
.hotnews p:before{content: ">>";display: inline-block;margin-right: 5px;}
.procon-ul{overflow: hidden;margin-bottom: 36px;}
.procon-ul li{float: left;width: 30%;margin: 1% 1%;/*min-height: 480px;*/text-align: center;min-height: 450px;box-shadow: 5px 2px 10px rgba(0, 0, 0, 0.1);padding: 10px 20px 0px 20px;}
.productcon-title p:first-child{font-weight: bold;font-size: 36px;margin-bottom:30px;}
.pro-desc h2{font-size: 16px;}
.pro-desc p{font-size: 14px;}
.prolistdesc .list-desc{overflow: hidden;height: 90px;}
.prolistdesc .jt-more{color: #71bf44;font-weight: bold;font-size: 20px;}
.prolistdesc.active .list-desc{height:auto;}
.prolistdesc.active .jt-more{color:#fff;background: url(/upload/1c/202312/jt-imgicon.jpg) no-repeat left top;padding-left: 30px;}
.ulyanshi-2023{margin-bottom: 15px; border: 1px solid #ccc;padding-bottom: 20px;}
.table-contitle{background: #71bf44;color: #fff;line-height: 50px;padding-left: 30px;font-size: 24px;font-weight: bold;margin-bottom: 30px;}
.ulyanshi-2023 li{margin-bottom:15px;}
.banner a.color-greenbn{color: #a0cf5f;}
.banner a.color-greenbn:hover{color:#7ea73d;}
.margin-case{margin-top:36px;}


.home-pro .pro-qh .right{width:100%;padding: 0px;}
#proxx-index{margin-top:30px;}
.home-pro #proxx-index .pro-box{width: 23%;float: left;padding: 15px 15px 30px 15px; margin:0% 1% 2% 1%;}
.home-pro #proxx-index .pro-box .title{font-size:20px;}
.home-pro #proxx-index .pro-box img{mix-blend-mode: multiply;}
.listmore{margin: auto;background: #71bf44;font-size: 20px;color: #fff;display: block;border: 1px solid #71bf44;border-radius: 50px;width: 240px;height: 60px;padding: 8px 8px 8px 40px;display: flex;align-items: center;justify-content: space-between;transition: all 0.5s;}
.listmore i{width: 45px;line-height: 45px;font-size: 14px;color: #71bf44;display: flex;align-items: center;justify-content: center;background:#fff;border-radius: 50%;}
.listmore:hover{color:#fff;background: #7ea73d;}
.listmore:hover i{color: #7ea73d;}
.home-pro #marginbottom-desc{margin-bottom:25px;}
.image-link{margin-bottom: 50px;}
.lefticon{margin-left:30px;}
#videoicon{position: absolute;left: 35%;top:40%;width:150px;height:150px;opacity: 0.9;z-index: 10;}
#budijia .left #videoicon{mix-blend-mode: normal!important;}
#budijia .left #videoicon2{mix-blend-mode: multiply!important;}
#aboutsy-number{padding: 25px 0;}
.home-about #aboutsy-number .t1{margin-bottom: 0px;}
#jianjiu-syindex .public-ly2{width:100%;margin:0px auto 100px;}
#bannerny-height,#bannerbg{padding-top:50px; padding-bottom:50px;}
#bannerbg{background:url(https://meiguo-oss.oss-accelerate.aliyuncs.com/mingyuan_machine/upload/1c/202308/16909667332405.jpg) no-repeat bottom center; }
.pro-wrapper .h1-title.margintopwu{margin-top: 0px;margin-bottom: 0px;}
#listmarginx{padding: 50px 0 0;}
footer .footer-top #list-foot .foot-nav.pro{width:60%;}
#zuihou-color li:last-child a{color:#71bf44;}
.left-nav p .active{color:#71bf44;}
.left-nav p .active:before{content: ">>";display: inline-block;margin-right: 5px;color: #71bf44;}
.left-nav p:hover .active:before{content: ""; margin-right: 0px;}
.yanse-xhx hr{border-top: 1px solid #27ae60;}
#categories-newlist{margin-top: 30px;}
#categories-newlist a{background:url(/upload/1c/202401/list-jt.png) no-repeat left center;padding-left: 20px;}
#categories-newlist a:hover{background:url(/upload/1c/202401/listhover-jt.png) no-repeat left center;}
#categories-newlist p:hover:before{display:none;}

.imgright-newsnr{float: right;width: 45%;margin-left: 3%;}
.clear{clear: both;}
.textleft-ys p{text-align:left;}

@media(max-width:768px) {
  .public-ly{width:150px;height:42px;line-height:42px;font-size:16px; margin:25px auto 0;}
  .public-ly2{margin:0px auto 30px;display:block;padding:10px;width:100%;border-radius:0;position:relative;}
  .public-ly2 .ss-t1{/*font-size:16px;*/font-size:20px;width:100%;}
  .public-ly2 .ss-t3{font-size:16px;padding:10px 20px;text-align:center; margin:15px auto 0;display:block;}
  .pro-wrapper .public-ly2{margin:30px auto;}
.index-titlefirst{font-size: 26px;}
.productcon-title p:first-child{font-size: 20px;}
.procon-ul li{width: 48%;min-height: 200px;}
.content-wrapper iframe{height: 300px}
.width-peijianhezuo{padding: 0px 15px;margin-bottom:30px;}
.pro-qh .right .row{margin-right:0px;margin-left:0px;}
#videoicon{width:100px;height:100px;}
#aboutsy-number{padding:0px;}
#aboutsy-number .numlist{margin-top: 5px;}
.home-about .more-box{margin-bottom:0px;}
.imgright-newsnr{width:100%;}
}

/*cookies板式一*/
.google-cookies{position:fixed;z-index:99;bottom:50px;left:50px;width:450px;box-shadow:8px 0 15px rgba(0, 0, 0, 0.2);background:#fff;padding:20px;border-radius:10px;}
.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:100%;}
.google-cookies .right{text-align:center;display:flex;justify-content:flex-end;width:100%;}
.google-cookies .t1{font-size:20px;font-weight:bold;color:#86c442;margin-bottom:5px;}
.google-cookies .p1{font-size:14px;line-height:22px;}
.google-cookies .p1 a{font-weight:bold;text-decoration:underline; margin-right:10px;}
.google-cookies .cookies-btn{border:1px solid #86c442;color:#86c442;display:block;font-size:16px;padding:8px 25px;margin-top:15px;margin-left:10px; 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:#86c442;color:#fff;margin-top:15px;}

@media(max-width:768px) {
  .google-cookies{padding:10px 0;bottom:0;left:0;right:0;border-radius:0;width:100%;}
  .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;justify-content:flex-start;}
  .google-cookies .cookies-btn{padding:5px 10px;border-radius:0;font-size:14px;display:inline-block;margin-left:0;margin-right:10px;}
}

.a-flbox1{padding:30px 0 60px;}
.a-flbox1 .t1{font-size:40px;line-height:46px;font-weight:bold;}
.a-flbox1 .desc{font-size:18px;line-height:30px;margin-top:15px;margin-bottom:40px;}
.a-flbox1 .items{display:flex;justify-content:space-between;flex-wrap:wrap;}
.a-flbox1 .items .item{width:48%;display:flex;justify-content:space-between;position:relative;flex-wrap:wrap;margin-bottom:50px;}
.a-flbox1 .items .item .img{width:35%;}
.a-flbox1 .items .item .text{width:62%;}
.a-flbox1 .items .item .text .t2{font-size:20px;line-height:30px;font-weight:bold;}
.a-flbox1 .items .item .text p{font-size:16px;line-height:30px;}

.a-flbox2{padding:100px 0 100px;background:#f9f9f9;}
.a-flbox2 .t1{font-size:40px;line-height:46px;font-weight:bold;}
.a-flbox2 .desc{font-size:18px;line-height:30px;margin-top:15px;margin-bottom:40px;}
.a-flbox2 .items{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:flex-end;}
.a-flbox2 .items .img{width:33.5%;}
.a-flbox2 .items .text{width:57%;padding-left:20px;}
.a-flbox2 .items .text h5{font-size:20px;line-height:30px;font-weight:bold;position:relative;display:flex;align-items:center;}
.a-flbox2 .items .text h5:before{content:"";width:25px;height:25px;background:url(../../images/a-flbox2-tb1.png) no-repeat center;display:inline-block;margin-right:10px;}
.a-flbox2 .items .text p{font-size:16px;line-height:30px;margin-bottom:25px;}
.a-flbox2 .items .text p:last-child{margin-bottom:0;}

.a-flbox3{padding:120px 0 50px;}
.a-flbox3 .container-xl{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;}
.a-flbox3 .container-xl .title{width:35%;}
.a-flbox3 .container-xl .title .t1{font-size:30px;line-height:36px;font-weight:bold;margin-top:15px;}
.a-flbox3 .container-xl .faq-list{width:60%;}
.a-flbox3 .faq-item{margin-top:5px;}
.a-flbox3 .faq-item .faq-q{background:#f3f3f3;border-left:3px solid #6cbd3e;padding:15px 20px;font-size:21px;line-height:30px;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:space-between;}
.a-flbox3 .faq-item .faq-q:after{content:"\f078";font-family:cmsfont;color:#fff; width:29px;min-width:29px; height:29px;background:#6cbd3e;display:flex;align-items:center;justify-content:center;}
.a-flbox3 .faq-item .faq-a{display:none;padding:20px 50px 30px 20px;font-size:17px;line-height:30px;}


@media(max-width:768px) {
    .a-flbox1{padding:30px 0 30px;}
    .a-flbox1 .t1{font-size:22px;line-height:30px;}
    .a-flbox1 .desc{font-size:14px;line-height:22px;margin-bottom:25px;margin-top:10px;}
    .a-flbox1 .items .item{width:100%;margin-bottom:25px;}
    .a-flbox1 .items .item .text .t2{font-size:17px;line-height:24px;}
    .a-flbox1 .items .item .text p{font-size:14px;line-height:22px;}

    .a-flbox2{padding:30px 0 30px;}
    .a-flbox2 .t1{font-size:22px;line-height:30px;}
    .a-flbox2 .desc{font-size:14px;line-height:22px;margin-bottom:25px;margin-top:10px;}
    .a-flbox2 .items .img{width:100%;margin-top:20px;}
    .a-flbox2 .items .text{width:100%;padding-left:0}
    .a-flbox2 .items .text h5{font-size:17px;}
    .a-flbox2 .items .text p{font-size:14px;line-height:22px;margin-bottom:15px;}

    .a-flbox3{padding:30px 0 0;}
    .a-flbox3 .container-xl .title{width:100%;margin-bottom:15px;}
    .a-flbox3 .container-xl .faq-list{width:100%;}
    .a-flbox3 .container-xl .title .t1{font-size:22px;line-height:30px;}
    .a-flbox3 .faq-item .faq-q{font-size:16px;line-height:24px;padding:10px;}
    .a-flbox3 .faq-item .faq-a{padding:10px 0;font-size:14px;line-height:22px;}
}

.pcf-t1 .banner-text{
  justify-content: center;
}
.pcf-t1 .banner-text .box{
  padding: 30px 50px;
  background: rgba(0, 0, 0, .8);
  border-radius: 30px;
  width: auto !important;
}
.pcf-t1 .banner-text .box .page-title h1{
  font-size: 80px !important;
  color: #FFFFFF;
  line-height: 80px !important;
  text-transform: uppercase;
  text-align: center;
}
.pcf-t1 .banner-text .box .page-title p{
  font-size: 28px !important;
  color: #FFFFFF;
  line-height: 36px !important;
  text-transform: uppercase;
  text-align: center;
  max-width: none !important;
}
.pcf-t1 .banner-text .box .ny-title:after{display: none !important;}

.pcf-t2{padding: 100px 0;background-color: #fff;}
.pcf-t2 .t1{
  max-width: 719px;
  border-radius: 26px;
  border: 2px solid #2BB741;
  font-size: 40px;
  color: #000000;
  line-height: 54px;
  height: 54px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin: auto;
}
.pcf-t2 .t2{margin-top: 90px;}
.pcf-t2 .t2 p{
  font-weight: 400;
  font-size: 30px;
  color: #000000;
  line-height: 38px;
  max-width: 1352px;
  margin: auto;
  text-indent: 80px;
}
.pcf-t2 .t2 p span{color: #2BB741;}
.pcf-t2 .t3{margin-top: 65px;}
.pcf-t2 .t3 span{
  max-width: 280px;
  margin: auto;
  background: #2BB741;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  line-height: 47px;
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
}
.pcf-t3{
  background: url(../../images/qt/a2.jpg) no-repeat;
  background-size: cover;
  padding: 45px 0 39px 0;
}
.pcf-t3 .col-md-3{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pcf-t3 .col-md-3 > div > p:nth-child(1){
  font-weight: bold;
  font-size: 50px;
  color: #FFFFFF;
  line-height: 42px;
  background: linear-gradient(180deg, #FDD32C 0%, #FBF474 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pcf-t3 .col-md-3 > div > p:nth-child(1) span{
  font-weight: bold;
  font-size: 50px;
  color: #FFFFFF;
  line-height: 42px;
  background: linear-gradient(180deg, #FDD32C 0%, #FBF474 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pcf-t3 .col-md-3 > div > p:nth-child(2){
  font-weight: 400;
  font-size: 16px;
  color: #2BB741;
  line-height: 20px;
}
.pcf-t4{
  background-color: #fff;
  padding: 83px 0 53px 0;
}
.pcf-t4 .title{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pcf-t4 .title h5{
  font-size: 60px;
  color: #000000;
  line-height: 42px;
  font-weight: bold;
  position: relative;
  padding-left: 32px;
  text-transform: uppercase;
}
.pcf-t4 .title h5::before{
  position: absolute;
  content: "";
  width: 11px;
  height: 42px;
  background-color: #2BB741;
  left: 0;
  top: 0;
}
.pcf-t4 .title p{
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 24px;
  max-width: 142px;
}
.pcf-t4 .cont-t1{
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
.pcf-t4 .cont-t1 > div{
  position: relative;
  width: 17.14%;
}
.pcf-t4 .cont-t1 > div + div::before{
  position: absolute;
  content: "";
  background: url(../../images/qt/a8.png) no-repeat;
  width: 28px;
  height: 31px;
  top: 50%;
  left: -16%;
  transform: translateY(-50%);
}
.pcf-t4 .cont-t1 > div img{border-radius: 16px;}
.pcf-t4 .cont-t1 > div p{
  width: 100%;
  position: absolute;
  font-weight: 400;
  font-size: 22px;
  color: #2BB741;
  line-height: 26px;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.pcf-t4 .container-xl > img{margin-top: 75px;}
.pcf-t4 .container-xl > .video{
  margin-top: 75px;
  position: relative;
}
.pcf-t4 .container-xl > .video video{
  max-width: 100%;
}
.pcf-t4 .container-xl > .video img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.pcf-t4 .cont-t2{
  margin-top: 80px;
}
.pcf-t4 .cont-t2 .t1{
  font-size: 60px;
  color: #2BB741;
  line-height: 46px;
  text-align: center;
  text-transform: uppercase;
}
.pcf-t4 .cont-t2 .t2{margin-top: 97px;}
.pcf-t4 .cont-t2 .t2 .col-md-4 > div{height: 100%;}
.pcf-t4 .cont-t2 .t2 .col-md-4 > div p{
  font-size: 32px;
  color: #000000;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-top: 36px;
}
.pcf-t4 .cont-t2 .t2 .col-md-4 > div p::before{
  position: absolute;
  content: "一";
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  font-size: 32px;
  color: #000000;
  font-weight: bold;
  line-height: 36px;
}
.pcf-t4 .cont-t2 .t2 .col-md-4 > div .image{
  margin-top: 30px;
  border-radius: 10px;
  border: 1px solid #B8B8B8;
  display: flex;
  padding: 30px 0;
}
.pcf-t4 .cont-t2 .t2 .col-md-4 > div .image img{
  margin: auto;
}
.pcf-t4 .cont-t2 .t3{
  margin-top: 90px;
  text-indent: 80px;
  font-weight: 400;
  font-size: 28px;
  color: #000000;
  line-height: 42px;
}

.pcf-t5{
  padding: 68px 0 39px 0;
}
.pcf-t5 .title{
  display: flex;
  justify-content: space-between;
  padding: 40px 65px 40px 24px;
  background-color: #2bb741;
}
.pcf-t5 .title h5{
  font-size: 60px;
  color: #fff;
  line-height: 45px;
  font-weight: bold;
  position: relative;
  padding-left: 32px;
  text-transform: uppercase;
}
.pcf-t5 .title h5::before{
  position: absolute;
  content: "";
  width: 11px;
  height: 45px;
  background-color: #fff;
  left: 0;
  top: 0;
}
.pcf-t5 .title p{
  font-weight: 400;
  font-size: 25px;
  color: #fff;
  line-height: 45px;
  max-width: 198px;
}
.pcf-t5 .mySwiper1{
  position: relative;
  overflow: hidden;
}
.pcf-t5 .mySwiper1 .swiper-slide>img{user-select: none;}
.pcf-t5 .mySwiper1 .swiper-button-next, 
.pcf-t5 .mySwiper1 .swiper-button-prev{
  color: #2bb741;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* backdrop-filter: blur(10px) brightness(90%); */
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}
.pcf-t5 .swiper-pagination{
  margin-top: 45px;
  position: static;
}
.pcf-t5 .swiper-pagination .swiper-pagination-bullet{
  width: 39px;
  height: 7px;
  border-radius: 0;
}
.pcf-t6{
  padding: 60px 0 100px 0;
}
.pcf-t6 .title{
  display: flex;
  justify-content: space-between;
}
.pcf-t6 .title h5{
  font-size: 60px;
  color: #000000;
  line-height: 64px;
  font-weight: bold;
  position: relative;
  padding-left: 32px;
}
.pcf-t6 .title h5::before{
  position: absolute;
  content: "";
  width: 11px;
  height: 43px;
  background-color: #2BB741;
  left: 0;
  top: 5px;
  text-transform: uppercase;
}
.pcf-t6 .title p{
  font-weight: 400;
  font-size: 25px;
  color: #2BB741;
  line-height: 64px;
  max-width: 199px;
}
.pcf-t6 .linear{
  margin-top: 55px;
  height: 2px;
  border: 2px solid #F8D30A;
}
.pcf-t6 .down{
  margin-top: 110px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.pcf-t6 .down .left{
  width: 30.5%;
}
.pcf-t6 .down .right{
  width: 60%;
}
.pcf-t6 .down .right table{border: 0;width: 95%;}
.pcf-t6 .down .right table tr td:nth-child(1){
  width: 33%;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 42px;
  text-align: center;
  background: #2BB741;
  border: 1px solid #FFFFFF;
  height: 60px;
}
.pcf-t6 .down .right table tr td:nth-child(2){
  width: 67%;
  border: 1px solid #AAAAAA;
  height: 60px;
  background: #E7E7E7;
  font-weight: 400;
  font-size: 22px;
  color: #000000;
  line-height: 42px;
  padding-left: 50px;
}
.pcf-t6 .down .right table tr:nth-child(2n) td:nth-child(2){
  background: #FFFFFF;
}
.pcf-t7{
  background: #EEF0F2;
  padding: 120px 0 125px 0;
}
.pcf-t7 .title{
  display: flex;
  justify-content: space-between;
}
.pcf-t7 .title h5{
  font-size: 60px;
  color: #000000;
  line-height: 64px;
  font-weight: bold;
  position: relative;
  padding-left: 32px;
  text-transform: uppercase;
}
.pcf-t7 .title h5::before{
  position: absolute;
  content: "";
  width: 11px;
  height: 42px;
  background-color: #2BB741;
  left: 0;
  top: 10px;
}
.pcf-t7 .title p{
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 24px;
  max-width: 224px;
}
.pcf-t7 .mySwiper2{
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 16px;
  margin: 0 0 0 37px;
  margin-top: 80px;
}
.pcf-t7 .mySwiper2 .swiper-button-next, 
.pcf-t7 .mySwiper2 .swiper-button-prev{
  color: #2bb741;
}
.pcf-t7 .mySwiper2 .swiper-slide{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 59px 48px 59px 40px;
}
.pcf-t7 .mySwiper2 .swiper-slide .left{
  width: 33%;
}
.pcf-t7 .mySwiper2 .swiper-slide .left > div{
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 93%;
}
.pcf-t7 .mySwiper2 .swiper-slide .left > div > p{
  font-weight: 900;
  font-size: 34px;
  color: #000000;
  line-height: 36px;
  text-transform: uppercase;
  font-family: "Arial"; 
}
.pcf-t7 .mySwiper2 .swiper-slide .left > img{
  margin-top: 50px;
  margin-left: auto;
  display: inherit;
}
.pcf-t7 .mySwiper2 .swiper-slide .left > p{
  margin-top: 30px;
  font-weight: 400;
  font-size: 20px;
  color: #999999;
  line-height: 24px;
  padding-left: 48px;
  max-width: 340px;
}
.pcf-t7 .mySwiper2 .swiper-slide .right{
  width: 60%;
}
.pcf-t7 .swiper-pagination{
  margin-top: 45px;
  position: static;
}
.pcf-t7 .swiper-pagination .swiper-pagination-bullet{
  width: 39px;
  height: 7px;
  border-radius: 0;
}
.pcf-t7 .t1{
  margin-top: 60px;
  font-weight: 400;
  font-size: 28px;
  color: #000000;
  line-height: 42px;
  text-indent: 80px;
  padding: 0 0 0 37px;
}
.pcf-t7 .down{
  padding: 0 0 0 37px;
  margin-top: 100px;
}
.pcf-t7 .down .col-md-4{margin-bottom: 15px;}
.pcf-t7 .down .col-md-4 > div{
  height: 100%;
}
.pcf-t7 .down .col-md-4 > div > div:nth-child(1){
  background-color: #fff;
  position: relative;
  border-radius: 16px;
  padding: 38px 35px 74px 35px;
  height: 100%;
}
.pcf-t7 .down .col-md-4 > div > div:nth-child(1) p:nth-of-type(1){
  font-weight: bold;
  font-size: 28px;
  color: #2BB741;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
}
.pcf-t7 .down .col-md-4 > div > div:nth-child(1) p:nth-of-type(2){
  margin: auto;
  margin-top: 55px;
  font-weight: 400;
  text-align: center;
  font-size: 20px;
  color: #000000;
  line-height: 24px;
  max-width: 300px;
}
.pcf-t7 .down .col-md-4 > div > div:nth-child(1) img{
  display: block;
  margin: auto;
  margin-top: 65px;
}
.pcf-t7 .down .col-md-4:not(:first-child) > div > div:nth-child(1)::before{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom: 22.5px solid transparent;
  border-top: 22.5px solid transparent;
  border-left: 24px solid #EEF0F2;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pcf-t7 .down .col-md-4 > div > div:nth-child(2){
  position: absolute;
  right: -9px;
  top: 50%;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom: 22.5px solid transparent;
  border-top: 22.5px solid transparent;
  border-left: 24px solid #fff;
  transform: translateY(-50%);
}
.pcf-t7 .down .col-md-4 > div > div:nth-child(2)::before{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom: 16.5px solid transparent;
  border-top: 16.5px solid transparent;
  border-left: 17px solid #f8d30a;
  left: -22.5px;
  top: 50%;
  transform: translateY(-50%);
}
.pcf-t8{
  background: url(../../images/qt/a21.jpg) no-repeat;
  background-size: cover;
  padding: 110px 0 100px 0;
}
.pcf-t8 .title{
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.pcf-t8 .title h5{
  font-size: 60px;
  color: #fff;
  line-height: 64px;
  font-weight: bold;
  position: relative;
  padding-left: 32px;
  text-transform: uppercase;
}
.pcf-t8 .title h5::before{
  position: absolute;
  content: "";
  width: 11px;
  height: 42px;
  background-color: #2BB741;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pcf-t8 .title p{
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  line-height: 24px;
  max-width: 135px;
  text-align: right;
}
.pcf-t8 .cont{
  margin-bottom: 100px;
  padding-left: 32px;
  padding-right: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pcf-t8 .cont .imgae{
  width: 54%;
}
.pcf-t8 .cont .text{
  width: 42%;
}
.pcf-t8 .cont .text .t1{
  display: flex;
  justify-content: space-between;
}
.pcf-t8 .cont .text .t2{
  margin-top: 60px;
}
.pcf-t8 .cont .text .t2 h5,
.pcf-t8 .cont .text .t2 p{
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 26px;
  position: relative;
  text-indent: 40px;
}
.pcf-t8 .cont .text .t2 h5::before{
  position: absolute;
  text-indent: 10px;
  left: 10px;
  width: 12px;
  height: 12px;
  background-color: #ffe200;
  content: "";
  top: 5px;
  border-radius: 50%;
}
.pcf-t8 .cont:nth-child(2n) .image{
  order: 1;
}
.pcf-t8 .cont:nth-child(2n) .text{
  order: 2;
}
.pcf-t8 .cont:nth-child(2n+1) .image{order: 2;}
.pcf-t8 .cont:nth-child(2n+1) .text{order: 1;}
.pcf-t8 .cont:nth-child(2n) .text .t1 p:nth-child(1){
  font-weight: 800;
  font-size: 11px;
  color: #FFFFFF;
  line-height: 31px;
}
.pcf-t8 .cont:nth-child(2n) .text .t1 p:nth-child(1) span:nth-child(1){
  font-weight: 400;
  font-size: 41px;
  color: #2BB741;
  line-height: 31px;
}
.pcf-t8 .cont:nth-child(2n) .text .t1 p:nth-child(1) span:nth-child(2){
  color: #FFFFFF;
  font-weight: 400;
  font-size: 41px;
  line-height: 31px;
}
.pcf-t8 .cont:nth-child(2n) .text .t1 p:nth-child(2){
  font-weight: 900;
  font-size: 36px;
  color: #2BB741;
  line-height: 40px;
  text-align: right;
  max-width: 300px;
}
.pcf-t8 .cont:nth-child(2n+1) .text .t1 p:nth-child(1){
  font-weight: 900;
  font-size: 36px;
  color: #2BB741;
  line-height: 40px;
  text-align: left;
  max-width: 300px;
}
.pcf-t8 .cont:nth-child(2n+1) .text .t1 p:nth-child(2){
  font-weight: 800;
  font-size: 11px;
  color: #FFFFFF;
  line-height: 31px;
}
.pcf-t8 .cont:nth-child(2n+1) .text .t1 p:nth-child(2) span:nth-child(1){
  font-weight: 400;
  font-size: 41px;
  color: #2BB741;
  line-height: 31px;
}
.pcf-t8 .cont:nth-child(2n+1) .text .t1 p:nth-child(2) span:nth-child(2){
  color: #FFFFFF;
  font-weight: 400;
  font-size: 41px;
  line-height: 31px;
}
.pcf-t9{
  padding: 66px 0 76px 0;
  background-color: #fff;
}
.pcf-t9 .title{
  padding-left: 15px;
}
.pcf-t9 .title h5{
  font-size: 60px;
  color: #000;
  line-height: 64px;
  font-weight: bold;
  position: relative;
  padding-left: 32px;
  text-transform: uppercase;
}
.pcf-t9 .title h5::before{
  position: absolute;
  content: "";
  width: 11px;
  height: 42px;
  background-color: #2BB741;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pcf-t9 .row{
  margin-top: 80px;
}
.pcf-t9 .row .col-md-3{
  margin-bottom: 15px;
  padding-right: 7px;
  padding-left: 7px;
}
.pcf-t9 .row .col-md-3 > div{
  height: 100%;
  position: relative;
}
.pcf-t9 .row .col-md-3 > div > img{
  border-radius: 16px;
}
.pcf-t9 .row .col-md-3 > div > p{
  height: 118px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 10px;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 20px;
}
.pcf-t9 .row .col-md-3 > div > p::before{
  position: absolute;
  content: attr(val);
  font-size: 48px;
  color: #FEE100;
  line-height: 20px;
  font-weight: bold;
  left: 7px;
  top: 30px;
}
.pcf-t9 .t1{
  display: flex;
  justify-content: space-between;
  padding: 40px 65px 40px 24px;
  background-color: #2bb741;
  margin-top: 100px;
}
.pcf-t9 .t1 h5{
  font-size: 60px;
  color: #fff;
  line-height: 45px;
  font-weight: bold;
  position: relative;
  padding-left: 32px;
  text-transform: uppercase;
}
.pcf-t9 .t1 h5::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 45px;
  background-color: #fff;
  left: 0;
  top: 0;
}
.pcf-t9 .t1 p{
  font-weight: 400;
  font-size: 25px;
  color: #fff;
  line-height: 45px;
  max-width: 198px;
}
.w-accor{ overflow:hidden; position:relative;}
.w-accor ul,.w-accor li{ padding:0; margin:0; list-style:none;}
.w-accor ul{ width:101%;}
.w-accor li{ position:relative; overflow:hidden;float:left;}
.accorClick li{ cursor:pointer;}
.w-accor li .item{ position:relative;}
.w-accor li > a{ display:block; position:absolute; left:0; right:0; top:0; bottom:0;}
.w-accor h3{ font-size:125%; margin:0; padding:0; font-weight:normal;}
.w-accor .acr_p{ margin-top:0.5em; }
.w-accor2 li img{ max-width:100%;}
.w-accor2 li .cont_ar{ color:#fff; position:absolute; bottom:0; height:100%; left:0; right:0; background:rgba(0,7,1,0.8);transition:all 0.5s; -webkit-transition:all 0.5s;}
.w-accor2 li .i_img{position:absolute; width:auto; height:auto; top:50%; margin-top:-40px; left:50%; margin-left:-40px; text-align:center;}
.w-accor2 li .i_img img{ max-width:100%; max-height:100%;}
.w-accor2 li .dec_ar {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 30px 20px 10px;
  opacity: 0;
  *filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.w-accor2 li .dec_ar > img:nth-child(1){
  position: absolute;
  top: 55px;
  left: 45px;
  width: 60px;
  height: 60px;
}
.w-accor2 li .dec_ar > img:nth-child(2){
  position: absolute;
  top: 55px;
  right: 40px;
}
.w-accor2 li .dec_ar > div{
  position: absolute;
  bottom: 25px;
  right: 30px;
  border-radius: 16px;
  backdrop-filter: blur(30px) brightness(90%);
  background-color: rgba(255, 255, 255, 0.2);
  padding: 50px 27px 50px 27px;
  max-width: 382px;
}
.w-accor2 li .dec_ar > div p:nth-child(1){
  font-weight: bold;
  font-size: 44px;
  color: #FFFFFF;
  line-height: 46px;
  position: relative;
  padding-bottom: 20px;
}
.w-accor2 li .dec_ar > div p:nth-child(1)::before{
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  border: 2px solid #2BB741;
  bottom: 0;
  left: 0;
}
.w-accor2 li .dec_ar > div p:nth-child(2){
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 24px;
  margin-top: 13px;
}
.w-accor2 li .acr_p {
  opacity: 0;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

.w-accor2 li.cur .i_img {
  display: none;
}

.w-accor2 li.cur .cont_ar {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  height: 100%;
  bottom: 0;
}

.w-accor2 li.cur .dec_ar {
  opacity: 1;
  *filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.w-accor2 li.cur .acr_p {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
@media (max-width:960px){
	.w-accor h3{ font-size:110%;}
	.w-accor .acr_p{ font-size:90%;}
}
@media (max-width:767px){
	.w-accor2 li .i_img{ width:60px; height:60px; margin-left:-30px; margin-top:-30px;}
}
@media (max-width:640px){
	.w-accor{ height:auto !important;}
	.w-accor2 li{ width:100% !important; float:left;}
	.w-accor2 li .img_ar{height:auto !important; width:100% !important;}
}
@media (max-width:480px){
	body{font-size:3.5vw;}
	.w-accor2 li .dec_ar{ padding:2em 1em 0.6em;}
	.w-accor2 li .i_img{ width:3em; height:3em; margin-left:-1.5em; margin-top:-1.5em;}
}
.pcf-t10{
  padding: 0 0 100px 0;
  background-color: #fff;
  position: relative;
}
.pcf-t10 .title{
  padding-left: 15px;
}
.pcf-t10 .title h5{
  font-size: 60px;
  color: #000;
  line-height: 64px;
  font-weight: bold;
  position: relative;
  padding-left: 32px;
  text-transform: uppercase;
}
.pcf-t10 .title h5::before{
  position: absolute;
  content: "";
  width: 11px;
  height: 42px;
  background-color: #2BB741;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pcf-t10 .container-xl > img{
  margin-top: 90px;
}
.pcf-t10 .mySwiper3{
  overflow: hidden;
  margin-top: 90px;
}
.pcf-t10 .mySwiper3 .swiper-slide{
  width: 870px;
	height: 537px;
  box-shadow: -6px 13px 18px 0px rgba(0, 0, 0, 0.3);
}
.pcf-t10 .mySwiper3 .swiper-slide img{
	display:block;
}
.pcf-t10 .swiper-pagination{
  margin-top: 45px;
  position: static;
}
.pcf-t10 .swiper-pagination .swiper-pagination-bullet{
  width: 39px;
  height: 7px;
  border-radius: 0;
}
.pcf-t11{
  padding: 0 0 40px 0;
  background-color: #fff;
}
.pcf-t11 .title{
  padding-left: 0;
}
.pcf-t11 .title h5{
  font-size: 60px;
  color: #000;
  line-height: 64px;
  font-weight: bold;
  position: relative;
  padding-left: 32px;
  text-transform: uppercase;
}
.pcf-t11 .title h5::before{
  position: absolute;
  content: "";
  width: 11px;
  height: 42px;
  background-color: #2BB741;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pcf-t11 .container-xl > p{
  font-weight: 400;
  font-size: 30px;
  color: #000000;
  line-height: 64px;
  margin-top: 35px;
  padding-left: 36px;
}
.pcf-t11 .tts{
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.pcf-t11 .tts .tt{
  width: calc(50% - 28px);
}
.pcf-t11 .tts .dropdown-box {
  padding-bottom: 15px;
}

.pcf-t11 .tts .dropdown-box>div {
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #FFFFFF;
  box-shadow: 3px 1px 9px 0px rgba(0,0,0,0.14);
  border-radius: 10px;
}

.pcf-t11 .tts .dropdown-box .title {
  display: flex;
  align-items: center;
  height: 52px;
  overflow: hidden;
}

.pcf-t11 .tts .dropdown-box .title>.txt {
  font-weight: 400;
  font-size: 22px;
  color: #2BB741;
  line-height: 26px;
  max-width: 471px;
}

.pcf-t11 .tts .dropdown-box .title>.but {
  margin-left: auto;
}
.pcf-t11 .tts .dropdown-box .title>.but img{
  transform: rotate(-90deg);
}
.pcf-t11 .tts .dropdown-box.active .title>.but img{
  transform: rotate(0);
}

.pcf-t11 .tts .dropdown-box .content {
  height: 0;
  overflow: hidden;
  transition: .3s;
}
.pcf-t11 .tts .dropdown-box.active .content{
  height: auto;
  margin-top: 15px;
  transition: .3s;
}
.pcf-t11 .tts .dropdown-box .content {
  font-weight: 400;
  font-size: 22px;
  color: #808080;
  line-height: 26px;
}
.pcf-t11 .tts .dropdown-box .content a,
.pcf-t11 .tts .dropdown-box .content span{
  color: #FEE100;
  line-height: 26px;
  font-weight: 400;
  font-size: 22px;
  display: inline;
}
.pcf-t11 .tts .dropdown-box .content a:hover{
  text-decoration: underline;
}
.pcf-t12{
  padding: 80px 0;
  background: url(../../images/qt/a35.jpg) no-repeat;
  background-size: cover;
}
.pcf-t12 .container-xl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pcf-t12 .container-xl .left{
  width: 32.5%;
}
.pcf-t12 .container-xl .left > h5{
  font-size: 50px;
  color: #FFFFFF;
  line-height: 50px;
  font-weight: bold;
}
.pcf-t12 .container-xl .left > form{
  margin-top: 40px;
}
.pcf-t12 .container-xl .left > p{
  margin-top: 15px;
  font-weight: 400;
  font-size: 11px;
  color: #979797;
  line-height: 50px;
}
.pcf-t12 .container-xl .right{
  width: 50%;
}
.pcf-t12 .container-xl .right .up{
  padding-left: 44px;
  display: flex;
  justify-content: space-between;
}
.pcf-t12 .container-xl .right .up .cont1{
  width: 21%;
}
.pcf-t12 .container-xl .right .up .cont1 h5{
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 50px;
}
.pcf-t12 .container-xl .right .up .cont1 a{
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 34px;
  display: block;
  text-transform: uppercase;
}
.pcf-t12 .container-xl .right .up .cont1 a:hover{
  text-decoration: underline;
}
.pcf-t12 .container-xl .right .up .cont2{
  width: 29%;
}
.pcf-t12 .container-xl .right .up .cont2 h5{
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 50px;
}
.pcf-t12 .container-xl .right .up .cont2 > a{
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 23px;
  margin-bottom: 20px;
  display: block;
}
.pcf-t12 .container-xl .right .up .cont2 > div{
  display: flex;
  /* justify-content: space-between; */
  gap: 15px;
}
.pcf-t12 .container-xl .right .up .cont3{
  width: 21%;
}
.pcf-t12 .container-xl .right .up .cont3 .image{
  background: #90C222;
  border-radius: 8px;
  height: 59px;
  max-width: 106px;
  cursor: pointer;
}
.pcf-t12 .container-xl .right .up .cont3 .image > div{
  display: flex;
  width: 100%;
  height: 59px;
  max-width: 106px;
}
.pcf-t12 .container-xl .right .up .cont3 .image img{
  margin: auto;
}
.pcf-t12 .container-xl .right .up .cont3 p{
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
  max-width: 106px;
}
.pcf-t12 .container-xl .right > img{
  margin-left: 42px;
  margin-top: 100px;
  max-width: calc(100% - 42px);
}
.pcf-t12 .container-xl .right .down{
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pcf-t12 .container-xl .right .down p{
  font-weight: 400;
  font-size: 11px;
  color: #979797;
  line-height: 14px;
}


.pcf-t12 .form-feedback .form-control{
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #90C222;
  max-width: 298px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pcf-t12 .form-feedback .btn{
  font-size: 30px;
  line-height: 64px;
  padding-top: 0;
  padding-bottom: 0;
  max-width: 200px;
  border-radius: 8px;
  border: 0;
  background: #90C222;
  margin-top: 60px;
}

.was-validated .form-control:invalid, .form-control.is-invalid{
  border-color: #f5543f !important;
}


@media (max-width: 768px) {
  .other-title-one{font-weight:700!important}
  .banner.ny.pcf-t1 img{width:100%;height:auto;}
  .pcf-t1 .banner-text .box{padding: 15px;border-radius:20px;}
  .pcf-t1 .banner-text .box .page-title h1{font-size: 32px !important;line-height: 30px !important;}
  .pcf-t1 .banner-text .box .page-title p{font-size: 14px !important;line-height: 22px !important;}
  .pcf-t2{padding: 30px 0;}
  .pcf-t2 .t1{font-size: 20px;line-height: 32px;height: 32px;max-width:90%;}
  .pcf-t2 .t2{margin-top: 15px;}
  .pcf-t2 .t2 p{font-size: 16px;line-height: 22px;text-indent: 40px;}
  .pcf-t2 .t3{margin-top: 15px;}
  .pcf-t2 .t3 span{font-size:16px;max-width:180px;}
  .pcf-t3{padding: 30px 0;}
  .pcf-t3 .row{display:flex;justify-content:space-between;flex-wrap:nowrap;}
  .pcf-t3 .col-md-3{width:auto;}
  .pcf-t3 .col-md-3 > div > p:nth-child(1){font-size: 30px;line-height: 32px;}
  .pcf-t3 .col-md-3 > div > p:nth-child(1) span{font-size: 24px;line-height: 32px;}
  .pcf-t3 .col-md-3 > div > p:nth-child(2){font-size: 12px;line-height: 22px;}
  .pcf-t4{padding: 30px 0;}
  .pcf-t4 .title h5{font-size: 24px;line-height: 32px;padding-left: 20px;}
  .pcf-t4 .title h5::before{height: 32px;width:7px;}
  .pcf-t4 .title p{max-width: 90px;font-size: 14px;line-height: 22px;display:none;}
  .pcf-t4 .cont-t1{margin-top: 15px;overflow: hidden;display:flex;justify-content:space-between;}
  .pcf-t4 .cont-t1 > div{width:auto;}
  .pcf-t4 .cont-t1 > div p{font-size: 14px;line-height: 22px;bottom: 5px;position:relative;}
  .pcf-t4 .container-xl > .video{margin-top: 15px;}
  .pcf-t4 .container-xl > img{margin-top: 15px;}
  .pcf-t4 .container-xl > .video img{width:60px;height:60px;}
  .pcf-t4 .cont-t2{margin-top: 15px;}
  .pcf-t4 .cont-t2.mb .t1{font-size: 24px;line-height: 32px;text-align:left;padding-left: 20px;position:relative;margin-bottom:15px;}
  .pcf-t4 .cont-t2.mb .t1:before{height: 32px;width: 7px;position: absolute;content: "";background-color: #2BB741;left: 0;top: 0;display:block;}
  .pcf-t4 .cont-t2.mb .item{border:1px solid #dfdfdf;padding:15px;border-radius:15px;margin-bottom:15px;}
  .pcf-t4 .cont-t2.mb .item .img{width:100%;display:flex;justify-content:center;align-items:center;}
  .pcf-t4 .cont-t2.mb .item .t{font-size:18px;font-weight:600;}
  .pcf-t4 .cont-t2 .t2{margin-top: 15px;}
  .pcf-t4 .cont-t2 .t2 .col-md-4 > div p{font-size: 20px;line-height: 28px;padding-top: 20px;}
  .pcf-t4 .cont-t2 .t2 .col-md-4 > div .image{margin-top: 15px;padding: 15px 0;}
  .pcf-t4 .cont-t2 .t3{margin-top: 15px;text-indent: 40px;font-size: 16px;line-height: 22px;}
  .pcf-t5{padding: 0;}
  .pcf-t5 .title{padding: 15px;}
  .pcf-t5 .title h5{font-size: 24px;line-height: 32px;padding-left: 0px;}
  .pcf-t5 .title h5::before{height: 32px;display:none;}
  .pcf-t5 .title p{font-size: 14px;line-height: 22px;display:none;}
  .pcf-t5 .swiper-pagination{margin-top: 15px;display:none;}
  .pcf-t5 .mySwiper1 .swiper-button-next,
  .pcf-t5 .mySwiper1 .swiper-button-prev{width: 30px;height: 30px;background:transparent;border:2px solid #fff;}
  .pcf-t5 .swiper-button-next:after, 
  .pcf-t5 .swiper-button-prev:after{font-size: 20px;color:#fff;}
  .pcf-t6{padding: 30px 0;}
  .pcf-t6 .title{display:flex;align-items:center;}
  .pcf-t6 .title h5{font-size: 22px;line-height: 32px;padding-left: 20px;display:flex;align-items:center;}
  .pcf-t6 .title h5::before{height: 32px;width:7px;top:0;}
  .pcf-t6 .title p{font-size: 14px;line-height: 22px;display:none;}
  .pcf-t6 .linear{margin-top: 15px;}
  .pcf-t6 .down{margin-top: 15px;}
  .pcf-t6 .down .left{width: 100%;}
  .pcf-t6 .down .right{width: 100%;margin-top: 15px;}
  .pcf-t6 .down .right table{width:100%;}
  .pcf-t6 .down .right table tr td:nth-child(1){font-size:16px;line-height:24px;height:48px;}
  .pcf-t6 .down .right table tr td:nth-child(2){font-size:16px;line-height:24px;padding-left:10px;height:48px;}
  .pcf-t7{padding: 30px 0;}
  .pcf-t7 .title h5{font-size: 24px;line-height: 32px;padding-left: 20px;}
  .pcf-t7 .title h5::before{height: 32px;top:0;width:7px;}
  .pcf-t7 .title p{font-size: 12px;line-height: 22px;max-width: 110px;display:none;}
  .pcf-t7 .mySwiper2{margin: 0;margin-top: 15px;}
  .pcf-t7 .mySwiper2 .swiper-button-next, .pcf-t7 .mySwiper2 .swiper-button-prev{display:none;}
  .pcf-t7 .mySwiper2 .swiper-slide{padding: 15px;flex-wrap: wrap;}
  .pcf-t7 .mySwiper2 .swiper-slide .left{width: 100%;}
  .pcf-t7 .mySwiper2 .swiper-slide .right{width: 100%;margin-top: 15px;}
  .pcf-t7 .mySwiper2 .swiper-slide .left > div{width: 100%;}
  .pcf-t7 .mySwiper2 .swiper-slide .left .pcf7-box{display:flex;justify-content:space-between;}
  .pcf-t7 .mySwiper2 .swiper-slide .left .pcf7-t1{font-size:24px;font-weight:bold;}
  .pcf-t7 .mySwiper2 .swiper-slide .left .pcf7-left{width:50%;}
  .pcf-t7 .mySwiper2 .swiper-slide .left .pcf7-left img{width:50px;height:51px;}
  .pcf-t7 .mySwiper2 .swiper-slide .left .pcf7-left p{font-size:12px;line-height:18px;color:#666;margin-top:10px;}
  .pcf-t7 .mySwiper2 .swiper-slide .left .pcf7-right{width:50%;}
  .pcf-t7 .mySwiper2 .swiper-slide .left > div > p{font-size: 24px;line-height: 32px;}
  .pcf-t7 .mySwiper2 .swiper-slide .left > img{margin-top: 15px;margin-left: 0;}
  .pcf-t7 .mySwiper2 .swiper-slide .left > p{padding-left: 0;font-size: 14px;line-height: 22px;margin-top: 15px;}
  .pcf-t7 .swiper-pagination{margin-top: 15px;}
  .pcf-t7 .t1{margin-top: 15px;padding: 0;font-size: 16px;line-height: 22px;text-indent: 40px;}
  .pcf-t7 .down{padding: 0;margin-top: 15px;}
  .pcf-t7 .row{width:100%;display:flex;justify-content:space-between;flex-wrap:nowrap;padding:0;margin:0;}
  .pcf-t7 .down .col-md-4{width:33%;margin:0;padding:0;}
  .pcf-t7 .down .col-md-4 > div > div:nth-child(1){padding:15px 5px;border-radius: 0;}
  .pcf-t7 .down .col-md-4 > div > div:nth-child(2){display: none;}
  .pcf-t7 .down .col-md-4 > div > div:nth-child(1) p:nth-of-type(1){font-size: 18px;line-height: 24px;height:48px;}
  .pcf-t7 .down .col-md-4 > div > div:nth-child(1) img{margin-top: 15px;width:50px;height:50px;}
  .pcf-t7 .down .col-md-4 > div > div:nth-child(1) p:nth-of-type(2){margin-top: 15px;font-size: 12px;line-height: 16px;}
  .pcf-t7 .down .col-md-4:not(:first-child) > div > div:nth-child(1)::before{display: none;}
  .pcf-t8{padding: 30px 0;}
  .pcf-t8 .title{margin-bottom: 15px;}
  .pcf-t8 .title h5{font-size: 24px;line-height: 32px;padding-left: 20px;}
  .pcf-t8 .title p{font-size: 14px;line-height: 22px;display:none;}
  .pcf-t8 .cont{margin-bottom: 15px;padding-left: 0;padding-right: 0;flex-wrap: wrap;}
  .pcf-t8 .cont .image{order: 1 !important; width: 100%;}
  .pcf-t8 .cont .text{order: 2 !important;margin-top: 15px;width: 100%;}
  .pcf-t8 .cont .text .t2{margin-top: 15px;}
  .pcf-t8 .title h5::before{height:32px;width:8px;}
  .pcf-t8 .cont .text .t2 h5, .pcf-t8 .cont .text .t2 p{font-size: 14px;line-height: 22px;text-indent: 30px;}
  .pcf-t8 .cont:nth-child(2n) .text .t1 p:nth-child(2){font-size: 24px;line-height: 32px;}
  .pcf-t8 .cont:nth-child(2n) .text .t1 p:nth-child(1) span:nth-child(1){font-size: 24px;line-height: 32px;}
  .pcf-t8 .cont:nth-child(2n) .text .t1 p:nth-child(1) span:nth-child(2){font-size: 24px;line-height: 32px;}
  .pcf-t8 .cont:nth-child(2n+1) .text .t1 p:nth-child(1){font-size: 24px;line-height: 32px;}
  .pcf-t8 .cont:nth-child(2n+1) .text .t1 p:nth-child(2) span:nth-child(1){font-size: 24px;line-height: 32px;}
  .pcf-t8 .cont:nth-child(2n+1) .text .t1 p:nth-child(2) span:nth-child(2){font-size: 24px;line-height: 32px;}
  .pcf-t9{padding: 30px 0;}
  .pcf-t9 .container-xl.mb{padding:0;margin:0;}
  .pcf-t9 .container-xl.mb .mySwiper5 .swiper-slide{position:relative;}
  .pcf-t9 .container-xl.mb .mySwiper5 .swiper-slide .text{position:absolute;border-radius:15px; width:70%;padding:8px; color:#fff; bottom:10px;right:15px;background-color: rgba(255, 255, 255, 0.2);backdrop-filter: blur(30px) brightness(90%);}
  .pcf-t9 .container-xl.mb .mySwiper5 .swiper-slide .text .zt1{font-size:18px;line-height:32px;border-bottom:1px solid #2bb741;margin-bottom:10px;}
  .pcf-t9 .container-xl.mb .mySwiper5 .swiper-slide .text p{font-size:14px;line-height:18px;}
  .pcf-t9 .mySwiper5{
  position: relative;
  overflow: hidden;
  }
  .pcf-t9 .mySwiper5 .swiper-slide>img{user-select: none;}
  .pcf-t9 .mySwiper5 .swiper-button-next, 
  .pcf-t9 .mySwiper5 .swiper-button-prev{
    color: #2bb741;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* backdrop-filter: blur(10px) brightness(90%); */
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
  }
  .pcf-t9 .swiper-pagination{
    margin-top: 45px;
    position: static;
  }
  .pcf-t9 .swiper-pagination .swiper-pagination-bullet{
    width: 39px;
    height: 7px;
    border-radius: 0;
  }
  .pcf-t9 .mySwiper5 .swiper-button-next,
  .pcf-t9 .mySwiper5 .swiper-button-prev{width: 30px;height: 30px;background:transparent;border:2px solid #fff;top:50%;}
  .pcf-t9 .swiper-button-next:after, 
  .pcf-t9 .swiper-button-prev:after{font-size: 20px;color:#fff;}

  .pcf-t9 .title{padding-left: 0;}
  .pcf-t9 .title h5{font-size: 24px;line-height: 32px;padding-left: 20px;}
  .pcf-t9 .title h5::before{height: 32px;width:8px;}
  .pcf-t9 .row{margin-top: 15px;}
  .pcf-t9 .t1{padding: 15px;margin-top: 15px;background:linear-gradient(to right, #2ab541,#249b46);}
  .pcf-t9 .t1 h5{font-size: 24px;line-height: 32px;padding-left: 20px;}
  .pcf-t9 .t1 h5::before{height: 32px;width:8px;}
  .pcf-t9 .t1 p{font-size: 14px;line-height: 22px;display:none;}
  .pcf-t9 .row .col-md-3 > div .img{overflow:hidden;height:135px;}
  .pcf-t9 .row .col-md-3 > div > p{font-size:12px;line-height:14px;padding:5px 5px 5px 30px;position:relative;background:#000000;border-radius:0 0 15px 15px;height:100px;}
  .pcf-t9 .row .col-md-3 > div > p::before{font-size:20px;display:block;top:5px;left:5px;}
  .w-accor2 li .dec_ar > div{padding: 15px;bottom: 5px;right: 5px;border-radius: 0px;}
  .w-accor2 li .dec_ar > div p:nth-child(1){font-size: 24px;line-height: 32px;padding-bottom: 15px;}
  .w-accor2 li .dec_ar > div p:nth-child(2){line-height: 22px;font-size: 14px;}
  .w-accor2 li .dec_ar > img:nth-child(1){top: 5px;left: 5px;width: 30px;height: 30px;}
  .w-accor2 li .dec_ar > img:nth-child(2){top: 5px;right: 10px;width: 30px;height: 24px;}
  .pcf-t10{padding: 0 0 30px 0;}
  .pcf-t10 .title{padding-left: 0;}
  .pcf-t10 .title h5{font-size: 24px;line-height: 32px;padding-left: 20px;margin-bottom:15px;}
  .pcf-t10 .title h5::before{height: 32px;width:8px;}
  .pcf-t10 .container-xl > img{margin-top: 15px;}
  .pcf-t11{padding: 0 0 30px 0;}
  .pcf-t11 .title{padding-left: 0;}
  .pcf-t11 .title h5{font-size: 24px;line-height: 32px;padding-left: 20px;}
  .pcf-t11 .title h5::before{height: 32px;width:8px;}
  .pcf-t11 .container-xl > p{margin-top: 15px;font-size: 14px;line-height: 22px;padding-left: 20px;}
  .pcf-t11 .tts{margin-top: 15px;flex-wrap: wrap;}
  .pcf-t11 .tts .tt{width: 100%;}
  .pcf-t11 .tts .dropdown-box .title{height: auto;}
  .pcf-t11 .tts .dropdown-box>div{padding: 15px;}
  .pcf-t12{padding: 30px 0;}
  .pcf-t12 .container-xl .left{width: 100%;}
  .pcf-t12 .container-xl .right{width: 100%;margin-top: 15px;}
  .pcf-t12 .container-xl .left > h5{font-size: 24px;line-height: 32px;}
  .pcf-t12 .container-xl .left > form{margin-top: 15px;}
  .pcf-t12 .form-feedback .btn{margin-top: 0;line-height: 50px;}
  .pcf-t12 .container-xl .left > p{margin-top: 0;line-height: 22px;}
  .pcf-t12 .container-xl .right .up{flex-wrap: wrap;padding-left: 0;}
  .pcf-t12 .container-xl .right .up .cont1{width: 50%;}
  .pcf-t12 .container-xl .right .up .cont2{width: 50%;}
  .pcf-t12 .container-xl .right .up .cont1 h5{font-size: 20px;line-height: 28px;}
  .pcf-t12 .container-xl .right .up .cont1 a{line-height: 22px;}
  .pcf-t12 .container-xl .right .up .cont2 h5{font-size: 20px;line-height: 28px;}
  .pcf-t12 .container-xl .right .up .cont2 > a{line-height: 22px;margin-bottom: 15px;word-wrap: break-word;}
  .pcf-t12 .container-xl .right .up .cont3{display: none;}
  .pcf-t12 .container-xl .right > img{margin: 0;margin-top: 15px;max-width: 100%;}
  .pcf-t12 .container-xl .right .down{margin-top: 15px;}

  .pcf-t10 .mySwiper4{
  position: relative;
  overflow: hidden;
  }
  .pcf-t10 .mySwiper4 .swiper-slide>img{user-select: none;}
  .pcf-t10 .mySwiper4 .swiper-button-next, 
  .pcf-t10 .mySwiper4 .swiper-button-prev{
    color: #2bb741;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* backdrop-filter: blur(10px) brightness(90%); */
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
  }
  .pcf-t10 .swiper-pagination{
    margin-top: 45px;
    position: static;
  }
  .pcf-t10 .swiper-pagination .swiper-pagination-bullet{
    width: 39px;
    height: 7px;
    border-radius: 0;
  }
  .pcf-t10 .mySwiper4 .swiper-button-next,
  .pcf-t10 .mySwiper4 .swiper-button-prev{width: 30px;height: 30px;background:transparent;border:2px solid #fff;top:55%;}
  .pcf-t10 .swiper-button-next:after, 
  .pcf-t10 .swiper-button-prev:after{font-size: 20px;color:#fff;}
}