.gray {
    filter: gray !important;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
html,body{
    color:#333;
}
body, button, code, div, em, h1, h2, h3, h4, h5, h6, i, input, li, p, select, span, table, td, textarea, th, ul {
margin: 0;
padding: 0;
color: inherit;
line-height: inherit;
font-family: "microsoft yahei",'PingFang SC',PingFangMedium;
box-sizing:border-box;
font-weight: normal;

}

img {border: 0;display: inline-block;max-width: 100%;vertical-align: middle;height: auto}
.flt {float: left}
.frt {float: right}
li, ul {list-style: none}
a, em, i, p, span {text-decoration: none;color: inherit;font-size: inherit}
:focus {outline: 0 !important;border-color: inherit}
.clearfix:after, .clearfix:before {display: table;line-height: 0;content: ""}
.clearfix:after {clear: both}
table {border-collapse: collapse;border-spacing: 0;width: 100%}
h3, h4, h5, h6 {font-weight: 400}
em, i {font-style: normal}
input[type=button], input[type=reset], input[type=submit], input[type=text] {-webkit-appearance: none}
input[type=button] {border: none}
textarea {-webkit-appearance: none}
.center{
    width: 1500px;
    margin: 0 auto;
}

/* header */
.header{
    border-top: 5px solid #004998;
    position: relative;
    background-color: #fff;
}
.header .link{
    position: absolute;
    right:0;
    top:0;
    background: url(/Resource/Images/link_tit_bg.png) 0 -3px no-repeat;   
    height: 36px;
    line-height: 32px;
    padding-left: 40px;
}
.header .link a{
    color:#fff;
    font-size: 14px;
    padding:0 15px;
    position: relative;
}
.header .link a:hover{
    color:#f0a108;
}
.header .link a:nth-child(1):after,.header .link a:nth-child(2):after{
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    background: #006ee6;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.logobox{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding:calc(100vw / 1920 * 20);
   margin-top:32px;
}
.search{   
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background:#aac9eb url(/Resource/Images/search.png) no-repeat center;
    cursor: pointer;
}
.nav-button{
    display: none;
}

.nav{
    padding-left: 30%;
    padding-right: 4%;
    position: relative;
    border-bottom: 1px solid #eee;
}
.nav ul{
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 20px;
    padding-bottom: 24px;
}
.nav ul li > a{
    position: relative;
}
.nav ul li > a:hover{
    color:#004998;
}
.nav ul li > a:after {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -24px;
    width: 0;
    height: 4px;
    background: #004998;
    transition: all .3s ease;
    z-index: 99999;
}
.nav ul a:hover:after{
    width: 100%;
    left: 0;
}
/* 二级 */
.nav .depth2-wrap{
    position: absolute;
    width: 100%;
    left: 0;
    top:51px;
    z-index: 999;
    background: #fff;
    display: block; 
    padding: 0;
    text-align: left;
    box-sizing: border-box;   
    box-shadow: 0 -2px 0px -1px #eaeaea;
    height: 380px;
    transition: height 1s;
    transition-delay: 0.1s;
    height: 0;
    overflow: hidden;
}
.nav .depth2-wrap.show{   
    height: 380px;
    transition: height 1s;
    transition-delay: 0.1s;
}
.nav .depth2-wrap .depth2{
    width:64%;
    float:right;
}



.nav .depth2-wrap .title {
    width: 36%;
    margin-left: 0;
    float: left;
    height: 100%;
    padding: 60px 0;
    min-height: 380px;
    box-sizing: border-box;
    padding-left: 13%;
    position: relative;
    overflow: hidden;
    z-index: 0;
    background: #2dbbad;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #185a9d, #2dbbad);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #185a9d, #2dbbad);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.nav .depth2-wrap .title::after {
    content: '';
    background: url('/Resource/Images/sub_nav_icon.png') no-repeat;
    background-size: 100%;
    position: absolute;
    width: 900px;
    height: 1000px;
    top: -470px;
    left: -40px;
    opacity: .2;
    z-index: -9;
}

.nav .depth2-wrap .title .p1 {
    font-size: 35px;
    margin-top: 20px;
    font-weight: 700;
}

.nav .depth2-wrap .title p {
    font-size: 23px;
    color: #ffffff;
    display: block;
    line-height: 30px;
}

.nav .depth2-wrap .title .p2 {
    margin-top: 10px;
}

.nav .depth2-wrap .title .nav_more a {
    color: #ffffff;
    font-size: 16px;
    border: 1px solid #ffffffad;
    border-radius: 100px;
    display: block;
    width: 130px;
    height: 45px;
    line-height: 45px;
    margin: 50px 0;
    padding: 0;
    text-align: center;
}

.nav .depth2-wrap .title .nav_more a:hover {
    box-shadow: inset 140px 0 0 0 #ffffff;
    border: 1px solid #004998;
    color: #18312f;
}

.nav .depth2-wrap .depth2 {
    display: block;
    /* width: 78%; */
    height: 100%;
    min-height: 380px;
    position: relative;
    font-size: 0;
    overflow: hidden;
    padding: 50px;
    box-sizing: border-box;
}

.nav .depth2-wrap .mn_li2 {
    float: left;
    width: calc(25% - 2rem);
    margin-right: 1.5rem;
    margin-bottom: 1rem;
}

.nav .depth2 .mn_li2 a {
    position: relative;
    width: 100%;
    display: block;
    font-size: 0.95rem;
    font-weight: 500;
    color: #333;
    padding: 1px;
}

.nav .depth2 .mn_li2 a:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,#a2a2a2,#a2a2a2);
    content: '';
    opacity: 0.3;
    background: #a2a2a2\9;
}

