@media screen and (max-width: 480px) {
    .footer .ulink {
        padding-top: 100px;}

    .nh-button_nav{
        height: 13px !important;
        top: 50% !important;
        width: 10px !important;
        color: #093D6F;
        font-size: 30px !important;
        line-height: 0px !important;
        text-align: center;
        background-color: #37353596;
        cursor: pointer;
        border-radius: 50%;
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
    }
}

.nh-list_title li a {
    color: #404040;
    font-size: 18px;
    line-height: 29px;
}

.nh-list_title li a:hover {
    color: #005e9b;
    text-decoration: none;
}

.nh-list_title li {
    transition: all .3s cubic-bezier(.2, .5, .3, 1);
    font-size: 17px;
    line-height: 34px;
}

.nh-list_title li:hover {
    transform: translateX(15px);
}

.nh-image-card {
    transition: all .3s cubic-bezier(.2, .5, .3, 1);
}

.nh-image-card:hover {
    transform: translateY(-5px);
}

.nh-admin {
    color: #ffcb01;
    font-size: 12px;
    padding-left: 35px;
}

.nh-admin:hover {
    color: #f73f42;
}

.nh-input {
    margin-top: 0px;
    background: #f6f6f6 !important;
    font-size: 14px;
    padding-left: 15px;
    border-radius: 25px;
    height: 32px !important;
    width: 170px !important;
    border: 2px solid #093D6F !important;
    color: #093d6f !important;
}

.nh-block_title {
    font-size: 28px;
    color: #13467c;
    line-height: 1em;
    text-align: left;
}

.nh-block_titlebb{
    border-bottom: 3px solid #e77344;
    display: block;
    float: left;
    padding-bottom: 15px;
}

.nh-block_title b {
    height: 26px;
    width: 9px;
    background: #13467c;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 15px 0 0;
}

.nh-bg1 {
    background: url(../../imgs/bg1.jpg) 60% 60%;
    position: relative;
    background-size: cover;
}

.nh-bg2 {
    background: url(../../imgs/bg2.jpg) 60% 60%;
    position: relative;
    background-size: cover;
}

.nh-bg3 {
    background: url(../../imgs/bg3.jpg) no-repeat;
    position: relative;
    background-size: 113% 100%;
}

.nh-image-card {
    transition: all .3s cubic-bezier(.2, .5, .3, 1);
}

.nh-image-card:hover {
    transform: translateY(-10px);
}

.nh-topline {
    height: 2px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}


.nh-new_topline{
    border-bottom: 1px solid #dcdada !important;
    overflow: hidden;
}



.nh-new_time{
    font-size: 14px;
    color: #13467c;
    margin-bottom: 7px;
}

.nh-new_title > a {
    font-size: 18px;
    line-height: 2em;
    color: #13467c;
}


.nh-text_title_more {
    font-size: 16px;
    float: right;
    color: #13467c;
}

.nh-height {
    height: 220px;
}

.nh-xx_height {
    height: 522px;
    border: #667bb4 solid 2px;
}

.nh-cg_height {
    height: 271px;
    border: #e8e8e8 solid 1px;
}


.nh-word h2 {
    font-family: "Microsoft JhengHei", "明黑", Arial, Helvetica;
    font-size: 36px;
    color: #fff;
    text-align: center;
    line-height: 1em;
    margin-bottom: 36px;
}

.nh-word b {
    height: 1px;
    width: 6%;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}


.nh-word div a {
    display: block;
    color: #fff;
    border-left: 2px solid rgba(255, 255, 255, 0.5);
}

.nh-word div .txtwrapper {
    margin-left: 28px;
}

.nh-word div .txtwrapper h3 {
    font-family: "Microsoft JhengHei", "明黑", Arial, Helvetica;
    font-size: 18px;
    font-weight: bold;
}

.nh-word div .txtwrapper p {
    font-family: "Microsoft JhengHei", "明黑", Arial, Helvetica;
    opacity: 0.8;
    padding-top: 10px;
    line-height: 24px;
    font-size: 16px;
}

.nh-word a:hover .txtwrapper {
    color: #ecb54d;
}

