body {
    background: #fff;
}

img {
    width: 100%;
}

.page.page1 {
    position: relative;
}

.page-group {
    background-size: 100% auto;
    padding-top:1rem;
    padding-bottom: 4rem;
}

.page-group .page-group-wrap .group-title-list {
    padding-bottom:4rem;
	display: block;
	text-align: center
}

.page-group .page-group-wrap .group-title-item {
    background: rgba(255, 255, 255, 0.08) linear-gradient(180deg, rgba(0, 92, 200, 0.08) 0%, rgba(0, 92, 200, 0) 100%);
    box-shadow: 0px 17px 19px 0px rgba(0, 92, 200, 0.08);
    border: 2px solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)) 2 2;
    backdrop-filter: blur(6px);
    padding: 1rem;
    width: 19%;
	text-align: center;
	display: inline-table;
}

.page-group .page-group-wrap .group-title-item a {
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #333;
	display: block;
}

.page-group .page-group-wrap .group-title-item.active {
    background-color: #005cc8;
}

.page-group .page-group-wrap .group-title-item.active a {
    color: #fff;
}

@media screen and (max-width:412px) {
.page-group {padding-top:2rem;}
.page-group .page-group-wrap .group-title-list { padding-bottom:3rem;}
.page-group .page-group-wrap .group-title-item a {font-size:12px;}
}

.group-content .page {
    display: none;
}

.group-content .page.active {
    display: block;
}

.group-content .page .swiper {
    position: relative;
}

.group-content .page .swiper .swiper-pagination {
    bottom: 3rem;
}

.group-content .page .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    background: #fff;
    margin: 0 0.5rem;
}

.group-content .page .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
}

.group-content .page .swiper-wrapper {
}

.group-content .page .swiper-wrapper .swiper-slide {
    position: relative;
}

.group-content .page .swiper-wrapper .swiper-slide .slide-bg {
    position: relative;
}

.group-content .page .swiper-wrapper .swiper-slide .slide-bg::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(38, 168, 197, 0.75);
    display: block;
}

.group-content .page .swiper-wrapper .swiper-slide .slide-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.swiper-button-next,
.swiper-button-prev {
    width: 4.56rem;
    height: 4.56rem;
    text-align: center;
    line-height: 4.56rem;
    border: 0.2rem solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    color: rgba(255, 255, 255, 1);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 2.5rem;
}

.swiper-button-next {
    right: 10%;
    margin-right: -2.28rem;
}

.swiper-button-prev {
    left: 10%;
    margin-left: -2.28rem;
}

.page2 {}

.page2 .page-wrap h2.titleh2 {
    padding-top: 10rem;
    padding-bottom: 4rem;
}

.page2 .page-wrap {
min-height: 300px
}

.page2 .page-wrap .content-l {
    width: calc(48%);
    padding-right: 1.69rem;
	cursor: pointer;
}
.page2 .page-wrap .content-l img {width: 100%; height: 100%;}
.page2 .page-wrap .content-r {
    flex: 1;
}

.page2 .page-wrap .content-r p {
    text-indent: 2em;
    line-height: 2rem;
    font-size: 1.125rem;
    color: #333;
    font-weight: 400;
}

.page2 .page-wrap .content-bottom {
    width: 100%;
    margin-top: 5rem;
}

.page2 .page-wrap .content-bottom .list-item {
    margin: 0 auto 1.5rem;
}

.page2 .page-wrap .content-bottom .list-item h2 {
    color: #005cc8;
    text-align: center;
}

.page2 .page-wrap .content-bottom .list-item h2 b.big {
    font-size: 3.56rem;
    line-height: 5rem;
}

.page2 .page-wrap .content-bottom .list-item h2 i {
    font-size: 1.5rem;
}

.page2 .page-wrap .content-bottom .list-item p {
    font-size: 1.375rem;
    line-height: 1.5rem;
    margin-top: 1.5;
    white-space: nowrap;
    color: #8c8c8c;
    text-align: center;
}

