.column2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.column2 .name {
    font-size: 40px;
    color: #0E0E0E;
}

.column2 .more {
    width: 175px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #ECECEC;
    font-size: 16px;
    color: #BBBBBB;
}

.column2 .more:hover {
    background: #0F74B2;
    color: #fff;
}


.up-ppjd {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 110px);
    margin-left: -55px;
}

.up-ppjd .box {
    width: 33.3%;
    box-sizing: border-box;
    padding: 0 55px;
    margin-bottom: 55px;
    padding-top: 25px;
    position: relative;
}

.up-ppjd .box::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #D8D8D8;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

.up-ppjd .box:nth-child(3n+1):after {
    width: calc(100% - 55px);
}

.up-ppjd .box:nth-child(3n):after {
    width: calc(100% - 55px);
    right: auto;
    left: 0;
}


.up-ppjd .box::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #D8D8D8;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 99;
}

.up-ppjd .box:nth-child(3n)::before {
    display: none;
}

/* .up-ppjd .box:nth-child(3n+1) {
    padding-left: 0;
}

.up-ppjd .box:nth-child(3n) {
    padding-right: 0;
} */

.up-ppjd .box {
    border-right: 1px solid #D8D8D8;
}

.up-ppjd .box:nth-child(3n) {
    border: none;
}

.up-ppjd .box .img {
    overflow: hidden;
    position: relative;
}

.up-ppjd .box .img img {
    width: 100%;
}

