.page .page-banner{
    max-width: 100%;
    overflow: hidden;
}
.product-detail .detail-base .pro-contact .btn{
    min-width:200px;
    width:auto;
    padding:0 10px;
    display: inline-block;
}
.product-detail .detail-base .pro-contact .btn{
    transition: all 0.2s ease;
}
.product-detail .detail-base .pro-contact .btn:hover{
    color:#fff;
    background:#095bb1;
}
.page-contact .contact-form .form-item input{
    border-radius: 6px;
}
.page-contact .contact-form textarea{
    border-radius: 6px;
}
.pro-list li .inner{
    height: 430px;
    background:#fff;
}
.page .pro-list .inner:hover .tit::after{
    width: 0;
}
.page .pro-list .inner:hover .tit{
    text-decoration-line: underline;
text-decoration-color: #095bb1;
text-decoration-style: solid;
}
.current-position{
    font-size:16px;
}
.page-product .menu-list{
    background:#fff;
    padding: 0;
}
.page-product .menu-list .list-column{
    padding:0;
    border-width: 0;
}
.page-product .menu-list .list-column li{
    border-bottom: 1px solid #e3e3e3;;
}
.page-product .menu-list .list-column li:last-child{
    border-width: 0;
}
.page-product .menu-head{
    padding:15px;
    transition: all 0.3s ease;
    display: block;
}
.page-product .navMenu li:hover .menu-head{
    background:#095bb1;
    color: #fff;
}
.page-product .menu-head .arrow{
    float:right;
}

.page-product .navMenu li .menu-head.active .arrow {
  background-image: url(/web-asssets/images/menu_icon_open_white.png);
  display: block;
}

.page-product .menu-head .arrow {
  width: 16px;
  height: 28px;
  float: right;
  background: url(/web-asssets/images/menu_icon_close.png) no-repeat right center;
  position: relative;
  z-index: 10;
  display: none;
}
.page-product .navMenu li .menu-head:not(.active):hover .arrow {
    display: block;
    background-image: url(/web-asssets/images/menu_icon_close_white.png);
}

.product-detail .detail-base .pro-title{
    word-break: break-all;
    word-wrap:break-word;
}
.page-product .menu-head{
    font-size:18px;
}
.page-product .navMenu li .menu-head.active{
    background:#095bb1;
    color: #fff;
}
@media screen and (max-width:1881px){
    .pro-list li .inner{
        height: 395px;
    }
}
@media screen and (max-width:1681px){
.product-detail .detail-base .pro-contact .btn{
    min-width:160px;
    width:auto;
    font-size:15px;
}
.product-detail .detail-base .pro-contact .btn + .btn{
    margin-left:10px;
}
.pro-list li .inner{
    height:370px;
}
.page-product .menu-list{
    padding:0;
}
.page-product .menu-title{
    font-size:24px;
}
.product-detail .detail-base .pro-title{
    font-size: 24px;
}
}
@media screen and (max-width:1441px){
.product-detail .detail-base .pro-contact .btn{
    min-width:140px;
    
    width:auto;
}
.page-product .menu-list {
    padding: 0;
}
}
@media screen and (max-width:1281px){
    .product-detail .detail-base .pro-contact .btn{
        min-width: 130px;
        width:auto;
        font-size:14px;
    }
    .page .news .list li .date{
        font-size:13px;
    }
    .page .news .list li .date .iconfont{
        margin-right: 0;
    }
    .pro-list li .inner{
        height: 310px;
    }
    .page-product .menu-head{
        font-size:16px;
        padding:12px 15px;
    }
    .product-detail .detail-base .pro-title{
        font-size:24px;
    }
    .page-product .menu-title{
        font-size:22px;
    }
}
@media screen and (max-width:798px){
    .product-detail .detail-base .pro-link{
        margin-top:25px;
    }
    .product-detail .detail-base .pro-contact{
        margin-top:25px;
    }
    .product-detail .detail-base .pro-contact .btn{
       min-width: 110px;
        width: auto;
        height: 36px;
        line-height: 36px;
        border-radius: 6px;
    }
    .page .pagination-bar li{
        margin:0;
        padding:0 5px;
    }
    .page .pagination-bar li a{
        min-width: 36px;
        height: 36px;
        line-height: 36px;
        padding:0;
    }
    .current-position{
        font-size:12px;
    }
}