body{ background: #f5f5f5 }
.sub_banner img,.case_img img{ width: 100%;transition:all 1s;}
.sub_banner{
    position: relative;
    width: 100%;
}
.sub_con_box,.sub_banner_text{
    padding-left: 30px;
    padding-right: 30px;
    box-sizing:border-box;
}
.sub_banner_text{
    position: relative;
    top: -35px;
    padding: 25px;
    width: 100%;
    background: #fff;
    text-align: center;
    background: #0073C2;
    color: #fff;
    font-size: 14px;
}
.sub_banner_text h2{
    margin-bottom: 5px;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
}
.sub_site{ 
    padding: 15px 0;
    position: relative;
}
.sub_site::after{
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: url(../image/site.png);
}
.sub_site a:last-child{ color: #0073C2 }


/*内页导航*/
.sub_mune_box{ width:19%; }
.sub_mune{
    position: relative;
    top: -35px;
    width: 100%;
    background: #fff;
    box-shadow: rgb(156, 156, 156) 0px 0px 5px; 
}
.sub_mune > li{position: relative; width: 100%; }
.sub_mune > li > a{
    display: block;
    padding-left: 35px;
    box-sizing:border-box;
    width: 100%;
    line-height:50px;
}
.sub_mune > li > a::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #0073C2;
}
.sub_muen_active,.sub_mune > li > a:hover{
    color: #0073C2;
}
.sub_muen_active::after,.sub_mune > li > a:hover::after{content: "";}
.sub_con{
    width: 78%;
    border-top: 1px solid #EAEAE9;
}
.sub_mune_show{display: none;}
.sub_mune > li.cur .sub_mune_show{display: block;}
.sub_mune_show > ul > li > a {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-left: 35px;
    box-sizing:border-box;
    width: 100%;
    line-height:50px;
    background:#fff;
}
.sub_mune_show .iconfont{
    font-size: 12px;
    padding:0 15px;
    font-weight: bold;
}
.sub_mune_show_active span,.sub_mune_show_active{ color: #0073C2!important; }

/*案例*/
.case_list li{
    margin: 20px 0.5% 0;
    overflow: hidden;
    position: relative;
    width: 32%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.case_text{
    padding: 10px 0 0 0;
    background: #fff;
    color: #666;
    background:#f3f3f3;
}
.case_text h3{
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #666;
}
.case_list li:hover{
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}
.case_img{
    padding: 10px;
    box-sizing:border-box;
    border-radius: 10px;
    background: #E9E9E9;
}

/*news-list*/
.news_list{
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: rgb(156, 156, 156) 0px 0px 5px;
}
.news_list li{
    position: relative;
    overflow:hidden; 
    width:100%;
    height:86px; 
    margin:20px auto; 
    border-bottom:1px solid #ddd
}
.news_list_time{
    position: absolute;
    left: 0;
    width:80px;
    height:75px; 
    text-align:center;
    color:#555;
}
.news_list_time i{
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    background: #0073C2;
}
.news_list_time p{
    overflow:hidden;
    width:100%; 
    padding:8px 0px;
    font-size: 20px;
    background:#eee;
    line-height:25px;
}
.news_list_text{
    display:block;
    padding-left: 90px;
    overflow:hidden; 
    width:100%;
    height:75px;
    box-sizing: border-box;
}
.news_list_text h4{
    font-size:18px; 
    margin-bottom:10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.news_list_text div:nth-child(2){
    line-height:21px; 
    text-overflow: ellipsis;
    word-wrap:break-word;
    color: #666;
}
.news_list_text:hover h4{ 
    text-decoration:underline; 
    color:#0073C2
}

/*map*/
.mapwrap{padding: 10px;width: 100%;height: 350px;border: 1px solid #ddd; box-sizing: border-box;}
.detail-button{padding-top:30px ;display: flex;justify-content: space-between;border-top: 1px solid #e7e7e7}
.back{
    margin: 20px auto;
    width: 110px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
}
.back:hover{background: #ccc}
.detail{
    margin-top: 16px;
    padding: 20px;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    box-shadow: rgb(156, 156, 156) 0px 0px 5px;
}
.detail h3{
    font-size: 22px;
    line-height: 1.2;
    color: #444;
    margin:22px auto auto auto ;
}
.detail_time{
    display: block;
    margin-bottom: 30px;
    padding: 15px 0;
    font-size: 12px;
    color: #666;
    border-bottom: 1px dashed  #e6e6e6;
}

/*分页*/
.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,.news_icon {display: none!important}
}

/*媒体查询*/
@media (max-width:1920px) and (min-width:1700px) {
    
}
@media (max-width:650px) {
    .sub_banner_text h2,.sub_banner_text,.sub_muen_active::after{ display: none; }
    .mapwrap > div{ height: 200px!important;}
    .detail-button {padding-top: 20px;flex-wrap: wrap;}
    .detail-button a {display: block;width: 100%;margin-bottom: 10px;}
    .detail img,.sub_mune,.sub_con{ width: 100%; }
    .mapwrap{ height: 224px }
    .sub_con_box, .sub_banner_text{ padding-left: 0px; padding-right: 0px;}
    .sub_banner_text{ position: relative;left: 0;width: 100%;height: 40px; line-height: 40px; }
    .sub_mune_box{overflow-y: auto;width: 100%;}
    .sub_mune { width: 720px; background: #F3F3F3}
    .sub_mune > li{ width: 120px; float: left; }
    .sub_mune > li > a {padding-left: 0px;text-align: center;}
    .case_list li{ width: 49%; }
    .sub_mune_show ul{ 
        display: flex!important;
        flex-wrap: wrap;
        position: relative;
        top: 0;
        width: 720px;
    }
    .sub_mune_show ul li {
        margin: 5px;
        padding: 0 10px;
        background: linear-gradient(0deg, #0072c1 0%, #37aeff 83%);
        border-radius: 10px;
    }
    .sub_mune_show .iconfont{ display: none }
    .sub_mune_show > ul > li > a{ line-height:30px; color: #fff;}
    .news_list,.detail,.sub_mune_show > ul > li > a,.sub_mune{ padding: 0;background: none;box-shadow: none }
    .sub_mune{ top: 0; }
    .sub_muen_active, .sub_mune > li > a:hover{  }
    .sub_mune > li{ position: initial }
}

