@charset "UTF-8";


@media (min-width: 768px) {
    html {
        font-size: 28px !important;
    }
}

@media (min-width: 1025px) {
    ::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }

    ::-webkit-scrollbar-track {
        background: #fff;
    }

    ::-webkit-scrollbar-thumb {
        background: #e60012;
        /*border-radius: 4px;*/
    }

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #e60012;
    }

    ::-webkit-scrollbar-thumb:vertical:hover {
        background: #e60012;
    }

    html {
        font-size: 30px !important;
    }

    body {
        -ms-overflow-style: scrollbar;
    }
}

@media (min-width: 1440px) {
    html {
        font-size: 34px !important;
    }
}

@media (min-width: 1680px) {
    html {
        font-size: 40px !important;
    }
}

/* 重置表单样式 */
select::-ms-expand {
    display: none;
}

input,
select,
textarea {
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 0;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
}

body {
    overflow: hidden;
}

textarea {
    resize: none;
}

select::-ms-expand {
    display: none;
}

/* 更改placeholder颜色 */
input::-webkit-input-placeholder {
    color: #888;
}

input:-moz-placeholder {
    color: #888;
}

input::-moz-placeholder {
    color: #888;
}

input:-ms-input-placeholder {
    color: #888;
}

textarea::-webkit-input-placeholder {
    color: #888;
}

textarea:-moz-placeholder {
    color: #888;
}

textarea::-moz-placeholder {
    color: #888;
}

textarea:-ms-input-placeholder {
    color: #888;
}