.nav .depth2 .mn_li2 a:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(to right,#004998,#185a9d);
    content: '';
    opacity: 0;
    transition: width .4s,opacity .2s;
    background: #087f67\9;
}

.nav .depth2 .mn_li2 a:hover span {
    background: transparent;
    color: #fff;
    transition: all .4s .4s
}

.nav .depth2 .mn_li2 a:hover:after {
    width: 100%;
    opacity: 1;
}

.nav .depth2 .mn_li2 a span {
    position: relative;
    padding: 0.75rem 1rem;
    display: block;
    height: 100%;
    background: #ffffff;
    z-index: 1;
}

.nav .depth2 .mn_li2 a span:before,.nav .depth2 .mn_li2 a span:after {
    content: '';
    width: 22px;
    height: 2px;
    display: block;
    position: absolute;
    background: #8d8d8d;
    transition: 1s
}

.nav .depth2 .mn_li2 a span:before {
    transform: rotate(45deg);
    width: 10px;
    right: 14px;
    top: 21px;
}

.nav  .depth2 .mn_li2 a span:after {
    right: .95rem;
    top: 50%;
}

.nav .depth2 .mn_li2 a:hover span:before,.nav .depth2 .mn_li2 a:hover span:after {
    background: #ffffff;
}
/* 电话 */
.telbox {
    background: url(/Resource/Images/telbg.jpg) no-repeat center top;    
    padding:50px 0;
    color:#fff;
}
.telbox .center{
    display: flex;
    justify-content: space-between;

}
.telbox span{
    color:#fff;
}
.telbox span font{
    color:#fff;
    font-size: 24px;
}


/* footer */
.footer{
    font-size: 15px;
    padding:40px 0;
}
.footer .center{
    display: flex;
    justify-content: space-between;
}
.footer .code{
    display: flex;
    text-align: center;
    font-size: 14px;
}
.footer .code div{
    margin: 0 5px;
}
.footer .text{
    line-height: 2;
}

/* sbanner */
.sbanner{
    position: relative;
}
.sbanner img{
    width: 100%; 
    height: auto; 
    min-height: 220px; 
    object-fit: cover;
}
.sbanner .text{
    position: absolute;
    text-align: center;
    font-size: 36px;
    color:#fff;
    top:30%;
    left: 50%;
    transform: translateX(-50%);
}
.sbanner .text span,.sbanner .text a{
    font-weight: bold;
    position: relative;
}
.sbanner .text span:after,.sbanner .text a:after{
    content: '';
    height: 1px;
    width: 40%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    background-color: #fff;
}
.stitle {
    border-bottom: 1px solid #dddddd;
    padding: 20px 0;
    margin-top:20px;
    font-size: 18px;
    overflow: auto;
}
.stitle ul{
    display: flex;
    justify-content: space-around;
}
.stitle ul li{
    padding:0 10px;
    white-space: nowrap;
}
.stitle ul li.cur a{
    color: #00358d;
    font-weight: bold;
}
.edit_title{
    text-align: center;
    margin-top:30px;
}
.edit_title h3{
    font-size: 30px;
    font-weight: bold;
}
.edit_title .info{
    font-size: 14px;
    color:#555;
    padding:20px;
    border-bottom: 1px solid #e3e3e3;
}
.edit_title .info span{
    padding:0 10px;
}
.eidt{
    padding: 30px 0 50px;
    line-height: 1.6;
}
.eidt p{
    padding:2px 0;
}
.eidt img{
    margin: 5px auto;
    display: block;
}

