.mainUp {
    width: 100%;
    overflow: hidden;
}

.mainUp .column {
    padding: 75px 0 35px 0;
}

.up-djdt .djgz {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.djgz .djSlide {
    width: 48.92%;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.djgz .djlist {
    width: 48.92%;
}

.djlist .box {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.djlist .box:last-of-type {
    margin: 0;
}

.djlist .box .title {
    color: #161616;
    line-height: 30px;
    height: 30px;
}

.djlist .box .desc {
    color: #aaa;
    line-height: 25px;
    height: 25px;
    margin: 7px 0;
}

.djlist .box .dete {
    color: #aaa;
}

.djlist .box:hover .title {
    color: #1D4F91;
    font-weight: bold;
}

.djlist .box:hover .desc {
    color: #666;
}

.djSlide .swiper-slide a {
    width: 100%;
    display: inline-block;
}

.djSlide .swiper-slide .img {
    overflow: hidden;
}

.djSlide .swiper-slide .img img {
    width: 100%;
    aspect-ratio: 16/9;
    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;
}

.djSlide .swiper-slide a {
    width: 100%;
    display: inline-block;
}

.djSlide .swiper-slide .tt {
    width: 100%;
    height: 170px;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
}

.djSlide .swiper-slide .title {
    font-weight: bold;
    color: #1D4F91;
    line-height: 25px;
    height: 25px;
}

.djSlide .swiper-slide .desc {
    line-height: 25px;
    color: #aaa;
    margin: 15px 0;
    height: 50px;
    text-align: justify;
}

.djSlide .swiper-slide .dete {
    color: #1D4F91;
}

.djSlide .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);
}


.djSlide .swiper-pagination {
    position: absolute;
    right: 20px;
    bottom: 25px;
    z-index: 99;
}

.djSlide .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #000000;
    opacity: 0.2;
    margin: 0 5px;
}

.djSlide .swiper-pagination-bullet-active {
    background: #1D4F91;
    opacity: 1;
}




.jjclist {
    display: flex;
    flex-wrap: wrap;
}

.jjclist .box {
    width: calc((100% - 70px) / 3);
    margin-right: 35px;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.jjclist .box:last-of-type {
    margin: 0;
}

.jjclist .box .img {
    overflow: hidden;
}

.jjclist .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;
}

.jjclist .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);
}

.jjclist .box .tt {
    width: 100%;
    height: 110px;
    box-sizing: border-box;
    padding: 20px 30px;
    background: #fff;
    position: relative;
}

.jjclist .box .tt .title {
    color: #333;
    position: relative;
}

.jjclist .box:hover .title {
    font-weight: bold;
    color: #1D4F91;
}

.jjclist .box .tt::before {
    content: '';
    width: 0;
    height: 2px;
    display: inline-block;
    background: #1D4F91;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.jjclist .box:hover .tt::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.jjclist .box .tt .dete {
    color: #666;
    margin-top: 15px;
}


.up-ztzl {
    margin-bottom: 20px;
}

