@charset "utf-8";
.m-btn{
    display: none;
    position: relative;
    width: 28px;
    height: 16px;
    margin-top: 22px;
    cursor: pointer;
    right: 0px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    float: right;
}
.btn-hamburger__bar {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 5px;
    background-color: #151515;
    -webkit-transition: width .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition: width .3s ease-in-out,-webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out,-webkit-transform .3s ease-in-out;
    pointer-events: none;
}
.btn-hamburger__bar-top {
    top: 0;
}
.btn-hamburger__bar-middle {
    top: 7px;
}
.btn-hamburger__bar-bottom {
    bottom: 0;
}
.m-btn.active {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.m-btn.active .btn-hamburger__bar-top {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
}
.m-btn.active .btn-hamburger__bar-middle {
    width: 0;
}
.m-btn.active .btn-hamburger__bar-bottom {
    -webkit-transform: translateY(-7px) rotate(90deg);
    transform: translateY(-7px) rotate(90deg);
}

/* 解决方案内页banner */
.ny-ban{
    position: relative;
    overflow: hidden;
    background: #2b2b2b;
}
.ny-ban .ny-title {
  position: absolute;
  bottom: 12%;
  left: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
  color: #fff;
}
.ny-ban .ny-title a{
    color: #fff;
}
.ny-ban .ny-title .cntitle {
  font-size: 3.125rem;
}
@media (max-width: 992px){
    .m-btn{
        display: block;
    }
    .ny-ban .ny-title .cntitle {
        font-size: 1.5rem;
    }
    .ny-ban img{
        max-width: none;
        width: 180%;
        margin-left: -40%;
    }
}

/* 手机下拉框 */
.m-pro-nav{
    display: none;
}
.m-pro-nav .dropdown .btn{
    width:100%;
    background: #da251c;
    color: #fff;
    padding:10px 0;
}
.m-pro-nav .dropdown .dropdown-menu{
    width:100%;
    padding:10px 20px;
    height:313px;
    overflow: auto;
}
.m-pro-nav .dropdown .dropdown-menu li{
    padding:8px 10px;
    border-bottom:1px solid #ddd;
}
@media (max-width:991px){
    .m-pro-nav{
        display: block;
        margin:1rem 0px 1rem;
    }
}
.position{
    padding: 1.25rem 0px;    
    background: #FFFFFF;   
    border-bottom: 1px solid #e1e1e1;
}
.position ul li a{    
    padding: 5px 0px;
    font-size: 0.875rem;
}
.position ul li a:last-child{
    color: #da251c;
    font-weight: 600;
}
.position ul li em{
    font-size: 1.25rem;
    color: #da251c;
    margin-right: 5px;
}
/* 搜索 */
.search form{
    width:100%;    
    height:100%;
    position: relative;
}
.search form input{
    width:100%;
    border-radius: 0.25rem;
    padding: 5px 15px;
    border:1px solid #e2e2e2;
    background: #fff;
}
.search form input:-moz-placeholder {
    font-size: 14px;
}
.search form input:-ms-input-placeholder{
    font-size: 14px;
}
.search form input::-webkit-input-placeholder{
    font-size: 14px;
}
.search form button{
    background:#da251c;
    position: absolute;
    right: 0px;
    top: -1px;
    border:none;
    width: 4.5rem;
    color:#fff;
    height:100%;
    border-radius: 0.25rem;
}
.search form button i{
    font-size: 18px;
}
@media (max-width:992px){
    .search form{
       max-width: 100%; 
    }
}
.main{
    background-color: #fff;
}
.main .ny-title{
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
}
.main .ny-title span{
    display: block;
    font-weight: 600;
    font-size: 2.5rem;
}
.main .ny-title span.yellow{
    color: #00258f;
}
@media (max-width: 1280px) {
  .main .ny-title{
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
  }  
}

.line{
    border-bottom: 1px solid #e1e1e1;
    height: 6px;
    width: 100%;
    position: relative;
}
.line::after {
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background: #e1e1e1;
    margin-top: 0px;
}
.ny-comm{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.main .comm-left{
    width: 28%;
    float: left;
}
.main .comm-right{
    width: 72%;
    border-left: 1px solid #e5e5e5;
    padding-left: 3rem;
    float: right;
}
@media(max-width:992px){    
    .ny-comm{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .main .ny-title {
        font-size: 1.25rem;
    }
    .main .comm-right{
        width: 100%;
        padding-left: 0;
        border-left: none;
    }
}
/*产品类别*/
.cstlayer{
    font-size: 2.5rem;
    line-height: 1.0;
    font-weight: 600;
    margin-bottom: 2.0rem;
}
.comm-left .ny-nav{
    border-top: 1px solid #e1e1e1;
}
.comm-left .ny-nav ul.subnav{
    padding:0px 0px;
    display: none;
}
.comm-left .ny-nav li.active ul.subnav{
    display: block;
}
.comm-left .ny-nav li{
    width: 100%;
    display: block;
}
.comm-left .ny-nav li a{    
    line-height: 1.3;
    font-size: 1.125rem;
    font-weight: 400;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    display: block;
    padding: 20px 1rem 20px 1rem;    
}
.comm-left .ny-nav li a:before{    
    content: "·";
    width: 10px;
    top: 1.25rem;
    position: absolute;
    left: 5px;
}
.comm-left .ny-nav li a:after{ 
    font-family: "iconfont" !important;   
    content: "\e626";
    width: 10px;
    top: 1.25rem;
    position: absolute;
    right: 15px;
    font-size: 1.5rem;
}
.comm-left .ny-nav li.onenav a:after,.comm-left .ny-nav li.onenav a.on:after{ 
    font-family: "iconfont" !important;   
    content: "";
    width: 10px;
    top: 1.25rem;
    position: absolute;
    right: 15px;
    font-size: 1.5rem;
}
.comm-left .ny-nav li a.on:after{ 
    content: "\e625";
}
.comm-left .ny-nav li a span{
    float: right;
    line-height: 1.0;
    font-size: 1.875rem;
}
.comm-left .ny-nav li.active a.on,.comm-left .ny-nav li a:hover{
    color: #da251c;
}
.comm-left .ny-nav ul.subnav li a{
    display: block;   
    font-size: 1.0rem;
    padding: 20px 1rem 20px 2rem;
}
.comm-left .ny-nav ul.subnav li a:before{
    left: 1.25rem;
 }
.comm-left .ny-nav ul.subnav li a:after{ 
    content: "";
}
.comm-left .ny-nav ul.nonesub li a:hover,
.comm-left .comm-left .ny-nav ul.subnav li a:hover,.comm-left .ny-nav ul.subnav li a.subactive{
    color: #da251c;
}
@media (max-width:992px) {
    .comm-left{
        display: none;
    }
}
/* 关于我们 */
.ny-about h5{
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    position: relative;
}

@media (max-width:992px) {
    .ny-about h5{
        font-size: 1.5rem;
    }
    .ny-about .about-txt .txt{
        font-size: 1.125rem;
    }
}

/* 产品分类 */
.ny-product .nav-title,.com-title{
    font-size: 1.875rem;
    padding: 0.5rem 0rem;
    line-height: 1.0;
    font-weight: 600;    
    margin-bottom: 1.5rem;
    position: relative;
}
 .nav-more{
    display: inline-block;
    margin-top: 1.25rem;
 }
.ny-product .nav-title a span,.nav-more a,.product-list .pro-con .product-more a{
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    padding: 0.35rem 0.7rem;
    font-weight: 100;
    white-space: nowrap;
    line-height: 1.0;
    border-radius: 2.5rem;
    border: 2px solid #da251c;
    color: #da251c;
    transition: all 0.5s;
}
.ny-product .nav-title span i,.nav-more a i{
    margin-left: 0.5rem;
}
.ny-product .nav-title a:hover span,.nav-more a:hover,.product-list:hover .pro-con .product-more a{
    color: #fff;
    padding: 0.35rem 1.0rem;
    background: #fc6b36;
}
.ny-product .nav-img{
    border-radius: 0.5rem;
    overflow: hidden;
}
.ny-product .nav-subtitle{
    font-size: 1.875rem;
    line-height: 1.1;
    padding: 1.0rem 0;
    font-weight: 400;
}
.ny-product .nav-desc{
    margin-bottom: 1.0rem;
}
.ny-product .nav-box{
    padding: 1.0rem;
    border: 1px solid #e1e1e1;
    border-radius: 0.5rem;
    margin-bottom: 1.25rem;
}
.ny-product .nav-product{
    margin-bottom: 1.25rem;
}
.ny-product .nav-box .nav-img,.ny-product .nav-product .nav-img{
    width: 49%;
    border-radius: 0.0rem;
    border: 1px solid #e1e1e1;
    overflow: hidden;
}
.ny-product .nav-product .nav-img{
    border-radius: 0.5rem;
}
.ny-product .nav-box .nav-desc{
    width: 49%;
    font-size: 1.25rem;    
}
.ny-product .nav-product .nav-desc{
    width: 49%;  
}
.ny-product .nav-product .nav-desc .navSon-title{
    font-size: 1.875rem;
    line-height: 1.0;
    margin-bottom: 0.5rem;
}
.ny-product .nav-name a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 5.65rem;
    padding: 10px 10px 10px 10px;
    line-height: 1.0;
    border: 1px solid #e1e1e1;
    border-radius: 0.5rem;
    margin-bottom: 1.25rem;
    transition: all 0.5s;
}
.ny-product .nav-name a i{
    font-size: 1.85rem;
    font-weight: 300;
}
.ny-product .nav-name a:hover{
    background-color: #da251c;
    border: 1px solid #da251c;
    color: #fff;
    font-weight: 600;
}
.ny-product .nav-list{
    border: 1px solid #e1e1e1;
    border-top: 20px solid #174dae;
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
}
.ny-product .nav-list h5{
    font-size: 1.25rem;
    line-height: 1.0;
    height: 3.8rem;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 1.125rem 1.0rem;
    font-weight: 600;
    position: relative;
    background-color: #da251c;
}
.ny-product .nav-list .nav-con{
    padding: 1.0rem 1.0rem;
}
.ny-product .nav-list .nav-con .con-txt{    
    line-height: 1.5;
    height: 7.5rem;
    overflow: hidden;
}
/*产品列表*/
.product-list,.ny-honor .honor-list{
    background-color: #fff;    
    overflow: hidden;
    margin-bottom: 1.5rem;   
    transition: all 0.5s;    
}
.cro-service{
    text-align: center;
}
.company-logo img{
    margin: 1.5rem 1.5rem 0;
    width: auto;
    height: 15px;
}
.product-list .product-img,.cro-service .service-img{
    text-align: center;
    overflow: hidden;
    position: relative;  
}
.cro-service .service-img{
    margin: 0.5rem 2.25rem 0rem;
}
.product-list .cover-img,.cro-service .cover-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/probg.png) no-repeat center center;
    background-size: 100% 100%;    
}
.product-list .product-img img,.honor-list .honor-img img{
    width: 100%;
    transition: all 0.6s;
}
.product-list .pro-con{     
    padding: 1.0rem 1.0rem;
    text-align: center;
}
.product-list .pro-con h5{
    font-size: 1.125rem;     
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
}
.cro-service h5{
    font-size: 1.125rem;
    padding: 0.5rem 1.5rem;
    margin: 0.5rem 2.25rem 2.0rem;
}
.cro-advantage{
    padding: 2.5rem 1.5rem;
}
.cro-advantage h5{
    font-size: 1.125rem;
    height: 4rem;
    position: relative;
}
.cro-advantage h5:after{
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    bottom: 0px;
    left: 50%;
    transform:translateX(-50%);
    background-color: #da251c;
    margin: 10px auto;
}
.product-list .pro-con .product-more{
    display: inline-block;
    margin-top: 1.25rem;
}
.product-list .pro-con .product-more a {    
    border: 2px solid #fff;
    color: #fff;
}
.product-list:hover .pro-con .product-more a{
    background-color: #fff;
    color: #da251c;
}
.product-list:hover{
    box-shadow: 5px 5px 15px 0 rgba(0,0,0,.3);
}
.product-list:hover .product-img img,.honor-list:hover .honor-img img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}