.up-ppjd .box .btn {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(15, 116, 178, .6);
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

.up-ppjd .box:hover .btn {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

.up-ppjd .box .btn .b {
    width: 175px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    margin: 10px 0;
}

.up-ppjd .box .btn .b>a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
}

.up-ppjd .box .title {
    line-height: 30px;
    height: 30px;
}

.up-ppjd .box .title a {
    color: #0E0E0E;
}

.up-ppjd .box .desc {
    color: #9F9F9F;
    line-height: 25px;
    height: 75px;
    margin: 10px 0 30px 0;
}

.up-ppjd .box .btn .b:hover {
    background: #A3844A;
}

.up-ppjd .box:hover .title a {
    color: #0F74B2;
}

.up-ppjd .box:hover::after {
    background: #0F74B2;
}

.up-djlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.up-djlist-item {
    width: calc((100% - 750px) / 2);
}

.up-djlist-item .box {
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    padding: 25px;
    border: 1px solid #f2f2f2;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
    margin-bottom: 17px;
}

.up-djlist-item .box:last-of-type {
    margin: 0;
}

.up-djlist-item .box .title {
    color: #343434;
    line-height: 28px;
    height: 56px;
}

.up-djlist-item .box .desc {
    color: #343434;
    opacity: .5;
    line-height: 25px;
    height: 50px;
    margin: 12px 0;
}

.up-djlist-item .box .dete {
    color: #343434;
    opacity: .5;
}

.up-djlist-item .box:hover {
    border: 1px solid #0F74B2;
}


.up-djlist-item .box:hover .title {
    color: #0F74B2;
}

.up-djlist-item .box:hover .dete {
    color: #0F74B2;
    opacity: 1;
}

.up-jjjc-text {
    display: flex;
    flex-wrap: wrap;
}


.up-jjjc-text .img {
    width: 690px;
}

.up-jjjc-text .img img {
    width: 100%;
    height: 350px;
}

.up-jjjc-text .text {
    width: calc(100% - 690px);
    background: url(../img/up-jjc-bg.png) top no-repeat;
    height: 350px;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 30px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.up-jjjc-text .text .box {
    width: 100%;
    height: 95px;
    font-size: 20px;
    color: #0E0E0E;
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.up-jjjc-text .text .box>div {
    line-height: 30px;
}

.up-jjjc-text .text .box1 {
    background: url(../img/ico1.png) left top no-repeat;
    background-position-y: 5px;
}

.up-jjjc-text .text .box2 {
    background: url(../img/ico2.png) left top no-repeat;
    background-position-y: 5px;
}

.djupSlide {
    width: 690px;
    position: relative;
}

.djupSlide::before {
    content: '';
    width: 100%;
    height: 292px;
    background: linear-gradient(90deg, #0C74B4 0%, #CC8314 100%);
    position: absolute;
    bottom: 0;
    display: inline-block;
}

.djupSlide .swiper-slide {
    box-sizing: border-box;
    padding: 0 35px;
}

.djupSlide .swiper-slide img {
    width: 100%;
}

.djupSlide .swiper-slide .dete {
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 35px;
    top: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.djupSlide .swiper-slide .d {
    font-size: 26px;
}

.djupSlide .swiper-slide .title {
    text-align: center;
    line-height: 30px;
    color: #fff;
    height: 30px;
    margin-top: 25px;
    box-sizing: border-box;
    padding: 0 30px;
}

.djupSlide .swiper-prev,
.djupSlide .swiper-next {
    width: 54px;
    height: 52px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
    z-index: 99;
}

.djupSlide .swiper-prev {
    background: url(../img/prev-ico2.png) no-repeat;
    background-size: cover;
}

.djupSlide .swiper-next {
    background: url(../img/next-ico2.png) no-repeat;
    background-size: cover;
    right: 0;
    left: auto;
}

.up-about-link {
    display: flex;
    align-items: center;
    overflow: hidden;
    flex-wrap: wrap;
}

.up-about-link .box {
    width: 50%;
    position: relative;
}

.up-about-link .box .img {
    overflow: hidden;
}

.up-about-link .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;
}

.up-about-link .box .text {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.up-about-link .box a {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.up-about-link .box .title {
    font-size: 40px;
    color: #fff;
}

.up-about-link .box .more {
    width: 175px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #A3844A;
    color: #fff;
    margin-top: 25px;
    transition: all 0.5s ease-in-out;
    height: 0;
    margin: 0;
    opacity: 0;
}

.up-about-link .box:hover .more {
    opacity: 1;
    margin-top: 25px;
    height: 50px;
    transition: all 0.5s ease-in-out;
}

.up-about-link .box:hover .text {
    transition: all 0.5s ease-in-out;
    background: rgba(15, 116, 178, .6);
}

.up-about-link .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);
}

.up-about-dsj {
    width: 100%;
    height: 473px;
    background: #F5F7FB;
    overflow: hidden;
}

.fzlcSlide {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}


.mySwiper2 .swiper-slide {
    width: 100%;
    height: 140px;
    background: #fff;
    box-sizing: border-box;
    padding: 45px 90px;
}

.mySwiper2 .swiper-slide .desc {
    line-height: 25px;
    height: 75px;
    font-size: 16px;
    color: #0E0E0E;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}


.mySwiper2 .swiper-slide .desc p {
    position: relative;
    z-index: 99;
}

.mySwiper .swiper-next,
.mySwiper .swiper-prev {
    width: 33px;
    height: 33px;
    display: inline-block;
    position: absolute;
    left: 20px;
    bottom: 55px;
    z-index: 99;
    cursor: pointer;
}

.mySwiper .swiper-next {
    background: url("../img/dsj-next.png") no-repeat;
    background-size: cover;
    left: auto;
    right: 20px;
}

.mySwiper .swiper-prev {
    background: url("../img/dsj-prev.png") no-repeat;
    background-size: cover;
}

.mySwiper .swiper-slide .tt {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.mySwiper .swiper-slide .num {
    font-size: 30px;
    color: #9E9E9E;
}

.mySwiper .swiper-slide .tt::before {
    content: '';
    width: 9px;
    height: 9px;
    background: #D8D8D8;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    bottom: -5px;
}

.mySwiper .swiper-slide-active .num {
    color: #0F74B2;
}

.mySwiper {
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
}

.mySwiper .swiper-slide-active::before {
    background: #0C74B4;
}

.about-jj {
    width: 45%;
    margin: 0 auto;
}

.about-jj .title {
    font-size: 40px;
    color: #0F74B2;
    text-align: center;
}

.about-jj .desc {
    font-size: 16px;
    color: #9F9F9F;
    line-height: 26px;
    text-align: center;
}

.about-img {
    width: calc(100% - 215px);
    position: relative;
    margin: 0 auto;
    padding-bottom: 37px;
}

.about-img .img2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.about-img .more {
    width: 175px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #ECECEC;
    font-size: 16px;
    color: #BBBBBB;
    position: absolute;
    right: 0;
    top: 78px;
}

.about-img .more:hover {
    background: #0F74B2;
}

.about-img .img1,
.about-img .img2 {
    overflow: hidden;
}

.about-img .img1 {
    width: 65%;
}

.about-img .img2 {
    width: 44.5%;
}

.about-img .img1 img,
.about-img .img2 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;
}

.about-img .img1 img:hover,
.about-img .img2 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);
}

.up-about-jj {
    width: 100%;
    overflow: hidden;
    background: url(../img/about-jj.png) no-repeat center;
    background-position-y: 140px;
}