.index-swiper {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.index-swiper .swiper-slide {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.banner-swiper {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.banner-swiper .pc-banner,
.banner-swiper .pho-banner {
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 2s;
    transform: scale3d(1.1, 1.1, 1.1);
}

.banner-swiper .pho-banner {
    display: none
}

.banner-swiper .swiper-slide-active .pc-banner,
.banner-swiper .swiper-slide-active .pho-banner {
    transform: scale3d(1, 1, 1);
}

.banner-swiper .text-pro {
    position: absolute;
    ;
    top: 50%;
    transform: translateY(-50%);
    left: 12.5%;
    width: 60%;
    text-align: left;
    color: #fff;
}

.banner-swiper .text-pro .tit-a {
    font-size: 1.5rem;
    line-height: 1;
    transition: all 0.3s
}

.banner-swiper .text-pro .tit-b {
    font-size: 0.7rem;
    line-height: 0.8rem;
    margin-top: 0.75rem;
    transition: all 0.3s
}

.banner-swiper .text-pro .tit-c {
    font-size: 1.8rem;
    line-height: 1;
    opacity: 0.5;
    font-family: "Arial";
    margin-top: 1.2rem;
    transition: all 0.3s
}

.banner-swiper .text-pro .tit-d {
    font-size: 0.6rem;
    line-height: 0.7rem;
    font-family: "Arial";
    opacity: 0.5;
    margin-top: 0.5rem;
    transition: all 0.3s
}

.banner-swiper .text-pro .tit-e {
    font-size: 0.6rem;
    line-height: 0.7rem;
    font-family: "Arial";
    margin-top: 0.5rem;
    transition: all 0.3s
}

.banner-swiper .text-pro .tit-f {
    font-size: 0.7rem;
    line-height: 0.8rem;
    margin-top: 1.25rem;
    transition: all 0.3s
}

.banner-swiper .tranx {
    position: relative;
    transform: translateY(20px);
    opacity: 0;
}

.deral1 {
    transition-delay: 0.1s;
}

.deral2 {
    transition-delay: 0.2s;
}

.deral3 {
    transition-delay: 0.3s;
}

.deral4 {
    transition-delay: 0.4s;
}

.deral5 {
    transition-delay: 0.5s;
}

.uptrany {
    transform: translateY(30px);
    opacity: 0;
    filter: alpha(opacity=0);
}

.index-swiper .active-on .uptrany {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
    transition: all .8s linear;
    transition-delay: .1s;
}

.banner-swiper .cur .tranx {
    transform: translateY(0);
    opacity: 1;

}

.banner-swiper .text-pro .more-btn {
    display: inline-block;
    ;
    position: relative;
    margin-top: 1.1rem;
    width: 5.25rem;
    height: 1.4rem;
    line-height: 1.4rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0.7rem;
    font-size: 0.3rem;
    font-family: "Arial";
    padding-left: 1.25rem;
    color: #fff;
    transition: all 0.3s;
}

.banner-swiper .text-pro .more-btn img {
    width: 0.9rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.3rem;
    transition: all 0.3s;
}

.banner-swiper .banner-pagination {
    position: absolute;
    left: 3.125%;
    bottom: 6%;
    font-size: 0;
    text-align: center;
    z-index: 10;
    width: 3rem;
    line-height: 0.4rem;
}

.banner-swiper .banner-pagination span {
    display: inline-block;
    width: 0.25rem;
    border-radius: 50%;
    height: 0.25rem;
    transition: all 0.3s;
    background-color: #878785;
    margin-right: 0.25rem;
}

.banner-swiper .banner-pagination span.swiper-pagination-bullet-active {
    background-color: #eba517;
}

.banner-swiper .num-div {
    position: absolute;
    bottom: calc(6% + 0.125rem);
    left: calc(3rem + 3.125%);
    font-size: 0.3rem;
    color: #fff;
    font-family: "Arial";
    padding-left: 0.75rem;
    line-height: 0.4rem;
    z-index: 10;
}

.banner-swiper .num-div:after {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0.5rem;
    height: 2px;
    background-color: #3f3e3d;
    content: "";
}

.banner-swiper .text-banner-swiper {
    position: absolute;
    right: 2.6%;
    bottom: 5%;
    width: 12rem;
    height: 1.4rem;
    line-height: 1.4rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 10;
    overflow: hidden;
}

.banner-swiper .text-banner-swiper a {
    display: block;
    font-size: 0.35rem;
    color: #fff;
    padding: 0 1.5rem 0 0.5rem;
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 18px;
    background-image: url(../img/gonggao.png);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
}

.banner-swiper .num-text {
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #eba517;
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.3rem;
    font-weight: bold;
    color: #fff;
    bottom: calc(5% + 1.4rem - 0.25rem);
    right: calc(2.6% + 12rem - 0.25rem);
    z-index: 20;
}

.banner-swiper .num-text:after {
    position: absolute;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #eba517;
    opacity: 0.1;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: big1 linear 2s infinite;
}

.banner-swiper .num-text:before {
    position: absolute;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    background-color: #eba517;
    opacity: 0.2;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: big2 linear 2s infinite;
}

@keyframes big1 {
    0% {
        width: 1rem;
        height: 1rem;
    }

    100% {
        width: 0.5rem;
        height: 0.5rem;
    }
}

@keyframes big2 {
    0% {
        width: 0.75rem;
        height: 0.75rem;
    }

    100% {
        width: 1rem;
        height: 1rem;
    }
}

.index-swiper .swiper-slide .bk-img {
    height: 100%;
    position: relative;
    banner-pagination: center;
    background-size: cover;
    background-repeat: no-repeat
}

.index-swiper .text-pro2 {
    position: absolute;
    left: 12.5%;
    top: calc(3rem + 0.75rem);
    z-index: 20;
    width: 23%;
}

.index-swiper .text-pro2 .enname {
    font-size: 0.75rem;
    line-height: 0.8rem;
    color: #305f8b;
    font-family: 'Arial'
}

.index-swiper .text-pro2 .cnname {
    font-size: 0.9rem;
    line-height: 1rem;
    color: #305f8b;
    margin-top: 0.3rem;
}

.index-swiper .text-pro2 .title {
    font-size: 0.75rem;
    color: #eba517;
    line-height: 0.8rem;
    margin-top: 1.5rem;
}

.index-swiper .text-pro2 .con-p {
    font-size: 0.325rem;
    color: #666666;
    line-height: 0.7rem;
    margin-top: 0.8rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.index-swiper .text-pro2 .more-btnin {
    display: inline-block;
    margin-top: 2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.325rem;
    color: #fff;
    background-color: #eba517;
    padding-left: 1.5rem;
    width: 4rem;
    background-size: 0.4rem;
    background-repeat: no-repeat;
    background-position: 4rem center;
    transition: all 0.3s;
    background-image: url(../img/more.png);
    transition: all 0.3s;
}

.index-swiper .text-pro2 .num-countup {
    margin-top: 3rem;
    font-size: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: space-between;
}

.index-swiper .text-pro2 .num-countup li {
    display: inline-block;
    vertical-align: top;
}

.index-swiper .text-pro2 .num-countup li .numline {
    font-size: 0.325rem;
    color: #305f8b;
}

.index-swiper .text-pro2 .num-countup li .num {
    font-size: 1.2rem;
    color: #305f8b;
    font-family: "AGLettericaCondensed";
}

.index-swiper .text-pro2 .num-countup li .p0 {
    line-height: 1
}

.index-swiper .text-pro2 .num-countup li .p1 {
    font-size: 0.3rem;
    color: #666;
    line-height: 0.4rem;
    margin-top: 0.2rem;
}

.index-swiper .swiper-slide .pro1 {
    position: absolute;
    top: calc(3rem + 0.75rem);
    width: 23.4%;
    left: 45.375%;
}

.index-swiper .swiper-slide .pro2 {
    position: absolute;
    top: 24%;
    width: 36.4%;
    left: 50%;
    z-index: 10;
}

.index-swiper .swiper-slide .pro3 {
    position: absolute;
    top: 55%;
    width: 18.2%;
    left: 74%;
}

.index-swiper .swiper-slide .bo-div {
    position: absolute;
    width: 3rem;
    height: 2.65rem;
    z-index: 20;
    cursor: pointer;
    background-color: #fff;
    top: 54%;
    left: 66%;
    transform: translateY(-50%);
    text-align: center;
    ;
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: 1.4rem 0.8rem;
    background-image: url(../img/bo.png);
    display: none
}

.index-swiper .swiper-slide .bo-div span {
    font-size: 0.3rem;
    color: #333333;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 55%;
    font-family: "Arial";
}

.index-swiper .list3 {
    position: absolute;
    top: calc(3rem + 0.75rem);
    left: 12.75%;
    width: 75%;
}

.index-swiper .list3 .text-pro3 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.index-swiper .list3 .text-pro3 .enname {
    font-size: 0.75rem;
    line-height: 0.8rem;
    color: #305f8b;
    font-family: "Arial"
}

.index-swiper .list3 .text-pro3 .cnname {
    font-size: 0.9rem;
    line-height: 1rem;
    color: #305f8b;
    margin-top: 0.2rem;
}

.index-swiper .ul3-top {
    font-size: 0;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.index-swiper .ul3-top li {
    display: inline-block;
    margin-right: 2.5rem;
    position: relative;
    text-align: center;
    cursor: pointer;
    padding-bottom: 0.5rem;
}

.index-swiper .ul3-top li:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    content: "";
    background-color: #eba517;
    transition: all 0.3s;
}

.index-swiper .ul3-top li .hover-img {
    width: 2.1rem;
    position: relative;
    margin: 0 auto;
}

.index-swiper .ul3-top li .hover-img img {
    width: 100%;
    transition: all 0.3s;
    opacity: 1;
}

.index-swiper .ul3-top li .hover-img img.img2 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.index-swiper .ul3-top li .text {
    font-size: 0.4rem;
    color: #666666;
    transition: all 0.3s;
}

.index-swiper .ul3-top li.cur .text {
    color: #eba517;
    font-weight: bold;
}

.index-swiper .ul3-top li.cur .hover-img img.img1 {
    opacity: 0;
}

.index-swiper .ul3-top li.cur .hover-img img.img2 {
    opacity: 1;
}

.index-swiper .ul3-top li.cur:after {
    width: 100%;
}

.index-swiper .ajax-list3 {
    margin-top: 0.75rem;
    position: relative;
}

.index-swiper .ajax-list3 .item-mian {
    position: relative;
    width: 100%;
    padding-bottom: 36.25%;
    overflow: hidden;
}

.index-swiper .ajax-list3 .item-mian .div-pro {
    position: absolute;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.index-swiper .ajax-list3 .item-mian .div-pro img {
    width: 100%;
    transition: all 0.3s;
}

.index-swiper .ajax-list3 .item-mian .div-pro1 {
    left: 0;
    width: 27.8%;
    top: 0;
    height: 100%;
}

.index-swiper .ajax-list3 .item-mian .div-pro1 img {
    width: 100%;
}

.index-swiper .ajax-list3 .item-mian .div-pro .text-ao {
    position: absolute;
    top: 13.4%;
    text-align: center;
    width: 90%;
    left: 5%;
    color: #ffffff;
}

.index-swiper .ajax-list3 .item-mian .div-pro .text-ao .p1 {
    font-size: 0.7rem;
    line-height: 0.8rem;
}

.index-swiper .ajax-list3 .item-mian .div-pro .text-ao .p2 {
    font-size: 0.45rem;
    line-height: 0.6rem;
    margin-top: 0.4rem;
}

.index-swiper .ajax-list3 .item-mian .div-pro2 {
    left: 29.2%;
    width: 27.8%;
    top: 0;
    height: 100%;
}

.index-swiper .ajax-list3 .item-mian .div-pro3 {
    left: 59.8%;
    width: 19.4%;
    top: 0;
    height: 56.3%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index-swiper .ajax-list3 .item-mian .div-pro3 img {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 42.8%;
}

.index-swiper .ajax-list3 .item-mian .div-pro3 .text-ao {
    top: auto;
    bottom: 5%;
}

.index-swiper .ajax-list3 .item-mian .div-pro3 .text-ao .p1 {
    font-size: 0.5rem;
    color: #333;
    line-height: 0.6rem;
}

.index-swiper .ajax-list3 .item-mian .div-pro3 .text-ao .p2 {
    font-size: 0.35rem;
    color: #333;
    line-height: 0.4rem;
    margin-top: 0.2rem;
}

.index-swiper .ajax-list3 .item-mian .div-pro4 {
    right: 0%;
    width: 19.4%;
    top: 0;
    height: 56.3%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index-swiper .ajax-list3 .item-mian .div-pro4 img {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 42.8%;
}

.index-swiper .ajax-list3 .item-mian .div-pro4 .text-ao {
    top: auto;
    bottom: 5%;
}

.index-swiper .ajax-list3 .item-mian .div-pro4 .text-ao .p1 {
    font-size: 0.5rem;
    color: #333;
    line-height: 0.6rem;
}

.index-swiper .ajax-list3 .item-mian .div-pro4 .text-ao .p2 {
    font-size: 0.35rem;
    color: #333;
    line-height: 0.4rem;
    margin-top: 0.2rem;
}

.index-swiper .ajax-list3 .item-mian .div-pro5 {
    right: 0%;
    width: 40.3%;
    bottom: 0;
    height: 40.2%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index-swiper .ajax-list3 .item-mian .div-pro5 img {
    position: absolute;
    bottom: 0%;
    right: 5%;
    width: 50%;
}

.index-swiper .ajax-list3 .item-mian .div-pro5 .text-ao {
    top: 50%;
    transform: translateY(-50%);
    left: 8%;
    width: 40%;
    text-align: left;
}

.index-swiper .ajax-list3 .item-mian .div-pro5 .text-ao .p1 {
    font-size: 0.5rem;
    color: #333;
    line-height: 0.6rem;
}

.index-swiper .ajax-list3 .item-mian .div-pro5 .text-ao .p2 {
    font-size: 0.35rem;
    color: #333;
    line-height: 0.4rem;
    margin-top: 0.2rem;
}

.index-swiper .down-btnbu {
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid #b0b0b0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 19px;
    background-image: url(../img/down1.png);
    z-index: 30;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.75rem;
    cursor: pointer;
    border-radius: 50%;
}

.index-swiper .down-btnbu:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 0.5rem;
    bottom: -0.75rem;
    content: "";
    background-color: #d8d8d8
}

.index-swiper .in-footer {
    position: absolute;
    left: 12.75%;
    width: 75%;
    top: 23%;
}

.index-swiper .in-footer .fo-ul {
    font-size: 0;
    text-align: center
}

.index-swiper .in-footer .fo-ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 3rem;
}

.index-swiper .in-footer .fo-ul li:last-child {
    margin-right: 0;
}

.index-swiper .in-footer .fo-ul li:nth-child(3) {
    margin-right: 0.75rem;
}

.index-swiper .in-footer .fo-ul li dt {
    font-size: 0.4rem;
    line-height: 0.5rem;
    margin-bottom: 1.2rem;
    text-align: left;
}

.index-swiper .in-footer .fo-ul li dt a {
    color: #010920;
    transition: all 0.3s;
}

.index-swiper .in-footer .fo-ul li dd {
    font-size: 0.35rem;
    line-height: 0.4rem;
    margin-bottom: 0.3rem;
    text-align: left;
}

.index-swiper .in-footer .fo-ul li dd a {
    color: #010920;
    opacity: 0.7;
    transition: all 0.3s;
}

.index-swiper .in-footer .share-div {
    margin-top: 4rem;
    font-size: 0;
    text-align: center;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #dbdde1;
    position: relative;
    z-index: 20
}

.index-swiper .in-footer .share-div a {
    display: inline-block;
    width: 24px;
    margin-right: 0.75rem;
    position: relative;
    opacity: 0.7;
    transition: all 0.3s;
    vertical-align: top;
}

.index-swiper .in-footer .share-div a img {
    width: 100%;
}

.index-swiper .in-footer .share-div a .name {
    font-size: 0.3rem;
    color: #010920;
    opacity: 0;
    transition: all 0.3s;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden
}

.index-swiper .in-footer .share-div a img.img2 {
    display: none
}

.index-swiper .in-footer .share-div a .img {
    position: absolute;
    left: 50%;
    width: 3rem;
    transform: translateX(-50%);
    padding: 0.2rem;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    top: calc(24px + 0.2rem);
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden
}

.index-swiper .in-footer .share-div a .img img {
    width: 100%;
}

.index-swiper .in-footer .form {
    background-color: rgba(0, 0, 0, 0.05);
    width: 230px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #dbdde1;
    margin: 0.75rem auto 0;
    position: relative
}

.index-swiper .in-footer .form .text {
    font-size: 12px;
    color: #010920;
    height: 1rem;
    line-height: 1rem;
    background-color: transparent;
    padding-left: 0.5rem;
    width: calc(80% - 0.5rem);
}

.index-swiper .in-footer .form .submit {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.5rem;
    height: 0.5rem;
    background-size: 0.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/serach.svg);
    font-size: 0;
    background-color: transparent;
    cursor: pointer;
    right: 0.5rem;
}

.index-swiper .in-footer .p1 {
    margin-top: 1rem;
    font-size: 0.35rem;
    color: #010920;
    text-align: center;
    line-height: 0.4rem;
}

.index-swiper .in-footer .p1 a {
    color: #010920;
    margin-left: 0.2rem;
    transition: all 0.3s;
}

.index-swiper .in-footer .p2 {
    font-size: 0.35rem;
    color: #010920;
    opacity: 0.7;
    text-align: center;
    line-height: 0.6rem;
    margin-top: 0.2rem;
}

.video-model {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1500;
    display: none
}

.video-model .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.video-model .video-mina {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1200px;
}

.video-model .video-mina .close1 {
    position: absolute;
    top: -26px;
    right: 0;
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 17px;
    background-image: url(../img/close2.png);
    transition: all 0.3s;
    z-index: 10;
    cursor: pointer;
}

.video-model .video-mina video {
    width: 100%;
}

.nei-banner {
    position: relative;
    overflow: hidden;
}

.nei-banner img {
    width: 100%;
}

.phoimgoho {
    display: none
}

.nei-banner .text-pro {
    position: absolute;
    left: 12.75%;
    top: 33.3%;
    width: 60%;
    color: #fff;
    text-align: left;
}

.nei-banner .text-pro .tit-a {
    font-size: 0.9rem;
    line-height: 1;
    opacity: 0.7;
    font-family: 'Arial'
}

.nei-banner .text-pro .tit-b {
    font-size: 1.8rem;
    line-height: 1;
    opacity: 0.9;
    margin-top: 0.4rem;
    font-family: 'Arial'
}

.nei-banner .text-pro .tit-c {
    font-size: 0.9rem;
    line-height: 1;
    margin-top: 0.9rem;
}

.nei-banner .text-pro .down-btnu {
    width: 0.9rem;
    margin-top: 1.75rem;
    margin-left: 3rem;
    display: inline-block;
    cursor: pointer
}

.about-nav-top {
    background-color: #fff;
    border-bottom: 1px solid #d6d6d6;
    font-size: 0;
    text-align: center
}

.about-nav-top.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.about-nav-top li {
    display: inline-block;
    margin: 0 0.8rem;
    position: relative;
    padding: 0 0.5rem;
    font-size: 0.4rem;
    height: 2.25rem;
    line-height: 2.25rem;
}

.about-nav-top li:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 0.6rem;
    background-color: #d6d6d6;
    content: "";
    right: -0.8rem;
}

.about-nav-top li:last-child:before {
    display: none
}

.about-nav-top li:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    content: "";
    transition: all 0.3s;
    background-color: #eba517
}

.about-nav-top li a {
    color: #000e2b;
    transition: all 0.3s;
}

.about-nav-top li.cur a {
    color: #eba517
}

.about-nav-top li.cur:after {
    width: 100%;
}

.about-list1 {
    padding-bottom: 3rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-image: url(../img/a2.jpg)
}

.about-list1 .left {
    float: left;
    width: 34%;
    margin-left: 12.75%;
    padding-top: 2.5rem;
}

.about-list1 .left .enname {
    font-size: 0.75rem;
    line-height: 0.8rem;
    color: #305f8b;
    font-family: "Arial"
}

.about-list1 .left .cnname {
    font-size: 0.9rem;
    line-height: 1;
    color: #305f8b;
    margin-top: 0.7rem;
}

.about-list1 .left .tit-a {
    font-size: 0.75rem;
    line-height: 0.8rem;
    color: #eba517;
    margin-top: 1.5rem;
}

.about-list1 .left .con-p {
    font-size: 0.35rem;
    color: #666;
    line-height: 0.7rem;
    margin-top: 0.8rem;
}

.about-list1 .left .ul1 {
    margin-top: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #cccfd5;
    font-size: 0;
}

.about-list1 .left .ul1 li {
    display: inline-block;
    position: relative;
    padding: 0.75rem 0;
    border-right: 1px solid #cccfd5;
    box-sizing: border-box;
    width: 33.3%;
    padding-left: 0.9rem;
}

.about-list1 .left .ul1 li:last-child {
    border-right: 0
}

.about-list1 .left .ul1 li .num {
    line-height: 1;
    color: #305f8b
}

.about-list1 .left .ul1 li .num .shu {
    font-size: 1.2rem;
    font-family: "AGLettericaCondensed";
}

.about-list1 .left .ul1 li .num .line {
    font-size: 0.325rem;
}

.about-list1 .left .ul1 li .p1 {
    font-size: 0.3rem;
    color: #666666;
    line-height: 0.4rem;
    margin-top: 0.2rem;
}

.about-list1 .left .num1 {
    margin-top: 1.6rem;
    font-size: 1.2rem;
    color: #eba517;
    padding-left: 0.9rem;
    line-height: 1;
    font-family: "AGLettericaCondensed";
}

.about-list1 .left .p2 {
    font-size: 0.3rem;
    color: #eba517;
    padding-left: 0.9rem;
    line-height: 0.4rem;
    margin-top: 0.2rem;
}

.about-list1 .right {
    float: right;
    width: 50%;
}

.about-list1 .right .img {
    width: 75%;
    overflow: hidden;
    position: relative
}

.about-list1 .right .img img {
    width: 100%;
}

.about-list1 .right .img .bo-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(180, 56, 46, 0.9);
    width: 3rem;
    height: 2.65rem;
    z-index: 20;
    cursor: pointer;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: 1.4rem 0.8rem;
    background-image: url(../img/bof.png);
    display: none
}

.about-list1 .right .img .bo-div span {
    font-size: 0.3rem;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 55%;
    font-family: "Arial";
}

.about-list1 .right .con-p {
    margin-top: 1.3rem;
    font-size: 0.35rem;
    color: #666;
    line-height: 0.75rem;
    width: 75%;
}

.about-list2 {
    padding: 2rem 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.w1440 {
    width: 75%;
    margin: 0 auto;
    position: relative;
}

.about-list2 .enname {
    font-size: 0.75rem;
    line-height: 0.8rem;
    color: #fff;
    text-align: center;
    font-family: "Arial";
}

.about-list2 .cnname {
    font-size: 0.9rem;
    line-height: 1;
    color: #fff;
    text-align: center;
    margin-top: 0.6rem;
}

.about-list2 .ul2 {
    margin-top: 1.5rem;
}

.about-list2 .ul2 li {
    float: left;
    width: 31.8%;
    margin-right: 2.3%;
}

.about-list2 .ul2 li:last-child {
    margin-right: 0;
}

.about-list2 .ul2 li .img {
    overflow: hidden;
}

.about-list2 .ul2 li .img img {
    width: 100%;
    transition: all 0.3s;
}

.about-list2 .ul2 li .time {
    font-size: 0.35rem;
    color: #fff;
    font-family: "Arial";
    line-height: 0.4rem;
    margin-top: 0.5rem;
    opacity: 0.5;
}

.about-list2 .ul2 li .text {
    font-size: 0.4rem;
    color: #fff;
    line-height: 0.5rem;
    margin-top: 0.5rem;
}

.about-list2 .ul3 {
    margin-top: 1.5rem;
}

.about-list2 .ul3 li {
    float: left;
    font-size: 0.45rem;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    height: 1.4rem;
    line-height: 1.4rem;
    width: 23%;
    margin-right: 2.6%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 1em;
}

.about-list2 .ul3 li:nth-child(4n) {
    margin-right: 0;
}

.about-list2 .ul3 li:nth-child(1),
.about-list2 .ul3 li:nth-child(2),
.about-list2 .ul3 li:nth-child(3),
.about-list2 .ul3 li:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.about-list3 {
    padding: 2.5rem 0 3rem;
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/a7.jpg)
}

.about-list3 .enname {
    font-size: 0.75rem;
    line-height: 0.8rem;
    color: #305f8b;
    font-family: "Arial";
}

.about-list3 .cnname {
    font-size: 0.9rem;
    line-height: 1;
    color: #305f8b;
    margin-top: 0.5rem;
}

.about-list3 .mian-tab {
    margin-top: 0.6rem;
    position: relative;
}

.about-list3 .mian-tab .list3-swiper {
    width: 86%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.about-list3 .mian-tab .img {
    position: relative;
    width: 1.5rem;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #e5e6e9;
    text-align: center;
    height: 1.5rem;
    line-height: 1.5rem;
    transition: all 0.3s;
    margin-bottom: 1.75rem;
}

.about-list3 .mian-tab .img img {
    width: 100%;
    opacity: 1;
    transition: all 0.3s;
}

.about-list3 .mian-tab .img img.img2 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.about-list3 .mian-tab .img:after {
    width: 1px;
    height: 2.25rem;
    position: absolute;
    bottom: -2.5rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #b8b8b8;
    content: "";
    transition: all 0.3s;
}

.about-list3 .mian-tab .con-p {
    font-size: 0.4rem;
    text-align: center;
    // height:2.25rem;
    margin-bottom: 2.25rem;
    position: relative;
    transition: all 0.3s;
}

.about-list3 .mian-tab .con-p span {
    display: block;
    // position:absolute;
    // top:50%;
    // transform:translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 0.4rem;
    line-height: 0.6rem;
    position: relative;
    z-index: 10;
    /*padding:0.4rem 0;*/
    background-color: #fff;
    // height:1.8rem;
    /*display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;*/
}

.about-list3 .mian-tab .con-p:after {
    width: 1px;
    height: 3rem;
    position: absolute;
    bottom: -2.25rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #b8b8b8;
    content: "";
    transition: all 0.3s;
    z-index: 1
}

.about-list3 .mian-tab .yuan {
    width: 0.3rem;
    height: 0.3rem;
    border: 1px solid #b8b8b8;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 50%;
    transition: all 0.3s;
}

.about-list3 .mian-tab .time {
    font-size: 0.5rem;
    line-height: 0.6rem;
    margin-top: 0.5rem;
    text-align: center;
    transition: all 0.3s;
}

.about-list3 .swiper-slide:nth-child(2n) .con-p {
    margin-bottom: 5.5rem;
}

.about-list3 .swiper-slide:nth-child(2n) .con-p:after {
    bottom: -5.5rem;
    height: 6rem;
}

.about-list3 .swiper-wrapper {
    align-items: flex-end;
}

.about-list3 .swiper-slide-active .img {
    background-color: #eba517
}

.about-list3 .swiper-slide-active .img img.img1 {
    opacity: 0;
}

.about-list3 .swiper-slide-active .img img.img2 {
    opacity: 1;
}

.about-list3 .swiper-slide-active .img:after {
    background-color: #eba517
}

.about-list3 .swiper-slide-active .con-p {
    color: #eba517
}

.about-list3 .swiper-slide-active .con-p:after {
    background-color: #eba517
}

.about-list3 .swiper-slide-active .yuan {
    background-color: #eba517;
    border: 1px solid #eba517;
}

.about-list3 .swiper-slide-active .time {
    color: #eba517;
}

.about-list3 .list3-button-prev,
.about-list3 .list3-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.6rem;
    height: 1.25rem;
    background-repeat: no-repeat;
    background-size: 0.6rem;
    background-position: center;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 10;
}

.about-list3 .list3-button-prev {
    left: 0;
    background-image: url(../img/prev.png)
}

.about-list3 .list3-button-next {
    right: 0;
    background-image: url(../img/next.png)
}

.about-list3 .mian-tab:after {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #b8b8b8;
    left: 0;
    bottom: 1.25rem;
    content: ""
}

.about-list4 {
    padding: 1.75rem 0 2.25rem;
    background-color: #fafafb;
}

.about-list4 .enname {
    font-size: 0.75rem;
    line-height: 0.8rem;
    text-align: center;
    color: #305f8b;
    font-family: "Arial";
}

.about-list4 .cnname {
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    margin-top: 0.6rem;
}

.about-list4 .list4-pagetion {
    position: relative;
    font-size: 0;
    text-align: center;
    margin-top: 0.6rem;
}

.about-list4 .list4-pagetion span {
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    margin: 0 .3rem;
    border-radius: 50%;
    background-color: #7d8393;
    transition: all 0.3s;
}

.about-list4 .list4-pagetion span.swiper-pagination-bullet-active {
    background-color: #a3332b
}

.about-list4 .list4-swiper {
    margin-top: 1rem;
    position: relative;
    overflow: hidden;
}

.about-list4 .list4-swiper .swiper-slide {
    position: relative;
    padding-bottom: 40.3%;
}

.about-list4 .list4-swiper .line4 {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.about-list4 .list4-swiper .line4-1 {
    width: 34.3%;
    top: 0;
    left: 0;
    height: 48.4%;
}

.about-list4 .list4-swiper .line4 .text {
    font-size: 0.4rem;
    color: #fff;
    padding: 0 0.5rem;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
    position: absolute;
    bottom: 0;
    width: calc(100% - 1rem);
    z-index: 10;
    left: 0;
    height: 1.5rem;
    line-height: 1.5rem;
}

.about-list4 .list4-swiper .line4-2 {
    width: 19%;
    top: 0;
    left: 35.3%;
    height: 48.4%;
}

.about-list4 .list4-swiper .line4-3 {
    width: 19%;
    bottom: 0;
    left: 0%;
    height: 48.4%;
}

.about-list4 .list4-swiper .line4-4 {
    width: 34.3%;
    bottom: 0;
    left: 20%;
    height: 48.4%;
}

.about-list4 .list4-swiper .line4-5 {
    width: 44.7%;
    bottom: 0;
    right: 0%;
    height: 100%;
}

.about-list5 {
    padding: 2rem 0 2.2rem;
    background-color: #fff;
}

.about-list5 .w1440 {
    width: calc(75% + 16px)
}

.about-list5 .enname {
    font-size: 0.75rem;
    line-height: 0.8rem;
    text-align: center;
    color: #305f8b;
    font-family: "Arial";
}

.about-list5 .cnname {
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    color: #305f8b;
    margin-top: 0.6rem;
}

.about-list5 .list5 {
    margin-top: 1.25rem;
    position: relative;
    overflow: hidden;
    padding: 8px;
}

.about-list5 .list5 .swiper-slide {
    border: 1px solid #f4f4f4;
    box-sizing: border-box;
    transition: all 0.3s;
}

.about-list5 .list5 .swiper-slide img {
    width: 100%
}

.inno-list1 {
    padding: 2.5rem 0 3.5rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.inno-list1 .enname {
    font-size: 0.75rem;
    line-height: 0.8rem;
    color: #305f8b;
    font-family: "Arial";
}

.inno-list1 .cnname {
    font-size: 0.9rem;
    line-height: 1;
    margin-top: 0.6rem;
}

.inno-list1 .inno-siwper {
    position: relative;
    margin-top: 0.75rem;
    overflow: hidden;
}

.inno-list1 .inno-siwper .swiper-slide {
    background-color: #fff;
    position: relative;
}

.inno-list1 .inno-siwper .swiper-slide .img {
    float: left;
    width: 50%;
}

.inno-list1 .inno-siwper .swiper-slide .img img {
    width: 100%;
}

.inno-list1 .inno-siwper .swiper-slide .text {
    float: right;
    width: 40%;
    margin-right: 5%;
}

.inno-list1 .inno-siwper .swiper-slide .text .tit-a {
    font-size: 0.75rem;
    line-height: 0.8rem;
    color: #333333;
    font-family: "Arial";
    padding-top: 1.75rem;
}

.inno-list1 .inno-siwper .swiper-slide .text .con-p {
    font-size: 0.35rem;
    color: #666;
    line-height: 0.65rem;
    margin-top: 0.6rem;
}

.inno-list1 .inno-siwper .swiper-slide .pro1 {
    position: absolute;
    right: 5%;
    bottom: 5%;
    width: 19.7%;
    z-index: 10;
}

.inno-list2 {
    padding: 2.25rem 0 0rem;
}

.inno-list2 .enname {
    font-size: 0.75rem;
    line-height: 0.8rem;
    color: #305f8b;
    font-family: "Arial";
    text-align: center;
}

.inno-list2 .cnname {
    font-size: 0.9rem;
    line-height: 1;
    margin-top: 0.6rem;
    text-align: center;
}

.inno-list2 .con-p {
    font-size: 0.4rem;
    color: #666;
    line-height: 0.9rem;
    margin-top: 0.9rem;
    text-align: center
}

.inno-list2 .mian-ul2 {
    margin-left: 12.5%;
    margin-top: 1.25rem;
    width: 87.5%;
    background-color: #f2f3f4;
}

.inno-list2 .mian-ul2 .item {
    padding: 1.4rem 0 1.75rem 1.5rem;
}

.inno-list2 .mian-ul2 .list2-img-swiper {
    position: relative;
    overflow: hidden;
    width: 86%
}

.inno-list2 .mian-ul2 .list2-img-swiper .swiper-slide {
    overflow: hidden;
}

.inno-list2 .mian-ul2 .list2-img-swiper img {
    width: 100%;
}

.inno-list2 .mian-ul2 .list2-pagetion {
    margin-top: 1.25rem;
    position: relative;
    height: 4px;
    background-color: #c2c5cc
}

.inno-list2 .mian-ul2 .list2-pagetion .swiper-scrollbar-drag {
    background-color: #eba517
}

.inno-list2 .list3 {
    margin-top: 0rem;
}

.inno-list3 {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
}

.inno-list2 .list3 .enname,
.inno-list2 .list3 .cnname,
.inno-list2 .list3 .con-p {
    text-align: left;
}

.inno-list2 .item-bott {
    margin-top: 2.25rem;
    position: relative;
    padding-top: 6.75rem;
}

.inno-list2 .item-bott .right-bosweipr {
    position: relative;
    overflow: hidden;
    width: 64.3%;
    float: right;
}

.inno-list2 .item-bott .right-bosweipr .swiper-slide {
    position: relative;
    overflow: hidden;
}

.inno-list2 .item-bott .right-bosweipr .swiper-slide:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(229, 229, 229, 0.3);
    content: "";
    left: 0;
    top: 0;
    z-index: 10
}

.inno-list2 .item-bott .right-bosweipr img {
    width: 100%;
}

.inno-list2 .item-bott .left-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35%;
    height: 100%;
}

.inno-list2 .item-bott .left-img img {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.inno-list2 .item-bott .num-div {
    position: absolute;
    top: 0;
    left: 44.4%;
    z-index: 10;
    font-family: "Arial"

}

.inno-list2 .item-bott .num-div .innum {
    font-size: 1.2rem;
    color: #eba517;
    line-height: 1;
}

.inno-list2 .item-bott .num-div .allnum {
    font-size: 0.35rem;
    color: #305f8b;
    display: inline-block;
    vertical-align: text-bottom;
}

.inno-list2 .item-bott .bott-button-next {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.925rem;
    height: 3.875rem;
    background-size: 1.925rem;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/next2.png);
    transition: all 0.3s;
    z-index: 10;
    cursor: pointer
}

.mask-list1 {
    padding: 2.5rem 0;
}

.mask-list1 .text-left {
    float: left;
    width: 45%;
}

.mask-list1 .text-left .enname {
    font-size: 0.75rem;
    line-height: 0.8rem;
    color: #305f8b;
    font-family: "Arial";
}

.mask-list1 .text-left .cnname {
    font-size: 0.9rem;
    color: #305f8b;
    line-height: 1;
    margin-top: 0.6rem;
}

.mask-list1 .text-left .con-p {
    font-size: 0.4rem;
    line-height: 0.8rem;
    margin-top: 2rem;
    color: #666;
}

.mask-list1 .text-left .ul1 {
    margin-top: 2rem;
    font-size: 0;
}

.mask-list1 .text-left .ul1 li {
    width: 5.5rem;
    height: 6.5rem;
    position: relative;
    background-color: #f2f3f4;
    margin-right: 1.75rem;
    display: inline-block
}

.mask-list1 .text-left .ul1 li:last-child {
    margin-right: 0;
}

.mask-list1 .text-left .ul1 li .mask {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.mask-list1 .text-left .ul1 li .img {
    width: 1.5rem;
    margin: 0 auto;
}

.mask-list1 .text-left .ul1 li .img img {
    width: 100%;
}

.mask-list1 .text-left .ul1 li .name {
    font-size: 0.45rem;
    color: #305f8b;
    line-height: 0.5rem;
    margin-top: 0.4rem;
}

.mask-list1 .text-left .ul1 li .p1 {
    font-size: 0.35rem;
    color: #666;
    line-height: 0.6rem;
    margin-top: 0.4rem;
}

.mask-list1 .img-swiperr {
    float: right;
    width: 50%;
    overflow: hidden;
    position: relative;
}

.mask-list1 .img-swiperr .swiper-slide img {
    width: 100%;
}

.mask-list1 .img-swiperr .swiper-pagination {
    position: absolute;
    left: 0.7rem;
    bottom: 0.5rem;
    font-size: 0;
    text-align: left;
}

.mask-list1 .img-swiperr .swiper-pagination span {
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.3s;
    margin-right: 0.4rem;
}

.mask-list1 .img-swiperr .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #eba517
}

.mask-list2 {
    padding: 2.25rem 0 1.25rem;
    background-color: #fafafb;
}

.mask-list2 .enname {
    font-size: 0.75rem;
    line-height: 0.8rem;
    color: #305f8b;
    font-family: "Arial";
    text-align: center
}

.mask-list2 .cnname {
    font-size: 0.9rem;
    color: #305f8b;
    line-height: 1;
    margin-top: 0.6rem;
    text-align: center
}

.mask-list2 .mask-swipe2 {
    position: relative;
    overflow: hidden;
    margin-top: 1.1rem;
}

.mask-list2 .mask-swipe2 .swiper-slide {
    position: relative;
    padding-bottom: 45.1%;
}

.mask-list2 .mask-swipe2 .swiper-slide .pro {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.mask-list2 .mask-swipe2 .swiper-slide .pro .text {
    position: absolute;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 0.35rem;
    color: #fff;
    line-height: 1.25rem;
    height: 1.25rem;
    left: 0;
    bottom: 0;
    padding: 0 1.1rem;
}

.mask-list2 .mask-swipe2 .swiper-slide .pro1 {
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}

.mask-list2 .mask-swipe2 .swiper-slide .pro2 {
    top: 0;
    left: 51.1%;
    width: 24%;
    height: 44.3%
}

.mask-list2 .mask-swipe2 .swiper-slide .pro3 {
    top: 0;
    right: 0%;
    width: 24%;
    height: 44.3%
}

.mask-list2 .mask-swipe2 .swiper-slide .pro4 {
    bottom: 0;
    right: 0%;
    width: 48.9%;
    height: 53.8%
}

.mask-list2 .bottom {
    position: relative;
    margin-top: 1.25rem;
}

.mask-list2 .mask2-pagetion {
    position: relative;
    text-align: center;
    font-size: 0;
}

.mask-list2 .mask2-pagetion span {
    width: 0.3rem;
    height: 0.3rem;
    background-color: #959595;
    display: inline-block;
    margin-right: 0.25rem;
    transition: all 0.3s;
    border-radius: 50%;
}

.mask-list2 .mask2-pagetion span.swiper-pagination-bullet-active {
    background-color: #eba517
}

.mask-list2 .bottom .mask2-button-prev,
.mask-list2 .bottom .mask2-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.6rem;
    height: 1.25rem;
    background-size: 0.6rem;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s;
}

.mask-list2 .bottom .mask2-button-prev {
    left: 42%;
    background-image: url(../img/prev.png)
}

.mask-list2 .bottom .mask2-button-next {
    right: 42%;
    background-image: url(../img/next.png)
}

.duty-list1 {
    padding: 1.5rem 0;
    background-color: #f3f3f3;
}

.duty-list1 .form {
    height: 1.5rem;
    line-height: 1.5rem;
    position: relative;
    border: 1px solid #dedede;
    background-color: #fff;
}

.duty-list1 .form .text {
    font-size: 0.4rem;
    height: 1.5rem;
    color: #333;
    line-height: 1.5rem;
    width: calc(80% - 0.75rem);
    padding-left: 0.75rem;
    background-color: transparent;
}

.duty-list1 .form .submit {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.6rem;
    height: 0.6rem;
    background-size: 0.6rem;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/search.png);
    cursor: pointer;
    z-index: 10;
    opacity: 0.2;
    background-color: transparent;
    right: 0.75rem;
    transition: all 0.3s;
}

.duty-list1 .duty-ul1 {
    margin-top: 0.6rem;
    overflow: hidden
}

.duty-list1 .duty-ul1 li {
    float: left;
    width: 32.3%;
    margin-right: 1.55%;
}

.duty-list1 .duty-ul1 li:nth-child(3) {
    margin-right: 0
}

.duty-list1 .duty-ul1 li .img {
    overflow: hidden;
}

.duty-list1 .duty-ul1 li .img img {
    width: 100%;
    transition: all 0.3s;
}

.duty-list1 .duty-ul1 li .text {
    border: 1px solid #dedede;
    box-sizing: border-box;
    padding: 0.6rem 2.2rem 0.6rem 0.75rem;
    background-color: #fff;
    font-size: 0.45rem;
    color: #305f8b;
    transition: all 0.3s;
    line-height: 0.7rem;
    position: relative;

}

.duty-list1 .duty-ul1 li .text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 1.4rem;
}

