/*#region 通用*/
body { color: #333333; font-size: 14px;  font-family: 微软雅黑; }
a:hover{color: #1063b3;}
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 { background: #fff;margin-top: 50px; margin-bottom: 50px; min-height: 600px; }
.bghui{background: #f3f3f3;}
.card-thumb img{transition: all 0.5s ease;}
.card-thumb:hover img{transform: scale(1.05);}
@media(max-width:768px) {
    .main-container { margin-top: 30px; margin-bottom: 30px; }
}
/*#endregion*/

.header {z-index: 999;width: 100%;}
.header-desc{font-size: 14px;color: #97c6f4;line-height: 18px;background: #0e59a2;padding-top: 10px;padding-bottom: 10px;}
.header-top{background: #1063b3; padding-top: 20px;padding-bottom: 20px; }
.header-top .top-box {display: flex;align-items: center;justify-content: flex-end;}
.header-top .top-search{margin-top: 10px;}
.header-top .top-lang{margin-left: 20px;}
.header-top .col-md-2{display: flex;align-items: center;}
.header-desc .right{display: flex;align-items: center;justify-content: flex-end;}
.header-desc .right .lang{padding: 5px 16px;cursor: pointer;background: #f3f3f3;border-radius: .875rem;color: #555;margin-left: 8px;}
.header-desc .right .lang.active{background: #1c6ebf;color: #fff;}
.header-desc .right .lang:hover{background: #1c6ebf;color: #fff;transition: all 0.5s;}

.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 15px; }
.navbar-custom .navbar-nav .nav-item:last-child{margin-right: 0;}
.navbar-custom .navbar-nav .nav-item:last-child .nav-link{padding-right: 0;}
.navbar-custom .navbar-nav .nav-item {  padding: 0;  position: relative; }
.navbar-custom .navbar-nav .nav-link { padding: 0.1rem 1.1rem; text-align: center; color:#fff; font-size: 18px; line-height: 102px;display: block; }
.navbar-custom .navbar-nav .nav-link:after{content: "";width: 0;height: 2px;background: #c2150f;display: block;position: absolute;top: 80px;left: calc(50% - 26px);}
.navbar-custom .navbar-nav .nav-item:hover .nav-link, .navbar-custom .navbar-nav .nav-item:focus .nav-link {color: #fff;transition: 0.3s all;  }
.navbar-custom .navbar-nav .nav-item:hover .nav-link:after, .navbar-custom .navbar-nav .nav-item:focus .nav-link:after {width: 52px;transition: all 0.3s;}
.navbar-custom .navbar-nav .nav-link.disabled { color: rgba(0, 0, 0, 0.3); }
.navbar-custom .navbar-nav .show > .nav-link,
.navbar-custom .navbar-nav .active > .nav-link,
.navbar-custom .navbar-nav .nav-link.show,
.navbar-custom .navbar-nav .nav-link.active { color: #fff;  }
.navbar-custom .navbar-nav .active .nav-link:after {width: 52px;}
.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; transition: 0.3s all;}

.navbar-custom .navbar-nav .nav-item:hover .nav-item-child{background: rgba(255, 255, 255, 1);}
.navbar-custom .navbar-nav .nav-item:hover .nav-item-child .nav-link-child{color: #666666;}
.navbar-custom .navbar-nav .nav-item:hover .nav-item-child .nav-link-child:hover{background: rgba(255, 255, 255, 1.0);color: #1063b3;font-weight: bold;}
.navbar-custom .nav-item-child{position: absolute;top: 105px;width: 100%;display: none;}
.navbar-custom .navbar-nav .nav-item:hover .nav-item-child{display: block;}
.navbar-custom .nav-item-child .nav-link-child{font-size: 14px;line-height: 40px;color: #fff;text-align: center;display: block;}

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

}

@media(max-width:1280px) {
.navbar-custom .navbar-nav .nav-item { margin: 0 5px;min-width: 100px;}
.navbar-custom .navbar-nav .nav-link{padding: 0.1rem 0.5rem;}

}

@media(max-width:1050px) {
.navbar-custom .navbar-nav .nav-link{padding: 0.1rem 0rem;}

}

/*#region 手机端*/
.header-mb{background: #1063b3;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: #fff}
.header-mb .top-mb .icon-bars{color: #fff;}
.header-mb .top-mb .dropdown.lang .dropdown-toggle{color: #fff;}
.top-mb-search-box{display: none; position: fixed;background: #293f7c; 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;}


.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*/

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

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

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

.menu-horizontal-wrapper{box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);margin-right: 20px;}
.menu-horizontal-wrapper .nav-title.product{background: url(../../images/navbg-pro.jpg) no-repeat center;background-size: cover;}
.menu-horizontal-wrapper .nav-title.service{background: url(../../images/navbg-ser.jpg) no-repeat center;background-size: cover;}
.menu-horizontal-wrapper .nav-title{background: url(../../images/nav-bg.jpg) no-repeat center;background-size: cover;height: 65px;font-size: 26px;line-height: 65px;text-align: center;color: #fff;}
.menu-horizontal-about{display: block;margin-bottom: 35px;}
.menu-horizontal-about .nav-item-about { background: #fff;color: #222222;position: relative;}
.menu-horizontal-about .nav-link-about {padding: 15px 20px; color: #222222;display: block;text-align: center;  font-size: 18px;}
.menu-horizontal-about .nav-link-about.active,.menu-horizontal-about .nav-link-about:hover {color: #1063b3; background: #efefef;  }

@media(max-width:768px) {
    .menu-horizontal-wrapper{display: none;}
    
}
/*#endregion*/

/*#region 位置导航*/
.ny-crumb{background-size: cover;}
.ny-crumb .container-xl{display: flex;justify-content: center;align-items: center; height: 200px;}
.page-title { display: block; }
.page-title .title{font-size: 30px;font-weight: bold; color: #fff;text-align: center;margin-bottom: 10px; }
.page-title a{color: #fff;}
.page-title a:hover{text-decoration: underline;}
.page-title .breadcrumb { justify-content: center;}
.breadcrumb-item + .breadcrumb-item::before { color: #fff;font-family: cmsfont; content: "\f054";font-size: 10px;}
.page-title .breadcrumb:before { font-family: cmsfont; content: "\f016"; margin-right: 0.25rem; color: #fff}

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

/*#region 底部*/
footer {}
footer .foot-bottom{background: #014b92; text-align: center;line-height: 24px;color: #fff; padding-top: 10px;padding-bottom: 10px;font-family: Arial}
footer .foot-bottom a{color: #fff;margin-left: 10px;margin-right: 10px;}
@media(max-width:768px) {
    footer .foot-bottom{padding-bottom: 15px;text-align: center;}
    footer .foot-bottom .share{margin-top: 10px;}
}
/*#endregion*/

/*#region 首页*/
.home-contact{padding: 40px 0;background: #f7f7f7;}
.home-contact .bigtitle{font-size: 32px;color: #444444;font-weight: bold;font-family: Arial;margin-bottom: 30px;}
.home-contact .title{font-size: 18px;line-height: 24px;color: #1e1e1e;font-weight: bold;margin-bottom: 16px;}
.home-contact .contact-nr{display: flex;align-items: center;margin-bottom: 15px;}
.home-contact .contact-nr .text{padding-left: 15px;font-size: 16px;color: #1e1e1e;}

.home-video{background: #fff;padding: 30px 0 0;}
.home-video .box{background: #1063b3;}
.home-video h2{font-size: 48px;color: #fff;margin-bottom: 20px;}
.home-video p{font-size: 16px;line-height: 22px;color: #fff;margin-bottom: 50px;}
.home-video .video .embed-responsive{display: flex;align-items: center;justify-content: center;cursor: pointer;}
.home-video .videotb{position: absolute;z-index: 99;}

.home-pro{padding: 45px 0;}
.home-pro .top{display: flex;align-items: center;margin-bottom: 45px;}
.home-pro .top h2{font-size: 40px;width: 18%; font-weight: bold;margin-right: 20px;color: #5e5e5e;font-family: 微软雅黑;}
.home-pro .top p{font-size: 16px;color: #5e5e5e;line-height: 24px;}
.home-pro .pro-item{padding: 40px 20px 30px 30px;position: relative; background: #f7f7f7; margin-bottom: 35px;display: flex;flex-wrap: wrap;}
.home-pro .pro-item .text{font-family: 微软雅黑;width: 40%;}
.home-pro .pro-item .text h3{font-size: 18px;font-weight: bold; line-height: 24px;margin-bottom: 13px;}
.home-pro .pro-item .text h3 a{font-size: 18px;}
.home-pro .pro-item .text h4{font-size: 14px;line-height: 26px;display: flex;align-items: center;}
.home-pro .pro-item .text h4:before{content: ""; margin-right: 11px;width: 7px;height: 7px;background: #c2150f;display: inline-block;}
.home-pro .pro-item .text .more{font-size: 14px;color: #fff;margin-top: 25px;width: 160px;background: #c2150f; border-radius: 10px;overflow: hidden; height: 45px;line-height: 45px;text-align: center; display: inline-block;}
.home-pro .pro-item .text .more:hover{text-decoration: underline;}
.home-pro .pro-item .img{width: 60%;}

.home-pro .pro-item.first{padding: 0;}
.home-pro .pro-item.first .text{width: 50%;padding: 40px 20px 30px 30px;}
.home-pro .pro-item.first .img{width: 50%;}
.home-pro .pro-item.first .list{display: flex;flex-wrap: wrap;justify-content: space-between;}
.home-pro .pro-item.first .list h4{width: 48%;}

@media(max-width:768px) {
    .home-pro{padding: 30px 0;}
    .home-pro .top{margin-bottom: 30px;}
    .home-pro .pro-item .text{width: 100%;margin-bottom: 20px;}
    .home-pro .pro-item .img{width: 100%;}
    .home-pro .pro-item.first .text{width: 100%;margin-bottom: 0px;}
    .home-pro .pro-item.first .img{width: 100%;}
    .home-pro .pro-item.first .list h4{width: 100%;}
}

.home-app{background: url(../../images/hmappbg.jpg) no-repeat center;padding: 50px 0;}
.home-app .home-title{font-size: 32px;color: #fff;font-weight: bold;font-family: Arial;margin-bottom: 20px;}
.home-app .app-box{border: 2px solid #d3d3d3;padding: 30px 20px;text-align: center;margin-bottom: 30px;margin-top: 20px;transition: all 0.5s;cursor: pointer;}
.home-app .app-box .img{margin-bottom: 20px;transition: all 0.5s;}
.home-app .app-box:hover{padding-top: 10px;}
.home-app .app-box:hover .img{margin-bottom: 40px;}
.home-app .app-box h4{font-size: 16px;color: #fff;}
.home-app .row{margin-left: -50px;margin-right: -50px;}
.home-app .row .col{padding-left: 50px;padding-right: 50px;}

.home-about{padding: 60px 0;background: #f7f7f7;}
.home-about .home-title{font-size: 32px;color: #444444;font-weight: bold;font-family: Arial;margin-bottom: 30px;}
.home-about .left{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;position: relative;background: url(../../images/hmaboutbg2.jpg) no-repeat right center;}
.home-about .left .item{display: flex;align-items: center;width: 50%;position: relative;margin-bottom: 50px;}
.home-about .left .item .img img{transition: all 0.5s;}
.home-about .left .item .img:hover img{transform:rotateY(180deg);}
.home-about .left .item .text{padding-left: 15px;}
.home-about .left .item h5{font-size: 30px;color: #000000;font-weight: bold;font-family: 微软雅黑;}
.home-about .left .item p{font-size: 18px;color: #000000;}
.home-about .right{background: url(../../images/hmaboutbg.jpg) no-repeat center;background-size: cover;height: 590px; padding: 60px 55px 0;}
.home-about .right h1{font-size: 32px;color: #fff;margin-bottom: 15px;font-weight: bold;font-family: Arial;}
.home-about .right p{font-size: 17px;color: #fff;line-height: 32px;margin-bottom: 20px;}

.home-service{background: url(../../images/hmserbg.jpg) no-repeat center center #ededed;padding-top: 30px; padding-bottom: 20px; background-size: cover;}
.home-service .down h2{font-size: 32px;color: #fff;font-weight: bold;font-family: Arial;margin-bottom: 25px;}
.home-service .down p{font-size: 20px;line-height: 24px;color: #fff;margin-bottom: 45px;}
.home-service .down .more{width: 145px;height: 40px;background: #c32f29;text-align: center;font-size: 16px;line-height: 40px;display: block;border-radius: 50px;overflow: hidden;color: #fff;}
.home-service .down .more:hover{text-decoration: underline;}

.home-service .faq h2{font-size: 32px;color: #444444;font-weight: bold;font-family: Arial;margin-bottom: 25px;}
.home-service .faq .faq-box .faq-q{border: 1px solid #e9e9e9;padding: 10px;background: #fff; display: flex;align-items: center;}
.home-service .faq .faq-box .faq-q .q{background: #ff4400;min-width: 27px;height: 27px;font-size: 16px;color: #fff;text-align: center;border-radius: 5px;overflow: hidden;margin-right: 10px;}
.home-service .faq .faq-box .faq-q .text{font-size: 19px;color: #2a2a2a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.home-service .faq .faq-box .faq-a{font-size: 15px;color: #9b9b9b; line-height: 22px; margin-bottom: 15px;margin-top: 15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}


@media(max-width:768px) {
    .home-about{padding: 30px 0;}
    .home-about .right{height: auto;padding: 25px}
}

/*#endregion*/

/*#region 文章单页*/
.ny-title{font-size: 32px;font-weight: bold;color: #333333;line-height: 50px;border-left: 10px solid #c2150f;padding-left: 20px;margin-bottom: 40px;}
.about-text{font-size: 16px;line-height: 26px;text-indent: 2em;}
.zici-text{font-size: 16px;line-height: 30px;margin-bottom: 70px;}
.zici-qm{display: flex;justify-content: flex-end;align-items: flex-end;font-size: 16px;}
.gs-text{font-size: 16px;line-height: 30px;}

.his-box{margin-top: 50px;}
.his-box .item{margin-top: -20px;}
.his-box .item .title{display: flex;justify-content: flex-start;z-index: 10;}
.his-box .item h4{width: 160px;height: 40px;background: #fff;font-size: 24px;font-weight: bold;color: #1063b3;display: flex;justify-content: flex-start;align-items: center;}
.his-box .item h4:before{content: "";width: 29px;height: 29px;background: url(../../images/histb.jpg) no-repeat;margin-right: 10px;}
.his-box .item .text{font-size: 16px;line-height: 36px;color: #666666; border-left: 1px solid #000000;border-bottom: 1px solid #000000;border-radius: 0 0 0 25px;overflow: hidden;padding: 25px;margin-left: 12px;}
.his-box .item:nth-child(2n) .title{justify-content: flex-end;}
.his-box .item:nth-child(2n) h4{justify-content: flex-end;}
.his-box .item:nth-child(2n) .text{border-left: 0;text-align: right; border-right: 1px solid #000000;border-radius: 0 0 25px 0;margin-left: 0;margin-right: 50px;}

.cul-content h3{font-size: 26px;font-weight: bold;margin: 30px 0 30px;}
.cul-content h4{font-size: 22px;color: #1063b3;margin-bottom: 20px;}
.cul-content p{font-size: 16px;color: #222222;line-height: 30px;margin-bottom: 20px;}

.feed-text{font-size: 18px;line-height: 30px;margin-bottom: 15px;}
.feed-imgs{display: flex;margin-bottom: 30px;}
.feed-imgs .item{margin-right: 100px;text-align: center;}
.feed-imgs .item h4{font-size: 18px;margin: 10px auto 20px;}
.feed-box{background: #f5f5f5;padding: 50px;}
.feed-box .desc{font-size: 18px;line-height: 30px;color: #666666;margin-bottom: 20px;}

.ser-box{font-size: 20px;line-height: 56px;color: #222222;}
.ser-content{margin-bottom: 40px;}
.ser-content p{font-size: 16px;line-height: 34px;color: #666666;}

@media(max-width:768px) {
    .ser-box p{line-height: 32px;font-size: 18px;}
}

/*#region contact-wrapper*/
.contact-box{background: #1063b3;}
.contact-content{padding: 50px 130px;color: #fff;}
.contact-content h3{font-size: 28px;font-weight: bold;line-height: 56px;}
.contact-content p{font-size: 20px;line-height: 40px;}

@media(max-width:768px) {
    .contact-content{padding: 25px;}
    .contact-content h3{font-size: 24px;font-weight: bold;line-height: 46px;}
    .contact-content p{font-size: 18px;line-height: 30px;}
}

/*#endregion*/

/*#region 产品列表*/
.pro-wrapper { }
.nypro-desc{font-size: 16px;line-height: 26px;margin-bottom: 20px;}
.pro-wrapper .pro-col{margin-bottom: 30px;}
.pro-wrapper .pro-col .img{border: 1px solid #e3e3e3;margin-bottom: 20px;}
.pro-wrapper .pro-col h4{font-size: 16px;text-align: center;}
.pro-wrapper .pro-col:hover .img{box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);}
.pro-wrapper .pro-col:hover h4 a{color: #1063b3;}
.pronr-wrapper .download{background: #014b92;padding: 8px 30px;display: inline-block; margin-top: 30px; font-size: 16px;color: #fff;border-radius: 5px;overflow: hidden;}

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

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

/*#region 文章列表*/
/*#region news list*/
.news-wrapper {}
.news-wrapper .news-col {padding-bottom: 30px; margin-bottom: 30px;align-items: center; display: flex;justify-content: space-between;flex-wrap: wrap; background: #fff; }
.news-wrapper .news-col .img{width: 20%; display: block;}
.news-wrapper .news-col .text{width: 80%;padding-left: 40px; }
.news-wrapper .news-col .text .title{display: flex;justify-content: space-between;align-items: center;}
.news-wrapper .news-col .text h3{margin-bottom: 10px; margin-top: 10px; line-height: 30px; font-size: 18px;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 h3 a:hover{color:#1063b3;transition: all 0.3s; }
.news-wrapper .news-col .text time{font-size: 18px;min-width: 120px;text-align: right;line-height: 30px;}
.news-wrapper .news-col .text .more{margin-top: 20px; width: 130px;height: 35px;display: block;background: #c2150f;font-size: 16px;color: #fff;text-align: center;line-height: 35px;}
.news-wrapper .news-col .text .more:hover{text-decoration: underline;}

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


/*#region down list*/
.img-col{ margin-bottom: 25px;}
.img-col .img {  line-height: 0;margin-bottom: 10px; }
.img-col .card-title{flex-grow: 1;margin: 0;padding: 0.5rem 0.75rem;color: #333333;background: #f4f4f4; text-align: center;font-size:16px;line-height: 24px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.img-col:hover .card-title{color: #1063b3;}

@media(max-width:768px) {
    
}
/*#endregion*/
/*#region cert-container*/
.cert-col { margin-bottom: 1.5rem;  }
.cert-col .card { padding: 0px; background: #fff;  }
.cert-col .card-thumb { border: 1px solid #cacaca; display: flex; justify-content: center; align-items: center; overflow: hidden; }
.cert-col .card-title { font-size: 16px; margin: 0; color: #666666; padding: 0.5rem 0.75rem; margin-top: 0.5rem; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

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

/*#region contact wrapper*/

.down-col { margin-bottom: 20px;}
.down-col .down-tr{background: #1063b3;color: #fff;font-size: 18px; display: flex;text-align: center;border-left: 1px solid #d9d9d9;}
.down-col .down-tr>div{border-right: 1px solid #d9d9d9;}
.down-col .tr1{width: 24%;padding: 14px;}
.down-col .tr2{width: 19%; padding: 14px;}
.down-col .tr3{width: 19%;padding: 14px;}
.down-col .tr4{width: 19%;padding: 14px;}
.down-col .tr5{width: 19%;padding: 14px;}
.down-col .down-td{color: #070707; display: flex;text-align: center;font-size: 18px;background: #fbfbfb; border-bottom: 1px solid #d9d9d9;border-left: 1px solid #d9d9d9; }
.down-col .down-td>div{border-right: 1px solid #d9d9d9;}

@media(max-width:768px) {
    .down-col .tr1{width: 80%;}
    .down-col .tr2{width: 20%;}
    .down-col .tr3{width: 20%;}
}

/*#endregion*/


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

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

/*#region faq list*/
.faq-col{display: flex;justify-content: space-between;}
.faq-col .left{font-size: 16px;line-height: 24px;margin-bottom: 20px;}
.faq-col .right{font-size: 16px;line-height: 24px;}

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

/*#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 .nav-tabs { background: #fff;border-bottom: 0; }
.content-wrapper .nav-tabs .nav-item{border-top: 1px solid #e3e3e3;}
.content-wrapper .nav-tabs .nav-link {border-right: 1px solid #e3e3e3; padding: 0.1rem 2rem 0.3rem; background: #f4f4f4;font-size: 20px;color: #333333;border-top: 4px solid #f4f4f4;}
.content-wrapper .nav-tabs .nav-link.active { background: #ffffff;font-size: 20px;color: #1063b3; border-top: 4px solid #c2150f; }
.content-wrapper .tab-content{ border: 1px solid #e3e3e3;}

/*产品内容*/
.pronr-wrapper{ background: #fff;}
.content-wrapper.product {font-size: 16px;line-height: 40px; }
.content-wrapper.product .content { padding: 1.5rem 1rem; background: #fff; }
.product-head .product-thumb { border: 1px solid #e3e3e3;display: flex;align-items: center; }
.product-head { margin-bottom: 50px; }
.pronr-wrapper .pronr-title{font-size: 32px;color: #333333;line-height: 50px;border-left: 10px solid #c2150f;padding-left: 20px;margin-bottom: 20px;}
.pronr-wrapper .pronr-desc{font-size: 18px;line-height: 34px;color: #666666;}
.pronr-wrapper .pronr-dj{font-weight: bold;font-size: 18px;line-height: 34px;color: #666666;margin-top: 30px;}

@media(max-width:768px) {
    .product-head .product-thumb{min-height: auto;}
}


.content-pro-title{color: #1063b3;font-size: 26px;margin-bottom: 30px;font-weight: bold;}
.content-pro h4{font-size: 14px;color: #898989; margin-top: 10px; margin-bottom: 20px;text-align: center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.content-pro .box{padding: 0px;}
.content-pro .pro-box .img{overflow: hidden;border: 1px solid #e3e3e3;}
.content-pro .pro-box  a{color: #333;}
.content-pro .pro-box:hover h4 a{color: #1063b3;transition: all 0.3s;}
.content-pro .pro-box:hover h4{color: #1063b3;transition: all 0.3s;}

/*文章内容*/
/*#region newsnr-container*/
.newsnr-container{margin-bottom: 30px; background: #f9f9f9; padding: 50px 50px; }
.newsnr-container .title { font-size: 30px; margin-bottom: 30px; text-align: center; }
.newsnr-container .content { color: #222; line-height: 26px;font-size: 16px; padding: 0; }
.newsnr-container .content p { margin-bottom: 0; }
.content-other{background: #f9f9f9;padding: 25px; font-size: 16px;color: #1063b3;margin-bottom: 30px;}
.content-other a{color: #3d3d3d;}
.content-other a:hover{ color: #1063b3;transition: all 0.3s; text-decoration: underline; }


.hot-pro { }
.hot-pro-title{color: #1063b3;font-size: 26px;margin-bottom: 30px;font-weight: bold;}
.hot-pro h4{font-size: 14px;color: #898989; margin-top: 10px; margin-bottom: 20px;text-align: center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.hot-pro .box{padding: 0px;}
.hot-pro .pro-box .img{overflow: hidden;border: 1px solid #e3e3e3;}
.hot-pro .pro-box  a{color: #333;}
.hot-pro .pro-box:hover h4 a{color: #1063b3;transition: all 0.3s;}
.hot-pro .pro-box:hover h4{color: #1063b3;transition: all 0.3s;}

@media(max-width:768px) {
    .newsnr-container{padding: 25px; }
}
/*#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: #fff; color: #4b4b4b;  }
.form-feedback .btn { color: #777; color: #fff; background: #ed1c24;border-radius: 10px; font-size: 18px; line-height: 22px;}
.form-feedback .btn:hover{background:#7bb9f1 }

/*搜索*/
.search-group { width: 180px; height: 37px; background: #e4ebef;border-radius: 25px;overflow: hidden;border: 1px solid #d3d3d3;}
.search-group .form-control { border: none; border-radius: 0px ;margin-right: 10px;background: #e4ebef;}
.search-group .btn {border-radius: 0px;background:#e4ebef; height: 37px;  width: 37px;display: flex;justify-content: center;align-items: center; padding: 6px 15px; margin-bottom: 0; }
.search-group i { color: #009944; font-size: 1rem; }
.search-group .btn:hover{background: #009944;}
.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*/