@media (max-width: 992px){    
    .ny-product .nav-product .nav-desc .navSon-title{
        font-size: 1.5rem;
    }
    .ny-product .nav-list{
        border-top: 10px solid #174dae;
    }
    .product-list .pro-con{
        border-bottom: 10px solid #174dae;
    }
    .product-list .product-img {
        margin: 0.5rem 0.5rem;
    }
    .company-logo img{    
        height: 15px;
    }
    .cro-service h5{   
        padding: 0.5rem 0.5rem;
        margin: 0.5rem 0rem 1.0rem;
    }
}
/*产品展示详情 */
.product-info{
    margin-bottom: 1.0rem;
}
.product-info .slide-box{
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 1.0rem;
}
.ny-product .product-info .adv-img{
  background-color: #fff;
  overflow: hidden;
  padding: 0.5rem 4.5rem;
  border-radius: 0.5rem;
  border: 1px solid #e1e1e1;  
}
.product-info .thumbs-img{
  background-color: #fff;
  overflow: hidden;
  padding: 0.5rem 1.85rem;
  border-radius: 0.5rem;
  border: 1px solid #e1e1e1;  
}
.product-info .swiper-slide-thumb-active .thumbs-img{
  border: 1px solid #da251c;
}
.product-info .adv-img img ,.product-info .thumbs-img img{
  width: 100%;
}
/* 右侧 */
.ny-product .product-con{
    position: relative;  
}
.ny-product .product-con h5{
   font-size: 1.875rem;
   font-weight: 600;
   margin-bottom: 0.5rem;
}