.duty-list1 .duty-ul1 li .text .more {
    display: inline-block;
    width: 7px;
    height: 16px;
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/more1.png);
    cursor: pointer;
    z-index: 10;
    opacity: 0.5;
    top: 50%;
    transform: translateY(-50%);
    right: 0.75rem;
    position: absolute;
}

.duty-list2 {
    padding: 1.5rem 0 3rem;
}

.duty-list2 ul li {
    border: 1px solid #dedede;
    box-sizing: border-box;
    padding: 0.3rem;
    margin-bottom: 0.5rem;
    transition: all 0.3s;
}

.duty-list2 ul li .img {
    float: left;
    width: 7.1rem;
}

.duty-list2 ul li .img img {
    width: 100%;
}

.duty-list2 ul li .text {
    float: right;
    width: calc(100% - 11.1rem);
    margin-right: 3rem;
}

.duty-list2 ul li .text .tit1 {
    font-size: 0.4rem;
    color: #333333;
    line-height: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 0.5rem;
    transition: all 0.3s;
}

.duty-list2 ul li .text .con-p {
    font-size: 0.35rem;
    color: #666;
    line-height: 0.4rem;
    margin-top: 0.7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.duty-list2 ul li .text .time {
    font-size: 0.3rem;
    color: #999;
    line-height: 0.4rem;
    margin-top: 1rem;
}

.duty-list2 ul li .text .time a {
    color: #eba517;
    margin-left: 0.6rem;
    font-weight: bold;
    position: relative;
    display: inline-block
}

.duty-list2 ul li .text .time a:after {
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #eba517;
    left: -0.3rem;
    top: 0;
    content: "";
}

.page {
    position: relative;
    margin-top: 2rem;
    font-size: 0;
    text-align: center;
}

.page a {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    line-height: 1rem;
    text-align: center;
    border: 1px solid #dedede;
    margin: 0 2px;
    transition: all 0.3s;
    font-size: 0.4rem;
    color: #666;
    background-color: #fff
}

.page a.active {
    background-color: #eba517;
    border: 1px solid #eba517;
    color: #fff;
}

.page a.prev,
.page a.next {
    background-size: 0.3rem;
    background-repeat: no-repeat;
    background-position: center
}

.page a.prev {
    background-image: url(../img/aprev.png)
}

.page a.next {
    background-image: url(../img/anext.png)
}

.duty-deti {
    padding: 1.5rem 0;
    background-color: #f2f2f2;
    text-align: center
}

.duty-deti .title {
    font-size: 0.9rem;
    line-height: 1rem;
    color: #000000;
}

.duty-deti .time {
    font-size: 12px;
    line-height: 14px;
    color: #666;
    margin-top: 0.75rem;
}

.duty-detmian {
    padding: 1.5rem 0 2rem;
}

.duty-detmian .con-p {
    max-width: 1020px;
    margin: 0 auto;
    font-size: 0.45rem;
    color: #666666;
    line-height: 0.8rem;
}

.duty-detmian .con-p img {
    width: 100%;
    height: auto !important;
}

.duty-detmian .page-btn {
    margin-top: 1.5rem;
    border-top: 1px solid #cccccc;
    padding-top: 0.75rem;
}

.duty-detmian .page-btn .left {
    float: left;
    width: 80%;
}

.duty-detmian .page-btn .left p {
    font-size: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.duty-detmian .page-btn .left p span {
    color: #999;
    font-size: 0.35rem;
}

.duty-detmian .page-btn .left p a {
    color: #000000;
    transition: all 0.3s;
}

.duty-detmian .page-btn .back {
    float: right;
    height: 1rem;
    line-height: 1rem;
    border: 1px solid #bfbfbf;
    color: #000;
    border-radius: 0.5rem;
    font-size: 0.4rem;
    padding: 0 0.75rem 0 1.1rem;
    background-repeat: no-repeat;
    background-size: 0.25rem;
    background-position: 0.75rem center;
    background-image: url(../img/back.png);
}

.product-list {
    padding: 1.75rem 0 3rem;
}

.product-list .ul1 {
    border: 1px solid #d6d6d6;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.product-list .ul1 li {
    border-right: 1px solid #d6d6d6;
    box-sizing: border-box;
    width: 33.3%;
    height: 3rem;
    line-height: 3rem;
    position: relative;
    float: left;
    transition: all 0.3s;
}

.product-list .ul1 li:last-child {
    width: 33.4%;
}

.product-list .ul1 li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.product-list .ul1 li .text-div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
}

.product-list .ul1 li .text {
    font-size: 0.75rem;
    line-height: 0.8rem;
    color: #305f8b;
    transition: all 0.3s;
}

.product-list .ul1 li .name {
    font-size: 0.4rem;
    font-family: "Arial";
    color: #305f8b;
    opacity: 0.5;
    transition: all 0.3s;
    margin-top: 0.3rem;
    line-height: 0.5rem;
}

.product-list .ul1 li .img {
    width: 30%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.25rem;
    font-size: 0;
}

.product-list .ul1 li .img img {
    width: 100%;
    opacity: 1;
    transition: all 0.3s;
    display: block;
}

.product-list .ul1 li .img img.img2 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.product-list .ul1 li.cur {
    background-color: #eba517
}

.product-list .ul1 li.cur .text {
    color: #fff;
}

.product-list .ul1 li.cur .name {
    color: #fff;
}

.product-list .ul1 li.cur .img img.img1 {
    opacity: 0
}

.product-list .ul1 li.cur .img img.img2 {
    opacity: 1
}

.product-list .product-swiper {
    margin-top: 0.8rem;
    position: relative;
    overflow: hidden;
}

.product-list .product-swiper .swiper-slide {
    position: relative;
    overflow: hidden;
}

.product-list .product-swiper .swiper-slide img {
    width: 100%;
}

.product-list .product-pagination {
    position: relative;
    font-size: 0;
    text-align: center;
    height: 1.5rem;
    line-height: 1.5rem;
    border-bottom: 1px solid #cccfd5;
    margin-top: 0.2rem;
}

.product-list .product-pagination span {
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    transition: all 0.3s;
    background-color: #305f8b;
    margin: 0 0.25rem;
}

.product-list .product-pagination span.swiper-pagination-bullet-active {
    background-color: #eba517
}

.product-list .product-swiper .swiper-slide .text-pro {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    height: 2.75rem;
    z-index: 10;
}

.product-list .product-swiper .swiper-slide .text {
    position: absolute;
    ;
    top: 50%;
    transform: translateY(-50%);
    left: 1rem;
    width: calc(60% - 1rem);
}

.product-list .product-swiper .swiper-slide .p1 {
    font-size: 0.9rem;
    line-height: 1;
    color: #fff;
    font-family: "Arial", "Helvetica Neue", Helvetica, Arial, sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-list .product-swiper .swiper-slide .p2 {
    font-size: 0.4rem;
    line-height: 0.5rem;
    color: #fff;
    margin-top: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-list .product-swiper .swiper-slide .more-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.25rem;
    height: 1.25rem;
    right: 1rem;
    z-index: 10;
    transition: all 0.3s;
    background-size: 1.25rem;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/more3.png)
}

.product-list .formpro {
    margin-top: 0.7rem;
}

.product-list .formpro .form {
    float: right;
    width: 23.8%;
    height: 1.2rem;
    line-height: 1.2rem;
    position: relative;
    background-color: #16110e
}

.product-list .formpro .form .text {
    font-size: 0.4rem;
    color: #fff;
    height: 1.2rem;
    line-height: 1.2rem;
    padding-left: 0.6rem;
    width: calc(80% - 0.6rem);
    background-color: transparent
}

.product-list .formpro .form .button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.6rem;
    height: 0.6rem;
    right: 0.6rem;
    background-repeat: no-repeat;
    background-size: 0.6rem;
    background-position: center;
    background-image: url(../img/bs.png);
    cursor: pointer;
    z-index: 10;
    background-color: transparent;
}

