.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,dl,dt,dd {
margin: 0;
padding: 0;
color: inherit;
line-height: inherit;
font-family: "microsoft yahei",'PingFang SC',PingFangMedium;
box-sizing:border-box;
}

h1, h2, h3, h4, h5, h6{font-weight: normal;}
img {border: 0;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 {-webkit-appearance: none;outline: none;box-shadow: none;appearance: none; background:none;border: none; padding: 0;}
input[type=button] {border: none}
textarea {-webkit-appearance: none}
.layout{
    width: 1400px;
    margin: 0 auto;
}
.mt40{
    margin-top:40px;
}
.pb50{
    padding-bottom: 50px;
}
/* header-top*/
.header{
    position: relative;
}
.header .top{
    height: 134px;
    background: url(/Resource/Images/headerbg.jpg) no-repeat center top;    
}
.header .top .layout{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.header .top .layout .right{
    display: flex;
    height: 40px;
    align-items: center;
}
.header .lab{
    color:#fff;
    background: url(/Resource/Images/icon1.png) no-repeat left center;
    padding-left: 20px;
    margin-right: 50px;
    white-space: nowrap;
    margin-left: 15px;
}
.header .right{
   position: relative; 
}
.searchbox {
    position: absolute;
    height: 40px;
    border-radius: 30px;
    right: 0;    
}
.searchbox.open{    
    width: 250px;
    background: #002875;
}
.searchbox .close{
    background: url(/Resource/Images/close.png) no-repeat  center;
    position: absolute;    
    width: 50px;
    height: 40px;
    right: 190px;
    display: none;
    cursor: pointer;
}
.searchbox .qwss{
     position: absolute;   
     right: 40px;
     height: 40px;
     width: 150px;
     display: none;
     color:#fff;
}
.searchbox .btn,.searchbox .tj{
     position: absolute;   
     right: 0;
     height: 40px;
     width: 40px;
     background: url(/Resource/Images/search.png) no-repeat  center;
     cursor: pointer;
}
.searchbox.open .qwss{
    display: block;
}
.searchbox.open .close{
    display: block;
}
.searchbox.open .tj{
    display: block;
}
.searchbox.open .btn{
    display: none;
}
.searchbox .tj{
    display: none;
}

/* header-nav*/
.nav { position:relative;  height:54px; line-height:54px; width:100%; margin:0 auto;}
.nav ul {padding:0; margin:0;list-style-type: none;  }
.nav ul li {float:left; position:relative; z-index:998;display:block; width:9.09%;}
.nav ul li a{display:block; text-decoration:none; text-align:center; font-size:16px;font-weight: bold;}
.nav ul li ul {display: none;}
.nav ul li ul li{ width:140px; position:static; border-right:none !important; }
.nav ul li:hover a { color:#023999; font-weight:bold; }
.nav ul li.hover a { color:#023999;  font-weight:bold;}
.nav ul li:hover ul {display:block; position:absolute; top:54px; left:50%; transform: translateX(-50%);}
.nav ul li:hover ul li ul {display: none;}
.nav ul li:hover ul li a {display:block; text-align:center; line-height:35px; background:#023999; padding:0px; font-size:14px; color:#fff; border-top:1px solid #054dc1; font-weight:normal;}
.nav ul li:hover ul li a:hover {color:#fff; text-align:center; background:#054dc1;}
.nav .a:before {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0px;
	height: 4px;
	width: 0px;
	z-index: 0;
	content: '';
	background: #023999;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.nav .a:hover:before {
	left: 10%;
	right: auto;
	width: 80%; margin:0 auto;
}


/* footer */
.footer{
   border-top:5px solid #02348c; 
   font-size: 14px;
   padding: 30px 0;
   margin-top:40px;
}

.footer .linkbox{
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.footer .linkbox .wechat{
    text-align: center;
    font-size: 12px;;
}
.footer .linkbox .info{
    text-align: right;
    line-height: 1.6;
}
.footer .linkbox .info p{
    white-space: nowrap;
}
.footer .link{
    display: flex;
}
.footer .link li{
    margin-right: 10px;
}
.footer .copyright{
   text-align: center;
   line-height: 1.6;
   padding-top:20px;
}
.footer .ga{
    background: url(/Resource/Images/ga.png) no-repeat;
    padding-left:18px;
    background-size: contain;
}

/* 二级通用 */
.sbanner{
    background: url(/Resource/Images/sbanner.jpg) no-repeat center;
    height: 270px;  
}

/* 二级通用 leftbar*/
.leftbar{
    float: left;
    margin-top:-70px;
    color: #fff;
    width: 250px;
}
.leftbar dt{
    height: 70px;
    line-height: 70px;
    background-color: #054dc1;
    padding: 0 25px;
    font-size: 20px;
    font-weight: bold;
}
.leftbar dd{
    padding: 0 25px;
    margin-top:2px;
    background-color: #054dc1;
    height: 50px;
    line-height: 50px;
}
.leftbar dd a{
    display: block;
    height: 100%;
    width: 100%;;
}
.leftbar dd.current{
    background-color: #0062ff;
}

/* 二级通用 rightbar*/
.rightbar{
    float: right;
    width: calc(100% - 300px);
    margin-top:20px;
}
.rightbar .stitle{
    border-bottom: 1px solid #ccc;
}
.rightbar .stitle span{
    font-weight: bold;
    font-size: 18px;
    color:#054dc1;
    position: relative;
    line-height: 2;
}
.rightbar .stitle span:after{
    content:"";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -6px;
    background-color: #054dc1;
    left: 0;
}
/* 二级通用 rightbar 三级菜单*/
.snav{
    margin-top:20px;
    display: flex;
    justify-content: center;
}
.snav a{
    padding:0 10px;
}
.snav a.current{
    color:#054dc1;
    font-weight: bold;
}

/* 二级通用 rightbar list*/
.rightbar li a:hover{
    color:#02348c;
}
.rightbar .piclist li{
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
    border-bottom: 1px dashed #ddd;
}
.rightbar .piclist .pic{
    width: 200px;
    height: 110px;
}
.rightbar .piclist .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rightbar .piclist .textbox{
    width: calc(100% - 210px);
}
.rightbar .piclist .textbox .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.rightbar .piclist .textbox h3{
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 50px;
}
.rightbar .piclist .textbox .time{
    font-size: 14px;
    color: #555;
    white-space: nowrap;
}
.rightbar .piclist .textbox .text{
    font-size: 14px;
    line-height: 1.6;
    color:#555;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.rightbar .piclist.textlist .textbox{
    width: 100% ;
}
/* 二级通用 rightbar 搜索结果*/
.noticelist li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px dashed #ddd;
}
.noticelist li a{
    width: calc(100% - 120px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
}
.noticelist li span{
    font-size: 14px;
    color:#555;
}
/* 二级通用 rightbar 成果展示*/
.rightbar .imglist{
    margin-top:20px;
}
.rightbar .imglist li{
    width: 31%;
    float: left;
    margin:10px 1%;
    border:1px solid #ddd;
}
.rightbar .imglist li .img{
    width: 100%;
    height: 30.3%;
    display: block;
}
.rightbar .imglist li .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rightbar .imglist li .textbox{
    background-color: #f3f3f3;
    padding: 10px;
}
.rightbar .imglist li .textbox a{
    font-size: 16px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    text-align: center;
    padding-bottom: 5px;
}
.rightbar .imglist li .textbox .text{
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;  
    color:#555;
    line-height: 1.6;
}

/* 二级通用 rightbar 表格*/
.joblist{
    margin-top:20px;
}
.joblist thead{
    background-color: #0062ff;
    color:#fff;
}
.joblist thead td{
    border:1px solid #fff;
    padding:15px 10px;
    font-weight: bold;
}
.joblist tbody td{
    font-size: 14px;
    border:1px solid #bbb;
    padding:10px;
}
.joblist tbody td a{
    text-decoration: underline;
}
.joblist tbody td a:hover{
    color: #002875;
}
/* 二级通用 内容*/
.rightbar .edit{
    margin-top:10px;
   line-height:2;
}
.rightbar .edit img{
    max-width: 100% !important;
    margin:5px 0;
}
.rightbar .edit_title{
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}
.rightbar .edit_title h3{
    font-size: 24px;
    font-weight: bold;
    color: #054dc1;
}
.rightbar .edit_title .info{
    padding-top:10px;
    font-size: 14px;
}
.rightbar .edit_title .info span{
    padding: 0 10px;
}
.edit video{
    max-width: 100% !important;
    height: auto;
}


/* 通用 翻页*/
.page{   
    text-align: center;    
    line-height: 2;
    margin-top: 20px;
}
.page input{
    width:72px;
    outline: none;
}
.page .jump{
    cursor: pointer;
    border-radius: 5px;
    border:1px solid #eee;
    padding: 5px 10px;
    font-size: 14px;
    background-color: #eee;
}

/* 内容-地图 */
#allmap{
    width: 100%;
    min-height: 300px;
    margin: 20px 0 10px;
}

/* 小于1440的屏幕 */
@media (max-width:1439px) {
    .layout{
        width: 96%;
    } 
}


/* 小于1024的屏幕 */
@media (max-width:1024px) { 
    /* top */
    .header .lab{
        font-size: 12px;
        margin-right:30px;
    }
    .searchbox{
        right: 25px;
    }
    .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;
    }    
    .nav-button span{
        width: 100%;
        height:2px;
        background-color: #fff;
        display: block;
        transition: .3s cubic-bezier(.8, .5, .2, 1.4);
    }
    /* nav */
    .nav{
        background: #daecff;
        height: auto;
        line-height: 2.6;
        display: none;
        position: absolute;
        width: 100%;
        bottom:0;      
        padding: 0;
        z-index: 5;
        box-sizing:content-box;            
        opacity: 0;            
        transition: all .5s;
        height: 0;        
    }   
    .nav.hit{  
        height: auto;
        opacity: 1;
        transform: translateY(100%);
        display: block;
        transition: all .5s;
    }    
    .nav .layout{
        width: 100%;
    }
    .nav ul li{
        width: 100%;
        border-bottom:1px solid #aac9eb;
    }
    .nav ul li:hover ul{
        display: none;
    }
    .nav ul li ul{
        display: none;
    }
    .nav ul li a{
        font-weight: normal;
    }

    /* 二级通用 */
    .leftbar{
        width: 100%;
        float: none;
        margin-top:20px;
    }
    .leftbar dl{
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .leftbar dl dt{
        display: none;
    }
    .rightbar{
        width: 100%;
        float: none;
    }
    .rightbar .piclist .textbox h3{
        font-size: 16px;
    }
    .rightbar .edit_title h3{
        font-size: 18px;
    }
    .rightbar .imglist li .textbox a{
        font-size: 15px;
    }
}


/* 小于820的屏幕 */
@media (max-width:820px) {
    .header .top{
        height: auto;
        padding: 3vw 0;
    }
    .footer .linkbox{
        flex-wrap: wrap;
    }
    .footer .linkbox .wechat{
        width: 100%;
        margin-top:10px;
    }
    .footer .linkbox .info{
        text-align: center;
        width: 100%;
        padding-top:10px;
    }
    .footer .copyright{
        padding-top:10px;
    }
    /* 二级通用 */
    .sbanner{
        height: 200px;
        background-size: cover;
    }
    .leftbar dd{
        font-size: 15px;
        padding: 0 15px;
        height: 40px;
        line-height: 40px;
    }
}

/* 小于540的屏幕 */
@media (max-width:540px) { 
    /* 二级通用 */
   .sbanner{
        height: 120px;
    }
    .leftbar dl{        
        justify-content: left;
    }
    .leftbar dd{
        margin-right: 5px;
        font-size: 14px;
    }
   .rightbar .piclist li{
        padding: 10px 0;
    }
    .rightbar .piclist .pic{
        width: 160px;
        height: 88px;
    }
    .rightbar .piclist .textbox{
        width: calc(100% - 170px);
    }
    .rightbar .piclist .textbox h3{
        font-size: 15px;
        padding-right:10px;
    }
    .rightbar .piclist .textbox .time{
        font-size: 12px;
    } 
    .rightbar .piclist .textbox .title{
        padding: 5px 0;
    }
    .rightbar .edit_title .info{
        font-size: 12px;
    }
    .rightbar .imglist li{
        width: 100%;
        margin: 10px 0;
    }
    .joblist thead td{
        font-size: 15px;
    }
    .rightbar .edit_title h3{
        font-size: 16px;
    }
}