.scrollbox{
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    padding-right: 10px;
}
/*滚动条样式*/
.scrollbox::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
.scrollbox::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.scrollbox::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}
.product-con .online{ 
    position: absolute;
    bottom: 0rem;
    width: 100%;
}
.product-con .online a{
    padding: 1.125rem 0.5rem;
    border-radius: 0.5rem;
    font-size: 1.25rem;    
    color: #fff;
    background: #da251c;
}
.product-con .online a span{
    font-size: 1.25rem;
    margin-right: 0.25rem;
}
@media(max-width:992px){    
    .product-con{
        padding-top: 1.0rem;
        padding-bottom: 1.0rem;
    }
    .product-con h5{
        font-size: 1.125rem;
    }
    .product-con .online{
        position: relative;
        margin-top: 1.0rem;
    }
    .product-con .online a {
        padding: 0.5rem 0.5rem;
    }
}
/* 下面的详细 */
.ny-product .info-nav{
    width: 100%;    
    position: sticky;
    top: 0px;    
    z-index: 15;
}
.ny-product .info-nav a{
    width: 24%;
    text-align: center;
    padding: 1.25rem 0.5rem;
    border-radius: 0.5rem;    
    color: #fff;
    font-size: 1.125rem;
    background-color: #174daf;
}
.ny-product .info-nav a.active{ 
    color: #fff;
    background-color: #da251c;
}
.ny-product .product-content{
    background-color: #fff;
    padding: 2.5rem 0rem 0;
}
.ny-product .pro-tit{
    font-size: 1.5rem;
    margin: 2.0rem 0;
    font-weight: 600;
}
.ny-product .product-content .imgs{
    background-color: #fff;
    border: 1.25rem solid #f7f7f7;
}
.table{
    position: relative; 
    width: 100%;
    border-bottom: 1px solid #f6f6f6;
}
.table th{
    background-color: #e1e1e1;
    color: #da251c;
    vertical-align: middle;
    text-align: center;
    font-weight: 600;
    border-top: 10px solid #da251c;
    border-right: 3px solid #fff;
}
.table td{
    padding: 10px 5px;
    text-align: center;
    vertical-align: middle;
    border-right: 3px solid #fff;
    border-top: 0px solid #dee2e6;
    border-bottom: 0px solid #dee2e6;
}
.table th:last-child,.table td:last-child{
    border-right: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color:#f6f6f6;
}
.download ul li a{
    display: block;
    position: relative;
    padding: 1rem 2rem;
    background-color: #f5f5f5;
    margin-bottom: 0.5rem;
    transition: all 0.5s;
}
.download ul li a:after{
    font-family: "iconfont" !important;
    content: "\e607";
    color: #da251c;
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    width: 0.5rem; 
}
.download ul li a:hover{
    color: #da251c;
}