.product-list .ajax-mian {
    margin-top: 0.5rem;
}

.product-list .ajax-mian .ul2 li {
    float: left;
    width: 23.8%;
    margin-right: 1.6%;
    margin-bottom: 1.25rem;
}

.product-list .ajax-mian .ul2 li:nth-child(4n) {
    margin-right: 0
}

.product-list .ajax-mian .ul2 li .img {
    border: 1px solid #d6d6d6;
    position: relative
}

.product-list .ajax-mian .ul2 li .img img {
    width: 100%;
    transition: all 0.3s;
}

.product-list .ajax-mian .ul2 li .img:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 13, 44, 0.5);
    content: '';
    opacity: 0;
}

.product-list .ajax-mian .ul2 li .text-pro {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    transform: translate(-50%, -50%);
    font-size: 0.4rem;
    color: #fff;
    line-height: 0.75rem;
    padding: 0.75rem 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.product-list .ajax-mian .ul2 li .text-pro:after,
.product-list .ajax-mian .ul2 li .text-pro:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    content: "";
    transition: all 0.3s;
    opacity: 0;
}

.product-list .ajax-mian .ul2 li .text-pro:after {
    top: 50%;
    transform: rotate(45deg);
}

.product-list .ajax-mian .ul2 li .text-pro:before {
    top: 50%;
    transform: rotate(-45deg);
}

