/*#region 通用*/
body { color: #000; font-size: 14px; font-family: 微软雅黑;  }
.img-width{width: 100%;height: auto;}
.main-container { padding-top: 30px; padding-bottom: 40px; }
.bghui{background: #e6e6e6;}
.bgbai{background: #fff}
@media(max-width:768px) {
    
}
/*#endregion*/

/*#region 头部*/
.header { top: 0;background: #e6e6e6;  }
.header-top-bg{background: #da261d;}
.top-wc{font-size: 14px;color: #fff; line-height: 42px;}
.header-top{display: flex;justify-content: flex-end;align-items: center;height: 42px;}
.header-top .top-lang{margin-right: 10px;}
.header-top .top-lang .dropdown.lang .dropdown-toggle{ background: #da261d;color: #fff; }
.header-top .dropdown-menu{min-width: 50px;}

.header-md-bg{background: url(../../images/topbg.jpg) no-repeat center; }
.header-md-bg .logo{padding-top: 20px;padding-bottom: 30px;}
.header-md-bg .top-tel{display: flex;float: right;background: #000;padding: 10px 15px;border-radius: 15px;overflow: hidden;color: #fff; margin-top: 25px;}
.header-md-bg .top-tel .right{padding-left: 15px;margin-top: 5px;}
.header-md-bg .top-tel .right p{margin-bottom: 0;line-height: 28px;}

.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: 120px; padding-top: 20px;padding-bottom: 20px; margin: 0 20px; }
.navbar-custom .navbar-nav .nav-item:last-child { border-right: 0px solid #dadada;  }
.navbar-custom .navbar-nav .nav-link { padding: 0.5rem 0.5rem; text-align: center; color:#000; font-size: 18px; overflow: hidden;font-weight: bold;text-align: center;border-bottom: 1px solid #e6e6e6;}
.navbar-custom .navbar-nav .nav-link:hover, .navbar-custom .navbar-nav .nav-link:focus { color: #da261d; transition: 0.3s all;border-bottom: 1px solid #c40000; }
.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: #da261d; border-bottom: 1px solid #c40000; }
.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: #da261d; transition: 0.3s all;border-bottom: 1px solid #c40000;}


@media(max-width:992px) {
    .dropdown-menu { box-shadow: none; background: transparent; }
    .navbar-custom .navbar-nav .nav-item { margin-left: 15px; margin-right: 15px; margin-top: 5px;margin-bottom: 5px; }
    .navbar-custom .navbar-collapse { background: #fff; border-top: 1px solid #f2f3f4; position: absolute; top: 100%; width: 100%; left: 0; }
}

@media(max-width:576px) {
    .header { background: #da261d;  }
    .header .icon.icon-bars{color: #fff;}
    .header-top .social a { padding-top: 10px; }
    .navbar-nav { border-top: 1px solid #f2f2f2 }
    .navbar-brand { padding: 12px 0px; }
    .navbar-brand > .img-fluid { max-width: 260px; height: 60px; }
    .navbar-custom { margin-top: 0px;z-index: 999; }
    .navbar-custom .navbar-nav .nav-link { padding: 0.5rem 1.5rem; }
    .navbar-custom .navbar-nav .nav-item { background: none;padding-top: 0px;padding-bottom: 0px; }
    .dropdown-item { text-align: center; padding: 0.5rem 0;}
    .dropdown-menu { box-shadow: none; background: #fff; }
    .dropdown-menu li{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
}
/*#endregion*/

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

.ny-nav{margin-top: 30px;}
.menu-horizontal-wrapper { margin-bottom: 0px; font-size: 18px;  }
.menu-horizontal { display: flex;flex-wrap: wrap;justify-content: flex-start;}
.menu-horizontal .nav-item {  display: block;  margin-right: 10px;margin-bottom: 15px;}
.menu-horizontal .nav-link { padding: 12px 15px; color: #fff;display: block;text-align: left;  font-size: 16px; background: #000; }
.menu-horizontal .nav-link:before { content: "●"; font-size: 0.75rem; margin-right: 5px; color: #fff }
.menu-horizontal .nav-link.active,.menu-horizontal .nav-link:hover {background: #db271d; color: #fff; transition: all 0.3s; }

.ny-nav2{border-bottom: 1px solid #000;}
.ny-nav-child{ margin-bottom: 40px; }
.menu-horizontal-child {  display: flex; flex-wrap: wrap; background: #db2d22; padding: 10px; margin-bottom: 30px; }
.menu-horizontal-child li { margin: 5px 20px 5px 0; }
.menu-horizontal-child .nav-link { padding: 5px 10px;  color: #fff; }
.menu-horizontal-child .nav-link:before { content: "●"; font-size: 0.75rem; margin-right: 5px; color: #fff }
.menu-horizontal-child .nav-link.active { color: #db2d22; background: #fff; }
.menu-horizontal-child .nav-link:hover{color: #db2d22; background: #fff;  transition: all 0.3s;}
.menu-horizontal-child .nav-link.active:before,.menu-horizontal-child .nav-link:hover:before{color: #db2d22 }

@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; }
}
/*#endregion*/

/*#region 位置导航*/
.ny-crumb{background: #ffffff; border-bottom: 1px solid #d8d8d8;padding: 20px 0;}
.page-title { display: -ms-flexbox; display: flex; color: #090909; justify-content: flex-start; }
.page-title a{color: #090909;}
.page-title .title { font-family: poppins; margin-bottom: 0; font-size: 1.5rem; font-weight: 300; text-align: center; align-self: center; }
.page-title .breadcrumb { justify-content: center; }
.breadcrumb-item + .breadcrumb-item::before { color: #090909; }
.page-title .breadcrumb:before { font-family: cmsfont; content: "\f016"; margin-right: 0.25rem; color: #db261d}
.page-title .crumb-title{font-size:16px;color: #090909; border-right: 1px solid #090909; margin-right: 10px; padding-right: 10px; margin-bottom: 0;}

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

/*#region 底部*/
footer {  color: #fff;  }
footer .foot-bottom{background: #c40000; }
footer .foot-bottom-box{display: flex;justify-content: space-between;align-items: center;height: 42px;}
footer .foot-box{background: #000; padding: 20px;}
footer .foot-box h2{font-size: 30px;font-weight: bold;margin-bottom: 20px;}
footer .foot-fk{background: #ffffff;padding: 20px;}
footer .foot-fk .feedback-title{text-align: center;color: #4b4b4b;font-size: 32px;margin-bottom: 30px;}
@media(max-width:768px) {
    footer .foot-bottom-box{justify-content: center;height: auto;flex-wrap: wrap; padding-top: 10px;padding-bottom: 10px;}
    footer .foot-bottom-box .foot-bt-lf{width: 100%;text-align: center;padding-bottom: 10px;}
    footer .foot-bottom-box .foot-bt-lf .foot-bt-right{text-align: center;display: flex;justify-content: center;}
}
/*#endregion*/

/*#region 首页*/
.home-title-bg{position: relative; padding: 20px 0;display: flex;justify-content: center;align-items: center;}
.home-title-bg .home-title{text-align: center;font-size: 28px;color: #000;font-weight: bold;display: inline-block;margin: 0 auto;background: #e6e6e6;padding: 5px 22px;z-index: 99;}
.home-title-bg .bg-xt{width: 100%;background: #000;height: 4px;position: absolute;top: 40px;}

.home-num { text-align: center; background: url(../../images/hmnun-bg.jpg) no-repeat top center; padding: 30px 0; background-size: cover; margin-bottom: 25px;}
.home-num .t1 { font-size: 52px; color: #fff;font-weight:bold; font-family: Arial; }
.home-num .t2 { font-size: 16px;  color: #fff; }
.home-num .target2::before { position: absolute; right: 50px; top: 14px; content: "㎡"; font-size: 14px; color: #fff; }

@media(max-width:576px) {
    .home-title { font-size: 30px;  padding-top: 30px; margin-bottom: 30px;  }
    .home-num { margin-top: 0px; }
    .home-num .target2::before { right: 70px; top: 10px; }
}

.home-about{ margin-top: 10px; }
.home-about h1{font-size: 36px;font-weight: bold; text-transform: uppercase; }
.home-about p{font-size: 16px;color: #5c5c5c;}

.home-service{ margin-top: 30px; background: url(../../images/servicebg.jpg) no-repeat top center; color: #fff; margin-bottom: 0px; }
.home-service .ser-box{display: flex;flex-wrap: wrap;  padding: 40px 15px 20px;}
.home-service .ser-box .left{width: 20%; }
.home-service .ser-box .right{width: 80%;}
.home-service .ser-box .right h3{font-size: 21px;font-weight: bold;}
.home-service .ser-box .right p{font-size: 14px; margin-bottom: 0px;}
.home-service .ser-box .right p:before { content: "●"; font-size: 0.75rem; margin-right: 5px; color: #c40000 }
.home-service .serimg-box{padding: 20px;position: relative;}
.home-service .serimg-box .img{border: 3px solid #e6e6e6;}
.home-service .serimg-box:before{
    content: "";
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e6e6e6;
    border-left: 10px solid transparent;
    position: absolute;
    top: 0;
    right: 40px;
}

.home-pro{margin-top: 10px;margin-bottom: 10px;}
.home-pro .pro-box{ margin-bottom: 20px; }
.home-pro .pro-box .img{border:1px solid #767676; position: relative; }
.home-pro .pro-box .simg{width: 100%;height: 100%;  }
.home-pro .pro-box .img .simg img{width: 136px;height: 85px; position: absolute;right: 10px;bottom: 10px;border:1px solid #767676;}
.home-pro .pro-box .img:hover .simg{background:rgba(0,0,0,0.7); transition: all 1s; border:0px solid #767676;}
.home-pro .pro-box .img:hover .simg img{width: 322px;height: 200px;transition: all 1s;right: 20%;border:0px solid #767676;}
.home-pro .pro-box h3{text-align: center; background: #c40000; padding-bottom: 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color: #fff;}
.home-pro .pro-box h3 a{font-size: 18px; color: #fff; padding-left: 10px;padding-right: 10px; }
.home-pro .pro-box h3 a:hover{transition: all 0.3s;text-decoration: underline; }

.home-app{margin-bottom: 10px;background: url(../../images/appbg.jpg) no-repeat center top; padding: 22px; color: #fff;}
.home-app .app-text{border: 3px solid #bfbfbf; padding: 20px;}
.home-app .app-text h4{font-size: 30px;color:#bfbfbf; font-weight: bold; text-transform: uppercase; }
.home-app .app-text .more{background: #e32235;display: inline-block;padding: 10px 60px; color: #fff;border-radius: 20px;}
.home-app .swiper-container{height: 320px;}
.home-app .swiper-container .img{ padding: 10px; }
.home-app .swiper-container h5{text-align: center; font-size: 18px;color: #fff;}
.home-app .swiper-container h5 a{color: #fff;}
.home-app .swiper-container h5 a:hover{color: #c40000;transition: all 0.3s;}
.home-app .swiper-pagination-bullet{background: #fff;}

.home-news { margin-bottom: 20px; }
.home-news .news-col {  margin-bottom: 20px;display: flex;justify-content: space-between; align-items: center; }
.home-news .news-col .img{width: 30%; border: 1px solid #dadada; }
.home-news .news-col .text{width: 70%; padding: 0 20px;}
.home-news .news-col .text h3{ border-bottom: 1px solid #d5d5d5;  line-height: 30px; font-size: 16px; color: #000000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.home-news .news-col .text p{font-size: 14px; color: #636363; margin-bottom: 5px;}
.home-news .news-col time{font-size: 14px;color: #e51a2d;}
.home-news .news-col .text h3 a:hover{color:#c40000;transition: all 0.3s; }
@media(max-width:768px) {
    .home-about h1{font-size: 26px; }
    .home-service{  background-size: cover; }
    .home-pro .pro-box .img{height: 220px;}
    .home-app{background-size: cover;}
    .home-app .swiper-container{height: 340px;}
    .home-app .swiper-container .img{ padding: 10px 0; }
}

/*#endregion*/

/*#region 文章单页*/
/*#region about wrapper*/
.ny-title{font-size: 26px;color: #090909; margin-bottom: 20px;font-weight: bold;}
.ny-desc{font-size: 18px;color: #6e6e6e;margin-bottom: 30px;}
.index-wrapper{ padding-top: 30px;padding-bottom:40px;  }

.about-wrapper { padding-top: 30px;padding-bottom:40px;  }
.about-wrapper .comimg{margin-bottom: 25px;}
.about-wrapper .text h1{font-size: 30px;color: #090909; margin-bottom: 20px;margin-top: 10px;}
.about-wrapper .text p{font-size: 15px;color: #090909; margin-bottom: 20px; line-height: 36px; }
.about-wrapper .content table p{margin-bottom: 0;}
.about-wrapper .comser-imgb{ }
.about-wrapper .comser-box{display: flex;flex-wrap: wrap;padding-left: 15px;}
.about-wrapper .comser-nr {width: 50%;display: flex;justify-content: center;align-items: center; height: 212px; background: #f5f5f5;overflow: hidden;}
.about-wrapper .comser-nr h3{text-align: center;font-size: 26px;color: #090909;font-weight: bold;}
.about-wrapper .comser-nr h3:after{width: 60px;height: 4px;content: "";background: #000;display: block;margin: 10px auto;}
.about-wrapper .content table{display: table;}

.com-title-1{font-size: 18px;color: #fff;padding: 10px 25px;background: #d52119;display: block;margin-top: 30px; margin-bottom: 0px;}
.com-title-2{font-size: 18px;color: #666666;margin-top: 30px; margin-bottom: 20px; font-weight: bold;}

@media(max-width:768px) {
    .about-wrapper .comser-box{padding-left: 0px;}
    .about-wrapper .comser-nr {height:auto; }
    .about-wrapper .content table{display: block;}
}

/*#region contact-wrapper*/
.contact-wrapper { background: #fff;  color: #1c1c1c; border-radius: 10px;  padding-top: 30px; padding-bottom: 30px; }
.contact-wrapper .contact-box{box-shadow: 4px 4px 8px #f8f8f8;border-radius: 10px;overflow: hidden;}
.contact-wrapper .contactp{padding-top: 40px;padding-bottom: 40px;}
.contact-wrapper .fktitle{ font-size: 24px; margin-bottom: 20px; }
.contact-wrapper .bgcontact {background: url(../../images/contactbg.jpg) no-repeat top center; background-size: cover; overflow: hidden;border-radius: 10px 0 0 10px;}
.contact-content{padding: 10px 35px; color: #fff}
.contact-content h3{font-size: 18px; font-weight: bold;}
.contact-content h4{font-size: 16px; font-weight: bold; margin-top: 40px;}
.contact-content p { font-size: 14px;}
.contact-feedback {padding: 10px 95px;}
.contact-feedback h2{ text-align: center;font-size: 48px;color: #6e6e6e; margin-bottom: 50px; font-weight: bold;}

@media(max-width:768px) {
    .contact-feedback {padding: 10px;}
}

/*#endregion*/

/*#region 产品列表*/
.pro-wrapper {padding-top: 10px;}
.pro-wrapper .ny-pro-title{font-size: 24px;font-weight: bold;color: #171717;}
.pro-wrapper .pro-desc{font-size: 15px;color: #7d7d7d; margin-bottom: 20px;}
.pro-wrapper .pro-box{ margin-bottom: 20px; }
.pro-wrapper .pro-box .img{border:1px solid #767676; position: relative; height: 265px;}
.pro-wrapper .pro-box .simg{width: 100%;height: 100%;  }
.pro-wrapper .pro-box .img .simg img{width: 136px;height: 85px; position: absolute;right: 10px;bottom: 10px;border:1px solid #767676;}
.pro-wrapper .pro-box .img:hover .simg{background:rgba(0,0,0,0.7); transition: all 1s; border:0px solid #767676;}
.pro-wrapper .pro-box .img:hover .simg img{width: 322px;height: 200px;transition: all 1s;right: 20%;border:0px solid #767676;}
.pro-wrapper .pro-box h3{text-align: center; background: #c40000; padding-bottom: 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color: #fff;}
.pro-wrapper .pro-box h3 a{font-size: 18px; color: #fff; padding-left: 10px;padding-right: 10px; }
.pro-wrapper .pro-box h3 a:hover{transition: all 0.3s;text-decoration: underline; }

@media(max-width:768px) {
    .pro-wrapper .pro-box .img{border:1px solid #767676; position: relative; height: 220px;}
}
/*#endregion*/

/*#region 文章列表*/
/*#region news list*/
.news-wrapper {padding-bottom: 40px; padding-top: 30px; }
.news-wrapper .news-col { margin-bottom: 20px;padding: 25px;height: 321px; background: #fff;border-bottom: 1px solid #dadada; }
.news-wrapper .news-col .img{width: 40%; border: 1px solid #dadada;float: left; }
.news-wrapper .news-col .text{width: 58%; float: right;}
.news-wrapper .news-col .text h3{margin-bottom: 20px;  line-height: 24px; font-size: 18px; color: #090909;font-weight: bold; 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 p{font-size: 15px; color: #090909; margin-bottom: 30px; margin-top: 30px;}
.news-wrapper .news-col time{font-size: 14px;color: #808080; background: url(../../images/timetb.jpg) no-repeat center left; padding-left: 16px; }
.news-wrapper .news-col .text h3 a:hover{color:#db261d;transition: all 0.3s; }
.news-wrapper .news-col .text .more{font-size: 15px;color: #db261d;}
.news-wrapper .news-col .text .more:hover{text-decoration: underline;}
.hr{border-bottom: 1px solid #dadada;}
.news-wrapper .news-col:nth-child(2n) .img{float: right;}
.news-wrapper .news-col:nth-child(2n) .text{float: left;}
@media(max-width:768px) {
    .news-wrapper .news-col {height: auto; padding: 25px 0;}
    .news-wrapper .news-col .img{width: 100%; float: none; margin-bottom: 20px; }
    .news-wrapper .news-col .text{width: 100%; float: none;}
    .news-wrapper .news-col:nth-child(2n) .img{float: none;}
.news-wrapper .news-col:nth-child(2n) .text{float: none;}
}
/*#endregion*/

/*#region cert-container*/
.cert-container { padding-bottom: 2rem;  }
.cert-container .cert-col { margin-bottom: 1.5rem; margin-top: 0.5rem; }
.cert-container .cert-col .card { padding: 1rem; background: #f7f7f7;  }
.cert-container .cert-col .card-thumb { border: 1px solid #dbdbdb; display: flex; justify-content: center; align-items: center; overflow: hidden; border: 1px solid #326aa4; }
.cert-container .cert-col .card-title { font-size: 1rem; margin: 0; 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 down list*/
.img-col{ margin-bottom: 1.25rem;}
.img-col .card-thumb { border: 3px solid #c8ddf5; height: 100%; }
.img-col .card-title{flex-grow: 1;margin: 0;padding: 1rem 0.75rem;background: #EEE;text-align: center; background:url(../../images/eqbg.jpg) no-repeat center top; font-size:1rem;}

/*#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{ display: flex;display: -ms-flexbox;justify-content: center;align-items: center;flex-grow: 1;margin: 0;padding: 0.75rem 0.5rem;text-align: center;font-size: 0.875rem;}
.video iframe{width: 100%;}
.video-first .video iframe{width: 100%; height: 367px;}
@media(max-width:768px) {
    .video-first .video iframe{width: 100%; height: 200px;}
    .video-first .left{width: 100%;}
    .video-first .right{width: 100%;padding-top: 20px;padding-bottom: 10px;}
}


/*#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 #303081 !important; font-size: 16px; }

/*产品内容*/
.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; }
.pronr-title{text-align: left;font-size: 24px;color: #171717; font-weight: bold;}
.product-head { margin-bottom: 1.5rem; padding: 22px; background: #f9f9f9; margin-top: 30px; }
.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; }

.product-head .feedback-title{text-align: center;color: #4b4b4b;font-size: 32px;margin-bottom: 30px;}

.content-news{margin-top: 30px;  }
.content-news h3{font-size: 18px;color: #474747;font-weight: bold;}
.content-news .news-col{border-bottom: 1px dashed #c6c6c6; margin-top: 5px;margin-bottom: 15px;}
.content-news .news-col h4 a{color: #000;font-size: 18px;}
.content-news .news-col h4 a:hover{ color: #303081;transition: all 0.3s; }
.content-news .news-col p{ font-size: 14px;color: #7d7878; padding-left: 20px; }

/*文章内容*/
/*#region newsnr-container*/
.newsnr-container{padding-bottom: 35px; border-right: 1px solid #efefef;font-size: 16px;color: #595959;  }
.newsnr-container{ padding-top: 30px; padding-bottom: 2rem; }
.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 50px; }
.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; }
.content-other{background: #e3e3e3;padding: 25px; font-size: 16px;color: #d52119;}
.content-other a{color: #3d3d3d;}
.content-other a:hover{ color: #d52119;transition: all 0.3s; }

@media(max-width:768px) {
    .newsnr-container .content {  padding: 0; }
    .newsnr-container .title { padding-top: 30px; }
}
/*#endregion*/

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

.content-pro { border:1px solid #d6d6d6;}
.content-pro-title { text-align: center; padding: 20px 10px; }
.content-pro-title a { font-size: 0.875rem; color: #6e6e6e; }
.content-pro-title a:hover { color: #db2d22 ;transition: all 0.3s;}

.hot-pro { margin-top: 20px; }
.hot-pro { margin-top: 20px;}
.hot-pro h4{font-size: 16px;color: #db2d22;padding: 15px 0;margin-bottom: 0;text-align: center;}
.hot-pro .box{padding: 20px;border: 1px solid #dddddd}
.hot-pro .pro-box {}
.hot-pro .pro-box p{ text-align: center; margin-bottom: 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; padding-top: 10px; }
.hot-pro .pro-box .img{overflow: hidden;border:1px solid #d6d6d6;}
.hot-pro .pro-box  a:hover{color: #d52119;transition: all 0.3s;}
/*#endregion*/


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

/*留言*/
.form-feedback .btn { color: #777; color: #fff; background: #c40000;border-radius: 10px;}
.form-feedback .form-control{border-radius: 5px;  }
.home-feedback .form-feedback .btn {  background: #c40000 }

/*搜索*/
.search-group { width: 220px; height: 36px; margin-left: 10px;border-radius: 5px ;overflow: hidden;}
.search-group .form-control { background: #fff; border-left: 1px solid #fff;border-right: 0px solid #fff;border-bottom: 1px solid #fff;border-top: 1px solid #fff;}
.search-group .btn { font-size: 14px; color: #fff; border-left: 1px solid #fff; background: #fff; border-radius: 0px;height: 35px;  width: 40px;display: flex;justify-content: center;align-items: center; padding: 6px 15px; margin-bottom: 0; }
.search-group i { color: #11387f; font-size: 1rem; margin-right: 8px; }


/*#表格*/
.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: block; 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: #da261d;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: "\f016";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;}
.reveal-modal-pro h3{width:100%;font-size:16px;text-transform:uppercase;line-height:45px;font-weight:bold;background:#e4e4e4;padding-left:15px;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; }
}