/*honor*/
.page2 .list-bottom {
    padding-bottom: 8.75rem;
    position: relative;
}

.page2 .list-content .list-content-item {
    width: 30%;
    margin:0px 2%;
    border-radius: 0.4rem;
    overflow: hidden;
    margin-bottom: 1.5vw;
}

.page2 .list-content .list-content-item:nth-of-type(3n) {
    margin-right: 0;
}

.page2 .list-content .list-patent-item {
    width: 23.5%;
    margin-right: 2%;
    overflow: hidden;
    margin-bottom: 1.5vw;
}

.page2 .list-content .list-patent-item:nth-of-type(4n) {
    margin-right: 0;
}

.page2 .list-content .well-inner {
    width: 100%;
}

.page2 .list-content .well-inner-img {
    height: 0;
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
}

.page2 .list-content .well-inner-img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    border-radius: 0.5rem;
}

.page2 .list-content .well-inner-title {
    text-align: center;
    font-size: 1.1rem;
    padding: 1.2em 0;
}

.page2 .list-content .popup {
    -webkit-overflow-scrolling: touch;
    align-items: center;
    height: 100%;
    left: 0;
    overflow: auto;
    padding: 3%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    display: none;
}
.page2 .list-content .popup.open{
    display: flex;
}

.page2 .list-content .popup-overlay {
    backface-visibility: hidden;
    background: rgba(55, 58, 71, .5);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .3s;
    z-index: 1;
    opacity: 0;
}

.page2 .list-content .popup-content {
    display: inline-block;
    margin: auto;
    max-width: 1028px;
    min-width: 290px;
    padding: 3em;
    position: relative;
    text-align: center;
    width: 75%;
    z-index: 5;
    min-height: 200px;
    background: #fff;
    opacity: 0;
}

.page2 .list-content .popup-content::before {
    content: '\20';
    left: 0;
    right: 0;
    bottom: 100%;
    height: 50px;
    position: absolute;
    background: url(../img/popup-after.png) no-repeat;
    background-size: 100% 100%;  
}
.page2 .list-content .popup.open .popup-overlay,
.page2 .list-content .popup.open .popup-content{
    opacity: 1;
}
.page2 .list-content .popup-content-inner {
    max-height: 75vh;
    overflow-y: auto;
    padding-right: 5px;
}

.page2 .list-content .popup-content-inner::-webkit-scrollbar {
    width: 10px;
}

.page2 .list-content .popup-content-inner::-webkit-scrollbar {
    width: 10px;
    height: 8px;
    background-color: rgba(67, 147, 69, 0.2);
    border-radius: 5px;
}

.page2 .list-content .popup-content-inner::-webkit-scrollbar-thumb {
    background: #005cc8;
    border-radius: 5px;
}

.page2 .list-content .popup-close {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 5em;
    top: 0em;
    cursor: pointer;
}

.page2 .list-content .popup-close svg {
    fill: #707070;
    width: 100%;
    height: 100%;
}

.page2 .list-content .popup-media {
    padding-bottom: 56.25%;
    position: relative;
}

.page2 .list-content .popup-media-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
    border-radius: .4em;
}

.page2 .list-content .popup-media img,
.page2 .list-content .popup-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page2 .list-content .popup-infos {
    margin-top: 2.5em;
    font-weight: normal;
}

.page2 .list-content .popup-infos h2 {
    font-size: 1.45rem;
}

.page2 .list-content .popup-infos .intro {
    text-align: center;
    color: #333333;
    margin-top: 1.5em;
}