.product-list .ajax-mian .ul2 li .text {
    font-size: 0.5rem;
    line-height: 0.6rem;
    color: #305f8b;
    margin-top: 0.6rem;
    position: relative;
    padding-right: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
}

.product-list .ajax-mian .ul2 li .text .more {
    position: absolute;
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-image: url(../img/more5.png);
    background-size: 0.5rem;
    background-repeat: no-repeat;
    transition: all 0.3s;
}

.product-list .tops.curs {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    border-bottom: 1px solid #d6d6d6
}

.product-list .tops.curs .ul1 {
    width: 75%;
    margin: 0 auto;
    box-shadow: 0 0 0 0;
    border-top: 0
}

.product-list .tops.curs .ul1 li {
    height: 2rem;
    line-height: 2rem;
}

.product-list .tops.curs .ul1 li .img {
    width: 20%;
}

/* .product-list .tops.curs .ul1 li .text-div>div {
    float: left;
} */
.product-list .tops.curs .ul1 li .name {
    margin-left: 0.25rem;
}

.body-mian {
    margin-top: 3rem;
    padding: 1.5rem 0 4rem;
}

.body-mian .p1 {
    font-size: 0.35rem;
    color: #666;
    line-height: 0.4rem;
}

.body-mian .title {
    font-size: 1.5rem;
    line-height: 1;
    color: #305f8b;
    font-family: "Arial";
    margin-top: 0.5rem;
}

