.header .head {
    height: 164px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header form {
    position: relative;
}

.header form input[type=text] {
    width: 230px;
    height: 40px;
    border-radius: 5px;
    padding-left: 20px;
    border: 1px solid #0162B4;
    box-sizing: border-box;
    outline: unset;
    color: #999;
    font-size: 16px;
}


.header form input[type=image] {
    position: absolute;
    top: 12px;
    right: 20px;
}

.search input::-webkit-input-placeholder {
    color: #999;
}

.search input:-moz-placeholder {
    color: #999;
}

.search input::-moz-placeholder {
    color: #999;
}

.search input:-ms-input-placeholder {
    color: #999;
}


.con-navigation {
    width: 100%;
    height: 60px;
    background: #0162B4;
}

.nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav .nLi {
    height: 100%;
    display: inline;
    text-align: center;
    position: relative;
    padding: 0 30px;
    line-height: 60px;
    float: left;
}

.nav .nLi h3 {
    font-weight: normal;
}

.nav .nLi a {
    display: inline-block;
    font-size: 20px;
    text-align: center;
    color: #fff;
}

.nav .nLi.on {
    background: #005399;
}

.nav .nLi.on h3 {
    font-weight: bold;
}


.nav .sub {
    width: 100%;
    top: 60px;
    position: absolute;
    background: rgba(255, 255, 255, 1);
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    left: 0;
    z-index: 99;
    display: none;
}

.nav .sub li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    zoom: 1;
    border-top: 1px dashed #005399;
    border-radius: 0 0 5px 5px;
    position: relative;
}

.nav .sub li:first-child {
    border: none;
}

.nav .sub li a {
    color: #333;
    font-size: 16px;
}

.nav .sub li:hover a {
    color: #005399;
}

.banlist .swiper-slide img {
    width: 100%;
}

/* .banlist .swiper-slide-active img {
    animation: img_scale linear 4s;
} */

@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}



.banlist .swiper-pagination {
    position: absolute;
    bottom: 30px;
}

.banlist .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    cursor: pointer;
    border: 1px solid #fff;
    background: unset;
    opacity: 1;
}

.banlist .swiper-pagination-bullet-active {
    background: #fff;
}

.banlist .swiper-prev,
.banlist .swiper-next {
    width: 60px;
    height: 58px;
    display: inline-block;
    position: absolute;
    top: calc((100% - 58px) / 2);
    z-index: 99;
}

.banlist .swiper-prev {
    left: 2%;
    background: url(/hdimg/new/img/btnico.png) center no-repeat;
}

.banlist .swiper-next {
    right: 2%;
    background: url(/hdimg/new/img/btnico.png) center no-repeat;
    transform: rotate(180deg);
}

.banlist .swiper-next:hover {
    background: url(/hdimg/new/img/btnico-on.png) center no-repeat;
    transform: unset;
}

.banlist .swiper-prev:hover {
    background: url(/hdimg/new/img/btnico-on.png) center no-repeat;
    transform: rotate(180deg);
}

.column {
    width: 100%;
    line-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 65px 0 40px 0;

}


.main-gsyw .column {
    position: relative;
    /* z-index: 99; */
}

.column .title {
    margin: 0 !important;
}

.column .name {
    font-size: 30px;
    font-weight: bold;
    line-height: 42px;
    color: #3D3D3D;
    position: relative;
}

.column .name::before {
    content: '';
    width: 60px;
    height: 3px;
    display: inline-block;
    background: #0162B4;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.column .en {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #DBDBDB;
}

.column .more {
    color: rgba(1, 98, 180, 0.8);
    float: right;
}

.main-news {
    width: 100%;
    background: url(/hdimg/new/img/main-newsBg.png) center no-repeat;
    background-size: cover;
    position: relative;

}

