/* è½®æ’­å›¾ */
body {
    background-color: #F7F6FF !important;
}

.banner {
    position: relative;
    height: 100vh;
    overflow: hidden;
    vertical-align: middle;
}

.banner .swiper-container {
    height: 100%;
}

.banner .swiper-img {
    /* background-image: url(../pic/new1.png); */
    background-size: cover;
    color: #fff;
    background-position: center;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner .swiper-img img {
    width: 100%;
    height: 100%;
}

.banner .swiper-slide a {
    cursor: default;
}

.banner .swiper-slide .tit {
    position: absolute;
    left: 259px;
    bottom: 34px;
    right: 0;
    display: inline-block;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
}

.banner .swiper-slide .tit:hover {
    color: #F3832E;
}

@media (min-width:2000px) {
    .banner .swiper-slide .tit {
        max-width: 60vw;
    }
}

@media (min-width:1558px) {
    .banner .swiper-slide .tit {
        max-width: 50vw;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.banner .swiper-slide .swiper-img::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 140px;
    background: linear-gradient(rgba(255, 255, 255, 0), rgb(35, 124, 176, 0.9));
}

.banner-btn {
    position: absolute;
    bottom: 27px;
    right: 261px;
    width: 232px;
    height: 42px;

}

.banner .swiper-pagination {
    top: 10px;
    left: 54px;
}

.banner .swiper-pagination-bullet,
.banner .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
    margin-right: 8px;
    display: inline-block;
    width: 14px;
    height: 14px;
}

.banner .swiper-pagination-bullet-active {
    width: 36px;
    border-radius: 25%;
}

.banner .swiper-button-prev {
    background-color: #215DD5;
    left: 0;
}

.banner .swiper-button-next {
    right: 0;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
    position: absolute;
    width: 42px;
    height: 42px;
    background-size: 32px 32px;
    border: 1px solid #fff;
    display: inline-block;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: url(banner-arrows-l_2022.png) no-repeat center !important;
    background-size: auto !important;
}



.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: url(banner-arrows-r_2022.png) no-repeat center !important;
    background-size: auto !important;
}

.prev1:hover,
.next1:hover {
    background-color: #215DD5 !important;
}



/* å¼¹çª—æ ‡è¯­ */
.pop-btn {
    position: absolute;
    top: 45vh;
    right: 0;
    width: 89px;
    height: 176px;
    border-radius: 89px 0 0 89px;
    background: #215DD5 url(gaoneng_2022.png) no-repeat center;
    z-index: 11;
}

.pop-btn span {
    position: absolute;
    display: inline-block;
    width: 17px;
    height: 89px;
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    top: 43px;
    right: 31px;
}

.pop-btn::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 15px;
    background: url(pop-arrows_2022.png) no-repeat center;
    position: absolute;
    top: 80px;
    right: 12px;
}

.pop-index {
    position: absolute;
    top: 45vh;
    right: -599px;
    width: 599px;
    height: 176px;
    background: url(pop-bg_2022.png) no-repeat center;
    background-size: cover;
    /* åŠ èƒŒæ™¯å›¾é€æ˜Ž */
    z-index: 11;
    padding: 40px 39px 39px 40px;
}

.pop-index::before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 16px;
    background: url(pop-arrows_2022.png) no-repeat center;
    position: absolute;
    left: 15px;
    top: 80px;
}

.pop-index span:first-child {
    display: inline-block;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 34px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pop-index span:last-child {
    float: right;
    width: 204px;
    height: 17px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 41px;
    opacity: 0.65;
    text-align: right;
}

.share {
    position: fixed;
    top: 45vh;
    right: 0;
    transition: all 1s ease-out 0s;
    z-index: 999;
}

.share li a {
    z-index: 11;
    display: inline-block;
    width: 65px;
    height: 65px;
    background: #1058C1;
    border-radius: 4px;
    margin-bottom: 2px;
    text-align: center;
    line-height: 65px;
}

.share li a:hover img {
    height: 50%;

}


/* å‘¨å¹´å€’è®¡æ—¶ */
.countdown {
    position: relative;
    margin-top: 39px;
    display: inline-block;
    width: 100%;
    /* height: 100px;
    background: url(50years.png) no-repeat center;
    background-size: cover; */

}

.countdown img {
    position: relative;
    width: 100%;
    height: auto;
    /* z-index: 1; */
}

.countdown .time {
    position: absolute;
    top: 22px;
    right: 160px;
    height: 58px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 58px;
}

.countdown .time span {
    font-size: 40px;
    font-family: Arial;
    font-weight: bold;
    color: #FFFFFF;
    width: 62px;
    height: 58px;
    background: url(time-bg_2022.png) no-repeat center;
    background-size: cover;
    padding: 6px 10px;
    box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    margin-right: 10px;
    line-height: 58px;
}

/* æ­£æ–‡ */
.index-content .block-tit {
    display: inline-block;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #004098;
    line-height: 36px;
}

.index-content .block-tit.option {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    vertical-align: middle;
}



.index-content .block-tit.option .active {
    display: inline-block;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #004098;
    line-height: 36px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -10px;
}

.index-content .block-tit.option a:hover {
    display: inline-block;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #004098;
    line-height: 36px;
    margin-top: -10px;
}

.index-content .block-tit a {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
}

.index-content .block-tit::before {
    content: ' ';
    display: inline-block;
    width: 116px;
    /* line-height: 40px; */
    height: 5px;
    background: url(title-l_2022.png) no-repeat center;
    margin-right: 29px;
    margin-bottom: 10px;
}

.index-content .block-tit::after {
    content: ' ';
    display: inline-block;
    width: 116px;
    /* line-height: 40px; */
    height: 5px;
    background: url(title-r_2022.png) no-repeat center;
    margin-left: 29px;
    margin-bottom: 10px;
}

.block {
    text-align: center;
    padding-top: 58px;
    vertical-align: top;
}


.gnxw .scale-box {
    width: 100%;
    height: 100%;

    overflow: hidden;
}

.gnxw .block-content {
    margin-top: 40px;
}

.gnxw .block-content .news1,
.gnxw .block-content .news2 {
    margin-top: 40px;
}

.gnxw .block-content .fl {
    padding-right: 20px !important;
}

.gnxw .block-content .fl img,
.gnxw .block-content .fr img {
    width: 100%;
    height: 100%;
    transition: all .4s;
}

.gnxw.block-content .img {
    position: relative;
    overflow: hidden;
}

.gnxw .block-content .fl img:hover,
.gnxw .block-content .fr img:hover {
    transform: scale(1.1);
}

.gnxw .block-content .fr {
    padding-left: 20px !important;
}



.gnxw .news1 .col-lg-6,
.gnxw .news2 .col-lg-6 {
    /* width: 680px; */
    height: 452px;
}

.gnxw .block-content .img .new-tit a {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 20px;
    width: auto;
    padding: 52px 130px 15px 29px;
    text-align: left;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(17, 17, 17, 0.678));
}

