.header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    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%);
}

.header .head {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    padding: 0 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .head h1 img {
    height: 49px;
}


.navgation {
    flex: 1;
    display: flex;
    align-items: center;
}


.nav {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
}

.nav .nli {
    line-height: 60px;
    padding: 0 18px;
    position: relative;
}

.nav .nli h3 a {
    font-size: 18px;
    color: #333;
}

.nav .nli.on h3 a,
.nav .nli:hover h3 a {
    font-weight: bold;
    color: #1375BC;
}

.nav li .sub {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background: #E9F5FF;
    background: linear-gradient(180deg, #E9F5FF 0%, #FBFFEA 84%);
    border-top: 3px solid #1375BC;
    display: none;
}

.nav li .sub ul {
    display: flex;
    flex-direction: column;
}


.nav li .sub li {
    width: 100%;
    text-align: center;
    line-height: 40px;
}

.nav li .sub li a {
    color: #2E2E2E;
    font-size: 16px;
}

.nav li .sub li:hover a {
    color: #1375BC;
    font-weight: bold;
}

.search {
    width: 180px;
    height: 36px;
    width: 36px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease-in-out;
    background: rgba(0, 0, 0, .3);
    border-radius: 50%;
    border-radius: 10px;
}

.search:hover {
    width: 180px;
    background: rgba(0, 0, 0, .3);
    border-radius: 10px;
}


.search .search-in {
    width: 180px;
    height: 36px;
    border: none;
    outline: unset;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 12px;
    color: #666;
    border-radius: 10px;
    position: absolute;
    left: 36px;
    padding-right: 45px;
    /* box-sizing: border-box;
    border: 0.5px solid #FFFFFF; */
    background: none;
    transition: all 0.5s ease-in-out;
}

.search .search-in::placeholder {
    color: #fff;
}


.search:focus-within .search-in,
.search:hover .search-in,
.search.on .search-in {
    box-sizing: border-box;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.search .search-btn {
    width: 36px;
    height: 36px;
    background: url(../img/ss.svg) center center no-repeat;
    border: none;
    outline: unset;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    border-radius: 15px;
}

.search:focus-within,
.search.on {
    width: 180px;
    transition: all 0.5s ease-in-out;
}


/* -------- */

.bannerW {
    width: 100%;
    padding-top: 100px;
    position: relative;
}

.banner {
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
}

.banner ul li {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.banner .img .imgLi {
    padding-bottom: calc(100vh - 100px);
    -webkit-transition: 6s 1s linear;
    -webkit-transform: scale(1.1);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.banner .img .imgs {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    display: none;
}



.banner .cls-1 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
}

.banner .swiper-slide-active .img .imgLi {
    -webkit-transform: scale(1)
}

@-webkit-keyframes borderAnimation {
    0% {
        -webkit-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg);
    }

    33% {
        -webkit-transform: skew(8deg, -8deg);
        transform: skew(8deg, -8deg);
    }

    66% {
        -webkit-transform: skew(8deg, 0deg);
        transform: skew(8deg, 0deg);
    }

    100% {
        -webkit-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg);
    }
}

@-webkit-keyframes borderAnimation1 {
    0% {
        -webkit-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg);
    }

    33% {
        -webkit-transform: skew(8deg, -8deg);
        transform: skew(8deg, -8deg);
    }

    66% {
        -webkit-transform: skew(8deg, 0deg);
        transform: skew(8deg, 0deg);
    }

    100% {
        -webkit-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg);
    }
}

[data-aos=yj].bannerW .banner {
    border-radius: 0;
    transition: 1.5s;
}


.swiper-btn {
    width: 100%;
    position: absolute;
    bottom: 20px;
    z-index: 9;
    text-align: center;
}

.swiper-btn .swiper-pagination1 {
    width: auto;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    border-radius: 10000px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(20px);
    padding: 0 12px;
}

.swiper-btn .swiper-pagination-bullet {
    width: 10.8px;
    height: 10.8px;
    margin: 0 4px;
    opacity: 1;
    background: #fff;
}

.swiper-btn .swiper-pagination-bullet-active {
    background: #3D8FC9;
}

.banner .swiper-prev,
.banner .swiper-next {
    position: absolute;
    width: 34px;
    height: 58px;
    background: rgba(92, 157, 205, .8);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
}

.banner .swiper-next {
    left: auto;
    right: 0;
}

.banner .swiper-prev:hover,
.banner .swiper-next:hover {
    background: #1375BC;
}

/* ---------------------------- */

.footer {
    width: 100%;
    background: #116FB9;
    /* overflow: hidden; */
}