.nh-more {
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    border: 2px solid #fff;
    padding: 0 10px;
    display: block;
    margin: 32px auto 0px auto;
    width: 120px;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

.nh-more:hover {
    opacity: 1;
}

.nh-action_title{
font-size: 18px;
margin: 10px 21px;
color: #333333;
line-height: 25px;
}
.nh-action{
    font-size: 15px;
    margin: 12px 20px;
    color: #e77344;
}

.nh-date{
    float: left;
    width: 20%;
    background: #13467c;
}

.nh-dates_t{
    font-size: 22px;
    text-align: center;
    color: #e77344;
    display: block;
    line-height: 40px;
    background: #ece4e0;
}

.nh-dates_d{
    font-size: 21px;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 30px;
    width: 47px;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 15px;
}

.nh-date_title{
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 2;
     word-break: break-all;
     overflow: hidden;
     font-size: 18px;
     color: #333333;
     margin: 0;
     margin-top: 0px;
     padding: 10px 0;
     line-height: 28px;
     margin-left: 21px;
     padding-left: 24px;
     background: #d9e4ee7d;
     height: 50px;
 }
.nh-date_title:hover{
    color: #f4930a !important;
}
.nh-link{
    background: rgb(236, 242, 247);
    border-left: 5px solid rgb(231, 115, 68);
    padding: 10px 10px;
    margin-top: 10px;
    font-size: 18px;
}




/*footer css*/
.footer {
    background-color: #003262;
    overflow: hidden;
    width: 100%;
}

.footer .foot {
    margin: 10px auto;
}

.mainWrap {
    width: 1200px;
    margin: auto;
}

.footer .foot .foot1 {
    width: 20%;
    text-align: center;
}

.footer .foot .foot2 {
    width: 33%;
}

.footer .foot .foot3 {
    width: 33%;
    /*! padding-left: 60px; */
}


.footer .foot .footkd {
    box-sizing: border-box;
    display: inline-block;
    margin-right: 36px;
    min-height: 1px;
    vertical-align: middle;
}

.footer .foot .footkd p {
    color: #fff;
    font-size: 14px;
    margin: 0px 0px;
    line-height: 34px;
}

.footer .foot .footkd p i {
    margin-right: 10px;
}

.footer .foot .footkd p i img {
    width: 25px;
    padding: 4px 0px;
}


.footer .foot .footkd p a {
    color: #fff;
    font-size: 14px;
}


.footer .foot .footkd h4 {
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 28px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.footer .foot .foot1 h4 {
    border-bottom: none;
}


.footer .foot .foot1 img {
    width: 125px;
    height: 125px;
    text-align: center;
    margin: 20px 0;
    border-radius: 10px;
}

.footer .foot .footkd ul li {
    margin: 15px 10px 17px 6px;
}

.footer .foot .footkd ul li a {
    color: #fff;
    line-height: 32px;
    font-size: 14px;
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    line-height: 4em;
    color: #ffffff;
}

@media screen and (max-width: 768px) {
    .footer {
        background-color: #003262;
        height: 108%;
    }

    .footer .foot .footkd h4 {
        padding: 12px 14px;
    }

    .footer .foot {
        padding: 0px 0 10px;
        margin-top: 30px;
    }

    .footer .foot .footkd {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 20px;
    }

}


/*ListCss*/
.nh-listtop h3 {
    font-size: 3em;
    color: #003262;
    padding-top: 50px;
    text-align: left;
    padding-bottom: 50px;
    font-weight: bold;
}

.nh-listtop div {
    margin-bottom: 40px;
}


.nh-navbar li {
    border: 1px solid #0f6ecd;
    float: left;
    height: 10px;
    padding: 25px 35px;
    line-height: 1em;
}

.nh-navbar li:hover {
    background: #c1d5e8;
}

.nh-navbar li a {
    font-weight: bold;
    font-size: 24px;
    color: #afbecc;
}

.nh-navbar li a:hover {
    color: #003262;
}

.nh-navbar {
    font-weight: bold;
}


.nh-list_box {
    border: #eee solid 2px;
    background: azure;
}

.nh-box_bg {
    border-radius: 5px;
    background-color: #f7f7f7;
    background-size: 100%;
    background-position: center;
}

.nh-box_title > span {
    border-left: solid #4486b6 10px;
    padding-left: 7px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.3em;
}

.nh-nav_header {
    margin: 25px 0 5px 0;
    padding: 5px 15px;
    background: #4486b6;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
}

.nh-left_nav > li {
    padding: 0px
}

/*footer*/

.footer .ulink .plink li{list-style-type: none;}
.footer .ulink .plink li{list-style-type: none;}



.footer {
    background: url(../../imgs/footer.png) no-repeat bottom center;
    background-size: cover;}
.footer .ulink {
    padding-top: 40px;
    /*! padding-bottom: 30px; */}
.footer .ulink .plink {
    float: left;}
@media screen and (max-width: 1000px) {
    .footer .ulink .plink {
        float: none;} }
.footer .ulink .plink h2 {
    font-size: 24px;
    line-height: 1em;
    padding-bottom: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;}
.footer .ulink .plink li {
    float: left;}
.footer .ulink .plink li a {
    display: block;
    color: #fff;}
.footer .ulink .plink li a:hover {
    color: #d18e59;}
.footer .ulink .plink .plink_1 {
    font-size: 16px;
    margin-left: -30px;}
.footer .ulink .plink .plink_1 a {
    margin-left: 30px;}
.footer .ulink .plink .plink_1 i {
    padding: 0 5px;}
@media screen and (max-width: 700px) {
    .footer .ulink .plink .plink_1 {
        line-height: 25px;
        font-size: 14px;
    } }
.footer .ulink .plink .plink_2 {
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-left: 0;
    background: rgba(255, 255, 255, 0.1);
    float: left;
    margin-top: 20px;}
@media screen and (max-width: 700px) {
    .footer .ulink .plink .plink_2 {
        float: none;
        border-bottom: 0;} }
.footer .ulink .plink .plink_2 li {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    line-height: 34px;
    padding: 0 30px;}
@media screen and (max-width: 700px) {
    .footer .ulink .plink .plink_2 li {
        float: none;
        line-height: 22px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding: 0 10px;
        font-size: 14px;
    } }
.footer .ulink .tlink {
    float: right;
    padding-top: 10px;}
@media screen and (max-width: 1000px) {
    .footer .ulink .tlink {
        float: none;} }
.footer .ulink .tlink .txtwrapper a {
    color: #fff;
    font-size: 24px;
    line-height: 1em;
    padding: 0 8px;}
.footer .ulink .tlink .txtwrapper a:hover {
    opacity: 0.8;}
.footer .ulink .tlink .txtwrapper a i.icon-twitter {
    color: #44d1ff;}
.footer .ulink .tlink .txtwrapper a i.icon-wechat {
    color: #12ce1b;}
.footer .ulink .tlink .txtwrapper a i.icon-facebook-squared {
    color: #2883df;}
.footer .ulink .tlink .txtwrapper a i.icon-youtube {
    color: #d70000;}
.footer .ulink .tlink .txtwrapper a i.icon-linkedin-squared {
    color: #2fbddb;}
.footer .ulink .tlink .txtwrapper a i.icon-instagram {
    color: #f941ee;}
.footer .ulink .tlink .txtwrapper li {
    float: left;
    padding-bottom: 20px;}
.footer .ulink .tlink .globe {
    float: right;
    margin-top: 10px;
    width: 100px;
    border: 1px solid #999;
    padding: 4px;
}
@media screen and (max-width: 1000px) {
    .footer .ulink .tlink .globe {
        float: left;
        margin-bottom: 50px;} }
@media screen and (max-width: 400px) {
    .footer .ulink .tlink .globe {
        float: right;
        margin-bottom: 30px;} }
.footer .ulink .tlink .globe a {
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 8px 20px 8px 15px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.1);}
.footer .ulink .tlink .globe a:hover {
    background: none;}
.footer .ulink .tlink .socailweixin {
    position: relative;}
.footer .ulink .tlink .socailweixin div {
    position: absolute;
    background: #fff;
    width: 130px;
    height: 130px;
    top: 45px;
    left: 50%;
    margin-left: -65px;
    border: 1px solid #ccc;
    display: none;
    z-index: 1;}
.footer .ulink .tlink .socailweixin div i {
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    border-bottom-color: #ccc;
    border-top-width: 0;
    left: 50%;
    margin-left: -8px;
    top: -10px;}
.footer .ulink .tlink .socailweixin div i em {
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    border-bottom-color: #fff;
    border-top-width: 0;
    left: -10px;
    top: 1px;}
.footer .ulink .tlink .socailweixin div img {
    width: 100%;}
.footer .ulink .tlink .socailweixin:hover div {
    display: block;}
.footer .copy .mainWrap {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    opacity: 0.6;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-top: 20px;
    font-size: 14px;}
.footer .copy a {
    color: #ccc;}
.footer .copy .contact {
    float: left;}
@media screen and (max-width: 700px) {
    .footer .copy .contact {
        float: none;} }
.footer .copy .copyrights {
    float: right;}
@media screen and (max-width: 700px) {
    .footer .copy .copyrights {
        float: none;
        padding-top: 10px;} }


.nh-select{
    width: 28%;
    height: 24px;
    float: right;
    background: #1f4e7d;
    color: #fcfbfb;
    border: 1px solid #999;
    border-right-width: 1px;
	margin-left: 77px;
}

.nh-button_nav{
    height: 40px;
    top: 50%;
    width: 40px;
    color: #093D6F;
    font-size: 32px;
    line-height: 37px;
    text-align: center;
    background-color: #37353596;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.nh-button_xx_nav {
    height: 40px;
    top: 50%;
    width: 15px;
    color: #093D6F;
    font-size: 32px;
    line-height: 37px;
    text-align: center;
    background-color: #37353596;
    cursor: pointer;
}
/*通知公告*/
.nh-notice {
    padding: 60px 0 270px 0;
    position: relative;
    margin-top: 0px;
}

.nh-notice-bgwrapper {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: -70px;
    overflow: hidden;
}

.nh-notice-bg {
    position: absolute;
    background: #386a98 url(../../imgs/noticebg.png);
    width: 100%;
    top: 30px;
    bottom: 30px;
    background-size: cover;
}

.nh-notice-bgimg {
    position: absolute;
	background: #0354a2ab;
	width: 83%;
	right: 0px;
	height: 100%;
	transform: skewX(47deg);
	transform-origin: right top;
	overflow: hidden;
}
.nh-notice-img {
    background: #edc13a url(../../imgs/noticebg.jpg) no-repeat right center;
    background-size: cover;
    height: 100%;
    width: 100%;
    transform: skewX(-47deg);
    transform-origin: left top;
}

.nh-notice-triangle {
    background: #386a98;
    transform: skewX(47deg);
    width: 150px;
    height: 150px;
    position: absolute;
    right: -25px;
    top: 0;
    transform-origin: left top;
    border-left: 25px solid #fff;
}


.nh-title {
    color: #f7f3f4;
    font-size: 30px;
    font-weight: 600;
    background: none;
    background: -moz-linear-gradient(left, #7bbfff 1%, #ffcb00 100%);
    /*! background: -webkit-linear-gradient(left, #4120a0 1%, #b22045 100%); */
    background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-weight: unset;
}
.nh-title-more{
    color: #5d1889;
    font-size: 20px;
    font-weight: normal;
    background: none;
    background: -moz-linear-gradient(left, #4222a0 1%, #b22045 100%);
    background: -webkit-linear-gradient(left, #4120a0 1%, #b22045 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
.nh-title-noice-more{
    width:99px;
    height:36px;
    border-radius:5px;
    border:1px solid rgb(255, 254, 253);
    display: block;
    color: rgb(255, 255, 255);
    line-height: 36px;
    text-align: center;
    font-size: 17px;
    margin: 60px 0;
}
.nh-title-noice-more:hover{
    color:#4B2E83;
    border:1px solid #F6AA17;
}
.nh-title-b{
    background: #ff8f00;
    width: 90px;
    height: 3px;
    display: block;
    margin-top: 15px;
}































