.gnxw .block-content .img .new-tit a {
    /* width: 80%; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gnxw .block-content .fr.img .new-tit a {
    right: 0;
    left: 20px;

}

.gnxw .block-content .img .new-tit span {
    position: absolute;
    right: 30px;
    bottom: 17px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
}

.gnxw .block-content .txt ul {
    margin-left: 0;

}

.gnxw .block-content .txt {
    box-sizing: border-box;
}

.gnxw .block-content .txt li {
    display: inline-block;
    padding: 31px 36px 37px 32px !important;
    width: 319px;
    height: 206px;
    background: #FFFFFF;
    border-top: 4px solid #4882E5;
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.15);
    text-align: left;
}

.gnxw .block-content .news2 li {
    border-top: 4px solid #F3832E;
}

.gnxw .block-content .txt li a {
    display: block;
    max-height: 50px;
    box-sizing: border-box;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    /* line-height: 36px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.gnxw .block-content .txt li span {
    display: block;
    margin-top: 48px;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #999999;
    line-height: 16px;
}

.gnxw .block-content .txt li:nth-child(-n+2) {
    margin-bottom: 39px;
}

.gnxw .block-content .txt li:nth-child(1),
.gnxw .block-content .txt li:nth-child(3) {
    margin-right: 35px;
}

.gnxw .block-content .news1 li:hover a {
    color: #265FC0;
    font-weight: bold;
}

.gnxw .block-content .news2 li:hover a {
    color: #F3832E;
    font-weight: bold;
}

.block-content .more {
    margin: 0 auto;
    width: 200px;
    height: 50px;
    background: #E9EEF9;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #666666;
    line-height: 50px;
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
}

.block-content .more:hover {
    background-color: #215DD5;
    color: #fff;
    transition: background-color 0.3s linear;
}

.tzgg.block {
    padding-top: 15px;
}

.tzgg .block-content {
    margin-top: 40px;
}

.tzgg .block-content li {
    float: left;
    margin-bottom: 40px;
}

.tzgg .block-content .more {

    clear: both;
}

.nav-tabs {
    border-bottom: none !important;
}

.tzgg .block-content li:nth-child(1) {
    padding-right: 27px !important;
}

.tzgg .block-content li:nth-child(2) {
    padding: 0 13.5px !important;
}

.tzgg .block-content li:nth-child(3) {
    padding-left: 27px !important;
}

.tzgg .block-content li div {
    width: 100%;
    height: 197px;
    padding: 32px 27px 37px 27px;
    text-align: left;
    background: #FFFFFF;
    box-shadow: 0px 1px 8px 0px rgba(4, 49, 158, 0.2);
    opacity: 0.97;
    border-top: 4px solid;
    border-image-source: linear-gradient(to right, #F1A164 40%, #3D55A7 40%);
    border-image-slice: 1;

}

.tzgg .block-content li div:hover {
    background-color: #3D55A7;
    transition: background-color 0.3s linear;
}

.tzgg .block-content li div:hover span,
.tzgg .block-content li div:hover a {
    color: #fff;
}

.tzgg .block-content li span {
    display: block;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
}

.tzgg .block-content li a {
    margin-top: 19px;
    display: block;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.xsky {
    text-align: left;
    position: relative;
    padding-top: 21px;
}

.index-content .xsky .block-tit {
    margin-top: 25px;
    margin-left: 137px;
}

.index-content .xsky .block-tit::before {
    margin-right: -80px;
    margin-bottom: -20px;
}

.index-content .xsky .block-tit::after {
    margin-left: -80px;
    margin-bottom: -20px;
}

.xsky .more {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #666666;
    line-height: 36px;
    margin-top: 17.9px;
    margin-left: 231px;
    display: block;
}

.xshy .more:hover {
    background-color: #215DD5;
    color: #fff;
}

.xsky .block-content {
    position: absolute;
    top: 274px;
    left: 503px;
    width: 800px;
    height: 260px;
    background: #D43838 url(xsky-bg_2022.png) no-repeat center;
    background-size: 100% 100%;
}

.xsky .block-content .img {
    float: left;
    display: inline-block;
    margin-top: 39px;
    margin-left: 39px;
    width: 188px;
    height: 124px;
}

.xsky .block-content .img a {
    display: block;
    width: 188px;
    height: 124px;
}

.xsky .block-content .img a img {
    width: 100%;
    height: 100%;
}

.xsky .block-content .txt {
    float: left;
    display: inline-block;
    padding-left: 38px;
    padding-right: 63px;
    width: 486px;
}





.xsky .block-content .txt a {
    margin-top: 39px;
    display: inline-block;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    width: 486px;
}

.xsky .block-content .txt span {
    margin-top: 25px;
    display: block;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    opacity: 0.85;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 486px;
}

.xshy .txt {
    margin-bottom: 30px;
    float: left;
    position: relative;
    /* padding-left: 80px; */
    padding-left: 40px;
    /* width: 100%; */
}