@media(max-width:992px){
    .ny-product .product-content{    
        padding: 1.0rem 0rem 0;
    }
}
/* 解决方案 */
.ny-case .case-list{
    margin: 0px 0px 20px;0
    position: relative;
}
.ny-case .case-list .case-img{
  overflow: hidden;
}
.ny-case .case-list .case-img img{ 
    width: 100%;
    transition: all 0.3s ease;
}
.ny-case .case-list .case-con{       
    padding: 1.0rem 0.5rem;
    text-align: center;
    position: relative;
}
.ny-case .case-list .case-con h3{
    font-size: 1.125rem;
    font-weight: 600;
}
.ny-case .case-list .case-con .region{    
    color: #00258f;
    font-size: 1.125rem;
}
.ny-case .case-list:hover .case-con:after{
    background-color: #00258f;
    color: #fff;
}
.ny-case .case-list:hover .case-img img{
    transform: scale(1.1);
}
@media(max-width:992px){   
    .pro-wechat .tel a, .pro-wechat .online a{
        font-size: 1.125rem;
    }
    .ny-case .case-list{
        padding: 1.5rem 0px;
    }
    .ny-case .case-list .case-img{
        margin-bottom: 1.5rem;
    }
    .ny-case .case-list .case-con{
        padding: 0rem 5rem 0rem 0rem;
    }
    .ny-case .case-list .case-con:after{
        width: 50px;
        line-height: 50px;
        height: 50px;
    }
    .ny-case .case-list .case-con .case-txt{        
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
     }
    .ny-case .case-list .case-con h3{
        font-size: 1.5rem;
    }    
} 
.ny-case .case-info-content .case-img{
    margin-bottom: 1.0rem;
}

