﻿/*#region global*/
body { font-family: -apple-system, BlinkMacSystemFont,Arial, Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";}
a {color: #666;}
a:hover {text-decoration: none;color:#d82128;transition:all 0.5s;}
iframe {border-width: 0;}
.input-group .input-group-addon-img {background: #fff;padding: 3px 6px;cursor: pointer}
.modal-dialog {margin: 80px auto;}
.img-width{width:100%;height:auto;}
.img-responsive{max-width:100%;height:auto;}
.img-thumbnail{max-width:100%;height:auto;}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.text-info{color: #31708f;}
.label-danger {
    background-color: #d9534f;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/ ";
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

@media(min-width:992px) {
    .navbar .nav>li.desktop>.dropdown-menu {  display: none;} 
    .navbar .nav>li.desktop:hover>.dropdown-menu {  display: block;  }
    .navbar .nav>li.desktop>.dropdown-menu>li:hover>.dropdown-menu {display: block;}
}
.dropdown-submenu > a::after {border-left: 4px dashed #777;}
/*#endregion*/
/*#region reset navbar responsive*/
/*default 768px/767px*/
@media(min-width:992px) {
    .navbar-right .dropdown-menu {right: 0;left: auto}
    .navbar-right .dropdown-menu-left {right: auto;left: 0}

    .navbar-header {float: left}
    .navbar-collapse {width: auto;border-top: 0;-webkit-box-shadow: none;box-shadow: none}
    .navbar-collapse.collapse {display: block !important;height: auto !important;padding-bottom: 0;overflow: visible !important}
    .navbar-collapse.in {overflow-y: visible}
    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {padding-right: 0;padding-left: 0}
    .container > .navbar-header,.container-fluid > .navbar-header,.container > .navbar-collapse,.container-fluid > .navbar-collapse {margin-right: 0;margin-left: 0;}
    .navbar > .container .navbar-brand,.navbar > .container-fluid .navbar-brand {margin-left: -15px;}
    .navbar-toggle {display: none}
}

@media(max-width:991px) {
    .navbar-nav .open .dropdown-menu {position: static;float: none;width: auto;margin-top: 0;background-color: transparent;border: 0;-webkit-box-shadow: none;box-shadow: none}
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {padding: 8px 15px 8px 25px}
    .navbar-nav .open .dropdown-menu > li > a {line-height: 20px}
    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {background-image: none}

    .dropdown-submenu > a:after {float: right;margin-top: -10px;margin-right: 5px;display: inline-block;vertical-align: middle;border-top: 4px dashed #777;border-left: 4px solid transparent;border-right: 4px solid transparent;
  }
}

@media(min-width:992px) {
    .navbar-nav {float: left;margin: 0}
    .navbar-nav > li {float: left}
    .navbar-nav > li > a {padding-top: 15px;padding-bottom: 15px}
    .navbar-form .form-group {display: inline-block;margin-bottom: 0;vertical-align: middle}
    .navbar-form .form-control {display: inline-block;width: auto;vertical-align: middle}
    .navbar-form .form-control-static {display: inline-block}
    .navbar-form .input-group {display: inline-table;vertical-align: middle}
    .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {width: auto}
    .navbar-form .input-group > .form-control {width: 100%}
    .navbar-form .control-label {margin-bottom: 0;vertical-align: middle}
    .navbar-form .radio, .navbar-form .checkbox {display: inline-block;margin-top: 0;margin-bottom: 0;vertical-align: middle}
    .navbar-form .radio label, .navbar-form .checkbox label {padding-left: 0}
    .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {position: relative;margin-left: 0}
    .navbar-form .has-feedback .form-control-feedback {top: 0}
}
@media(max-width:991px) {
    .navbar-form .form-group {margin-bottom: 5px}
    .navbar-form .form-group:last-child {margin-bottom: 0}
}
@media(min-width:992px) {
    .navbar-form {width: auto;padding-top: 0;padding-bottom: 0;margin-right: 0;margin-left: 0;border: 0;-webkit-box-shadow: none;box-shadow: none}
    .navbar-text {float: left;margin-right: 15px;margin-left: 15px}
    .navbar-left {float: left !important}
    .navbar-right {float: right !important;margin-right: -15px}
    .navbar-right ~ .navbar-right {margin-right: 0}
}
/*#endregion*/
/*#region top*/
.top {
    background: #D92129;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    color: #fff;
    line-height: 1;
}
.top a { color: #fff;}
/*#endregion*/

/*#region navbar*/
.navbar {
    z-index: 9;
    background: rgba(255,255,255, 0.9);
    border-top: 2px solid #D9D9D9;
    border-bottom: 2px solid #D9D9D9;
}
@media(max-width:992px) {
    .navbar {
        border-top: 1px solid #D9D9D9;
         border-bottom: 1px solid #D9D9D9;
    }
}
.navbar-brand {
    height: auto;
    padding: 12px 15px;
}
.navbar-nav>li>a {
    padding: 25px 25px;
    transition: all 0.1s ease-in;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    margin-top: -2px;
    margin-bottom: -2px;
}
@media(max-width:992px) {
    .navbar-nav>li>a {
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        margin-top: -1px;
        margin-bottom: -1px;
    }
}
.navbar-nav>li>a:hover,.navbar-nav>li.active>a,.navbar-nav>li>a:focus {
    border-top: 2px solid #B9B7B8;
    border-bottom: 2px solid #B9B7B8;
    
}
@media(max-width:992px) {
    .navbar-nav>li>a {
        border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    margin-top: -1px;
    margin-bottom: -1px;
    }
    .navbar-nav>li>a:hover,.navbar-nav>li.active>a,.navbar-nav>li>a:focus {
    border-top: 1px solid #B9B7B8;
    border-bottom: 1px solid #B9B7B8;
    
}
}
@media(max-width:992px) {
    .navbar-header {
        border-bottom: 1px solid #eee;
    }
    .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }
    .navbar-nav>li>a {
        padding: 12px 20px;
        border-bottom: 1px solid #eee;
    }
}
.dropdown-menu {
    font-size: 14px;
    background:rgba(255,255,255,0.95)
}
.navbar-toggle {
    padding: 9px 15px;
    border: 1px solid #eee;
    color:#999;
}
.navbar-nav > li > a:hover, .navbar-nav > li.active > a, .navbar-nav > li > a:focus {
    background-color: rgba(250, 250, 250,0.9);
}
/*.navbar .nav>li>a:focus,.navbar .nav>li>a:hover {
    border-color:#B9B7B8;
}*/
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: rgba(250, 250, 250,0.9);

}
.affix {
    position: fixed;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    top: 0;
    z-index: 10;
    -ms-animation: navbar-slide 0.6s;
    -webkit-animation: navbar-slide 0.6s;
    animation: navbar-slide 0.6s;
}
@keyframes navbar-slide{
    from {top:-75px;}
    to {top:0px;}
}

/*#region banner*/
.banner {
    position: relative;
}
/*#endregion*/
/*#region sidebar*/
.sidebar {
    border: 1px solid #f2f2f2;
    box-shadow: 2px 2px 4px #f2f2f2
}
.sidebar h5 {
    background: #C30C10;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    margin-bottom: 0;
}
.sidebar h5 span:before {
    font-family: fontawesome;
    content: "\f009";
    color: #f2f2f2;
    font-size: 20px;
    margin-left: 20px;
    margin-right: 15px;
}
.sidebar ul>li>a {
    display: block;
    padding: 8px 20px;
    border-bottom: 1px solid #eeeeee;
    transition: all ease 0.2s;
}
.sidebar ul>li>a:hover,.sidebar ul>li>a.active {
    background: #ddd;
    color: #333;
}
/*#endregion*/
/*#region heading*/
.heading {
    line-height: 1;
}
.heading h1,.heading h2,.heading h3 {
    font-size: 26px;
    color: #D92129;
    margin-bottom: 0;
}
.contact-heading h1{
    font-size: 30px;
    font-weight: 100;
    color: #333;
    margin-bottom: 0;
}
/*#endregion*/

/*#region breadcrumb*/
.breadcrumb {
    background: transparent;
    border-bottom: 1px solid #dddddd;
    font-size: 12px;
    padding-left: 0;
    padding-top:5px;padding-bottom:8px;
}
.breadcrumb:before {
    /*font-family: fontawesome;
    content: "\f015";*/
    content: "You are here:";
    color: #777;
    margin-right: 5px;
}
.breadcrumb li{color:#777}
/*#endregion*/

.nav-child>li {
    margin-bottom: 8px;
}
.nav-child>li>a {
    border-radius: 0;

    border: 1px solid #D9D9D9;
    padding: 10px 6px;
    font-weight: 400;
    transition: all ease 0.3s;
    text-align: center;
    font-size: 12px;
    
}
.nav-child>li>a:hover,.nav-child>li>a.active {
    background: #C30C10;
    color: #fff;
}

/*#region product item*/
.product-item {
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
}
.product-item .title{
    font-size:1rem;
    margin-top: 0;
    padding: 6px 0;
}
.product-item .title>a {
    color: #333;
    transition: all 0.1s ease;
}
.product-item .title>a:hover {
    color: #D92129;
}
.product-item .summary {
    color: #757575;
    line-height: 1.6;
    font-size: 12px;

}
.product-item .img-link {
    display: block;
    border: 1px solid #eee;
    overflow: hidden;
}
.product-item .img-link>.img-responsive{
    margin: auto;
    transition: all 0.3s ease-in-out
}
.product-item .img-link:hover>.img-responsive {
    transform: scale(0.9);
}
.product-item .more {
    display: inline-block;
    padding: 5px 20px;
    background: #C30C11;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

.product-list { }
.product-list .caption {
    background: #C30C10;
    color: #fff;
    font-size: 12px;
    padding: 5px 3px;
    text-align: center;
}
.product-list .caption a {
    color: #fff;
}

/*#endregion*/

/*#region article item*/
.article-item {
    padding: 10px;
    margin-bottom: 25px;
    overflow: hidden;
    color: #777;
    transition: all 0.3s ease;
}
.article-item .title,.article-item .title a{
    margin-top: 0;
    font-weight: 300;
    font-size: 20px;
    color: #0287E2;
}
.article-item p { margin-bottom: 0;}
.article-item time {
    display: block; 
    font-size: 12px;
    color: #999;
    font-weight: 100;
}

/*.article-item:hover {
    background: #f2f2f2;
}*/
/*#endregion*/

/*#region article list*/
.article-list li {
    border-bottom: 1px dotted #eee;
    padding-top: 5px;
    padding-bottom: 5px;
}
.article-list li a:before{
    font-family:fontawesome;
    content:"\f105";
    margin-right:8px;
    margin-left: 4px;
}
.article-list li span {
    float: right;
    padding-right: 5px;
    color: #999;
}
/*#endregion*/

/*#region post item*/
.post-item {
    position: relative;
    margin-bottom: 25px;
    /*border: 1px solid #E6E6E6;
    padding: 2px;*/
    overflow: hidden;
    transition: all 0.4s ease;
}
.post-item .thumb {
    overflow: hidden;
    text-align: center;
}
.post-item .thumb .img-responsive {
    transition: all 0.4s ease;
    margin-left: auto;
    margin-right: auto;
}
.post-item .thumb:hover .img-responsive {
    transform: scale(1.2);
    opacity: 0.5;
}
.post-item .caption {
    text-align: center;
    
    padding: 5px 8px;
}
@media(max-width:768px) {
    .post-item .caption {
    }
}
/*#endregion*/

/*#region content-head-container*/
.content-head-container { }
.content-head-container .title {
    font-size: 18px;
    color: #333;
}
.content-head-container p {
    font-size: 14px;
    color: #777;
}
.content-head-container .col-md-5 a{border:1px solid #ddd;}

.quick-link a {
    display: inline-block;
    background: #C30C10;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 8px 25px;
}
.quick-link a .fa { margin-right: 8px;}
/*#endregion*/

/*#region thumb-items*/
.thumb-items {
    overflow: hidden;
    height: 1%;
    padding-left: 6px;
    padding-right: 6px;
}
.thumb-items>ul {
    display: block;
    overflow: hidden;
    height: 1%;
    list-style-type: none;
    padding: 0;
    margin: 0 -10px;
}
.thumb-items>ul>li {
    float: left;
    width: 25%;
    padding: 2px 5px;
    
}

.thumb-items>ul>li img {
    max-width: 100%;
    height: auto;
    border: 1px solid #ccc;
}
.thumb-items a[data-zoom-id], .mz-thumb, .mz-thumb:focus {
    display: block;
}
/*#endregion*/

/*#region content-container*/
.content-container {
    line-height: 1.7;

}

.content-container .title {
    font-size: 20px;
font-weight: bold;
padding-bottom: 9px;
overflow: hidden;
height: 1%;
text-align: center;
}
.content-container strong {
    color: #FD0156;
}

.content-container .summary {
    text-align: center;
    color: #777;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #F9F9F9;
}
.content-container img {
    max-width: 100% !important;
    height: auto !important;
}
.content-container table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
/*#endregion*/

/*#region content table container*/
.table-container table th,
.table-container table td {
  padding: 5px;
    vertical-align: middle;
  /*border-top: 1px solid #dee2e6;*/
    font-size: 14px;
    border: 1px solid #dee2e6;
    text-align: center;
}
.table-container table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.03);
}

.table-container table tbody tr:hover {
  /*background-color: rgba(0, 0, 0, 0.075);*/
    background-color: rgba(165, 213, 226, 1);
    color: #fff;
}
@media (max-width:  767.99px) {
     .table-container-responsive-md table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
     }
}
@media (max-width:991.99px) {
    .table-container-responsive-lg table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}
@media (max-width:1199.99px) {
  .table-container-responsive-xl table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
/*#endregion*/
/*#表格*/
.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; }
}



.box-title {
    background: #EDEDED;
    color: #fff;
    
    margin-bottom: 15px;
}
.box-title h6 {
    display: inline-block;
    background: #C30C10;
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
    padding: 8px 25px;
}
.content-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.content-list>li {
    padding-top: 8px;
padding-bottom: 8px;
border-bottom: dotted 1px #ddd;
}
.content-list>li:before {
    font-family: fontawesome;
content: "";
margin-right: 5px;
color: #999;
}
.content-list>li>span {
    float: right;
    color: #999;
}
.catalog-item.media{display:block;} 
.catalog-item h6 {
    font-size: 14px;

}
.catalog-item p {
    margin-bottom: 10px;
    color: #999;
    font-size: 12px;
}
.faq em {
    display: inline-block;
    padding: 4px 14px;
    background: #E75404;
    color: #fff;
}
.cert-item {
    
}
    .cert-item .caption {
        text-align: center;
        color: #666
    }
.faq p:nth-child(even) {
    
}
.faq p:nth-child(odd) {
    border: 1px solid #f2f2f2;
    padding: 6px 5px;
    color: #777;
}
.contact-info {
    color: #555;
    line-height: 1.8;
}

.contact-info .fa {
    font-size: 18px;
    color: #999;
    margin-right: 25px;
}
.form-info {
    font-size: 12px;
    color: #777;
}
/*#region footer*/
.bottom {
    background: #D52027;
    border-top: 2px solid #D9D9D9;
    border-bottom: 2px solid #D9D9D9;
    color: #fff;
}
.bottom .border-left{
    border-left: 1px solid #fff !important;
}
.bottom .border-right {
    border-right: 1px solid #fff !important;
}
.bottom .container>div {
    padding-top: 8px;
    padding-bottom: 8px;
}
.bottom h6 {
    font-size: 18px;
    font-weight: 600;
}
.bottom p {
    margin-bottom: 0;
    font-size: 12px;
}
.bottom .col-2 .fa {
    font-size: 26px;
    margin-right: 15px;
    cursor: pointer;

}
.bottom .form-control {
    background: transparent;
    border-color: #fff;
}
.bottom .form-control::-moz-placeholder,.bottom .form-control:-ms-input-placeholder,.bottom .form-control::-webkit-input-placeholder{
    color: #fff !important;
}
/*.bottom .fa {
    font-size: 24px;
}*/
.bottom .btn{
    background: #fff;
    color: #CE2520;
    border-width: 1px;
    border-color: #fff;
}
.bottom .btn .fa {

}

footer {
    font-size: 12px;
}
footer h6 {
    font-size: 20px;
    font-weight: 600;
    font-family: "Myriad Pro"
}
/*#endregion*/
/*#region home*/
.intro {
    padding-top: 35px;
    padding-bottom: 35px;
    border-bottom: 1px dotted #E8E8E8;
    background: #F7F8FA;
}
.intro p {
    margin-bottom: 10px;
}
.intro p:last-child {
    font-size: 12px;
    color: #777;
}
.home-product {
    padding-bottom: 45px;
}
.home-product .title {
    margin-bottom: 30px;
}
.home-product h4 {
    font-size: 26px;
    display: inline-block;
    margin: auto;
    padding: 0 150px 25px;
    border-bottom: 1px dotted #999;
    font-weight: 600;
}
@media(max-width:768px) {
    .home-product h4 {
        padding: 0 15px 20px;
    }
}
.home-product p {
    font-size: 13px;
    color: #777;
}
.home-product p span {
    color: #C62534;
}
.home-product .item {
    background: #fff;
}
.home-product .item .img-responsive {
    border: 1px solid #D2D2D2;
}
.home-product .item .caption {
    font-weight: 600;
    text-align: center;
    font-size: 12px;
    padding: 10px 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
}
.home-product .item .summary {
    padding: 5px 10px;
    font-size: 12px;
}
.home-news {
    background: #fafafa;
}
.home-news .title {
    margin-bottom: 30px;
}
.home-news h4 {
    display: inline-block;
    margin: auto;
    padding: 0 150px 25px;
    border-bottom: 1px dotted #999;
    font-weight: 600;
    text-transform: uppercase;
}
@media(max-width:768px) {
    .home-news h4 {
        padding: 0 15px 20px;
    }
}

.home-news .summary {
    font-size: 12px;
    color: #999;
    text-align: center;
}
.home-news .summary span {
    color: #C62534;
}
.home-news .media h6 {
    font-size: 14px;
}
.home-news .media p {
    font-size: 12px;
}
.swiper-control .btn {
    color: #fff;
    background: #cccccc;
    padding: 4px 12px;
    font-size: 12px;
}
.home-container {
    background: #FAFAFA;
}
.home-container-1 {
    background: #F7F8FA;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E7E7E7;
}
.team-container {
    background: #F7F8FA;
    border-bottom: 1px solid #E7E7E7;
}
.team-container h4 {

    font-weight: 600;
    text-transform: uppercase;
    padding: 0 0 30px 0;
    background:url(images/line.jpg) no-repeat left bottom;
}
@media(max-width:768px) {
    .team-container h4 {
        font-size: 20px;
    }
}
.team-container .media img {
    border-radius: 0;
}
.team-container .media p {
    margin-bottom: 8px;
    color: #777;
    font-style: italic;
}
.team-container .media p strong {
    color: #555;
}
.home-faq .panel {
    border: 1px solid #f0f0f0;
    border-radius: 0;
    box-shadow: none;
    
}
.home-faq .panel>a {
    display: block;
    font-weight: 600;
    border-bottom: 1px solid #f0f0f0;
    
}
.home-faq .panel>a:hover,.home-faq .panel>a:active,.home-faq .panel>.a:focus {
    text-decoration: none;
}
.home-faq .panel>a:before {
    font-family: fontawesome;
    content:"\f067";
    display: inline-block;
    padding: 8px 12px;
    border-right: 1px solid #f0f0f0;
    margin-right: 12px;
    
}
.home-faq .panel>a.collapsed>a:before {
    font-family: fontawesome;
    content: "\f068" !important;
}
/*.home-faq .panel>div {
    padding: 15px;
}*/
.home-box {
    position: relative;
    border: 1px solid #ccc;
    padding: 60px 20px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 20px;
    transition: all ease 0.3s;
}
.home-box .fa {
    position: absolute;
    top: -25px;
    left: 100px;
    font-size: 26px;
    background: #D92129;
    color: #fff;
    padding: 16px 18px;
    border-radius: 50%;
}
@media(max-width:1200px) {
    .home-box {
        padding: 20px 10px;
        border-radius: 0;
    }
}
.home-box h6 {
    font-size: 18px;
    font-weight: 600;
}
.home-box .more {
    display: inline-block;
    background: #D92129;
    padding: 2px 8px;
    color: #fff;
}
.home-social {
    background: #F7F8FA;
    border-top: 1px solid #E5E5E7;
    
}
.home-social a {
    display: block;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 3px solid #E0DCDD;
}
.bot {
    background: #2A2B2D;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #959595;
}
.bot .list-inline {
    margin-bottom: 0;
}
.bot a {
    text-transform: uppercase;
    color: #959595;
}
/*#endregion*/
/*手机端底部菜单*/
.mobile-nav{position: fixed;bottom: 0;left: 0;right: 0;height: 48px; background: #D92129;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: fontawesome; font-size: 14px; color: #fff;display: block; line-height: 16px;}
.mobile-nav .mobile-nav-home:before{content: "\f015";font-family: fontawesome; font-size: 14px;}
.mobile-nav .mobile-nav-pro:before{content: "\f07a";font-family: fontawesome; font-size: 14px;}
.mobile-nav .mobile-nav-tel:before{content: "";font-family: fontawesome; font-size: 14px;}
.mobile-nav .mobile-nav-feedback:before{content: "\f0e0";font-family: fontawesome; 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:fontawesome;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;}

.banner_moblie{display:none;}
.img-ys img{float:right; width:20%;}
.top-syindex{margin:auto; position: relative;}
.top-syindex h1{font-size:12px;position: absolute; left: 150px;top: 15px;color:#fff;}
.seotitle{display: inline-block;font-size: 14px;}
.twoseotitle{font-size: 12px;color: #666;font-weight: 600;white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.threeseo-title{font-size: 1rem;}
.relation-newsy{padding: 8px 20px;border-top: 1px solid #eeeeee; margin:0px;}
.relation-newsy span{display:block;color: #999;}
.newsy-relation h5{text-align:center;}

#banner_syindex .banner-text{align-items:flex-start;text-align:left;}

@media(max-width:768px) {
    .totop{z-index: 99;bottom: 60px;}
    
    
    .banner_moblie{display:block;}
    .mt-5{margin-top: 2rem !important;}
    .navbar-brand{/*width: 17%;*/width: 36%;}
    .img-ys img{float:inherit; width:100%;}
    .top-syindex,.newsy-relation{display:none;}
}

.new-header{border-top:5px solid #d82128;border-bottom:1px solid #eeeeee;}
.new-logo{display:flex;align-items:center;margin-top:5px;margin-bottom:5px;}
.new-logo .text{position:relative;margin-left:15px;padding-left:15px;}
.new-logo .text:before{content:"";width:2px;height:60px;background:#8f8f8f;display:inline-block;position:absolute;left:0;top:8px;}
.new-logo .text .t1{font-size:18px;line-height:30px;color:#666666;position:relative;display:flex;align-items:center;}
.new-logo .text .t1:before{content:"";width:15px;height:3px;background:#d92129;display:inline-block;margin-right:8px;}
.new-logo .text .t1:after{content:"";width:15px;height:3px;background:#d92129;display:inline-block;margin-left:8px;}
.new-logo .text .t2{font-size:13px;line-height:18px;color:#d82128;}
.new-logo .text .t2 span{color:#666666;}
.new-right{display:flex;justify-content:flex-end;flex-wrap:wrap;}
.new-right .new-top{width:100%;display:flex;align-items:center;justify-content:flex-end;padding:15px 0 10px;margin-bottom:0px;}
.new-right .new-top .input-group{margin-right:30px;width:200px;}
.new-right .input-group .form-control{border:0;border-bottom:1px solid #a0a0a0;border-radius:0;padding-left:0;padding-right:0;}
.new-right .input-group .btn-danger{background:#fff;border:0;color:#333;border-radius:0;}
.new-right .input-group .btn-danger:hover{background:#d92129;color:#fff;}
.new-right .new-nav{width:100%;display:flex;align-items:center;justify-content:flex-end;}


.new-right .new-nav .navbar{border:0;position:relative;z-index:20;}
.new-right .new-nav .navbar .navbar-nav>li{margin-left:15px;}
.new-right .new-nav .navbar .navbar-nav>li>a{border:0;padding:0 8px;font-size:16px;line-height:55px;border-bottom:2px solid #fff;margin-bottom:0}
.new-right .new-nav .navbar-nav > li:hover > a,
.new-right .new-nav .navbar-nav > li.active > a,
.new-right .new-nav .navbar-nav > li:focus > a{background:none;border-bottom:2px solid #d92129;margin-bottom:0px;}
.new-right .navbar-collapse{padding-left:0;padding-right:0;}
.new-right .affix{left:0;right:0;}

.new-banner-home{position:relative;}
.new-banner-home .banner-text{position:absolute;top:0;right:0;bottom:0;left:0;align-items:flex-start;text-align:left;}
.new-banner-home .banner-text .box{padding-top:20px;}
.new-banner-home .banner-text .box .t1,.sytitle-first{font-size:36px;color:#555556;font-weight:bold;}
.sytitle-first{display: inline-block;}
.new-banner-home .banner-text .box .t1 span{font-size:72px;color:#d82128;}
.new-banner-home .banner-text .box p{font-size:14px;line-height:24px;color:#555556;margin-bottom:0;}
.new-banner-home .banner-text .box p span{color:#d82128;}
.new-banner-home .banner-text .box .more{display:inline-block;background:#d82128;text-transform:uppercase; font-size:24px;line-height:30px;padding:14px 28px;color:#fff;margin-top:20px;}
.new-banner-home .banner-text .box .more:hover{text-decoration:underline;}

.new-profl{background:#fff;padding-top:65px;}
.new-profl .t1{font-size:24px;line-height:40px;color:#d82128;text-align:center;font-weight:bold;margin-bottom:15px;}
.new-profl .t2{font-size:14px;line-height:18px;color:#666666;text-align:center;background:#fff;display:flex;align-items:center;}
.new-profl .t2-box{width:100%;height:2px;background:#eaeaea;display:flex;justify-content:center;align-items:center;position:relative;margin-bottom:25px;}
.new-profl .t2:before,.new-profl .t2:after{content:"";width:14px;height:14px;background:url(../../images/new-tbq.jpg) no-repeat;display:inline-block;}
.new-profl .t2:before{margin-right:10px;}
.new-profl .t2:after{margin-left:10px;}
.new-profl .box{display:flex;justify-content:space-between;}
.new-profl .box .item{width:16%;background:#f9f9f9;text-align:center;padding:14px;}
.new-profl .box .item:hover{background:#d82128;}
.new-profl .box .item:hover .title{color:#fff;}
.new-profl .box .item:hover img{filter: invert(100%) sepia(1%) saturate(0%) hue-rotate(309deg) brightness(117%) contrast(100%);}

.new-pro{background:#fff;padding:60px 0;}
.new-pro .t1{font-size:24px;line-height:40px;color:#333;text-align:center;font-weight:bold;margin-bottom:5px;}
.new-pro .t2{font-size:14px;line-height:18px;color:#666666;text-align:center;margin-bottom:25px;}
.new-pro .t2 span{color:#d82128;}
.new-pro .pro-box{background:#f8f8f8;padding:15px;margin-bottom:17px;}
.new-pro .pro-box .title{margin-top:12px;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.new-pro .pro-box .title a{color:#333;}
.new-pro .pro-box .title a:hover{color:#d82128;transition:all 0.5s;}
.new-pro .pro-box p{font-size:14px;line-height:18px;color:#8f8f8f;}
.new-pro .more-box{margin:10px auto;display:flex;justify-content:center;}
.new-pro .more-box a{display:inline-block;font-size:18px;line-height:40px;padding:9px 15px;background:#000000;color:#fff;margin:0 10px;}
.new-pro .more-box a:last-child{background:#d82128;}
.new-pro .more-box a:hover{text-decoration:underline;}

.new-about{background:#f5f4f4;display:flex;flex-wrap:wrap;position:relative;}
.new-about .text{width:50%;display:flex;justify-content:flex-end;}
.new-about .img{width:50%;}
.new-about .text .nr{width:565px;padding-right:40px;padding-top:60px;}
.new-about .text .nr .t1{font-size:16px;line-height:24px;color:#d82128;margin-bottom:30px;}
.new-about .text .nr .t2{font-size:30px;line-height:36px;font-weight:bold;margin-bottom:30px;}
.new-about .text .nr p{font-size:14px;line-height:30px;color:#888888;}

.new-cert{background:#fff;padding-bottom:60px;}
.new-cert .newsnr-service{margin-top:-100px;margin-bottom:50px; background:#fff; position:relative; box-shadow:0 0 20px rgba(0, 0, 0, 0.15);padding:20px 50px;border-radius:15px;overflow:hidden;display:flex;justify-content:space-between;flex-wrap:wrap;}
.new-cert .newsnr-service .item{width:31%;display:flex;align-items:center;margin-top:7px;margin-bottom:7px;}
.new-cert .newsnr-service .item .tb{width:43px;min-width:43px;margin-right:15px;}
.new-cert .newsnr-service .item .text{font-size:18px;line-height:24px;}
.new-cert .newsnr-service .item .text span{color:#d82128;}
.new-cert .t1{font-size:24px;line-height:40px;color:#333;text-align:center;font-weight:bold;margin-bottom:5px;}
.new-cert .t2{font-size:14px;line-height:18px;color:#666666;text-align:center;margin-bottom:25px;}
.new-cert .cert-box .img{border:8px solid #f5f4f4;}
.new-cert .cert-box .title{font-size:14px;line-height:40px;text-align:center;}
.new-cert .cert-qh{position:relative;padding:0 64px;}
.new-cert .cert-qh .swiper-button-cert{width:40px;height:62px;background:#dedede;display:flex;align-items:center;justify-content:center;}
.new-cert .cert-qh .swiper-button-cert:after{color:#fff;font-size:30px!important;font: normal normal normal 14px/1 FontAwesome;}
.new-cert .cert-qh #swiper-button-prev-cert:after{content:"\f104";}
.new-cert .cert-qh #swiper-button-next-cert:after{content:"\f105";}

.new-work{background:#f5f4f4;padding:60px 0;}
.new-work .t1{font-size:24px;line-height:40px;color:#333;text-align:center;font-weight:bold;margin-bottom:5px;}
.new-work .t2{font-size:14px;line-height:18px;color:#666666;text-align:center;margin-bottom:25px;}
.new-work .box{display:flex;justify-content:space-between;}
.new-work .box .itemx{width:21%;}
.new-work .box .item{width:53.75%;}
.new-work .box .itemx .work-box{margin-bottom:22px;}
.new-work .box .itemx .work-box:last-child{margin-bottom:0;}
.new-work .box .itemx .title{background:#dad9d9;font-size:14px;text-align:center;padding:6px 0;}
.new-work .more{background:#d82128;display:block;width:120px;height:48px;font-size:18px;line-height:48px;color:#fff;text-align:center;margin:20px auto;}
.new-work .more:hover{text-decoration:underline;}

.new-news{background:#fff;padding:60px 0;}
.new-news .t1{font-size:24px;line-height:40px;color:#333;text-align:center;font-weight:bold;margin-bottom:5px;}
.new-news .t2{font-size:14px;line-height:18px;color:#666666;text-align:center;}
.new-news .sk{width:488px;height:1px;background:#dddddd;margin:25px auto 35px;position:relative;display:flex;align-items:center;justify-content:center;}
.new-news .sk:before{content:"";width:84px;height:7px;background:#999999;position:absolute;}
.new-news .box{display:flex;justify-content:space-between;}
.new-news .box .news-list{width:61.5%;}
.new-news .box .down-list{width:34.5%;}
.new-news .title-box{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;}
.new-news .title-box .t3{font-size:24px;line-height:30px;border-left:5px solid #d82128;padding-left:16px;}
.new-news .title-box .more{font-size:18px;}
.new-news .news-first{display:flex;align-items:center;justify-content:space-between;border-bottom:1px dashed #dddddd;padding-bottom:15px;}
.new-news .news-first .img{width:27%;}
.new-news .news-first .text{width:70%;}
.new-news .news-first .title{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;}
.new-news .news-first .title a{width:80%;font-size:14px;line-height:24px;color:#333;font-weight:bold;}
.new-news .news-first .title a:hover{color:#d82128;transition:all 0.5s}
.new-news .news-first .title time{font-size:14px;line-height:40px;color:#999999;}
.new-news .news-first p{font-size:14px;line-height:20px;color:#666666;}
.new-news .news-two{display:flex;align-items:center;justify-content:space-between;border-bottom:1px dashed #dddddd;padding:6px 0px 6px;position:relative;}
.new-news .news-two:before{content:"-";display:inline-block;width:22px;min-width:22px;font-size:26px;}
.new-news .news-two a{width:90%;font-size:14px;line-height:40px;color:#333;font-weight:bold;}
.new-news .news-two a:hover{color:#d82128;transition:all 0.5s}
.new-news .news-two time{font-size:14px;line-height:40px;color:#999999;}
.new-news .down-list .img{margin-bottom:20px;}
.new-news .down-list .down-item{display:flex;align-items:center;border-radius:50px;justify-content:space-between;padding:15px 25px;border:1px solid #dddddd;margin-bottom:10px;border-bottom:4px solid #dddddd;}
.new-news .down-list .down-item:last-child{margin-bottom:0;}
.new-news .down-list .down-item .tb{width:22px;height:22px;min-width:22px;border:1px solid #7a7a7a;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;}

.public-contact{background:#d82128;padding:35px 0;color:#fff;}
.public-contact .box{display:flex;justify-content:space-between;align-items:center;}
.public-contact .box .text{width:66%;}
.public-contact .box .text .t1{font-size:36px;font-weight:bold;line-height:48px;margin-bottom:20px;}
.public-contact .box .text .t2{font-size:14px;line-height:24px;}
.public-contact .box .text .t2 a{color:#fff;}
.public-contact .box .more{display:inline-block;background:#ffffff;padding:10px 25px;font-size:18px;line-height:30px;color:#d82128;}
.public-contact .box .more:hover{text-decoration:underline;}

.new-foot-top{background:url(../../images/new-footbg.jpg) no-repeat center;padding:20px 0;background-size:cover;}
.new-foot-top .container .d-flex{display:flex;justify-content:space-between;flex-wrap:wrap;color:#fff;}
.new-foot-top .t1{font-size:18px;line-height:48px;font-weight:bold;margin-bottom:5px;}
.new-foot-top p{margin-bottom:0;font-size:14px;line-height:30px;}
.new-foot-top .list p:before{content:">";display:inline-block;margin-right:5px;}
.new-foot-top .addrs p i{min-width:20px;font-size:16px;text-align:center;}
.new-foot-top .item{max-width:29%;}
.new-foot-bottom{background:#000000;padding:10px 0;font-size:14px;line-height:30px;color:#fff;}
.new-foot-bottom a,.new-foot-top a{color:#fff;}
.new-foot-bottom a:hover,.new-foot-top a:hover{text-decoration:underline;}
.new-foot-bottom .container .d-flex{display:flex;justify-content:space-between;flex-wrap:wrap;}

@media(max-width:1380px) {
    .new-about .text .nr{padding-top:30px;}
    .new-about .text .nr .t1{margin-bottom:20px;}
    .new-about .text .nr .t2{font-size:26px;margin-bottom:20px;}
}

@media(max-width:1560px) {
    .new-about .text .nr{padding-top:20px;}
    .new-about .text .nr .t1{margin-bottom:10px;}
    .new-about .text .nr .t2{font-size:22px;line-height:28px; margin-bottom:10px;}
}

@media(max-width:768px) {
    .new-profl{/*padding-top:35px;*/padding-top:22px;}
    .new-profl .t2:before, .new-profl .t2:after{display:none;}
    .new-profl .box{flex-wrap:wrap;}
    .new-profl .box .item{width:30%;margin-top:15px;}
    .new-pro{padding:30px 0;}
    .new-pro .more-box a{font-size:16px;padding:4px 9px;}

    .new-about{display:block;}
    .new-about .text{width:100%;padding:0 15px;}
    .new-about .text .nr{width:100%;padding-right:0;padding-top:30px;}
    .new-about .img{width:100%;}
    .new-about .text .nr .t2{font-size:24px;line-height:28px;}
    .new-about .text .nr p{line-height:22px;}
    .new-cert .newsnr-service{padding:10px;}
    .new-cert .newsnr-service .item{width:50%;}
    .new-cert .newsnr-service .item .text{font-size:14px;line-height:20px;}
    .new-cert .newsnr-service .item .tb{margin-right:8px;}
    .new-cert{padding-bottom:35px;}

    .new-work{padding:40px 0 30px;}
    .new-work .box{flex-wrap:wrap;}
    .new-work .box .itemx{width:100%;display:flex;justify-content:space-between;}
    .new-work .box .itemx .work-box{width:48%;margin-bottom:15px;}
    .new-work .box .item{width:100%;margin-bottom:15px;}

    .new-news{padding:35px 0;}
    .new-news .sk{width:80%;}
    .new-news .box{flex-wrap:wrap;}
    .new-news .box .news-list{width:100%;}
    .new-news .box .down-list{width:100%;margin-top:25px;}
    .new-news .news-two a{line-height:20px;}
    .new-news .title-box .t3{font-size:20px;font-weight:bold;}
    .new-news .down-list .down-item{padding:10px;}
    .public-contact .box{display:block;}
    .public-contact .box .text{width:100%;}
    .public-contact .box .text .t1{font-size:24px;line-height:30px;}
    .public-contact .box .text .t2{margin-bottom:20px;}

    .new-foot-top .item{max-width:100%;}
}

.banner{position:relative;}
.banner .banner-text{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;}
.banner .banner-text .box{padding-top:40px;}
.banner .banner-text .box .t1{font-size:42px;line-height:50px;color:#d82128;}
.banner .banner-text .box .breadcrumb{border-bottom:0;}
.banner .banner-text .box .breadcrumb a{color:#777;}
.banner .banner-text .box .breadcrumb a:hover{color:#C30C10;transition:all 0.5s;}

.pronav-new.sidebar{border-radius:15px;overflow:hidden;border:1px solid #e62e38;box-shadow:24px 0 46px rgba(0, 0, 0, 0.08);}
.pronav-new.sidebar ul>li>a{padding:12px 20px;background:#f3f3f3;border-bottom:1px solid #fff;}
.pronav-new.sidebar ul>li>a:hover, .pronav-new.sidebar ul>li>a.active{background:#5c5c5c;color:#fff;}

.navleft-ss{border-radius:15px;overflow:hidden;border:1px solid #e62e38;box-shadow:24px 0 46px rgba(0, 0, 0, 0.08);margin-top:23px;}
.navleft-ss .title{background: #C30C10;color: #fff;padding:15px;font-size: 18px;margin-bottom: 0;}
.navleft-ss .box{padding:30px 20px 20px;background:url(../../images/new-searchbg.jpg) no-repeat bottom center;}
.navleft-ss .t2{font-size:14px;color:#e62e38;margin-top:20px;margin-bottom:15px;font-weight:bold;}
.navleft-ss p{margin-bottom:0;margin-bottom:10px;}
.navleft-ss p:before{content: "●"; font-size: 0.75rem; margin-right: 5px; color: #666666 }

.navleft-contact{border-radius:15px;overflow:hidden;border:1px solid #e62e38;height:250px; box-shadow:24px 0 46px rgba(0, 0, 0, 0.08);display:flex;align-items:center;justify-content:center; margin-top:23px;background:url(../../images/new-contactbg.jpg) no-repeat top center;background-size:cover;}
.navleft-contact .box{text-align:center;}
.navleft-contact .box .t1{font-size:20px;color:#c30c11;font-weight:bold;margin-bottom:15px;}
.navleft-contact .box .more{display:block;width:190px;height:46px;background:#c30c11;font-size:18px;text-transform:uppercase;text-align:center;color:#fff;line-height:46px;border-radius:50px;}
.navleft-contact .box .more:hover{text-decoration:underline;}

.prolist-desc{font-size:15px;line-height:24px;color:#666666;border:1px solid #d82128;border-radius:15px;padding:15px 25px;position:relative;margin-bottom:30px;}
.prolist-desc:after{content:"";width:32px;height:33px;background:url(../../images/new-tbjt.jpg) no-repeat;display:block;position:absolute;bottom:-16px;left:calc(50% - 16px);}

.nav-child>li>a{ display:block;   border-radius: 10px;box-shadow:4px 0 5px rgba(0, 0, 0, 0.11);
    border: 1px solid #D9D9D9;
    background:#f3f3f3;
    padding: 13px 6px;
    font-weight: 400;
    transition: all ease 0.3s;
    text-align: center;
    font-size: 14px;}

.prolist-newnr{background:#fff;padding:50px 0 50px;}
.prolist-newnr .box1{box-shadow:15px 0 76px rgba(0, 0, 0, 0.09);border:1px solid #d8d8d8;border-radius:15px;overflow:hidden;padding:50px 60px;}
.prolist-newnr .box1 h3{font-size:32px;margin-bottom:15px;font-weight:bold;}
.prolist-newnr .box1 p{font-size:17px;line-height:36px;margin-bottom:0;}
.prolist-newnr .box1 p span{color:#d82128;}

.prolist-newnr .box2{background:url(../../images/new-propdf-bg.jpg);margin-top:50px; box-shadow:15px 0 76px rgba(0, 0, 0, 0.09);border:1px solid #d8d8d8;border-radius:15px;overflow:hidden;padding:50px 60px 30px;}
.prolist-newnr .box2 .t1{font-size:32px;margin-bottom:20px;font-weight:bold;}
.prolist-newnr .box2 .list{display:flex;flex-wrap:wrap;}
.prolist-newnr .box2 .list .item{background:#f4f4f4;font-size:16px;line-height:24px;padding:13px 20px;border-radius:15px;box-shadow:3px 0 10px rgba(0, 0, 0, 0.03);margin-right:16px;margin-bottom:23px;}
.prolist-newnr .box2 .list .item i{margin-right:8px;}

.prolist-newnr .box3{display:flex;margin-top:70px;justify-content:space-between;align-items:center;}
.prolist-newnr .box3 .text{width:43.3%}
.prolist-newnr .box3 .img{width:51.6%;border-radius:15px;overflow:hidden;box-shadow:5px 0 35px rgba(0, 0, 0, 0.07);}
.prolist-newnr .box3 .text .t1{font-size:30px;font-weight:bold;line-height:36px;}
.prolist-newnr .box3 .text .t2{font-size:16px;line-height:30px;color:#888888;margin-top:20px;margin-bottom:10px;}
.prolist-newnr .box3 .text .numbox{display:flex;flex-wrap:wrap;justify-content:space-between;}
.prolist-newnr .box3 .text .numbox .item{width:48%;display:flex;align-items:center;margin-top:20px;font-size:18px;line-height:20px;}
.prolist-newnr .box3 .text .numbox .item .tb{margin-right:8px;}
.prolist-newnr .box3 .text .numbox .item .t3{color:#d82128;}

.pro-new{background:#fafafa;padding:55px 0;}
.pro-new .t1{font-size:32px;font-weight:bold;text-align:center;position:relative;}
.pro-new .t1:after{content:"";width:132px;height:9px;background:url(../../images/new-pronew.jpg) no-repeat;display:block;margin:15px auto 30px;}
.pro-new p{display:flex;align-items:center;justify-content:space-between;font-size:16px;padding:10px 25px 10px 15px;border-bottom:1px solid #b2b2b2;margin-bottom:0;}
.pro-new time{min-width:100px;width:100px;color:#c8c8c8;}
.pro-new p a:before{content:">";margin-right:8px;}

.pronr-box{border:1px solid #e62e38;border-radius:15px;overflow:hidden;box-shadow:24px 0 46px rgba(0, 0, 0, 0.08);margin-top:35px;}
.pronr-box .box-title{background:#d82128;padding:5px 0;}
.pronr-box .box-title h6{font-size:20px;line-height:30px;background:#d82128;}
.pronr-box .row{padding:10px 20px;}
.pronr-box .box{padding:10px 20px;}
.pronr-box .box .row{padding:0;}
.pronr-box .box h2{font-size: 18px;}
.pronr-h1{font-size:24px;font-weight:bold;line-height:24px;color:#d82128;margin:30px 0;display:block;}
.pronr-h2{font-size:18px;font-weight:bold;margin-bottom:10px;margin-top:20px;}
.content-head-container p.pronr-p{font-size:15px;line-height:24px;}
.pronr-ser{display:flex;justify-content:center;align-items:center;margin-top:35px;}
.pronr-ser a{border:1px solid #c30c10;border-radius:10px;margin-left:10px;margin-right:10px;padding:10px 15px;font-size:18px;line-height:30px;color:#c30c10;}
.pronr-ser a.red{background:#c30c10;color:#fff;}
.pronr-ser a:hover{text-decoration:underline;}

@media(max-width:768px) {
    .navleft-contact{display:none;}
    .navleft-ss{display:none;}
    .prolist-desc{margin-top:20px;}
    .pronr-ser{display:block;position:relative;}
    .pronr-ser a{width:80%;margin:0 auto 15px;font-size:16px;position:relative;display:block;text-align:center;}

    .prolist-newnr .box2{padding:20px;}
    .prolist-newnr .box2 .t1{font-size:22px;}
    .prolist-newnr .box2 .list .item{width:100%;margin-right:0;margin-bottom:15px;}
    .pro-new{padding:40px 0;}
    .pro-new .t1{font-size:22px;}
    .pro-new p{justify-content:flex-start;padding:10px 0;font-size:14px;line-height:20px;}
    .pro-new p time{display:none;}

    .prolist-newnr{padding:40px 0;}
    .prolist-newnr .box1{padding:20px;width:100%;}
    .prolist-newnr .box1 h3{font-size:22px;}
    .prolist-newnr .box1 p{font-size:14px;line-height:22px;}

    .prolist-newnr .box3{margin-top:20px;display:block;}
    .prolist-newnr .box3 .text{width:100%;}
    .prolist-newnr .box3 .img{width:100%;margin-top:20px;}
    .prolist-newnr .box3 .text .t1{font-size:20px;line-height:28px;}
    .prolist-newnr .box3 .text .t2{font-size:14px;line-height:20px;}
    .prolist-newnr .box3 .text .numbox .item{font-size:15px;line-height:22px;}
    #index-category .img{width: 60%;margin: auto;}
    .new-profl #index-category .box .item{padding: 5px;font-size: 12px;width: 32%;}
    .new-about .text .nr .t1{display:none;}
}

#fc{position:fixed;right:50px;top:20%;width:150px;display:flex;justify-content:center;flex-wrap:wrap;text-align:center;z-index:30}
#fc .bg{width:105px;height:100%;background:#f2f2f2;position:absolute;border-radius:50px;}
#fc .box1{display:block;width:100%;position:relative;z-index:10;margin-top:25px;margin-bottom:10px;}
#fc .box2{display:block;width:100%;position:relative;padding-left:15px;text-align:left; z-index:10;background:#d34144;font-size:14px;color:#fff; padding-top:3px;padding-bottom:3px; line-height:40px;margin-bottom:10px;border-radius:10px;}
#fc .box2.red{background:#c30c10;}
#fc .box2 img{margin-right:3px;}
#fc .box3{display:flex;justify-content:center; width:100%;position:relative;z-index:10;margin-bottom:30px;margin-top:0px;}
#fc .box3 a{display:inline-block;}
#fc .box3 p{margin-bottom:0;}

@media(max-width:1680px) {
    #fc{position:fixed;right:10px;}
}

@media(max-width:768px) {
    #fc{display:none;}
}


#liuyan-box {
    z-index: 103;
    display: none;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ddd;
    width: 370px;
    height: 400px;
    position: fixed;
    bottom: 5px;
    right: 5px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

#liuyan-box .top {
    height: 88px;
    padding-top: 15px;
    position: relative;
    background:#fff;
    color:#333;
}

#liuyan-box .top:before {
    border-color: #c30c10 transparent transparent transparent;
    border-width: 75px 98px 0 0;
    border-style: solid;
    content: "";
    left: 0;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;

}

#liuyan-box .top .top-box {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

#liuyan-box .top .top-box .left {
    display: flex;
    align-items: center;
}

#liuyan-box .top .top-box .img {
    background: #fff;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 999;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

#liuyan-box .top .top-box .text {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-left: 10px;
    z-index:9;
}

#liuyan-box .top .top-box .close {
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

#liuyan-box .top .top-box .close i {
    font-size: 18px;
}

#liuyan-box .list {
    padding: 0 20px;
}


.prolist .col-xl-9{order:13;}
.prolist .col-xl-3{order:-1;}




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

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

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

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



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

/*留言*/


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

@media(max-width:768px) {
    .form-feedback .form-control{padding-top: 10px;padding-bottom: 10px;font-size: 16px;}
    .form-feedback .btn{padding-top: 10px;padding-bottom: 10px;}
    .contact-wrapper .feedback-box .form-control{margin-bottom:0}
    .contact-wrapper .form-feedback .form-control{padding-top:12px;padding-bottom:12px;}
    .contact-wrapper .form-feedback .btn {padding-top: 12px;padding-bottom: 12px;}
}

/*搜索*/
.search-group { width: 200px; height: 45px; background: #f7f7f7; overflow: hidden;border: 1px solid #f7f7f7;border-radius: 10px;}
.search-group .form-control { border: none; border-radius: 0px ;background: transparent;color: #5c5352;height: 45px;}
.search-group .form-control::-webkit-input-placeholder{color: #5c5352;}
.search-group .btn {border-radius: 0px;height: 45px;  width: 45px;display: flex;justify-content: center;align-items: center; padding: 6px 15px; margin-bottom: 0; }
.search-group i { color: #004d95; font-size: 1.3rem; }
.search-group .btn:hover{background: #004d95;}
.search-group .btn:hover i{color: #fff;}

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


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


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

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

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

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

@media(max-width:768px) {
    .reveal-modal {
        visibility: hidden;
        top: 50px;
        left: 50%;
        margin-left: -45%;
        width: 90%;
        position: absolute;
        z-index: 1001;
        padding: 25px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
        -box-shadow: 0 0 10px rgba(0, 0, 0, .4);
        background-color: #FFF;
    }
    .reveal-modal .title {
        font-size: 20px;
        text-align: center;
        margin-bottom: 10px;
    }
    .prolist .col-xl-9{order:13;width:100%;}
    .prolist .col-xl-3{order:-1;width:100%;}
    .nylist .col-xl-3{width:100%;}
    .product-item{margin-left:-7px;margin-right:-7px;}

    .banner .banner-text .box{padding-top:0;margin-top:40px;background:rgba(255, 255, 255, 0.8);padding-left:5;padding-right:5px;}
    .banner .banner-text .box .t1{font-size:26px;line-height:32px;text-align:center;margin-bottom:0;}
    .banner .banner-text .box .breadcrumb{text-align:center;justify-content:center;}
}

.google-cookies{position:fixed;z-index:99;bottom:50px;left:50px;width:450px;box-shadow:8px 0 15px rgba(0, 0, 0, 0.2);background:#fff;padding:20px;border-radius:10px;}
.google-cookies.off{display:none;}
.google-cookies .container-xl{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;}
.google-cookies .left{width:100%;}
.google-cookies .right{text-align:center;display:flex;justify-content:flex-end;width:100%;}
.google-cookies .t1{font-size:20px;font-weight:bold;color:#d82128 ;margin-bottom:5px;}
.google-cookies .p1{font-size:14px;line-height:22px;}
.google-cookies .p1 a{font-weight:bold;text-decoration:underline; margin-right:10px;}
.google-cookies .cookies-btn{border:1px solid #d82128 ;color:#d82128 ;display:block;font-size:16px;padding:8px 25px;margin-top:15px;margin-left:10px; background:#fff; transition: all 0.5s;border-radius:10px;cursor:pointer;}
.google-cookies .cookies-btn:hover{text-decoration:underline;}
.google-cookies .cookies-btn:first-child{background:#d82128 ;color:#fff;margin-top:15px;}

@media(max-width:768px) {
  #float{bottom:165px;}
  .google-cookies{padding:10px 0;bottom:0;left:0;right:0;border-radius:0;width:100%;}
  .google-cookies .left{width:100%;}
  .google-cookies .t1{font-size:16px;line-height:24px;}
  .google-cookies .p1{font-size:14px;line-height:16px;}
  .google-cookies .right{width:100%;text-align:left;justify-content:flex-start;}
  .google-cookies .cookies-btn{padding:5px 10px;border-radius:0;font-size:14px;display:inline-block;margin-left:0;margin-right:10px;}
}

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