/* ===================首页样式========================== */


/* Header s */
.Header-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    background-color: #EBECEC;
}
.Header-container {
    padding: 18.5px 60px;
}
/* 导航隐藏 */
.bodyon #header {
    top: -70px;
    background-color: transparent;
}
/* 导航显示 */
.bodyon2 #header {
    top: 0;
    background-color: rgb(255, 255, 255, 0.92);
}

#black {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 98;
    left: 0;
    top: 70px;
    background: rgba(0, 0, 0, .4);
    display: none;
    z-index: 9;
}

.Header-container .fl {}
.Header-container .fl h1 {
    height: 33px;
}
.Header-container .fl h1 a {
    font-size: 0;
}
.Header-container .fl h1 a img {

}

.Header-container .fr {}
.Header-container .fr .menu {
    position: relative;
    display: block;
    width: 28px;
    height: 33px;
}
.Header-container .fr .menu span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #1A1A1A;
    top: 50%;
    margin-top: -1px;
    left: 0;
}

.Header-container .fr .menu span:first-child {
    top: 7.5px;
}

.Header-container .fr .menu span:last-child {
    top: 25.5px;
}


.nav_box {
    position: fixed;
    z-index: 6;
    width: 4rem;
    height: calc(100% - 70px);
    top: 70px;
    right: 0;
    background: rgba(237, 237, 237, 0.92);
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -o-transform: translateX(200%);
    transform: translateX(200%);
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}
.nav_box.active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.nav_box .nav_top {
    padding: 0.3rem 0.4rem 0.2rem;
    border-bottom: 1px solid #B8B8B8;
}
.nav_box .nav_top .nav_logo {}
.nav_box .nav_top .nav_logo img {
    height: 25px;
    width: auto;
    float: left;
}

.nav_box .nav_top .nav_close {
    float: right;
    width: 25px;
    height: 25px;
    background: url(../image/nav_close.png) no-repeat center;
    cursor: pointer;
}

.nav_box .nav_item {
    padding: 0.6rem 0.4rem 0.3rem;
    border-bottom: 1px solid #B8B8B8;
}
.nav_box .nav_item ul {}
.nav_box .nav_item ul li {
    margin-bottom: 0.3rem;
}
.nav_box .nav_item ul li a {
    position: relative;
    font-size: 14px;
    font-family: "OP-M";
    color: #808080;
    line-height: 1;
}

.nav_box .nav_item ul li a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 100%;
    margin-top: 2px;
    width: 0;
    height: 1px;
    background-color: #C90012;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.nav_box .nav_item ul li > .sub_nav a:hover,