.body-mian .title .back {
    float: right;
    height: 1rem;
    line-height: 1rem;
    border: 1px solid #bfbfbf;
    color: #000;
    border-radius: 0.5rem;
    font-size: 0.4rem;
    padding: 0 0.75rem 0 1.1rem;
    background-repeat: no-repeat;
    background-size: 0.25rem;
    background-position: 0.75rem center;
    background-image: url(../img/back.png);
}

.body-mian .pro-detial {
    margin-top: 1.5rem;
    padding-bottom: 2.25rem;
    border-bottom: 1px solid #d6d6d6
}

.body-mian .pro-detial .left {
    float: left;
    width: 50%;
}

.body-mian .pro-detial .left .img {
    overflow: hidden;
}

.body-mian .pro-detial .left .img img {
    width: 100%;
}

.body-mian .pro-detial .left .btn-div {
    margin-top: 0.4rem;
    position: relative;
}

.body-mian .pro-detial .left .btn-div .sm-img-swiper {
    position: relative;
    ;
    overflow: hidden;
    width: 84%;
}

.body-mian .pro-detial .left .btn-div .sm-img-swiper .swiper-slide {
    position: relative;
}

.body-mian .pro-detial .left .btn-div .sm-img-swiper .swiper-slide:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
    opacity: 0;
    transition: all 0.3s;
    content: ""
}

.body-mian .pro-detial .left .btn-div .sm-img-swiper .swiper-slide img {
    width: 100%;
}

.body-mian .pro-detial .left .btn-div .sm-img-swiper .active:after {
    opacity: 1
}

.body-mian .pro-detial .left .sm-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 16px;
    right: 10%;
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: center;
    background-image: url(../img/more1.png);
    cursor: pointer;
    z-index: 10;
    opacity: 0.5;
    transition: all 0.3s;
}

.body-mian .pro-detial .right {
    float: right;
    width: 45%;
}

.body-mian .pro-detial .top {
    padding: 0.5rem 0.75rem;
    background-color: #f5f5f5;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece
}

.body-mian .pro-detial .t1 {
    font-size: 0.35rem;
    color: #333;
    opacity: 0.5;
    line-height: 0.4rem;
}

.body-mian .pro-detial .t2 {
    font-size: 0.6rem;
    color: #333333;
    line-height: 0.7rem;
    margin-top: 0.4rem;
}

.body-mian .pro-detial .div-i {
    padding: 0.6rem 0.75rem;
    border-bottom: 1px solid #cecece
}

.body-mian .pro-detial .div-i .span1 {
    font-size: 0.35rem;
    color: #333333;
    opacity: 0.5;
    float: left;
    width: 1.6rem;
}

.body-mian .pro-detial .div-i .span2 {
    color: #333;
    font-size: 0.35rem;
    float: left;
    width: calc(100% - 1.6rem);
}

.body-mian .pro-detial .div-i .y-ul {
    float: left;
    width: calc(100% - 1.6rem);
    font-size: 0;
}

.body-mian .pro-detial .div-i .y-ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 0.6rem;
    text-align: center;
    cursor: pointer;
}

.body-mian .pro-detial .div-i .y-ul li .img {
    width: 1.5rem;
    margin: 0 auto 0.5rem;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 0.3s;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    box-sizing: border-box
}

.body-mian .pro-detial .div-i .y-ul li .img img {
    width: 100%;
}

.body-mian .pro-detial .div-i .y-ul li .ys {
    font-size: 0.35rem;
    color: #333333;
    transition: all 0.3s;
    line-height: 0.4rem;
}

.body-mian .pro-detial .div-i .y-ul li.cur .ys {
    color: #eba517;
    font-weight: bold
}

.body-mian .pro-detial .div-i .y-ul li.cur .img {
    border: 2px solid #eba517
}

.body-mian .tit-u {
    font-size: 0.75rem;
    color: #305f8b;
    line-height: 0.8rem;
    margin-top: 0.75rem;
}

.body-mian .prodyu {
    margin-top: 1rem;
}

.body-mian .prodyu li {
    position: relative;
    margin-bottom: 0.25rem;
}

.body-mian .prodyu li .img {
    float: left;
    width: 50%;
    overflow: hidden;
}

.body-mian .prodyu li .img img {
    width: 100%;
}

.body-mian .prodyu li .text {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #fbfbfb
}

.body-mian .prodyu li .text .con-p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    color: #305f8b
}

.body-mian .prodyu li .text .con-p .e1 {
    font-size: 1.2rem;
    line-height: 1;
}

.body-mian .prodyu li .text .con-p .e2 {
    font-size: 0.6rem;
    margin-top: 1.5rem;
    line-height: 1.2rem;
    opacity: 0.8
}

.body-mian .prodyu li:nth-child(2n) .img {
    float: right;
}

.body-mian .prodyu li:nth-child(2n) .text {
    left: 0;
    right: auto;
}

.body-mian .tit-q {
    font-size: 0.75rem;
    color: #305f8b;
    line-height: 0.8rem;
    margin-top: 0.75rem;
    padding-top: 1rem;
    border-top: 1px solid #d6d6d6;
    position: relative
}

.body-mian .bigimg-swiper {
    position: relative;
    margin-top: 1rem;
    overflow: hidden;
}

.body-mian .bigimg-swiper .swiper-slide {
    position: relative;
}

.body-mian .bigimg-swiper .swiper-slide img {
    width: 100%;
}

.body-mian .tit-q .bigsm-pagination {
    position: absolute;
    font-size: 0;
    right: 0;
    bottom: 0.2rem;
    text-align: right;
    line-height: 1;
}

.body-mian .tit-q .bigsm-pagination span {
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    display: inline-block;
    background-color: #333;
    transition: all 0.3s;
    margin-left: 0.5rem;
    margin-right: 0
}

.body-mian .tit-q .bigsm-pagination span.swiper-pagination-bullet-active {
    background-color: #eba517
}

.customizes-list {
    padding: 2.75rem 0 4.25rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.customizes-list .title {
    font-size: 1.2rem;
    color: #305f8b;
    text-align: center;
    line-height: 1;
}

.customizes-list .tit-con {
    margin-top: 1.25rem;
    text-align: center;
    font-size: 0.6rem;
    line-height: 1.25rem;
    color: #305f8b;
}

.customizes-list .con-p {
    font-size: 0.5rem;
    color: #305f8b;
    line-height: 0.9rem;
    margin-top: 1.5rem;
}

.customizes-list .img {
    margin-top: 2rem;
    overflow: hidden;
}

.customizes-list .img img {
    width: 100%;
}

.seemore-list1 {
    padding: 1.5rem 0;
    background-color: #f3f3f3
}

.seemore-list1 .seemore-swiper {
    position: relative;
    overflow: hidden;
}

.seemore-list1 .seemore-swiper .swiper-slide {
    opacity: 0.3;
    transition: all 0.3s;
}

.seemore-list1 .seemore-swiper .swiper-slide .img {
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.seemore-list1 .seemore-swiper .swiper-slide .img img {
    width: 100%;
    transition: all 0.3s;
}

.seemore-list1 .seemore-swiper .swiper-slide .text {
    font-size: 0.4rem;
    position: relative;
    line-height: 0.5rem;
    margin-top: 0.5rem;
    padding-right: 0.6rem;
    color: #333333
}

.seemore-list1 .seemore-swiper .swiper-slide .text span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.5rem;
    height: 0.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0.5rem;
    background-image: url(../img/more5.png);
    transition: all 0.3s;
}

.seemore-list1 .seemore-swiper .swiper-slide-prev,
.seemore-list1 .seemore-swiper .swiper-slide-next,
.seemore-list1 .seemore-swiper .swiper-slide-active {
    opacity: 1
}

.seemore-list1 .seemore-swiper .seemore-button-prev,
.seemore-list1 .seemore-swiper .seemore-button-next {
    position: absolute;
    width: 1rem;
    height: 3.75rem;
    background-color: rgba(0, 0, 0, 0.25);
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: center;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s;
    top: 46%;
    transform: translateY(-50%);
}

.seemore-list1 .seemore-swiper .seemore-button-prev {
    left: 12.75%;
    background-image: url(../img/jj1.png)
}

.seemore-list1 .seemore-swiper .seemore-button-next {
    right: 12.75%;
    background-image: url(../img/jj2.png)
}

.seemore-list2 {
    padding: 1.2rem 0 2.75rem;
}

.seemore-list2 ul li {
    float: left;
    width: 49.3%;
    margin-right: 1.4%;
    margin-bottom: 0.5rem;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
}

.seemore-list2 ul li:nth-child(2n) {
    margin-right: 0
}

.seemore-list2 ul li .mask {
    padding: 0.4rem;
    position: relative;
}

.seemore-list2 ul li .img {
    float: left;
    width: 45%;
    overflow: hidden;
}

.seemore-list2 ul li .img img {
    width: 100%;
}

.seemore-list2 ul li .text {
    float: right;
    width: 50%;
}

.seemore-list2 ul li .text .p1 {
    font-size: 0.4rem;
    color: #333333;
    line-height: 0.5rem;
    padding-top: 0.5rem;
    transition: all 0.3s;
}

.seemore-list2 ul li .text .con-p {
    font-size: 0.35rem;
    color: #666;
    line-height: 0.75rem;
    margin-top: 1rem;
}

.seemore-list2 ul li .more {
    position: absolute;
    right: 0.75rem;
    bottom: 0.75rem;
    width: 0.5rem;
    height: 0.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0.5rem;
    background-image: url(../img/more5.png);
    transition: all 0.3s;
}

.service-list {
    padding: 2rem 0 2.25rem;
}

.service-list .ser-mian {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
}

.service-list .title {
    font-size: 0.75rem;
    line-height: 0.8rem;
    text-align: center;
    color: #305f8b;
    font-family: "Arial"
}

.service-list .title1 {
    font-size: 0.9rem;
    line-height: 1;
    margin-top: 0.75rem;
    text-align: center;
    color: #305f8b
}

.service-list .con-p {
    font-size: 0.45rem;
    line-height: 0.5rem;
    color: #333;
    margin-top: 0.75rem;
    text-align: center;
}

.service-list .form-div {
    margin-top: 1rem;
    border: 1px solid #d6d6d6;
    border-top: 2px solid #999999;
    padding: 0.8rem 0.75rem 2rem 0.75rem;
}

.service-list .form-div li {
    float: left;
    width: 48%;
    margin-right: 4%;
    position: relative;
    border-bottom: 1px solid #eaeaea;
    padding: 0.5rem 0;
    height: 0.8rem;
    line-height: 0.8rem;
    z-index: 10;
}

.service-list .form-div li:nth-child(2n) {
    margin-right: 0;
}

.service-list .form-div li span {
    font-size: 0.35rem;
    color: #333333;
    display: inline-block;
    width: 2.1rem;
    position: relative;
    vertical-align: middle;
}

.service-list .form-div li span i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 12px;
    color: #eba517;
    font-style: normal;
}