.xshy .more {
    clear: both;
}

.cmsm {

    background: url(cmsm-bg_2022.png) center;
    background-size: cover;
    width: 100%;
    height: 690px;
    margin-top: 80px;
    padding-top: 0;
}

@media (min-width: 1600px) {
    .w-cmsm {
        width: 1547px;
        margin: 0 auto;
    }


}

@media (min-width: 1400px) {
    .w-cmsm {
        position: relative;
    }
}

@media (max-width: 1200px) {
    .gnxw .block-content .fr.img .new-tit a {
        left: 0;

    }

    .gnxw .block-content .img .new-tit a {
        white-space: initial;
    }
}

.cmsm .scale-box {
    overflow: hidden;
    width: 440px;
    height: 283px;
    display: inline-block;
}

.cmsm .scale-box img {
    transition: all .4s;
    height: 100%;
    width: 100%;
}

.cmsm .scale-box img:hover {
    transform: scale(1.1);
}

.cmsm .block-tit {
    margin-top: 78px;
    color: #fff;
}

.cmsm .block-content {
    margin-top: 64px;
}

.cmsm .block-content .swiper-container {
    position: inherit;
}

.cmsm .block-content .swiper-slide a {
    display: block;
    text-align: center;
    height: 100%;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    margin-top: 11px;
}


.cmsm .block-content .swiper-slide span {}

.cmsm .block-content .swiper2 {
    margin-bottom: 70px;
}

.w-cmsm .block-content .swiper-button-prev {
    position: absolute;
    left: 0px;
    width: 42px;
    height: 42px;
    background: url(banner-arrows-l_2022.png) no-repeat center !important;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.prev2:hover,
.next2:hover,
.prev3:hover,
.next3:hover {
    background-color: #F1A164;
}

.w-cmsm .block-content .swiper-button-next {
    position: absolute;
    right: 0;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.2000) url(banner-arrows-r_2022.png) no-repeat center !important;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.xshy {
    background-color: #fff;
    padding-bottom: 80px;
}

.xshy .block-content {
    margin-top: 41px;

}

.xshy .img {
    float: left;
    overflow: hidden;
    width: 680px;
    height: 452px;
    position: relative;
}

.xshy img {
    transition: all .4s;
    width: 680px;
    height: 452px;
}


.xshy .img .imgbox {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
}


.xshy img:hover {
    transform: scale(1.1);
}


.xshy .more {
    color: #004098;
    margin: 0 auto;
    width: 200px;
    height: 50px;
    background: #E9EEF9;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 50px;
    margin-top: 25px;

}

.xshy .block-content::after {
    content: '';
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}


.xshy .txt ul {
    /* width: 100%; */
}

.xshy .txt li {
    display: block;
    width: auto;
    margin-bottom: 31px;
}

.xshy .txt li:last-child {
    margin-bottom: 0;
}

.xshy .txt li::after {
    content: '';
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.xshy .img .imgbox .date,
.xshy .txt .date {
    position: relative;
    float: left;
    width: 80px;
    height: 80px;
    background: #18A4C8;
    color: #fff;
    padding-top: 17px;
    /* margin-left: -681px; */
    /* margin-left: -681px; */
    margin-top: 25px;

}

.xshy .img .imgbox .date .day,
.xshy .txt .date .day {
    font-size: 36px;
    font-family: Arial;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
}

.xshy .img .imgbox .date .year,
.xshy .txt .date .year {
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
}

.xshy .img .imgbox .content,
.xshy .txt .content {
    float: left;
    /* position: absolute; */
    right: 0;
    width: 640px;
    height: 130px;
    background: #FFFFFF;
    margin-left: -40px;
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.15);
    padding-left: 75px;
    text-align: left;
    padding-top: 29px;
    padding-right: 20px;
}

.xshy .img .imgbox .content {
    width: auto;
    max-width: 620px;
}

.xshy .img .imgbox .content .tit,
.xshy .txt .content .tit {
    /* margin-top: 29px; */
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* margin-right: 20px; */
}

.xshy .img .imgbox:hover .date .day,
.xshy .img .imgbox:hover .date .year,
.xshy .txt li:hover .date .day,
.xshy .txt li:hover .date .year {
    color: #18A4C8;
}

.xshy .img .imgbox:hover .content,
.xshy .txt li:hover .content {
    /* background: rgb(36, 63, 158); */
    background: #18A4C8;
}

.xshy .img .imgbox:hover .content .tit,
.xshy .img .imgbox:hover .content .tit span,
.xshy .img .imgbox:hover .content .peo,
.xshy .txt li:hover .content .tit,
.xshy .txt li:hover .content .tit span,
.xshy .txt li:hover .content .peo {
    color: #fff;
}

.xshy .img .imgbox:hover .date,
.xshy .txt li:hover .date {
    background-color: #fff;
    box-shadow: 1px 1px 6px 0px rgb(0 0 0 / 15%);
}

/* .xshy .txt .content:hover .tit,
.xshy .txt .content:hover .tit span,
.xshy .txt .content:hover .peo {
    color: #18A4C8;
} */
.xshy .img .imgbox .content .tit span,
.xshy .txt .content .tit span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
}

.xshy .img .imgbox .content .peo,
.xshy .txt .content .peo {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
}

.xshy .img .imgbox .content .peo::before,
.xshy .txt .content .peo::before {
    content: url(pepple_2022.png);
    margin-right: 17px;
    width: 640px;
    height: 130px;
}

.gnrw {
    background: url(gnrw-bg_2022.png) center;
    background-size: cover;
    width: 100%;
    height: 776px;
    padding-top: 0;
}

.gnrw .block-tit {
    margin-top: 78px;
    color: #fff;
}