.banq {
    padding: 23px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.banq p {
    line-height: 30px;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.banq p a {
    color: rgba(255, 255, 255, 0.8);
}

.foot {
    width: 100%;
    padding: 50px 0;
}

.foot_right {
    display: flex;

}

.foot_right .code {
    background: #fff;
    border-radius: 5px;
    padding: 8px;
    margin-left: 30px;
}

.foot_right .code img {
    width: 96px;
    height: 96px;
    object-fit: cover;
}

.foot_right .code p {
    width: 100%;
    height: 23px;
    line-height: 23px;
    text-align: center;
    border-radius: 3px;
    background: #116FB9;
    margin-top: 8px;
    color: #fff;
}

.foot .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
}

.contact .box {
    display: flex;
    align-items: center;
    margin-right: 135px;
}

.contact .box .ico {
    width: 40px;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.contact .box .ico::before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url(../img/contact-ico-bg.png) center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    animation: rotategz linear 30s infinite;
}

@keyframes rotategz {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.contact .box .ico span {
    color: #fff;
    font-size: 20px;
}

.contact .box .tt {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    color: #fff;
}

.yqlj {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 50px;
}

.yqlj .box {
    width: 260px;
    height: 45px;
    border-radius: 10000px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-right: 45px;
    position: relative;
}

.yqlj .box h3 {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 18px;
    color: #fff;
    position: relative;
    cursor: pointer;
}

.yqlj .box h3::before {
    content: '';
    width: 16px;
    height: 7px;
    display: inline-block;
    background: url(../img/jt.png) center no-repeat;
    position: absolute;
    right: 18px;
    top: 19px;
}

.yqlj .box ul {
    position: absolute;
    bottom: 100%;
    left: -1px;
    width: calc(100% + 2px);
    background: #EAF6FF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px 10px 0px 0px;
    box-sizing: border-box;
    padding: 0 18px;
    display: none;
}

.yqlj .box ul li {
    width: 100%;
    line-height: 24px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}

.yqlj .box ul li::before {
    content: '';
    width: 5px;
    height: 10px;
    display: inline-block;
    background: url(../img/yqlj-li-ico.png) center no-repeat;
    position: absolute;
    right: 0;
    top: 18px;
}

.yqlj .box ul li:hover::before {
    background: url(../img/yqlj-li-ico2.png) center no-repeat;
}

.yqlj .box ul li a {
    font-size: 16px;
    color: #2A2A2A;
}

.yqlj .box ul li:hover a {
    color: #116FB9;
}

.yqlj .box:hover {
    background: #fff;
    border-radius: 0px 0px 10px 10px;
}

.yqlj .box:hover h3 {
    font-weight: bold;
    color: #116FB9;
}

.yqlj .box:hover h3::before {
    background: url(../img/jt2.png) center no-repeat;
}

/* -------------------------------- */

.content4 {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(180deg, #DAEFFF 0%, rgba(236, 255, 255, 0) 100%);
}

.nav_link {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nav_link .item {
    width: calc((100% - 80px) / 5);
    border-radius: 10px;
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
    /* 倾斜 */
}

.nav_link .item::before {
    content: '';
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.nav_link .item .img {
    border-radius: 10px;
    overflow: hidden;
}

.nav_link .item .img img {
    width: 100%;
    border-radius: 10px;
    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;
}

.nav_link .item .text {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 25px 0;
    transition: all 0.5s ease-in-out;
    z-index: 9;
}

.nav_link .item .name {
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    box-sizing: border-box;
    padding: 0 23px;
    display: flex;
    align-items: center;
    transition: all 0.5s ease-in-out;
}

.nav_link .item .name span {
    color: #fff;
    font-weight: normal;
    margin-right: 10px;
}

.nav_link .item .more {
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    opacity: 0;
    border-radius: 11790.84px;
    background: #C5DAED;
    padding: 3px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.nav_link .item:hover {
    top: -15px;
}

.nav_link .item:hover .text {
    padding: 31.5px 0;
    background: rgba(61, 143, 201, 0.6);
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

.nav_link .item:hover .name {
    /* justify-content: center; */
    text-align: center;
}

.nav_link .item:hover .more {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.nav_link .item: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);
}

/* ---- */

.column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 40px 0;
}

.column2 {
    justify-content: center;
}

.column .title {
    font-size: 36px;
    font-weight: bold;
    color: #262626;
    position: relative;
}

.column .title img {
    position: absolute;
    left: 0;
    top: -22px;
}

.column2 .title img {
    left: -50%;
}

.content3 .column .title img {
    top: -12px;
}

.column .more {
    width: 113PX;
    height: 36px;
    background: url(../img/gengduo.svg) center right no-repeat;
    background-size: cover;
    display: inline-block;
    border-radius: 200px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.column .more img {
    opacity: 0;
    display: none;
}

.column .more:hover {
    background: url(../img/gengduo2.svg) center right no-repeat;
}

.content3 {
    width: 100%;
    overflow: hidden;
    background: #F6F6F6;
}

.cybkSlide {
    width: 100%;
    position: relative;
}

.cybkSlide .swiper-slide {
    border-radius: 0px 10px 10px 0px;
    background: #fff;
    /* box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1); */
}

.cybk_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.cybk_box .img {
    width: 60.5%;
}

.cybk_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;
}

.cybk_box .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);
}

.cybk_box .text {
    flex: 1;
    box-sizing: border-box;
    padding: 0 45px;
    display: flex;
    align-items: center;
    background: url(../img/cybk-icon.png) right center no-repeat;
    background-position-x: 90%;
}

.cybk_box .text .title {
    font-size: 30px;
    font-weight: bold;
    color: #3D8FC9;
}

.cybk_box .text .desc {
    font-size: 16px;
    line-height: 30px;
    height: 210px;
    text-align: justify;
    color: #6F6F6F;
    margin: 20px 0 50px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.cybk_box .text .more {
    display: inline-block;
    border-radius: 200px;
    background: #C5DAED;
    padding: 3px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.cybk_box .text .more:hover {
    top: -5px;
}

.cybkSlide .swiper-pagination1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.cybkSlide .swiper-pagination-bullet {
    width: calc((100% - 96px) / 9);
    height: 160px;
    border-radius: 10px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cybkSlide .swiper-pagination-bullet p {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-top: 5px;
}

.cybkSlide .swiper-pagination-bullet span {
    color: #262626;
    font-size: 44px;
}

.cybkSlide .swiper-pagination-bullet-active {
    background: url(../img/cybk-icoBg.png) center center no-repeat #3D8FC9;
    backdrop-filter: blur(10px);
    transition: all 0.5s ease-in-out;

}

.cybkSlide .swiper-pagination-bullet-active p {
    color: #fff;
}

.cybkSlide .swiper-pagination-bullet-active span {
    color: #fff;
}



.cybkSlide .swiper-next,
.cybkSlide .swiper-prev {
    width: 34px;
    height: 58px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 20%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    opacity: 0;
}

.cybkSlide .swiper-next {
    left: auto;
    right: 0;
}

.advSlide {
    width: 100%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.advSlide .swiper-slide .img {
    border-radius: 15px;
}

.advSlide .swiper-slide img {
    width: 100%;
    border-radius: 15px;
    transition: All 0.6s ease-in-out;
    -webkit-transition: All 0.6s ease-in-out;
    -moz-transition: All 0.6s ease-in-out;
    -o-transition: All 0.6s ease-in-out;
}

.advSlide .swiper-slide img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.advSlide .swiper-next,
.advSlide .swiper-prev {
    width: 34px;
    height: 58px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: calc((100% - 58px) / 2);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.advSlide .swiper-next {
    left: auto;
    right: 0;
}

.new_box {
    align-items: flex-start;
}

.new_left {
    width: 45.5%;
    width: 637px;
}

.newSlide {
    position: relative;
    box-sizing: border-box;
    padding: 20px;
    background: linear-gradient(180deg, #DFF0FC 0%, rgba(61, 143, 201, 0) 100%);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.newSlide .swiper-slide .img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.newSlide .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;
}

.newSlide .swiper-slide .img .dete {
    width: 144px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 10px 0px 10px 0px;
    background: rgba(92, 157, 205, 0.7);
    backdrop-filter: blur(10px);
    font-size: 16px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
}

.newSlide .swiper-slide .title {
    font-weight: bold;
    color: #262626;
    line-height: 25px;
    height: 25px;
    margin-top: 20px;
    box-sizing: border-box;
    padding-right: 90px;
}

.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:hover .title {
    color: #116FB9;
}

.newSlide .swiper-pagination {
    right: 20px;
    bottom: 22px;
}

.newSlide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 0.4;
    margin: 0 5px;
    background: #5C9DCD;
}

.newSlide .swiper-pagination-bullet-active {
    opacity: 1;
}

.newlist {
    width: 100%;
    padding: 60px 0 45px 0;
    position: relative;
}

.newlist::before {
    content: '';
    width: 100%;
    height: 15px;
    display: inline-block;
    background: url(../img/xian-ico.png) center left repeat-x;
    position: absolute;
    left: 0;
    bottom: 0;
}


.newlist ul {
    width: 100%;
    display: none;
}

.newlist ul.on {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newlist ul li {
    width: calc((100% - 165px) / 4);
    position: relative;
}

.newlist ul li::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 1px solid #5C9DCD;
    position: absolute;
    left: 0;
    bottom: -46px;
    transition: all 0.5s ease-in-out;
}

.newlist li .dete {
    color: #ACCE20;
}

.newlist li .dete::before {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(../img/dete-ico.svg) center no-repeat;
    margin-right: 4px;
    position: relative;
    top: 1px;
}

.newlist li .title {
    line-height: 30px;
    color: #333;
    height: 60px;
    margin: 15px 0 20px 0;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.newlist li .more {
    color: #999;
    text-align: right;
    position: relative;
    right: 0;
    transition: all 0.5s ease-in-out;
}

.newlist li .more::after {
    content: '';
    width: 14px;
    height: 13px;
    display: inline-block;
    background: url(../img/li-more.svg) center no-repeat;
    position: relative;
    top: 1px;
}

.newlist li:hover .title {
    color: #5C9DCD;
    font-weight: bold;
    left: 10px;
}

.newlist li:hover .more {
    color: #5C9DCD;
    right: 10px;
}

.newlist ul li:hover::before {
    width: 100%;
}

.newTable {
    flex: 1;
    box-sizing: border-box;
    padding-left: 40px;
}

.newTable .hd {
    width: 100%;
    height: 47px;
    padding: 20px 0 40px 0;
}

.newTable .hd ul {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newTable .hd ul li {
    position: relative;
}

.newTable .hd li::before {
    content: '';
    width: 9px;
    height: 9px;
    display: inline-block;
    background: #D4D4D4;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
}

.newTable .hd li a {
    font-size: 20px;
    color: #3D3D3D;
}

.newTable .hd li.on a {
    color: #5C9DCD;
    font-weight: bold;
}

.newTable .hd li.on::before {
    width: 19px;
    height: 19px;
    background: url(../img/icon.png) center no-repeat;
}

.newTable .hd .xian {
    flex: 1;
    display: block;
    margin: 0 10px;
    border-top: 1px solid #D8D8D8;
}


.new_info_list li {
    width: 100%;
    height: 65px;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 24px;
    background: #fff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
}

.new_info_list li:last-of-type {
    margin: 0;
}

.new_info_list li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new_info_list li .title {
    color: #333;
    box-sizing: border-box;
    padding-left: 15px;
    position: relative;
    flex: 1;
    line-height: 28px;
    height: 28px;
}

.new_info_list li .dete {
    color: #BEBEBE;
    width: 80px;
    text-align: right;
}

.new_info_list li .title::before {
    content: '';
    width: 6px;
    height: 6px;
    box-sizing: border-box;
    display: inline-block;
    box-sizing: border-box;
    border: 0.7px solid #ACCE20;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 50%;
}

.new_info_list li:hover {
    background: #3E8FC9;
}

.new_info_list li:hover .title {
    color: #fff;
    font-weight: bold;
}

.new_info_list li:hover .dete {
    color: #fff;
}

.newTable .bd .con {
    display: none !important;
}

.newTable .bd .con.active {
    display: block !important;
}

.new_pic_list li.li1 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #EDEDED;
}

.new_pic_list li a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.new_pic_list li.li2 a {
    flex-direction: row-reverse;
}

.new_pic_list li .img {
    width: 288px;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
    background: linear-gradient(0deg, #DFF0FC 0%, rgba(61, 143, 201, 0) 100%);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.new_pic_list li .img img {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 10px;
    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;
}

.new_pic_list li .text {
    flex: 1;
    box-sizing: border-box;
    padding-left: 27px;
}

.new_pic_list li.li2 .text {
    padding: 0 27px 0 0;
}

.new_pic_list li .title {
    color: #333;
    line-height: 25px;
    height: 25px;
    margin: 17px 0 12px 0;
}

.new_pic_list li .desc {
    line-height: 25px;
    height: 75px;
    text-align: justify;
    color: #999;
}

.new_pic_list li .d {
    color: #ACCE20;
}

.new_pic_list li .y {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.new_pic_list li .dete {
    width: 100%;
    position: relative;
}

.new_pic_list li .dete::after {
    content: '';
    width: 48px;
    height: 31px;
    display: inline-block;
    border-radius: 0 50px 50px 0;
    box-sizing: border-box;
    border: 0.7px solid #5C9DCD;
    background: url(../img/prev2.svg) center no-repeat #fff;
    position: absolute;
    right: 0;
    top: 7px;
}

.new_pic_list li:hover .dete::after {
    background: url(../img/prev.svg) center no-repeat #5C9DCD;
}

.new_pic_list li:hover .title {
    color: #5C9DCD;
    font-weight: bold;
}

.new_pic_list li:hover .img {
    background: linear-gradient(0deg, rgba(61, 143, 201, 0) 0%, #DFF0FC 100%);
}

.new_pic_list 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);
}

.content1 {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(180deg, #DFF0FC 0%, rgba(236, 255, 255, 0) 100%);
}

.gsgk_box {
    width: 100%;
    box-sizing: border-box;
    padding: 40px 0 40px 40px;
    position: relative;
}

.gsgk_box::before {
    content: '';
    width: 512px;
    height: 100%;
    border-radius: 10px;
    background: #5C9DCD;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.gsgk_box_text {
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 50px 30px;
    display: flex;
    flex-wrap: wrap;
    background: url(../img/qxbl.png) center no-repeat #fff;
    background-size: 100% 100%;
    position: relative;
    z-index: 9;
}

.gsgk_box_text .img {
    width: 440px;
    height: 440px;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 25px;
    position: relative;
}

.gsgk_box_text .img::before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px dashed #5C9DCD;
    position: absolute;
    left: 0;
    top: 0;
    animation: rotategz linear 30s infinite;
}

.gsgk_box_text .img a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.gsgk_box_text .img .picImg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    transition: transform 0.6s ease;
}

.gsgk_box_text .img:hover .picImg {
    transform: rotateY(180deg);
}


.gsgk_box_text .img img {
    width: 100%;
    border-radius: 50%;
    opacity: 0;
}

.gsgk_box_text .text {
    flex: 1;
    box-sizing: border-box;
    padding-left: 57px;
}

.gsgk_box_text .title {
    font-size: 30px;
    font-weight: bold;
    color: #262626;
}

.gsgk_box_text .title a {
    color: #262626;
}

.gsgk_box_text .xian {
    width: 116px;
    height: 0;
    display: block;
    border-top: 2px solid #5C9CCC;
    margin: 20px 0;
}

.gsgk_box_text .desc {
    line-height: 35px;
    text-align: justify;
    color: #999;
    margin-bottom: 40px;
}

.gsgk_box_text .more {
    display: inline-block;
    width: auto;
    border-radius: 11790.84px;
    background: #C5DAED;
    padding: 3px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.gsgk_box_text .more:hover {
    left: 10px;
}

.gsgk_link {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #5C9DCD;
    height: 130px;
    border-radius: 90px 0 10px 90px;
    z-index: 11;
    display: flex;
    align-items: center;
    padding: 0 20px 0 40px;
}

.gsgk_link .btn {
    margin: 0 30px;
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.gsgk_link .btn:hover {
    top: -10px;
}

.gsgk_link .btn p {
    color: #fff;
    margin-top: 5px;
    text-align: center;
}

.gsgk_link .btn .ico {
    width: 60px;
    height: 60px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px dashed #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.gsgk_link .btn .ico span {
    color: #ACCE20;
    font-size: 32px;
    transition: transform 0.5s;
}

.gsgk_link .btn:hover .ico {
    background: none;
    border: 1px dashed #fff;
    box-shadow: none;
}

.gsgk_link .btn:hover .ico span {
    color: #fff;
    animation: jello 1s linear;
}

.rightFixed {
    position: fixed;
    right: 20px;
    top: 40%;
    z-index: 999;
    /* display: none; */
}

.rightFixed .box {
    margin: 20px 0;
    cursor: pointer;
    position: relative;
}

.rightFixed .box .ico {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    background: #3D8FC9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 77;
}

.rightFixed .box .ico span {
    color: #fff;
}

.rightFixed .box .ico p {
    text-align: center;
    color: #fff;
    margin-top: 8px;
}

.rightFixed .qrcode2 {
    /* display: none; */
    position: absolute;
    top: 0;
    /* right: -200%; */
    right: calc(100% + 18px);
    transition: all 0.5s ease-in-out;
    display: none;
}

.rightFixed .qrcode2 .img {
    background: #fff;
    padding: 6px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 26.3px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 12px;
}

.rightFixed .qrcode2 img {
    width: 82px;
}

.rightFixed .qrcode2 p {
    text-align: center;
    width: 100%;
    /* height: 18px; */
    border-radius: 2.4px;
    background: #EBEBEB;
    margin-top: 3px;
}

.rightFixed .box:hover .qrcode2 {
    /* right: calc(100% + 18px); */
    display: block;
}

.rightFixed .box:hover .ico {
    background: #ACCE22;
}

.content2 {
    width: 100%;
    overflow: hidden;
    /* min-height: 700px; */
    background: linear-gradient(180deg, #DFF0FC 0%, rgba(236, 255, 255, 0) 100%);
}

.cpSlide {
    width: 100%;
    position: relative;
    display: none;
}

.cpSlide.active {
    display: block;
}

.cpSlide .swiper-container {
    padding-bottom: 30px;
}

.cpSlide2 .swiper-container {
    box-sizing: border-box;
    padding: 30px;
}

.cpSlide2 .swiper-pagination1 {
    display: none;
}

.cpSlide .swiper-slide {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    opacity: 0 !important;
}

.cpSlide .swiper-slide-active {
    opacity: 1 !important;
}

.cpSlide .swiper-slide-thumb-active .gscp_box::before {
    /* box-sizing: border-box; */
    border: 1px solid #3E8FC9;
}

.gscp_img {
    width: 530px;
    position: relative;
    box-sizing: border-box;
    padding: 30px 0 0 17px;
}

.gscp_img::before {
    content: '';
    width: calc(100% - 40px);
    height: calc(100% - 50px);
    display: inline-block;
    background: url(../img/cp-img-ico.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.gscp_img a {
    width: 100%;
    display: block;
}

.gscp_img .img {
    width: 100%;
    /* height: 550px; */
    display: block;
    box-sizing: border-box;
    padding: 0 70px;
    display: flex;
    align-items: center;
    position: relative;
}

.gscp_img .img::after {
    content: '';
    width: 84%;
    height: 100%;
    display: inline-block;
    background: #fff;
    transform: skew(-6deg);
    position: absolute;
    left: 8%;
    top: 0;
    border-radius: 10px 0 10px 0;
    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 rgba(216, 216, 216, 0.8);
}

.gscp_img img {
    width: 100%;
    /* height: 550px; */
    border-radius: 10px;
    position: relative;
    z-index: 9;
}

.gscp_text {
    flex: 1;
    box-sizing: border-box;
    padding-left: 47px;
    padding-right: 315px;
}

.gscp_text .title {
    font-size: 28px;
    font-weight: bold;
    color: #262626;
}

.gscp_text .desc {
    line-height: 35px;
    height: 245px;
    font-size: 18px;
    color: rgba(38, 38, 38, .5);
    margin-top: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.cpSlide-list {
    width: calc(100% - 510px);
    position: absolute;
    right: 0;
    bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 99;
}

.gscp_box {
    width: calc((100% - 90px) / 4);
    box-sizing: border-box;
    padding: 2px 20px;
    position: relative;
}

.gscp_box::before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    background: #fff;
    transform: skew(-7deg);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px 0 10px 0;
    /* box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.15); */
    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 rgba(216, 216, 216, 0.8);
}

.gscp_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;
}

.gscp_box .img:hover 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);
}

.gscp_box .title {
    width: 100%;
    color: #333;
    line-height: 22px;
    box-sizing: border-box;
    padding: 0 15px;
    position: absolute;
    left: 0;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    opacity: 0;
}

.swiper-slide-thumb-active .gscp_box .title {
    opacity: 1;
    color: #1375BC;
    font-weight: bold;
}

.tabCount2 {
    width: 100%;
    position: relative;
    /* overflow: hidden; */
}

.tabHead2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 101;
}

.tabHead2 .box {
    width: 230px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 200px;
    background: #fff;
    margin-bottom: 25px;
    cursor: pointer;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
    font-size: 18px;
}

.tabHead2 .box.on {
    background: #1375BC;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.4);
}

.tabHead2 .box a {

    color: #2A2A2A;
}

.tabHead2 .box.on a {
    color: #fff;
    font-weight: bold;
}

.tabHead2 .box img {
    margin-right: 7px;
    display: none;
    height: 30px;
}

.tabHead2 .box.on img {
    display: inline-block;
}


.myswiper-ylqx2,
.myswiper-djkcp2,
.myswiper-hxyl2,
.myswiper-zdcp2,
.myswiper-zcy2 {
    width: calc(100% - 510px);
    position: absolute;
    right: -10px;
    bottom: 0;
    z-index: 99;
}

.cpSlide2 .gscp_box {
    width: 100%;
}

.myswiper-djkcp2 .swiper-slide,
.myswiper-hxyl2 .swiper-slide,
.myswiper-zdcp2 .swiper-slide,
.myswiper-zcy2 .swiper-slide {
    opacity: 1 !important;
}

.myswiper-zcy .swiper-slide {
    opacity: 0 !important;
}

.myswiper-zcy .swiper-slide-active {
    opacity: 1 !important;
}

.cpSlide .swiper-next,
.cpSlide .swiper-prev {
    width: 76px;
    height: 51px;
    box-sizing: border-box;
    border: 0.88px solid #3D8EC7;
    position: absolute;
    bottom: 12px;
    z-index: 99;
    cursor: pointer;
    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%);
}

.cpSlide .swiper-next {
    background: url(../img/prev2.svg) center no-repeat #fff;
    border-radius: 0 45px 45px 0;
    left: 285px;
}

.cpSlide .swiper-prev {
    background: url(../img/next2.svg) center no-repeat #fff;
    border-radius: 45px 0px 0px 45px;
    left: 190px;
}

.cpSlide .swiper-next:hover {
    background: url(../img/next.svg) center no-repeat #3D8FC9;
}

.cpSlide .swiper-prev:hover {
    background: url(../img/prev.svg) center no-repeat #3D8FC9;
}

/* --------------------------------------- */
.mbheader {
    width: 100%;
    display: none;
    height: 60px;
    background: #fff;
    z-index: 1000;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    position: fixed;
    top: 0;
    left: 0;
}

.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 {
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.mbheader .header-con .logo a {
    width: 100%;
    display: inline-block;
}

.mbheader .header-con .logo img {
    width: 100%;
    max-height: 35px;
}

.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: #5C9DCD;
    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: 9999;
    background: #eee;
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
    font-size: 14px;
    line-height: 40px;
    top: -1000%;
    left: 0;
    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: #5C9CCC
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}

.navSlide {
    width: 100%;
    display: none;
}

.navSlide .swiper-slide img {
    width: 100%;
    border-radius: 10px;
}

.navSlide .swiper-slide .text {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(61, 143, 201, 0.6);
    backdrop-filter: blur(10px);
    color: #fff;
    font-size: 18px;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 0 0 10px 10px;
}

.navSlide .swiper-slide .text span {
    color: #fff;
}

.navSlide .swiper-slide .name {
    display: flex;
    align-items: center;
}

.navSlide .swiper-pagination1 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.navSlide .swiper-pagination-bullet {
    margin: 0 4px;
}

.navSlide .swiper-pagination-bullet-active {
    background: #1375BC;
}

.nydt {
    width: 100%;
    position: relative;
    padding-top: 100px;
}

.nydt .img img {
    width: 100%;
}


.crumbs {
    width: 100%;
    position: absolute;
    bottom: 25px;
    left: 0;
}

.crumbs .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.crumbs .name {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}

.crumbs .en {
    color: #fff;
}

.crumbs .list {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
}

.crumbs .list a {
    color: #fff;
}

.crumbs .list span {
    margin: 0 3px;
}

.crumbs .list span:last-of-type {
    display: none;
}

.crumbs .list img {
    margin-right: 8px;
}

.subNav {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #D8D8D8;
}

.threeNav ul,
.subNav ul {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: unset;
    width: 100%;
    padding-bottom: 5px;
}

.subNav ul li {
    line-height: 53px;
    height: 53px;
    margin-right: 50px;
    position: relative;
}


.subNav ul li a {
    color: #404040;
    font-size: 18px;
}

.subNav ul li:hover a,
.subNav ul li.on a {
    font-weight: bold;
    color: #0F70E6;
}

.threeNav ul li {
    margin-top: 20px;
    margin-right: 20px;
    box-sizing: border-box;
    border: 1px solid #D8D8D8;
    padding: 10px 15px;
}

.threeNav ul li.on {
    background: #0F70E6;
}

.threeNav ul li.on a {
    color: #fff;
}

.nmain {
    width: 100%;
    padding: 30px 0 40px 0;
}

.nmainUp {
    width: 100%;
}

.textlist ul.info li {
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 25px 30px;
}

.textlist ul.info li .deter {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.textlist ul.info li .dete {
    color: #ACCE20;
}

.textlist ul.info li .more {
    width: 48px;
    height: 31px;
    display: inline-block;
    border-radius: 0 50px 50px 0;
    box-sizing: border-box;
    border: 0.7px solid #5C9DCD;
    background: url(../img/prev2.svg) center no-repeat;
}

.textlist ul.info li .title {
    color: #333;
    line-height: 25px;
    height: 25px;
    margin: 15px 0 20px 0;
    font-weight: bold;
}

.textlist ul.info li .desc {
    line-height: 27px;
    height: 54px;
    text-align: justify;
    color: #999;
}

.textlist ul.info li:hover .title {
    color: #5C9DCD;
    font-weight: bold;
}

.textlist ul.info li:hover .more {
    border: none;
    background: url(../img/prev2_new.svg) center no-repeat;
}

.piclist ul.info li {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 0.5px solid rgba(216, 216, 216, 0.5);
}

.piclist ul.info li a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.piclist ul.info li .img {
    width: 288px;
    border-radius: 10px;
}

.piclist ul.info li .img img {
    width: 100%;
    border-radius: 10px;
    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 ul.info li .text {
    flex: 1;
    box-sizing: border-box;
    padding-left: 30px;
}

.piclist ul.info li .deter {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.piclist ul.info li .dete {
    color: #ACCE20;
}

.piclist ul.info li .more {
    width: 48px;
    height: 31px;
    display: inline-block;
    border-radius: 0 50px 50px 0;
    box-sizing: border-box;
    border: 0.7px solid #5C9DCD;
    background: url(../img/prev2.svg) center no-repeat;
}

.piclist ul.info li .title {
    color: #333;
    line-height: 25px;
    height: 25px;
    margin: 15px 0 20px 0;
    font-weight: bold;
}

.piclist ul.info li .desc {
    line-height: 27px;
    height: 54px;
    text-align: justify;
    color: #999;
}

.piclist ul.info li:hover .title {
    color: #5C9DCD;
    font-weight: bold;
}

.piclist ul.info li:hover .more {
    border: none;
    background: url(../img/prev2_new.svg) center no-repeat;
}

.piclist ul.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);
}

.detail {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    border: 1.2px solid #E7E7E7;
}

.detail .titler {
    width: 100%;
    background: #EDF9FF;
    box-sizing: border-box;
    border-left: 4px solid #3D8FC9;
    padding: 44px;
    background: #EDF9FF;
}

.detail .title {
    font-size: 30px;
    font-weight: bold;
    color: #292929;
}

.detail .timer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}

.detail .timer .left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #9e9e9e;
}

.detail .timer .left>div {
    margin-right: 20px;
}

.detail-content {
    width: 100%;
    box-sizing: border-box;
    padding: 45px 105px;
}

.detail .dtl {
    padding-bottom: 45px;
    border-bottom: 1px solid rgba(216, 216, 216, 0.5);
}

.danye .dtl {
    padding: 0;
    border: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.detail .dtl p {
    margin: 10px 0;
}

.detail .dtl p,
.detail .dtl p span {
    font-size: 18px;
    line-height: 35px;
    color: #323232;
    text-align: justify;
}

.detail .dtl.big p,
.detail .dtl.big p span {
    font-size: 22px !important;
    line-height: 50px !important;
}

.detail .dtl.large p,
.detail .dtl.large p span {
    font-size: 30px !important;
    line-height: 60px !important;
}


.detail .dtl img,
.detail .dtl video {
    max-width: 100% !important;
    height: auto;
}

.detail .dtl table {
    width: 100% !important;
    border-collapse: collapse;
    min-width: 750px;
}

.detail .dtl table td {
    box-sizing: border-box;
    text-wrap-mode: wrap !important;
    padding: 0 !important;
}

.detail .dtl table p {
    text-indent: 0 !important;
}

.detail-page {
    width: 100%;
}

.detail-page .box {
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    margin-top: 27px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 0 16px;
    display: flex;
    align-items: center;
    position: relative;
}

.detail-page .box::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 1px solid #B69E5F;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.detail-page .box a {
    color: #9E9E9E;
    font-size: 16px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.detail-page .box:hover {
    background: linear-gradient(180deg, #E6FEFF 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.detail-page .box:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.detail-page .box:hover a {
    color: #51ADAF;
}

.share {
    zoom: 1;
}

.share:after {
    content: "";
    display: block;
    clear: both;
}

.share a {
    float: left;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-left: 13px;
    cursor: pointer;
    display: block;
}

.share a i {
    display: block;
    width: 26px;
    height: 26px;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    transition: .4s all;
}

.share a:hover i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.share #share-icon {
    width: 26px;
    height: 26px;
    float: left;
    display: none;
}

.share #share-icon img {
    width: 100%;
    height: 100%;
}

.share .share-qqzone {
    background: none
}

.share .share-qqzone i {
    background: url("../img/shareqqzone.png") center center no-repeat;
    background-size: 80%;
}

.share .share-qqzone:hover {
    background-color: none;
}

.share .share-wechat {
    position: relative;
    background-color: none;
}

.share .share-wechat i {
    background: url("../img/sharewechat.png") center center no-repeat;
    background-size: 80%;
}

.share .share-wechat:hover {
    background-color: none;
}

.share .share-weibo {
    background: none;
}

.share .share-weibo i {
    background: url("../img/shareweibo.png") center center no-repeat;
    background-size: 80%;
}

.share .share-weibo:hover {
    background-color: none;
}

.share .bg-code {
    left: -36px;
    z-index: 10;
}

.share .qrcode {
    position: absolute;
    top: 36px;
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    display: none;
    width: 100px;
    left: -130%;
    z-index: 11;
    text-align: center;
}

.share .close-btn {
    position: absolute;
    background: #fff;
    color: #000;
    font-size: 12px;
    z-index: 12;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    right: -39px;
    top: 50px;
    display: none;
    cursor: pointer;
}

.detail .timer .right {
    display: flex;
    align-items: center;
}

.fenxiang {
    display: flex;
    align-items: center;
    color: #9C9C9C;
    margin-left: 30px;
}

.fontSize {
    display: flex;
    align-items: center;
    color: #9C9C9C;
}

.fontSize span {
    margin-right: 15px;
    cursor: pointer;
}

.fontSize .on {
    color: #B69E5F;
    font-weight: bold;
}

.pager {
    width: 100%;
}

.pager li {
    width: 100%;
    padding: 40px 0 15px 0;
    border-bottom: 1px solid #D8D8D8;
    border-bottom: 1px solid rgba(216, 216, 216, 0.5);
    position: relative;
}

.pager li::before {
    content: '';
    width: 0;
    height: 1.2px;
    display: inline-block;
    background: linear-gradient(90deg, #005BBF 2%, #0FB5EC 99%);
    position: absolute;
    left: 0;
    bottom: -0.1px;
    transition: all 0.5s ease-in-out;
}

.pager li a {
    width: 100%;
    color: #323232;
    display: inline-block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.pager li:hover::before {
    width: 100%;
}

.pager li:hover a {
    color: #3D8FC9;
}

.danye .dtl {
    border: none;
    padding: 0;
}

.picture .info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.picture .info li {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
    margin-bottom: 40px;
    background: #F7F7F7;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}

.picture .info li:nth-child(3n) {
    margin-right: 0;
}

.picture .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;
}

.picture .info li .title {
    width: 100%;
    color: #3C3C3C;
    line-height: 70px;
    height: 70px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px;
}

.picture .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);
}

.picture .info li:hover .title {
    background: #3D8FC9;
    color: #fff;
    font-weight: bold;
}

.cybklist ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.cybklist ul li .text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 0 60px 0;
    background: url(../img/cybk-text-bg.jpg) center no-repeat;
    background-size: cover;
}

.cybklist ul li .more {
    width: 113px;
    height: 36px;
    background: url(../img/gengduo.svg) center no-repeat;
    display: inline-block;
    margin: 0 auto;
}

.cybklist ul li .name {
    color: #3C3C3C;
    text-align: center;
    margin-bottom: 20px;
}

.cybklist ul li:hover .more {
    background: url(../img/gengduo2.svg) center no-repeat;
}

.cybklist ul li:hover .text {
    background: url(../img/cybk-text-bg2.jpg) center no-repeat;
    background-size: cover;
}

.pagination {
    width: 100%;
    display: flex;
    justify-content: center;
}

.pagination li {
    display: inline-block;
    margin: 0 5px;
}

.pagination li a {
    display: inline-block;
    border: 1px solid #aaa;
    width: auto;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #333;
    padding: 0 10px;
}

.pagination li a:hover,
.pagination li.active a {
    color: #fff;
    background: #0F70E6;
}

.ddjsBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ddjsBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ddjsSlide {
    width: 684px;
    position: relative;
}

.ddjsSlide .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;
}

.ddjsSlide .swiper-slide .img {
    position: relative;
}

.ddjsSlide .swiper-slide .dete {
    width: 76px;
    height: 76px;
    background: rgba(61, 143, 201, .8);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.ddjsSlide .swiper-slide .d {
    font-size: 22px;
}

.ddjsSlide .swiper-slide .title {
    color: #3D3D3D;
    line-height: 25px;
    height: 25px;
}

.ddjsSlide .swiper-slide .text {
    width: 100%;
    box-sizing: border-box;
    padding-top: 30px;
}

.ddjsSlide .swiper-slide .desc {
    color: #999;
    line-height: 30px;
    height: 60px;
    margin-top: 10px;
}

.ddjsSlide .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);
}

.ddjsSlide .swiper-slide:hover .title {
    color: #0958AA;
    font-weight: bold;
}

.ddjslist {
    flex: 1;
    box-sizing: border-box;
    padding-left: 30px;
}

.ddjslist ul li.f {
    width: 100%;
    height: 136px;
    background: #F7F7F7;
    box-sizing: border-box;
    padding: 20px;
}

.ddjslist ul li.f a {
    display: flex;
    align-items: center;
}

.ddjslist ul li.f .dete {
    width: 93px;
    height: 95px;
    color: #3D8FC9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.ddjslist ul li.f .d {
    font-size: 24px;
}

.ddjslist ul li.f .y {
    font-size: 16px;
}

.ddjslist ul li.f .text {
    flex: 1;
    box-sizing: border-box;
    padding-left: 20px;
}

.ddjslist ul li.f .title {
    color: #3D3D3D;
    line-height: 25px;
    height: 25px;
    margin-bottom: 5px;
}

.ddjslist ul li.f .desc {
    color: #999;
    line-height: 25px;
    height: 50px;
}

.ddjslist ul li.f:hover {
    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%);
}

.ddjslist ul li.f:hover .title {
    color: #005BBF;
}

.ddjslist ul li.n {
    width: 100%;
    margin-top: 28px;
}

.ddjslist ul li.n a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ddjslist ul li.n .title {
    color: #3D3D3D;
    line-height: 25px;
    height: 25px;
    box-sizing: border-box;
    padding-left: 20px;
    flex: 1;
    position: relative;
}

.ddjslist ul li.n .title::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #DBDBDB;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 11px;
}

.ddjslist ul li.n .dete {
    color: rgba(153, 153, 153, 0.8);
    width: 105px;
    text-align: right;
}

.ddjslist ul li.n:hover .title {
    color: #0958AA;
}

.ddjslist ul li.n:hover .title::before {
    background: #0958AA;
}

.ddjslist ul li.n:hover .dete {
    color: rgba(102, 102, 102, 0.8);
}

.up-qthd {
    width: 100%;
    background: rgba(77, 181, 255, .05);
}

.qthdSlide {
    width: 100%;
}

.qthdSlide .swiper-container {
    box-sizing: border-box;
    padding: 5px;
}

.qthdSlide .swiper-slide {
    box-sizing: border-box;
    padding: 30px;
    position: relative;
}


.qthdSlide .swiper-slide .xian {
    width: 99%;
    height: 0;
    display: inline-block;
    border-top: 1px solid #D8D8D8;
    position: absolute;
    right: 0;
    top: 0;
}

.qthdSlide .swiper-slide:hover .xian {
    width: 100%;
}

.qthdSlide .swiper-slide::before {
    content: '';
    width: 0;
    height: calc(100% - 30px);
    display: inline-block;
    border-left: 1px solid #D8D8D8;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 100;
    transition: all 0.5s ease-in-out;
}


.qthdSlide .swiper-slide::after {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #D8D8D8;
    border-radius: 50%;
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 100;
    opacity: 0;
}

.qthdSlide .swiper-slide-active::after,
.qthdSlide .swiper-slide-next::after,
.qthdSlide .swiper-slide-active::before,
.qthdSlide .swiper-slide-next::before {
    opacity: 1;
}

.qthdSlide .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;
}

.qthdSlide .swiper-slide .dete {
    color: #9E9E9E;
}

.qthdSlide .swiper-slide .title {
    font-weight: bold;
    line-height: 30px;
    height: 60px;
    color: #404040;
    margin: 15px 0 25px 0;
}


.qthdSlide .swiper-slide .more {
    width: 116px;
    height: 37px;
    line-height: 37px;
    background: rgba(149, 211, 255, 0.13);
    text-align: center;
    color: #9E9E9E;
    margin-bottom: 35px;
}

.qthdSlide .swiper-slide:hover {
    background: #fff;
    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-top: 1px solid #3D8FC9; */
}

.qthdSlide .swiper-slide:hover::before {
    height: 100%;
}

.qthdSlide .swiper-slide:hover .title {
    font-weight: bold;
    color: #3D8FC9;
}

.qthdSlide .swiper-slide:hover .more {
    background: #3D8FC9;
    color: #fff;
}

.qthdSlide .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);
}