.service-list .form-div li .text {
    width: calc(100% - 3rem);
    height: 0.8rem;
    padding-left: 0.5rem;
    line-height: 0.8rem;
    font-size: 0.35rem;
    color: #333;
}

.service-list .form-div li .time {
    display: inline-block;
    width: calc(100% - 3rem);
    height: 0.8rem;
    padding-left: 0.5rem;
    line-height: 0.8rem;
    font-size: 0.35rem;
    color: #333;
    background-image: url(../img/time.png);
    background-size: 0.45rem;
    background-position: 94% center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.service-list .form-div li.zin {
    z-index: 30;
}

.service-list .form-div li .do {
    display: inline-block;
    width: calc(100% - 3rem);
    height: 0.8rem;
    padding-left: 0.5rem;
    line-height: 0.8rem;
    font-size: 0.35rem;
    color: #333;
    background-image: url(../img/do.png);
    background-size: 13px;
    background-position: 94% center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.service-list .form-div li .hover-div {
    position: absolute;
    width: calc(100% - 3rem - 0.75rem);
    top: 1.8rem;
    right: 0;
    padding: 0.5rem 0 0.5rem 0.75rem;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    height: 4rem;
    display: none
}

.service-list .form-div li .hover-div a {
    display: block;
    font-size: 0.45rem;
    color: #333;
    line-height: 1rem;
    height: 1rem;
    border-bottom: 1px solid #e5e5e5;
    transition: all 0.3s;
}

.service-list .form-div li.li2 {
    width: 100%;
    margin-right: 0;
    height: auto;
    border-bottom: 0;
}

.service-list .form-div li.li2 div {
    font-size: 0.35rem;
    color: #333333;
    line-height: 0.8rem;
    height: 0.8rem;
}

.service-list .form-div li.li2 textarea {
    border: 1px solid #e1e1e1;
    margin-top: 0.3rem;
    height: 3rem;
    line-height: 0.4rem;
    background-color: #f5f5f5;
    font-size: 0.45rem;
    line-height: 0.8rem;
    width: 100%;
    display: block;
}

.service-list .form-div li.last {
    border-bottom: 0;
    height: auto
}

.service-list .form-div li.last input {
    border: 1px solid #e1e1e1;
    background-color: #f5f5f5;
    height: 1.2rem;
    line-height: 1.2rem;
    width: 4rem;
}

.service-list .form-div li.last img {
    position: absolute;
    left: 6.5rem;
    top: 50%;
    transform: translateY(-50%);
    max-height: 100%;
}

.service-list .po1 {
    font-size: 0.3rem;
    color: #999;
    line-height: 0.4rem;
    margin-top: 0.75rem;
    text-align: center
}

.service-list .reset-submit {
    margin-top: 0.5rem;
    text-align: center;
    font-size: 0;
}

.service-list .reset-submit .submit,
.service-list .reset-submit .reset {
    display: inline-block;
    font-size: 0.35rem;
    color: #fff;
    height: 1.25rem;
    line-height: 1.25rem;
    width: 4rem;
    text-align: center;
    margin: 0 6px;
}

.service-list .reset-submit .submit {
    background-color: #eba517
}

.service-list .reset-submit .reset {
    background-color: #333
}

.service-list2 {
    padding: 2.75rem 0 2.5rem;
    background-color: #f5f5f5
}

.service-list2 .img {
    float: right;
    width: 50%;
}

.service-list2 .img img {
    width: 100%;
}

.service-list2 .text {
    float: left;
    width: 45%;
}

.service-list2 .text .en {
    font-size: 0.75rem;
    line-height: 0.8rem;
    color: #305f8b;
    font-family: "Arial"
}

.service-list2 .text .cn {
    font-size: 0.9rem;
    line-height: 1;
    color: #305f8b;
    margin-top: 0.6rem;
}

.service-list2 .text .con-p {
    font-size: 0.4rem;
    color: #666666;
    margin-top: 1.5rem;
    line-height: 0.75rem;
}

.service-list3 {
    padding: 1.5rem 0 2rem;
}

.service-list3 .enname {
    font-size: 0.75rem;
    line-height: 0.8rem;
    color: #305f8b;
    font-family: "Arial";
    text-align: center
}

.service-list3 .cnname {
    font-size: 0.9rem;
    line-height: 1;
    color: #305f8b;
    margin-top: 0.6rem;
    text-align: center;
}

.service-list3 .btn-list3 {
    width: 370px;
    margin: 1rem auto 0;
    position: relative;
    z-index: 20;
}

.service-list3 .btn-list3 li {
    float: left;
    width: 100%;
    position: relative;
}

.service-list3 .btn-list3 li:nth-child(2n) {
    margin-right: 0;
}

.service-list3 .btn-list3 li .btn-div {
    height: 1.3rem;
    line-height: 1.3rem;
    background-color: #f2f2f2;
    border: 1px solid #c2c2c2;
    font-size: 0.4rem;
    color: #333;
    padding: 0 0.6rem;
    position: relative;
    box-sizing: border-box;
    cursor: pointer
}

.service-list3 .btn-list3 li .btn-div .xia {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.6rem;
    width: 11px;
    height: 6px;
    transition: all 0.3s;
    background-image: url(../img/hx.png);
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: center
}

.service-list3 .btn-list3 li .hover-div {
    position: absolute;
    width: calc(100% - 0.6rem - 2px);
    top: 1.3rem;
    right: 0;
    padding: 0.5rem 0 0.5rem 0.6rem;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    height: 4rem;
    display: none;
}

.service-list3 .btn-list3 li .hover-div a {
    display: block;
    font-size: 0.45rem;
    color: #333;
    line-height: 1rem;
    height: 1rem;
    border-bottom: 1px solid #e5e5e5;
    transition: all 0.3s;
}

.service-list3 .ajax-mian {
    margin-top: 0.75rem;
}

.service-list3 .ajax-mian ul li {
    height: 1.5rem;
    line-height: 1.5rem;
    padding: 0 1rem 0 0.75rem;
    background-color: #f5f5f5;
    margin-bottom: 0.3rem;
    position: relative;
}

.service-list3 .ajax-mian ul li a {
    font-size: 0.4rem;
    color: #333333;
    transition: all 0.3s;
    display: block
}

.service-list3 .ajax-mian ul li img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.75rem;
    width: 14px;
}

.service-list3 .ajax-mian .page {
    margin-top: 1.25rem;
}

.service-list4 {
    position: relative;
    overflow: hidden;
}

.service-list4 img {
    width: 100%;
}

.service-list4 .text-pro {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12.75%;
    z-index: 10;
}

.service-list4 .text-pro .en {
    font-size: 0.75rem;
    line-height: 0.8rem;
    color: #fff;
    font-family: "Arial"
}

.service-list4 .text-pro .cn {
    font-size: 0.9rem;
    line-height: 1;
    color: #fff;
    margin-top: 0.6rem;
}

.service-list4 .text-pro .more {
    width: 8.75rem;
    margin-top: 0.75rem;
    display: block
}

.service-list4 .text-pro .more img {
    width: 100%;
}

.contact-list {
    padding: 2rem 0 3rem;
}

.contact-list .enname {
    font-size: 0.75rem;
    line-height: 0.8rem;
    font-family: "Arial";
    color: #305f8b;
    text-align: center;
}

.contact-list .cnname {
    font-size: 0.9rem;
    line-height: 1;
    color: #305f8b;
    text-align: center;
    margin-top: 0.9rem;
}

.contact-list .conul {
    margin-top: 0.9rem;
    border-top: 1px solid #817f7f;
    padding: 1.3rem 0 2rem;
    font-size: 0;
}

.contact-list .conul li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 50%
}

.contact-list .conul li .img {
    width: 1.4rem;
    margin: 0 auto;
}

.contact-list .conul li .img img {
    width: 100%;
}

.contact-list .conul li .p1 {
    font-size: 0.6rem;
    color: #305f8b;
    line-height: 0.7rem;
    margin-top: 0.6rem;
}

.contact-list .conul li .con-p {
    font-size: 1.3rem;
    color: #305f8b;
    margin-top: 0.75rem;
    line-height: 1.5rem;
}

.contact-list .conul li .con-p.en {
    font-family: "Arial";
    font-size: 1rem;
    font-weight: bold
}

.contact-list .conul li .con-p span {
    font-size: 0.4rem;
}

.contact-list .con-pin {
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    padding: 0.75rem 0;
    background-color: #f5f5f5;
    position: relative;
    z-index: 20
}

.contact-list .con-pin .tit-a {
    font-size: 0.6rem;
    color: #305f8b;
    text-align: center;
    line-height: 0.7rem;
}

.contact-list .con-pin .share-div {
    margin-top: 0.75rem;
    font-size: 0;
    text-align: center;
}

.contact-list .con-pin .share-div a {
    display: inline-block;
    position: relative;
    transition: all 0.3s;
    vertical-align: top;
    text-align: center;
    ;
}

.contact-list .con-pin .share-div a>img {
    max-width: 2.1rem;
}

.contact-list .con-pin .share-div a img {
    width: 100%;
}

.contact-list .con-pin .share-div a .name {
    font-size: .45rem;
    color: #305f8b;
    transition: all 0.3s;
    opacity: 0;
    line-height: 0.6rem;
    width: 4.5rem;
}