/* 列表页 */
.nunit_name{
    margin:50px 0;
    text-align: center;
    font-size: 28px;
}
.textlist{
    margin-bottom: 30px;
}
.textlist li{
    padding:40px 20px;
    border-bottom: 1px solid #f0f0f0;
}
.textlist li:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.textlist li a{
    display: block;   
    height: 110px;
}
.textlist li a:hover h3{
    color: #004998;
}
.textlist li a:hover .day{
    color: #004998;
}
.textlist li .date{
    width: 90px;
    float: left;
    height: 110px;
    border-right: 1px solid #f0f0f0;
}
.textlist li .date .day{
    font-size: 48px;
    font-weight: bold;
    color:#5c6268;
    position: relative;
    padding-bottom:10px;
}
.textlist li .date .day:after{
    content:'';
    position: absolute;
    height:1px;
    width: 32px;
    background-color: #dddddd;
    left: 0;
    bottom: 0;
}
.textlist li .date .ny{
    font-size: 14px;  
    color:#A7A7A7;
    padding-top:10px;
}

.textlist li .text{
    width:calc(100% - 110px);
    float: right;
}
.textlist li .text h3{
    font-weight: bold;
    font-size: 20px;
    color:#333;
}
.textlist.nodetail h3{
    line-height: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 95%;
}
.page{
    margin-bottom: 50px;
}

@media (max-width:1680px) { 
    .nav{
        padding:0 calc(100vw / 1920 * 20);
    }
    .nav ul{
        font-size: 18px;
        justify-content: space-around;
    }  

}
@media (max-width:1500px) {    
    .center{
        width: 95%;        
    }
    .footer{
        padding: 20px 30px;
    }
}
@media (max-width:1320px) {    
    .center{
        width: 100%;   
        padding:0 30px;
    }
    .telbox .center{
        display: block;
    }
    .telbox span{
        width: 100%;
        display: block;        
    }
}
@media (max-width:1199px) { 
    .nav ul{
        font-size: 16px;       
    }
    .sbanner .text{
        font-size: 30px;
    }
    .stitle{
        font-size: 16px;
    }
}

@media (max-width:1020px) { 
    .header{
        border:none;
        z-index: 999;
    }
    .header .link{
        position: relative;
        display: flex;
        background:none;
        padding: 0;
        width: 100%;
        justify-content: space-between;
        z-index: 10;
    }
    .header .link a{
        width: 33.3%;
        text-align: center;
    }
    .header .link a:nth-child(1):after, .header .link a:nth-child(2):after{
        display: none;
    }
    .header .link a:nth-child(1),.header .link a:nth-child(3){
        background-color: #004998;
    }
    .header .link a:nth-child(2){
        background-color: #1a5ab5;
    }
    .logobox{
        position: relative;
        z-index: 100;
    }
    .nav{
        position: absolute;
        width: 100%;
        bottom:0;      
        padding: 0;
        z-index: 5;
        box-sizing:content-box;
        background: #daecff;       
        opacity: 0;            
        transition: all .5s;
        height: 0;
        display: none;
    }
    .nav.hit{  
        height: auto;
        opacity: 1;
        transform: translateY(100%);
        display: block;
        transition: all .5s;
    }
    .nav ul{
        display: block;
       line-height: 3;
      padding-bottom: 0;
    }
    .nav ul li{
        border-bottom: 1px solid #aac9eb;
        text-align: center;
    }
    .nav ul a:after{
        display: none;
    }
    .nav-button{
        display: block;
        width: 25px;
        height:20px;
        margin-left:10px;
    }
    .nav-button.hit span:nth-child(1){
        transform: translateY(9px) rotate(45deg);
    }
    .nav-button.hit span:nth-child(2){
        opacity: 0;
    }
    .nav-button.hit span:nth-child(3){        
        transform: translateY(-9px) rotate(-45deg);
    }
    .nav-button div{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
    }
    .header .searchbox {
        display: flex;
        align-items: center;
    }
    .nav-button span{
        width: 100%;
        height:2px;
        background-color: #004998;
        display: block;
        transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    }
    .search{   
        width: 42px;
        height: 42px;
        background: url(/Resource/Images/search.png) no-repeat center;
        cursor: pointer;
    }
    .telbox span{
        font-size: 16px;
    }
    .telbox span font{
        font-size: 18px;
    }
    .telbox .center{
        display: block;
    }
    .telbox span{
        width: 100%;
        display: block;
        font-size: 15px;
        line-height: 2;
    }
    .telbox span font{       
        font-size: 15px;;
    }
    .footer{
        font-size: 14px;
    }
    .footer .center{
        flex-wrap: wrap;
    }
    .footer .text{
        width: 100%;
        text-align: center;
    }

    .footer .code{
        width: 100%;
        justify-content: center;
    }

    .sbanner .text{
        font-size: 24px;
    }
    .nunit_name{        
        font-size: 18px;
        margin: 30px 0;;
    }
}
@media (max-width:768px) { 
    .telbox{
        padding:30px 0;
    }
    .center{
        padding:0 20px;
    }
}