/*#region 通用*/
body { color: #333; font-size: 14px;  font-family: 'Poppins', sans-serif; }
a{color:#333;}
a:hover{color: #ed7902;}
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 { padding:30px 0; background: #fff;margin-bottom: 40px; }
.bghui{background: #f3f3f3;}
.bghuang{background: #ff8a00;}
.bgbai{background: #fff}
.container-17{max-width: 1730px;width: 100%;padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}
@media(max-width:768px) {
    .main-container { padding-top: 20px; padding-bottom: 20px;  }
}
/*#endregion*/

.header {z-index: 999;width: 100%;}
.header-top{background: #0095d9; }
.header-top .top-box {display: flex;justify-content: space-between;align-items: center;}
.header-top .top-box .left{display: flex;color: #fff;font-size: 14px;line-height: 24px;border-right: 1px solid #067fb6;}
.header-top .top-box .left .item{padding-top: 10px;padding-bottom: 10px;}
.header-top .top-box .left .item a{color: #fff;}
.header-top .top-box .left .item a:hover{text-decoration:underline;}
.header-top .item-addr{border-right: 1px solid #1facec;display: flex;align-items: center;padding-right: 20px;}
.header-top .item-addr:after{content: "";background: url(../../images/toptb1.png) no-repeat;width: 36px; height: 36px; margin-left: 10px;}
.header-top .item-tel{border-right: 1px solid #1facec;border-left: 1px solid #067fb6; display: flex;align-items: center;padding-right: 40px;padding-left: 40px;}
.header-top .item-tel:after{content: "";background: url(../../images/toptb2.png) no-repeat;width: 36px; height: 36px; margin-left: 10px;}
.header-top .item-time{border-right: 1px solid #1facec;border-left: 1px solid #067fb6; display: flex;align-items: center;padding-right: 40px;padding-left: 40px;}
.header-top .item-time:after{content: "";background: url(../../images/toptb3.png) no-repeat;width: 36px; height: 36px; margin-left: 10px;}
.header-top .top-box .right{display: flex;justify-content: flex-end;}
.social{ margin-left: 20px; }
.header-top .social span { border-radius: 0;padding-top: 10px; padding-bottom: 15px;}
.header-top .social span:first-child { background: url(../../images/social-facebookbg.png) no-repeat center !important }
.header-top .social span:nth-child(2n) { background: url(../../images/social-twitterbg.png) no-repeat center !important }
.header-top .social span:nth-child(3n) { background: url(../../images/social-linkedinbg.png) no-repeat center !important }
.header-top .social span:nth-child(4n) { background: url(../../images/social-youtubebg.png) no-repeat center !important }

.header-bottom{background-image: linear-gradient(#cdcdcd, #ffffff);padding-top: 25px;padding-bottom: 25px;}
.header-bottom .topnav{display: flex;justify-content: flex-end;}

.header-bottom.fadeInDown{position: fixed;top: 0;right: 0;left: 0;z-index: 999;width: 100%;padding:5px 0;}


.navbar { padding: 0px;position: relative; z-index: 9999;}
.navbar-custom { top: 0; z-index: 2; justify-content: end; }
.navbar-custom .navbar-nav > .nav-item { font-size: 16px; }
.navbar-custom .navbar-nav .nav-item { margin: 0 6px; padding: 8px 0; }
.navbar-custom .navbar-nav .nav-link { padding: 0.4rem 0.6rem; text-align: center; color:#4b4b4b; font-size: 17px; line-height: 36px; border-radius: 25px; overflow: hidden; display: flex;justify-content: center; }
.navbar-custom .navbar-nav .nav-link:hover, .navbar-custom .navbar-nav .nav-link:focus {color: #fff;background: #ed1c24;transition: 0.3s all;  }
.navbar-custom .navbar-nav .nav-link.disabled { color: rgba(0, 0, 0, 0.3); }
.navbar-custom .navbar-nav .show > .nav-link,
.navbar-custom .navbar-nav .active > .nav-link,
.navbar-custom .navbar-nav .nav-link.show,
.navbar-custom .navbar-nav .nav-link.active { color: #fff;background: #ed1c24; }
.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-custom .navbar-nav .nav-item:hover .nav-link{color: #fff;background: #ed1c24; transition: 0.3s all;}


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

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

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

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

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

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

.menu-horizontal-child {  display: flex; flex-wrap: wrap; }
.menu-horizontal-child .nav-item-child{display: flex;align-items: center;position: relative;margin: 2px 10px 5px 0;}
.menu-horizontal-child .nav-link-child { color: #333;font-size: 14px;line-height: 31px; padding: 5px 20px;border: 1px solid #0095d9; overflow: hidden;}
.menu-horizontal-child .nav-link-child:hover,.menu-horizontal-child .nav-link-child.active{color: #fff;background: #0095d9; transition: all 0.3s;}

.nynav-about{padding-right: 30px;}
.nynav-about-title{font-size: 20px;color: #fff;padding: 12px;background: #0095d9;}
.menu-horizontal-about .nav-item-about {  display:block ; border-bottom: 1px solid #d9d9d9;}
.menu-horizontal-about .nav-item-about:last-child{border-bottom: 0px;}
.menu-horizontal-about .nav-link-about {width: 100%; padding: 12px 20px; color: #494949;display: block;text-align: left;  font-size: 16px;  }
.menu-horizontal-about .nav-link-about:before { content: "\f324"; font-family: cmsfont;font-size: 0.75rem; margin-right: 5px; color: #787878}
.menu-horizontal-about .nav-link-about.active,.menu-horizontal-about .nav-link-about:hover {color: #0095d9;  }
.menu-horizontal-about .nav-link-about.active:before,.menu-horizontal-about .nav-link-about:hover:before{color: #0095d9; }

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

/*#region 位置导航*/
.ny-crumb{padding: 20px 0 0;}
.page-title { display: -ms-flexbox; display: flex; color: #0075aa;padding-bottom: 20px; justify-content: flex-start; align-items: center;border-bottom: 1px solid    #e1dfdf;}
.page-title a{color: #0075aa;}
.page-title a:hover{text-decoration: underline;}
.page-title .breadcrumb { justify-content: center; }
.breadcrumb-item + .breadcrumb-item::before { color: #2f2f2f;font-family: cmsfont; content: "\f054";font-size: 10px;  }
.page-title .breadcrumb:before { font-family: cmsfont; content: "\f016"; margin-right: 0.25rem; color: #0075aa}


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

/*#region 底部*/
.foot-top{clear:both;background: #ed1c24;margin-top: 70px; display: flex;justify-content: space-between;padding: 25px 60px;align-items: center;position: relative;}
.foot-top .text:before{content: "";width: 110px;height: 156px;background: url(../../images/footimg1.png) no-repeat; position: absolute; bottom: 0;left: 60px;}
.foot-top .text{font-size: 18px;color: #fff;padding-left: 130px;}
.foot-top .anniu{border: 3px solid #fff; text-align: center;font-size: 20px; color: #fff;padding: 10px 50px;}

footer {  background: #0095d9; color:#fff;font-size:16px;line-height:25px;}
footer .foot-md{background: #007cb5;padding: 30px;}
footer .foot-md .form-group{margin-bottom: 0;}
footer .foot-bottom{padding: 50px 0 40px;}
footer .foot-bottom .foot-logo{margin-bottom:35px;}
footer .foot-bottom .h3{font-size: 24px;line-height: 25px;margin-bottom:30px;font-weight:bold;}
footer .foot-bottom .col-md-4 .list{display:flex;flex-wrap:wrap;}
footer .foot-bottom .col-md-4 .list li{width:50%;}
footer .foot-bottom .list li a{font-size:16px;line-height:26px;color:#fff;}
footer .foot-bottom .list li a:hover{text-decoration:underline;}
footer .foot-bottom .list li :before{content:">";margin-right:8px;display:inline-block;}
footer .foot-bottom .addr{display:flex;margin-bottom:24px;}
footer .foot-bottom .addr i{font-size:20px;min-width:20px;width:20px;margin-right:24px;line-height:28px;}
footer .foot-bottom .addr a:hover{text-decoration:underline;}

footer .bottom{background:#007cb5;padding:15px 0;}
footer .bottom .container-xl{display: flex;justify-content: center;align-items: center;}

@media(max-width:768px) {
    footer { font-size:14px;line-height:22px;}
    footer .foot-bottom{padding: 25px 0 20px;}
    .foot-top{margin-top:25px;padding:20px 15px;display:block;}
    .foot-top .text{padding-left:80px;font-size:14px;}
    .foot-top .text:before{left:10px;width:80px;height:113px;background-size:cover;}
    .foot-top .anniu{border:2px solid #fff;font-size:16px;padding:8px 30px;margin-left:80px;display:inline-block;margin-top:15px;}

    footer .foot-bottom .h3{font-size:18px;}
    footer .foot-bottom .list li a{font-size:14px;line-height:22px;}
    footer .foot-bottom .addr{margin-bottom:15px;}
}
/*#endregion*/

/*#region 首页*/
.banner{position: relative;color: #fff;display: flex;justify-content: flex-end;}
.banner .banner-text{align-items: flex-start;}
.banner .banner-text .container-xl{display: flex;justify-content: flex-end;padding-top: 65px;}
.banner-textbox{width: 38%;color: #2c1919;}
.banner-textbox h3{font-size: 30px;line-height: 36px;text-align: left; margin-bottom: 20px;border-left: 6px solid #ed1c24;padding-left:10px;font-weight: bold;}
.banner-textbox .p1{font-size: 24px;line-height: 24px; margin-bottom: 20px;}
.banner-textbox .p2{font-size: 18px;line-height: 36px;text-align: left; margin-bottom: 45px;}
.banner-textbox .list{display: flex;width: 90%;}
.banner-textbox .list .item{width: 30%;text-align: center;}
.banner-textbox .list .item h5{font-size: 15px;line-height: 16px;text-align: center;margin-top: 10px;}
.banner-textbox .more-box{display: flex;justify-content: center;margin-top: 47px;width: 90%;}
.banner-textbox .more{padding: 10px 30px;background: #ed1c24;display: inline-block;margin: 0 auto; border-radius: 25px;font-size: 18px;}
.banner-textbox .more:hover{color: #fff;text-decoration: underline;}

.home-title{font-size: 36px;color: #000000;font-weight: bold; line-height: 60px;display: block;}
.home-title a{color: #000000;}
.home-desc{font-size: 16px;color: #646464;line-height: 24px;margin-bottom: 30px;}

.home-about{display: flex;background: #f9f9f9;flex-wrap: wrap;}
.home-about .left{width: 60%;padding: 0px;display:flex;justify-content:flex-end;align-items:center;position:relative;}
.home-about .left .box{width:78%;padding-right:70px;}
.home-about .left h1,.home-about .left .aboutsy-title{font-size: 36px;color: #000000;margin-bottom: 8px;font-weight: bold;}
.home-about .left h4{font-size: 24px;color: #646464;margin-bottom: 8px;}
.home-about .left p{font-size: 17px;color: #000000;line-height: 32px;margin-bottom: 30px;}
.home-about .left  .more-a{background: #ed1c24;margin-left: 50px; padding: 8px 35px;border-radius: 10px;overflow: hidden;font-size: 20px;color: #ffffff;}
.home-about .right{width: 40%;}

.home-profl{padding:45px 0;background:#fff;}
.home-profl .t1{font-size:36px;line-height:20px;margin-bottom:35px;font-weight:bold;}
.home-profl .profl-qh{border-top:1px solid #dddddd;border-bottom:1px solid #dddddd;padding:45px 50px;position:relative;}
.home-profl .profl-qh .box{padding-right:30px;}
.home-profl .profl-qh .box .t2{font-size:30px;margin-bottom:25px;font-weight:bold;}
.home-profl .profl-qh .box p{font-size:20px;line-height:30px;display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;}
.home-profl .profl-qh .box .more{display:inline-block;font-size:20px;color:#fff;background:#ed1c24;padding:10px 40px;border-radius:30px;overflow:hidden;margin-top:35px;}
.home-profl .profl-qh .box .more:hover{text-decoration:underline;}
#swiper-pagination-profl{display:flex;justify-content:center;width:100%;}
#swiper-pagination-profl .swiper-pagination-bullet{display:block;width:11px;height:11px;margin:5px 3px;}

.home-service{margin-bottom: 20px;}
.home-service .col-md-6{background: #0095d9;}
.home-service .right{color: #fff; padding: 20px 120px 0 30px;}
.home-service .right h3{font-size: 26px;font-weight: bold;margin-bottom: 15px;}
.home-service .right h3 a{color: #fff;}
.home-service .right h3 a:hover{text-decoration: underline;}
.home-service .right p{font-size: 18px;line-height: 30px;width: 100%;}
.home-service .right .img{text-align: center;}
.home-service .right .text{text-align: center;margin-top: 15px;}
.home-service .right .row{margin-top: 20px;}
.home-service .more{font-size:20px;display:inline-block;background:#ed1c24;border-radius:30px;overflow:hidden;margin-top:30px;padding:10px 35px;color:#fff;}
.home-service .box{text-align:center;display:inline-block;}

.home-pro{padding-top:50px;}
.home-pro .container-xl{max-width:1630px;}
.home-pro .prolist-qh{position:relative;padding:0 110px;}
.home-pro .pro-box{ display: flex;flex-wrap: wrap; margin-bottom: 30px;}
.home-pro .pro-box .img{width: 50%;border: 1px solid #5ea0bf;}
.home-pro .pro-box .text{width: 50%; background: #f6f6f6;padding: 50px 50px 0 50px; }
.home-pro .pro-box .text h4{font-size: 14px;color: #464545; margin-bottom: 15px; line-height: 20px;isplay: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;white-space: normal !important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;  }
.home-pro .pro-box .text h4 a{font-size: 14px;color: #464545;font-weight: bold;}
.home-pro .pro-box .text h4:hover a{color: #ef1318; transition: all 0.3s;}
.home-pro .pro-box .text p{font-size: 14px;color: #464545;line-height: 24px;margin-bottom: 15px;display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;}
.home-pro .pro-box .more{background: #ef1318; padding: 5px 30px; display: inline-block;border-radius: 10px;overflow: hidden;font-size: 14px;color: #fff; }
.prolist-qh .swiper-button-prolist{width:70px;height:70px;display:flex;align-items:center;justify-content:center;border:1px solid #0095d9;}
.prolist-qh .swiper-button-prolist:after{font-size:17px; color:#0095d9;}

.home-app{padding-bottom: 20px;}
.home-app .app-box .img{overflow: hidden;}
.home-app .app-box{margin-bottom: 20px; border-radius: 10px;overflow: hidden;}
.home-app .app-box h4,.title-workshopsy{background: #0095d9; text-align: center;}
.home-app .app-box h4 a,.title-workshopsy{font-size: 18px;color: #fff;line-height: 42px;display: block;}
.home-app .app-box:hover h4{background: #ce000c;transition: all 0.3s;}
.home-app .app-box:hover h4 a{color: #fff;transition: all 0.3s;}
.home-app .app-box:hover .img img{transform: scale(1.1);transition: all 0.3s;}

.home-news{background: #f0f0f0;padding-top: 30px;padding-bottom: 40px;}
.home-news h3{font-size: 22px;color: #fff;font-weight: bold;margin-bottom: 20px;}
.home-news .news-box{background: #ffffff;padding: 12px; height: 440px;}
.home-news .news-box .img{border: 1px solid #ebebeb;margin-bottom: 18px;height: 282px;
    display: flex;
    align-items: center;
    overflow: hidden;}
.home-news .news-box h4,.home-news .newtitle-shouye{font-size: 17px;color: #2a2a2a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom: 8px;}
.home-news .news-box h4 a,.home-news .news-box .newtitle-shouye a,.newtitle-shouye a{color: #2a2a2a;}
.home-news .news-box h4 a:hover,.home-news .news-box .newtitle-shouye a:hover,.newtitle-shouye:hover{color: #ce000c;transition: all 0.3s;}
.home-news .news-box p{font-size: 14px;color: #989898;margin-bottom: 10px; display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.home-news .news-box time{color: #4e4e4e;line-height: 16px;font-size: 14px;display: flex;align-items: center;margin-bottom: 20px;}
.home-news .news-box time:before{width: 16px;height: 16px;display: inline-block;margin-right: 10px;content: "";background: url(../../images/timetb.jpg) no-repeat center;}

.home-news .faq-box{background: #ffffff;padding: 22px;height: 440px;}
.home-news .faq-box .faq-q{border: 1px solid #e9e9e9;padding: 10px;display: flex;align-items: center;}
.home-news .faq-box .faq-q .q{background: #ff4400;width: 27px;min-width: 27px; height: 27px;font-size: 16px;color: #fff;text-align: center;border-radius: 5px;overflow: hidden;margin-right: 10px;}
.home-news .faq-box .faq-q .text{font-size: 17px;color: #2a2a2a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.home-news .faq-box .faq-a{font-size: 14px;color: #9b9b9b; margin-bottom: 15px;margin-top: 15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

@media(max-width:1680px) {
    .home-about .left .box{width:90%;padding-right:70px;}

}

@media(max-width:1500px) {
  #swiper-pagination-profl{right:0;}
  .home-about .left .box{width:100%;padding-right:40px;}
    .foot-bottom-box .left .foot-nav a{margin-right: 10px;}
    .home-service .right{padding: 20px 40px 20px 30px;}
    .home-about .left{width: 50%;padding: 15px;}
    .home-about .right{width: 50%;}
    .navbar-custom .navbar-nav .nav-link{padding: 0.4rem 0.4rem;}
    .navbar-custom .navbar-nav .nav-item{margin: 0 5px;min-width: 70px;}
    .home-about .left span{display: block;margin-bottom: 10px;}
    .home-about .left .more-a{margin-left: 0;}
    .home-about .left p{margin-bottom: 10px;font-size:16px;line-height:24px;}

    .home-pro .pro-box .text{padding-top:25px;}
}


@media(max-width:768px) {
  .banner{display:block;}
    .banner .banner-text{position:relative;top:inherit;left:inherit;right:inherit;bottom:inherit;background:#c7e2f7;padding:20px 0px;width:100%;}
    .banner-textbox{width:100%;}
    .banner-textbox h3{font-size:24px;line-height:32px;}
    .banner-textbox .p2{font-size:14px;line-height:22px;margin-bottom:15px;}
    .banner .banner-text .container-xl{padding-top:10px;}
    .banner-textbox .list{width:100%;justify-content:space-between;}
    .banner-textbox .more-box{justify-content:flex-start;margin-top:20px;width:100%;}
    .banner-textbox .more{margin:0;font-size:16px;line-height:20px;}

    .home-about .left h1{font-size: 22px;}
    .home-about .left h4{font-size: 18px;}
    .home-about .left p{font-size: 14px;line-height: 22px;}
    .home-about{display: block;}
    .home-about .left{width: 100%;padding: 20px;}
    .home-about .right{width: 100%;}
    .home-about .left img{width: 100%;height: auto;margin-bottom: 30px;}
    .home-about .left  .more-a{margin-left: 0;width: 100%;font-size:16px;}

    .home-about .left .box{padding-right:0;background:#fff;padding:20px 15px;}
    .home-about .left .box .more img{mix-blend-mode: multiply!important;}

    .home-service .right .row{margin-top: 20px;}
    .home-service .right{padding: 15px;}
    .home-service .right .text{margin-bottom: 15px;margin-top: 10px;}

    .home-pro .pro-box .img{width: 100%;}
    .home-pro .pro-box .text{width: 100%; padding: 15px; }
    .home-news .news-box{ height: auto;margin-bottom: 20px;}
    .home-news .faq-box{height: auto;}
.home-news .news-box .img{height: auto;display:block;}

    .home-title{font-size: 22px;line-height: 40px;margin-bottom:15px;text-align:center;}
    .why-desc p{font-size: 15px;line-height: 22px;text-align:center;}
    .home-service .right h3{font-size: 22px;}
    .home-service .right p{font-size: 15px;line-height: 22px;width: 100%;}

    .home-profl .t1{font-size:22px;line-height:40px;}
    .home-profl{background:#f4f4f4;}
    .home-profl .profl-qh .box .t2{font-size:18px;margin-bottom:15px;}
    .home-profl .profl-qh .box p{font-size:14px;line-height:22px;-webkit-line-clamp: 3;}
    .home-profl .profl-qh{padding:20px 15px 40px;border-top:0;border-bottom:0;background:#fff;}
    .home-profl .profl-qh .box{padding-right:0;}
    .home-profl .profl-qh .box .more{font-size:16px;padding:8px 30px;}
    .home-profl .profl-qh .img{margin-top:25px;}

    #swiper-pagination-profl{right:0;top:inherit;bottom:10px;display:flex;justify-content:center;width:100%;}
    #swiper-pagination-profl .swiper-pagination-bullet{display:inline-block;width:8px;height:8px;margin:0 3px;}
    .swiper-pagination-bullet{display:inline-block;width:8px;height:8px;margin:0 3px;}

    .home-service-mb{background:#f4f4f4;padding-bottom:25px;}
    .home-service .right .img img{width:60px;height:60px;}
    .home-service .more{font-size:16px;padding:8px 35px;}

    .home-pro{}
    .home-pro .prolist-qh{padding:0 0 30px;}
    .home-pro .pro-box .text h4{display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
    .home-pro .prolist-qh .row{margin-left:-7px;margin-right:-7px;}
    .home-pro .prolist-qh .row .col-6{padding-left:7px;padding-right:7px;}
    .home-pro .pro-box{margin-bottom:15px;}
    .home-pro .prolist-qh #swiper-pagination-prolist{width:100%;display:flex;align-items:center;justify-content:center;bottom:15px;}

    .why-choose-mb{background:#f4f4f4;padding:20px 0;}

    .home-app-mb{background:#fff;padding:20px 0 5px;}
    .home-app-mb .row{margin-left:-7px;margin-right:-7px;}
    .home-app-mb .row .col{padding-left:7px;padding-right:7px;}
    .home-app .app-box{margin-bottom:15px;}

    .home-news .news-box time{margin-bottom:0;}
}


/*#endregion*/

/*#region 文章单页*/
/*#region about wrapper*/
.ny-banner{background: #0095d9;padding: 30px 0;}
.ny-title{font-size: 36px; color: #fff;line-height: 46px; }

.about-wrapper {  }
.about-wrapper .title{font-size: 30px;color: #000000; margin-top: 15px;margin-bottom: 20px;}
.about-wrapper p{font-size: 17px;color: #363636;line-height: 30px;margin-bottom: 15px;}
.about-wrapper .imgx{margin-bottom: 15px;border-radius: 10px;overflow: hidden;}
.com-title{font-size: 30px;color: #000000;margin-top: 20px;margin-bottom: 20px;}
.about-wrapper .abhis-box{display: flex;align-items: center;}
.about-wrapper .abhis-box .left{width: 15%;background: #0095d9;min-height: 90px;display: flex;align-items: center;justify-content: center;font-size: 24px;color: #fff;font-weight: bold;}
.about-wrapper .abhis-box .right{width: 85%;background: #f7f7f7;min-height: 90px;position: relative;display: flex;align-items: center; padding-left: 30px;padding-right: 30px;font-size: 16px;}
.about-wrapper .abhis-box .right p{display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;font-size: 16px;line-height: 21px;margin-bottom: 0;}
.about-wrapper .abhis-box .right:after{content: "";border-top: 10px solid transparent;border-right: 10px solid transparent;border-bottom: 10px solid transparent;border-left: 10px solid #0095d9;position: absolute;left: 0;}
.about-wrapper .abhis-box:nth-child(2n) .right{background: #ededed;}

.service-wrapper h2{font-size: 24px;color: #0880b7;line-height: 36px;margin-bottom: 5px;}
.service-wrapper img{margin-bottom: 15px;max-width: 100%;height: auto;}
.service-wrapper p{font-size: 18px;color: #3a3a3a;line-height: 36px;margin-bottom: 35px;}

@media(max-width:768px) {
    .about-wrapper .abhis-box{background: #0095d9;}
    .about-wrapper .abhis-box .left{width: 25%;}
    .about-wrapper .abhis-box .right{width: 75%;padding-top: 10px;padding-bottom: 10px;}
    .about-wrapper .abhis-box .right p{display: block;}
}

.reviews-box .item{border-bottom: 1px dashed #bebebe;margin-bottom: 45px;padding: 0 0 40px;}
.reviews-box .customer{display: flex;align-items: center;font-size: 16px;margin-bottom: 8px;}
.reviews-box .customer span{margin-left: 20px;margin-right: 8px;}
.reviews-box .xx{display: flex;align-items: center;font-size: 16px;margin-bottom: 8px;font-weight: bold;}
.reviews-box .xx span{margin-right: 10px;}
.reviews-box .content{font-size: 16px;line-height: 24px;}
.reviews-box .content p{margin-bottom: 8px;}

@media(max-width:768px) {
    .reviews-box{padding: 15px;}
    .reviews-box .item{padding: 0 15px 25px;margin-bottom: 25px;}
    .reviews-box h2{font-size: 22px;}
    .reviews-box .content{font-size: 14px;line-height: 20px;}
	.reviews-box .content img{max-width:100%;height:auto}
}


/*#region contact-wrapper*/
.contact-wrapper { padding:40px 0px; }
.contact-wrapper h3 {  color: #575757; font-size: 22px; font-weight: bold; }
.contact-wrapper h4 {  color: #575757; font-size: 22px; font-weight: bold; }
.contact-wrapper p { margin-bottom: 8px; color: #494949; font-size: 1rem; }
.contact-wrapper i{width: 16px;margin-right: 5px;display: inline-block;}
.contact-wrapper .contact-img img { width: 100%; height: auto }
.contact-wrapper .fktitle{margin-bottom: 30px;}
.contact-wrapper .contact-content{margin-top: 50px;}

.contact-wrapper .form-feedback .btn { color: #fff; background: #ce0910 }
.contact-wrapper .form-feedback .form-control { padding: 1.3rem .75rem;  }

@media(max-width:768px) {
    .ny-title{font-size: 26px;line-height: 30px;}
    .contact-wrapper .contact-content{margin-top: 20px;}
}

/*#endregion*/

/*#region 产品列表*/
.pro-wrapper { background: #fff; }
.nypro-desc{font-size: 18px;line-height: 24px;color: #000;margin-bottom: 20px;}
.pro-wrapper .pro-box{margin-bottom: 10px;}
.pro-wrapper .pro-box .pro-img{border: 1px solid #64a3c1;height: 327px;
    display: flex;
    align-items: center;
    justify-content: center;}
.pro-wrapper .pro-box .title{ font-size: 16px;font-weight: bold; line-height: 20px; margin-top: 5px;  color: #000;margin-bottom: 5px;text-align: center; height: 40px;display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.pro-wrapper .pro-box .title a{color: #000;}
.pro-wrapper .pro-box .title a:hover{color: #ce000c;transition: all 0.3s;}
.pro-wrapper .pro-box .desc{font-size: 14px;color: #000000;line-height: 24px;margin-bottom: 20px;text-align: center;display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}

@media(max-width:768px) {
    .nypro-desc{width: 90%;margin: 20px auto;}
.pro-wrapper .pro-box .pro-img{height: 160px;
    }
}
/*#endregion*/

.profl-desc{font-size: 15px;line-height: 22px;color: #fff;}
@media(max-width:768px) {
  .profl-desc{font-size:14px;line-height:20px;margin-top:10px;}

}

/*#region 文章列表*/
/*#region news list*/
.news-wrapper {}
.news-wrapper .news-col { padding: 20px; margin-bottom: 30px;display: flex;justify-content: space-between;flex-wrap: wrap; background: #fff;border: 1px solid #e9e9e9; box-shadow: 4px 4px 8px #f9f9f9; }
.news-wrapper .news-col .img{width: 20%; display: block;justify-content: center;align-items: center;border: 1px solid #cedae4;}
.news-wrapper .news-col .text{width: 80%;padding-left: 30px; }
.news-wrapper .news-col .text h3{margin-bottom: 10px; margin-top: 10px; line-height: 24px; font-size: 19px; color: #000000;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;white-space: normal !important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news-wrapper .news-col .text h3 a{color: #000000;}
.news-wrapper .news-col .text p{font-size: 16px; color: #898989; margin-bottom: 10px;display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.news-wrapper .news-col .text h3 a:hover{color:#ce000c;transition: all 0.3s; }
.news-wrapper .news-col .text time{color: #ce000c;font-size: 15px;}

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

@media(max-width:768px) {
    
}
/*#endregion*/
/*#region cert-container*/
.cert-col { margin-bottom: 1.5rem; margin-top: 0.5rem; }
.cert-col .card { padding: 1.3rem; border: 3px solid #0095d9;box-shadow: 4px 4px 8px #f0f0f0;  }
.cert-col .card-thumb { border: 1px solid #dcdcdc; display: flex; justify-content: center; align-items: center; overflow: hidden; }
.cert-col .card-title { font-size: 14px; margin: 0; color: #5f5f5f; padding: 0.5rem 0.75rem; margin-top: 0.5rem; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

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

.link-wrapper .link-box{border: 1px solid #d3d3d3;border-radius: 10px;overflow: hidden;margin-bottom: 25px;}

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

/*#region down list*/
.img-col{ margin-bottom: 15px;}
.img-col .card-thumb {  height: 100%;border-radius: 15px;overflow: hidden; }
.img-col .card-title{flex-grow: 1;margin: 0;padding: 0.5rem 0.75rem;color: #646464; text-align: center;font-size:18px;line-height: 24px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.img-col:hover .card-title{color: #ce000c;}

@media(max-width:768px) {
  .img-col .card-title{font-size:15px;line-height:21px; white-space:pre-wrap;}
}

/*#region video list*/
.video-first{display: flex;flex-wrap: wrap;margin-bottom: 30px;}
.video-first .left{width: 60%;}
.video-first .right{width: 40%; display: flex;justify-content: center;align-items: center; background: #f3f3f3;}
.video-first .right h3{text-align: center;font-size: 30px;color: #090909;font-weight: bold;}
.video-first .right h3:after{width: 60px;height: 4px;content: "";background: #000;display: block;margin: 10px auto;}
.video-col { margin-bottom: 1.5rem; }
.video-col .card{height: 100%;}
.video-col .card .video{}
.video-col .card-title{color: #7e7e7e; align-items: center;margin: 0;padding: 0.75rem 0.5rem;text-align: center;font-size: 0.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.video-col .card-title a{color: #7e7e7e;}
.video-col .card-title a:hover{color: #015aaa;transition: all 0.3s;}
.video-col iframe{width: 100%;}
.video-first iframe{width: 100%;}
@media(max-width:768px) {
    .video-first .left{width: 100%;}
    .video-first .right{width: 100%;padding-top: 20px;padding-bottom: 10px;}
}

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

@media(max-width:768px) {
    .faq-list .faq-box .num{ width: 10%;display:none;}
    .faq-list .faq-box .title{width: 90%;-webkit-line-clamp: 10;font-size:16px;padding-left:0;padding-right:10px;}
    .faq-list .faq-box .tb{width: 10%;}
    .faq-feedback{padding: 30px 0px 0;}
    .faq-list .faq-box{padding:0 10px;min-height:70px;height:auto;}
}

/*#endregion*/

/*#region 详情页*/
/*默认设置*/
.content-wrapper { line-height: 1.7;  margin-bottom: 1.5rem; }
.content-wrapper h2 { font-size: 26px; font-weight: 600; margin-bottom: 10px; }
.content-wrapper h3 { font-size: 24px; font-weight: 600; margin-bottom: 10px; }
.content-wrapper h4 { font-size: 20px; font-weight: 600; margin-bottom: 10px; }
.content-wrapper img { max-width: 100% !important; height: auto !important; }
.content-wrapper video { max-width: 100% !important; height: auto !important; }
.content-wrapper ul{padding-left: 20px;}
.content-wrapper ul li{list-style-type: initial;}
.content-wrapper ol{padding-left: 20px;}
.content-wrapper ol li{list-style-type: initial;}
.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 .nav-tabs { background: #f3f3f3; }
.content-wrapper .nav-link { padding: 0.4rem 1rem;border: none; }
.content-wrapper .nav-tabs .nav-link.active { background: #f3f3f3;font-size: 20px;color: #373737; }
.content-wrapper .nav-tabs .nav-link:before{ content: "\f324"; font-family: cmsfont;font-size: 0.75rem; margin-right: 5px; color: #373737}
.nav-tabs .nav-item{margin-bottom: 0;}

/*产品内容*/
.pronr-wrapper{}
.content-wrapper.product { border: 1px solid #e9eef4 }
.content-wrapper.product .content { padding: 1.5rem 1rem; background: #fff; }
.product-head .product-thumb { border: 1px solid #dadada;display: flex;justify-content: center;align-items: center; height: 416px;overflow: hidden;  }
.pronr-title{text-align: left;font-size: 26px;color: #5a5a5a; line-height: 32px;margin-bottom: 20px;}
.product-head { margin-bottom: 1.5rem; }
.product-head .title { font-size: 18px; color: #050505; font-weight: 600; padding-bottom: 15px;  }
.product-head .ul-horizontal { list-style: none; margin: 0; padding: 0; }
.product-head .ul-horizontal li { color: #757575; line-height: 1.8rem; }
.product-head .ul-horizontal li span { width: 180px; display: inline-block; }
.product-head .pronr-feedback{padding: 30px 40px; background: #f6f6f6; height: 100%;}
.product-head .feedback-title{ font-size: 18px;font-weight: bold; color: #52595d;text-align: center;  padding-bottom: 10px; margin-bottom: 20px; }

@media(max-width:768px) {
    .pronr-wrapper{padding-bottom: 30px;padding-top: 0px;}
    .product-head .pronr-feedback{padding: 20px;}
}

.product-service { padding: 20px 0; }
.product-feedback { display: inline-block; background: #F3912C; color: #fff; padding: 6px 16px; }
.product-down { display: inline-block; background: #DD0804; color: #fff; padding: 6px 16px; }

.content-pro .content-pro-title{background: #0095d9;color: #fff;padding: 13px 16px;font-size: 18px;margin-bottom: 0; overflow: hidden; border-radius: 10px 10px 0 0;}
.content-pro h5{font-size: 16px;color: #333; margin-top: 10px; margin-bottom: 10px;text-align: center; display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.content-pro .box{padding: 20px; border-left:1px solid #dddddd;border-right:1px solid #dddddd;border-bottom:1px solid #dddddd; overflow: hidden; border-radius: 0 0 10px 10px;}
.content-pro .pro-box{border: none;}
.content-pro .pro-box .img{overflow: hidden;border: 1px solid #64a4c2;}
.content-pro .pro-box  a{color: #333;}
.content-pro .pro-box:hover h5 a{color: #ce000c;transition: all 0.3s;}
.content-pro .pro-box:hover h5{color: #ce000c;transition: all 0.3s;}

.content-news{margin-top: 30px;  }
.content-news .content-news-title{background: #0095d9;color: #fff;padding: 13px 16px;font-size: 18px;margin-bottom: 0; overflow: hidden; border-radius: 10px 10px 0 0;}
.content-news .news-box{padding: 20px; border-left:1px solid #dddddd;border-right:1px solid #dddddd;border-bottom:1px solid #dddddd; overflow: hidden; border-radius: 0 0 10px 10px;}
.content-news .news-col{border-bottom: 1px dashed #c6c6c6; padding-bottom: 15px; margin-top: 5px;margin-bottom: 15px;}
.content-news .news-col h4 a,.content-news .news-col .listnew-inside a{color: #414141;font-size: 18px;}
.content-news .news-col h4 a:hover,.content-news .news-col .listnew-inside a:hover{ color: #ce000c;transition: all 0.3s; }
.content-news .news-col p{ font-size: 14px;color: #7d7878; padding-left: 20px;display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; }
.content-news .news-col h4,,.content-news .news-col .listnew-inside{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom: 10px;}

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

.hot-pro { height: 100%; margin-top: 30px; }
.hot-pro .hot-pro-title{background: #0095d9;color: #fff;padding: 13px 16px;font-size: 18px;margin-bottom: 0;}
.hot-pro h4{font-size: 16px;color: #333; margin-top: 10px; margin-bottom: 10px;text-align: center;display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; }
.hot-pro .box{padding: 20px 0;}
.hot-pro .pro-box .img{overflow: hidden;border: 1px solid #64a4c2;}
.hot-pro .pro-box  a{color: #333;}
.hot-pro .pro-box:hover h4 a{color: #ce000c;transition: all 0.3s;}
.hot-pro .pro-box:hover h4{color: #ce000c;transition: all 0.3s;}

.hot-news {padding: 20px 0px;}
.hot-news-title{background: #154559;color: #fff;padding: 13px 16px;font-size: 18px;margin-bottom: 0; }
.hot-news .news-box .img{overflow: hidden;}
.hot-news .news-box .title{margin-top: 10px;  font-size: 18px;color: #2d2c2c; line-height: 22px; margin-bottom: 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.hot-news .news-box .title a{font-size: 18px;color: #2d2c2c;}
.hot-news .news-box .desc{font-size: 14px;color: #aaaaaa;line-height: 30px;border-bottom: none;margin-bottom: 20px;display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.hot-news .news-box .title:hover a{color: #ed7902;transition: all 0.3s; }
.hot-news .news-box .title:hover{color: #ed7902;transition: all 0.3s; }

@media(max-width:768px) {
    .newsnr-container .news-left { padding-top: 1rem; padding-bottom: 0.5rem }
}
/*#endregion*/

/*其他内容*/
.pro-feedback h3{ font-size: 18px; color: #10539a;}
.content-subtitle { color: #484848; font-size: 18px; margin-bottom: 10px; font-weight: bold; }

/*#endregion*/


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

/*留言*/
.form-feedback .form-control{ background: #f7f7f7; min-height: 42px; color: #4b4b4b; border-radius: 10px; overflow: hidden; }
.form-feedback .btn { color: #777; color: #fff; background: #ed1c24;border-radius: 10px; font-size: 18px; line-height: 22px;}
.form-feedback .btn:hover{background:#7bb9f1 }
.input-group-img{padding: 0;}
.input-group-append{border-radius: 0 10px 10px 0;}

/*搜索*/
.search-group { width: 240px; height: 37px; background: #e2f1f8;border-radius: 25px;overflow: hidden;}
.search-group .form-control { border: none; border-radius: 0px ;margin-right: 10px;background: #e2f1f8;}
.search-group .btn {border-radius: 0px;background:#e2f1f8; height: 37px;  width: 37px;display: flex;justify-content: center;align-items: center; padding: 6px 15px; margin-bottom: 0; }
.search-group i { color: #272636; font-size: 1rem; }
.search-group .btn:hover{background: #7bb9f1;}
.search-group .btn:hover i{color: #fff;}


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


/*#endregion*/

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

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

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

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

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

.why-choose{width:100%;margin-top:20px;}
.why-desc p{font-size: 17px;line-height: 30px;margin-bottom: 35px;margin-top: 10px;}
.why-ul{border:1px solid #c7c7c7;border-right: 0;display: flex;flex-wrap: wrap;}
.why-ul>li{width:33.33%;text-align:center;border-right: 1px solid #c7c7c7;position: relative;}
.why-ul>li a{display: block;position: absolute;left: 0;top: 0;right: 0;bottom: 0;z-index: 6;}
.why-ul>li .img{position: absolute;right: 0;top: 0;left: 0;bottom: 0;opacity: 0;transition: all 0.3s;z-index: 5;display: flex;align-items: center;justify-content: center;overflow: hidden;}
.why-ul>li .text{padding:34px 0;}
.why-ul>li .text p{padding:0px 30px;}
.why-ul>li .text H3,.whyshouye-title{font-weight:bold;padding:0 0 5px 0;}
.whyshouye-title{display:block;font-size: 1.75rem;}
.why-ul>li:hover .img{opacity: 1;}
.why-ul>li .img img{height: 100%;width: auto;}

@media(max-width:1700px) {
    .why-ul>li .text p{padding:0px 30px;}
    .why-ul>li .img img{height: 100%;width: auto;}
}

@media(max-width:768px) {
  .why-ul{border:0;position:relative;}
    .why-ul .why-li{width:100%;text-align:center;border:0;position: relative;background:#fff;}
    .why-ul .why-li a{display: block;position: absolute;left: 0;top: 0;right: 0;bottom: 0;z-index: 6;}
    .why-ul .why-li .text{padding:34px 0;}
    .why-ul .why-li .text p{padding:0px 15px;height:84px;overflow:hidden;}
    .why-ul .why-li .text H3{font-weight:bold;padding:0 0 5px 0;}
    #swiper-pagination-why{bottom:15px;display:flex;justify-content:center;align-items:center;width:100%;}
    
}

.home-title.customer{margin-bottom: 15px;}
.customer-box{margin-bottom: 20px;justify-content: space-between;align-items: center; border: 1px solid #c6c6c6;background: #f6f6f6;display: flex;flex-wrap: wrap;border-radius: 20px;overflow: hidden;padding: 20px 50px;}
.customer-box .img{width: 20%;}
.customer-box .text{width: 80%;padding-left: 40px;}
.customer-box .text h4{font-size: 19px;font-weight: bold;margin-bottom: 15px;}
.customer-box .text p{font-size: 16px;line-height: 28px;}

.hmcert-desc p{font-size: 17px;line-height: 30px;margin-bottom: 35px;margin-top: 10px;}
.hmcert-img{background: #f6f6f6;padding: 30px 20px;margin-bottom: 30px;}

@media(max-width:768px) {
    .customer-box{padding: 15px;}
    .customer-box .text{padding-left: 15px;}
    .customer-box .text h4{font-size: 18px;}
    .customer-box .text p{font-size: 14px;line-height: 20px;}

    .hmcert-desc p{font-size: 15px;line-height: 22px;text-align:center;margin-bottom:10px;}
    .home-desc{font-size: 15px;line-height: 22px;text-align:center;}
    .home-app .app-box h4 a{font-size: 16px;}
    .why-desc p{font-size: 15px;line-height: 22px;}
    .hmcert-img{padding:0;margin-bottom:0px;}
}
.cert-desc{background: url(../../images/certdesc-bg.jpg) no-repeat;padding: 30px 50px 50px 40px;font-size: 20px;color: #fff;line-height: 36px;margin-bottom: 35px;}

@media(max-width:1450px) {
.cert-desc{background: #0095d9;border-radius: 25px;overflow: hidden;padding: 30px;}
}

@media(max-width:768px) {
    .cert-desc{background: #0095d9;border-radius: 25px;overflow: hidden;padding: 15px;font-size: 15px;line-height: 22px;}
}

.process-wrapper{padding: 0 60px;}
.process-title{font-size: 32px;text-align: center;margin-bottom: 40px;margin-top: 20px;}
.process-lan{background: #0095d9;font-size: 22px;color: #fff;padding: 30px 30px 80px;border-radius: 30px;position: relative;width: 90%;}
.process-lan:before{content: "";width: 45px;height: 34px;background: url(../../images/processtb1.jpg) no-repeat center;z-index: 10;position: absolute;top: -34px;left: 80px;}
.process-box{display: flex;justify-content: flex-end;}
.process-bai{background: #fff;font-size: 22px;color: #000;margin-bottom: 60px; padding: 30px;border: 2px solid #7f7f7f;width: 90%; border-radius: 30px;position: relative;margin-top: -70px;}
.process-bai:after{content: "";width: 45px;height: 34px;background: url(../../images/processtb2.jpg) no-repeat center;z-index: 10;position: absolute;bottom: -34px;right: 80px;}
.process-bai.tu{margin-top: 0px;}

@media(max-width:768px) {
    .process-wrapper{padding: 0px;}
    .process-title{font-size: 26px;}
    .process-lan{font-size: 18px;padding: 20px 20px 80px;}
    .process-bai{font-size: 18px;padding: 20px;}
}
.more-listdesc{background: none;color: #fff;border: none;font-weight: bold;font-size: 15px;margin-top: 20px;}
button.more-listdesc:focus{border: none; outline: auto;}
.desclist{display:none;}
.ny-banner .desclist.active{display:block;}
.mccb-Manufacturerbg,.spd-Manufacturerbg{padding-top:60px; height:356px;}
.mccb-Manufacturerbg{background:url(/upload/1c/202306/mccb-bg.jpg) no-repeat left top;}
.spd-Manufacturerbg{background:url(/upload/1c/202311/SPD_bg.jpg) no-repeat left top;}

.mccb-Manufacturer,.choose-list,.workshop_list,.widthlist,.video_list{ margin:auto;max-width: 1430px; width:100%; }

.mccb-Manufacturer{color:#fff;text-align:center;}
.choose-list{}
.mccb-Manufacturer h2{font-size:30px; font-weight:bold;}
.mccb-Manufacturer p{font-size:16px;margin: 20px 0px 50px 0px;padding: 0% 15%;}
.mccb-Manufacturer .tkanniu,.anniu-black{border-radius: 5px;background:#000; padding:10px 20px; font-size:16px;display: inline-block; line-height: 30px;}
.mccb-Manufacturer .tkanniu:hover,.anniu-black:hover{background:#ed1c24; }
.button-click a span{border-radius: 5px;background:#0095d9; padding:10px 20px;display: inline-block;}
.tkanniu,.button-click a{margin:0px 10px;color:#fff;}
.button-click a img{margin-right:10px;}
.button-click a:hover span{background:#0085bf;}
.choose-bg,.certif_bg{clear:both;padding-top:60px;padding-bottom: 60px;overflow: hidden;}
.choose-bg{background:url(/upload/1c/202306/bgcf.jpg) no-repeat top center;background-size: cover;}
.choose-list img{float:right; margin-left: 30px;}
.choose-list h2{font-size:32px; color:#2b2b2b; font-weight:bold;}
.desc-choose{margin:40px 0px;}
.desc-choose p{font-size:16px; color:#2b2b2b; line-height:30px; margin-bottom:40px;}
.chooselist-ny{float:left; width:100%;margin-top: 3%;}
.chooselist-ny li{float:left; width:29%; margin:0% 2%; text-align:center;}
.chooselist-ny img{float:initial;display: block;margin: 0px auto;width: 75px;}
.chooselist-ny span{clear:both;display:block; font-size:24px;color:#2b2b2b;font-weight:bold;margin: 10px 0px 8px 0px;}
.chooselist-ny p{font-size:16px; color:#2b2b2b; line-height:30px;}
.workshop_bg{clear:both;float:left; width:100%;background:#cfebf8;padding-top:60px; padding-bottom:60px;}
.workshop-title{text-align:center;font-size:30px;font-weight:bold;color:#000;}
.workshop-desc{font-size:16px;color:#000;margin-top:15px; margin-bottom:15px;text-align:center;}
.workshop_list{margin-bottom:20px;}
.workshop_list p{font-size:14px; text-align:center; margin-top:10px;}
.certif_bg .workshop-desc{margin: 1% 20% 2% 20%;}
.honor_list{margin-bottom:20px;}
.honor_list img{padding: 1.3rem;border: 3px solid #0095d9;box-shadow: 4px 4px 8px #f0f0f0;}
.honor_list p{text-align:center; margin-top:12px;}
.more-workshop{margin:auto; width:190px;display: block; color:#fff; line-height:56px; border-radius:15px; background:#0f8ac2; text-align:center; font-size:16px;}
.more-workshop:hover{background:#0085bf;color: #fff;font-weight: bold;}
.video-bg{background:url(/upload/1c/202306/listbg-bottom.jpg) no-repeat top center; padding-top:60px;overflow: hidden;}
.video-biaoti{text-align:center; color:#fff; font-size:16px;}
.video-desc{text-align:center; color:#fff;font-size:30px;font-weight:bold; margin-top:15px;}
.video_list{margin-top:60px;}
.video-right{float: right;width: 53%;position: relative;}
.video-right .imgdatu{width:100%;}
.video-fugai{position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;background:rgb(15,138,194,0.58);}
.video-fugai img{margin: 0px auto;margin-top: 36%;text-align: center;display: block;}
.video-fugai a,.video-fugai p{color:#fff;font-size:36px; font-weight:bold;text-align: center;display: block;}
.video-fugai p{margin-top:30px;}
.video-left{float: left;width: 40%;margin-top: 10%;}
.video-left h2{color:#0f8ac2;font-size:30px;font-weight: bold;}
.new-descny{display:block; font-size:14px; color:#555; margin-top:25px; /*margin-bottom:40px;*/margin-bottom:20px;}
.video-left .more-workshop{display: inline-block;}
.video-left li{background:url(/upload/1c/202306/newlist-cion.jpg) no-repeat left top; padding-left:30px; margin-bottom:25px;margin-bottom:15px; font-size: 16px;}
.video-left ul{margin-bottom:60px;margin-bottom:30px;}
#honorsy-index,#honorindex-sy,#faq-indexsy{position: relative;}
.honor-shouye{position:absolute;left:0px; height:100%; top:0px; width:100%;z-index: 9999;}
@media screen and (min-width: 769px) and (max-width:1440px) {
.mccb-Manufacturer,.choose-list,.workshop_list,.widthlist,.video_list{max-width:1240px;}
.choose-bg{background-size: cover;}
}
@media(max-width:768px) {
.mccb-Manufacturer,.choose-list,.workshop_list,.widthlist,.video_list{max-width:100%;}
.mccb-Manufacturer p{font-size:12px;padding: 0% 3%;}
.choose-list img:first-child{width:100%;float: initial;margin-left:0px;}
.mccb-Manufacturerbg{padding-top: 30px;}
.mccb-Manufacturer h2{font-size: 20px;}
.workshop_list{margin-right:0px;margin-left:0px;}
.choose-bg{padding-top: 0px;}
.choose-neirong{margin-top:10px;}
.choose-list h2{text-align: center; font-size:24px;}
.desc-choose{margin:10px 15px;}
.desc-choose p{margin-bottom:5px;font-size: 12px; line-height:20px; margin-bottom:10px;}
.chooselist-ny li{width:100%;margin:0px; padding:0px 15px; margin-bottom:25px;}
.chooselist-ny li:nth-child(1),.chooselist-ny li:nth-child(2){width:50%;}
.chooselist-ny li span{font-size: 16px;}
.choose-list .chooselist-ny li img{width:initial;margin: auto;}
.chooselist-ny p{font-size:12px; line-height:20px;}
.chooselist-ny span{margin:0px;}
.workshop_list .row{margin-right:0px;margin-left:0px;}
.workshop_list .row .col-md-3,.honor_list .row .col-md-3{margin-bottom:15px;float: left;width: 50%;}
.workshop_bg,.certif_bg{padding-top:30px;padding-bottom:30px;}
.certif_bg .workshop-desc{margin:0px 15px 10px 15px; font-size:12px;}
.honor_list{padding:0px 15px;}
.video-bg{padding-top:30px;}
.video-desc{font-size:20px;}
.video-right,.video-left{width:100%;}
.video_list{margin-top:30px;}
.video-left{margin-top:15px; padding:0px 15px;}
.video-left li{font-size:12px;line-height: 22px; margin-bottom:10px;background-position: left top;}
.video-left h2{font-size:22px;}
.new-descny{margin-top:5px; margin-bottom:10px;}
.video-left ul{margin-bottom:30px;}
.tkanniu, .button-click a{margin: 0px 5px;}
.mccb-Manufacturer .tkanniu, .anniu-black{padding: 10px 10px;}
.button-click a img{width: 18px;}
.button-click a span{line-height: 28px;}
}

/*浮动*/
#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:90;background:#0095d9;}
#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:#0095d9;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{bottom:165px;}
    #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;}
}
.nominal-biaoge{margin-top:60px;margin-bottom:60px;}
.Nominal-discharge-current{margin-bottom: 10px;}
.Nominal-discharge-current p{font-weight: bold;display: inline-block;margin-right: 30px;background: #0095d9;padding: 10px 20px;color: #fff;font-size: 16px;width: 340px;}
.Nominal-discharge-current span{color: #fff;background: #9d9c9c;padding: 10px 30px;display: inline-block;width: 96px;text-align: center;}
.Nominal-discharge-current span:hover{background: #5f5c5c;}
.application-listny{float:left;width:100%;margin-top:60px; margin-bottom:60px;}
.application-listny h2,.nominal-biaoge h2,#newlist-sxys .first-name{text-align:center;font-weight:bold;margin-bottom:15px;}
#newlist-sxys .first-name{font-size: 2rem;}
.application-listny ul{}
.application-listny li{float:left; width:15%; text-align:center;margin:1% 0.5%;}
.application-listny li img{width:100%;}
.application-listny li span{font-weight:bold; display:block;margin-bottom: 10px; margin-top: 10px;text-transform: capitalize;}
.spd-widthtp{width: 550px;}
.desc-listspd,.application-listny p:nth-child(2),.desc-listin{margin-bottom: 20px;text-align: center;color: #999898;}
#number-spdlist span{width: 160px;}
#newlist-sxys{margin-top:60px;}
.xinwen-col{border-bottom:1px solid #ccc;position: relative;padding-bottom: 15px;padding-top: 15px;padding-right: 10px;}
.xinwen-col.active .xinwen-q:after {content: "\f077";font-family: cmsfont;}
.xinwen-q:after {content: "\f078";font-family: cmsfont;position: absolute;right: 0px;top:17px;}
.xinwen-a {height: 0;overflow: hidden;}
.xinwen-col.active .xinwen-a {height: auto;}
.xinwen-q h3{font-size: 18px;font-weight: bold;}
.xinwen-a .t{color: #bdb9b9;margin-top:15px;}
.xinwen-a p{margin: 10px 0px;}
.xinwen-a a{color: #0095d9;font-weight: bold;font-size: 16px;}
.liuyan-jian{color:#0095d9;font-weight: bold;margin-bottom: 15px;font-size: 14px;}
.rccb-listys{background: url(/upload/1c/202312/RCCB_bg.jpg) no-repeat left top;height:640px;}
.rccb-left{width:52%;padding-top: 6%;}
.title-rccb{font-weight: bold;margin-bottom: 15px;}
.rccb-left ul{margin-bottom:36px;}
.rccb-left li{list-style: disc;margin-left: 20px;margin-top: 10px;font-size: 18px;}
.rccb-desc{margin-bottom: 30px;color: #9f9696;}
.rccb-left li strong{display: inline-block;width: 140px;font-size: 14px;}
.button-rccb{border-radius: 5px;background: #0981a3;padding: 10px 20px;display: inline-block;line-height: 30px;}
.button-rccb:hover{background:#076681;}
.rccb-honorlist{background: url(/upload/1c/202312/honor_img.jpg) no-repeat left top;height:621px;background-size: contain;}
.rccbHonor-right{float:right; width: 38%; margin-top: 8%;}
.rccbHonor-right .rccb-desc{line-height: 30px;}
.rccbHonor-right .rccb-desc strong{color:#000; font-weight:bold;}
@media (min-width:768px) and (max-width:1400px){
#number-spdlist span{width: 120px;padding: 10px 10px;}
}

#float .ico.xianshi-button>i {background: #e81411;}
#float .ico.xianshi-button p {background: #e81411;right: 60px;}

@media(max-width:768px) {

.Nominal-discharge-current p{width: 100%;margin:0px;}
.Nominal-discharge-current span{margin: 5px 10px 0px 10px;width: 27%;}
#number-spdlist span{width: 44%;margin: 5px 10px 0px 10px;}
.spd-Manufacturerbg{padding-top: 30px; height: 320px;}
.nominal-biaoge{margin-top: 0px;margin-bottom: 30px;}
.application-listny h2, .nominal-biaoge h2, #newlist-sxys .first-name{font-size: 18px;}
.desc-listspd, .application-listny p:nth-child(2), .desc-listin{font-size:12px;}
.application-listny li{width: 46%;margin: 1% 1.5%;}
.application-listny li p{display: none;}
#newlist-sxys {margin-top: 0px;}
.rccb-listys{height: auto;padding-bottom: 30px;background: url(/upload/1c/202312/RCCB_moblie_bg2023.jpg) no-repeat left top #c8d1d8;background-size: contain;padding-top: 50%;padding-left: 2%;}
.rccb-left{width:100%;}
.title-rccb{font-size: 18px;}
.rccb-desc{color:#000;}
.rccb-left li{/*overflow: hidden;*/text-overflow: ellipsis;white-space: pre-wrap;word-wrap: break-word;}
.rccb-honorlist{background: url(/upload/1c/202312/honor_sjimg.jpg) no-repeat left top #e6e6e6; padding-top:60%; background-size: contain;height: auto;overflow: hidden;margin-bottom: 30px;}
.rccbHonor-right{float:right; width: 100%; margin-top:0%;}
#float .ico.xianshi-button p {right: -350px;}
pro-wrapper .pro-box .pro-img{  height: auto;}
}

/*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:#0095d9;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 #0095d9;color:#0095d9;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:#0095d9;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;}
}

.nynav-about .pro-box h4{text-align:left;font-weight:bold;}
.nynav-about .pro-box p{color:#666;}
.nynav-about .pro-box{border-bottom:1px dashed #0095d9;padding-bottom:15px;margin-bottom:15px;}
.nynav-about .pro-box time{display:block;color:#e81411;margin-top:10px;}