/*上一页下一页*/
.pre-next a{   
    line-height: 1.6;
    margin-top: 30px;    
    display: inline-block;
}
.pre-next a:hover span,.pre-next span{
    line-height: 1.6;
    color: #181818;
    font-weight: bold;
}
.product_back{
    padding: 30px 0px;
    border-bottom: 2px solid #e1e1e1;
}
@media(max-width:991px){
    .pre-next .text-right{
        text-align: left;
    }
}

/* 新闻中心 */
.ny-news{
    background-color: #f6f6f6;
}
.news-list{
    border-radius: 0.5rem;
    background-color: #da251c;
    color: #fff;
    overflow: hidden;
    border-bottom: 20px solid #174dae;
    margin-bottom: 1.5rem;
}
.news-img{
    width: 100%;
}
.news-content{
    width: 100%;
    padding: 2.0rem 2.0rem;
}
.news-time{
    font-size: 0.875rem;
    font-weight: 600;
}
.news-title{
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-more {
    display: inline-block;
    margin-top: 0.5rem;
}
.news-more a{    
    display: flex;
    align-items: center;
    border: 2px solid #fff;
    line-height: 1.0;
    font-size: 0.875rem;
    padding: 0.45rem 1.0rem;
    border-radius: 3rem;    
    transition: all 0.3s ease;
}
.news-more a:hover{
    background-color: #fff;
    color: #da251c;
}
@media (max-width:992px) {  
    .news-list{
        display: flex;
        align-items: center;
        border-bottom: 10px solid #174dae;
    }
    .news-img{
        width: 55%;
    }
    .news-content{
        width: 45%;
        padding: 1.0rem 1.0rem;
    }
    .news-title{
        font-size: 1.125rem;
    }
}
/* 新闻详情 */
.ny-news .ny-news-info{
    width: 75%;
    margin: 0 auto;
    padding: 3.0rem 4.0rem;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.news-info-title{
    font-size: 1.875rem;
    line-height: 1.2;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 1.0rem;
}
.news-info-title span{
    font-size: 1rem;
    font-weight: normal;
}
.news-info-content {
    margin: 2rem 0;
}
.news-info-content h3{
    margin: 15px 0;
    font-size: 1.5rem;
    font-weight: bold;
    color: #00258f;
}
.news-info-content strong{
    display: inline-block;
    margin: 1rem 0;
}
.news-info-content p{
    font-size: 1rem;
    line-height: 1.8;
}
.news-info-content img{
    margin-bottom: 15px;
}
@media (max-width:992px) {
    .news-info-title{
        font-size: 1.5rem;
        font-weight: bold;
    }
    .news-info-content {
        margin-top: 30px;
    }
    .news-info-content h3{
        font-size: 1.25rem;
    }
}

/* 下载文献 */
.literature ul li{
    border: 1px solid #e1e1e1;
    border-radius: 0.5rem;
    padding-bottom: 1.0rem;
}

.literature ul li dl{
    display: flex;
    padding: 0.85rem 1.0rem;
    font-size: 1.125rem;
    text-overflow: ellipsis;
    overflow: hidden;    
    position: relative;
    border-bottom: 1px solid #e1e1e1;    
}
.literature ul li dl:first-child{
    background-color: #e1e1e1;    
    font-weight: 600;
    cursor: pointer;
}
.literature ul li dl:first-child:hover{
    color: #da251c;
}
.literature ul li dl dt{
    width: 30%;
}
.literature ul li dl dd{
    width: 70%;
}
.literature ul li dl dd i{
    float: right;
    font-size: 1.5rem;
}
/*下载文件*/
.downlist ul{
    border-top: 1px solid #e1e1e1;
}
.downlist ul li a{
    display: block;
    padding: 1.25rem 1.0rem;
    font-size: 1.125rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;    
    position: relative;
    border-bottom: 1px solid #e1e1e1;
}
.downlist ul li a span{
    float: right;
    font-size: 1.25rem;
}

@media (max-width:992px){
    .downlist ul li a{
        font-size: 1.0rem;
        padding: 1.0rem 0.5rem;
    }
    .downlist ul li a span,       
    .downlist ul li a span i{
        font-size: 0.875rem;
    }
}
/* 联系我们 */
.contact {
    background-color: #f9f9f9;
    padding: 2.5rem 1.0rem;
    margin-bottom: 3.0rem;
}
.contact .contact-title{    
    font-size: 1.5rem;
    margin-bottom: 1.0rem;
    font-weight: bold;
}
.contact ul li{
    text-align: center;
    position: relative;
}
.contact ul li:after{
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background-color: #fff;
    top: 0;
    right: -8px;
    position: absolute;
}
.contact ul li p strong{
    text-transform: uppercase;
    margin: 0.5rem 0;
}
.contact ul li span{ 
    display: inline-block;    
    margin-bottom: 1.5rem;
}
.contact ul li span i{
    font-size: 3.0rem;
    font-weight: 100;
    color: #da251c;
    line-height: 1.0;
}
.contact ul li .er-box .cimg{
    width: 100px;
    padding: 10px; 
}
.contact ul li .er-box p{
    text-align: center;
    font-size: 0.875rem;
}
.map{
    border: 1px solid #efefef;
    padding: 5px;
    margin-top: 30px;
    background: #fff;
}
.map img{
    width: auto;
    max-width: none;
}
.BMap_stdMpCtrl, .BMapLabel, .BMap_omCtrl{
    display: none !important;
}
@media(max-width:992px){     
    .contact .contact-title {
        font-size: 1.35rem;
        margin-bottom: 5px;
    }
    .contact ul{
        justify-content: flex-start;
    }
    .contact ul li{
        margin-top: 1.0rem;
        margin-left: 0;
    }
}
/* 在线留言 */
.message .modal-header i{
    font-size: 1.75rem;
    font-style: normal;
    line-height: 1.0;
    padding-left: 5px;
    border-left: 5px solid #00258f;
}
.message .modal-body p {    
    font-size: 1.125rem;
    padding: 0px 0 1.0rem;
}
.form-control{
    height: 42px;
    background-color: #fff;
    font-size: 0.875rem;
    padding-left: 1.0rem;
    border-radius: 0;
    border: 1px solid #eee;
    margin-bottom: 10px;
}
.form-control1{
    height:120px !important;
}
.message .msg-btn{
    width: 100%;
    height: 45px;
    color: #fff;
    border:none;
    border-radius: 0px;
    background-color: #da251c;
}
.message .msg-title {
    font-size: 1.6875rem;
    width: 100%;
    font-weight: bold;
    color: #fff;
    margin-bottom: 1.0rem;
}
.message label{
    font-size: 0.875rem;
    margin-bottom: 0px;
}