.uptzgg {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.uptzgg .box {
    width: calc((100% - 30px) / 2);
    background: #fff;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #fff;
}

.uptzgg .box:nth-child(5),
.uptzgg .box:nth-child(6) {
    margin-bottom: 0;
}

.uptzgg .box .title {
    color: #242424;
    height: 26px;
    line-height: 26px;
}

.uptzgg .box .desc {
    color: #aaa;
    line-height: 22px;
    height: 44px;
    margin: 7px 0;
}

.uptzgg .box .dete {
    width: 100px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background: #C8DBF3;
    border-radius: 11px 11px 11px 11px;
}

.uptzgg .box:hover {
    box-sizing: border-box;
    border: 1px solid #1D4F91;
}

.uptzgg .box:hover .title {
    color: #1D4F91;
    font-weight: bold;
}

.uptzgg .box:hover .desc {
    color: #666;
}

.uptzgg .box:hover .dete {
    background: #1D4F91;
}

.up-spzx .column {
    padding: 30px 0;
}

.uphyzx {
    width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
}

.uphyzx .swiper-slide {
    background: #fff;
    box-sizing: border-box;
    padding: 25px;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    border: 1px solid #fff;
}

.uphyzx .swiper-slide .dete {
    color: #aaa;
}

.uphyzx .swiper-slide .title {
    color: #242424;
    margin: 17px 0;
    height: 25px;
    line-height: 25px;
}

.uphyzx .swiper-slide .desc {
    color: #aaa;
    line-height: 25px;
    height: 75px;
}

.uphyzx .swiper-slide:hover {
    border: 1px solid #1D4F91;
}

.uphyzx .swiper-slide:hover .title {
    color: #1D4F91;
    font-weight: bold;
}

.uphyzx .swiper-slide:hover .dete,
.uphyzx .swiper-slide:hover .desc {
    color: #666;
}

.uphyzx .swiper-pagination,
.upspzx .swiper-pagination {
    position: sticky;
    width: 100%;
    margin-top: 35px;
}

.uphyzx .swiper-pagination-bullet,
.upspzx .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #000000;
    opacity: 0.2;
    margin: 0 5px;
}

.uphyzx .swiper-pagination-bullet-active,
.upspzx .swiper-pagination-bullet-active {
    background: #1D4F91;
    opacity: 1;
}

.upspzx {
    width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
}

.upspzx .swiper-slide {
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.upspzx .swiper-slide a,
.uphyzx .swiper-slide a {
    width: 100%;
    display: block;
}

.upspzx .swiper-slide .img {
    overflow: hidden;
}

.upspzx .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;
}

.upspzx .swiper-slide .title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #fff;
    color: #1D1D1D;
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px;
}

.upspzx .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);
}

.upspzx .swiper-slide:hover .title {
    color: #1D4F91;
    font-weight: bold;
}

.upspzx .swiper-slide .ico {
    width: 53px;
    height: 53px;
    background: url(/hdimg/bas/img/videoImg.png) center no-repeat;
    background-size: cover;
    position: absolute;
    left: calc((100% - 53px) / 2);
    top: calc((100% - 53px) / 2);
    z-index: 99;
}


.gsxw {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gsxw .djSlide {
    width: 48.92%;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.gsxw .gsxwlist {
    width: 48.92%;
}

.gsxwlist .list1 {
    display: flex;
    justify-content: space-between;
}

.gsxwlist .list1 .box {
    width: calc((100% - 25px) / 2);
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.gsxwlist .list1 .box .img {
    overflow: hidden;
}

.gsxwlist .list1 .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;
}

.gsxwlist .list1 .box .tt {
    box-sizing: border-box;
    padding: 10px 30px;
    background: #fff;
}

.gsxwlist .list1 .box .title {
    color: #2A2A2A;
    line-height: 30px;
    height: 60px;
}

.gsxwlist .list1 .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);
}

.gsxwlist .list1 .box:hover .title {
    color: #1D4F91;
    font-weight: bold;
}

.gsxwlist .list2 .box {
    width: 100%;
    height: 125px;
    background: #fff;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    box-sizing: border-box;
    padding: 20px;
    margin-top: 18px;
}

.gsxwlist .list2 .box .title {
    color: #242424;
    height: 25px;
    line-height: 25px;
}

.gsxwlist .list2 .box .desc {
    height: 25px;
    line-height: 25px;
    color: #aaa;
    margin: 5px 0 10px 0;
}

.gsxwlist .list2 .box .dete {
    color: #aaa;
}

.gsxwlist .list2 .box:hover .title {
    color: #1D4F91;
    font-weight: bold;
}

.gsxwlist .list2 .box:hover .desc {
    color: #666;
}


.land-contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 80px 0 40px 0;
}

.land-contact .item {
    width: calc((100% - 32px) / 3);
    height: 125px;
    background: #fff;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 15px;
    cursor: pointer;
}

.land-contact .item .ico {
    width: 68px;
    height: 68px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    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%);
    border: 1px solid #fff;
}