.gnrw .block-content {
    margin-top: 120px;
    padding: 0 30px;
}

.gnrw .swiper-slide a::after {
    content: '';
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.gnrw .block-content .swiper-container {
    position: inherit;
}

.gnrw .peo-img {
    float: left;

    border: 10px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin-right: 53px;
    overflow: hidden;
}

.gnrw .peo-img img {
    width: 300px;
    height: 300px;
}

.gnrw .peo-intr {
    width: 969px;
    margin-left: 380px;
    text-align: left;
}

.gnrw .peo-intr .peo-name {
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
    margin-top: 62px;
    margin-bottom: 16px;
}

.gnrw .peo-intr .peo-motto {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    margin-bottom: 37px;
}

.gnrw .peo-intr .peo-about {
    font-size: 16px;
    font-family: Microsoft YaHei;
    /* font-weight: 400; */
    color: #FFFFFF;
    line-height: 32px;

}

.gnrw .more {
    margin-top: 122px;
}

.gnrw .more,
.cmsm .more {
    color: #004098;
}

.quick-links {
    background-color: #fff;
    margin-bottom: 58px;
}

.quick-links .block-content .col-md-3,
.quick-links .block-content .col-md-6 {
    height: 350px;
    padding: 0;
}

.quick-links .block-content a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.quick-links .block-content img {
    width: 100%;
    height: 100%;
    transition: all .4s;
    margin-right: 10px;

}

.quick-links .block-content img:hover {
    transform: scale(1.1);
}

.quick-links .block-content .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 83px;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(17, 17, 17, 0.678));
    text-align: left;
    padding-left: 28px;
    padding-top: 39px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
}

.quick-links .block-content .tit .boder {
    display: inline-block;
    height: 100%;
    border-bottom: 6px solid rgb(119, 48, 48);
    line-height: 44px;
    vertical-align: top;
}

.quick-links .block-content .row:first-child .box:first-child .boder {
    border-bottom: 6px solid #FF7200;
}

.quick-links .block-content .row:first-child .box:nth-child(2) .boder {
    border-bottom: 6px solid #1688FB;
}

.quick-links .block-content .row:first-child .box:nth-child(3) .boder {
    border-bottom: 6px solid #16DDFB;
}

.quick-links .block-content .row:last-child .box:nth-child(1) .boder {
    border-bottom: 6px solid #16DDFB;
}

.quick-links .block-content .row:last-child .box:nth-child(2) .boder {
    border-bottom: 6px solid #1688FB;
}

.quick-links .block-content .row:last-child .box:nth-child(3) .boder {
    border-bottom: 6px solid #FF7200;
}

.quick-links .block-content .row:last-child .box:nth-child(4) .boder {
    border-bottom: 6px solid #16DDFB;
}

.quick-links .block-content .tit img {
    width: 22px;
    height: 22px;
    margin-bottom: 12px;
}

.zt,
.kstd {
    background-color: #fff;
}

.zt .block-tit2,
.kstd .block-tit2 {
    text-align: left;
    line-height: 24px;
    vertical-align: top;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    border-left: 5px solid #004098;
    padding-left: 13px;
}

.zt .block-tit2 a,
.kstd .block-tit2 a {
    float: right;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #004098;
    line-height: 24px;
}

.zt .block-content ul {
    text-align: left;
    /* width: 100%; */
    margin-left: -40px !important;
}

.zt .block-content li {
    height: 113px;
    margin-top: 30px;
    display: inline-block;
    padding-left: 40px !important;
}

.zt .block-content li a {
    display: block;
    block-size: auto;
}

.zt .block-content li a img {
    width: 100%;
}

.zt .block-content li:last-child {
    margin-right: 0;
}

.zt {
    padding-bottom: 5px;
}

.kstd {
    margin-top: 0;
    padding-bottom: 46px;
}

.kstd .block-content {
    margin-top: 26px !important;
    text-align: left;
}

.kstd .block-content h4 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #004098;
    line-height: 36px;
}

.kstd .block-content li a {
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #404040;
    line-height: 30px;
}

.kstd .block-content li a:hover {
    color: #F1A164;
}

.kstd .block-content .col-md-2 {
    padding: 0%;
}

.kstd .block-content li a::before {
    content: url(index-list_2022.png);
    margin-right: 2px;
}



.swiper-slide {
    overflow: hidden;
}

.gnrw .peo-intr {
    width: auto;
}

.w-cmsm .block-content .swiper-button-next:hover,
.w-cmsm .block-content .swiper-button-prev:hover {
    background-color: #F1A164 !important;
}

@media (max-width: 1557px) {


    .banner {
        height: 50vh;
    }

    .pop-btn {
        display: none;
    }

    .banner .swiper-slide .tit {
        left: 50px;
        bottom: 70px;
        right: 50px;
    }

    .banner-btn {
        right: 50px;
        bottom: 15px;
    }

    .countdown {
        display: none;
    }

}

.block-bg {
    width: 100%;
}


@media (max-width: 1464px) {

    .gnxw .news1 .col-md-6,
    .gnxw .news2 .col-md-6 {
        float: none;
        width: 100% !important;
    }

    .next2,
    .prev2,
    .next3,
    .prev3 {
        display: none;
    }

    .gnxw .block-content .txt li {
        float: left;
        width: 50%;
    }

    .gnxw .block-content .txt li span {
        margin-top: 28px;
    }

    .gnxw .block-content .txt li:nth-child(1),
    .gnxw .block-content .txt li:nth-child(3) {
        width: 313px;
        margin-right: 7px;
    }

    .gnxw .block-content .txt li:nth-child(2),
    .gnxw .block-content .txt li:nth-child(4) {
        width: 313px;
        margin-left: 7px;
    }

    .index-content .xsky .block-tit {
        margin-left: 10px;
    }

    .xsky .more {
        margin-left: 108px;
    }

    .xsky .block-content {
        left: 300px;
    }

    .xshy .img {
        width: 100%;
    }

    .xshy .txt {
        width: 100%;
    }

    .xshy .txt li {
        text-align: center;
    }

    .zt .block-content li {
        display: block;
        /* width: 100%; */
        text-align: center;
    }

    .xshy .txt {
        width: auto;
    }

    /* .xshy .txt ul {
        width: auto;
    } */

    .xshy .txt {
        /* padding-left: 25%; */
        padding-left: 0;
        float: none;
        display: inline-block;
        margin-top: 10px;
    }

    .xshy .tab-pane {
        text-align: center;
    }

    .xshy .img {
        width: auto;
        display: inline-block;
        float: none;
    }
}