@media (max-width: 768px) {
    .page2 .list-content .popup-content{
        width: 95%;
    }
    .page2 .list-content .popup-close {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .page2 .list-content .popup-close svg {
        width: 75%;
        height: 75%;
    }
}

@media screen and (max-width:576px) {
    .page2 .list-content .list-content-item {
        width: 46%;
    }

    .page2 .list-content .list-content-item:nth-of-type(3n) {
        margin-right: 2%;
    }

    .page2 .list-content .list-content-item:nth-of-type(2n) {
        margin-right: 0%;
    }

    .page2 .list-content .list-patent-item {
        width: 49%;
    }

    .page2 .list-content .list-patent-item:nth-of-type(2n) {
        margin-right: 0;
    }
}
.page3 {
    padding-bottom: 3rem;
}

.page3 .page-wrap {
}

.page3 .page-wrap h2.titleh2 {
    padding-top: 7.5rem;
    padding-bottom: 5rem;
}

.page3 .content-list {
    padding-bottom: 1px;
	padding-top: 0px;
}

.page3 .content-list .list-item {
    padding:2rem 2.3rem 3rem 4rem;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0.6rem 1.1rem 0px rgba(0, 92, 200, 0.06);
    border-radius: 0.5rem;
    border: 1px solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)) 1 1;
    backdrop-filter: blur(0.5rem);
    margin-bottom: 2.3rem;
}

.page3 .content-list .list-item .content-l {
    width: 11rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 9px 18px 0px rgba(0, 92, 200, 0.1);
    border-radius: 1rem;
    backdrop-filter: blur(0.6rem);
    overflow: hidden;
}

.page3 .content-list .list-item .content-r {
    width: calc(100% - 17rem);
    padding-left: 3rem;
    flex: 1;
}

.page3 .content-list .list-item .content-r h2 {
    font-size: 1.6rem;
    line-height: 3rem;
    margin-bottom: 1rem;
    color: #333;
    font-weight: 400;
}
.page3 .content-list .list-item .content-r h2 span {
    color: #005cc8;
    font-size: 1.2rem;
}
.page3 .content-list .list-item .content-r p {
    font-size: 1rem;
    line-height: 1.69rem;
    color: #666;
    font-weight: 400;
}



.page4 .page-wrap {
}

.page4 .page-wrap .content-title {
    position: relative;
}

.page4 .page-wrap .content-title {
    /* padding-top: 4.8rem;
    padding-bottom: 6.5rem; */
    text-align: right;
    color: #fff;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0);
}

.page4 .page-wrap .more {
    font-size: 14px;
    line-height: 1.5rem;
    font-weight: 400;
    text-align: right;
    color: #fff;
}

.page4 .page-wrap .more .icon {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #fff;
    margin-right: 0.625rem;
}

.module-01 .module-title h2 {
    font-size: 2.625rem;
    line-height: 4rem;
    color: #fff;
    margin-bottom: 1.5rem;
    text-align: center;
}