.land-contact .item .tt {
    font-weight: bold;
    font-size: 20px;
    color: #212121;
    line-height: 30px;
    flex: 1;
    box-sizing: border-box;
    padding: 0 15px;
}

.land-contact .item a {
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    background: url(/hdimg/bas/img/content1Bg.jpg) center no-repeat;
    background-size: 100% 100%;
    border-radius: 50px;
}

.land-contact .item:hover .ico {
    border: 1px solid #0b7f75;
}

.land-contact .item:hover .tt {
    color: #377BAA;
}

.landing {
    padding-bottom: 60px;
}

#btSubmit {
    width: 100%;
    height: 60px;
    color: #fff;
    line-height: 60px;
    background: url(/hdimg/bas/img/content1Bg.jpg) center no-repeat;
    background-size: 100% 100%;
}

input.err,
input.error,
textarea.err,
textarea.error,
select.err,
select.error {
    border: red 2px 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;
}

/* ------------------------- */
/* -- */
.picslide2 {
    box-sizing: border-box;
    position: relative;
    /* overflow: hidden; */
    max-width: 1400px;
    margin: 0 auto 30px auto;
}

.picslide2 .swiper-wrapper {
    position: relative;
    left: 24.6%;
}

.picslide2 .swiper-slide {
    width: 710px;
}

.picslide2 .swiper-slide .img {
    overflow: hidden;
}

.picslide2 .swiper-slide .img img {
    width: 100%;
    height: 470px;
    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;
}


.picslide2 .swiper-slide-active: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);
}

.picslide2 .swiper-pagination {
    box-sizing: border-box;
    width: 100%;
    margin-top: 40px;
    position: static;
}

.picslide2 .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: #131515;
    opacity: 0.4;
    margin: 0 7px;
}

.picslide2 .swiper-pagination-bullet-active {
    opacity: .8;
    background: #0D5E9D;
}

.picslide2 .swiper-next,
.picslide2 .swiper-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc((100% - 40px) / 2);
    z-index: 99;
    background: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.picslide2 .swiper-next {
    right: 0;
}

.picslide2 .swiper-prev {
    left: 0;
}

.up-gsjj .container {
    display: flex;
    position: relative;
    z-index: 99;
}

.up-gsjj .item {
    width: 50%;
}

.gright {
    box-sizing: border-box;
    padding-top: 30px;
    padding-left: 20px;
}

.gright .name {
    text-transform: none;
}

.gright .name img {
    max-width: 100%;
}

.gright .desc {
    color: #3D3D3D;
    line-height: 36px;
    margin: 30px 0 45px 0;
    text-align: justify;
}

.gright .desc a {
    color: #0D5E9D;
}

.gright .number {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.gright .number span {
    font-size: 40px;
    color: #3D3D3D;
}

.gright .number p {
    text-align: center;
    font-size: 16px;
    color: #3D3D3D;
    opacity: .5;
}


.gright .icolink {
    display: flex;
    margin-top: 60px;
}

.gright .icolink .box {
    margin-right: 90px;
    padding: 14px;
}

.gright .icolink .box .ico {
    width: 90px;
    height: 90px;
    border: 1px dashed #1D4F91;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.gright .icolink .box:hover .ico 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;
}

.gright .icolink .box .ico 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);
}

.gright .icolink .box .ico1 {
    width: 63px;
    height: 63px;
    background: #0b7f75;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gright .icolink .box p {
    text-align: center;
    font-size: 18px;
    color: #2A2A2A;
    margin-top: 15px;
}

.up-gsjj {
    position: relative;
    padding-top: 90px;
}

.up-gsjj::before {
    content: '';
    background: url(/hdimg/bas/img/gsjjImg.png) center left no-repeat;
    position: absolute;
    left: 0;
    width: 100%;
    height: 587px;

    max-width: 50%;
    background-size: 100% 100%;
}

.gleft {
    position: relative;
}

