.ny-banner > img{
    width: 100%;
    vertical-align:bottom;
}

/*内页菜单栏*/
.submenu {
    height: 60px;
    line-height: 60px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ededed;
}
.submenu-site a{ color: #1168b4}
.submenu-site a:hover{ text-decoration: underline}
.sub-dorpmenu{
    text-align: center;
    position: relative;
    width: 150px;
}
.dorpmenu-bottom{
    cursor: pointer;
    height: 100%; 
    background: #1168b4;
    color: #ffffff;
}
.sub-dorpmenu ul{
    display: none;
    position: absolute;
    top: 60px;
    overflow: hidden;
    z-index: 999;
    width: 100%;
    line-height: 40px;
    border-radius: 0px 0px 15px 15px; 
    background: rgba(17,104,180, 0.9);
}
.sub-dorpmenu > ul > li:hover{ background: rgba(66,144,43, 0.6); text-decoration: underline}
.sub-dorpmenu > ul > li > a{ color: #ffffff;}


/*单页*/
.page-title{text-align: center;}
.page-title h2{font-size: 25px;}
.page-text{ line-height: 30px;}
.page-time{ padding:15px 0; border-bottom: 1px dashed #999;}
.detail-button{
    display: flex;
    justify-content: space-between;
}
.back{
    margin: 20px auto;
    width: 110px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #CCC;
    border-radius: 5px;
}
.back:hover{
    background: #ccc
}
/*map*/
.mapwrap{padding: 1%;box-sizing: border-box;background: #FFF; border:solid 1px #CCC; }  

/*product*/
.pro-list li{max-width: 500px;margin:10px auto 20px auto;}
.pro-pic{max-width: 402px;max-height: 270px;overflow: hidden;}
.pro-text{width: 100%;height: auto;padding:15px 0;text-align: center;background: #4a4a4a;color: #ffffff;position: relative;}
.pro-pic img,.case-pic img{width: 100%; transition:all 0.8s ease 0s;} 
.pro-pic:hover img,.case-pic:hover img{transform: scale(1.1)}
.pro-text h4,.case-text h4{font-size: 16px}

/*分页*/
.fenye {width: 100%;height: auto;clear: both;}
.fenye ul{display:flex;justify-content: center;flex-wrap: wrap}
.fenye ul > li{display: block;box-sizing:border-box;margin-top: 5px;margin-bottom: 5px;}
.fenye ul > li >a{display:block;text-align: center;padding: 7px 14px;border: 1px solid #CCCCCC;box-sizing:border-box;margin-left: -1px;}
.fenye .jump{text-align: center;width: 4em;height: 36px;box-sizing: border-box;border: 1px solid #ccc; transition: all 0.3s ease-in-out 0s;}
.fenye .jump:focus{outline: #1f9a81 0px solid;border: 1px solid #1f9a81;}
.fenye ul > li >span{line-height: 40px;}
.fenye .page-active + li>a{border-left: 1px #1f9a81 solid;}
.fenye .page-active>a{background: #009688;color: #ffffff;border: 1px solid #009688;}
.fenye .page-active>a:hover{background: #009688;color: #ffffff;border: 1px solid #009688;}
.fenye ul > li >a:hover{background: rgba(233, 236, 239, 0.7);color:#009688;}
.fenye .page-disabled>a{cursor: not-allowed;border: 1px solid #eee;}
.fenye .page-disabled>a{
    color:#aaa !important;
    background: initial !important;
    /*文件禁止选择*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media all and (max-width:767px) and (min-width:320px) {
    .fenye .number,.fenye span,.jump-button,.jump{display: none!important}
}

/*媒体查询*/
@media (max-width:1920px) and (min-width:1700px) {
   
}
@media (max-width:998px) {
    .page-text img{width: 100%}
    .submenu {
        padding-bottom: 10px;
        line-height: 40px;
        height: auto;
    }
    .sub-dorpmenu{ width: 100%;}
    .sub-dorpmenu ul{ top: 41px;}
    .mapwrap > div{ height: 200px!important;}
   
}