@charset "utf-8"; 

.onResume {
    display: none;
    z-index: 999999;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    user-select: none;
    padding: 0 4%;
}

.onResume.active {
    display: flex;
}

.onResume-contain {
    background-color: #fff;
    border-radius: 5px;
    padding: 45px;
    width: 530px;
    position: relative;
}

.onResume-close {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 18px;
    transition: all .4s ease;
    color: #3798f7;
}

.onResume-close i {
    font-size: inherit;
}

.onResume-close:hover {
    color: #f00;
}

.onResume-title {
    font-size: 20px;
    color: #333;
}

.onResume-form {
    width: 100%;
    margin-top: 12px;
}

.onResume-wrap {
    position: relative;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    overflow: hidden;
}

.onResume-wrap .onResume-hint {
    width: 66%;
    height: 100%;
    box-shadow: inset 0px 6px 4px 0px rgb(148 148 149 / 8%);
    border: 1px solid #e6e6f1;
    padding-left: 16px;
}

.onResume-wrap .btn {
    width: 34%;
    height: 100%;
    background-color: #3798f7;
    position: relative;
}

.onResume-wrap .btn .onResume-upload {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.onResume-wrap .btn .onResume-input {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.onResume-button {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.onResume-button button {
    width: 100%;
    height: 45px;
    background-color: #3798f7;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

@media all and (max-width: 680px) {
    .onResume-contain {
        padding:24px 16px;
        width: 100%;
    }

    .onResume-title {
        font-size: 18px;
    }

    .onResume-wrap {
        height: 40px;
    }

    .onResume-button {
        margin-top: 12px;
    }

    .onResume-button button {
        height: 40px;
        font-size: 14px;
    }

    .onResume-close {
        top: 10px;
        right: 10px;
        font-size: 16px;
    }

    .onResume-wrap .btn .onResume-upload {
        font-size: 14px;
    }
}

.CommonBanner {
    position: relative;
}

.CommonBanner > img {
    width: 100%;
}

.CommonBanner .content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.CommonBanner .content .text{
    width: 60%;
}

.CommonBanner .content .contain.center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.CommonBanner .content .PageContain.center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.CommonBanner .content .CommonBtn {
    width: 145px;
    height: 50px;
}

.NewsBan .content .PageContain.center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.CommonBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease;
}

.CommonBtn i {
    font-size: 12px;
    display: block;
    transform: rotate(180deg);
    margin-left: 8px;
    line-height: 1px;
}

.CommonBtn.lty1 {
    background-color: var(--ty-primary);
    color: #fff;
}

.CommonBtn.lty1:hover {
    background-color: transparent;
    border: 1px solid var(--ty-primary);
    color: var(--ty-primary);
}

.CommonBtn.lty2 {
    border: 1px solid rgba(255, 255, 255, .5);
    color: #fff;
}

.CommonBtn.lty2:hover {
    background-color: var(--ty-primary);
    color: #fff;
    border: 0px;
}

.RuJinlb {
    background-color: #f8f8f8;
}

.RuJinlb-list {
    padding: 0px 80px;
}

.RuJinlb-list .list {
    margin-bottom: 25px;
    background-color: #fff;
    transition: all .4s ease;
}

.RuJinlb-list .list:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 15px rgba(0,0,0,0.07);
}

.RuJinlb-list .list:last-child {
    margin-bottom: 0px;
}

.RuJinlb-list .list .img {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.RuJinlb-list .list .img .img_box {
    width: 100%;
    padding-top: 50%;
    background-size: cover;
    background-position: right center;
}

.RuJinlb-list.solu_list .list .img .img_box {
    padding-top: 60%;
}

.RuJinlb-list.solu_list li{
    margin-right: 14px;
    margin-bottom: 15px;
    border: 1px #eaeaea solid;
    padding: 8px 20px;
}

.RuJinlb-list .list .cont {
    width: 43%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.RuJinlb-list .list .cont a.btn {
    width: 170px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease;
    margin-top: 0;
}

.RuJinlb-list .list:nth-child(even) {
    flex-direction: row-reverse;
}

.RuJinlb-list .list:nth-child(odd) .cont {
    padding-right: 50px;
    padding-left: 100px;
}

.RuJinlb-list .list:nth-child(even) .cont {
    padding-left: 50px;
    padding-right: 100px;
}

.RuJinlb-list .list .cont .text{
    line-height: 1.6;
}

.RuJinjz-list {
    padding: 0px 140px;
    margin-right: -75px;
}

.RuJinjz-list .list {
    width: calc(100%/3 - 75px);
    margin-right: 75px;
    height: 500px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all .4s ease;
}

.RuJinjz-list .list > img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
}

.RuJinjz-list .list > div {
    position: relative;
    z-index: 2;
}

.RuJinjz-list .list .line {
    width: 75px;
    height: 1px;
    background-color: #9b8ef4;
}

.RuJinjz-list .list:nth-child(1) {
    margin-top: 135px;
}

.RuJinjz-list .list:nth-child(3) {
    margin-top: 80px;
}

.RuJinjz-list .list:hover {
    transform: translateY(-20px);
}

.RuJints-list .list {
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(31, 59, 115, 0.1);
    padding: 40px;
    margin-bottom: 30px;
}

.RuJints-list .list:last-child {
    margin-bottom: 0px;
}

.RuJints-list .list .img {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.RuJints-list .list .cont {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 100px;
}

.RuJints-list .list .cont ul {
    margin-right: -50px;
}

.RuJints-list .list .cont li {
    margin-right: 50px;
}

.RuJints-list .list .cont li .icon {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.RuJints-list .list .cont li .icon img {
    max-height: 100%;
}

.RuJints-list .list:nth-child(even) {
    flex-direction: row-reverse;
}

.RuJints-list .list .cont .ul {
    margin-right: -10px;
    margin-bottom: -45px;
}

.RuJints-list .list .cont .li {
    width: calc(100%/2 - 10px);
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 45px;
}

.RuJints-list .list .cont .li .icon {
    width: 65px;
}

.RuJints-list .list .cont .li .hit {
    width: calc(100% - 65px);
}

.RuJincj {
    background-color: #051b38;
}

.RuJincj-list {
    margin-right: -12px;
}

.RuJincj-list .list {
    width: calc(100%/8 - 12px);
    margin-right: 12px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 305px;
    transition: all .4s ease;
}

.RuJincj-list .list > img {
    width: 100%;
    height: 100%;
}

.RuJincj-list .list .show {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 20%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-right: 10px;
    padding-bottom: 14px;
    background-image: linear-gradient(to top,rgba(0,0,0,.7),rgba(0,0,0,0));
}

.RuJincj-list .list:nth-child(even) {
    margin-top: 25px;
}

.RuJincj-list .list:hover {
    transform: translateY(-20px);
}

.RuJinzx-cont .cont-l {
    width: 37.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.RuJinzx-cont .cont-r {
    width: 62.5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.RuJinzx-cont .cont-l .CommonBtn {
    width: 145px;
    height: 50px;
}

.RuJinzx-cont .cont-r img {
    transition: all .4s ease;
}

.RuJinzx-cont .cont-r img:hover {
    transform: translateY(-20px);
}

.Anlilb-list {
    margin-right: -25px;
    margin-bottom: -25px;
}

.Anlilb-list .list {
    width: calc(100%/3 - 25px);
    display: block;
    margin-right: 25px;
    margin-bottom: 25px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgba(0, 61, 157, 0.1);
}

.Anlilb-list .list .img {
    width: 100%;
    overflow: hidden;
}

.Anlilb-list .list .img img {
    width: 100%;
    height: 135px;
    transition: all .4s ease;
}

.Anlilb-list .list:hover .img img {
    transform: scale(1.04);
}

.Anlilb-list .list .cont {
    padding: 55px 35px;
}

.Anlilb-list .list .cont .title {
    transition: all .4s ease;
}

.Anlilb-list .list:hover .cont .title {
    color: var(--ty-primary);
}

.Anlilb-list .list .cont .btn {
    display: flex;
    align-items: center;
}

.Anlilb-list .list .cont .btn i {
    font-size: 12px;
    line-height: 1px;
    transform: rotate(180deg);
    margin-left: 5px;
    margin-top: -2px;
    transition: all .4s ease;
}

.Anlilb-list .list .cont .btn:hover i {
    transform: rotate(180deg) translateX(-10px);
}

.NewsBan > img {
    width: 100%;
}

.NewsBan .content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.NewsBan .content .contain.center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Newslb .contain {
    padding: 0px 100px;
}

.Newslb-list .list {
    padding: 30px 0px;
    border-bottom: 1px solid #ededed;
}

.Newslb-list .list .img {
    width: 240px;
    border-radius: 5px;
    overflow: hidden;
    height: 145px;
}

.Newslb-list .list .img img {
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}

.Newslb-list .list:hover .img img {
    transform: scale(1.04);
}

.Newslb-list .list .cont {
    width: calc(100% - 380px);
    padding-left: 40px;
    padding-top: 8px;
}

.Newslb-list .list .cont .data {
    color: #aeaeae;
}

.Newslb-list .list .cont .title {
    transition: all .4s ease;
}

.Newslb-list .list .cont .text {
    line-height: 1.725;
}

.Newslb-list .list:hover .cont .title {
    color: var(--ty-primary);
}

.Newslb-list .list .btn {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Newslb-list .list .btn i {
    transform: rotate(45deg);
    display: block;
    transition: all ease 0.4s;
}

.Newslb-list .list:hover .btn i {
    transform: rotate(90deg);
    color: var(--ty-primary);
}

.Newslb-muen {
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px;
}

.Newslb-muen a {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 25px;
    position: relative;
    transition: all .4s ease;
}

.Newslb-muen a::before {
    content: "";
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 2px;
    background-color: var(--ty-primary);
    opacity: 0;
    transition: all .4s ease;
}

.Newslb-muen a.current:before {
    opacity: 1;
}

.Newslb-muen a.current {
    color: var(--ty-primary);
}

.Newslb-muen a:hover {
    color: var(--ty-primary);
}

.JaoYusd {
    background-color: #272b34;
}

.JaoYusd-cont .cont-l {
    width: 50%;
    padding-right: 10px;
}

.JaoYusd-cont .cont-r {
    width: 50%;
    padding-left: 10px;
}

.JaoYusd-content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.JaoYusd-content > img {
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}

.JaoYusd-content:hover > img {
    transform: scale(1.04);
}

.JaoYusd-content .show {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 80%;
    background-image: linear-gradient(to top,rgba(0,0,0,.6),rgba(0,0,0,0));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0px 35px;
    padding-bottom: 30px;
}

.JaoYusd-content .show .text {

}

.JaoYusd-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.JaoYusd-list .list {
    height: calc(100%/2 - 10px);
}

.JaoYujz {
}

.JaoYujz-list {
    margin-right: -20px;
    justify-content: center;
}

.JaoYujz-list .list {
    width: calc(100%/4 - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 40px;
    border: 1px solid #dcdcdc;
    transition: all ease 0.4s;
}

.JaoYujz-list .list:hover {
    transform: translateY(-10px);
}

.JaoYujz-list .list .img {
    height: 52px;
    display: flex;
    align-items: center;
}

.JaoYujz-list .list .img img {
    max-height: 100%;
}

.swiper-btn a {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    transition: all .4s ease;
}

.JaoYuxg-list {
    margin-right: -33px;
}

.JaoYuxg-list .list {
    width: calc(100%/2 - 33px);
    margin-right: 33px;
    height: 375px;
    position: relative;
    overflow: hidden;
    display: block;
}

.JaoYuxg-list .list > img {
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}

.JaoYuxg-list .list:hover > img {
    transform: scale(1.04);
}

.JaoYuxg-list .list .show {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0px 40px;
    padding-bottom: 30px;
    background-image: linear-gradient(to top,rgba(0,0,0,.7),rgba(0,0,0,0));
}

.JaoYuxg-list .list .show .btn {
    width: 160px;
    height: 40px;
}


@keyframes bulletLine {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.research{
    background-color: #f5f5f5;
}

.research .CommonTitle {
    color: #161616;
}

.research .PageContain {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.research .PageContain .left {
    width: calc(100% - 800px);
}

.research .PageContain .right {
    width: 700px;
}

.research .PageContain .left .text {
    line-height: 1.725;
    margin-bottom: 40px;
}

.JaRugz-lun {
    padding: 0px 100px;
}

.JaRugz-lun .img img {
    width: 100%;
}

.JaRugz-lun .cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0 0;
}

.JaRugz-lun .cont .text{
    line-height: 1.725;
}

.research_list {
    position: relative;
}

.research_list .swiper-btn a {
    font-size: 24px;
    line-height: 1px;
    color: #979797;
}

.research_list .swiper-btn a:hover {
    color: var(--ty-primary);
}

.research_list .swiper-btn {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 3;
    transition: all .4s ease;
}

.research_list .swiper-btn.prev {
    left: 25px;
}

.research_list .swiper-btn.next {
    right: 25px;
}

.research_list .swiper-btn.next a {
    transform: rotate(180deg);
}

.honor_list{
    display: flex;
    justify-content: center;
}

.honor_list .honor_item{
    width: 30%;
    margin: 0 1.5%;
}

.honor_list .honor_item img{
    cursor: zoom-in;
}

.JaRugz-pages .swiper-pagination {
    margin-top: -8px;
}

.JaRugz-pages .swiper-pagination-bullet {
    margin: 0px 5px;
}

.JaRugz-pages .swiper-pagination-bullet-active {
    background: var(--ty-primary);
}

.JaRuxq {
    background-color: #f5f5f5;
}

.JaRuxq-cont .cont-l {
    width: 76%;
    padding-right: 20px;
}

.JaRuxq-cont .cont-r {
    width: 24%;
}

.JaRuxq-muen {
    background-color: #fff;
    padding: 24px 40px 100px 40px;
}

.JaRuxq-data .customSelect {
    display: block;
    width: 100px;
    position: relative;
}

.JaRuxq-data .customSelect-name {
    display: flex;
    align-items: center;
    height: 30px;
    position: relative;
    font-size: 14px;
    color: #999;
    cursor: pointer;
}

.JaRuxq-data .customSelect-name::after {
    content: "\e727";
    position: absolute;
    font-family: "icon";
    font-size: 12px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    right: 0px;
    top: 0;
    transform: rotateX(-360deg);
}

.JaRuxq-data .customSelect-drop {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 30px;
    max-height: 200px;
    border-top: none;
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    background: #eaf1f5;
    cursor: pointer;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.JaRuxq-data .customSelect-drop>div {
    padding: 0px 10px;
    height: 30px;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 14px;
    color: var(--ty-primary);
    transition: all .4s ease;
}

.JaRuxq-data .customSelect-drop>div::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #f4f8fa;
}

.JaRuxq-data .customSelect-drop>div:last-child::after {
    display: none;
}

.JaRuxq-data .customSelect-drop>div:hover,.JaRuxq-data .customSelect-drop>div.active {
    background: #dadfe5;
    color: var(--ty-primary);
}

.JaRuxq-data .customSelect-drop::-webkit-scrollbar {
    width: 2px;
    height: 4px;
}

.JaRuxq-data .customSelect-drop::-webkit-scrollbar-thumb {
    background: #7a8896;
}

.JaRuxq-data .customSelect-drop::-webkit-scrollbar-track {
    background: #fff;
}

.JaRuxq-data .customSelect-name.noRadius {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.JaRuxq-data .customSelect-name.noRadius::after {
    transform: rotateX(180deg);
}

.JaRuxq-title {
    display: flex;
    align-items: center;
}

.JaRuxq-title span {
    width: 24px;
    height: 24px;
    background-color: var(--ty-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.JaRuxq-ul .li {
    margin-right: 30px;
    position: relative;
}

.JaRuxq-ul .li::before {
    content: "";
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 24px;
    background-color: #ededed;
}

.JaRuxq-hit {
    justify-content: space-between;
}

.JaRuxq-hit .btn {
    width: 115px;
    height: 40px;
}

.JaRuxq-name {
    align-items: center;
}

.JaRuxq-name span {
    width: 95px;
}

.JaRuxq-name .line {
    width: calc(100% - 95px);
    height: 1px;
    background-color: #eeeeee;
}

.JaRuxq-btn {
    display: flex;
    justify-content: center;
}

.JaRuxq-btn .btn {
    width: 135px;
    height: 40px;
}

.JaRuxq-sticky {
    background-color: #fff;
    padding: 25px 20px 5px 20px;
    position: sticky;
    top: 90px;
}

.JaRuxq-sticky-hit {
    justify-content: space-between;
    align-items: center;
}

.JaRuxq-sticky-hit .btn {
    transition: all .4s ease;
}

.JaRuxq-sticky-hit .btn:hover {
    color: var(--ty-primary);
}

.JaRuxq-list .list {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #eeeeee;
    height: 65px;
}

.JaRuxq-list .list:last-child {
    border-bottom: 0px dashed #eeeeee;
}

.JaRuxq-list .list span {
    width: 24px;
    height: 24px;
    background-color: var(--ty-primary);
    display: flex;
    justify-content: center;
    align-items: center;
}

.JaRuxq-list .list .title {
    width: calc(100% - 24px);
    padding-left: 8px;
    transition: all .4s ease;
}

.JaRuxq-list .list:hover .title {
    color: var(--ty-primary);
}

.JaRuZhixq-muen {
    background-color: #fff;
    padding: 35px;
}

.JaRuZhixq-pulldown .customSelect {
    display: block;
    width: 230px;
    position: relative;
    user-select: none;
    margin-right: 15px;
}

.JaRuZhixq-pulldown .customSelect-name {
    display: flex;
    align-items: center;
    height: 50px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #c1c5cc;
    padding: 0 10px;
    font-size: 16px;
    color: #999;
    cursor: pointer;
}

.JaRuZhixq-pulldown .customSelect-name::after {
    content: "\e727";
    position: absolute;
    font-family: "icon";
    font-size: 14px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    right: 10px;
    top: 0;
    transform: rotateX(-360deg);
}

.JaRuZhixq-pulldown .customSelect-drop {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 50px;
    max-height: 200px;
    border: 2px solid #c1c5cc;
    border-top: none;
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    background: #eaf1f5;
    cursor: pointer;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.JaRuZhixq-pulldown .customSelect-drop>div {
    padding: 0 14px;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 14px;
    color: #666;
    transition: all .4s ease;
}

.JaRuZhixq-pulldown .customSelect-drop>div::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #f4f8fa;
}

.JaRuZhixq-pulldown .customSelect-drop>div:last-child::after {
    display: none;
}

.JaRuZhixq-pulldown .customSelect-drop>div:hover,.JaRuZhixq-pulldown .customSelect-drop>div.active {
    background: #dadfe5;
    color: var(--ty-primary);
}

.JaRuZhixq-pulldown .customSelect-drop::-webkit-scrollbar {
    width: 2px;
    height: 4px;
}

.JaRuZhixq-pulldown .customSelect-drop::-webkit-scrollbar-thumb {
    background: #7a8896;
}

.JaRuZhixq-pulldown .customSelect-drop::-webkit-scrollbar-track {
    background: #fff;
}

.JaRuZhixq-pulldown .customSelect-name.noRadius {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.JaRuZhixq-pulldown .customSelect-name.noRadius::after {
    transform: rotateX(180deg);
}

.JaRuZhixq-list {
    background-color: #fff;
    padding: 0px 35px;
}

.JaRuZhixq-list .list {
    height: 145px;
    display: block;
    border-bottom: 1px solid #eeeeee;
    padding-top: 22px;
}

.JaRuZhixq-list .list .JaRuxq-title {
    transition: all .4s ease;
}

.JaRuZhixq-list .list:hover .JaRuxq-title {
    color: var(--ty-primary);
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: auto;
    transform: translate3d(0,0,0);
    -webkit-font-smoothing: antialiased
}

.fp-auto-height.fp-section, .fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell {
    height: auto !important;
}

.Abouwh-lun > img {
    width: 100%;
    height: 100vh;
}

.Abouwh-lun .content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.Abouwh-page {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 70px;
}

.Abouwh-page .list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    opacity: .3;
    margin-bottom: 20px;
    transition: all .4s ease;
}

.Abouwh-page .list .span {
    width: 9px;
    height: 9px;
    border-radius: 100px;
    background-color: #fff;
    margin-left: 30px;
    position: relative;
}

.Abouwh-page .list .name {
    font-size: 18px;
    color: #fff;
}

.Abouwh-page .list.active {
    opacity: 1;
}

.Abouwh-page .list .span::before {
    content: "";
    width: 27px;
    height: 36px;
    border: 2px solid #fff;
    border-radius: 13.5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: all .4s ease;
}

.Abouwh-page .list:last-child {
    margin-bottom: 0px;
}

.Abouwh-page .list.active .span::before {
    opacity: 1;
}

.ProXqMain{
    background-color: #f5f5f5;
}

.ProXqMain-cont .cont-l {
    width: 50%;
}

.ProXqMain-cont .cont-r {
    width: 50%;
    padding-left: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ProXqMain-cont .cont-r .CommonBtn{
    width: 170px;
    height: 42px;
}

.ProXqMain-ul li {
    display: block;
    padding-left: 17px;
    position: relative;
    line-height: 1.6;
}

.ProXqMain-ul li::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 100px;
}

.ProXqMain-cont .cont-l .thumbs {
    padding: 0px 45px;
    position: relative;
}

.ProXqMain-thumbs-year {
    height: 85px;
    border-radius: 8px;
    border: 1px solid #dddddd;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    transition: all .4s ease;
}

.ProXqMain-thumbs-year img {
    max-height: 100%;
}

.ProXqMain-thumbs-year.active {
    border: 1px solid var(--ty-primary);
}

.thumbs-prev a,.thumbs-next a {
    width: 24px;
    height: 24px;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 12px;
    color: #0d0d0d;
    transition: all .4s ease;
}

.thumbs-prev,.thumbs-next {
    position: absolute;
    top: 50%;
    z-index: 3;
    opacity: 0;
    transition: all .4s ease;
}

.thumbs-prev {
    left: 0px;
    transform: translateY(-50%);
}

.thumbs-next {
    right: 0px;
    transform: translateY(-50%) rotate(180deg);
}

.ProXqMain-cont .cont-l .thumbs:hover .thumbs-prev,.ProXqMain-cont .cont-l .thumbs:hover .thumbs-next {
    opacity: 1;
}

.thumbs-prev a:hover,.thumbs-next a:hover {
    background-color: var(--ty-primary);
    border: 1px solid var(--ty-primary);
    color: #fff;
}

.ProXqMain-gallery-more {
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.ProXqMain-gallery-more img {
    max-height: 100%;
}

.ProXqMain-loop-zoom {
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
}

.ProXqMain-loop-zoom img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ProXqxl-cont {
    display: flex;
    justify-content: center;
}

.ProXqly {
    background-color: #000000;
}

.ProXqsj-Title .text {
    color: rgba(255, 255, 255, .4);
}

.ProXqsj-list {
    justify-content: center;
}

.ProXqsj-list .list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px 65px;
}

.ProXqsj-list .list .number {
    background-image: linear-gradient(130deg, #83defe, var(--ty-primary) 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ProXqsj-cont {
    display: flex;
    justify-content: center;
}

.ProXqcl-Title .text {
    color: rgba(255, 255, 255, .4);
}

.ProXqcl-cont {
    align-items: center;
    margin-top: 730px;
    padding: 0px 165px;
}

.ProXqcl-cont .cont-l {
    width: 180px;
}

.ProXqcl-cont .cont-r {
    width: calc(100% - 180px);
    align-items: center;
}

.ProXqcl-cont .cont-l .name {
    color: #37a1ed;
}

.ProXqcl-list .list {
    margin-right: 75px;
}

.ProXqcl-list .list .number {
    color: #3798f7;
}

.ProXqcl-list .list .text {
    color: rgba(255, 255, 255, .4);
}

.ProXqcl-list .list:last-child {
    margin-right: 0px;
}

.ProXqxn {
    background-color: #000;
}

.ProXqxn-list {
    margin-top: -160px;
    position: relative;
}

.ProXqxn-list .list {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    padding: 0px 165px;
}

.ProXqxn-list .list:last-child {
    margin-bottom: 0px;
}

.ProXqjc > img {
    width: 100%;
}

.ProXqjc .content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.ProXqjc-list {
    margin-right: -90px;
    margin-bottom: -45px;
    justify-content: center;
    padding: 0px 280px;
}

.ProXqjc-list .list {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-right: 90px;
    margin-bottom: 45px;
}

.ProXqjc-list .list .img {
    height: 75px;
    display: flex;
    align-items: center;
}

.ProXqjc-list .list .img img {
    max-height: 100%;
}

.ProXqkz-list {
    margin-right: -75px;
    margin-top: 350px;
}

.ProXqkz-list .list {
    width: calc(100%/2 - 75px);
    margin-right: 75px;
}

.ProXqkz-list .list .cont .line {
    width: 100%;
    height: 1px;
    background-color: #3f3f41;
}

.ProXqkz-list .list .cont ul {
    margin-right: -35px;
    margin-bottom: -10px;
}

.ProXqkz-list .list .cont li {
    margin-right: 35px;
    margin-bottom: 10px;
}

.ProXqyy {
    background-color: #000000;
}

.ProXqyy-lun > img {
    width: 100%;
}

.ProXqyy-list .PageContain {
    padding: 0px 115px;
}

.ProXqyy-list .list {
    position: relative;
    border-top: 1px solid #333;
    flex: 1;
    display: flex;
    justify-content: center;
    padding-top: 12px;
    transition: all .4s ease;
}

.ProXqyy-list .list.active {
    color: #fff;
}

.ProXqyy-list .list::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0px;
    width: 100%;
    height: 3px;
    background-color: #fff;
    opacity: 0;
    transition: all .4s ease;
}

.ProXqyy-list .list.active::before {
    opacity: 1;
}

.ProXqxg .PageContain.relate {
    background: #f5f5f5;
    padding: 50px 0;
}

.ProXqxg-list {
    padding: 0px 130px;
    justify-content: center;
}

.ProXqxg-list .list {
    width: calc(100% / 3 - 30px);
    margin: 0 15px;
}

.ProXqxg-list .list .img {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fafafa;
}

.ProXqxg-list .list .img img {
    max-height: 100%;
    opacity: 1;
    transition: all .4s ease;
}

.ProXqxg-list .list:hover .img img {
    opacity: 0.9;
}

.ProXqxg-list .list .cont {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ProXqMain-cont .cont-l {
    position: relative;
}

.ProXqMain-cont .cont-l #shadow {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100px;
    height: 100px;
}

.ProXqMain-cont .cont-l .bigImg {
    position: absolute;
    width: 400px;
    height: 400px;
    right: -410px;
    top: 0px;
}

.ProXqMain-cont .cont-l .bigImg img {
    position: absolute;
    left: 0;
    top: 0;
}

.ProXqMain-cont .cont-l .gallery {
    position: relative;
}

.ProXqMain-gallery-btn {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ProXqkz > img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.ProXqkz .PageContain {
    position: relative;
    z-index: 3;
}

.pro_detail{
    line-height: 1.725;
    padding: 0px 130px;
    padding-bottom: 40px;
}

.YinJinlb {
    background-color: #f5f5f5;
}

.YinJinlb-list {
    justify-content: space-between;
}

.YinJinlb-list .list {
    width: calc(100% / 2 - 10px);
    margin-bottom: 20px;
    background-color: #fff;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.YinJinlb-list .list .img {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.YinJinlb-list .list .img img {
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}

.YinJinlb-list .list .title {
    transition: all .4s ease;
}

.YinJinlb-list .list:hover .title {
    color: var(--ty-primary);
}

.YinJinlb-list .list:hover .img img {
    transform: scale(1.04);
}

.JaRuxq-Fenxiang {
    position: relative;
}

.JaRuxq-Fenxiang .btn {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.JaRuxq-Fenxiang .btn i {
    font-size: 12px;
    transform: rotate(-90deg);
    margin-left: 5px;
}

.JaRuxq-Fenxiang-cont {
    position: absolute;
    background-color: #fff;
    right: 0px;
    top: 17px;
    z-index: 3;
    padding: 18px 15px;
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.1);
    width: 210px;
    display: none;
}

.JaRuxq-Fenxiang-cont.active {
    display: block;
}

.JaRuxq-Fenxiang-cont .hit textarea {
    width: calc(100% - 68px);
    height: 30px;
    border: 1px solid #999;
    padding: 5px;
}

.JaRuxq-Fenxiang-cont .hit a {
    width: 68px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--ty-primary);
}

.JaRuxq-Fenxiang-cont .img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ZhShzc-list {
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    padding: 60px 200px;
    justify-content: space-between;
    margin-top: -90px;
    position: relative;
    z-index: 3;
}

.ZhShzc-list .list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ZhShzc-list .list .img {
    height: 100px;
    transition: all .4s ease;
}

.ZhShzc-list .list .img img {
    max-height: 100%;
}

.ZhShhy-cont .cont-l {
    width: 25%;
    padding-right: 20px;
}

.ZhShhy-cont .cont-r {
    width: 75%;
}

.ZhShhy-muen {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 59px 0px rgba(3, 28, 77, 0.16);
    width: 100%;
    height: 100%;
    display: block;
}

.ZhShhy-muen > img {
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}

.ZhShhy-muen:hover > img {
    transform: scale(1.04);
}

.ZhShhy-muen .show {
    position: absolute;
    padding: 30px 35px;
    top: 0px;
    left: 0px;
}

.ZhShhy-list {
    margin-right: -20px;
    margin-bottom: -20px;
}

.ZhShhy-list .list {
    width: calc(100%/3 - 20px);
    height: calc(100%/2 - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
}

.ZhShys {
    background-color: #f8f8f8;
}

.ZhShys-muen {
    justify-content: center;
}

.ZhShys-list {
    background-color: #fff;
    border-radius: 27px;
    padding: 3px 5px;
    width: fit-content;
}

.ZhShys-list a {
    padding: 0px 12px;
    height: 48px;
    display: flex;
    align-items: center;
    border-radius: 24px;
    margin-right: 10px;
    transition: all .4s ease;
}

.ZhShys-list a:last-child {
    margin-right: 0px;
}

.ZhShys-list a.active {
    background-color: var(--ty-primary);
    color: #fff;
}

.ZhShys-svp {
    position: relative;
}

.ZhShys-svp .swiper-container {
    padding: 0px 360px;
}

.ZhShys-lun {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    height: 480px;
}

.ZhShys-lun > img {
    height: 100%;
    width: 100%;
    transition: all .4s ease;
}

.ZhShys-lun:hover > img {
    transform: scale(1.04);
}

.ZhShys-lun .show {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0px 20px 110px;
    background-image: linear-gradient(to right,rgba(0,0,0,1),rgba(0,0,0,0));
    transition: all .4s ease;
    opacity: 0;
}

.ZhShys-lun .show .text {
    width: 500px;
}

.ZhShys-svp .swiper-slide-active .ZhShys-lun .show {
    opacity: 1;
}

.ZhShys-svp .swiper-btn a {
    font-size: 24px;
    line-height: 1px;
    color: #fff;
    height: 120px;
    width: 70px;
    border-radius: 36px;
    background-color: rgba(0, 0, 0, .2);
}

.ZhShys-svp .swiper-btn a:hover {
    color: var(--ty-primary);
}

.ZhShys-svp .swiper-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    transition: all .4s ease;
}

.ZhShys-svp .swiper-btn.prev {
    left: 380px;
}

.ZhShys-svp .swiper-btn.next {
    right: 380px;
}

.ZhShys-svp .swiper-btn.next a {
    transform: rotate(180deg);
}

.ZhShys-pages {
    display: none;
    justify-content: center;
    height: 3px;
    position: relative;
}

.ZhShys-pages .swiper-pagination {
    margin-top: -12px;
}

.ZhShys-pages .swiper-pagination-bullet {
    width: 16px;
    height: 3px;
    border-radius: 1.5px;
    background: #e5f1ff;
    opacity: 1;
    margin: 0px 2px;
    transition: all .4s ease;
}

.ZhShys-pages .swiper-pagination-bullet-active {
    width: 25px;
    background: var(--ty-primary);
}

.ZhShsj-bg {
    height: 770px;
    position: relative;
    background-color: #000000;
}

.ZhShsj-bg > img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .4s ease;
}

.ZhShsj-bg > img.active {
    opacity: 1;
}

.ZhShsj-list {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.ZhShsj-list .list {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-right: 1px solid rgba(255, 255, 255, .2);
    position: relative;
}

.ZhShsj-list .list:last-child {
    border-right: 0px solid rgba(255, 255, 255, .2);
}

.ZhShsj-list .list:nth-child(1)::after {
    content: '';
    position: absolute;
    left: -1px;
    height: 60px;
    top: -60px;
    width: 1px;
    background: #fff;
    animation: scroll2 2.1s linear infinite;
}

.ZhShsj-list .list:nth-child(2)::after {
    content: '';
    position: absolute;
    left: -1px;
    height: 60px;
    top: -60px;
    width: 1px;
    background: #fff;
    animation: scroll2 2s 1.2s linear infinite;
}

.ZhShsj-list .list:nth-child(3)::after {
    content: '';
    position: absolute;
    left: -1px;
    height: 60px;
    top: -60px;
    width: 1px;
    background: #fff;
    animation: scroll2 1.8s 0.7s linear infinite;
}

.ZhShsj-list .list:nth-child(4)::after {
    content: '';
    position: absolute;
    left: -1px;
    height: 60px;
    top: -60px;
    width: 1px;
    background: #fff;
    animation: scroll2 2.1s linear infinite;
}

.ZhShsj-list .list:nth-child(6)::after {
    content: '';
    position: absolute;
    left: -1px;
    height: 60px;
    top: -60px;
    width: 1px;
    background: #fff;
    animation: scroll2 2s 1.2s linear infinite;
}

.ZhShsj-list .list:nth-child(5)::after {
    content: '';
    position: absolute;
    left: -1px;
    height: 60px;
    top: -60px;
    width: 1px;
    background: #fff;
    animation: scroll2 1.8s 0.7s linear infinite;
}

.ZhShsj-list .list:nth-child(7)::after {
    content: '';
    position: absolute;
    left: -1px;
    height: 60px;
    top: -60px;
    width: 1px;
    background: #fff;
    animation: scroll2 2.1s linear infinite;
}

.ZhShsj-list .list:nth-child(7)::before {
    content: '';
    position: absolute;
    right: -1px;
    height: 60px;
    top: -60px;
    width: 1px;
    background: #fff;
    animation: scroll2 2.1s linear infinite;
}

@keyframes scroll2 {
    0% {
        top: 0;
    }

    60% {
        top: 100%;
    }

    100% {
        top: 100%;
    }
}

.ZhShyt-list {
    justify-content: space-between;
    padding: 0px 265px;
}

.ZhShyt-list .list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ZhShyt-muen {
    margin-right: -20px;
}

.ZhShyt-muen .list {
    width: calc(100%/3 - 20px);
    margin-right: 20px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.ZhShyt-muen .list > img {
    height: 300px;
    transition: all .4s ease;
}

.ZhShyt-muen .list:hover > img {
    transform: scale(1.04);
}

.ZhShyt-muen .list .show {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to top,rgba(0,0,0,.7),rgba(0,0,0,0));
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0px 15px 22px 15px;
}

.ZhShzx {
    background-color: #f8f8f8;
}

.ZhShzx-cont {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.ZhShzx-cont .cont-l {
    width: 50%;
    padding: 80px 100px 80px 80px;
}

.ZhShzx-cont .cont-r {
    width: 50%;
}

.ZhShzx-cont .cont-r img {
    width: 100%;
    height: 100%;
}

.ZhShzx-from .list {
    margin-bottom: 19px;
}

.ZhShzx-from .list:last-child {
    margin-bottom: 0px;
}

.ZhShzx-from .list input {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f8f8f8;
    padding: 0px 15px;
    font-size: 16px;
}

.ZhShzx-from .list input::-webkit-input-placeholder {
    color: #b3b3b3;
    font-size: 16px;
}

.ZhShzx-from .list input:-moz-placeholder {
    color: #b3b3b3;
    font-size: 16px;
}

.ZhShzx-from .list input::-moz-placeholder {
    color: #b3b3b3;
    font-size: 16px;
}

.ZhShzx-from .list input:-ms-input-placeholder {
    color: #b3b3b3;
    font-size: 16px;
}

.ZhShzx-from .list textarea {
    width: 100%;
    height: 150px;
    border-radius: 10px;
    background-color: #f8f8f8;
    padding: 15px;
    font-size: 16px;
}

.ZhShzx-from .list textarea::-webkit-input-placeholder {
    color: #b3b3b3;
    font-size: 16px;
}

.ZhShzx-from .list textarea:-moz-placeholder {
    color: #b3b3b3;
    font-size: 16px;
}

.ZhShzx-from .list textarea::-moz-placeholder {
    color: #b3b3b3;
    font-size: 16px;
}

.ZhShzx-from .list textarea:-ms-input-placeholder {
    color: #b3b3b3;
    font-size: 16px;
}

.ZhShzx-from .customSelect {
    display: block;
    width: 100%;
    position: relative;
    user-select: none;
}

.ZhShzx-from .customSelect-name {
    display: flex;
    align-items: center;
    height: 60px;
    position: relative;
    border-radius: 10px;
    background-color: #f8f8f8;
    padding: 0 15px;
    font-size: 16px;
    color: #b3b3b3;
    cursor: pointer;
}

.ZhShzx-from .customSelect-name::after {
    content: "\e727";
    position: absolute;
    font-family: "icon";
    font-size: 14px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    right: 14px;
    top: 0;
    transform: rotateX(180deg);
}

.ZhShzx-from .customSelect-drop {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 50px;
    max-height: 200px;
    border-top: none;
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    background: #eaf1f5;
    cursor: pointer;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ZhShzx-from .customSelect-drop>div {
    padding: 0 14px;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 14px;
    color: #333333;
    transition: all .4s ease;
}

.ZhShzx-from .customSelect-drop>div::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #f4f8fa;
}

.ZhShzx-from .customSelect-drop>div:last-child::after {
    display: none;
}

.ZhShzx-from .customSelect-drop>div:hover,.ZhShzx-from .customSelect-drop>div.active {
    background: #dadfe5;
    color: #333333;
}

.ZhShzx-from .customSelect-drop::-webkit-scrollbar {
    width: 2px;
    height: 4px;
}

.ZhShzx-from .customSelect-drop::-webkit-scrollbar-thumb {
    background: #7a8896;
}

.ZhShzx-from .customSelect-drop::-webkit-scrollbar-track {
    background: #fff;
}

.ZhShzx-from .customSelect-name.noRadius {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.ZhShzx-from .customSelect-name.noRadius::after {
    transform: rotate(0);
}

.ZhShzx-btn {
    margin-right: -20px;
}

.ZhShzx-btn a {
    width: calc(100%/2 - 20px);
    height: 60px;
    border-radius: 10px;
    margin-right: 20px;
}

.ZhShzx-hit span {
    color: #fe0000;
    margin-right: 5px;
}

.Newsxq-cont {
    width: 75%;
    margin: 0 auto;
}

.Newsxq-Title {
    text-align: center;
}

.Newsxq-Title .data {
    color: #aeaeae;
}

.Newsxq-content {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    line-height: 1.8;
}

.Newsxq-btn {
    align-items: center;
}

.Newsxq-btn-left {
    width: calc(100% - 145px);
}

.Newsxq-btn-right {
    width: 145px;
}

.Newsxq-btn-right a {
    width: 145px;
    height: 40px;
    background-color: var(--ty-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
}

.Newsxq-btn-right a:hover {
    background-color: #161616;
}

.Newsxq-btn-left a {
    padding-right: 10px;
    margin-bottom: 12px;
    transition: all .4s ease;
}

.Newsxq-btn-left a:last-child {
    margin-bottom: 0px;
}

.Newsxq-btn-left a:hover {
    color: var(--ty-primary);
}

.ShouHoBan .PageContain {
    padding-bottom: 40px;
}

.QuDonNav {
    border-bottom: 1px solid #edeeee;
}

.QuDonNav-list {
    justify-content: center;
}

.QuDonNav-list .list {
    display: flex;
    align-items: center;
    height: 80px;
    margin: 0px 4px;
    padding: 0px 35px;
    position: relative;
    transition: all .4s ease;
}

.QuDonNav-list .list::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 3px;
    background-color: var(--ty-primary);
    opacity: 0;
    transition: all .4s ease;
}

.QuDonNav-list .list.active {
    color: var(--ty-primary);
}

.QuDonNav-list .list.active::before {
    opacity: 1;
}

.QuDonNav-list .list:hover {
    color: var(--ty-primary);
}

.QuDonlb-PullDown {
    justify-content: center;
}

.QuDonlb-PullDown .customSelect {
    display: block;
    width: 275px;
    position: relative;
    user-select: none;
    margin: 0px 10px;
}

.QuDonlb-PullDown .customSelect-name {
    display: flex;
    align-items: center;
    height: 50px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    padding: 0 20px;
    font-size: 16px;
    color: #888888;
    cursor: pointer;
}

.QuDonlb-PullDown .customSelect-name::after {
    content: "\e727";
    position: absolute;
    font-family: "icon";
    color: var(--ty-primary);
    font-size: 12px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    right: 20px;
    top: 0;
    transform: rotateX(180deg);
}

.QuDonlb-PullDown .customSelect-drop {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 50px;
    max-height: 200px;
    border-top: none;
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    background: #eaf1f5;
    cursor: pointer;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.QuDonlb-PullDown .customSelect-drop>div {
    padding: 0 14px;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 14px;
    color: #00a8ff;
    transition: all .4s ease;
}

.QuDonlb-PullDown .customSelect-drop>div::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #f4f8fa;
}

.QuDonlb-PullDown .customSelect-drop>div:last-child::after {
    display: none;
}

.QuDonlb-PullDown .customSelect-drop>div:hover,.QuDonlb-PullDown .customSelect-drop>div.active {
    background: #dadfe5;
    color: var(--ty-primary);
}

.QuDonlb-PullDown .customSelect-drop::-webkit-scrollbar {
    width: 2px;
    height: 4px;
}

.QuDonlb-PullDown .customSelect-drop::-webkit-scrollbar-thumb {
    background: #7a8896;
}

.QuDonlb-PullDown .customSelect-drop::-webkit-scrollbar-track {
    background: #fff;
}

.QuDonlb-PullDown .customSelect-name.noRadius {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.QuDonlb-PullDown .customSelect-name.noRadius::after {
    transform: rotate(0);
}

.QuDonlb-table table {
    width: 100%;
}

.QuDonlb-table table th {
    height: 60px;
    font-family: "HM";
    font-size: 18px;
    color: #fff;
    background-color: var(--ty-primary);
    font-weight: 500;
}

.QuDonlb-table table tr:nth-child(even) td {
    background-color: #f7f7f7;
}

.QuDonlb-table table td {
    padding: 35px;
}

.QuDonlb-table table td p {
    color: #666;
    font-size: 15px;
}

.QuDonlb-table table td a {
    font-size: 15px;
    color: var(--ty-primary);
    padding-left: 22px;
    position: relative;
}

.QuDonlb-table table td a::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 2px;
    width: 16px;
    height: 12px;
    background: url(../image/QuDonlb-table.png) center no-repeat;
    background-size: cover;
}

.QuDonlb-table table td:nth-child(1) {
    font-size: 18px;
    font-family: "HM";
    color: #333;
}

.LianXily-cont {
    background: #fff;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.LianXily-cont .cont-l {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.LianXily-cont .cont-r {
    width: 65%;
}

.LianXily-from {
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 50px 60px;
}

.LianXily-from .from {
    margin-right: -20px;
}

.LianXily-from .from .list {
    width: calc(100% - 20px);
    margin-bottom: 15px;
}

.LianXily-from .from .list input {
    width: 100%;
    height: 50px;
    background-color: #f8f8f8;
    padding: 0px 15px;
    color: #333!important;
    border: 1px transparent solid;
    transition: all ease 0.4s;
}

.LianXily-from .from .list textarea {
    width: 100%;
    min-height: 140px;
    resize: vertical;
    background-color: #f8f8f8;
    padding: 10px 15px;
    color: #333!important;
    border: 1px transparent solid;
    transition: all ease 0.4s;
}

.LianXily-from .from .list input:focus,.LianXily-from .from .list textarea:focus {
    border-color: var(--ty-primary);
}

.LianXily-from .from .list.lty {
    width: calc(100% - 20px);
}

.LianXily-from .from .list input::-webkit-input-placeholder {
    color: #b3b3b3;
    font-size: 16px;
}

.LianXily-from .from .list input:-moz-placeholder {
    color: #b3b3b3;
    font-size: 16px;
}

.LianXily-from .from .list input::-moz-placeholder {
    color: #b3b3b3;
    font-size: 16px;
}

.LianXily-from .from .list input:-ms-input-placeholder {
    color: #b3b3b3;
    font-size: 16px;
}

.LianXily-from .from .list textarea::-webkit-input-placeholder {
    color: #b3b3b3;
    font-size: 16px;
}

.LianXily-from .from .list textarea:-moz-placeholder {
    color: #b3b3b3;
    font-size: 16px;
}

.LianXily-from .from .list textarea::-moz-placeholder {
    color: #b3b3b3;
    font-size: 16px;
}

.LianXily-from .from .list textarea:-ms-input-placeholder {
    color: #b3b3b3;
    font-size: 16px;
}

.LianXily-from .from .list:last-child {
    display: flex;
}

.LianXily-from .from .list:last-child input {
    width: calc(100% - 210px);
}

.LianXily-from .from .list:last-child .img {
    width: 210px;
    padding-left: 10px;
}

.LianXily-from .from .list:last-child .img img {
    width: 100%;
    height: 60px;
    border-radius: 10px;
    border: 1px solid #eeeeee;
}

.LianXily-btn a {
    width: 200px;
    height: 50px;
}

.LianXily {
    background-color: #f5f5f5;
}

.liuyanbox {
    position: relative;
}

.liuyanbox #hide {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10px
}

.LianXifw {
    background-color: #f5f5f5;
}

.LianXifw .tit{
    padding: 30px 70px 30px 90px;
    position: relative;
    z-index: 1;
    background: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.06);
    position: relative;
}
.LianXifw .tit:before{
    content: "";
    display: block;
    height: 1em;
    width: 4px;
    background: var(--ty-primary);
    position: absolute;
    left: 70px;
    top: 50%;
    margin-top: -0.5em;
}

.LianXifw-list {
    justify-content: space-between;
    background: #fff;
    padding: 40px;
}

.LianXifw-list .list {
    width: 25%;
    overflow: hidden;
    background-color: #fff;
    display: block;
    padding: 0 30px;
    transition: all .4s ease;
    position: relative;
}

.LianXifw-list .list.code {
    text-align: center;
}

.LianXifw-list .list.code img{
    width: 120px;
}

.LianXifw-list .list .title {
    color: var(--ty-primary);
    transition: all .4s ease;
}

.map_iframe {
    border: none;
    width: 100%;
    padding: 10px 10px 10px 0;
    height: 100%
}

.KeZhiys-list {
    margin-right: -40px;
}

.KeZhiys-list .list {
    width: calc(100%/3 - 40px);
    margin-right: 40px;
    border-radius: 30px;
    border: 1px solid #dcdcdc;
    padding: 50px 55px;
    transition: all .4s ease;
}

.KeZhiys-list .list .img {
    height: 65px;
    display: flex;
    align-items: center;
}

.KeZhiys-list .list .img img {
    max-height: 100%;
}

.KeZhiys-list .list:hover {
    transform: translateY(-10px);
}

.KeZhifw {
    background-color: #f5f5f5;
}

.KeZhifw-list {
    margin-right: -40px;
}

.KeZhifw-list .list {
    width: calc(100%/2 - 40px);
    margin-right: 40px;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 50px 0px rgba(31, 59, 115, 0.2);
}

.KeZhifw-list .list .img {
    height: 250px;
    overflow: hidden;
}

.KeZhifw-list .list .img img {
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}

.KeZhifw-list .list:hover .img img {
    transform: scale(1.04);
}

.KeZhifw-list .list .cont {
    padding: 70px;
}

.KeZhizl-cont {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 50px 0px rgba(31, 59, 115, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 35px 30px 65px;
}

.KeZhidt {
    background: url(../image/KeZhidt-bg.jpg) center no-repeat;
    background-size: cover;
}

.KeZhidt-map {
    display: flex;
    justify-content: center;
    position: relative;
}

.KeZhibd {
    background-color: #f5f5f5;
}

.KeZhibd .LianXily-cont {
    margin-top: 0px !important;
}

.HeZuohz {
    background-color: #f5f5f5;
}

.HeZuohz-list {
    margin-right: -40px;
    margin-bottom: -40px;
}

.HeZuohz-list .list {
    width: calc(100%/3 - 40px);
    margin-right: 40px;
    margin-bottom: 40px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    padding: 30px 30px 35px 30px;
    transition: all .4s ease;
}

.HeZuohz-list .list .img {
    text-align: center;
    transition: all .4s ease;
}

.HeZuohz-list .list .img img {
    max-width: 80%;
}

.HeZuohz-list .list .hide {
    opacity: 0;
    transition: all .4s ease;
}

.HeZuohz-list .list:hover .img {
    margin-top: 40px;
    text-align: left;
}

.HeZuohz-list .list:hover .hide {
    opacity: 1;
}

.HeZuohz-list .list:hover {
    padding: 30px 30px 55px 30px;
}

.HeZuohz-PullDown .customSelect {
    display: block;
    width: 240px;
    position: relative;
    user-select: none;
    margin-right: 10px;
}

.HeZuohz-PullDown .customSelect-name {
    display: flex;
    align-items: center;
    height: 48px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #a0a0a0;
    padding: 0 18px;
    font-size: 16px;
    color: #aeaeae;
    cursor: pointer;
    background-color: #ffffff;
}

.HeZuohz-PullDown .customSelect-name::after {
    content: "\e727";
    position: absolute;
    font-family: "icon";
    font-size: 12px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    right: 18px;
    top: 0;
    transform: rotateX(180deg);
}

.HeZuohz-PullDown .customSelect-drop {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 48px;
    max-height: 200px;
    border-top: none;
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    background: #eaf1f5;
    cursor: pointer;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.HeZuohz-PullDown .customSelect-drop>div {
    padding: 0 14px;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 14px;
    color: #333;
    transition: all .4s ease;
}

.HeZuohz-PullDown .customSelect-drop>div::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #f4f8fa;
}

.HeZuohz-PullDown .customSelect-drop>div:last-child::after {
    display: none;
}

.HeZuohz-PullDown .customSelect-drop>div:hover,.HeZuohz-PullDown .customSelect-drop>div.active {
    background: #dadfe5;
    color: var(--ty-primary);
}

.HeZuohz-PullDown .customSelect-drop::-webkit-scrollbar {
    width: 2px;
    height: 4px;
}

.HeZuohz-PullDown .customSelect-drop::-webkit-scrollbar-thumb {
    background: #7a8896;
}

.HeZuohz-PullDown .customSelect-drop::-webkit-scrollbar-track {
    background: #fff;
}

.HeZuohz-PullDown .customSelect-name.noRadius {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.HeZuohz-PullDown .customSelect-name.noRadius::after {
    transform: rotate(0);
}

.HeZuohz-list .list:hover .img {
    margin-top: 26px;
}

.partnerLogo {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to bottom,#e7effc,#fff);
}

.partnerLogo .swiper-container {
    width: 1920px;
}

.partnerLogo .swiper-wrapper {
    transition-timing-function: linear;
    margin: 0 auto;
    overflow: visible;
    padding: 20px 0;
}

.partnerLogo .circle {
    width: 115px;
    height: 115px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 6px 12px 0 hsla(0,0%,86%,.5);
    margin: 0 auto;
    border-radius: 100px;
    overflow: hidden;
}

.partnerLogo .swiper-container.p-1 {
    margin: 0;
}

.partnerLogo .swiper-container.p-2 {
    margin-top: -60px;
}

.partnerLogo .swiper-container.p-2 .circle {
    margin-left: -42px;
}

.partnerLogo .swiper-container.p-3 {
    margin-top: -60px;
}

.partnerLogo .swiper-container.p-3 .circle {
    margin-left: -180px;
}

.partnerLogo .p-1 .swiper-slide.scale1 .circle {
    transform: scale(0.83);
}

.partnerLogo .p-2 .swiper-slide.scale2 .circle {
    transform: scale(0.8);
}

.partnerLogo .p-3 .swiper-slide.scale3 .circle {
    transform: scale(0.83);
}

.partnerLogo .p-1 .swiper-slide.ji .circle {
    animation: partnerLogoRun1 4s linear infinite;
}

.partnerLogo .p-1 .swiper-slide.ou .circle {
    animation: partnerLogoRun2 4s linear infinite;
}

.partnerLogo .p-2 .swiper-slide.ou .circle {
    animation: partnerLogoRun3 4s linear infinite;
}

.partnerLogo .p-2 .swiper-slide.ji .circle {
    animation: partnerLogoRun4 4s linear infinite;
}

.partnerLogo .p-3 .swiper-slide.ji .circle {
    animation: partnerLogoRun1 4s linear infinite;
}

.partnerLogo .p-3 .swiper-slide.ou .circle {
    animation: partnerLogoRun2 4s linear infinite;
}

@keyframes partnerLogoRun1 {
    0% {
        transform: translate(0,0) scale(0.83);
    }

    25% {
        transform: translate(-4px,-2px) scale(0.83);
    }

    50% {
        transform: translate(0,0) scale(0.83);
    }

    75% {
        transform: translate(2px,4px) scale(0.83);
    }

    100% {
        transform: translate(0,0) scale(0.83);
    }
}

@keyframes partnerLogoRun2 {
    0% {
        transform: translate(0,0) scale(1);
    }

    25% {
        transform: translate(4px,2px) scale(1);
    }

    50% {
        transform: translate(0,0) scale(1);
    }

    75% {
        transform: translate(-2px,-4px) scale(1);
    }

    100% {
        transform: translate(0,0) scale(1);
    }
}

@keyframes partnerLogoRun3 {
    0% {
        transform: translate(0,0) scale(1);
    }

    25% {
        transform: translate(-4px,-2px) scale(1);
    }

    50% {
        transform: translate(0,0) scale(1);
    }

    75% {
        transform: translate(2px,4px) scale(1);
    }

    100% {
        transform: translate(0,0) scale(1);
    }
}

@keyframes partnerLogoRun4 {
    0% {
        transform: translate(0,0) scale(0.8);
    }

    25% {
        transform: translate(-4px,-2px) scale(0.8);
    }

    50% {
        transform: translate(0,0) scale(0.8);
    }

    75% {
        transform: translate(2px,4px) scale(0.8);
    }

    100% {
        transform: translate(0,0) scale(0.8);
    }
}

.ProXqMain-ul-muen > .muen {
    display: none;
}

.ProXqMain-ul-muen > .muen.active {
    display: block;
}

/* .ProXqly-cont td img.bg{width: 100%;height: 100%;} */
.ProXqly-lun {
    position: relative;
}

.ProXqly-lun.lty1 img.bg {
    width: calc(1400 / 3);
}

.ProXqly-lun.lty2 img.bg {
    width: calc(1400 / 3);
}

.ProXqly-lun.lty3 img.bg {
    width: calc(1400 / 3);
}

.ProXqly-lun .show {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.ProXqly-lun.lty1 .show {
    padding: 45px 35px;
}

.ProXqly-lun .show .notwhite {
    opacity: .5;
    color: #fff;
}

.ProXqly-lun.lty2 .show {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 10px;
}

.ProXqly-lun.lty3 .show {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.ProXqly-lun.lty4 .show {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
}

.ProXqly-lun.lty5 .show {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
}

.ProXqly-lun.lty5 .show .title {
    background-image: linear-gradient(130deg, #83defe, var(--ty-primary) 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ProXqly-lun.lty6 .show {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
}

.ProXqly-lun.lty7 .show {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
}

.ProXqly-lun.lty8 .show {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 40px;
}

.ProXqly-lun.lty8 .show .title {
    background-image: linear-gradient(130deg, #83defe, var(--ty-primary) 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ProXqly-lun.lty9 .show {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
}

.ProXqly-lun.lty10 .show {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
}

.QuDonsp-list {
    margin-right: -60px;
    margin-bottom: -60px;
}

.QuDonsp-list .list {
    width: calc(100%/3 - 60px);
    margin-right: 60px;
    margin-bottom: 60px;
    display: block;
}

.QuDonsp-list .list .img {
    border-radius: 20px;
    overflow: hidden;
    height: 330px;
}

.QuDonsp-list .list .img img {
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}

.QuDonsp-list .list:hover .img img {
    transform: scale(1.04);
}

.QuDonsp-list .list .title {
    transition: all .4s ease;
}

.QuDonsp-list .list:hover .title {
    color: var(--ty-primary);
}

.QuDonsp-list .list .btn {
    display: flex;
    align-items: center;
}

.QuDonsp-list .list .btn img {
    margin-right: 5px;
}

.QuDonwd-list .list .cont-l {
    width: 180px;
    border-block: 1px solid #fff;background-color: var(--ty-primary);
    padding: 22px 32px;
}

.QuDonwd-list .list .cont-r {
    width: calc(100% - 180px);
    border-block: 1px solid #dcdcdc;padding: 22px 160px;
}

.QuDonwd-list .list .cont-r .ul {
    margin-bottom: -10px;
}

.QuDonwd-list .list .cont-r .ul .li {
    display: flex;
    align-items: center;
    width: calc(100%/3);
    padding-right: 10px;
    margin-bottom: 10px;
}

.QuDonwd-list .list .cont-r .ul .li img {
    margin-right: 5px;
}

.Anlixq-line {
    background-color: #f6f6f6;
    padding: 24px 28px;
    position: relative;
    width: 100%;
}

.Anlixq-line::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 7px;
    height: 100%;
    background-color: #dddddd;
}

.Anlixq-content h2 {
    color: #161616;
}

.Anlixq-content li::marker {
    color: #131415;
}

.Anlixq-content br {
    content: "";
    display: block;
    height: 10px;
}

.Anlixq-cont {
    border-bottom: 1px solid #dddddd;
}

.GuiGe-text a {
    position: relative;
    padding-right: 20px;
}

.GuiGe-text a::before {
    content: "\e80b";
    font-family: "icon";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    font-size: 12px;
    margin-top: -1px;
    transition: all .4s ease;
}

.GuiGe-text a:hover::before {
    right: -10px;
}

.GuiGe-PullDown {
    display: flex;
    justify-content: center;
}

.GuiGe-PullDown .customSelect {
    display: block;
    width: 300px;
    position: relative;
    user-select: none;
}

.GuiGe-PullDown .customSelect-name {
    display: flex;
    align-items: center;
    height: 50px;
    position: relative;
    border-bottom: 1px solid #e8e8ed;
    padding: 0 10px;
    font-size: 16px;
    color: #888888;
    cursor: pointer;
}

.GuiGe-PullDown .customSelect-name::after {
    content: "\e727";
    position: absolute;
    font-family: "icon";
    font-size: 14px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    right: 10px;
    color: var(--ty-primary);
    top: 0;
    transform: rotateX(180deg);
}

.GuiGe-PullDown .customSelect-drop {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 50px;
    max-height: 200px;
    border: 1px solid #e8e8ed;
    border-top: none;
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    background: #eaf1f5;
    cursor: pointer;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.GuiGe-PullDown .customSelect-drop>div {
    padding: 0 14px;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 14px;
    color: #333;
    transition: all .4s ease;
    line-height: 1;
}

.GuiGe-PullDown .customSelect-drop>div a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center
}

.GuiGe-PullDown .customSelect-drop>div::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #f4f8fa;
}

.GuiGe-PullDown .customSelect-drop>div:last-child::after {
    display: none;
}

.GuiGe-PullDown .customSelect-drop>div:hover,.GuiGe-PullDown .customSelect-drop>div.active {
    background: #dadfe5;
    color: var(--ty-primary);
}

.GuiGe-PullDown .customSelect-drop::-webkit-scrollbar {
    width: 2px;
    height: 4px;
}

.GuiGe-PullDown .customSelect-drop::-webkit-scrollbar-thumb {
    background: var(--ty-primary);
}

.GuiGe-PullDown .customSelect-drop::-webkit-scrollbar-track {
    background: #fff;
}

.GuiGe-PullDown .customSelect-name.noRadius {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.GuiGe-PullDown .customSelect-name.noRadius::after {
    transform: rotate(0);
}

.GuiGe-contrast::-webkit-scrollbar {
    height: 5px;
}

.GuiGe-contrast::-webkit-scrollbar-thumb {
    background: var(--ty-primary);
}

.GuiGe-contrast::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.GuiGe-contrast-list .list .customSelect {
    display: block;
    width: calc(100% - 50px);
    position: relative;
    user-select: none;
    margin: 0px 25px;
}

.GuiGe-contrast-list .list .customSelect-name {
    display: flex;
    align-items: center;
    height: 60px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #e8e8ed;
    padding: 0 15px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
}

.GuiGe-contrast-list .list .customSelect-name::after {
    content: "\e727";
    position: absolute;
    font-family: "icon";
    color: var(--ty-primary);
    font-size: 12px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    right: 20px;
    top: 0;
    transform: rotateX(180deg);
}

.GuiGe-contrast-list .list .customSelect-drop {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 50px;
    max-height: 200px;
    border-top: none;
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    background: #eaf1f5;
    cursor: pointer;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.GuiGe-contrast-list .list .customSelect-drop>div {
    padding: 0 14px;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 14px;
    color: #333;
    transition: all .4s ease;
}

.GuiGe-contrast-list .list .customSelect-drop>div::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #f4f8fa;
}

.GuiGe-contrast-list .list .customSelect-drop>div:last-child::after {
    display: none;
}

.GuiGe-contrast-list .list .customSelect-drop>div:hover,.GuiGe-contrast-list .list .customSelect-drop>div.active {
    background: #dadfe5;
    color: var(--ty-primary);
}

.GuiGe-contrast-list .list .customSelect-drop::-webkit-scrollbar {
    width: 2px;
    height: 4px;
}

.GuiGe-contrast-list .list .customSelect-drop::-webkit-scrollbar-thumb {
    background: var(--ty-primary);
}

.GuiGe-contrast-list .list .customSelect-drop::-webkit-scrollbar-track {
    background: #fff;
}

.GuiGe-contrast-list .list .customSelect-name.noRadius {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.GuiGe-contrast-list .list .customSelect-name.noRadius::after {
    transform: rotate(0);
}

.GuiGe-contrast-list .list {
    width: 400px;
}

.GuiGe-contrast-list .list:nth-child(1) {
    width: 200px;
}

.GuiGe-header-img {
    padding: 0px 25px;
    height: 200px;
    margin-top: 35px;
}

.GuiGe-header-img .show {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    position: relative;
}

.GuiGe-header-img .show .btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 25px;
    height: 25px;
    background-color: #e5e5e5;
    display: flex;
    color: #fff;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}

.GuiGe-header-img .hide {
    width: 100%;
    height: 100%;
    border: 1px solid #e8e8ed;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.GuiGe-header-img .hide .title {
    color: #a5a5a5;
}

.GuiGe-header-img > div {
    display: none !important;
}

.GuiGe-header-img > div.active {
    display: flex !important;
}

.GuiGe-contrast-list .list:nth-child(1) .customSelect {
    opacity: 0;
    pointer-events: none;
}

.GuiGe-contrast-list .list:nth-child(1) .GuiGe-header-img {
    opacity: 0;
    pointer-events: none;
}

.GuiGe-ul {
    border-top: 1px solid #e0e0e0;
}

.GuiGe-ul .li {
    display: flex;
    align-items: center;
    padding: 10px 25px;
    height: 90px;
}

.GuiGe-ul .li:nth-child(even) {
    background-color: #f2f2f2;
}

.GuiGe-ul table {
    width: 100%
}

.GuiGe-ul table tr {
    width: 100%
}

.GuiGe-ul table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.GuiGe-ul table tr td {
    padding: 10px 25px;
    height: 90px;
    overflow-y: auto;
    display: flex;
    align-items: center;
}

.GuiGe-contrast-muen {
    position: relative;
}

.GuiGe-Show_btn {
    position: absolute;
    right: -30px;
    top: 150px;
    width: 24px;
    height: 80px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--ty-primary);
    word-wrap: normal;
}

.GuiGe-Show_btn span {
    width: 16px;
    display: block;
    line-height: 16px;
}

.about {
    width: 100%;
}

.about .contain {
    max-width: 1440px;
}

.aboutbanner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.aboutbanner-img {
    width: 100%;
}

.aboutbanner-img img {
    width: 100%;
    height: 100vh;
    transform: scale(1.1);
    animation: aboutbannerImg 3s ease both;
}

@keyframes aboutbannerImg {
    0% {
        transform: scale(1.1);
    }

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

.aboutbanner-cont {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    z-index: 2;
    top: 0;
    left: 0;
    transform: translate3d(0,0,10px);
}

.aboutbanner-cont .title {
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
}

@keyframes BannerRunText {
    0% {
        opacity: 0;
        transform: scale(2);
        filter: blur(6px);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        filter: blur(0);
    }
}

.about_con {
    background: #fff;
}

.about_con .contain {
    position: relative;
    z-index: 4;
    justify-content: space-between;
}

.about_con-info {
    max-width: calc(100% - 700px);
}

.about_con-info .text {
    font-size: 80px;
    line-height: 0.88;
    text-transform: uppercase;
}

.about_con-info .text.t1 {
    margin-left: 40px;
}

.about_con-info .text.t2 {
    margin-left: -40px;
    margin-top: 20px;
}

.about_con-cont {
    width: 720px;
}

.about_con-cont .title {
    color: #161616;
}

.about_con-cont .subtit {
    color: #161616;
}

.about_con-cont .text {
    color: #666;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    text-align: justify;
    text-justify: inter-word;
}

.business {
    background: #fff;
    min-height: 820px;
    display: flex;
    align-items: center;
}

.business-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.business-border {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform-origin: center;
    border-width: 10vw 20vw;
    border-style: solid;
    border-color: #fff;
    position: absolute;
    z-index: 2;
}

.business .contain {
    position: relative;
    z-index: 3;
    transform: translate3d(0,0,10px);
}

.business-mix {
    max-width: 1020px;
    margin: 0 auto;
    color: #fff;
}

.business-cont {
    width: 100%;
    text-align: center;
}

.business-number {
    width: 100%;
}

.business-number ul {
    justify-content: space-between;
}

.business-number li {
    text-align: center;
    width: 260px;
}

.business-number li .ico {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}

.business-number li .ico img {
    max-height: 100%;
}

@media all and (min-width: 680px) {
    .business-border {
        display: block;
    }

    .business.animated .business-border {
        animation: businessD1 2s ease both 0s;
    }

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

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

    .business.animated .business-cont {
        animation: businessD3 1.4s ease both 0.4s;
    }

    .business.animated .business-number {
        animation: businessD3 1.4s ease both 0.7s;
    }

    @keyframes businessD3 {
        0% {
            opacity: 0;
            transform: translateY(100px);
            /*filter: blur(6px);*/
        }

        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

.team_list_box {
    padding: 0 4%
}

.team_list_box ul {
    justify-content: space-between;
}

.team_list_box ul li {
    display: block;
    width: 18.5%;
    padding: 40px;
    background-color: #fff;
    position: relative;
    transition: all ease 0.4s;
}

.team_list_box ul li:hover {
    box-shadow: 0px 10px 30px 0px rgba(63, 66, 71, 0.1);
}

.team_list_box ul li:after {
    content: "";
    display: block;
    width: 0%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--ty-primary);
    position: absolute;
    height: 3px;
    transition: all ease 0.4s;
}

.team_list_box ul li:hover:after {
    width: 100%;
}

.team_list_box ul li .img_cover {
    background-color: #d8d8d8;
    display: block;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
}

.team_list_box ul li .img_cover:after {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all ease 0.4s;
}

.team_list_box ul li:hover .img_cover:after {
    opacity: 1;
}

.team_list_box ul li .text_box {
    text-align: center;
}

.team_list_box ul li .text_box p:first-child {
    color: #161616;
}

.KeZhidt-line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
}

.KeZhidt-line .li {
    position: absolute;
    width: 1px;
    height: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shine-ring {
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    background: #fff;
    border-radius: 50%;
}

.shine-ring::before,.shine-ring::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, .5);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    animation: shineRing 1.5s linear infinite;
    opacity: 0;
}

.shine-ring::before {
    animation-delay: .6s;
}

.shine-ring::after {
    animation-delay: 0s;
}

@keyframes shineRing {
    0% {
        opacity: 0;
        transform: scale(.1)
    }

    5% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: scale(1)
    }
}

.KeZhidt-line .li:nth-child(1) {
    top: 30%;
    left: 20%;
}

.KeZhidt-line .li:nth-child(2) {
    top: 41%;
    left: 22%;
}

.KeZhidt-line .li:nth-child(3) {
    top: 53%;
    left: 24%;
}

.KeZhidt-line .li:nth-child(4) {
    top: 71%;
    left: 37%;
}

.KeZhidt-line .li:nth-child(5) {
    top: 79%;
    left: 33%;
}

.KeZhidt-line .li:nth-child(6) {
    top: 88%;
    left: 31%;
}

.KeZhidt-line .li:nth-child(7) {
    top: 22%;
    left: 53%;
}

.KeZhidt-line .li:nth-child(8) {
    top: 26%;
    left: 55%;
}

.KeZhidt-line .li:nth-child(9) {
    top: 30%;
    left: 50%;
}

.KeZhidt-line .li:nth-child(10) {
    top: 35%;
    left: 47%;
}

.KeZhidt-line .li:nth-child(11) {
    top: 43%;
    left: 47%;
}

.KeZhidt-line .li:nth-child(12) {
    top: 34%;
    left: 52%;
}

.KeZhidt-line .li:nth-child(13) {
    top: 38%;
    left: 51%;
}

.KeZhidt-line .li:nth-child(14) {
    top: 40%;
    left: 49%;
}

.KeZhidt-line .li:nth-child(15) {
    top: 38%;
    left: 55%;
}

.KeZhidt-line .li:nth-child(16) {
    top: 45%;
    left: 51%;
}

.KeZhidt-line .li:nth-child(17) {
    top: 46%;
    left: 55%;
}

.KeZhidt-line .li:nth-child(18) {
    top: 52%;
    left: 54%;
}

.KeZhidt-line .li:nth-child(19) {
    top: 49%;
    left: 58%;
}

.KeZhidt-line .li:nth-child(20) {
    top: 51%;
    left: 60%;
}

.KeZhidt-line .li:nth-child(21) {
    top: 54%;
    left: 58%;
}

.KeZhidt-line .li:nth-child(22) {
    top: 58%;
    left: 59%;
}

.KeZhidt-line .li:nth-child(23) {
    top: 81%;
    left: 54%;
}

.KeZhidt-line .li:nth-child(24) {
    top: 23%;
    left: 72%;
}

.KeZhidt-line .li:nth-child(25) {
    top: 53%;
    left: 71%;
}

.KeZhidt-line .li:nth-child(26) {
    top: 56%;
    left: 72%;
}

.KeZhidt-line .li:nth-child(27) {
    top: 50%;
    left: 75%;
}

.KeZhidt-line .li:nth-child(28) {
    top: 43%;
    left: 79%;
}

.KeZhidt-line .li:nth-child(29) {
    top: 43%;
    left: 81%;
}

.KeZhidt-line .li:nth-child(30) {
    top: 80%;
    left: 81%;
}

#fullpage .section .Abouwh-lun .title {
    opacity: 0;
    transition: all .4s ease;
}

#fullpage .section.active .Abouwh-lun .title {
    animation: fullpage .8s ease both .8s;
}

@keyframes fullpage {
    0% {
        opacity: 0;
        transform: translateY(80px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.QuDonzd-list {
    margin-right: -30px;
    margin-bottom: -20px;
}

.QuDonzd-list .list {
    width: calc(100%/4 - 30px);
    margin-right: 30px;
    margin-bottom: 20px;
    background-color: #f8f8f8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
}

.QuDonzd-list .list .img {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center
}

.QuDonzd-list .list .img img {
    max-height: 100%;
}

.ProXqxl img.bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.ProXqxl .PageContain {
    position: relative;
    z-index: 3;
}

.ProXqsj img.bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.ProXqsj .PageContain {
    position: relative;
    z-index: 3;
}

.ProXqcl {
    position: relative;
    overflow: hidden;
}

.ProXqcl img.bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.ProXqcl .PageContain {
    position: relative;
    z-index: 3;
}

.GuiGe-header-img .show > img {
    max-height: 100%;
}

.GuiGe-contrast-muen-btnNotHide {
    display: none;
}

.GuiGe {
    padding-left: 260px;
    padding-right: 260px;
}

.GuiGe .PageContain {
    width: auto;
}

.GuiGe-contrast {
    position: relative;
    padding-bottom: 10px;
}

.ProSticky {
    position: sticky;
    left: 0px;
    max-width: 100vw;
}

.GuiGe .GuiGe-ContTitle {
    max-width: 1400px;
}

.teamBanner .PageContain,
.teambox .PageContain{
    width: 90%;
    max-width: 960px;
}

.teamBanner{
    background-color: #ececec;
}

.teamBanner .PageContain{
    display: flex;
    align-items: center;
}

.teamBanner .PageContain .left{
    width: 50%;
}

.teamBanner .PageContain .left img{
    background-color: #fff;
    border-radius: 100%;
    margin: 40px 0;
}

.teamBanner .PageContain .right{
    width: 50%;
}

.teamBanner .PageContain .right p:first-child,
.teambox .mb p:first-child{
    color: #161616;
}

.teambox .mb{
    margin-bottom: 20px;
}

.teambox .text{
    line-height: 1.725;
}

.teambox .text li{
    margin-bottom: 5px;
}

.teambox .text li:before{
    content: "\2022";
}

.AbojjQy {
    background: #fff;
    min-height: 810px;
    background-image: url(../image/area1_bg1.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.AbojjQy.short{
    min-height: 710px;
}

.AbojjQy.AbojjQy2{
    background-color: #f8f8f8;
    background-image: url(../image/area1_bg2.png);
}

.AbojjQy .contain {
    position: relative;
    z-index: 4;
    justify-content: space-between;
}

.AbojjQy-title {
    color: #161616;
    width: calc(100% - 720px);
}

.AbojjQy-info {
    width: 680px;
}

.AbojjQy-text {
    color: #666;
    line-height: 1.6;
}

.AbojjQy-text p.fs20{
    color: #161616;
    margin-bottom: 10px;
}

.AbojjQy-text p {
    line-height: inherit;
}

.AbojjQy-list {
    max-width: 564px;
    color: #333;
}

.AbojjQy-list ul {
    margin-top: -40px;
}

.AbojjQy-list li {
    width: 50%;
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.AbojjQy-list.list1 li{
    justify-content: flex-start;
}

.AbojjQy.AbojjQy2 .AbojjQy-list li {
    width: 80%;
    max-width: 480px;
}

.AbojjQy-list li .more {
    text-align: center;
}

.AbojjQy-list li .ico {
    display: flex;
    align-items: flex-end;
    height: 70px;
    justify-content: center;
}

.AbojjQy-list li .ico img {
    max-height: 100%;
}

.AbojjQy-list li .text {
    width: 100%;
}



.accordion {
    width: 100%;
    position: relative;
}
.accordion li{
    width: 100%;
    margin-bottom: 14px;
    flex-direction: column;
}
.accordion .link {
    padding: 28px 40px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 100%;
    background: #fff;
    align-items: center;
}
.accordion .link .tit{
    color: #333;
    margin-right: 20px;
    position: relative;
    padding-left: 20px;
}
.accordion .link .tit:before{
    content: "";
    display: block;
    width: 3px;
    height: 1em;
    background: var(--ty-primary);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5em;
}
.accordion li .more{
    margin-left: auto;
}
.accordion li .more i {
    display: inline-block;
    transform: rotate(180deg);
    transition: all ease 0.4s;
}
.accordion li.open .more i{
    transform: rotate(0deg);
    color: var(--ty-primary);
}
.accordion li .submenu {
    display: none;
    line-height: 1.725;
    padding: 50px 60px;
    width: 100%;
    background: #fff;
    border-top: 1px solid #e6e6e6;
}






/* -------------------------PC端--------------------------- */
@media all and (max-width: 1700px) {
    .business {
        min-height: 730px;
    }

    .GuiGe {
        padding-left: 200px;
        padding-right: 200px;
    }

    .research .PageContain .left {
        width: calc(100% - 780px);
    }

    .business, .AbojjQy {
        min-height: 730px;
    }

}

@media all and (max-width: 1590px) {
    /* 1440 × (700)  */ 
    .RuJinlb-list .list:nth-child(odd) .cont {
        padding-right: 50px;
    }

    .RuJinlb-list .list:nth-child(even) .cont {
        padding-left: 50px;
    }

    .RuJinjz-list {
        padding: 0px 100px;
        margin-right: -75px;
    }

    .RuJinjz-list .list {
        height: 425px;
        padding: 30px 35px;
    }

    .RuJincj-list .list {
        height: 280px;
    }

    .Anlilb-list .list .img img {
        height: 115px;
    }

    .Anlilb-list .list .cont {
        padding: 30px;
    }

    .Newstj .contain {
        padding: 0px;
    }

    .Newslb .contain {
        padding: 0px;
    }

    .Newstj-list .list {
        height: 175px;
    }

    .JaoYujz-list .list {
        width: calc(100%/4 - 20px);
        margin-right: 20px;
        padding: 45px 35px;
    }

    .JaoYuxg-list .list {
        height: 308px;
    }

    .JaoYusd-content .show {
        padding: 0px 30px;
        padding-bottom: 20px;
    }

    .ProXqMain-cont .cont-r {
        padding-left: 90px;
    }

    .ProXqMain-gallery-more {
        height: 360px;
    }

    .ProXqMain-loop-zoom {
        height: 360px;
    }

    .ProXqxn-list {
        margin-top: -90px;
    }

    .ProXqjc-list {
        padding: 0px 200px;
    }

    .ProXqxg-list {
        padding: 0px 85px;
    }

    .pro_detail{
        padding: 0 85px 40px 85px;
    }

    .ProXqcl-cont {
        margin-top: 480px;
    }

    .ProXqkz-list {
        margin-right: -50px;
        margin-top: 390px;
    }

    .ProXqkz-list .list {
        width: calc(100%/2 - 50px);
        margin-right: 50px;
    }

    .ZhShzc-list {
        border-radius: 10px;
        padding: 70px 170px;
        margin-top: -50px;
    }

    .ZhShys-svp .swiper-container {
        padding: 0px 260px;
    }

    .ZhShys-svp .swiper-btn.prev {
        left: 270px;
    }

    .ZhShys-svp .swiper-btn.next {
        right: 270px;
    }

    .ZhShyt-muen .list > img {
        height: 243px;
    }

    .LianXily-from {
        border-radius: 30px;
        padding: 40px 50px;
    }

    .ZhShhy-muen .show {
        padding: 25px;
    }

    .KeZhiys-list .list .img {
        height: 55px;
    }

    .KeZhiys-list .list {
        width: calc(100%/3 - 40px);
        margin-right: 40px;
        border-radius: 30px;
        padding: 45px;
    }

    .KeZhifw-list .list .img {
        height: 205px;
    }

    .KeZhifw-list .list .cont {
        padding: 50px;
    }

    .ProXqly-lun.lty8 .show {
        padding: 10px 20px;
    }

    .QuDonsp-list .list .img {
        height: 270px;
    }

    .QuDonwd-list .list .cont-r {
        padding: 20px 120px;
    }

    .GuiGe-contrast-list .list {
        width: 350px;
    }

    .about_con-info .text {
        font-size: 70px;
    }

    .business {
        min-height: 640px;
    }

    .KeZhidt-line {
        width: 113%;
    }

    .GuiGe .GuiGe-ContTitle {
        max-width: 1270px;
    }

    .GuiGe {
        padding-left: 90px;
        padding-right: 90px;
    }

    .team_list_box ul li {
        padding: 30px;
    }

    .JaRugz-lun {
        padding: 0 80px;
    }

    .research .PageContain .right {
        width: 660px;
    }

    .research .PageContain .left {
        width: calc(100% - 700px);
    }

    .research_list .swiper-btn.prev {
        left: 20px;
    }

    .research_list .swiper-btn.next {
        right: 20px;
    }

    .AbojjQy {
        min-height: 640px;
    }
    .AbojjQy.short {
        min-height: 580px;
    }
}

@media all and (max-width: 1350px) {
    .RuJinlb-list .list:nth-child(odd) .cont {
        padding-right: 10px;
        padding-left: 50px;
    }

    .RuJinlb-list .list:nth-child(even) .cont {
        padding-left: 10px;
        padding-right: 50px;
    }

    .LianXifw-list .list {
        padding: 0 10px;
    }
    .LianXifw .tit{
        padding: 26px 50px 26px 65px;
    }
    .LianXifw .tit:before{
        left: 50px;
    }

    .YinJinlb-list .list .img {
        width: 220px;
    }

    .LianXifw-list .list .text {
        font-size: 15px;
    }

    .LianXily-from {
        padding: 30px 40px;
    }

    .LianXily-btn a {
        width: 180px;
        height: 46px;
    }

    .JaRugz-lun {
        padding: 0 60px;
    }

    .JaRugz-lun .cont {
        padding: 30px 0;
    }

    .research .PageContain .right {
        width: 500px;
    }

    .research .PageContain .left {
        width: calc(100% - 540px);
    }

    .research_list .swiper-btn.prev {
        left: 10px;
    }

    .research_list .swiper-btn.next {
        right: 10px;
    }

    .team_list_box ul li .text_box > p{
        font-size: 14px;
    }
    .Newslb-muen a{
        padding: 0 20px;
        height: 60px;
    }
    .accordion .link{
        padding: 24px 30px;
    }
    .accordion .link .tit{
        padding-left: 16px;
    }
    .accordion li .submenu{
        padding: 40px 46px;
    }
    .RuJinlb-list.solu_list .list .img .img_box{
        padding-top: 70%;
    }
}

@media all and (max-width: 1270px) {
    .RuJinjz-list {
        padding: 0px 0px;
        margin-right: -25px;
    }

    .RuJinjz-list .list {
        width: calc(100%/3 - 25px);
        margin-right: 25px;
        height: 320px;
    }

    .RuJints-list .list .cont {
        padding: 20px 40px;
    }

    .Newstj-list .list {
        height: 137px;
    }

    .ProXqcl-cont {
        margin-top: 430px;
        padding: 0px;
    }

    .ProXqxn-list .list {
        margin-bottom: 40px;
        padding: 0px;
    }

    .ProXqjc-list {
        margin-right: -90px;
        margin-bottom: -45px;
        padding: 0px;
    }

    .ProXqxg-list {
        padding: 0px 40px;
    }

    .ProXqxg-list .list {
        width: calc(100% / 3 - 20px);
    }

    .pro_detail{
        padding: 0 40px 40px 40px;
    }

    .ProXqkz-list {
        margin-right: -50px;
        margin-top: 310px;
    }

    .ZhShzc {
        padding-top: 36px;
    }

    .ZhShzc-list {
        margin-top: 0px;
        border-radius: 10px;
        padding: 50px 120px
    }

    .ZhShys-svp .swiper-container {
        padding: 0px 4%;
    }

    .ZhShys-svp .swiper-btn.prev {
        left: 4%;
    }

    .ZhShys-svp .swiper-btn.next {
        right: 4%;
    }

    .KeZhiys-list .list .img {
        height: 45px;
    }

    .KeZhifw-list .list .img {
        height: 176px;
    }

    .QuDonsp-list .list .img {
        height: 227px;
    }

    .GuiGe-contrast-list .list:nth-child(1) {
        width: 140px;
    }

    .GuiGe-contrast-list .list {
        width: 286px;
    }

    .about_con-info .text {
        font-size: 60px;
    }

    .about_con-cont {
        width: 570px;
    }

    .about_con-info {
        max-width: calc(100% - 620px);
    }

    .business {
        min-height: 580px;
    }

    .GuiGe .GuiGe-ContTitle {
        max-width: 1000px;
    }

    .team_list_box ul li {
        padding: 20px;
    }

    .team_list_box ul li p {
        font-size: 13px;
    }

    .AbojjQy-info {
        width: 600px;
    }

    .AbojjQy-title {
        width: calc(100% - 640px);
    }

    .AbojjQy {
        min-height: 580px;
    }
    .AbojjQy.short{
        min-height: 500px;
    }
    .RuJinlb-list.solu_list .list .img .img_box{
        padding-top: 75%;
    }

}

/* ------------------------平板端-------------------------- */
@media all and (max-width: 1100px) {
    /* 1024 横屏 */ 
    .RuJinlb-list .list .cont {
        width: 50%;
    }
    .RuJinlb-list .list:nth-child(odd) .cont {
        padding-left: 10px;
        padding-right: 30px;
    }

    .RuJinlb-list .list:nth-child(even) .cont {
        padding-right: 10px;
        padding-left: 30px;
    }
    .RuJinlb-list .list .cont a.btn {
        width: 160px;
        height: 38px;
    }
    .RuJinlb-list .list .cont .text {
        font-size: 14px;
        line-height: 1.6;
    }
    .Abouwh-page {
        display: none;
    }

    .aboutbanner-img img {
        height: 50vh;
    }

    .about_con-info .text.t1 {
        margin-left: 0;
    }

    .about_con-info .text.t2 {
        margin-left: 60px;
    }

    .about_con-info .text.t3 {
        margin-left: 0;
    }

    .GuiGe {
        padding-left: 4%;
        padding-right: 4%;
    }

    .business-number li {
        margin-bottom: 20px;
    }

    .JaRugz-lun {
        padding: 0 50px;
    }

    .JaRugz-lun .cont {
        padding: 20px 0;
    }

    .research .PageContain .right {
        width: 460px;
    }

    .research .PageContain .left {
        width: calc(100% - 500px);
    }

    .research_list .swiper-btn.prev {
        left: 2px;
    }

    .research_list .swiper-btn.next {
        right: 2px;
    }

    .research .PageContain .left .text{
        line-height: 1.6;
        font-size: 14px;
    }

    .about_con-info .text{
        font-size: 55px;
    }
    .RuJinlb-list.solu_list .list .img .img_box{
        padding-top: 80%;
    }

}

@media all and (max-width: 1000px) {
    .CommonBtn i {
        transform: rotate(180deg) translateY(0px);
        margin-left: 5px;
    }

    .CommonBanner > img {
        min-height: 300px;
    }

    .CommonBanner .content .contain {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .CommonBanner .content .PageContain {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .CommonBanner .content .CommonBtn {
        width: 110px;
        height: 40px;
    }

    .RuJinlb-list {
        padding: 0px 4%;
    }

    .RuJinlb-list .list {
        margin-bottom: 15px;
    }

    .RuJinlb-list .list:hover{
        transform: translateY(0);
    }

    .RuJinlb-list .list .img {
        width: 100%;
        padding: 15px;
    }

    .RuJinlb-list .list .cont {
        width: 100%;
        padding: 15px !important;
    }

    .RuJinlb-list .list .cont a.btn {
        width: 130px;
        height: 36px;
    }

    .RuJinjz-list {
        margin-right: 0px;
    }

    .RuJinjz-list .list {
        margin-right: 0px;
        width: 100%;
        margin-top: 0px !important;
        margin-bottom: 10px;
        border-radius: 15px;
    }

    .RuJinjz-list .list:last-child {
        margin-bottom: 0px;
    }

    .RuJints-list .list {
        border-radius: 15px;
        padding: 0px;
        margin-bottom: 15px;
    }

    .RuJints-list .list .img {
        width: 100%;
    }

    .RuJints-list .list .cont {
        width: 100%;
        padding: 20px;
    }

    .RuJints-list .list .cont ul {
        margin-right: -20px;
        justify-content: center;
    }

    .RuJints-list .list .cont li {
        margin-right: 20px;
    }

    .RuJints-list .list .cont .li .icon {
        width: 50px;
    }

    .RuJints-list .list .cont .li .hit {
        width: calc(100% - 50px);
    }

    .RuJincj-list {
        margin-right: 0px;
    }

    .RuJincj-list .list {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
        border-radius: 5px;
        height: 150px;
        margin-top: 0px !important;
    }

    .RuJincj-list .list:last-child {
        margin-bottom: 0px;
    }

    .RuJinzx-cont .cont-l {
        width: 100%;
    }

    .RuJinzx-cont .cont-r {
        width: 100%;
        margin-top: 15px;
    }

    .Anlilb-list {
        margin-right: 0px;
        margin-bottom: -15px;
        margin-top: 15px;
    }

    .Anlilb-list .list {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
        border-radius: 5px;
    }

    .Anlilb-list .list .img img {
        height: 100px;
    }

    .Anlilb-list .list .cont {
        padding: 15px;
    }

    .NewsBan > img {
        height: 200px;
    }

    .Newslb-list{
        width: 100%;
    }
    .Newstj-list {
        margin-right: 0px;
        margin-bottom: -15px;
    }

    .Newstj-list .list {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
        height: 202px;
    }

    .Newstj-list .list .show {
        height: 80px;
        padding: 0px 15px;
        padding-bottom: 8px;
    }

    .Newslb-cont {
        margin-top: 15px;
    }

    .Newslb-list .list {
        padding: 0px;
    }

    .Newslb-list .list .img {
        width: 100%;
    }

    .Newslb-list .list .cont {
        width: 100%;
        padding: 15px 0px;
    }

    .Newslb-list .list .btn {
        display: none;
    }

    .Newsxq-cont {
        width: 100%;
    }

    .JaoYusd-cont .cont-l {
        width: 100%;
        padding: 0px;
        margin-bottom: 15px;
    }

    .JaoYusd-cont .cont-r {
        padding: 0px;
        width: 100%;
    }

    .JaoYusd-content {
    }

    .JaoYusd-content img {
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .JaoYusd-content .show {
        height: 100%;
        position: relative;
        padding: 40px 30px 30px 30px;
    }

    .JaoYusd-list .list {
        height: auto;
        margin-bottom: 15px;
    }

    .JaoYujz-list {
        margin-right: -5px;
        margin-bottom: -5px;
    }

    .JaoYujz-list .list {
        width: calc(100%/2 - 5px);
        margin-right: 5px;
        margin-bottom: 5px;
        padding: 15px;
    }

    .JaoYuxg-list {
        margin-right: 0px;
        margin-bottom: -15px;
    }

    .JaoYuxg-list .list {
        width: 100%;
        margin-right: 0px;
        height: 180px;
        border-radius: 5px;
        margin-bottom: 15px;
    }

    .JaoYuxg-list .list .show {
        padding: 0px 20px;
        padding-bottom: 10px;
    }

    .JaRugz-lun {
        padding: 0px;
        flex-direction: column-reverse;
    }

    .JaRugz-lun .cont {
        width: 100%;
        padding: 15px;
    }

    .JaRugz-lun .img {
        width: 100%;
        border-radius: 5px;
    }

    .research_list .swiper-btn {
        display: none;
    }

    .JaRuxq-cont .cont-l {
        width: 100%;
        padding-right: 0px;
    }

    .JaRuxq-cont .cont-r {
        width: 100%;
        margin-top: 15px;
    }

    .JaRuxq-muen {
        padding: 15px;
    }

    .JaRuZhixq-muen {
        padding: 15px;
    }

    .JaRuZhixq-pulldown {
        margin-right: -10px;
        margin-bottom: -10px;
    }

    .JaRuZhixq-pulldown .customSelect {
        width: calc(100%/2 - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .JaRuZhixq-list {
        padding: 0px 20px;
    }

    .Abouwh-lun > img {
        height: calc(100vh - 60px);
    }

    .ProXqMain-cont .cont-l {
        width: 100%;
    }

    .ProXqMain-cont .cont-r {
        width: 100%;
        padding-left: 0px;
    }

    .ProXqMain-gallery-more {
        height: 180px;
        padding: 10px;
    }

    .ProXqMain-loop-zoom {
        padding: 30px;
    }

    .ProXqMain-cont .cont-l .thumbs {
        padding: 0px 30px;
    }

    .thumbs-prev, .thumbs-next {
        opacity: 1;
    }

    .ProXqMain-thumbs-year {
        height: 60px;
    }

    .ProXqxg .PageContain.relate{
        padding: 30px 0;
    }
    .ProXqxg-list{
        padding: 0 15px;
    }

    .pro_detail{
        padding: 0 15px 30px 15px;
    }

    .YinJinlb-list {
        margin-right: -5px;
        margin-bottom: -5px;
    }

    .YinJinlb-list .list {
        width: calc(100%/2 - 5px);
        margin-right: 5px;
        margin-bottom: 5px;
        padding: 15px;
    }

    .YinJinlb-list .list .img {
    }

    .JaRuxq-Fenxiang {
        display: none;
    }

    .ZhShys-pages {
        display: flex;
    }

    .CommonBanner .content .PageContain .name {
        font-size: 20px;
    }

    .ZhShBan-title {
        font-size: 28px;
    }

    .ZhShzc {
        padding-top: 26px;
    }

    .ZhShzc-list {
        padding: 15px;
        margin-bottom: -15px;
        width: 100%;
    }

    .ZhShzc-list .list {
        width: calc(100% / 2 - 15px);
        margin-bottom: 15px;
    }

    .ZhShzc-list.list3 .list {
        width: calc(100% / 3 - 10px);
        margin-bottom: 0px;
    }

    .ZhShzc-list .list .img {
        height: 65px;
    }

    .ZhShzc-list .list .title {
        font-size: 14px;
        margin-top: 10px;
    }

    .ZhShys-list {
        background-color: #fff;
        border-radius: 5px;
        padding: 5px;
    }

    .ZhShys-list a {
        padding: 0px 10px;
        height: 35px;
        border-radius: 5px;
        margin-right: 0px;
        width: calc(100%/2);
        justify-content: center;
    }

    .ZhShys-lun {
        border-radius: 5px;
        height: 300px;
    }

    .ZhShys-svp .swiper-btn {
        display: none;
    }

    .ZhShys-lun .show {
        padding: 20px;
    }

    .ZhShys-lun .show .text {
        width: 100%;
    }

    .ZhShsj-list .list {
        width: 100%;
        flex: inherit;
        height: auto;
        border-right: 0px solid rgba(255, 255, 255, .2);
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

    .ZhShsj-list .list:nth-child(1)::after {
        left: -10px;
        height: 1px;
        top: auto;
        bottom: -1px;
        width: 10px;
    }

    .ZhShsj-list .list:nth-child(2)::after {
        left: -10px;
        height: 1px;
        top: auto;
        bottom: -1px;
        width: 10px;
    }

    .ZhShsj-list .list:nth-child(3)::after {
        left: -10px;
        height: 1px;
        top: auto;
        bottom: -1px;
        width: 10px;
    }

    .ZhShsj-list .list:nth-child(4)::after {
        left: -10px;
        height: 1px;
        top: auto;
        bottom: -1px;
        width: 10px;
    }

    .ZhShsj-list .list:nth-child(6)::after {
        left: -10px;
        height: 1px;
        top: auto;
        bottom: -1px;
        width: 10px;
    }

    .ZhShsj-list .list:nth-child(5)::after {
        left: -10px;
        height: 1px;
        top: auto;
        bottom: -1px;
        width: 10px;
    }

    .ZhShsj-list .list:nth-child(7)::after {
        left: -10px;
        height: 1px;
        top: auto;
        bottom: -1px;
        width: 10px;
    }

    .ZhShsj-list .list:nth-child(7)::before {
        right: -10px;
        height: 1px;
        top: auto;
        bottom: -1px;
        width: 10px;
    }

    @keyframes scroll2 {
        0% {
            left: 0;
        }

        60% {
            left: 100%;
        }

        100% {
            left: 100%;
        }
    }

    .ZhShsj-bg {
        height: 540px;
    }

    .ZhShyt-list {
        padding: 0px;
    }

    .ZhShyt-muen {
        margin-right: 0px;
        margin-bottom: -15px;
    }

    .ZhShyt-muen .list {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
        border-radius: 5px;
    }

    .ZhShyt-muen .list > img {
        height: 220px;
    }

    .ZhShyt-muen .list .show {
        padding: 0px 15px 10px 15px;
    }

    .ZhShzx-cont {
        border-radius: 5px;
    }

    .ZhShzx-cont .cont-l {
        width: 100%;
        padding: 15px;
    }

    .ZhShzx-cont .cont-r {
        display: none;
    }

    .QuDonNav-list .list {
        flex: 1;
        margin: 0px;
        padding: 0px 10px;
        justify-content: center;
        height: 45px;
    }

    .QuDonlb-PullDown {
        margin-right: -10px;
        margin-bottom: -10px;
        justify-content: flex-start;
    }

    .QuDonlb-PullDown .customSelect {
        width: calc(100%/2 - 10px);
        margin: 0px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .QuDonlb-PullDown .customSelect-name {
        height: 45px;
        padding: 0 10px;
        font-size: 14px;
    }

    .QuDonlb-PullDown .customSelect-drop {
        top: 45px;
    }

    .QuDonlb-PullDown .customSelect-drop>div {
        height: 40px;
        font-size: 12px;
    }

    .LianXily-cont .cont-l {
        width: 100%;
        padding: 15px;
    }

    .LianXily-cont .cont-r {
        width: 100%;
    }

    .LianXily-from {
        border-radius: 5px;
        padding: 15px;
    }

    .LianXily-from .from {
        margin-right: 0px;
    }

    .LianXily-from .from .list {
        width: 100% !important;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .LianXifw-list{
        padding: 20px;
    }

    .LianXifw-list .list {
        width: 49%;
        padding: 10px;
        margin-bottom: 10px;
    }

    .box2 .LianXifw-list .list:nth-child(3) {
        width: 100%;
    }
    .box2 .LianXifw-list .list:nth-child(4) {
        display: none;
    }

    .LianXifw .tit{
        padding: 20px 0 20px 44px;
    }
    .LianXifw-list .list.code{
        text-align:left ;
    }
    .LianXifw-list .list.code img{
        width: 100px;
    }
    .LianXifw .box1{
        margin-bottom: 20px;
    }

    .LianXifw .tit:before{
        left: 30px;
    }

    .map_iframe {
        padding: 10px;
        height: 40vh;
    }

    .ZhShhy-cont .cont-l {
        width: 100%;
        padding-right: 0px;
    }

    .ZhShhy-muen {
        border-radius: 5px;
    }

    .ZhShhy-cont .cont-r {
        width: 100%;
        margin-top: 5px;
    }

    .ZhShhy-list {
        margin-right: -5px;
        margin-bottom: -5px;
    }

    .ZhShhy-list .list {
        width: calc(100%/2 - 5px);
        height: calc(100%/2 - 5px);
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .KeZhiys-list {
        margin-right: -5px;
        margin-bottom: -5px;
    }

    .KeZhiys-list .list {
        width: calc(100%/2 - 5px);
        margin-right: 5px;
        margin-bottom: 5px;
        border-radius: 5px;
        padding: 15px;
    }

    .KeZhifw-list {
        margin-right: 0px;
        margin-bottom: -15px;
    }

    .KeZhifw-list .list {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
        border-radius: 5px;
    }

    .KeZhifw-list .list .img {
        height: 120px;
    }

    .KeZhifw-list .list .cont {
        padding: 15px;
    }

    .KeZhizl-cont {
        padding: 10px;
        border-radius: 5px;
    }

    .HeZuohz-list {
        margin-right: -5px;
        margin-bottom: -5px;
    }

    .HeZuohz-list .list {
        width: calc(100%/2 - 5px);
        margin-right: 5px;
        margin-bottom: 5px;
        border-radius: 5px;
        padding: 15px;
    }

    .HeZuohz-list .list:hover {
        padding: 15px;
    }

    .HeZuohz-list .list .img {
        text-align: left;
        margin-top: 15px;
    }

    .HeZuohz-list .list .img img {
        max-width: 100%;
    }

    .HeZuohz-list .list:hover .img {
        margin-top: 15px;
    }

    .HeZuohz-list .list .hide {
        font-size: 12px;
        line-height: 20px;
        opacity: 1;
    }

    .HeZuohz-list .list .name {
        transition: all .4s ease;
    }

    .HeZuohz-list .list:hover .name {
        color: var(--ty-primary);
    }

    .HeZuohz-PullDown {
        margin-right: -10px;
        margin-bottom: -10px;
    }

    .HeZuohz-PullDown .customSelect {
        margin: 0px;
        width: calc(100%/2 - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .HeZuohz-PullDown .customSelect-name {
        height: 40px;
        padding: 0 10px;
        font-size: 14px;
    }

    .HeZuohz-PullDown .customSelect-drop {
        top: 40px;
    }

    .HeZuohz-PullDown .customSelect-drop>div {
        padding: 0 15px;
        height: 35px;
        font-size: 12px;
    }

    .ProXqly-cont {
        overflow-x: auto;
    }

    .ProXqly-cont table {
        width: 1000px;
    }

    .QuDonsp-list {
        margin-right: -10px;
        margin-bottom: -10px;
    }

    .QuDonsp-list .list {
        width: calc(100%/2 - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .QuDonsp-list .list .img {
        height: 130px;
        border-radius: 5px;
    }

    .QuDonsp-list .list .title {
        font-size: 14px;
    }

    .QuDonsp-list .list .btn {
        font-size: 12px;
    }

    .QuDonwd-list .list .cont-l {
        width: 100%;
        padding: 15px;
        text-align: center;
    }

    .QuDonwd-list .list .cont-r {
        width: 100%;
        padding: 15px;
    }

    .QuDonwd-list .list .cont-r .ul .li {
        font-size: 12px;
    }

    .about_con-info {
        max-width: none;
        width: 100%;
        display: flex;
    }

    .about_con-info .text {
        margin-left: 20px !important;
        font-size: 50px;
    }

    .about_con-info .text:first-child {
        margin: 0 !important;
    }

    .about_con-info .text.t2 {
        margin-top: 0;
    }

    .about_con-cont {
        width: 100%;
        margin-top: 40px;
    }

    .business-number ul {
        flex-direction: column;
        align-items: center;
    }

    .business {
        padding: 50px 0;
    }

    .business {
        min-height: auto;
    }

    .QuDonzd-list {
        margin-right: -10px;
        margin-bottom: -10px;
    }

    .QuDonzd-list .list {
        width: calc(100%/2 - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 30px 20px;
    }

    .GuiGe .GuiGe-ContTitle {
        max-width: 100%;
    }

    .team_list_box ul {
        flex-wrap: nowrap;
    }

    .team_list_box {
        padding: 0;
    }

    .research .PageContain .left .text {
        margin-bottom: 30px;
    }

    .JaRugz-lun .cont {
        padding: 40px 0;
    }

    .research .PageContain {
        flex-direction: column;
    }

    .research .PageContain .left,.research .PageContain .right {
        width: 100%;
    }

    .JaRugz-pages {
        display: flex;
        justify-content: center;
    }

    .teamBanner .PageContain .left{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .teamBanner .PageContain .left img{
        margin: 20px 0;
        width: 80%;
    }

    .AbojjQy-title {
        width: 100%;
    }

    .AbojjQy-info {
        width: 100%;
        margin-top: 20px;
    }

    .AbojjQy-list li {
        width: auto;
        flex: 0 0 50%;
        padding: 0 2%;
    }

    .AbojjQy-list.list1 li{
        flex: 0 0 100%;
        justify-content: center;
    }

    .AbojjQy.AbojjQy2 .AbojjQy-list li{
        flex: 0 0 100%;
        padding: 0;
    }

    .AbojjQy-list {
        max-width: none;
        width: 100%;
    }

    .AbojjQy,
    .AbojjQy.short {
        min-height: auto;
    }

    .RuJinlb-list.solu_list li{
        margin-right: 25px;
        margin-bottom: 15px;
    }

    .honor_list .honor_item{
        width: 49%;
        margin: 0 1%;
    }



}

/* ------------------------手机端-------------------------- */
@media all and (max-width: 680px) {
    /* 移动终端 360 适配 */ .CommonBtn i {
        display: none;
    }

    .CommonBanner .content .title {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }

    .CommonBanner .content .text {
        font-size: 14px;
        text-align: center;
        width: 90%;
    }

    .CommonBanner .content .text br {
        display: none;
    }

    .CommonBanner .content .CommonBtn {
        font-size: 12px;
        width: 80px;
        height: 30px;
        margin-top: 10px;
    }

    .RuJinlb-list .list .cont .title {
        font-size: 18px;
    }

    .RuJinlb-list .list .cont .text {
        font-size: 12px;
        line-height: 20px;
    }

    .RuJinlb-list .list .cont a.btn {
        font-size: 12px;
        width: 120px;
        height: 35px;
    }

    .CommonTitle .title {
        font-size: 18px;
    }

    .CommonTitle .text {
        font-size: 14px;
        margin-top: 8px;
    }

    .CommonTitle .text br {
        display: none;
    }

    .RuJinjz-list {
        margin-right: -10px;
        margin-bottom: -10px;
    }

    .RuJinjz-list .list {
        width: calc(100%/2 - 10px);
        margin-right: 10px;
        margin-bottom: 10px !important;
        padding: 10px;
        border-radius: 5px;
        height: 250px;
    }

    .RuJinjz-list .list .title {
        font-size: 16px;
    }

    .RuJinjz-list .list .line {
        width: 65px;
        margin-top: 10px;
    }

    .RuJinjz-list .list .text {
        font-size: 12px;
        line-height: 20px;
    }

    .RuJints-list .list {
        border-radius: 5px;
    }

    .RuJints-list .list .cont .title {
        font-size: 16px;
    }

    .RuJints-list .list .cont .text {
        font-size: 12px;
        line-height: 20px;
    }

    .RuJints-list .list .img {
        height: 200px;
    }

    .RuJints-list .list .img img {
        max-height: 100%;
    }

    .RuJints-list .list .cont li .icon {
        height: 20px;
    }

    .RuJints-list .list .cont li .hit {
        font-size: 12px;
    }

    .RuJints-list .list .cont .ul {
        margin-right: -10px;
        margin-bottom: -15px;
    }

    .RuJints-list .list .cont .li {
        margin-bottom: 15px;
    }

    .RuJints-list .list .cont .li .icon {
        display: flex;
        align-items: center;
        width: 30px;
    }

    .RuJints-list .list .cont .li .icon img {
        height: 20px;
    }

    .RuJints-list .list .cont .li .hit {
        font-size: 12px;
        width: calc(100% - 30px);
    }

    .RuJinjz-list .list:hover {
        transform: translateY(0px);
    }

    .RuJincj-list .list:hover {
        transform: translateY(0px);
    }

    .RuJincj-list {
        margin-right: -5px;
        margin-bottom: -5px;
    }

    .RuJincj-list .list {
        width: calc(100%/3 - 5px);
        margin-right: 5px;
        margin-bottom: 5px;
        height: 197px;
    }

    .RuJincj-list .list .show {
        padding-right: 5px;
        padding-bottom: 5px;
    }

    .RuJincj-list .list .show .title {
        font-size: 12px;
    }

    .RuJinzx-cont .cont-l {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .RuJinzx-cont .cont-l .title {
        font-size: 18px;
        line-height: 26px;
    }

    .RuJinzx-cont .cont-l .title br {
        display: none;
    }

    .RuJinzx-cont .cont-l .text {
        font-size: 14px;
        margin-top: 10px;
    }

    .RuJinzx-cont .cont-l .CommonBtn {
        font-size: 12px;
        width: 80px;
        height: 30px;
        margin-top: 10px;
    }

    .Anlilb-list .list .cont .title {
        font-size: 14px;
    }

    .Anlilb-list .list .cont .text {
        font-size: 12px;
    }

    .Anlilb-list .list .cont .btn {
        font-size: 12px;
    }

    .NewsBan .content .contain .title {
        font-size: 20px;
    }

    .NewsBan .content .PageContain .title {
        font-size: 20px;
    }

    .Newslb-list .list .cont .title {
        font-size: 16px;
    }

    .Newslb-list .list .cont .text {
        font-size: 14px;
        margin-top: 4px;
    }

    .Newslb-list .list .cont .data {
        font-size: 12px;
        margin-top: 10px;
    }

    .Newslb-list .list .img {
        height: 202px;
        margin-top: 15px;
    }

    .Newslb-content {
        padding: 15px;
    }

    .Newslb-content-list .list .cont .data {
        font-size: 12px;
    }

    .Newslb-content-list .list {
        margin-bottom: 10px;
    }

    .JaoYusd-content .show .title {
        font-size: 16px;
    }

    .JaoYusd-content .show .text {
        font-size: 12px;
        line-height: 20px;
    }

    .JaoYujz-list .list {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .JaoYujz-list .list .img {
        height: 30px;
    }

    .JaoYujz-list .list .text {
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
    }

    .JaoYuxg-list .list .show .btn {
        font-size: 12px;
        width: 80px;
        height: 30px;
        margin-top: 10px;
    }

    .JaoYuxg-list .list .show .title {
        font-size: 16px;
    }

    .JaRugz-lun .cont {
        padding: 15px 0px;
    }

    .JaRugz-lun .cont .title {
        font-size: 18px;
    }

    .JaRugz-lun .cont .text {
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
    }

    .JaRuxq-title {
        margin-top: 10px;
    }

    .JaRuxq-ul {
        margin-top: 10px;
    }

    .JaRuxq-data .data {
        font-size: 12px;
    }

    .JaRuxq-ul .li {
        font-size: 12px;
    }

    .JaRuxq-ul .li::before {
        width: 1px;
        height: 15px;
    }

    .JaRuxq-hit {
        margin-top: 15px;
    }

    .JaRuxq-hit .btn {
        width: 80px;
        height: 30px;
        font-size: 12px;
    }

    .JaRuxq-name span {
        width: 85px;
    }

    .JaRuxq-name .line {
        width: calc(100% - 85px);
    }

    .JaRuxq-content p {
        font-size: 12px;
        line-height: 20px;
    }

    .JaRuxq-content br {
        content: "";
        display: block;
        height: 10px;
    }

    .JaRuxq-btn .btn {
        width: 80px;
        height: 30px;
        font-size: 12px;
    }

    .JaRuxq-sticky {
        padding: 15px;
    }

    .JaRuxq-list .list {
        height: 55px;
    }

    .JaRuxq-list .list .title {
        font-size: 12px;
    }

    .JaRuxq-list .list span {
        font-size: 12px;
    }

    .JaRuZhixq-pulldown .customSelect-name {
        height: 40px;
        padding: 0 8px;
        font-size: 12px;
    }

    .JaRuZhixq-pulldown .customSelect-name::after {
        right: 8px;
        font-size: 12px;
    }

    .JaRuZhixq-pulldown .customSelect-drop {
        top: 40px;
    }

    .JaRuZhixq-pulldown .customSelect-drop>div {
        padding: 0 15px;
        height: 35px;
        font-size: 12px;
    }

    .JaRuZhixq-list {
        padding: 0px;
    }

    .JaRuZhixq-list .list .JaRuxq-title {
        margin-top: 0px;
    }

    .JaRuZhixq-list .list {
        height: auto;
        padding: 15px;
    }

    .JaRuxq-hit .data {
        font-size: 12px;
    }

    .Abouwh-lun .content .title {
        font-size: 18px;
        line-height: 24px;
    }

    .Abouwh-lun > img {
        height: auto;
    }

    .ProXqMain-name {
        font-size: 20px;
    }

    .ProXqMain-ul-name {
        font-size: 12px;
    }

    .ProXqMain-ul .li {
        font-size: 12px;
    }

    .ProXqxl-Title .name {
        font-size: 16px;
    }

    .ProXqxl-Title .title {
        font-size: 28px;
        margin-top: 5px;
    }

    .ProXqly-title {
        font-size: 22px;
    }

    .ProXqsj-Title .title {
        font-size: 22px;
    }

    .ProXqsj-Title .text {
        font-size: 14px;
        line-height: 22px;
    }

    .ProXqsj-Title .text br {
        display: none;
    }

    .ProXqsj-list .list {
        margin: 0px 25px;
    }

    .ProXqcl-Title .title {
        font-size: 22px;
        line-height: 26px;
    }

    .ProXqcl-Title .text {
        font-size: 14px;
        line-height: 22px;
    }

    .ProXqcl-cont {
        margin-top: 110px;
    }

    .ProXqcl-cont .cont-l .name {
        font-size: 16px;
    }

    .ProXqcl-cont .cont-l {
        width: 100%;
    }

    .ProXqcl-cont .cont-r {
        width: 100%;
        margin-top: 10px;
    }

    .ProXqcl-list {
        justify-content: space-between;
        width: 100%;
    }

    .ProXqcl-list .list {
        margin-right: 0px;
    }

    .ProXqcl-list .list .number {
        font-size: 16px;
    }

    .ProXqcl-list .list .text {
        font-size: 12px;
        margin-top: 2px;
    }

    .ProXqxn {
        padding-top: 32px;
    }

    .ProXqxn-list {
        margin-top: 0px;
    }

    .ProXqxn-list .list {
        margin-bottom: 15px;
    }

    .ProXqjc > img {
        min-height: 460px;
    }

    .ProXqjc-list {
        margin-right: -10px;
        margin-bottom: -10px;
    }

    .ProXqjc-list .list {
        margin-right: 10px;
        margin-bottom: 10px;
        width: calc(100%/3 - 10px);
    }

    .ProXqjc-list .list .img {
        height: 35px;
    }

    .ProXqjc-list .list .title {
        font-size: 14px;
    }

    .ProXqjc-list .list .text {
        font-size: 12px;
        line-height: 20px;
    }

    .ProXqjc-list .list .text br {
        display: none;
    }

    .ProXqyy-list .PageContain {
        padding: 0px;
    }

    .ProXqyy-list .list {
        font-size: 12px;
        padding-top: 6px;
    }

    .ProXqxg-list {
        margin-right: 0px;
        margin-bottom: -15px;
    }

    .ProXqxg-list .list {
        width: calc(100% / 2 - 5px);
        margin-bottom: 20px;
    }


    .ProXqxg-list .list .cont .title {
        font-size: 18px;
    }

    .ProXqxg-list .list .cont .text {
        font-size: 14px;
    }

    .ProXqxg-list .list .cont .btn {
        width: 80px;
        height: 30px;
        border-radius: 15px;
        border: 1px solid #b2b2b2;
        font-size: 12px;
        margin-top: 15px;
    }

    .ProXqxg-list .list .cont .btn:hover {
        border: 1px solid var(--ty-primary);
    }

    .YinJinlb-list {
        margin-right: 0px;
        margin-bottom: -15px;
    }

    .YinJinlb-list .list {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
        padding: 15px;
    }

    .ZhShys-lun .show .title {
        font-size: 18px;
    }

    .ZhShys-lun .show .text {
        font-size: 12px;
        line-height: 20px;
    }

    .ZhShsj-list .list .title {
        font-size: 14px;
    }

    .ZhShyt-list .list .hit {
        font-size: 14px;
    }

    .ZhShyt-list .list .text {
        font-size: 14px;
    }

    .ZhShzx-cont .cont-l .title {
        font-size: 20px;
    }

    .ZhShzx-cont .cont-l .text {
        font-size: 14px;
    }

    .ZhShzx-from .customSelect-name {
        height: 45px;
        border-radius: 5px;
        padding: 0 10px;
        font-size: 12px;
    }

    .ZhShzx-from .customSelect-name::after {
        font-size: 12px;
    }

    .ZhShzx-from .customSelect-drop {
        top: 40px;
    }

    .ZhShzx-from .customSelect-drop>div {
        padding: 0 10px;
        height: 30px;
        font-size: 12px;
    }

    .ZhShzx-from .list input {
        height: 45px;
        border-radius: 5px;
        padding: 0px 10px;
    }

    .ZhShzx-from .list input::-webkit-input-placeholder {
        color: #333333;
        font-size: 12px;
    }

    .ZhShzx-from .list input:-moz-placeholder {
        color: #333333;
        font-size: 12px;
    }

    .ZhShzx-from .list input::-moz-placeholder {
        color: #333333;
        font-size: 12px;
    }

    .ZhShzx-from .list input:-ms-input-placeholder {
        color: #333333;
        font-size: 12px;
    }

    .ZhShzx-from .list textarea {
        height: 100px;
        border-radius: 5px;
        padding: 10px;
        font-size: 12px;
    }

    .ZhShzx-from .list textarea::-webkit-input-placeholder {
        color: #333333;
        font-size: 12px;
    }

    .ZhShzx-from .list textarea:-moz-placeholder {
        color: #333333;
        font-size: 12px;
    }

    .ZhShzx-from .list textarea::-moz-placeholder {
        color: #333333;
        font-size: 12px;
    }

    .ZhShzx-from .list textarea:-ms-input-placeholder {
        color: #333333;
        font-size: 12px;
    }

    .ZhShzx-btn a {
        width: 80px;
        height: 35px;
        font-size: 12px;
        border-radius: 5px;
    }

    .ZhShzx-hit {
        font-size: 12px;
    }

    .ZhShzx-hit span {
        font-size: 14px;
    }

    .Newsxq-Title .data {
        font-size: 12px;
    }

    .Newsxq-content {
        margin-top: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 14px;
    }

    .Newsxq-content br {
        content: "";
        display: block;
        height: 10px;
    }

    .Newsxq-btn {
        margin-top: 15px;
    }

    .Newsxq-btn-left {
        width: 100%;
    }

    .Newsxq-btn-right {
        width: 100%;
        margin-top: 15px;
        display: flex;
        justify-content: center;
    }

    .Newsxq-btn-left a {
        padding-right: 0px;
    }

    .Newsxq-btn-right a {
        width: 80px;
        height: 30px;
        font-size: 12px;
    }

    .ShouHoBan .PageContain {
        padding-bottom: 0px;
    }

    .QuDonlb-table {
        overflow-x: auto;
    }

    .QuDonlb-table table {
        width: 800px;
    }

    .QuDonlb-table table th {
        height: 40px;
        font-size: 14px;
    }

    .QuDonlb-table table td:nth-child(1) {
        font-size: 14px;
        width: 70px;
    }

    .QuDonlb-table table td p {
        font-size: 12px;
    }

    .QuDonlb-table table td a {
        font-size: 12px;
        padding-left: 20px;
    }

    .QuDonlb-table table td {
        padding: 15px;
    }

    .QuDonlb-table table td a::before {
        top: 0px;
    }

    .QuDonlb-PullDown .customSelect-name {
        height: 40px;
        padding: 0 10px;
        font-size: 12px;
    }

    .QuDonlb-PullDown .customSelect-name::after {
        font-size: 12px;
        right: 10px;
    }

    .QuDonlb-PullDown .customSelect-drop {
        top: 40px;
    }

    .QuDonlb-PullDown .customSelect-drop>div {
        height: 35px;
    }

    .LianXily-cont .cont-l .bottom {
        margin-top: 15px;
    }

    .LianXily-cont .cont-l .iphone {
        font-size: 16px;
    }

    .LianXily-cont .cont-l .text {
        font-size: 12px;
    }

    .LianXily-from {
        transform: translateX(0px);
    }

    .LianXily-from .from .list input {
        height: 45px;
        border-radius: 5px;
    }

    .LianXily-from .from .list input::-webkit-input-placeholder {
        color: #b3b3b3;
        font-size: 12px;
    }

    .LianXily-from .from .list input:-moz-placeholder {
        color: #b3b3b3;
        font-size: 12px;
    }

    .LianXily-from .from .list input::-moz-placeholder {
        color: #b3b3b3;
        font-size: 12px;
    }

    .LianXily-from .from .list input:-ms-input-placeholder {
        color: #b3b3b3;
        font-size: 12px;
    }

    .LianXily-from .from .list textarea::-webkit-input-placeholder {
        color: #b3b3b3;
        font-size: 12px;
    }

    .LianXily-from .from .list textarea:-moz-placeholder {
        color: #b3b3b3;
        font-size: 12px;
    }

    .LianXily-from .from .list textarea::-moz-placeholder {
        color: #b3b3b3;
        font-size: 12px;
    }

    .LianXily-from .from .list textarea:-ms-input-placeholder {
        color: #b3b3b3;
        font-size: 12px;
    }

    .LianXily-from .from .list textarea {
        border-radius: 5px;
        height: 100px;
    }

    .LianXily-from .from .list:last-child .img {
        width: 120px;
        padding-left: 10px;
    }

    .LianXily-from .from .list:last-child .img img {
        height: 45px;
        border-radius: 5px;
    }

    .LianXily-from .from .list:last-child input {
        width: calc(100% - 120px);
    }

    .LianXily-btn {
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }

    .LianXily-btn a {
        width: 100%;
        height: 40px;
        font-size: 12px;
    }

    .LianXifw-list .list .title {
        font-size: 16px;
    }

    .LianXifw-list .list {
        padding: 15px;
    }

    .LianXifw-list .list:nth-child(2),
    .LianXifw-list .list:nth-child(4) {
        padding: 15px 0;
    }

    .LianXifw-list .list .text {
        font-size: 12px;
        line-height: 20px;
    }

    .LianXifw-list .list .btn {
        font-size: 12px;
    }

    .LianXifw-list .list .btn i {
        font-size: 12px;
        margin-top: -2px;
    }

    .ZhShhy-muen .show {
        padding: 10px;
    }

    .ZhShhy-muen .show .title {
        font-size: 16px;
    }

    .ZhShhy-muen .show .text {
        font-size: 12px;
        line-height: 18px;
    }

    .ZhShhy-muen > img {
        max-height: 200px;
        min-height: 200px;
    }

    .KeZhiys-list .list .img {
        height: 35px;
    }

    .KeZhiys-list .list .title {
        font-size: 14px;
        margin-top: 15px;
    }

    .KeZhiys-list .list .text {
        font-size: 12px;
        line-height: 20px;
    }

    .KeZhifw-list .list .cont .title {
        font-size: 16px;
    }

    .KeZhifw-list .list .cont .text {
        font-size: 12px;
        line-height: 22px;
    }

    .partnerLogo .circle {
        width: 72px;
        height: 72px;
    }

    .Anlixq-line {
        padding: 10px 15px;
    }

    .Anlixq-line::before {
        width: 5px;
    }

    .Anlixq-content h2 {
        font-size: 18px;
    }

    .Anlixq-content {
        font-size: 12px;
        line-height: 20px;
    }

    .GuiGe-contrast-list .list:nth-child(1) {
        width: 100px;
    }

    .GuiGe-contrast-list .list {
        width: 245px;
    }

    .GuiGe-header-img {
        height: 150px;
        margin-top: 15px;
    }

    .GuiGe-contrast-list .list .customSelect-name {
        height: 45px;
        padding: 0 10px;
        font-size: 12px;
    }

    .GuiGe-contrast-list .list .customSelect-name::after {
        right: 10px;
    }

    .GuiGe-contrast-list .list .customSelect-drop {
        top: 45px;
    }

    .GuiGe-contrast-list .list .customSelect-drop>div {
        padding: 0 15px;
        height: 40px;
        font-size: 12px;
    }

    .GuiGe-ul .li {
        padding: 10px 25px;
        height: 70px;
        font-size: 12px;
    }

    .GuiGe-ul table tr td {
        padding: 10px 25px;
        height: 70px;
        font-size: 12px;
    }

    .GuiGe-PullDown .customSelect-name {
        height: 40px;
        font-size: 14px;
    }

    .GuiGe-PullDown .customSelect-drop {
        top: 40px;
    }

    .GuiGe-PullDown .customSelect-drop>div {
        padding: 0 15px;
        font-size: 12px;
    }

    .GuiGe-title {
        font-size: 24px;
    }

    .GuiGe-text {
        font-size: 14px;
    }

    .GuiGe-Show_btn {
        font-size: 12px;
        width: 25px;
        right: 0px;
        top: 225px;
        position: fixed;
    }

    .GuiGe-Show_btn span {
        width: 13px;
        display: block;
        line-height: 14px;
    }

    .aboutbanner-cont .title,.about_con-cont .title, .business-cont .title {
        font-size: 18px;
    }

    .aboutbanner-img img {
        height: auto;
        min-height: 200px;
    }

    .about_con-info .text {
        margin-left: 12px !important;
        font-size: 28px;
    }

    .about_con-cont .text {
        margin-top: 8px;
    }

    .about_con-cont {
        margin-top: 12px;
    }

    .about_con {
        padding: 38px 0;
    }

    .business-number li {
        width: auto;
        flex: 1;
    }

    .business-number li .ico {
        height: 40px;
    }

    .business-number li .text.fs18 {
        font-size: 14px;
    }

    .business-number li .text {
        font-size: 12px;
    }

    .QuDonzd-list .list {
        padding: 20px;
    }

    .QuDonzd-list .list .img {
        height: 30px;
    }

    .QuDonzd-list .list .title {
        font-size: 14px;
    }

    .Abouwh-lun .content .title {
        opacity: 1 !important;
    }

    .LianXifw-list .list .text {
        min-height: auto;
    }

    .GuiGe-contrast {
        overflow-x: auto;
        overflow-y: hidden;
        position: relative;
        padding-bottom: 10px;
    }

    .ProSticky {
        position: relative;
    }

    .AbojjQy-info {
        margin-top: 8px;
    }

    .AbojjQy-list {
        margin-top: 20px;
    }

    .AbojjQy-list ul {
        margin-top: -20px;
    }

    .AbojjQy-list li {
        margin-top: 20px;
        justify-content: center;
    }

    .AbojjQy-list li .ico {
        height: 40px;
    }

    .AbojjQy-list li .text {
        font-size: 14px;
    }
    .Newslb-muen a{
        height: 50px;
        padding: 0 14px;
    }
    .accordion .link{
        padding: 20px;
    }
    .accordion .link .tit{
        padding-left: 12px;
    }
    .accordion li .submenu{
        padding: 30px 32px;
    }
    .RuJinlb-list.solu_list li{
        font-size: 12px;
        margin-right: 15px;
    }

}

.pagelist {
    width: 100%;
    text-align: center;
}

.pagelist #pege li {
    list-style: none;
    display: inline-block;
    margin: 0px 2px;
    border: 1px #dcdcdc solid;
    color: #898989;
    width: 37px;
    height: 37px;
    padding: 0px;
    text-align: center;
    line-height: 35px;
    background: #f9f9f9;
    overflow: hidden;
    transition: all ease 0.4s;
}

.pagelist #pege li a {
    display: block;
    width: 100%;
    height: 100%;
    transition: all ease 0.4s;
    color: #333;
    background-color: #fff;
    line-height: 35px;
}

.pagelist #pege li a:hover {
    background: var(--ty-primary);
    color: #fff;
}

.pagelist #pege li:has(a:hover) {
    border-color: var(--ty-primary);
}

.bread_nav {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px rgba(255, 255, 255, 0.1) solid;
    color: rgba(255, 255, 255, 0.6);
}

.bread_nav a {
    transition: all ease 0.4s;
}

.bread_nav a:hover {
    color: rgba(255, 255, 255, 1);
}

.lead {
    position: absolute;
    left: 50%;
    bottom: 0;
}

.lead span {
    width: 9px;
    height: 73px;
    position: absolute;
    left: calc(50% - 4px);
    bottom: 0;
    overflow: hidden;
}

.lead span:before {
    content: "";
    background: rgba(255,255,255,.15);
    width: 1px;
    height: 100%;
    position: absolute;
    left: 4px;
    bottom: 0;
    display: block;
    z-index: 2;
}

.lead span:after {
    content: "";
    background: #ffffff;
    width: 9px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    transform: translateY(0);
    display: block;
    border-radius: 50%;
    opacity: 1;
    animation-name: scrollBall;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

@keyframes scrollBall {
    0% {
        transform: translateY(-8px);
    }

    100% {
        transform: translateY(73px);
    }
}

.coo_box1:before , .coo_box2:before {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    width: 10%;
    z-index: 10;
    left: 0;
    right: auto;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.coo_box1:after , .coo_box2:after {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    width: 10%;
    z-index: 10;
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.coo_box1 .swiper-wrapper , .coo_box2 .swiper-wrapper {
    transition-timing-function: linear;
}

.coo_box1 .swiper-slide, .coo_box2 .swiper-slide {
    margin: 15px 0;
    box-shadow: 0px 0px 20px 0px rgba(63, 66, 71, 0.1);
}

.coo_box1 .swiper-slide img, .coo_box2 .swiper-slide img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 680px) {
    .coo_box1 .swiper-slide, .coo_box2 .swiper-slide {
        margin: 10px 0;
        box-shadow: 0px 0px 10px 0px rgba(63, 66, 71, 0.1);
    }
}


.indlx > img {
    width: 100%;
    height: 330px;
}

.indlx .content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.indlx .content .contain {
    height: 100%;
}

.indlx-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.indlx-cont .btn {
    width: 170px;
    height: 42px;
    margin-left: auto;
    margin-right: auto;
}



@media all and (max-width: 1590px){
    .indlx > img {
        height: 300px;
    }
}

@media all and (max-width: 1000px){
    .indlx > img {
        height: 100%;
        position: absolute;
        top: 0px;
        width: 100%;
    }
    .indlx .content {
        position: relative;
        z-index: 3;
        padding: 20px 0px;
    }

    .indlx-cont {
        justify-content: center;
        align-items: center;
    }

    .indlx-cont > div {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .indlx-cont .btn {
        width: 145px;
        height: 40px;
        font-size: 12px;
    }
}

@media all and (max-width: 680px){
    .indlx-cont .title {
        font-size: 18px;
    }
    .indlx-cont .btn {
        width: 120px;
        height: 35px;
    }

}