.module-01 .module-title p {
    font-size: 1.5rem;
    line-height: 2.25rem;
    color: #fff;
    font-weight: 400;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.module-content {
    margin-bottom: 5rem;
}

.module-content:nth-of-type(2) {
    margin-bottom: 0;
}

.module-content h2 {
    font-size: 2.625rem;
    line-height: 4rem;
    color: #fff;
    text-align: center;
    margin-bottom: 2.625rem;
}

.module-content p {
    font-size: 1.5rem;
    line-height: 2.25rem;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.module-content .module-content-r {
}

.module-content .module-content-r .content-list {
}


/* .module-02 {
    margin-top: 6.9rem;
    margin-bottom: 4.6rem;
} */

.module-02 .module-title h2 {
    font-size: 2.65rem;
    line-height: 4rem;
    color: #fff;
    margin-bottom: 1.5rem;
    text-align: center;
}

.module-02 .module-title p {
    font-size: 1.5rem;
    line-height: 2.25rem;
    color: #fff;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}


/* .module-02 .content-list {
    width: 90%;
    max-width: 780px;
    margin: 0 auto;
} */

.module-02 .list-item {
    width: 23%;
    max-width: 108px;
}

.module-02 .item-img {
    margin-bottom: 1.5rem;
    width: 100%;
}

.module-02 .item-img img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.module-02 .item-message {
}

.module-02 .item-message p {
    text-align: center;
    font-size: 1.5rem;
    line-height: 2.25rem;
    color: #fff;
}

.module-03-content {
    width: 100%;
    position: relative;
}

.module-03-content > img {
    width: 17%;
    margin-left: 50%;
}

.module-03-content .img-position-01 {
    position: absolute;
    width: 50%;
    left: 0%;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 50%;
    overflow: hidden;
}

.module-03-content .img-position-01 h2 {
    text-align: center;
    line-height: 2.8rem;
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;
}

.module-03-content .module-03-pos {
    position: absolute;
    top: 0;
    left: 63%;
    height: 100%;
    width: 100%;
}

.module-03-content .module-03-pos .r-item {
    position: absolute;
    left: 0;
    top: 3%;
}

.module-03-content .module-03-pos .r-item span {
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.5rem;
}

.module-03-content .module-03-pos .r-item:nth-of-type(2) {
    left: 6%;
    top: 22.5%;
}

.module-03-content .module-03-pos .r-item:nth-of-type(3) {
    left: 9%;
    top: 46%;
}

.module-03-content .module-03-pos .r-item:nth-of-type(4) {
    left: 6%;
    top: 67.5%;
}

.module-03-content .module-03-pos .r-item:nth-of-type(5) {
    left: 0;
    top: 86.5%;
}


/* .module-04 {
    margin-top: 9.25rem;
} */

.module-04 .module-04-wrap {
    width: 70%;
    margin: 0 auto;
    max-width: 700px;
    position: relative;
}

.module-04-content {
    position: relative;
}

.module-04 .img-position-01 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 57%;
    z-index: 10;
}

.module-04 .img-position-01 h2 {
    color: #fff;
    font-size: 2.625rem;
    line-height: 4rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    white-space: nowrap;
}

.module-04-pos-l,
.module-04-pos-r {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.module-04-pos-r {
    left: auto;
    right: 0;
}

.module-04-pos-l .r-item {
    position: absolute;
    left: 95%;
    top: 7%;
}

.module-04-pos-r .r-item {
    position: absolute;
    right: 95%;
    top: 7%;
}

.module-04-pos-l .r-item span,
.module-04-pos-r .r-item span {
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #fff;
    display: block;
    white-space: nowrap;
}

.module-04-pos-l .r-item:nth-of-type(2) {
    left: 108%;
    top: 32%;
}

.module-04-pos-l .r-item:nth-of-type(3) {
    left: 108%;
    top: 61%;
}

.module-04-pos-l .r-item:nth-of-type(4) {
    left: 95%;
    top: 87%;
}

.module-04-pos-r .r-item:nth-of-type(2) {
    right: 108%;
    top: 32%;
}

.module-04-pos-r .r-item:nth-of-type(3) {
    right: 108%;
    top: 61%;
}

.module-04-pos-r .r-item:nth-of-type(4) {
    right: 95%;
    top: 87%;
}

.module-04-pos-r {
}

.page5 {
}

.page5 .h2title {
    padding-top: 5.31rem;
    padding-bottom: 8.37rem;
}

.page5 {
}

.page5 .module-01 {
    max-width: 1027px;
    width: 90%;
    margin: 8.37rem auto 2.5rem;
}

.page5 .module-02 {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.page5 .module-02 img {
    max-width: 996px;
    width: 100%;
}

@media screen and (max-width: 1440px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
    .module-content .module-content-l {
        width: 100%;
        text-align: center;
    }

    .module-content .module-content-r {
        width: 100%;
        flex: none;
    }

    .swiper-button-next {
        right: 5%;
    }

    .swiper-button-prev {
        left: 5%;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 2rem;
    }

    .page2 .page-wrap .content-l {
    }

    .page2 .page-wrap .content-r {
        max-height: 30vw;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        /* -webkit-box-orient: vertical; */
        -webkit-line-clamp: 12;
        /* 这里是超出几行省略 */
    }
}

@media (max-width: 768px) {
    .module-04 .module-04-wrap {
        width: 50%;
    }

    .page3 .content-list .list-item .content-r p {
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;		
        display: -webkit-box;
        -webkit-box-orient: vertical;
		display: -webkit-box;
		font-size:16px !important;
        -webkit-line-clamp: 3;
    }

    .page2 .page-wrap .content-bottom .list-item {
        margin: 0 1rem 2rem;
    }

    .module-02 .list-item {
        width: 15%;
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }

    .module-01 .module-title p {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .page2 .page-wrap .content-l {
        width: 100%;
        padding-right: 0;
        margin-bottom: 2rem;
    }

    .page2 .page-wrap .content-r {
        width: 100%;
		max-height: none;
        height: auto;
        flex: none;
		display: block;
    }

    .page3 .content-list .list-item {
        padding: 1.5rem;
    }

    .page3 .content-list .list-item .content-l {
        width: 8rem;
    }

    .page3 .content-list .list-item .content-r {
        width: calc(100% - 14.7rem);
        padding-left: 2rem;
    }

    .page3 .content-list .list-item .content-r p {
        height: 3.38rem;
        overflow: hidden;
        -webkit-line-clamp: 2;
    }

    .page3 .content-list .list-item .content-r h2 {
        line-height: 2.2rem;
    }

    .module-02 .list-item {
        max-width: 80px;
    }

    .swiper-button-next {
        width: 3rem;
        height: 3rem;
        text-align: center;
        line-height: 3rem;
        border-width: 1px;
        margin-right: 0;
        right: 2%;
    }

    .swiper-button-prev {
        width: 3rem;
        height: 3rem;
        text-align: center;
        line-height: 3rem;
        border-width: 1px;
        left: 2%;
        margin-left: 0;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 1rem;
    }

    .swiper-slide .img-position-01 h2 {
        font-size: 1.5rem;
        line-height: 3rem;
    }

    .group-content .page .swiper-wrapper .swiper-slide .slide-bg img {
        height: 360px;
        width: auto;
    }

    .page-group .page-group-wrap .group-title-item {
        padding: 4px;
    }

    .page-group .page-group-wrap .group-title-item p {
        font-size: 1.2rem;
    }

    .module-content h2,
    .module-01 .module-title h2 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .module-content p,
    .module-01 .module-title p {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }

    .module-content h2 {
        margin-bottom: 1rem;
    }

    .module-content {
        margin-bottom: 2rem;
    }
}

/*新聞*/
.page2 .content-title,
.page3 .content-title {
    padding-bottom: 3.18rem;
}

.content-l {
    position: relative;
    width: 45%;
    border-radius: 0.625rem;
    overflow: hidden;
}

/*.content-l-img {display: block; width: 100%}*/
.content-l-img {display: block; width: 100%;height: 100%;}
.content-l-img img { width: 100%; height:100%}

.content-l-message {
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
}

.content-l-message h2 {
    color: #fff;
    font-size: 1.375rem;
    line-height: 1.875rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 80%;
    margin: 0 auto 1rem;
}

.content-l-message p {
    width: 80%;
    margin: 0 auto;
    color: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
    max-height: 3rem;
    font-weight: 400;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.content-r {
    width: 49%;
}

.content-r-item {
    position: relative;
    border-radius: 0.625rem;
    overflow: hidden;
}

.item-message {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
}

.item-message p {
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.56rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}


.list-item {
    padding: 2.5rem 0;
    position: relative;
}

.list-item a {
    display: block;
}

.list-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 8rem);
    height: 1px;
    display: block;
    background: #EFEBEC;
}

.list-item h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #333;
}

.list-item p {
    color: #666;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 400;
    max-height: 3rem;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.item-more {
    margin-top: 1.875rem;
}

.item-more i {
    font-style: normal;
    color: #005cc8;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 400;
}

.item-more span {
    color: #005cc8;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 400;
    padding-right: 1rem;
}

.item-more span::after {
    content: '';
    width: 16px;
    height: 5px;
    display: inline-block;
    margin-left: 5px;
    background: url(../images/right.svg) center center no-repeat;
    background-size: 100% auto;
}

@media (max-width:768px) {}

/*新闻详细*/
.content-top {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.detail_title {}

.detail_title h2 {
    /*padding: 0px 10%;*/
	padding: 0;
    text-align: center;
    font-size: 2.2rem;
    line-height: 3rem;
    max-height: 10rem;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 2rem;
}

.detail_message {
    padding-bottom: 2rem;
}

.detail_message span {
    color: #999999;
    font-size: 1rem;
    line-height: 1.375rem;
    margin: 0 1rem;
    font-weight: 400;
}

.detail_message span:first-child {
    margin-left: 0;
}

.detail_message span:last-child {
    margin-right: 0;
}

.detail_content {
    padding-top: 2rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 3rem;
}

.detail_content p {
    max-width: 100%;
    margin: 1rem 0; 
    line-height: 1.8rem;
    font-size: 1rem;
    text-align: justify;
    text-indent: 2rem;
    font-weight: 400;
    color: #333;
}

.detail_content p img {
    max-width: 80%;
	width: auto;
    height: auto!important;
    display: block;
    margin:30px auto;
	border: none;
}
/* 附件按钮 */
.page1 .page-wrap .detail_content .annex-btn {
    margin-top: 3.75rem
}
.detail_content .annex-btn a {
    border-radius: .25rem; 
    background: #005cc8; 
    padding: .75rem;
    color: #fff; 
    font-size: 1.125rem;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    white-space: nowrap;  
}

.detail_content-bottom {}

.content-bottom-back a {
    font-size: 1rem;
    line-height: 1.2rem;
    color: #005cc8;
    margin-bottom: 2rem;
}

.content-bottom-back a .iconfont {
    content: '';
    color: #005cc8;
    font-size: 1rem;
    display: block;
    margin-right: 0.5rem;
}

.next_prev {}

.next_prev .next_prev_item {
    margin-bottom: 2rem;
}

.next_prev .next_prev_item:hover a,
.next_prev .next_prev_item:hover i {
    color: #005cc8;
}

.next_prev .next_prev_item a {
    flex: 1;
    font-size: 1rem;
    line-height: 1.375rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.next_prev .next_prev_item i {
    font-style: normal;
    padding-left: 2.375rem;
    font-size: 1rem;
    line-height: 1.375rem;
    color: #666;
    font-weight: 400;
}

@media screen and (max-width:768px) {
    .next_prev .next_prev_item a,
    .next_prev .next_prev_item i,
    .content-bottom-back a {
        font-size: 14px;
        line-height: 24px;
    }
	
	.page2 .page-wrap .content-r p {    
    font-size: 18px;
	line-height: 32px;
}
	
    .detail_content p {
        font-size: 18px;
        line-height: 32px;
		text-indent: 2em;
    }
    .detail_content .annex-btn a {
        display: block;
        width: 100%;
    }
    .content-bottom-back a::before {
        height: 24px;
    }
    .detail_message span {
        font-size: 12px;
        line-height: 20px;
        margin: 0 10px;
    }
    .detail_title h2 {
        font-size: 2rem;
        line-height: 3rem;
        max-height: 6rem;
    }
   .breadcrumb { padding-top: 3rem}
}

/*公告*/

.page2 .content-list2 .list-item {
    border-radius: 0.4rem;
    overflow: hidden;
	padding: 0px 0px 2rem 0;
}
.page2 .content-list2 .list-item::before {height:0; background: none;}

.page2 .content-list2 .list-item a {
    padding: 2rem 2.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-right: 8.8rem;
    position: relative;
    transition: all 0.3s ease-in-out;
	display: flex; 
	border-radius: 0.4rem;
}

.page2 .content-list2 .list-item a .swap {
    position: absolute;
    right: 2.5rem;
    color: #fff;
    font-size: 2rem;
    background-size: auto 100%;
    display: block;
    top: 50%;
    transform: translate(0, -50%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.page2 .content-list2 .list-item a .item-l {
    padding-right: 3rem;
}

.page2 .content-list2 .list-item a .item-l h2 {
    font-size: 2rem;
    font-weight: 500;
    color: #005cc8;
    line-height: 2.375rem;
    font-family: Oswald;
    transition: all 0.3s ease-in-out;
}

.page2 .content-list2 .list-item a .item-l p {
    font-size: 10px;
    color: #B3CCD8;
    line-height: 12px;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
}

.page2 .content-list2 .list-item a .item-l i {
    display: block;
    width: 3rem;
    height: 2px;
    background: #B3CCD8;
    border-radius: 2px;
    margin-top: 1rem;
    transition: all 0.3s ease-in-out;
}

.page2 .content-list2 .list-item a .item-r {
    flex: 1;
}

.page2 .content-list2 .list-item a .item-r h2 {
    font-size: 1.25rem;
    font-weight: 500;
    color: #333333;
    line-height: 1.75rem;
    margin-bottom: 0.3rem;
    max-height:2rem;
    overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease-in-out;
}

.page2 .content-list2 .list-item a .item-r p {
    font-size: 1rem;
    font-weight: 400;
    color: #666;
    line-height: 1.5rem;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}

.page2 .content-list2 .list-item a:hover {
    background: #005cc8;
    border-bottom-color: #005cc8;
}

.page2 .content-list2 .list-item a:hover h2 {
    color: #fff;
}

.page2 .content-list2 .list-item a:hover p {
    color: #fff;
}

.page2 .content-list2 .list-item a:hover .item-r p {
    opacity: 0.7;
}

.page2 .content-list2 .list-item a:hover .item-l p {
    opacity: 0.5;
}

.page2 .content-list2 .list-item a:hover .item-l i {
    background-color: #fff;
}

.page2 .content-list2 .list-item a:hover .swap {
    opacity: 1;
}
@media screen and (max-width: 768px) {
    .page2 .content-list2 .list-item a .item-r h2 {
        font-size: 1.4rem;
        line-height: 2rem;
        max-height: 2rem;
    }

    .page2 .content-list2 .list-item a .item-r p {
        font-size: 1.2rem;
        line-height: 1.6rem;
        max-height: auto;
        word-break: break-all;
    }

    .page3 .page-content2 .swiper-slide .slide-wrap {
        padding: 2rem 1rem 2rem;
    }
}

@media screen and (max-width: 576px) {
    .page2 .content-list2 .list-item a {
        padding-right: 6rem;
    }

    .paging-wrap span,
    .paging-wrap a,
    .paging-wrap span button,
    .paging-wrap span input {
        margin: 0 0.4rem;
    }

    .paging-wrap a:first-child {
        margin-left: 0;
    }

    .paging-wrap span.jump,
    .paging-wrap span button {
        margin-right: 0;
    }
}

@media screen and (max-width: 415px) {
    .page2 .content-list2 .list-item a {
        padding: 1rem 2rem;
    }

    .page2 .content-list2 .list-item a:hover .swap {
        display: none;
    }

    .page2 .content-list2 .list-item a .item-r {
        width: calc(100% - 80px);
    }
}
/*网点*/
.page2-content {width: 100%; max-width: 1400px; margin: 0px auto;}
.page2-content .slide-list {width: 100%; display:block}

.page2-content .slide-list .item {
    padding: 2rem 2rem 2rem 3rem;
    background: rgba(255, 255, 255, 0.82) linear-gradient(180deg, rgba(0, 92, 200, 0.05) 0%, rgba(0, 92, 200, 0) 100%);
    box-shadow: 0px 0 10px 0px rgba(0, 209, 166, 0.08);
    border: 2px solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)) 2 2;
    backdrop-filter: blur(6px);
    margin-bottom: 2.6rem;

}

.page2-content .slide-list .item .item-l {
    width: 65%;
    max-width: 680px;
}

.page2-content .slide-list .item .item-l h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    min-height: 4rem;
    margin-top: 1.7rem;
}

.page2-content .slide-list .item .item-l p {
    font-size: 1rem;
    font-weight: 400;
    color: #666;
    line-height: 2rem;
}
.page2-content .slide-list .item .item-l p b { color: #005cc8;}
.page2-content .slide-list .item .item-r {
    width: 35%;
	height:260px;
    border-radius: 0.6rem;
    overflow: hidden;
}

.page2-content .slide-list .item .item-r img {
    border-radius: 0.6rem;
    overflow: hidden;
	width: 100%; 
	height:100%;
}
@media (max-width: 576px) {
    .page2-content .slide-list .item .item-l h2 {
        margin-top: 0;
        margin-bottom: 1rem;
    }
}

@media (max-width: 414px) {
    .page2-content .slide-list .item .item-l {
        width: 100%;
    }
    .page2-content .slide-list .item .item-r {
        display: none;
    }
}
/*联系我们*/
.contact{ padding: 0}
.contact ul {display:block}
.contact ul li { width:48%;float: left; margin-right:1rem; }
.contact ul li:nth-child(2) {margin-right:0}
.contact .item{ 
    padding: 2rem 2rem 2rem 3rem;
    background: rgba(255, 255, 255, 0.82) linear-gradient(180deg, rgba(0, 92, 200, 0.05) 0%, rgba(0, 92, 200, 0) 100%);
    box-shadow: 0px 0 10px 0px rgba(0, 209, 166, 0.08);
    border: 2px solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)) 2 2;
    backdrop-filter: blur(6px);
    margin-bottom: 2rem;
	height:14rem;
}
.contact .item .icon{width:80px;flex-shrink:0;text-align:center}
.contact .item .icon img {width:50px;height: auto}
.contact .item .info .tit{margin-bottom:12px;position:relative;padding-top:18px;font-size:1.5rem;}
.contact .item .info .tit::before{content:"";width:30px;height:2px;background:#bddbff;position:absolute;left:0;top:0}
.contact .item .info .desc {font-size:1.35rem;}
.grid-middle { padding: 10px 0 }
.grid-middle .grid { margin: -15px }
.grid-middle .grid>[class*='x'], .grid-middle>.grid>[class*='y'] {padding:15px}
.xm6 { width: 50% }
.flex { display: flex; display: -ms-flexbox; display: -webkit-flex; display: -moz-flex; align-items: center; }
.map { width:100%; height:600px; background:url(../images/map.jpg) no-repeat center center;display: block; position: relative; margin-top: 22%}

@media (max-width: 880px) {
.contact .item {padding:2rem }

}

@media (max-width: 768px) {
  .contact .item { padding: 3rem; }
  .contact ul li { width:100%; margin-right: 0px;}
  .contact .item .icon img {width:40px;height: auto}
 }

/*返回样顶部*/
#goTopBtn { POSITION: fixed; TEXT-ALIGN: center; LINE-HEIGHT: 50px; WIDTH: 50px; BOTTOM: 50px; HEIGHT: 50px; FONT-SIZE: 12px; CURSOR: pointer; RIGHT: 80px; _position: absolute; _right: auto }
#goTopBtn a { width: 50px; height: 50px; display: block; text-indent: -9999px; background: url(../images/Go_top.png) no-repeat }
#goTopBtn a:hover { background-position: -50px 0px; }