@media (max-width: 1400px) {

    .gnxw .block-content .txt li:nth-child(1),
    .gnxw .block-content .txt li:nth-child(3) {
        width: 276.5px;
        margin-right: 6px;
    }

    .gnxw .block-content .txt li:nth-child(2),
    .gnxw .block-content .txt li:nth-child(4) {
        width: 276.5px;
        margin-left: 6px;
    }


}

@media (max-width: 1199px) {
    .gnxw .block-content .fl {
        padding-right: 0 !important;
        margin-bottom: 10px;
    }

    .gnxw .block-content .img .new-tit {
        right: 0;
    }

    .gnrw .block-content {
        padding: 0;
    }

    .gnxw .block-content .txt {
        padding-left: 0 !important;
        margin-bottom: 10px;
    }

    .gnxw .block-content .img .new-tit a {
        right: 0;
    }

    .xsky .block-content .txt {
        width: 70%;
    }

    .pop-index {
        display: none;
    }

    .pop-btn {
        display: none;
    }

    .kstd {
        display: none;
    }


    .xsky .block-content {
        position: relative;
        background: #fff;
        top: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
        height: auto;
        width: 100%;
        left: 0;
        box-shadow: 0px 1px 8px 0px rgb(4 49 158 / 20%);
    }


    .xsky .block-content .txt {
        float: none;
        padding: 0 20px;
        width: 100%;
    }

    .xsky .block-content .txt a {
        color: #333333;
        width: 100%;
        text-align: center;
    }

    .xsky .block-content .txt span {
        width: 100%;
        text-align: center;

    }

    .xsky .more {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .xshy .block-tit::after,
    .xshy .block-tit::before {
        display: none;
    }

    .block-bg {
        display: none;
    }

    .index-content .block-tit {
        display: block;
        text-align: center;
    }

    .xsky .block-content .img {
        padding: 0px;
        width: 100%;
        display: none;
    }

    .xsky .block-content .img img {
        width: 50%;
    }

    .xsky .block-content .txt a {
        margin-top: 0;
    }

    .xsky .block-content .txt span {
        color: #333;
    }

    .cmsm .scale-box {
        width: 100%;
    }


    .gnrw .block-tit,
    .gnrw .peo-img {
        width: auto;
        height: auto;
        margin-left: 25px;
        margin-right: 25px;

    }

    .gnrw .peo-img {
        margin-left: 200px;


    }

    .gnrw .peo-intr {
        width: 90%;
        margin-left: 5%;
    }

    .gnrw .peo-img img {
        width: 150px;
        height: 150px;
    }

    .gnrw .peo-intr .peo-about {
        width: 100%;
    }

    .gnrw .swiper-slide a {
        display: block;
        overflow: hidden;
    }

    .gnrw {
        height: auto;
        padding-bottom: 20px;
    }

    .gnxw .block-content .txt li:nth-child(1),
    .gnxw .block-content .txt li:nth-child(3) {
        width: 479px;
        margin-right: 6px;
    }

    .gnxw .block-content .txt li:nth-child(2),
    .gnxw .block-content .txt li:nth-child(4) {
        width: 479px;
        margin-left: 6px;
    }

    .gnxw .block-content .news2 .fl {}

    .gnxw .block-content .news2 .fr {
        padding-left: 0 !important;

    }

    .gnxw .block-content .fr.img .new-tit {
        left: 0;
    }
}

@media (max-width: 991px) {

    .gnxw .news1 .col-lg-6,
    .gnxw .news2 .col-lg-6 {
        width: 100%;
    }

    .gnxw .block-content .fr {
        padding-left: 0 !important;
    }

    .gnrw .peo-img {
        margin-left: 140px;
    }

    .tzgg .block-tit::before {
        display: none;
    }

    .tzgg .block-tit::after {
        display: none;
    }

    .xsky {
        padding-top: 10px;
    }

    .cmsm {
        padding-top: 20px;
    }

    .gnxw .block-content .txt li:nth-child(1),
    .gnxw .block-content .txt li:nth-child(3) {
        width: 369px;
        margin-right: 6px;
    }

    .gnxw .block-content .txt li:nth-child(2),
    .gnxw .block-content .txt li:nth-child(4) {
        width: 369px;
        margin-left: 6px;
    }

    .tzgg .block-content li:nth-child(1),
    .tzgg .block-content li:nth-child(2),
    .tzgg .block-content li:nth-child(3) {
        padding: 0 !important;
    }

    .tzgg .block-content li {
        float: none;
        margin-left: 0;
        margin-right: 0;
        padding: 0 !important;
    }

    .zt .block-content li {
        height: 119px;
    }

    .zt .block-content li img {
        width: auto !important;
    }
}

@media (max-width: 767px) {
    .block {
        padding-top: 20px;
    }


    .gnrw .block-content {
        margin-top: 50px;
    }

    .block-content .more {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .gnxw .block-content .news1,
    .gnxw .block-content .news2 {
        margin-top: 15px;

    }

    .gnxw .block-content .txt li {
        padding: 15px 18px 18px 16px !important;
    }

    .gnxw .block-content .txt li span {
        margin-top: 10px;
    }

    .gnxw .block-content .news1 .fr,
    .gnxw .block-content .news1 .fr ul {
        margin-bottom: 0;
    }

    .xshy {
        padding-bottom: 20px;
    }

    .xshy .txt .content {
        width: 640px;
    }

    .xshy .txt {
        padding-left: 40px;
        padding-right: auto;
    }

    .share {
        display: none !important;
    }

    .banner {
        width: 100%;
    }

    .banner .swiper-slide .tit {
        font-size: 20px;
    }

    .banner .swiper-button-prev,
    .banner .swiper-button-next {
        display: none !important;
    }

    .banner .swiper-pagination {
        left: auto !important;
        right: 10px;
    }

    .banner .swiper-pagination-bullet {
        width: 7px !important;
        height: 7px !important;

    }

    .banner .swiper-pagination-bullet-active {
        width: 14px !important;
        height: 7px !important;
    }

    .banner .swiper-slide .tit {
        bottom: 35px !important;
    }

    /* .index-content .block-tit {
        font-size: 30px !important;
    } */

    .index-content .block-tit::after,
    .index-content .block-tit::before {
        width: 60px;

    }

    .gnxw .news1 .col-lg-6,
    .gnxw .news2 .col-lg-6 {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .gnxw .block-content .img .new-tit {
        line-height: 26px;
    }

    .gnxw .block-content .txt {
        margin-top: 20px;
    }

    .gnxw .block-content .txt li {
        float: none;
        height: auto;
        width: 100%;
        margin-bottom: 10px !important;
    }

    .gnxw .block-content .fl {
        padding-right: 0 !important;
    }

    .gnxw .block-content .fr {
        padding-left: 0 !important;
    }

    .gnxw .block-content .fr {
        float: left;
    }

    .gnxw .block-content .fl {
        float: right;
    }

    .gnxw .block-content .txt li {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .tzgg .block-tit::after,
    .tzgg .block-tit::before {
        display: none;
    }


    .tzgg .block-content li:nth-child(1),
    .tzgg .block-content li:nth-child(2),
    .tzgg .block-content li:nth-child(3) {
        padding: 0 !important;
    }

    .tzgg .block-content li {
        float: none;
        margin-left: 0;
        margin-right: 0;
        padding: 0 !important;
    }

    .block-bg {
        display: none;
    }

    .xsky .block-content {
        position: relative;
        background: #fff;
        top: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto;
    }


    .xsky .block-content .txt {
        float: none;
        padding: 0 10px;
        width: 100%;
    }

    .xsky .block-content .txt a {
        color: #333333;
        width: 100%;
    }

    .xsky .block-content .txt span {
        width: 100%;

    }

    .xshy .block-tit::after,
    .xshy .block-tit::before {
        display: none;
    }

    .index-content .block-tit {
        display: block;
        text-align: center;
    }

    .xsky .block-content .img {
        padding: 0px;
        width: 100%;
        display: none;
    }

    .xsky .block-content .img img {
        width: 50%;
    }

    .xsky .block-content .txt a {
        margin-top: 0;
    }

    .xsky .block-content .txt span {
        color: #333;
    }

    .cmsm .scale-box {
        width: 100%;
    }

    .xshy .img {
        display: none;
    }

    .xshy .txt {
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
    }

    .xshy .txt .content {
        padding-left: 60px;
        width: 100%;
        height: auto;
        padding-right: 10px;
        padding-bottom: 10px;
    }

    .xshy .txt .content .tit {
        margin-top: 19px;
        white-space: normal;
    }

    .xshy .txt .date {
        margin-left: 0;
    }

    .xshy .txt li {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .gnrw .block-tit,
    .cmsm .block-tit {
        margin-top: 20px;
    }

    .xsky.block {
        padding-top: 20px;
    }


    .gnrw .peo-img {
        width: 170px;
        height: 170px;
        margin-left: 25px;
        margin-right: 25px;

    }

    .index-content .xsky .block-tit {
        margin-top: 0;
        margin-left: 0;
    }

    .gnrw .peo-intr {
        width: 90%;
        margin-left: 5%;
    }

    .gnrw .peo-img img {
        width: 100%;
        height: 100%;
    }

    .gnrw .peo-intr .peo-about {
        width: 100%;
    }

    .gnrw .swiper-slide a {
        display: block;
        overflow: hidden;
    }

    .gnrw {
        height: auto;
        padding-bottom: 20px;
    }

    .cmsm {
        height: auto;
        padding-bottom: 15px;
    }

    .cmsm .block-content {
        margin-top: 15px;
    }

    .quick-links .block-content img {
        display: none;
    }

    .quick-links .block-content .col-md-3,
    .quick-links .block-content .col-md-6 {
        height: 60px;
    }

    .quick-links {
        padding: 50px 10px 10px 15px;
        padding-top: 50px;
    }

    .quick-links .block-content .tit {
        background-color: rgb(36, 92, 206);
        padding-top: 0;
    }

    .quick-links .block-content .tit {
        height: 60px;
        color: #333;
        background: rgb(36, 92, 206);
    }

    .quick-links .block-content .tit .boder {
        border-bottom: none !important;
        vertical-align: middle;
        line-height: 60px;
    }

    .quick-links .block-content .tit .boder::before {
        content: ' ';
        display: inline-block;
        width: 15px;
        height: 7px;
        margin-left: -35px;
        margin-right: 10px;
    }

    .quick-links .block-content a {
        overflow: inherit;
    }

    .quick-links .block-content .bg-1 .tit {
        background-color: #Fff !important;
        box-shadow: 1px 1px 6px 0px rgb(0 0 0 / 15%);
    }

    .quick-links .block-content .bg-2 .tit {
        background-color: #f5f5f5 !important;
        box-shadow: 1px 1px 6px 0px rgb(0 0 0 / 15%);
    }

    .quick-links .block-content .box:nth-child(1) ::before {
        background-color: #F3832E;
    }

    .quick-links .block-content .box:nth-child(2) ::before {
        background-color: #16DDFB;
    }

    .quick-links .block-content .box:nth-child(3) ::before {
        background-color: #1688FB;
    }

    .quick-links .block-content .box:nth-child(4) ::before {
        background-color: #16DDFB;
    }

    .kstd {
        display: none;
    }

    .xshy .block-content {
        margin-top: 15px;
    }


    .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .gnxw .block-content .img .new-tit {
        right: 0;
    }

    .gnxw .block-content .fr.img .new-tit {
        left: 0;
    }

    .container {
        padding: 0 15px !important;
    }

    .zt .block-content li a img {
        width: 100% !important;
    }

    .zt .block-content li {
        height: auto;
    }

    .index-content .block-tit.option {
        font-size: 22px;
    }

    .index-content .block-tit.option .active {
        font-size: 26px;
    }

    .index-content .block-tit a {
        font-size: 20px;
        margin: 0 6px;
    }

    .gnxw .block-content .img .new-tit a,
    .gnxw .block-content .fr.img .new-tit a {
        line-height: 30px;
    }
}

@media (max-width: 500px) {

    .gnrw .swiper-slide a {
        text-align: center;
    }

    .gnrw .peo-intr {
        margin-top: 200px;
    }

    .gnrw .peo-img {
        margin: 0 25%;
        width: 50%;
        height: auto;
    }

    .index-content .block-tit::after,
    .index-content .block-tit::before {
        width: 20px;
    }
}

/* 新增样式 */
.xshy .img .imgbox .content {
    width: 100%;
    max-width: 620px;
}

.banner .swiper-img img {
    object-fit: cover;
    object-position: 50% 50%;
}

img {
    object-fit: cover;
    object-position: 50% 50%;
}

@media (max-width: 1557px) {
    .banner {
        height: 50vw;
    }
}

@media (max-width: 767px) {
    .banner {
        height: 80vw;
    }

    .index-content .block-tit.option .active {
        font-size: 26px !important;
    }
}

.banner .swiper-slide .swiper-img::after {
    display: none;
}

.banner .swiper-slide .swiper-img div {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 140px;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(35, 124, 176, 0.9));
    margin-bottom: 0;
}

.head1 {
    background: linear-gradient(rgba(36, 92, 206, 0.9), rgba(255, 255, 255, 0));
}
.gnxw .block-content .txt2024 li{
    text-align: left;
    line-height: 31px;
    font-size: 18px;
    margin-bottom: 12px;

}
.gnxw .block-content .txt2024 li::before{
    content: url(xk_list.png);
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}
.gnxw .block-content .txt2024 li a{
    display: inline-block;
    max-width: 550px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gnxw .block-content .txt2024 li span{
    float: right;
}
.gnxw .block-content .news2 .txt2024 li{
    border: none;
}
@media (max-width: 1400px){
    .gnxw .block-content .txt2024 li a{
    max-width: 440px;
    }
}
@media (max-width: 1200px){
    .gnxw .block-content .txt2024 li a{
    max-width: 740px;
    }
}
@media (max-width: 991px){
    .gnxw .block-content .txt2024 li{
        padding-left: 20px;
    }
    .gnxw .block-content .txt2024 li::before{
        margin-left: -20px;
    }
    .gnxw .block-content .txt2024 li a{
    max-width: 600px;
    white-space: inherit;
    overflow: inherit;
    text-overflow: ellipsis;
    display: inline;
    line-height: 36px;
    margin-right: 15px;
    }
     .gnxw .block-content .txt2024 li span{
    float: none;
}
}

/*20241111 大装置、期刊、快捷和专题*/
.fix {
  *zoom: 1;
}

.fix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.lj-box .col-md-2,.lj-box .col-md-10,.lj-box .col-md-3,.lj-box .col-md-8,.lj-box .col-md-6,.lj-box .col-md-4,.lj-box .col-md-12{
    padding: 0 6px!important;
}
.box5 .lj-box div:nth-child(3) a {
    margin-top: 12px;
}
.title-box {
  margin:55px 0 15px 0;
  position:relative
}
.title-box .tab-btn {
  display:inline-block
}
.title-box .tab-btn.active .tit-img.img-d {
  display:block
}
.title-box .tab-btn.active .tit-img.img-h {
  display:none
}
.title-box .tit-img {
  float:left;
  margin-right:15px;
  transform:translateY(8px)
}
.title-box .tit-img.img-d {
  display:none
}
.title-box .title {
  font-size:24px;
  font-weight:bold;
  color:#333333;
  line-height:38px;
  float:left;
  margin-right:30px
}
.title-box .tab-btn:hover {
  cursor:pointer
}
.title-box .more-btn {
  position:absolute;
  right:0;
  top:0;
  font-size:14px;
  font-weight:400;
  color:#7D90AC;
  line-height:38px;
  padding-top:3px
}
.title-box .more-btn:hover {
  color:#0460BF
}
.title-box .more-btn-box a {
  display:none
}
.title-box .more-btn-box a:first-child {
  display:block
}
.box4 .kj-img-box {
  display:block;
  height:230px;
  position:relative;
  overflow:hidden
}
.box4 .kj-img-box img {
  height:100%;
  transition:all .5s
}
.box4 .kj-img-box .img-tit {
  position:absolute;
  bottom:17px;
  left:0;
  right:0;
  font-size:20px;
  font-weight:bold;
  color:#FFFFFF;
  line-height:32px;
  padding:0 30px;
  display:inline-block;
  text-align: left
}
.box4 .kj-img-box .img-tit img {
  margin-left:5px;
  width:9px;
  height:16px;
  transform:translateY(-2px)
}
.box4 .kj-img-box:hover img {
  transform:scale(1.1);
  transition:all .5s
}
.box4 .block-content li {
    float: left;
    margin-bottom: 40px;
}
.box5 {
  position:relative
}
.box5 .cb-pr {
  padding-right:9px
}
.box5 .cb-pl {
  padding-left:9px
}
.box5 .cb-box .cb-pr {
  padding-right:9px
}
.box5 .cb-box .cb-pl {
  padding-left:9px
}
.box5 .cb-box .cb-img {
  display:inline-block;
  height:250px;
  overflow:hidden
}
.box5 .cb-box .cb-img img {
  width:100%;
  height:100%;
  transition:all .5s
}
.box5 .cb-box .cb-img:hover img {
  transform:scale(1.05);
  transition:all .5s
}
.box5 .lj-box .lj-pr {
  padding-right:6px
}
.box5 .lj-box .lj-pd {
  padding:0 6px
}
.box5 .lj-box .lj-pl {
  padding-left:6px
}
.box5 .lj-box a {
  display:block;
  background-size:cover !important;
  font-size:15px;
  height:120px;
  font-weight:bold;
  color:#FFFFFF;
  text-align:center;
  position:relative;
  border-radius:3px
}
.box5 .lj-box a .cont-box {
  position:absolute;
  bottom:15px;
  left:0px;
  right:0px;
  z-index:999
}
.box5 .lj-box a:hover {
  color:#fff
}
.box5 .lj-box div:nth-child(1) a:after {
  content:'';
  position:absolute;
  width:40px;
  height:40px;
  top:55%;
  left:50%;
  transform:translate(-50%, -55%);
  z-index:1;
  background:url(lo-1_1111.png) no-repeat
}
.box5 .lj-box div:nth-child(2) a:after {
  content:'';
  position:absolute;
  width:40px;
  height:40px;
  top: 45%;
  left:50%;
  transform:translate(-50%, -55%);
  z-index:1;
  background:url(lo-2_1111.png) no-repeat
}
.box5 .lj-box div:nth-child(3) a:after {
  content:'';
  position:absolute;
  width:40px;
  height:40px;
  top: 45%;
  left:50%;
  transform:translate(-50%, -55%);
  z-index:1;
  background:url(lo-3_1111.png) no-repeat
}
.box5 .lj-box div:nth-child(4) a {
  margin-top:12px
}
.box5 .lj-box div:nth-child(4) a:after {
  content:'';
  position:absolute;
  width:40px;
  height:40px;
  top: 45%;
  left:50%;
  transform:translate(-50%, -50%);
  z-index:1;
  background:url(lo-4_1111.png) no-repeat
}
.box5 .lj-box div:nth-child(5) a {
  margin-top:12px
}
.box5 .lj-box div:nth-child(5) a:after {
  content:'';
  position:absolute;
  width:48px;
  height:40px;
  top:45%;
  left:50%;
  transform:translate(-50%, -50%);
  z-index:1;
  background:url(lo-5_1111.png) no-repeat
}
.box5 .zt-box .zt-img {
  display:block;
  overflow:hidden;
  border-radius:3px;
  margin-bottom:2px;
  margin-left: 5px;
  height: 82px
}
.box5 .zt-box .zt-img img {
  width:100%;
  height:100%;
  transition:all .5s
}
.box5 .zt-box .zt-img:hover img {
  transform:scale(1.03);
  transition:all .5s
}
.box5 .select-box .mt30 {
  margin:41px 0 43px 0;
  width:100%
}
.box5 .select-box .mt30 .ui-select-wrap {
  height:40px;
  background:#FFFFFF;
  border-radius:3px;
  border:none;
  padding:0 15px !important;
  font-size:16px;
  font-weight:400;
  color:#5A5D68;
  line-height:40px
}
.box5 .select-box .mt30 .ui-select-arrow {
  right:15px
}
.box5 .select-box .mt30 .ui-select-input {
  padding-left:15px
}
.box5::after {
  position:absolute;
  content:'';
  left:0;
  right:0;
  bottom:0;
  height:50%;
  z-index:-1;
  background:rgba(227,241,252,0.7) bottom center
}
.link .link-wrap select {
  width: 90%;
  border: 1px solid #d0d9eb;
  appearance: none;
  -webkit-appearance: none;
  /* ÃƒÂ¥Ã…Â½Ã‚Â»ÃƒÂ¦Ã…Â½Ã¢â‚¬Â°ÃƒÂ©Ã‚Â»Ã‹Å“ÃƒÂ¨Ã‚Â®Ã‚Â¤ÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾iOSÃƒÂ¤Ã‚Â¸Ã¢â‚¬Â¹ÃƒÂ¦Ã¢â‚¬Â¹Ã¢â‚¬Â°ÃƒÂ§Ã‚Â®Ã‚Â­ÃƒÂ¥Ã‚Â¤Ã‚Â´ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â */
  -moz-appearance: none;
  /* ÃƒÂ¥Ã…Â½Ã‚Â»ÃƒÂ¦Ã…Â½Ã¢â‚¬Â°ÃƒÂ©Ã‚Â»Ã‹Å“ÃƒÂ¨Ã‚Â®Ã‚Â¤ÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾FirefoxÃƒÂ¤Ã‚Â¸Ã¢â‚¬Â¹ÃƒÂ¦Ã¢â‚¬Â¹Ã¢â‚¬Â°ÃƒÂ§Ã‚Â®Ã‚Â­ÃƒÂ¥Ã‚Â¤Ã‚Â´ÃƒÂ¦Ã‚Â Ã‚Â·ÃƒÂ¥Ã‚Â¼Ã‚Â */
  border-radius: 3px;
  color: black;
  padding: 10px 20px;
  background: #f3f7ff url(cas_ihep_down24.png) 95% center no-repeat;
  float: left;
  margin-left: 25px;
  font-size: 16px;
}
.link .link-wrap select option {
  color: #333;
}