.newslide {
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.newslide .swiper-slide {
    opacity: 0 !important;
}

.newslide .swiper-slide-active {
    opacity: 1 !important;
}

.newslide .swiper-slide .img {
    overflow: hidden;
}

.newslide .swiper-slide .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.newslide .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.newslide .swiper-slide .text {
    box-sizing: border-box;
    padding: 25px 30px;
    background: url(/hdimg/new/img/newslide-textBg.png) center no-repeat;
    border: 1px solid rgba(216, 216, 216, 0.5);
}

.newslide .swiper-slide .dete {
    color: #0162B4;
}

.newslide .swiper-slide .title {
    color: #3D3D3D;
    font-weight: bold;
    line-height: 28px;
    height: 28px;
    display: inline-block;
    margin: 7px 0 9px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.newslide .swiper-slide .desc {
    color: #999;
    line-height: 28px;
    height: 56px;
    margin-bottom: 25px;
}

.newslide .swiper-slide .more {
    width: 116px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    opacity: 1;
    color: #fff;
    display: inline-block;
    background: linear-gradient(180deg, #2481D0 0%, #005AA7 100%);
}

.newslide .swiper-slide:hover .title {
    color: #005399;
}

.newslide .swiper-slide:hover .desc {
    color: #666;
}

.newslide .swiper-pagination {
    box-sizing: border-box;
    padding: 0 30px;
    text-align: right;
    bottom: 30px;
    display: none;
}

.newslide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.newslide .swiper-pagination-bullet-active {
    background: #0162B4;
}


.hasMoreTab .hd {
    position: absolute;
    top: -67px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
}

.hasMoreTab .hd ul {
    display: flex;
    margin-right: 50px;
}

.hasMoreTab .hd ul li {
    width: 100px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #3D3D3D;
    margin-right: 20px;
    cursor: pointer;
}

.hasMoreTab .hd ul li.on {
    background: linear-gradient(180deg, #2481D0 0%, #005AA7 100%);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    color: #fff;
}

.hasMoreTab .hd .more a {
    width: 40px;
    display: inline-block;
    color: rgba(1, 98, 180, 0.8);
}

.hasMoreTab ul.img {
    display: flex;
    justify-content: space-between;
}

.hasMoreTab ul.img li {
    width: 49%;
}

.hasMoreTab ul.img li .img {
    overflow: hidden;
}

.hasMoreTab ul.img li .img img {
    width: 100%;
    max-height: 167px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.hasMoreTab ul.img li .title {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
    padding: 0 15px;
    border: 1px solid #F0F0F0;
}

.hasMoreTab ul.img li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.hasMoreTab ul.img li:hover .title {
    color: #0162B4;
}





.hasMoreTab ul.list li {
    height: 53px;
    margin-top: 26px;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(216, 216, 216, 0.5);
}


.hasMoreTab ul.list li a {
    width: 100%;
    display: flex;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.hasMoreTab ul.list li a:hover {
    left: 5px;
    transition: all 0.5s ease-in-out;
}

.hasMoreTab ul.list li .title {
    line-height: 23px;
    height: 23px;
    color: #333;
    margin-bottom: 7px;
}

.hasMoreTab ul.list li .desc {
    line-height: 23px;
    height: 23px;
    color: #999;
}

.hasMoreTab ul.list li .desc span {
    width: 12px;
    height: 2px;
    display: inline-block;
    background: #0162B4;
    margin-right: 3px;
    position: relative;
    top: -3px;
}

.hasMoreTab ul.list li .d {
    font-size: 24px;
    font-weight: bold;
    color: #999;
}

.hasMoreTab ul.list li .y {
    font-size: 12px;
    color: #999;
}

.hasMoreTab ul.list li .dete {
    width: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 25px;
    margin-right: 25px;
    position: relative;
}

.hasMoreTab ul.list li .text {
    width: calc(100% - 70px);
}

.hasMoreTab ul.list li .dete::before {
    content: '';
    width: 1px;
    height: 20px;
    background: #EAEAEA;
    position: absolute;
    right: 0;
    top: 12px;
}

.hasMoreTab ul.list li:last-child {
    padding: 0;
    border: none;
}

.hasMoreTab ul.list li:hover .title {
    font-weight: bold;
    color: #0162B4;
}

.hasMoreTab ul.list li:hover .d {
    color: #0162B4;
}

.hasMoreTab ul.list li:hover .y {
    color: #0162B4;
}


.main-gsyw {
    width: 100%;
    /* height: 909px; */
    height: 930px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/hdimg/new/img/main-gsywBg.png);
}

.hasMoreTab2 .hd {
    position: absolute;
    top: -82px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    right: 13.5%;
    width: auto;
}

.hasMoreTab2 .hd .more {
    display: inline-block;
    min-width: 50px;
}

.hasMoreTab2 {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    padding-top: 35px;
}

.hasMoreTab2 .hd ul {
    display: flex;
    margin-right: 50px;
}

.hasMoreTab2 .hd ul li {
    width: 130px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #3D3D3D;
    margin-right: 20px;
    cursor: pointer;
}

.hasMoreTab2 .hd ul li.on {
    background: linear-gradient(180deg, #2481D0 0%, #005AA7 100%);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    color: #fff;
}

.hasMoreTab2 .hd .more a {
    color: rgba(1, 98, 180, 0.8);
}

.hasMoreTab2 .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    /* transform: scale(0.9); */
}

.hasMoreTab2 .swiper-slide-active {
    /* transform: scale(1.1); */
    z-index: 99;
}

.hasMoreTab2 .swiper-slide a {
    display: inline-block;
    width: 100%;
}

.hasMoreTab2 .swiper-slide .text {
    /* display: none; */
    background: #fff;
    box-sizing: border-box;
    padding: 30px;
    width: 100%;
}

.hasMoreTab2 .swiper-slide-active .text {
    display: block;
}

.hasMoreTab2 .swiper-slide .img {
    overflow: hidden;
}

.hasMoreTab2 .swiper-slide .img img {
    width: 100%;
    background: #fff;
    /* max-width: 620px; */
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.hasMoreTab2 .swiper-slide .title {
    font-size: 24px;
    font-weight: bold;
}

.hasMoreTab2 .swiper-slide .desc {
    font-size: 16px;
    line-height: 30px;
    height: 90px;
    color: #666;
    /* margin-top: 20px; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.hasMoreTab2 .swiper-pagination {
    position: static;
    margin-top: 60px;
}

.hasMoreTab2 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: rgba(7, 41, 102, 0.35);
    border-radius: 50%;
}

.hasMoreTab2 .swiper-pagination-bullet-active {
    background: linear-gradient(180deg, #2481D0 0%, #005AA7 100%);
}


.hasMoreTab2 .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.hasMoreTab2 .swiper-slide:hover .text {
    z-index: 999;
    background: linear-gradient(180deg, #2481D0 0%, #005AA7 100%);
}

.hasMoreTab2 .swiper-slide:hover .title,
.hasMoreTab2 .swiper-slide:hover .desc {
    color: #fff;
}


.hasMoreTab2 .swiper-prev,
.hasMoreTab2 .swiper-next {
    width: 100px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 29%;
    z-index: 99;
}

.hasMoreTab2 .swiper-prev {
    left: 29.5%;
}

.hasMoreTab2 .swiper-next {
    right: 29.5%;
}

.hasMoreTab2 .swiper-prev:hover,
.hasMoreTab2 .swiper-next:hover {
    background: linear-gradient(180deg, rgba(36, 129, 208, 0.77) 0%, rgba(0, 90, 167, 0.77) 100%);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}


/* -- */

.main-djgz {
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/hdimg/new/img/main-dqgzBg.png);
}

.dqgzlist ul.img {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.dqgzlist ul.img li {
    width: 49%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}



.dqgzlist ul.img li .img {
    overflow: hidden;
}

.dqgzlist ul.img li .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.dqgzlist ul.img li .text {
    background: #fff;
    box-sizing: border-box;
    padding: 35px 20px;
}

.dqgzlist ul.img li .title {
    color: #3d3d3d;
}

.dqgzlist ul.img li .desc {
    color: #999;
    line-height: 34px;
    height: 68px;
    margin: 15px 0 23px;
}

.dqgzlist ul.img li .dete {
    color: #0162B4;
}

.dqgzlist ul.img li:hover .title {
    font-weight: bold;
    color: #0162B4;
}

.dqgzlist ul.img li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.dqgzlist ul.img li:hover .desc {
    color: #666;
}

.dqgzlist ul.list li {
    position: relative;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 25px 35px 25px 75px;
}

.dqgzlist ul.list li .dete {
    width: 56px;
    height: 59px;
    position: absolute;
    left: -10px;
    top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #2481D0 0%, #005AA7 100%);
}

.dqgzlist ul.list li .d {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.dqgzlist ul.list li .y {
    color: #fff;
    font-size: 12px;
}

.dqgzlist ul.list li .title {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    text-transform: uppercase;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.dqgzlist ul.list li .xian {
    width: 58px;
    height: 2px;
    margin: 10px 0;
    background: linear-gradient(180deg, #2481D0 0%, #005AA7 100%);
}

.dqgzlist ul.list li .desc {
    line-height: 30px;
    color: #999;
    height: 90px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.dqgzlist ul.list li:hover .title {
    font-weight: bold;
    color: #0162B4;
}

.dqgzlist ul.list li:hover .desc {
    color: #666;
}


.djadvlist .swiper-slide .img {
    overflow: hidden;
}

.djadvlist .swiper-slide .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.djadvlist .swiper-slide .img img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.djadvlist .swiper-pagination {
    display: none;
}


.main-gsgk {
    width: 100%;

    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}


.gsgkText {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main-gsgk .item {
    width: 48%;
}

.main-gsgk .left .img {
    overflow: hidden;
}

.main-gsgk .left .img img {
    width: 100%;
    /* height: 750px; */
}

.main-gsgk .item video {
    width: 683px;
    /* height: 533px; */
}


.main-gsgk .right {
    /* background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/hdimg/new/img/gsgg-right-bg.png); */

    /* background: url(/hdimg/new/img/gsgg-right-bg.png) center no-repeat; */
    /* background-size: cover; */

}

.main-gsgk .right .content {
    width: 100%;
    box-sizing: border-box;
    /* padding-left: 50px; */
}

.main-gsgk .right .content .title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-top: 20px;
}

.main-gsgk .right .content .desc {
    line-height: 30px;
    color: #666;
    margin-top: 25px;
}

.number {
    display: flex;
    justify-content: space-between;
    margin: 65px 0;
    align-items: flex-end;
}

.number .box p {
    color: #327FC1;
    font-size: 16px;
}

.number .box p span {
    font-size: 50px;
    font-weight: bold;
    margin-right: 5px;
}

.number .xian {
    width: 1px;
    height: 31px;
    background: #D8D8D8;
    position: relative;
    top: -10px;
}

.gsgk-nav {
    display: flex;
    justify-content: space-between;
}

.gsgk-nav .box .ico {
    text-align: center;
}

.gsgk-nav .box p {
    font-size: 18px;
    line-height: 35px;
    color: #555;
    text-align: center;
    margin-top: 10px;
}

.gsgk-nav .box:hover .ico span {
    color: #0162B4;
}

.gsgk-nav .box:hover p {
    color: #0162B4;
}


.footer {
    width: 100%;
    height: 285px;
    background: url(/hdimg/new/img/footerBg.png) center no-repeat;
    background-size: cover;
}

.footer .foot {
    height: 285px;
    display: flex;
    align-items: center;
}

.footer .contact p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    line-height: 45px;
}

.footer .contact p img {
    margin-right: 5px;
}

.footer .banq {
    margin-top: 10px;
}

.footer .banq p {
    font-size: 16px;
    line-height: 35px;
    color: rgba(255, 255, 255, 0.6);
}

.footer .banq p a {
    color: rgba(255, 255, 255, 0.6);
}

.qrcode {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.qrcode .code {
    margin-left: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qrcode .code .ico {
    width: 70px;
    height: 70px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.qrcode .code .ico .iconfont {
    color: #005AA7;
}

.qrcode .code2 .ico .iconfont {
    font-size: 34px;
}

.qrcode .code p {
    color: rgba(255, 255, 255, 0.6);
    margin-top: 20px;
}

.qrcode .code .img {
    background: #fff;
    padding: 10px;
    position: absolute;
    right: 40%;
    top: -18px;
    opacity: 0;
}

.qrcode .code:hover .img {
    opacity: 1;
}

.qrcode .code .img::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 22px solid #fff;
    display: inline-block;
    position: absolute;
    right: -22px;
    top: 42px;
}

.qrcode .code .ico:hover {
    transition: all 0.5s ease-in-out;
    background: linear-gradient(180deg, #2481D0 0%, #005AA7 100%);
    box-shadow: 0px 6px 10px 0px #1177D2;
}

.qrcode .code .ico:hover .iconfont {
    color: #fff;
}

/* ---------- */
.mbheader {
    width: 100%;
    display: none;
    height: 60px;
    z-index: 1000;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    /* background: linear-gradient(180deg, #2481D0 0%, #005AA7 100%); */
    background: #fff;
}

.mbheader .header-con {
    width: 90%;
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mbheader .header-con h1 a {
    display: inline-block;
}



.mbheader .header-con .logo img {
    width: 75%;
}

.sp_header {
    height: 50px;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
}

.sp_logo {
    padding: 10px;
    float: left;
    height: 50px;
    width: 70%;
}

.sp_logo img {
    margin: auto;
    width: 100%;
    height: 100%;
}

.sp_nav {
    width: 30px;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 10px;
    flex: none;
}

.sp_nav span {
    display: block;
    background: #0162B4;
    width: 30px;
    height: 2px;
    position: absolute;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: absolute;
    z-index: 9;
    background: #eee;
    width: 100%;
    height: auto !important;
    padding-bottom: 60px;
    font-size: 14px;
    line-height: 40px;
    top: -1000%;
    left: 0;
    z-index: 999;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 80px
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
    /* width: 80% */
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #3B8BB9
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px;
}


/* -- */
.nei-banner {
    position: relative;
    width: 100%;
    height: 450px;
    z-index: 1;
}

.nei-banner::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(/hdimg/new/img/nydt-mark.png) center no-repeat;
    display: inline-block;
    background-size: cover;
}

.nei-banner .crumbs {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-sizing: border-box;
    padding-bottom: 30px;
    z-index: 99;
    top: 0;
}

.crumbs-flex {
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
}

.crumbs-name {
    font-size: 36px;
    font-weight: 900;
    line-height: 35px;
    color: #fff;
}

.crumbs-list P {
    color: #fff;
    height: 20px;
    line-height: 20px;
}

.crumbs-list P a {
    color: #fff;
}

.sub-list {
    width: 100%;
    box-shadow: 0px 4px 3px 0px rgba(200, 200, 200, 0.3);
}

.sub-list ul {
    display: flex;
    flex-wrap: wrap;
}

.sub-list ul li {
    height: 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
}


.sub-list ul li a {
    color: #3C3C3C;
    font-size: 18px;
    box-sizing: border-box;
    padding: 0 35px;
}

.sub-list ul li.on,
.sub-list ul li:hover {
    background: linear-gradient(180deg, #2481D0 0%, #005AA7 100%);
}

.sub-list ul li.on a,
.sub-list ul li:hover a {
    font-weight: bold;
    color: #fff;
}

.con-textlist center,
.piclist center {
    padding-top: 20px;
}

.con-textlist ul.info li {
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 20px;
}

.con-textlist ul.info li .dete {
    font-size: 16px;
    color: #0162B4;
}

.con-textlist ul.info li .title {
    display: inline-block;
    margin-top: 10px;
    color: #3D3D3D;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.con-textlist ul.info li .desc {
    line-height: 28px;
    height: 56px;
    color: #999;
    margin: 10px 0 22px 0;
}

.con-textlist ul.info li .more {
    width: 116px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    background: linear-gradient(180deg, rgba(36, 129, 208, 0.50) 0%,
            rgba(0, 90, 167, 0.50) 100%);
}

.con-textlist ul.info li:hover .title {
    color: #0162B4;
    font-weight: bold;
}

.con-textlist ul.info li:hover .desc {
    color: #666;
}

.con-textlist ul.info li:hover .more {
    background: linear-gradient(180deg, #2481D0 0%, #005AA7 100%);
}

.con-textlist ul.info li:hover {
    border: 1px solid;
    border-image: linear-gradient(180deg, #2481D0 0%, #005AA7 100%) 1;
    background: url(/hdimg/new/img/textlist-libg.png) center no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

/* - */
.pagination {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pagination li {
    display: inline-block;
    margin: 0 5px;
    margin-bottom: 5px;
}

.pagination li a {
    display: inline-block;
    border: 1px solid #aaa;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.pagination li a:hover,
.pagination li.active a {
    border: 1px solid #0254A0;
    color: #0254A0;
}

.pagination li.pagePrev,
.pagination li.pageNext {
    width: 70px;
}

.pagination li.pagePrev a,
.pagination li.pageNext a {
    width: 70px;
    font-size: 18px;
    color: #999;
}

.pagination li.pagePrev a:hover,
.pagination li.pageNext a:hover {
    color: #0254A0;
}


.con-picture li {
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.con-picture li .img {
    overflow: hidden;
}

.con-picture li .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.con-picture li a {
    display: inline-block;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);
}

.con-picture li .text {
    box-sizing: border-box;
    padding: 35px;
    border-bottom: 1px solid #DBDBDB;

}

.con-picture li .title {
    color: #3C3C3C;
    line-height: 30px;
    height: 60px;
}

.con-picture li .dete {
    color: #0162B4;
    margin-top: 15px;
}

.con-picture li .dete span {
    float: right;
    width: 9px;
    height: 20px;
    background: url(/hdimg/new/img/morejt.png) center no-repeat;
}

.con-picture li:hover .dete span {
    background: url(/hdimg/new/img/morejt-on.png) center no-repeat;
}

.con-picture li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.con-picture li:hover .title {
    color: #0162B4;
    font-weight: bold;
}

.con-picture li:hover {
    top: -5px;
    transition: all 0.5s ease-in-out;
}

.con-picture li:hover .text {
    border-bottom: 1px solid #0254A0;
}


.piclist .info li {
    display: flex;
    border: 1px solid #DBDBDB;
    margin-bottom: 20px;
    transition: all 0.5s ease-in-out;
}

.piclist .info li .img {
    width: 30%;
    overflow: hidden;
}

.piclist .info li .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.piclist .info li .text {
    width: 70%;
    box-sizing: border-box;
    padding: 30px;
}

.piclist .info li .dete {
    font-size: 16px;
    color: #0162B4;
}

.piclist .info li .title {
    margin-top: 10px;
    line-height: 28px;
    color: #3D3D3D;
}

.piclist .info li .desc {
    line-height: 28px;
    height: 56px;
    color: #999;
    margin: 10px 0 20px 0;
}

.piclist .info li .more {
    width: 116px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    background: linear-gradient(180deg, rgba(36, 129, 208, 0.50) 0%,
            rgba(0, 90, 167, 0.50) 100%);
}

.piclist .info li:hover .more {
    background: linear-gradient(180deg, #2481D0 0%, #005AA7 100%);
}

.piclist .info li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.piclist .info li:hover {
    border: 1px solid;
    transition: all 0.5s ease-in-out;
    border-image: linear-gradient(180deg, #2481D0 0%, #005AA7 100%) 1;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
        0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
}

.piclist .info li:hover .title {
    color: #0162B4;
    font-weight: bold;
}

.piclist .info li:hover .desc {
    color: #666;
}

.con-detail .detail {
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
    padding: 54px 147px;
}

.detail h2 {
    font-size: 30px;
    font-weight: bold;
    color: #3D3D3D;
    text-align: center;
}

.detail .timer {
    margin: 13px 0 30px 0;
    text-align: center;
}

.detail .timer span {
    color: #9E9E9E;
    margin: 0 3px;
    font-size: 16px;
}

.detail .dtl {
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
}

.detail .dtl p {
    font-size: 16px;
    line-height: 35px;
    color: #3D3D3D;
    margin: 10px 0;
}

.detail .dtl p img,
.detail .dtl p video {
    max-width: 800px !important;
    height: auto !important;
}

.con-danye .detail .dtl p img {
    max-width: 100% !important;
}

.pager {
    overflow: hidden;
    line-height: 30px;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
}

.pager li {
    width: 49%;
}

.pager li.next {
    /* text-align: right; */
}

.pager li a {
    font-size: 16px;
    color: #999;
}


.pager li a:hover {
    color: #0162B4;
}

.con-detail .danye .dtl {
    border: none;
    padding: 0;
}

.con-danye .detail .dtl {
    padding: 0;
    border: none;
}


.mapImg img {
    width: 100%;
}

.land-map .itemlist {
    display: flex;
    justify-content: space-between;
}

.land-map .itemlist .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.land-map .itemlist .item .box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.land-map .itemlist .item1 {
    width: 31%;
    align-items: flex-start;
}

.land-map .itemlist .item2 {
    width: 45.5%;
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
}

.land-map .itemlist .item3 {
    width: 23.5%;
    align-items: flex-end;
}


.land-map .itemlist .item p {
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    color: #353535;
}

.land-map .itemlist .item p:last-child {
    color: #767676
}

.land-map .itemlist .item .ico {
    margin-bottom: 15px;
}



.land-message .land-form {
    width: 49.3%;
    background: #F7F7F7;
    box-sizing: border-box;
    padding: 25px 40px;
}

.land-message #guestbook #captcha-error {
    position: absolute;
    bottom: -20px;
    left: 0;
}

.land-message #guestbook input {
    height: 70px;
    line-height: 70px;
    width: 100%;
    border: none;
    box-sizing: border-box;
    padding-left: 20px;
    box-sizing: border-box;
    background: #F7F7F7;
}

.land-message #guestbook textarea {
    width: 100%;
    border: none;
    box-sizing: border-box;
    padding-left: 20px;
    padding-top: 10px;
    background: #F7F7F7;
    box-sizing: border-box;
}

.land-message #btSubmit {
    width: 100%;
    border: none;
    height: 70px;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(180deg, #2481D0 0%, #005AA7 100%);
}

input.err,
input.error,
textarea.err,
textarea.error,
select.err,
select.error {
    border: #0162B4 1px dashed !important;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

/* -- */


.business {
    width: 100%;
    background: url(/hdimg/new/img/up-business-bg.png) top no-repeat;
    background-size: 100%;
    background-position-x: -7px;
}

.up-xmzslist .swiper-slide {
    display: flex;
    flex-wrap: wrap;
}

.up-xmzslist .swiper-slide .text {
    width: 33.5%;
}

.up-xmzslist .swiper-slide .img {
    width: 66.5%;
    overflow: hidden;
}


.up-xmzslist .swiper-slide .img img {
    width: 100%;
    background: #fff;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.up-xmzslist .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.up-xmzslist .swiper-slide .text {
    box-sizing: border-box;
    padding: 40px;
    background: linear-gradient(180deg, #2481D0 0%, #005AA7 100%);
}

.up-xmzslist .swiper-slide .desc {
    margin: 25px 0 65px 0;
    line-height: 30px;
}

.up-xmzslist .swiper-slide .more {
    width: 116px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    color: #0162B4;
    display: inline-block;
}

.up-xmzslist .swiper-pagination {
    position: unset;
    margin-top: 30px;
}

.up-xmzslist .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    border-radius: 50%;
    background: rgba(7, 41, 102, 0.35);
}

.up-xmzslist .swiper-pagination-bullet-active {
    background: linear-gradient(180deg, #2481D0 0%, #005AA7 100%);
}

.up-xmzslist .xmzslist-bg {
    width: 100%;
    height: 113px;
    margin-top: 38px;
    background: url(/hdimg/new/img/xmzs-bg.png) center no-repeat;
}

.up-xmzs .column .en {
    color: #C5C5C5;
}

.up-rxlplist .swiper-wrapper {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.up-rxlplist .swiper-slide a {
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #D9D9D9;
}

.up-rxlplist .swiper-slide .title {
    color: #333;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;

}

.up-rxlplist .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.up-rxlplist .swiper-slide:hover a {
    border: 1px solid;
    border-image: linear-gradient(180deg, #2481D0 0%, #005AA7 100%) 1;
}

.up-rxlplist .swiper-slide:hover .title {
    color: #0162B4;
    font-weight: bold;

}


.up-rxlplist .swiper-slide {
    margin-bottom: 30px;
}

.up-rxlplist .swiper-slide .img {
    overflow: hidden;
}

.up-rxlplist .swiper-slide .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.up-rxlplist .swiper-paginationlp {
    text-align: center;
}

.up-rxlplist .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;

    background: rgba(7, 41, 102, 0.35);
}

.up-rxlplist .swiper-pagination-bullet-active {
    background: linear-gradient(180deg, #2481D0 0%, #005AA7 100%);
}




.up-gsjj .content {
    position: relative;
    width: 100%;
    height: 525px;
}

.up-gsjj .content .text {
    position: absolute;
    right: 0;
    z-index: 0;
    width: 67%;
    height: 525px;
    background: #F3F8FF;
    box-sizing: border-box;
    padding: 60px 45px;
    background: url(/hdimg/new/img/up-gsjj-textBg.png) right bottom no-repeat #F3F8FF;
}

.up-gsjj .content .text .box {
    width: 615px;
    width: 76.5%;
    float: right;
}

.up-gsjj .content .text .name {
    font-size: 22px;
    font-weight: bold;
    text-align: justify;
    color: #333;
}

.up-gsjj .content .text .desc {
    margin: 20px 0 80px 0;
}

.up-gsjj .content .text .desc p {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    color: #666;
    margin-bottom: 10px;
    text-indent: 2em;
}

.up-gsjj .content .text .more {
    width: 116px;
    height: 30px;
    color: #fff;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    background: linear-gradient(180deg, #2481D0 0%, #005AA7 100%);
}


.up-gsjj .content .img {
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 9;
}

.up-gsjj .content .img img {
    width: 100%;
}


.gsjjitem {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gsjjitem .box {
    width: 32%;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.gsjjitem .box .img {
    overflow: hidden;
}

.gsjjitem .box .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.gsjjitem .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.gsjjitem .box .text {
    background: #fff;
    box-sizing: border-box;
    padding: 15px 20px;
}

.gsjjitem .box .text .name {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    position: relative;
}

.gsjjitem .box .text .name::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 5px;
    width: 3px;
    height: 25px;
    background: linear-gradient(180deg, #2481D0 0%, #005AA7 100%);
}

.gsjjitem .box .text .name-en {
    color: #999;
    margin-top: 5px;
    text-transform: uppercase;
}

.gsjjitem .box:hover {
    top: -20px;
    transition: all 0.5s ease-in-out;
}

.gsjjitem .box:hover .name {
    color: #0162B4;
}

.gsjjitem .box:hover .name-en {
    color: #666;
}

.about-ry {
    width: 100%;
    background: url(/hdimg/new/img/up-zzry-bg.png) top no-repeat;
    background-size: cover;
}

.zzrylist .swiper-slide {
    transition: 300ms;
    transform: scale(0.9);
}

.zzrylist .swiper-slide .img {
    overflow: hidden;
}

.zzrylist .swiper-slide .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.zzrylist .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.zzrylist .swiper-slide:hover .title {
    color: #0162B4;
}

.zzrylist .swiper-slide-active {
    transform: scale(1);
    z-index: 99;
}

.zzrylist .swiper-slide .title {
    font-weight: bold;
    color: #353535;
    text-align: center;
}

.zzrylist .swiper-pagination {
    position: static;
}

.zzrylist .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: rgba(7, 41, 102, 0.35);
}

.zzrylist .swiper-pagination-bullet-active {
    background: linear-gradient(180deg, #2481D0 0%, #005AA7 100%);
}

.zzrylist .swiper-prevzz,
.zzrylist .swiper-nextzz {
    width: 54px;
    height: 54px;
    display: inline-block;
    position: absolute;
    top: 29%;
    z-index: 99;
}

.zzrylist .swiper-prevzz {
    left: -5px;
    background: url(/hdimg/new/img/dsjBtn.png) center no-repeat;
}

.zzrylist .swiper-nextzz {
    right: -5px;
    background: url(/hdimg/new/img/dsjBtn.png) center no-repeat;
    transform: rotate(180deg);
}

.zzrylist .swiper-nextzz:hover {
    background: url(/hdimg/new/img/dsjBtn-on.png) center no-repeat;
    transform: unset;
}

.zzrylist .swiper-prevzz:hover {
    background: url(/hdimg/new/img/dsjBtn-on.png) center no-repeat;
    transform: rotate(180deg);
}






.dsjlist .swiper-slide a {
    display: flex;
    flex-wrap: wrap;
    background: #F3F8FF;
}

.dsjlist .swiper-slide .img {
    width: 31.78%;
}

.dsjlist .swiper-slide .text {
    width: 68.22%;
    box-sizing: border-box;
    padding: 45px 50px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    text-indent: 2em;
}

.dsjlist .swiper-paginationdsj {
    position: relative;
    display: flex;
    width: 100%;
    height: 80px;
    margin-bottom: 40px;
    align-items: center;
    justify-content: space-around;
}

.dsjlist .swiper-paginationdsj::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #D8D8D8;
    position: absolute;
    left: 0;
}

.dsjlist .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    opacity: 1;
    background: #D8D8D8;
    position: relative;
}

.dsjlist .swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
    background: linear-gradient(180deg, #2481D0 0%, #005AA7 100%);
}

.dsjlist .swiper-pagination-bullet:nth-child(odd) .dsjbtn {
    top: 30px;
}

.dsjlist .swiper-pagination-bullet:nth-child(even) .dsjbtn {
    top: -30px;
}

.dsjlist .swiper-pagination-bullet .dsjbtn {
    font-size: 20px;
    color: #4B4B4B;
    position: absolute;
    left: -13px;
}

.dsjlist {
    position: relative;
}

.dsjlist .swiper-prev,
.dsjlist .swiper-next {
    width: 54px;
    height: 54px;
    display: inline-block;
    position: absolute;
    top: 10px;
    z-index: 99;
}

.dsjlist .swiper-prev {
    left: -5px;
    background: url(/hdimg/new/img/dsjBtn.png) center no-repeat;
}

.dsjlist .swiper-next {
    right: -5px;
    background: url(/hdimg/new/img/dsjBtn.png) center no-repeat;
    transform: rotate(180deg);
}

.dsjlist .swiper-next:hover {
    background: url(/hdimg/new/img/dsjBtn-on.png) center no-repeat;
    transform: unset;
}

.dsjlist .swiper-prev:hover {
    background: url(/hdimg/new/img/dsjBtn-on.png) center no-repeat;
    transform: rotate(180deg);
}

.dsjlist .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.dsjlist .swiper-slide .img img {
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.sch-form {
    display: block;
    padding: 20px;
    background: #fff;
    position: relative;
    box-shadow: 0 0 10px #ccc;
}

.sch-form .sch-input {
    border: none;
    background: #fff;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #aaa;
}

.sch-form .sch-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #fff;
    border: none;
    line-height: 30px;
    cursor: pointer;
    color: #aaa;
    font-weight: bold;
}

.sch-form .sch-btn .layui-icon {
    font-size: 18px;
}


.about {
    width: 100%;
    background: url(/hdimg/new/img/gskkBg.png) top center no-repeat;
    background-size: 100%;
    overflow: hidden;
}

.yqljlist .name {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.yqljlist .list {
    display: flex;
    flex-wrap: wrap;
}

.yqljlist .list a {
    color: rgba(255, 255, 255, 0.6);
    width: 100%;
    display: inline-block;
    line-height: 35px;
    font-size: 16px;
}

.yqljlist .list a:hover {
    color: #fff;
}

#scrolltop {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 25px;
    bottom: 20px;
    z-index: 100;
    text-align: center;
    line-height: 40px;
    transform: rotate(180deg);
}

#scrolltop .layui-icon {
    font-size: 42px;
    color: #fff;
    cursor: pointer;
    background: #327FC1;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #fff;
}<!--0.00020694732666016-->