.nav_box .nav_item ul li:hover > a,
.nav_box .nav_item ul li.active > .sub_nav a[href=""],
.nav_box .nav_item ul li.active > a {
    color: #1A1A1A;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.nav_box .nav_item ul li > .sub_nav a:hover::before,
.nav_box .nav_item ul li.active > .sub_nav a[href=""]::before,
.nav_box .nav_item ul li:hover > a::before,
.nav_box .nav_item ul li.active > a::before {
    width: 100%;
}

.nav_box .nav_item ul li dl {
    display: none;
}
.nav_box .nav_item ul li.active dl {
    display: block;
    margin-top: 0.1rem;
    margin-left: 0.1rem;
}
.nav_box .nav_item ul li.active dl div {
    margin-bottom: 0.1rem;
}
.nav_box .nav_item ul li dl dd a {}


.nav_box .nav_share {
    padding: 0.3rem 0.4rem 0;
}
.nav_box .nav_share ul {
    font-size: 0;
}
.nav_box .nav_share ul li {
    position: relative;
    margin-right: 16px;
    display: inline-block;
    cursor: pointer;
}
.nav_box .nav_share ul li a {}
.nav_box .nav_share ul li a > img {
    max-width: 100%;
}

.nav_box .nav_share ul li i {
    position: absolute;
    display: block;
    left: 0;
    margin-left: -16px;
    width: 1rem;
    bottom: 0;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    border: 1px solid #808080;
}
.nav_box .nav_share ul li:hover i {
    margin-bottom: 0.5rem;
    opacity: 1;
}
.nav_box .nav_share ul li i img {
    width: 100%;
}
/* Header e */


/* ind_banner s*/

/* banner start */
.pcbanner {
    position: relative;
    width: 100%;
    height: auto;
}
.pcbanner .video {
    position: relative;
    font-size: 0;
}

.pcbanner .video video {
    width: 100%;
    height: auto;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.pcbanner .video video source {
    position: absolute;
    width: 100%;
    object-fit: cover;
}

.pcbanner .swiper-pagination-bullet-active {
    background-color: #907956;
}
.VideoBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
    cursor: pointer;
    z-index: 10;
    background: url(../image/bo1.png) no-repeat center;
}
@media (max-width: 768px) {
    .VideoBtn {
        width: 40px;
        height: 40px;
        margin-left: -20px;
        margin-top: -20px;
        background-size: 100% auto;
    }

    .pcbanner .video {
        height: 8rem;
        margin-top: 49px;
    }
}
/* ind_banner e */


/* .ind_box1 s */
.ind_box1 {
    height: 100vh;
    background-color: #000;
}
.ind_box1 .fu_tit, .ind_box1 .fu_info {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    /* overflow: hidden; */
    align-items: center;
    justify-content: center;
}
.ind_box1 .fu_tit p {
    font-size: 30.56vw;
    line-height: 1;
    color: #1A1A1A;
    font-weight: 300;
    /* background-image: -webkit-linear-gradient(-60deg, #999 10%, #fff 70%); */
    background-image: -webkit-linear-gradient(-60deg, #1A1A1A 10%, #1A1A1A 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* font-family: "ITC-Bold"; */
}
.ind_box1 .fu_info p {
    font-size: 7.8125vw;
    line-height: 1.3;
    font-weight: 400;
    color: #999;
    background-image: -webkit-linear-gradient(-60deg, #182A54 10%, #204854 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* font-family: "ITC-Bold"; */
    font-weight: bold;
}


.elizabeth-AI-trigger {
    position: relative;
    top: -50vh;
}

.elizabeth-AI-trigger2 {
    position: relative;
    top: 40vh;
}

.elizabeth-AI {
    height: 220vh;
    position: relative;
    background-color: #000 !important;
}

.elizabeth-AI-height {
    height: calc(100vh - 60px);
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    width: 100%;
    overflow: hidden;
}

.elizabeth-mlog-video-mob {
    display: none;
}

.elizabeth-zoom-title,
.elizabeth-zoom-content,
.elizabeth-zoom-text {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.elizabeth-zoom-title {
    z-index: 2;
}

.elizabeth-zoom-content {
    z-index: 3;
}

.elizabeth-zoom-text {
    z-index: 4;
}

.elizabeth-zoom-title p {
    font-size: 15.56vw;
    color: #999;
    /* font-weight: 300; */
    background-image: -webkit-linear-gradient(-60deg, #1F1F1F 30%, #1F1F1F 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* font-family: "OP-M"; */
    font-family: "OP-JH";
}

.elizabeth-zoom-content p {
    font-size: 7.8125vw;
    line-height: 1.3;
    font-weight: 400;
    color: #999;
    background-image: -webkit-linear-gradient(-60deg, #182A54 10%, #204854 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "OP-JH";
}

.elizabeth-zoom-text p {
    width: 100%;
    text-align: center;
}

.elizabeth-AI-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    z-index: 3;
}
/* .ind_box1 e */


/* .ind_box2 s */
.ind_box2 {
    position: relative;
}
.ind_box2 .txt {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 0.8rem;
}
.ind_box2 .txt h4 {
    font-size: 0.24rem;
    line-height: 1;
    color: white;
}
.ind_box2 .txt .btn {
    display: inline-block;
    margin-top: 0.3rem;
    width: 2.1rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 8px;
    background-color: #3F76C9;
    color: white;
    font-size: 0.2rem;
}
/* .ind_box2 e */

/* .ind_box3 s */
.ind_box3 {
    padding: 1.3rem 1.55rem;
}
.ind_box3 .fl, .ind_box3 .fr {
    position: relative;
    width: 49%;
}
.ind_box3 .fl p, .ind_box3 .fr p {
    position: absolute;
    left: 0;
    bottom: 0.5rem;
    width: 100%;
    text-align: center;
    line-height: 1.5;
    font-size: 0.18rem;
    color: white;
}
.ind_box3 .fl img, .ind_box3 .fr img {
    opacity: 0;
}
.ind_box3 .fl {
    background: url(../image/ind_box_l_bg.gif) no-repeat center;
    background-size: cover;
}
.ind_box3 .fr {
    background: url(../image/ind_box_r_bg.gif) no-repeat center;
    background-size: cover;
}
/* .ind_box3 e */


/* .ind_box4 s */
.ind_box4 {
    height: 8rem;
    background: url(../image/ind_box4.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
}
/* .ind_box4 e */


/* .ind_box5 s */
.ind_box5 {
    background-color: #F5F5F5;
    padding: 1.5rem 0;
}

.ind_box5 .fl, .ind_box5 .fr {
    width: 48%;
}
.ind_box5 .fl .com-img, .ind_box5 .fr .com-img {
    border-radius: 12px;
}

.ind_box5 [class*="f"] .info {
    padding: 0.6rem 0 0.8rem;
    text-align: center;
}
.ind_box5 .fr .info {
    padding: 0.8rem 0 0.6rem;
}
.ind_box5 [class*="f"] .info p {
    font-size: 16px;
    line-height: 1;
    font-family: "OP-JH";
}
.ind_box5 [class*="f"] .info span {
    display: inline-block;
    font-size: 13px;
    line-height: 15px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    margin-top: 8px;
    font-family: "ITC-MdCn";
}

/* .ind_box5 e */


/* .ind_box6 s */
.ind_box6 {
    background-color: black !important;
    padding-bottom: 2rem;
}
.ind_box6 img {
    width: 100%;
}
.ind_box6 .tit {
    padding-top: 1rem;
    color: white;
    text-align: center;
}
.ind_box6 .tit p {
    display: inline-block;
    font-size: 12px;
    line-height: 28px;
    text-align: justify;
    text-align-last: center;
    width: 5.85rem;
}
.ind_box6 .tit h4 {
    margin-top: 1.2rem;
    font-size: 0.24rem;
}

.ind_box6 .change {
    position: relative;
    width: 14rem;
    margin: 0 auto;
    max-width: 100%;
}
.ind_box6 .change .mid {
    position: relative;
    width: 6.36rem;
    margin: 1.75rem auto;
    z-index: 1;
    /* background: url(../images/ind_box6_mid.gif) no-repeat center; */
    /* background-size: ; */
}
.ind_box6 .change .mid img {
    opacity: 0;
}

.ind_box6 .change .mid video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.ind_box6 .change .wave {
    position: absolute;
    left: 50%;
    top: 6%;
    transform: translate(-50%, -50%);
    width: 5.62rem;
    z-index: 2;
}
.ind_box6 .change .wave img {
    position: absolute;
    width: 5.62rem;
    z-index: 3;
}

.box6-wave-1 {
    animation: 0.8s wave1 infinite linear;
    -webkit-animation: 0.8s wave1 infinite linear;
}

.box6-wave-2 {
    animation: 0.8s wave2 infinite linear;
    -webkit-animation: 0.8s wave2 infinite linear;
}

.box6-wave-3 {
    animation: 0.8s wave3 infinite linear;
    -webkit-animation: 0.8s wave3 infinite linear;
}
.box6-wave-1 {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
}

.box6-wave-2 {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.box6-wave-3 {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

@keyframes wave1 {
    0% {
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -o-transform: scale(0.6);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}

@keyframes wave2 {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    100% {
        transform: scale(1.33);
        -webkit-transform: scale(1.33);
        -moz-transform: scale(1.33);
        -ms-transform: scale(1.33);
        -o-transform: scale(1.33);
    }
}

@keyframes wave3 {
    0% {
        transform: scale(1.33);
        -webkit-transform: scale(1.33);
        -moz-transform: scale(1.33);
        -ms-transform: scale(1.33);
        -o-transform: scale(1.33);
        opacity: 1;
    }

    100% {
        transform: scale(1.66);
        -webkit-transform: scale(1.66);
        -moz-transform: scale(1.66);
        -ms-transform: scale(1.66);
        -o-transform: scale(1.66);
        opacity: 0;
    }
}


.ind_box6 .change [class*="box_ico"] {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    padding-top: 0.3rem;
    text-align: center;
    background: url(../image/nav_pro_bg.png) no-repeat center;
    background-size: 100% 100%;
}
.ind_box6 .change [class*="box_ico"] a {
    display: block;
}
.ind_box6 .change [class*="box_ico"] img {
    display: inline-block;
    width: auto;
}
.ind_box6 .change [class*="box_ico"] p {
    font-size: 12px;
    font-family: "OP-R";
    color: #979797;
    text-align: center;
    margin-top: 0.2rem;
}

.ind_box6 .change .box_ico1 {
    left: 1.15rem;
    top: -0.05rem;
}
.ind_box6 .change .box_ico2 {
    top: 2.8rem;
    left: 0;
}
.ind_box6 .change .box_ico3 {
    top: 6rem;
    left: 2rem;
}

.ind_box6 .change .box_ico4 {
    bottom: 100%;
    right: 0.85rem;
}

.ind_box6 .change .box_ico5 {
    top: 1.45rem;
    right: 1.75rem;
}

.ind_box6 .change .box_ico6 {
    bottom: 0;
    right: 0;
}
.ind_box6 .change .box_ico7 {
    top: 6rem;
    right: 2.2rem;
}


/* .ind_box6 e */


/* .ind_box7 s */
.ind_box7 {
    margin: 0.8rem 0 0.95rem;
    position: relative;
}
.ind_box7 .info {
    float: left;
    position: relative;
    margin-left: 11.2%;
    height: 7.66rem;
    padding-top: 1.6rem;
}
.ind_box7 .info h4 {
    font-size: 20px;
    color: black;
    line-height: 1;
}
.ind_box7 .info p {
    font-size: 12px;
    line-height: 32px;
    color: #666;
    margin-top: 0.35rem;
}
.ind_box7 .info i {
    display: block;
    width: 81px;
    height: 33px;
    background: url(../image/ind_box7_ico.png) no-repeat center;
    background-size: 100% 100%;
    margin-top: 0.35rem;

}
.ind_box7 .info .mask {
    position: absolute;
    font-size: 1.8rem;
    letter-spacing: 2px;
    line-height: 1;
    left: -10px;
    bottom: 1rem;
    color: #F0F0F0;
}
.ind_box7 .pic {
    position: absolute;
    background: url(../image/ind_box7.jpg) no-repeat center;
    width: 56.5%;
    height: 100%;
    background-size: cover;
    right: 0;
    top: 0;
    z-index: 2;
}
/* .ind_box7 e */


/* .ind_box8 s */
.ind_box8 {
    position: relative;
    height: 10.05rem;
    background: url(../image/ind_box8_bg.jpg) no-repeat center;
    background-size: cover;
}
.ind_box8 .info {
    position: absolute;
    left: 62%;
    top: 40%;
    /* padding-top: 4rem; */
}
.ind_box8 .info h4 {
    font-size: 20px;
    color: white;
    line-height: 1;
}
.ind_box8 .info p {
    font-size: 12px;
    line-height: 32px;
    color: #FFF;
    margin-top: 0.35rem;
}
.ind_box8 .info i {
    display: block;
    width: 88px;
    height: 33px;
    background: url(../image/ind_box8_ico.png) no-repeat center;
    background-size: 100% 100%;
    margin-top: 0.35rem;
}

.ind_box8 .info span {
    font-size: 1.45rem;
    color: #100F0F;
    margin-top: 0.3rem;
}
/* .ind_box8 e */


/* .ind_box9 s */
.ind_box9 {
    position: relative;
}
.ind_box9 .info {
    float: left;
    position: relative;
    margin-left: 11.2%;
    height: 10.2rem;
    padding-top: 2.15rem;
}
.ind_box9 .info h4 {
    font-size: 20px;
    color: black;
    line-height: 1;
}
.ind_box9 .info p {
    font-size: 12px;
    line-height: 32px;
    color: #666;
    margin-top: 0.35rem;
}
.ind_box9 .info i {
    display: block;
    width: 81px;
    height: 33px;
    background: url(../image/ind_box7_ico.png) no-repeat center;
    background-size: 100% 100%;
    margin-top: 0.35rem;

}
.ind_box9 .info .mask {
    position: absolute;
    font-size: 175px;
    line-height: 1;
    left: -10px;
    bottom: 2.5rem;
    color: #F0F0F0;
    z-index: 3;
}
.ind_box9 .pic {
    position: absolute;
    background: url(../image/ind_box9.jpg) no-repeat center;
    width: 54.8%;
    height: 100%;
    background-size: cover;
    background-position: left center;
    right: 0;
    top: 0;
    z-index: 2;
}
/* .ind_box9 e */


/* .ind_box10 s */
.ind_box10 {}
.ind_box10 ul {}
.ind_box10 ul li {
    position: relative;
    width: calc(100% / 3);
    float: left;
}
.ind_box10 ul li .com-img img {
    width: 101%;
    object-fit: cover;
}
.ind_box10 ul li .txt {
    position: absolute;
    color: white;
    left: 0.45rem;
    top: 0.25rem;
}
.ind_box10 ul li .txt .ico {}
.ind_box10 ul li .txt .ico img {
    width: auto;
}
.ind_box10 ul li .txt p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0.25rem;
}
.ind_box10 ul li .txt span {}
/* .ind_box10 e */


/* .ind_box11 s */
.ind_box11 {
    background-color: #000 !important;
    padding: 3.5rem 0 2.2rem;
    text-align: center;
    color: white;
}
.ind_box11 .tit {
    position: relative;
    height: 145px;
    line-height: 145px;
}
.ind_box11 .tit h3, .ind_box11 .tit p {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.ind_box11 .tit h3 i {
    font-size: 160px;
    line-height: 1;
    color: #1A1A1A;
    font-weight: bold;
}
.ind_box11 .tit p i {
    font-size: 66px;
    line-height: 1;
}

.ind_box11 .elizabeth-zoom-title p {
    font-size: 20.56vw;
    color: #999;
    /* font-weight: 300; */
    background-image: -webkit-linear-gradient(-60deg, #1F1F1F 30%, #1F1F1F 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* font-family: "OP-M"; */
    font-family: "OP-JH";
}

.ind_box11 .elizabeth-zoom-content p {
    font-size: 3.8125vw;
    line-height: 1.3;
    font-weight: 400;
    color: #999;
    background-image: -webkit-linear-gradient(-60deg, #FFF 10%, #FFF 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "OP-JH";
}

.ind_box11 .pic {
    width: 100%;
    text-align: center;
    padding: 1.5rem 0 1.5rem;
}
.ind_box11 .pic img {
    display: inline-block;
}
.ind_box11 .info {}
.ind_box11 .info p {
    font-size: 20px;
    line-height: 50px;
    width: 5.3rem;
    display: inline-block;
    letter-spacing: 0.5px;
}
.ind_box11 .info span {
    display: block;
    margin-top: 0.15rem;
    font-size: 18px;
}
/* .ind_box11 e */


/* Footer s */
.Footer-wrapper {}
.Footer-container {
    padding: 0.8rem 4.6rem 0;
    padding: 0.8rem 4% 0;
    background-color: #E9E9E9;
    text-align: center;
}
.foot_nav {
    margin: 0 auto;
    display: inline-block;
    text-align: left;
}
.foot_nav dl {
    display: inline-block;
    float: left;
    margin-right: 0.45rem;
}
.foot_nav dl dt {
    font-size: 14px;
    font-family: "ITC-BKCn";
    color: black;
}
.foot_nav dl dt.dt2 {
    margin-top: 25px;
}
.foot_nav dl dd {
    font-size: 12px;
    margin-top: 15px;
    color: #808080;
}

.foot_copy {
    margin-top: 0.75rem;
    text-align: center;
}
.foot_copy .hot {
    font-size: 12px;
    color: #808080;
}
.foot_copy .hot a {
    color: #3C91B3;
    display: inline-block;
}
.foot_copy .bot {
    margin-top: 12px;
    border-top: 1px solid #9E9F9F;
    padding-top: 12px;
}
.foot_copy .bot span {
    display: inline-block;
    font-size: 12px;
}
.foot_copy .bot ul {
    padding-left: 30px;
    display: inline-block;
}
.foot_copy .bot ul li {
    position: relative;
    display: inline-block;
    padding-right: 12px;
    line-height: 1;
    color: #666;
}
.foot_copy .bot ul li::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #AFB0B0;
    right: 1.5px;
    top: 0;
}
.foot_copy .bot ul li:last-child::before {
    display: none;
}
.foot_copy .bot ul li a {}
.foot_copy .bot .beian {
    padding: 12px 0 30px;
}
.foot_copy .bot .beian a {
    font-size: 12px;
    color: #666;
}
/* Footer e */


/* .ind_box1 s */

/* .ind_box1 e */


/* .ind_box1 s */

/* .ind_box1 e */


/* .ind_box1 s */

/* .ind_box1 e */


/* .ind_box1 s */

/* .ind_box1 e */

/* -------------------------PC端--------------------------- */
@media all and (max-width: 1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width: 1599px) {
    /* 1440 × (900/1050) */
}

@media all and (max-width: 1439px) {
    /* 1360 × (768) */
}

@media all and (max-width: 1359px) {
    /* 1280 × (800/854/1024) */
}

@media all and (max-width: 1279px) {
    /* 1152 × (864) */
}

@media all and (max-width: 1151px) {
    /* 1024 × (600/768) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width: 1000px) {
    /* 平板设备 720 适配 */
}
@media all and (max-width: 640px) {
    /* 移动终端以上 360 适配 */
}