.gleft .videoBtn {
    width: 72px;
    height: 72px;
    background: url(/hdimg/bas/img/video-ico.png) center no-repeat;
    position: absolute;
    left: 25%;
    top: calc((100% - 72px) /2);
    z-index: 99;
    cursor: pointer;
}


/* 大事记 */

.his_swiper {
    position: relative;
    padding: 0 90px;
}

.his_text {
    width: 100%;
    padding: 0 30px;
    /* border-left: 2px solid #0d5e9d; */
    padding-bottom: 10px;
    border-right: 1px solid #d8d8d8;
}

.his_p {
    width: 100%;
    height: 520px;
    overflow: hidden;
    line-height: 40px;
}

.mCSB_inside>.mCSB_container {
    display: inline-block !important;
}

.his_moth {
    color: #0d5e9d;
    margin-top: 50px;
    font-size: 28px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #0d5e9d;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag:hover .mCSB_dragger_bar {
    background: #dbdbdb;
}

.his_swiper .but .swiper-prev,
.his_swiper .but .swiper-next {
    background: none;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 48%;
    z-index: 999;
    background: url(/hdimg/bas/img/dsj-prev2.png) no-repeat;
}

.his_swiper .but .swiper-next {
    left: auto;
    right: 0;
    background: url(/hdimg/bas/img/dsj-next2.png) no-repeat;
}

.his_swiper .swiper-container {
    overflow: hidden;
}

.his_swiper .but .swiper-prev:hover {
    background: url(/hdimg/bas/img/dsj-prev.png) no-repeat;
}

.his_swiper .but .swiper-next:hover {
    background: url(/hdimg/bas/img/dsj-next.png) no-repeat;
}


.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #dbdbdb;
}

.hisyear .swiper-next.swiper-disabled,
.hisyear .swiper-prev.swiper-disabled {
    opacity: 1;
    cursor: pointer;
    pointer-events: inherit;
}

.hisyear .swiper-next.disabled,
.hisyear .swiper-prev.disabled {
    opacity: 0.35;
    cursor: default;
}

.hisyear {
    width: 100%;
    position: relative;
    height: 98px;
    box-sizing: border-box;
    padding: 0 5%;
}

.hisyear .swiper-container {
    width: 100%;
    /* background: #fff; */
    overflow: hidden;
    background: url(/hdimg/bas/img/dsj-head-bg.png) center no-repeat;
    background-size: cover;
}

.hisyear li {
    width: calc(100% / 5) !important;
    text-align: center;
    cursor: pointer;
    height: 90px;
    font-size: 22px;
    color: #999999;
}

.hisyear li.on p {
    color: #0d5e9d;
    font-weight: bold;
}

.hisyear li p {
    width: 100%;
    font-size: 50px;
    color: #3D3D3D;
}

.hisyear .swiper-next,
.hisyear .swiper-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc((100% - 40px) / 2);
    left: 15px;
    z-index: 99;
    background: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.hisyear .swiper-next {
    right: 15px;
    left: auto;
}

.edit_con_original {
    width: 100%;
    font-size: 16px;
    color: #3D3D3D;
    line-height: 36px;
    word-break: break-all;
    text-align: justify;
}

.edit_con_original p {
    width: 100%;
    word-break: break-all;
}

/* 大事记 */

.img_content {
    display: none;
    position: fixed;
    background: #fff;
    left: 30%;
    top: 25%;
    z-index: 1002;
    border: solid 1px #3B8BB9;
}

.img_content video {
    width: 800px;
    height: auto;
}

.colse_btn {
    border: solid 1px #3B8BB9;
    color: #fff;
    height: 20px;
    margin-top: -5px;
    z-index: 99;
    line-height: 20px;
    font-size: 14px;
    width: 45px;
    background: #3B8BB9;
    border-radius: 0.5em;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    float: right;

}

/* .up-gsxw,
.up-djdt {
    overflow: hidden;
} */

.layui-input::placeholder,
.layui-textarea::placeholder {
    color: #000;
    font-size: 16px;
}


