﻿/*#region 通用*/
body { color: #000; font-size: 14px; font-family: 黑体; }
a:hover{color: #003b82;}
body, div, p, img, ul, ol, li, form, input, label, span, dl, dt, dd, h1, h2, h3, h4, h5, h6 {margin: 0;padding: 0; }
ul, ol, li, dl, dd, dt {list-style-type: none; }
img {
  aspect-ratio: attr(width) / attr(height);
}
.img-width{width: 100%;height: auto;}
.main-container { padding:30px 0; background: #fff;margin-bottom: 40px; }
.bghui{background: #f9f9f9;}
.bgbai{background: #fff}
.container-1800{max-width: 1830px;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*/

/*#endregion*/

.header { top: 0; background: #ffffff; }
.header .header-top{padding: 0 80px;}
.header .top-logo{display: flex;align-items: center;}
.header .top-desc-box{display: flex;justify-content: flex-end;align-items: center;}
.header .top-desc-box .top-desc{display: flex;align-items: center;margin-right: 90px;}
.header .top-desc-box .top-desc:last-child{margin-right: 0;}
.header .top-desc-box .top-desc .img{padding-right: 12px;}
.header .top-desc-box .top-desc .p1{font-weight: bold;color: #000000;font-size: 16px;line-height: 24px;}
.header .top-desc-box .top-desc .p2{color: #696969;font-size: 16px;}

.header .header-bottom{display: flex;justify-content: space-between;align-items:flex-end;position: relative; }
.header .header-bottom .left{width: 100%; height: 63px;background: #fff;display: flex;align-items: center;}
.header .header-bottom .right{width: 0%;background: url(../../images/topnav-bg.jpg) no-repeat left #d0000e;height: 63px;display: flex;align-items: center;justify-content: center;}
.header .header-bottom .right .right-nav-a{font-size: 24px;color: #fefefe;}
.header .header-bottom .right .right-nav-a:hover{text-decoration: underline;}

.navbar { padding: 0px;position: relative; z-index: 9999;}
.navbar-custom { top: 0; z-index: 2; justify-content: center;  }
.navbar-custom .navbar-nav > .nav-item { }
.navbar-custom .navbar-nav .nav-item { font-size: 18px; min-width: 100px;font-family: Arial; }
.navbar-custom .navbar-nav .nav-item:before{content: "";color: #fff;display: inline-block;float: left;margin-top: 9px; padding-left: 10px;padding-right: 10px;}
.navbar-custom .navbar-nav .nav-link { padding: 0.4rem 2rem; text-align: center; color:#000000; font-size: 18px; overflow: hidden;text-align: center;border-bottom: 3px solid transparent;}
.navbar-custom .navbar-nav .nav-link:hover, .navbar-custom .navbar-nav .nav-link:focus { color: #fff; transition: 0.3s all; border-bottom: 3px solid #d0000f; }
.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; border-bottom: 3px solid #d0000f; }
.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 .nav-link:hover{color: #000;border-bottom: 3px solid #7CFC00; }

.header-mb{display: none;}

@media(max-width:768px) {
    .header-mb .navbar-brand .img-fluid{width: 80%;}
    .header{display: none;}
    .header-mb{display: block;}
    .navbar-custom{z-index: 99;}
    .navbar-custom .navbar-nav .nav-item { padding: 0; }
    .navbar-custom .navbar-collapse { background: #003b82; border-top: 1px solid #fff;border-bottom: 1px solid #03448d; position: absolute; top: 100%; width: 100%; left: 0; }
    .mb-navbtn{border:2px solid #003b82;border-radius: 5px;}
.dropdown.lang .dropdown-toggle{background: #fff;}
    .dropdown-menu{min-width: 80px;}
}

@media(max-width:1500px) {
    .header .header-bottom .left{width: 80%; }
    .header .header-bottom .right{width: 20%;}
    .navbar-custom .navbar-nav .nav-item { margin: 0 5px;min-width: 80px;}
    .header .top-desc-box .top-desc{margin-right: 30px;}
    .navbar-custom .navbar-nav .nav-link{padding: 0.4rem;font-size: 16px;}
}
/*#endregion*/

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

.ny-nav{padding-top: 0px;padding-bottom: 20px;}

.ny-nav-title{background: #000000;font-size: 18px;line-height: 24px;color: #fff;padding: 12px;display: flex;align-items: center;}

.menu-horizontal-wrapper { margin-bottom: 0px; font-size: 18px;   }
.menu-horizontal { display: block;box-shadow: 2px 2px 4px #d7d0d0;}
.menu-horizontal .nav-item {  display: block; margin-bottom: 1px; }
.menu-horizontal .nav-link {width: 100%; padding: 12px 15px; color: #808080;display: block;text-align: left;  font-size: 18px; background: #f5f5f5;  }

.menu-horizontal .nav-item.active .nav-link,.menu-horizontal .nav-item:hover .nav-link {background: #008000; color: #fff; transition: all 0.3s; }
.menu-horizontal .nav-item.active .nav-link:before,.menu-horizontal .nav-item:hover .nav-link:before{color: #fff; transition: all 0.3s; }

.menu-horizontal .nav-item.active .menu-horizontal-child{display: flex;}

.menu-horizontal-child {  display: none; flex-wrap: wrap; background: #f4f4f4; padding: 10px 20px;  }
.menu-horizontal-child .nav-item-child{display: flex;align-items: center;position: relative;margin: 2px 10px 2px 0;}
.menu-horizontal-child .nav-link-child:before { content: "\f054";font-family: cmsfont; font-size: 0.75rem; margin-right: 5px; color: #808080}
.menu-horizontal-child .nav-link-child { color: #808080;font-size: 14px;line-height: 31px; padding: 0px 10px; }
.menu-horizontal-child .nav-link-child:hover,.menu-horizontal-child .nav-link-child.active{color: #d0000e; transition: all 0.3s;}
.menu-horizontal-child .nav-link-child:hover:before,.menu-horizontal-child .nav-link-child.active:before{color: #d0000e}



.ny-nav-about{margin-top: 40px; }
.ny-nav-about .menu-horizontal-about { display: flex;justify-content: center;margin-bottom: 0px; }
.menu-horizontal-about .nav-item-about {  display:block ; margin-right: 5px;margin-left: 5px; border-radius: 25px;overflow: hidden;}
.menu-horizontal-about .nav-link-about {width: 100%; padding: 12px 20px; color: #808080;display: block;text-align: left;  font-size: 16px; background: #ebebeb; }
.menu-horizontal-about .nav-link-about:before { content: "●"; font-size: 0.75rem; margin-right: 5px; color: #787878}
.menu-horizontal-about .nav-link-about.active,.menu-horizontal-about .nav-link-about:hover {background: #003b82; color: #fff;  }
.menu-horizontal-about .nav-link-about.active:before,.menu-horizontal-about .nav-link-about:hover:before{color: #fff; }

@media(max-width:768px) {
    .menu-horizontal .nav-item { margin: 0; }
    .menu-horizontal-child { justify-content: left; }
    .menu-horizontal-child .nav-link { padding: 0.5rem 1.5rem; }
    .ny-nav-about{ border-bottom: 0px solid #1ba7e2;}
}
/*#endregion*/

/*#region 位置导航*/
.ny-crumb{background: url(../image/banner-ny.jpg) no-repeat center; }
.page-title { display: -ms-flexbox; display: flex; color: #fff; justify-content: center; align-items: center; height: 136px; }
.page-title a{color: #fff;}
.ny-crumb .title {margin-bottom: 15px; font-size: 30px;text-align: center; align-self: center;color: #fff; }
.page-title .breadcrumb { justify-content: center; }
.breadcrumb-item + .breadcrumb-item::before { color: #fff;font-family: cmsfont; content: "\f324";font-size: 10px;  }
.page-title .breadcrumb:before { font-family: cmsfont; content: "\f016"; margin-right: 0.25rem; color: #fff}

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

/*#region 底部*/
footer {  color: #fff; }
footer .foot-bottom{background: #000000; text-align: center;line-height: 20px;padding:10px 0px;font-family: Arial; }
@media(max-width:768px) {
    footer .foot-bottom{margin-bottom: 48px; padding-bottom: 15px;text-align: center;}
    footer .foot-bottom .share{margin-top: 10px;}
    footer .foot-bg{display: none;}
}
/*#endregion*/

/*#region 首页*/
.home-title{text-align: center;font-size: 30px;font-weight: bold;color: #E47833;}
.home-desc{font-size: 18px;text-align: center;color: #8b8b8b; margin-top: 20px;}
.home-title2{text-align: center;font-size: 30px;font-weight: bold;color: #000000;}

.home-service .text{background: #8b8b8b;height: 100%;padding: 30px; color: #fff;position: relative;}
.home-service h3{font-size: 26px;font-weight: bold;margin-bottom: 20px;}
.home-service p{font-size: 14px;line-height: 30px;color: #fff;}
.home-service .more{position: absolute;bottom: 30px;right: 30px;font-size: 14px;color: #fff;}
.home-service .more span{margin-right: 10px;}
.home-service .img.left:after {
    content: "";
    border-top: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #8b8b8b;
    position: absolute;
    top: 100px;
    left: 0;
}
.home-service .img.right:after {
    content: "";
    border-top: 14px solid transparent;
    border-right: 14px solid #8b8b8b;
    border-bottom: 14px solid transparent;
    border-left: 14px solid transparent;
    position: absolute;
    top: 100px;
    right: 0;
}

.home-pro{padding: 40px 0 10px;position: relative;}


.home-pro .col-md-6{border-bottom: 2px solid #fff;border-right: 1px solid #fff;}
.home-pro .col-md-6:nth-child(2n){border-left: 1px solid #fff;border-right: 0px solid #fff; }
.home-pro .pro-box{ position: relative; height: 522px;display: flex;align-items: flex-end; padding-left: 40px; padding-right: 20px;background-size: cover!important;}
.home-pro .pro-box .title{display: flex;align-items: flex-end;margin-bottom: 20px;justify-content: space-between;width: 100%; }
.home-pro .pro-box .title .more{display: flex;align-items: center;width: 80%;}
.home-pro .pro-box .title .more-link{border-radius: 10px;overflow: hidden;display: flex;}
.home-pro .pro-box .title .more .left{background:#d00000;text-align: center;color: #fff;padding: 15px 20px; font-size: 16px;}
.home-pro .pro-box .title .more .right{background:#fff;text-align: center;color: #000000;padding:15px 25px; font-size: 16px;}
.home-pro .pro-box .pro-link{display: flex;align-items: center;}

.home-pro .pro-box .pro-link a{font-size: 16px;color: #373737;}

.home-pro .pro-box:hover .title .pro-link,.home-pro .pro-box:hover .title .right{color: #00FF00;transition: all 0.3s;}
.home-pro .pro-box .title .imgx{width: 20%;display: flex;justify-content: flex-end;}
.more-box{width: 100%;display: flex;justify-content: center; padding-bottom: 40px;}
.more-box .more{background: #ce0a0d; padding: 10px 55px; display: inline-block;border-radius: 10px;overflow: hidden;font-size: 18px;color: #fff; margin:40px auto 0;}
.more-box .more:hover{transition: all 0.3s;text-decoration: underline;}

.home-tese{padding: 30px 0px;}
.home-tese .col-md-3{height: 633px; padding: 30px 40px;cursor: pointer;position: relative;}
.home-tese .col-md-3 a{display: block;width: 100%;height: 100%;position: absolute;top:0;left: 0;right: 0;bottom: 0;}
.home-tese .tese-box .tese1{display: flex;align-items: flex-end;}
.home-tese .tese-box .tese1 .num{font-size: 30px;color: #fff;font-family: Arial;font-weight: bold;line-height: 30px;}
.home-tese .tese-box .tese1 .text{font-size: 18px;color: #fff;font-weight: bold;  padding-left: 10px;}
.home-tese .tese-box .tese2{font-size: 15px;color: #fff;line-height: 26px;margin-top: 10px;}
.home-tese .col-md-3:hover .tese-box{padding-top: 200px;transition: all 0.5s;}

.home-app{background: #fff;padding: 20px 15px 20px;}
.home-app .app-box .img{overflow: hidden; border: 3px solid #fff;}

.home-news{background: #ffffff;padding: 20px 0 40px;}
.home-news .news-col { margin-bottom: 20px;display: flex;justify-content: space-between; align-items: center;background: #f1f1f1; }
.home-news .news-col .img{width: 35%; }
.home-news .news-col .text{width: 65%; padding: 0 30px;}
.home-news .news-col .text h3{ line-height: 24px;margin-bottom: 10px;font-weight: bold; display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;white-space: normal !important;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.home-news .news-col .text h3 a{font-size: 18px; color: #242424;}
.home-news .news-col .text p{font-size: 14px; color: #636363; 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-col time{font-size: 14px;color: #d70000;}
.home-news .news-col .text h3 a:hover{color:#d70000;transition: all 0.3s; }

.home-link{padding: 20px 75px;background: #000000; margin-top: 30px;position: relative;}
.home-link .swiper-slide {border-radius: 10px;overflow: hidden;}
#swiper-button-prev-home-link{background: url(../image/hmlink-tbl.png) no-repeat center; width: 38px;height: 38px; left: 20px;}
#swiper-button-next-home-link{background: url(../image/hmlink-tbr.png) no-repeat center; width: 38px;height: 38px; right: 20px;}
#swiper-button-prev-home-link:after,#swiper-button-next-home-link:after{display: none;}

.home-contact{padding: 40px 70px;background: #fff;font-family: Arial}
.home-contact .title{font-size: 24px;line-height: 24px;color: #1e1e1e;font-weight: bold;margin-bottom: 20px;}
.home-contact .contacts{display: flex;flex-wrap: wrap;}
.home-contact .contacts .item{width: 100%;display: flex;align-items: center;margin-bottom: 10px;}
.home-contact .contacts .item .text{padding-left: 15px;}
.home-contact .contacts .item .text h5{font-size: 16px;color: #1e1e1e;font-weight: bold;}
.home-contact .contacts .item .text p{font-size: 15px;color: #1e1e1e;}

@media(max-width:768px) {
    .home-service p{margin-bottom: 50px;}
    .home-service .img.left:after,.home-service .img.right:after{display: none;}

    .home-pro .pro-box{height: 300px;padding-left: 15px;padding-right: 15px;}
    .home-pro .pro-box .title .more-link{display: none;}
    .home-pro .pro-box .pro-link:before{margin-left: 0;}
    .home-pro .pro-box .title .imgx{display: none;}
    .home-pro .pro-box .title .more{width: 100%;}

    .home-tese .col-md-3{height: auto;}
    .home-tese .col-md-3:hover .tese-box{padding-top: 30px;}

    .home-news .news-col .text h3{margin-bottom: 0;}
    .home-news .news-col .text p{margin-bottom: 0;}

    .home-contact{padding: 40px 15px;}
}

/*#endregion*/

/*#region 文章单页*/
/*#region about wrapper*/
.ny-title{font-size: 24px; font-weight: bold;color: #4b4b4b;margin-bottom: 10px; border-left: 5px solid #d0000e; padding-left: 10px;margin-bottom: 30px; }
.hr{border-bottom: 1px solid #d4d4d4;display: block;margin-bottom: 25px;}

.about-wrapper { padding:30px 0;  }
.about-wrapper .comimgr1{margin-left: 22px;}
.about-wrapper .comimgr2{margin-left: 22px;margin-top: 10px;}
.about-wrapper .content p{font-size: 16px;color: #4b4b4b;line-height: 24px; margin-bottom: 15px;}
.about-wrapper .content table p{margin-bottom: 0;}
.about-wrapper .content table{display:table; }
.about-wrapper .com-service{background: #ebebeb}
.about-wrapper .com-service .col-md-3{padding: 7px;}
.about-wrapper .com-service .col-md-3 .text{padding: 50px 25px 0;}
.about-wrapper .com-service .col-md-3 .text h3{font-weight: bold;color: #141414;font-size: 26px;margin-bottom: 10px;}
.about-wrapper .com-service .col-md-3 .text p{font-size: 14px;color: #141414;line-height: 22px;}
.about-wrapper .home-contact{padding: 40px 0px;}
.about-wrapper iframe{width: 100%;}
.about-wrapper .comimg{position: relative;width: 100%; }
.about-wrapper .comimg video{width: 100%;height: 470px;}

@media(max-width:768px) {
    .about-wrapper .comimgr1{margin-left: 0px;margin-top: 10px;}
    .about-wrapper .comimgr2{margin-left: 0px;margin-top: 10px;}
    .about-wrapper .com-service .col-md-3 .text{padding: 20px;}
    .about-wrapper .home-contact{padding: 40px 0px 0;}
    .content img{width: 100%;}
    .about-wrapper .comimg video{width: 100%;height: 200px;}
}

/*#region contact-wrapper*/
.contact-wrapper { padding: 30px 0; }
.contact-title{text-align: center;font-size: 30px;font-weight: bold;margin-bottom: 20px}
.contact-img{margin: 0 auto;width: 336px;margin-bottom: 40px}
.contact-box{display: flex;margin-bottom: 35px;}
.contact-box .img{padding-right: 25px;}
.contact-box strong{font-size: 20px;}
.contact-box p{ margin-bottom: 0;margin-top: 5px; font-size: 14px;}
.contact-feedback{border: 1px solid #dddddd;border-radius: 10px;overflow: hidden;padding: 25px;}
.contact-feedback h2{font-size: 24px;font-weight: bold; margin-bottom: 20px;}

/*#endregion*/


/*#region 产品列表*/
.pro-wrapper {padding:30px 0; background: #fff;margin-bottom: 40px;}
.pro-wrapper .ny-pro-title{font-size: 23px;font-weight: bold;color: #5a5a5a; background: #f4f4f4;padding: 10px 10px;margin-bottom: 15px;}

.pro-wrapper .pro-desc{font-size: 15px;color: #7d7d7d; margin-bottom: 20px;}
.pro-wrapper .pro-box{ margin-bottom: 20px; border: 1px solid #033e83; }
.pro-wrapper .pro-box .img{ position: relative;overflow: hidden; }
.pro-wrapper .pro-box h4{text-align: center; line-height: 40px; background: #033e83;color: #fff; padding-left: 10px;padding-right: 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.pro-wrapper .pro-box h4 a{font-size: 16px; color: #fff; }
.pro-wrapper .pro-box:hover h4 a{text-decoration: underline;}

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

/*#region 文章列表*/
/*#region news list*/
.news-wrapper {padding:30px 0; }
.news-row{display: flex;flex-wrap: wrap;}
.news-row .news-col{width: 50%; padding: 10px 90px 20px 30px;border: 1px solid transparent;}
.news-row .news-col:first-child {border-bottom: 1px solid #e2e2e2}
.news-row .news-col:nth-child(2n) {border-bottom: 1px solid #e2e2e2;border-left: 1px solid #e2e2e2;padding: 10px 30px 20px 90px;}
.news-row .news-col:nth-child(3n) {padding-top: 30px;}
.news-row .news-col:nth-child(4n) {border-left: 1px solid #e2e2e2;padding-top: 30px;border-bottom: 1px solid transparent;}
.news-row .news-col .text h3{margin-top: 30px;margin-bottom: 25px; font-size: 20px;font-weight: bold;color: #222222;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.news-row .news-col .text h3 a{font-size: 20px;font-weight: bold;color: #222222;}
.news-row .news-col .text h3:hover a,.news-row .news-col .text h3:hover{transition: all 0.3s;color: #d0000e;}
.news-row .news-col .text p{font-size: 17px;color: #666666;line-height: 32px;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-row .news-col .text time{font-size: 60px;color: #ededed; font-family: Arial;font-weight: bold;}
.new-row img{border:1px solid black; }
@media(max-width:768px) {
    .news-row .news-col{width: 100%;padding: 0; margin-bottom: 20px;}
    .news-row .news-col .text time{font-size: 32px;}
    .news-row .news-col:first-child {border-bottom: 1px solid #e2e2e2;padding: 0;}
    .news-row .news-col:nth-child(2n) {border-bottom: 1px solid #e2e2e2;border-left: 0px solid #e2e2e2;padding: 0;}
    .news-row .news-col:nth-child(3n) {border-bottom: 1px solid #e2e2e2;}
    .news-row .news-col:nth-child(4n) {border-left: 0px solid #e2e2e2;border-bottom: 1px solid #e2e2e2;}
    .news-row .news-col .text h3{margin-top: 15px;margin-bottom: 0px;}
}
/*#endregion*/
/*#region cert-container*/
.cert-col { margin-bottom: 1.5rem; margin-top: 0.5rem; }
.cert-col .card { padding: 1.3rem; background: #f7f7f7;  }
.cert-col .card-thumb { border: 1px solid #024b99; 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; }
}

.worksp-box{border: 1px solid #efefef;margin-bottom: 30px;cursor: pointer;}
.worksp-box .title{font-size: 22px;line-height: 36px;color: #3e3e3e;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding: 40px 40px 0px;font-weight: bold;}
.worksp-box .img{padding: 30px 40px 40px;border-bottom: 2px solid #fff;}
.worksp-box .img a{width: 100%;}
.worksp-box:hover .img{border-bottom: 2px solid #ce0a0d;}
.worksp-box:hover{border-bottom: 1px solid #ce0a0d;box-shadow: 4px 4px 8px #f0f0f0;}
.worksp-box:hover .title{color: #ce0a0d;}

@media(max-width:768px) {
    .worksp-box .title{padding: 20px 20px 0px;font-size: 18px;}
    .worksp-box .img{padding: 15px 20px 20px;border-bottom: 2px solid #fff;}
}

/*#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: 1.25rem; padding: 14px;border: 1px solid #d1d1d1;border-radius: 10px;overflow: hidden;}
.img-col .card-thumb {  height: 100%; }
.img-col .card-title{flex-grow: 1;margin: 0;padding: 0.5rem 0.75rem;color: #9e9e9e; text-align: center;font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

@media(max-width:768px) {

}

.link-col{border: 1px solid #003b82;box-shadow: 4px 4px 8px #e3dddd; border-radius: 10px;overflow: hidden;height: 125px;margin-bottom: 20px; display: flex;align-items: center;justify-content: center;}
@media(max-width:768px) {

}

/*#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: #ce0a0d;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: #008000;margin-bottom: 1px; padding: 0px 25px;height: 70px; display: flex;justify-content: space-between; align-items: center;position: relative;width: 100%;}
.faq-list .faq-box .num{ width: 5%;text-align: center; background: #fff;padding: 5px;font-size: 16px;color: #d0000e;font-weight: bold;border-radius: 10px;overflow: hidden;}
.faq-list .faq-box .title{width: 92%; padding-left:10px;font-size: 18px;line-height: 22px;color: #ffffff;padding-right: 20px; display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.faq-list .faq-box .tb{width: 3%;background: #fff;font-size: 16px;color: #be402e;text-align: center;}
.faq-list .faq-li .faq-a{background: #f0f0f0;padding: 25px;display: none;width: 100%;}
.faq-list .faq-li .faq-a-text{font-size: 15px;color: #000000;line-height: 24px;}
.faq-list .faq-li .faq-a-text span{font-size: 15px;line-height: 24px;color: #d0000e;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: 50px; font-weight: bold;}

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

/*#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: #ececec; }
.content-wrapper .nav-link { padding: 0.4rem 1.75rem; border-color: transparent #dee2e6 transparent transparent !important; }
.content-wrapper .nav-tabs .active { border-top: solid 3px #FF8000 !important; font-size: 16px; }

/*产品内容*/
.content-wrapper.product { border: 1px solid #e9eef4;font-size:15px;}
.content-wrapper.product .content { padding: 1.5rem 1rem; background: #fff; }
.product-head .product-thumb { border: 1px solid #dadada; }
.pronr-title{text-align: left;font-size: 28px;color: #5a5a5a;font-weight: bold; line-height: 32px;margin-bottom: 20px;}
.product-head { margin-bottom: 1.5rem; padding: 22px; background: #f9f9f9; }
.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-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 .content-pro-title{background: #FF8000;color: #fff;padding: 13px 16px;font-size: 18px;margin-bottom: 0;}
.content-pro h5{font-size: 16px;color: #5a5a5a; padding: 15px 10px; margin-bottom: 0;text-align: center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.content-pro .box{padding: 20px 0 0;}
.content-pro .pro-box{border: none;}
.content-pro .pro-box .img{overflow: hidden;border:3px solid #f0f0f0;}
.content-pro .pro-box  a{color: #898989;}
.content-pro .pro-box:hover h5 a{color: #d0000e;transition: all 0.3s;}
.content-pro .pro-box:hover h5{color: #d0000e;transition: all 0.3s;}

.content-news{margin-top: 10px;  }
.content-news .content-news-title{font-size: 21px;color: #414141;font-weight: bold;line-height: 32px;margin-bottom: 15px;}
.content-news .news-col{border-bottom: 1px dashed #c6c6c6; padding-bottom: 15px; margin-top: 5px;margin-bottom: 15px;}
.content-news .news-col h4 a{color: #414141;font-size: 18px;}
.content-news .news-col h4 a:hover{ color: #d0000e;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{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom: 10px;}

/*文章内容*/
/*#region newsnr-container*/
/*#region newsnr-container*/
.newsnr-container{padding:30px 0; margin-bottom: 40px; }
.newsnr-container .title { font-size: 1.5rem; color: #000; text-align: center; }
.newsnr-container .content { font-family: 微软雅黑;  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: #fff;padding: 25px 0; font-size: 16px;color: #0172aa;}
.content-other a{color: #3d3d3d;}
.content-other a:hover{ color: #0172aa;transition: all 0.3s; }

.hot-pro { height: 100%; }
.hot-pro .hot-pro-title{background: #FF8000;color: #fff;padding: 13px 16px;font-size: 18px;margin-bottom: 0;}
.hot-pro h4{font-size: 16px;color: #5a5a5a; padding: 15px 10px; margin-bottom: 0;text-align: center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.hot-pro .box{padding: 20px;}
.hot-pro .pro-box .img{overflow: hidden;border:3px solid #f0f0f0;}
.hot-pro .pro-box  a{color: #898989;}
.hot-pro .pro-box:hover h4 a{color: #d0000e;transition: all 0.3s;}
.hot-pro .pro-box:hover h4{color: #d0000e;transition: all 0.3s;}

.hot-news {padding: 0px 0px;}
.hot-news .news-box{border:2px solid #DEDEDE;margin-top: 20px;}
.hot-news-title{background: #003B81;color: #fff;padding: 13px 16px;font-size: 18px;margin-bottom: 20px;}
.hot-news .news-box{ margin-top: 5px;margin-bottom: 15px;}
.hot-news .news-box .title{width:90%;margin-left:20px;margin-top: 10px; font-size: 18px;font-weight:bold;color: #2d2c2c; text-align: left; 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{width:90%;margin-left:20px;font-size: 14px;color: #aaaaaa;line-height: 20px;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: 3;
-webkit-box-orient: vertical;}
.hot-news .news-box .title:hover a{color: #d0000e;transition: all 0.3s; }
.hot-news .news-box .title:hover{color: #d0000e;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: #d0000e; border-color: #d0000e; }

/*留言*/
.product-head .feedback-title{ font-size: 18px;font-weight: bold; color: #52595d;text-align: center; padding-top: 20px; padding-bottom: 10px; }
.form-feedback .btn { color: #777; color: #fff; background: #008000;border-radius: 5px; }
.form-feedback .form-control{border-radius: 5px; background: #fff; color: #4b4b4b; border-color: #d7d7d7; }
.form-feedback .btn{height: 48px;padding: 6px 30px;}
.form-feedback .btn:hover{background:#0172ad }

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

/*手机端底部菜单*/
.mobile-nav{position: fixed;bottom: 0;left: 0;right: 0;height: 48px; background: #003b82;z-index: 999;display: flex;border-top: 2px solid #fff;}
.mobile-nav .item{width: 25%;border-left: 1px solid rgba(255,255,255,.2);}
.mobile-nav .item a{font-size: 12px;color: #fff;display: block; text-align: center;line-height: 20px;padding-top: 8px;}
.mobile-nav .item:first-child{border-left: 0px;}
.mobile-nav .item a:before{font-family: cmsfont; font-size: 14px; color: #fff;display: block; line-height: 16px;}
.mobile-nav .mobile-nav-home:before{content: "\f80a";font-family: cmsfont; font-size: 14px;}
.mobile-nav .mobile-nav-pro:before{content: "\f07a";font-family: cmsfont; font-size: 14px;}
.mobile-nav .mobile-nav-tel:before{content: "\f87a";font-family: cmsfont; font-size: 14px;}
.mobile-nav .mobile-nav-feedback:before{content: "\f0e0";font-family: cmsfont; font-size: 14px;}

.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: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;}
.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;}
.reveal-modal-pro{visibility:hidden;top:0;left:0;width:100%;position:absolute;z-index:1001;background-color:#f7f7f7;height:100vh; overflow-y:auto;}
.reveal-modal-pro h2{width:100%;text-align:center;font-size:18px;text-transform:uppercase;line-height:45px;background:#fff;margin-bottom:0;margin-top:0;}
.reveal-modal-pro h3{width:100%;font-size:16px;text-transform:uppercase;line-height:45px;font-weight:bold;background:#e4e4e4;padding-left:15px;margin-top:0;margin-bottom:0;}
.reveal-modal-pro ul,.reveal-modal-pro ul li{list-style:none;padding:0;margin:0;}
.reveal-modal-pro .mb-pro-nav>li{border-top:1px solid #fff;border-bottom:1px solid #ddd;font-size:14px;line-height:1.2;text-transform:capitalize;position:relative;}
.reveal-modal-pro .mb-pro-nav>li>a{padding-left:20px;}
.reveal-modal-pro .mb-pro-nav>li a{display:block;padding-top:12px;padding-bottom:12px;padding-right:20px;}
.reveal-modal-pro .mb-pro-nav>li ul{display:none;}
.reveal-modal-pro .mb-pro-nav .hasul>a:after{content:'\f107';font-family:cmsfont;color:#999;font-size:18px;position:absolute;width:12px;height:18px;line-height:18px;text-align:center;right:10px;top:13px;font-weight:400;}
.reveal-modal-pro .mb-pro-nav>li.active>a{font-weight:bold;background:#eee;}
.reveal-modal-pro .mb-pro-nav>li.active{background:#eee;border-bottom:3px solid #dadada;}
.reveal-modal-pro .mb-pro-nav>li ul li{border-top:1px dotted #ccc;font-size:12px;}
.reveal-modal-pro .mb-pro-nav>li ul li a{padding-left:36px;}
.reveal-modal-pro .close-reveal-modal{font-size:30px;line-height:0.5;position:absolute;top:42px;padding: 15px; right:11px;color:#333;text-shadow:0 -1px 1px rbga(0,0,0,.6);font-weight:bold;cursor:pointer;}

@media(max-width:768px) {
    .totop{z-index: 99;bottom: 60px;}
    footer {margin-bottom: 48px; }
}
.card-thumb{border:1px solid #ccc;}