.qthdSlide .swiper-pagination1 {
    width: 100%;
    text-align: center;
    margin-top: 24px;
}

.qthdSlide .swiper-pagination-bullet {
    background: #DBDBDB;
    opacity: 1;
    margin: 0 5px;
    width: 13px;
    height: 13px;
}

.qthdSlide .swiper-pagination-bullet-active {
    background: #3D8FC9;
}

.qthdSlide .swiper-slide:hover::after {
    background: #3D8FC9;
}

.whshBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.whshSlide {
    width: 610px;
    position: relative;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.whshSlide .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;
}

.whshSlide .swiper-slide .text {
    width: 100%;
    height: 135px;
    background: #fff;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 25px;
}

.whshSlide .swiper-slide .dete {
    color: #3D8FC9;
    width: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #D1E1F1;
}

.whshSlide .swiper-slide .d {
    font-size: 30px;
    font-weight: bold;
}

.whshSlide .swiper-slide .tt {
    flex: 1;
}

.whshSlide .swiper-slide .title {
    color: #333;
}

.whshSlide .swiper-slide .desc {
    line-height: 25px;
    height: 50px;
    color: #999;
    margin-top: 7px;
}

.whshSlide .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);
}

.whshSlide .swiper-slide:hover .title {
    color: #0958AA;
    font-weight: bold;
}