.contact-list .con-pin .share-div a .img {
    position: absolute;
    left: 50%;
    width: 3rem;
    transform: translateX(-50%);
    padding: 0.2rem;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    top: calc(2.1rem + 0.2rem);
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

.contact-list .map-contact {
    margin-top: 0.75rem;
    height: 14rem;
    position: relative;
    z-index: 10
}

.join-list {
    padding: 2rem 0 2.75rem;
}

.join-list .enname {
    font-size: 0.75rem;
    line-height: 0.8rem;
    font-family: "Arial";
    color: #305f8b
}

.join-list .cnname {
    font-size: 0.9rem;
    line-height: 1;
    color: #305f8b;
    margin-top: 0.9rem;
}

.join-list .join-div1 {
    margin-top: 1rem;
    position: relative;
    z-index: 10
}

.join-list .join-div1 .p1 {
    font-size: 0.45rem;
    color: #305f8b;
}

.join-list .join-div1 .p1 span {
    color: #eba517;
    font-family: "Arial";
    font-weight: bold;
    transition: all 0.3s;
}

.join-list .join-div1 .btn-serach {
    position: absolute;
    left: 11rem;
    width: 7rem;
    top: 50%;
    transform: translateY(-50%);
}

.join-list .join-div1 .btn-serach .top {
    font-size: 0.4rem;
    color: #fff;
    background-color: #eba517;
    height: 1.25rem;
    line-height: 1.25rem;
    padding: 0 0.6rem;
    background-repeat: no-repeat;
    background-image: url(../img/bx.png);
    background-position: 6rem center;
    background-size: 11px;
    cursor: pointer
}

.join-list .join-div1 .btn-serach .hover-div {
    position: absolute;
    top: 1.25rem;
    height: 4rem;
    padding: 0.5rem 0 0.5rem 0.6rem;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    display: none;
    width: calc(100% - 0.6rem)
}

.join-list .join-div1 .btn-serach .hover-div a {
    display: block;
    font-size: 0.4rem;
    color: #666;
    height: 1rem;
    line-height: 1rem;
    border-bottom: 1px solid #e5e5e5;
}

.join-list .ajax-mian {
    margin-top: 0.75rem;
    padding-top: 1.25rem;
    border-top: 1px solid #e5e5e5
}

.join-list .ajax-mian .ul1 {
    border: 1px solid #e5e5e5;
    background-color: #f2f3f4;
}

.join-list .ajax-mian .ul1 li {
    float: left;
    height: 1.75rem;
    line-height: 1.75rem;
    font-size: 0.4rem;
    font-weight: bold;
    color: #333333;
    border-right: 1px solid #e5e5e5;
    box-sizing: border-box;
    text-indent: 2em
}

.join-list .ajax-mian .ul1 li.li1,
.join-list .ajax-mian .ul1 li.li3 {
    width: 25%;
}

.join-list .ajax-mian .ul1 li.li2 {
    width: 50%;
}

.join-list .ajax-mian .ul2 {
    margin-top: 0.3rem;
}

.join-list .ajax-mian .ul2 li {
    margin-bottom: 0.3rem;
    position: relative
}

.join-list .ajax-mian .ul2 .li-top {
    border: 1px solid #e5e5e5;
    transition: all 0.3s;
    cursor: pointer;
}

.join-list .ajax-mian .ul2 .li-top .divw {
    float: left;
    height: 1.75rem;
    line-height: 1.75rem;
    font-size: 0.4rem;
    color: #333333;
    text-indent: 2em;
    transition: all 0.3s;
}

.join-list .ajax-mian .ul2 .li-top .div1 {
    font-size: 0.5rem;
}

.join-list .ajax-mian .ul2 .li-top .div1,
.join-list .ajax-mian .ul2 .li-top .div3 {
    width: 25%;
}

.join-list .ajax-mian .ul2 .li-top .div2 {
    width: 50%;
}

.join-list .ajax-mian .ul2 .con-li {
    padding: 0.9rem 1rem;
    border: 1px solid #e5e5e5;
    display: none
}

.join-list .ajax-mian .ul2 .con-li .con {
    font-size: 14px;
    color: #333;
    line-height: 0.7rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e5e5;
}

.join-list .ajax-mian .ul2 .con-li .po {
    margin-top: 0.75rem;
    font-size: 0.45rem;
    color: #333333
}

.join-list .ajax-mian .ul2 .con-li .po span {
    color: #eba517;
    font-weight: bold
}

.join-list .ajax-mian .ul2 .con-li .more {
    font-size: 0.35rem;
    display: inline-block;
    font-weight: bold;
    color: #fff;
    width: 3.25rem;
    height: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
    margin-top: 0.75rem;
    background-color: #eba517
}

.join-list .ajax-mian .ul2 .li-top.cur {
    background-color: #305f8b;
    border: 1px solid #305f8b;
}

.join-list .ajax-mian .ul2 .li-top.cur .divw {
    color: #fff;
}

.news-swiper {
    position: relative;
    margin-top: 0.5rem;
    overflow: hidden;
}

.news-swiper .img {
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.news-swiper .img img {
    width: 100%;
}

.news-swiper .text {
    font-size: 0.4rem;
    line-height: 0.5rem;
    transition: all 0.3s;
    color: #333333;
    margin-top: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-swiper .p1 {
    font-size: 0.3rem;
    color: #999999;
    line-height: 0.4rem;
    margin-top: 0.5rem;
}

.news-swiper .p1 span {
    display: inline-block;
    color: #eba517;
    margin-left: 0.6rem;
    font-weight: bold;
    position: relative;
}

.news-swiper .p1 span:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    left: -0.3rem;
    content: "";
    background-color: #a2a2a2;
    height: 0.3rem;
}

.news-pagination {
    position: relative;
    text-align: center;
    font-size: 0;
    margin-top: 1rem;
    line-height: 1;
}

.news-pagination span {
    width: 0.3rem;
    height: 0.3rem;
    display: inline-block;
    border-radius: 50%;
    background-color: #cacaca;
    transition: all 0.3s;
    margin: 0 0.2rem;
}

.news-pagination span.swiper-pagination-bullet-active {
    background-color: #eba517
}

.duty-list2 .year-time {
    font-size: 0;
    text-align: right;
    position: relative;
    z-index: 10
}

.duty-list2 .year-time li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 4.5rem;
    margin-left: 0.3rem;
    padding: 0;
    border: 0;
}

.duty-list2 .year-time li .top {
    font-size: 0.4rem;
    color: #333333;
    text-align: left;
    height: 1.25rem;
    line-height: 1.25rem;
    padding: 0 0.6rem;
    background-image: url(../img/hx.png);
    background-size: 11px;
    background-position: 3.5rem center;
    background-repeat: no-repeat;
    border: 1px solid #c2c2c2;
    background-color: #f2f2f2;
    transition: all 0.3s;
    cursor: pointer
}

.duty-list2 .year-time li .hover-div {
    position: absolute;
    top: 1.25rem;
    width: calc(100% - 0.6rem);
    padding: 0.5rem 0 0.5rem 0.6rem;
    border: 1px solid #e5e5e5;
    display: none;
    height: 4rem;
    background-color: #fff;
    text-align: left
}

.duty-list2 .year-time li .hover-div a {
    display: block;
    font-size: 0.4rem;
    color: #666;
    transition: all 0.3s;
    height: 1rem;
    line-height: 1rem;
    border-bottom: 1px solid #e5e5e5
}

.investor-list {
    padding: 2rem 0 2.5rem;
}

.investor-list1 {
    background-color: #fafafb
}

.investor-list .enname {
    font-size: 0.75rem;
    line-height: 0.8rem;
    color: #305f8b;
    font-family: "Arial"
}

.investor-list .cnname {
    font-size: 0.9rem;
    line-height: 1;
    color: #305f8b;
    margin-top: 0.75rem;
}

.investor-list .top-div {
    position: relative;
    margin-top: 0.9rem;
    border-top: 1px solid #d8d8d9;
    border-bottom: 1px solid #d8d8d9;
}

.investor-list .top-div .year-swiper {
    position: relative;
    width: 11rem;
    margin-left: 1.5rem;
    overflow: hidden;
}

.investor-list .top-div .year-swiper .swiper-slide {
    font-size: 0.5rem;
    color: #333333;
    height: 1.5rem;
    line-height: 1.5rem;
    cursor: pointer;
    transition: all 0.3s;
}

.investor-list .top-div .year-swiper .swiper-slide.cur {
    color: #eba517;
    font-weight: bold;
}

.investor-list .top-div .year-prev,
.investor-list .top-div .year-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s;
    width: 8px;
    height: 15px;
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center
}

.investor-list .top-div .year-prev {
    left: 0.75rem;
    background-image: url(../img/yprev1.png)
}

.investor-list .top-div .year-next {
    left: 13rem;
    background-image: url(../img/ynext1.png)
}

.investor-list .ajax-mian {
    margin-top: 0.5rem;
}

.investor-list .ajax-mian ul li {
    height: 1.5rem;
    line-height: 1.5rem;
    padding: 0 1.5rem 0 1.25rem;
    font-size: 0.4rem;
    position: relative;
    border-bottom: 1px solid #e9e9ea
}

.investor-list .ajax-mian ul li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
    color: #333333
}

.investor-list .ajax-mian ul li img.img1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.75rem;
    width: 12px;
}

.investor-list .ajax-mian ul li img.img2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.5rem;
    width: 10px;
}

.index-swiper .ajax-list3 .pho-list3 {
    position: relative;
    overflow: hidden;
    z-index: 10;
    display: none
}

.index-swiper .ajax-list3 .pho-list3 .swiper-slide a {
    display: block;
    position: relative;
}

.index-swiper .ajax-list3 .pho-list3 .swiper-slide img {
    width: 100%;
}

.index-swiper .ajax-list3 .pho-list3 .swiper-slide .text-ao {
    position: absolute;
    top: 1rem;
    left: 5%;
    width: 90%;
    text-align: center
}

.index-swiper .ajax-list3 .pho-list3 .swiper-slide .text-ao .p1 {
    font-size: 0.3rem;
    line-height: 0.4rem;
    color: #fff;
    font-weight: bold
}

.index-swiper .ajax-list3 .pho-list3 .swiper-slide .text-ao .p2 {
    font-size: 0.26rem;
    line-height: 0.3rem;
    color: #fff;
    margin-top: 0.2rem;
    font-weight: bold
}

.index-swiper .ajax-list3 .pho-list3-pagrtion {
    position: relative;
    margin-top: 0.3rem;
    font-size: 0;
    text-align: center;
    display: none
}

.index-swiper .ajax-list3 .pho-list3-pagrtion span {
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    margin: 0 4px;
    display: inline-block;
    background-color: #878785
}

.index-swiper .ajax-list3 .pho-list3-pagrtion span.swiper-pagination-bullet-active {
    background-color: #eba517;
}

div.calendar {
    z-index: 300
}

.btb-top {
    position: fixed;
    bottom: 5%;
    right: 1%;
    z-index: 900;
    width: 50px;
    height: 50px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    display: none;
}

.btb-top img {
    width: 10px;
    display: block;
    margin: 0 auto;
}

@media (max-width: 1680px) {
    .index-swiper .in-footer .share-div {
        margin-top: 2rem
    }

    .index-swiper .text-pro2 .more-btnin {
        margin-top: 1rem;
    }

    .index-swiper .text-pro2 .num-countup {
        margin-top: 1.5rem;
    }

    .index-swiper .ajax-list3 .item-mian {
        padding-bottom: 33%;
    }
}

@media (max-width: 1440px) {
    .index-swiper .ajax-list3 .item-mian {
        padding-bottom: 36.25%;
    }

    .mask-list1 .text-left .ul1 li {
        margin-right: 1rem;
    }

    .mask-list1 .text-left .con-p {
        margin-top: 1.25rem;
    }

    .mask-list1 .text-left .ul1 {
        margin-top: 1rem;
    }
}

@media (max-width: 1366px) {
    .video-model .video-mina {
        width: 60%;
    }
}