@media screen and (max-width: 768px) {

    .mainUp .column {
        padding: 40px 0 20px 0;
    }

    .jjclist .box {
        width: 100%;
        margin: 0 0 25px 0;
    }


    .jjclist .box .tt,
    .djlist .box,
    .djSlide .swiper-slide .tt {
        padding: 15px;
        height: auto;
    }


    .djgz .djlist {
        width: 100%;
        margin-top: 25px;
    }

    .djgz .djSlide {
        width: 100%;
    }

    .djSlide .swiper-slide .desc {
        margin: 10px 0;
    }

    .djSlide .swiper-pagination {
        bottom: 15px;
    }

    .djSlide .swiper-pagination-bullet,
    .uphyzx .swiper-pagination-bullet,
    .upspzx .swiper-pagination-bullet,
    .picslide2 .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 3px;
    }

    .picslide2 .swiper-pagination {
        margin-top: 20px;
    }

    .uptzgg .box {
        width: 100%;
        padding: 15px;
        margin-bottom: 15px;
    }

    .uphyzx,
    .upspzx {
        padding: 0;
    }

    .uphyzx .swiper-slide,
    .upspzx .swiper-slide {
        box-shadow: unset;
    }

    .uphyzx .swiper-slide .title {
        margin: 10px 0;
    }

    .upspzx .swiper-slide .title,
    .djSlide .swiper-slide .tt,
    .uphyzx .swiper-slide {
        background: #f1f1f1;
    }

    .gsxw .djSlide {
        width: 100%;
    }

    .gsxw .gsxwlist {
        width: 100%;
        margin-top: 25px;
    }

    .gsxwlist .list2 .box,
    .gsxwlist .list1 .box .tt {
        height: auto;
        padding: 15px;
    }

    .uphyzx .swiper-pagination,
    .upspzx .swiper-pagination {
        margin-top: 15px;
    }

    .land-contact .item {
        width: 100%;
    }

    .land-contact {
        margin: 40px 0 25px 0;
    }

    .land-contact .item:nth-child(2) {
        margin: 15px 0;
    }

    .land-contact .item .tt {
        font-size: 16px;
    }

    /* ------------------- */

    .up-gsjj::before {
        display: none;
    }

    .gleft {
        display: none;
    }

    .gright,
    .up-gsjj .item {
        width: 100%;
        padding: 0;
    }

    .gright .name {
        font-size: 22px;
    }

    .gright .desc {
        line-height: 25px;
        margin: 15px 0 30px 0;
    }

    .gright .number span {
        font-size: 28px;
    }

    .gright .number p {
        font-size: 14px;
    }

    .gright .icolink .box {
        margin: 0;
    }

    .picslide2 .swiper-slide .img img,
    .picslide2 .swiper-slide {
        width: 100%;
        height: auto;
    }

    .picslide2 .swiper-wrapper {
        position: unset;
    }

    .hisyear li p {
        font-size: 18px;
    }

    .his_swiper {
        padding: 0;
    }

    .his_swiper .but .swiper-prev,
    .his_swiper .but .swiper-next {
        width: 35px;
        height: 35px;
        background-size: cover !important;
        background: url(/hdimg/bas/img/dsj-next.png) no-repeat;
    }

    .his_swiper .but .swiper-prev {
        background: url(/hdimg/bas/img/dsj-prev.png) no-repeat;
    }

    .his_p {
        height: 360px;
    }

    .his_text {
        border: none;
        padding: 0 45px;
    }

    .his_moth {
        font-size: 16px;
        margin-top: 25px;
    }

    .hisyear,
    .hisyear li {
        padding: 0;
        height: 60px;
    }

    .hisyear .swiper-next,
    .hisyear .swiper-prev {
        display: none;
    }

    .up-gsjj {
        padding-top: 45px;
    }

    .gright .icolink {
        margin-top: 25px;
    }

    .gright .number .box {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 15px 0;
    }

}<!--耗时1776600457.8343秒-->