.whshlist {
    flex: 1;
    box-sizing: border-box;
    padding-right: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.whshlist .left,
.whshlist .right {
    width: calc((100% - 37px) / 2);
}

.whshlist .box {
    width: 100%;
    height: 225px;
    background: #F6F6F6;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
}

.whshlist .box::before {
    content: '';
    width: 68px;
    height: 79px;
    display: inline-block;
    background: url(../img/box-ico.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 20px;
    bottom: 10px;
    opacity: 0;
}

.whshlist .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.whshlist .right .box {
    height: 140px;
}

.whshlist .box1 {
    margin-bottom: 26px;
}

.whshlist .box .desc {
    line-height: 25px;
    height: 75px;
    color: #999;
    margin: 20px 0 40px 0;
}

.whshlist .box .title {
    color: #333;
    line-height: 25px;
    height: 25px;
}

.whshlist .box .deter {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.whshlist .box .dete {
    color: #3D8FC9;
}

.whshlist .box .ico {
    width: 25px;
    height: 16px;
    background: url(../img/icon.svg) no-repeat;
}

.whshlist .right .box .title {
    line-height: 30px;
    height: 60px;
    margin-bottom: 15px;
}

.whshlist .box:hover {
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.whshlist .box:hover .dete {
    color: #999;
}

.whshlist .box:hover .title {
    color: #3D8FC9;
    font-weight: bold;
}




.up-shzr {
    width: 100%;
    background: url(../img/quxianbo.png) center no-repeat rgba(77, 181, 255, 0.05);
    background-size: cover;
}

.shzrSlide .swiper-container {
    box-sizing: border-box;
    padding: 10px;
}

.shzrSlide .swiper-slide {
    height: 188px;
    border-radius: 0px 50px 0px 50px;
    background: #fff;
    box-sizing: border-box;
    padding: 30px;
    display: flex;
    align-items: center;
}

.shzrSlide .swiper-slide .title {
    color: #3D3D3D;
    line-height: 25px;
    margin-bottom: 30px;
}

.shzrSlide .swiper-slide .dete {
    color: #999;
}

.shzrSlide .swiper-slide:hover {
    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%);
}

.shzrSlide .swiper-slide:hover .title {
    color: #0958AA;
    font-weight: bold;
}

.shzrSlide .swiper-pagination1 {
    width: 100%;
    text-align: center;
    margin-top: 55px;
}

.shzrSlide .swiper-pagination-bullet {
    background: #DBDBDB;
    margin: 0 5px;
    opacity: 1;
    width: 13px;
    height: 13px;
}

.shzrSlide .swiper-pagination-bullet-active {
    background: #3D8FC9;
}

/* 公司概况 */

.up-gsjj {
    width: 100%;
    position: relative;
}

.up-gsjj-img {
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 0;
}

.up-gsjj-img img {
    max-width: 100%;
}

.up-gsjj .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.about_img {
    width: 52.5%;
}

.about_img img {
    width: 100%;
}

.about_text {
    flex: 1;
    box-sizing: border-box;
    padding-right: 65px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.about_text .title {
    font-size: 40px;
    font-weight: bold;
}

.about_text .title a {
    color: #434343;
}

.about_text .desc {
    line-height: 30px;
    color: #505050;
    height: 150px;
    margin: 45px 0 80px 0;
}

.about_text .more {
    width: 197px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: #3D8FC9;
    font-size: 16px;
}

.about_text .more a {
    color: #fff;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.about_text .more:hover a {
    left: 10px;
}

.up-zgsjj {
    width: 100%;
    background: #F7F7F7;
}

.up-about-link {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.up-about-link .box {
    width: calc((100% - 25px) / 2);
    position: relative;
    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;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 45px;
}

.up-about-link .box a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.up-about-link .box .name {
    font-size: 30px;
    font-weight: bold;
}

.up-about-link .box .en {
    opacity: 0.3;
    font-size: 16px;
    font-weight: bold;
}

.up-about-link .box .more {
    width: 48px;
    height: 31px;
    border-radius: 0 50px 50px 0;
    box-sizing: border-box;
    border: 0.7px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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-link .box .title {
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.up-about-link .box:hover .title {
    left: 10px;
}

.gsrySlide .swiper-slide .img {
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    padding: 5px;
}

.gsrySlide .swiper-slide 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;
}

.gsrySlide .swiper-slide .title {
    background: #F7F7F7;
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px;
    color: #3C3C3C;
}

.gsrySlide .swiper-slide:hover .title {
    background: #3D8FC9;
    color: #fff;
}

.gsrySlide .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);
}

.gsrySlide .swiper-pagination1 {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.gsrySlide .swiper-pagination-bullet {
    background: #DBDBDB;
    opacity: 1;
    margin: 0 5px;
    width: 13px;
    height: 13px;
}

.gsrySlide .swiper-pagination-bullet-active {
    background: #3D8FC9;
}

.zgsSlide .swiper-pagination1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.zgsSlide .swiper-pagination-bullet {
    width: calc((100% - 80px) / 5);
    height: auto;
    line-height: 22px;
    text-align: center;
    border-radius: 0;
    background: #E5EEF7;
    color: #2E2E2E;
    opacity: 1;
    font-size: 16px;
    box-sizing: border-box;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zgsSlide .swiper-pagination-bullet-active {
    background: #3D8FC9;
    color: #fff;
    font-weight: bold;
}

.zgsSlide .swiper-slide {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    opacity: 0 !important;
}

.zgsSlide .swiper-slide-active {
    opacity: 1 !important;
}

.zgsjj_img {
    width: 50%;
}

.zgsjj_img .img {
    width: 100%;
}

.zgsjj_img .img img {
    width: 100%;
}

.zgsjj_text {
    width: calc(50% + 40px);
    height: calc(100% - 60px);
    position: absolute;
    right: 0;
    top: 30px;
    background: #fff;
    box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    padding: 45px 0 40px 40px;
}

.zgsjj_text .title {
    font-size: 24px;
    margin-bottom: 25px;
    line-height: 35px;
    height: 35px;
}

.zgsjj_text .title a {
    color: #333;
}

.zgsjj_text .desc {
    height: calc(100% - 20px - 25px);
}

.zgsjj_text .desc .dtl {
    height: 100%;
    box-sizing: border-box;
    padding-right: 40px;
    overflow-y: auto;
    line-height: 25px !important;
    color: #999 !important;
}

.zgsjj_text .desc .dtl p {
    /* margin: 10px 0; */
    font-size: 16px !important;
    line-height: 30px !important;
}

/* 整个滚动条 */
.zgsjj_text .desc .dtl::-webkit-scrollbar {
    width: 8px;
    /* 竖向滚动条宽度 */
    height: 12px;
    /* 横向滚动条高度（可选） */
}

/* 滚动条的滑块（可拖动部分） */
.zgsjj_text .desc .dtl::-webkit-scrollbar-thumb {
    background-color: #3D8FC9;
}

/* 滑块悬停时的样式 */
.zgsjj_text .desc .dtl::-webkit-scrollbar-thumb:hover {
    background-color: #3D8FC9;
}

/* 滚动条轨道 */
.zgsjj_text .desc .dtl::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    border-radius: 6px;
}

/* 轨道内侧（滚动条凹槽） */
.zgsjj_text .desc .dtl::-webkit-scrollbar-track-piece {
    background-color: #f0f0f0;
}

/* 滚动条两端按钮（上/下箭头，一般隐藏） */
.zgsjj_text .desc .dtl::-webkit-scrollbar-button {
    display: none;
}

.sch-form {
    display: block;
    background: #fff;
    position: relative;
    box-shadow: 0 0 10px #ccc;
    padding: 15px 0;
    margin-bottom: 30px;
}

.sch-form .sch-input {
    border: none;
    background: #fff;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #aaa;
    box-sizing: border-box;
    padding-left: 20px;
    outline: none;
}

.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;
}

.searchList .box {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.searchList .box .title {
    color: #333;
    line-height: 25px;
    height: 25px;
}

.searchList .box .desc {
    color: #666;
    line-height: 23px;
    height: 46px;
    margin: 10px 0;
}

.searchList .box .dete {
    color: #666;
}

.text-left {
    margin-bottom: 10px;
}

.text-danger {
    color: #ff0000;
    font-weight: bold;
}

.gphq-text .share p {
    font-size: 18px;
    line-height: 36px;
    text-align: center;
}

.gphq-text .share .p1 {
    font-size: 36px;
    padding-bottom: 20px;
    text-align: center;
}

.gphq-text .share .p1 a {
    color: #000;
    width: 100%;
    float: none;
    height: auto;
    margin: 0;
}

.gphq-text .share .p2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gphq-text .share .p2 .box {
    width: calc((100% - 90px) / 4);
    box-sizing: border-box;
    padding: 15px;
    margin: 15px 0;
    border: 1px solid #0F70E6;
    font-size: 18px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: 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%);
}

.gphq-text .share .p2 .box-ico {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gphq-img {
    text-align: center;
    margin-top: 40px;
}

.gphq-img img {
    width: 100%;
    max-width: 100%;
}

.gphq-text .share .right {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.gphq-text .share .ico {
    font-size: 34px;
}


/* ----------- 产品索引 ------------- */

.zdcpSlide2 {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 0 100px;
}

.zdcpSlide2 .swiper-container {
    box-sizing: border-box;
    padding: 20px;
}

.zdcpSlide2 .swiper-slide {
    width: 42.5%;
    flex-direction: column;

}

.zdcpSlide2 .swiper-slide a {
    box-sizing: border-box;
    display: inline-block;
    background: #fff;
    /* transform: skew(-7deg); */
    /* background: #E7F5FF; */
    box-sizing: border-box;
    border: 1px solid #116FB9;
    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%);
    position: relative;
    border-radius: 30px 0 30px 0;
}

.zdcpSlide2 .swiper-slide .img {
    width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding: 10px 60px;
}


.zdcpSlide2 .swiper-slide .img img {
    width: 100%;
    /* height: 550px; */
    position: relative;
    z-index: 9;
    border-radius: 10px;
    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;
}

.zdcpSlide2 .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);
}

.zdcpSlide2 .swiper-slide .text {
    /* display: none; */
    width: 100%;
    height: 160px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    background: linear-gradient(179deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.53) 99%);
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
    padding: 25px 15px;
    opacity: 0;
    border-radius: 30px 0 30px 0;
}

.zdcpSlide2 .swiper-slide .title {
    width: 100%;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.zdcpSlide2 .swiper-slide-active .text {
    opacity: 1;
}


.zdcpSlide2 .swiper-prev,
.zdcpSlide2 .swiper-next {
    width: 64px;
    height: 64px;
    background: rgba(5, 5, 5, 0.65);
    box-sizing: border-box;
    border-radius: 50%;
    top: 40%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    right: 0;
    cursor: pointer;
    z-index: 99;
}

.zdcpSlide2 .swiper-prev {
    right: auto;
    left: 0;
}

.zdcpSlide2 .swiper-prev:hover,
.zdcpSlide2 .swiper-next:hover {
    background: #3D8FC9;
}

.swiper-cp {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.swiper-cp .swiper-pagination1 {
    width: auto;
    border-radius: 100px;
    height: 26px;
    background: rgba(209, 209, 209, 0.5);
    backdrop-filter: blur(20px);
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-cp .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    margin: 0 4px;
    background: #fff;
}

.swiper-cp .swiper-pagination-bullet-active {
    background: #3D8FC9;
}

.up-cplist {
    width: 100%;
    background: #F7F7F7;
}

.tabHead_zplist {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}

.tabHead_zplist ul {
    display: flex;
    align-items: center;
}

.tabHead_zplist ul li {
    font-size: 36px;
    font-weight: bold;
    color: #999;
    margin-right: 78px;
    cursor: pointer;
}

.tabHead_zplist ul li.on {
    color: #262626;
}

.cplist {
    width: 100%;
    box-sizing: border-box;
    padding: 0 90px;
    position: relative;
}

.cplist .swiper-container {
    box-sizing: border-box;
    padding: 22px;
}

.cplist .swiper-slide {
    position: relative;
    box-sizing: border-box;
    padding: 15px 0 0 17px;
}

.cplist .swiper-slide::before {
    content: '';
    width: 100%;
    height: 76%;
    display: inline-block;
    background: url(../img/cp-img-ico.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -6px;
    top: 0;
}

.cplist .swiper-slide .img {
    position: relative;
    box-sizing: border-box;
    padding: 2px 20px;
}

.cplist .swiper-slide .img::before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    background: #fff;
    transform: skew(-6deg);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px 0 10px 0;
    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 rgba(216, 216, 216, 0.8);
}

.cplist .swiper-slide 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;
}

.cplist .swiper-slide .title {
    color: #3D3D3D;
    text-align: center;
    margin-top: 20px;
    line-height: 25px;
    height: 25px;
}

.cplist .swiper-prev,
.cplist .swiper-next {
    width: 34px;
    height: 58px;
    position: absolute;
    left: 0;
    top: 32%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cplist .swiper-next {
    left: auto;
    right: 0;
}

.cplist .swiper-slide:hover .title {
    color: #3D8FC9;
}

.cplist .swiper-prev:hover,
.cplist .swiper-next:hover {
    background: #3D8FC9;
}

.tabHead_zplist .more a {
    width: 113px;
    height: 36px;
    background: url(../img/gengduo.svg) center no-repeat;
    background-size: cover;
    display: inline-block;
    border-radius: 200px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    display: none;
}

.tabHead_zplist .more a.on {
    display: block;
}

.tabHead_zplist .more a:hover {
    background: url(../img/gengduo2.svg) center no-repeat;
    background-size: cover;
}

.cplist .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);
}

.tabCount_cplist .cplist {
    display: none;
}

.tabCount_cplist .cplist.on {
    display: block;
}

.pull-left {
    float: left;
}

/* --- 落地页 --- */

.landing {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 30px 40px;
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.landing .box {
    width: calc((100% - 20px) / 2);
    margin: 10px 0;
    background: rgba(61, 143, 201, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0 70px 0;
    cursor: pointer;
}

.landing .box .ico span {
    color: #3D8FC9;
    font-size: 42px;
}

.landing .box .text {
    font-size: 22px;
    color: #353535;
    line-height: 35px;
    text-align: center;
    margin-top: 15px;
}

.landing .box:hover {
    background: url(../img/bolang.png) no-repeat #3D8FC9;
    background-size: cover;
}

.landing .box:hover .ico span {
    color: #fff;
}

.landing .box:hover .text {
    color: #fff;
}

.danye .detail-content {
    background: url(../img/qxbl.png) center top no-repeat #fff;
    background-size: 100% auto;
    border: none;
    /* 字母换行 */
    word-wrap: break-word;

}

.ldtdlist {
    width: 100%;
    padding-top: 30px;
}

.ldtdlist .info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.ldtdlist li {
    width: calc((100% - 61px) / 4);
    margin-right: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    background: rgba(61, 143, 201, 0.1);
    padding: 40px 20px;
}

.ldtdlist li:nth-child(4n) {
    margin-right: 0;
}

.ldtdlist li .title {
    text-align: center;
    color: #254587;
}

.ldtdlist li .desc {
    color: #666;
    text-align: center;
    margin-top: 10px;
}

.cplist_new .info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.cplist_new .info li {
    width: 49%;
    margin-bottom: 2%;
    background: #DFEEFF;
    box-sizing: border-box;
    padding: 20px;
}

.cplist_new .info li a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.cplist_new .info li .picImg {
    width: 220px;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 100%;
    display: inline-block;
    background-size: cover;
    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;
}

.cplist_new .info li .text {
    flex: 1;
    box-sizing: border-box;
    padding: 0 20px;
}

.cplist_new .info li .text .title {
    font-weight: bold;
    color: #262626;
}

.cplist_new .info li .text .desc {
    line-height: 30px;
    font-size: 16px;
    color: #333;
    margin-top: 15px;
    opacity: .5;
}

.cplist_new .info li:hover .picImg {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.Tonext {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    bottom: 80px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    border: 1.35px solid #D8D8D8;
}

.Tonext .box {
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.Tonext a {
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url(../img/Tonext-img.png) center center no-repeat;
    animation: downico 1.5s ease-out infinite;
    position: relative;
}

.gp_text {
    display: flex;
    align-items: center;
    width: 530px;
    height: 54px;
    border-radius: 90px;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    font-size: 24px;
    position: absolute;
    bottom: 90px;
    left: 265px;
}

.gp_text .name {
    flex: 1;
    background: #5C9DCD;
    font-weight: bold;
    color: #fff;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 90px 0 0 90px;
}

.gp_text .num {
    flex: 1;
    color: #555;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 0 90px 90px 0;
}

/* ------ 营销网络 ------ */

.yxwl {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
}

.yxwl .yxwlImg {
    display: none;
}

.yxwl .picbox {
    width: 1104px;
    height: 805px;
    position: relative;
    margin: 0 auto;
}

.picbox .add {
    position: absolute;
}

.picbox .add a {
    display: block;
    position: relative;
}

.picbox .add a .desc {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 10px;
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    z-index: 10;
    font-size: 12px;
}

.picbox .add a .detail {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: -80px;
    width: 150px;
    line-height: 26px;
    z-index: 1000;
    padding: 10px;
    background: #fff;
}

.picbox .add a:hover .detail {
    display: block;
}

.picbox .add1 {
    left: 374px;
    top: 282px;
}

.picbox .add2 {
    left: 585px;
    top: 348px;
}

.picbox .add3 {
    left: 206px;
    top: 223px;
}

.picbox .add4 {
    left: 538px;
    top: 356px;
}


.picbox .add5 {
    left: 703px;
    top: 204px;
}

.picbox .add6 {
    left: 339px;
    top: 360px;
}

.picbox .add7 {
    left: 156px;
    top: 413px;
}

.picbox .add8 {
    left: 794px;
    top: 486px;
}

.picbox .add9 {
    left: 770px;
    top: 552px;
}

.picbox .add10 {
    left: 762px;
    top: 432px;
}

.picbox .add11 {
    left: 659px;
    top: 640px;
}

.picbox .add12 {
    left: 579px;
    top: 771px;
}

.picbox .add13 {
    left: 474px;
    top: 471px;
}

.picbox .add14 {
    left: 582px;
    top: 502px;
}

.picbox .add15 {
    left: 628px;
    top: 430px;
}

.picbox .add16 {
    left: 639px;
    top: 318px;
}

.picbox .add17 {
    left: 721px;
    top: 359px;
}

.picbox .add18 {
    left: 714px;
    top: 447px;
}

.picbox .add19 {
    left: 636px;
    top: 600px;
}

.picbox .add20 {
    left: 623px;
    top: 514px;
}

.picbox .add21 {
    left: 712px;
    top: 564px;
}

.picbox .add22 {
    left: 579px;
    top: 640px;
}

.picbox .add23 {
    left: 754px;
    top: 588px;
}

.picbox .add24 {
    left: 398px;
    top: 618px;
}

.picbox .add25 {
    left: 551px;
    top: 599px;
}

.picbox .add26 {
    left: 663px;
    top: 334px;
}

.picbox .add27 {
    left: 855px;
    top: 111px;
}

.picbox .add28 {
    left: 859px;
    top: 204px;
}

.picbox .add29 {
    left: 817px;
    top: 250px;
}

.picbox .add30 {
    left: 694px;
    top: 307px;
}

.picbox .add31 {
    left: 707px;
    top: 322px;
}

.picbox .add32 {
    left: 814px;
    top: 617px;
}

.picbox .add .dot {
    width: 2px;
    height: 2px;
    position: relative;
    margin-right: 0;
}

.picbox .dot:before {
    content: ' ';
    position: absolute;
    z-index: 2;
    left: 4px;
    top: 4px;
    width: 2px;
    height: 2px;
    background-color: #9a1f24;
    border-radius: 50%;
}

.picbox .dot:after {
    content: ' ';
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    width: 2px;
    height: 2px;
    background-color: #9a1f24;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3) inset;
    -webkit-animation-name: 'ripple';
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
}


@keyframes ripple {
    0% {
        left: 5px;
        top: 5px;
        opacity: 0.75;
        width: 0;
        height: 0;
    }

    100% {
        left: -20px;
        top: -20px;
        opacity: 0;
        width: 50px;
        height: 50px;
    }
}