* {
    padding: 0px;
    margin: 0px;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
}

@font-face {
    font-family: "cTcc";
    font-display: swap;
    src: local('SOURCEHANSANSCN-REGULAR'), url(../font/cTccc.TTF);
}

dl, ol, ul{
    margin-bottom: 0px ;
}

.box_4-xiu{
    display: none;
}

/* 导航 */
#Index .nav {
    position: fixed;
    background: none;
}

.nav {
    --navhei: 75px;
    /* position: fixed; */
    top: 0px;
    left: 0px;
    height: 75px;
    height: var(--navhei);
    width: 100%;
    /* background: rgba(255, 255, 255,0.4); */
    z-index: 9999;
    background: #FFF;
}

.nav.all {
    background: #FFF !important;
}

.nav.all2{
     background: #FFF !important;
     position: fixed !important;
}

.nav .out {
    width: 100%;
    max-width: 1300px;
    /* margin: 0 auto; */
    height: 100%;
    height: var(--navhei);
    margin-left: 21%
}

.nav .out .Box-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.nav .out .Box-1 .left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.nav .out .Box-1 .left .logo {
    width: 96px;
}

.nav .out .Box-1 .left .logo img {
    width: 100%;
    display: block;
}

.nav .out .Box-1 .left .logo a {
    display: block;
    height: 100%;
}

.nav .out .Box-1 ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    margin-left: 41px;
    width: 500px;

}

.nav .out .Box-1 ul li {
    height: 100%;
    position: relative;
    cursor: pointer;
}



.nav .out .Box-1 ul .title {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.nav .out .Box-1 ul li .title::after {
    width: 0px;
    height: 2px;
    background: #242424;
    display: block;
    content: '';
    bottom: 0px;
    position: absolute;
    transition: all 0.6s ease;
}

.nav .out .Box-1 ul li.all .title::after {
    width: 34px;
}

.nav .out .Box-1 ul li:hover .title::after {
    width: 34px;
}


.nav .out .Box-1 ul .title a {
    color: #1f1a17;
    font-weight: 600;
}

.nav .out .Box-1 .right {
    display: flex;
    align-items: center;
    height: 100%;
}

.nav .out .Box-1 .right .sousuo {
    cursor: pointer;
}

.nav .out .Box-1 .right .e-shop {
    margin-left: 21px;
    margin-right: 88px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.nav .out .Box-1 .right .e-shop span {
    display: block;
    margin-left: 14px;
    margin-right: 8px;
    font-size: 15px;
    color: #1f1a17;
}

.nav .out .Box-1 .right .e-shop .e-shop-list-box {
    display: none;
    position: absolute;
    top: 35px;
    min-width: 100%;
    background: #FFF;
    padding: 10px;
    box-sizing: border-box;
    left: 0px;
    margin-left: -39%;
    z-index: 99999;
}

.nav .out .Box-1 .right .e-shop .e-shop-list {
    display: flex;
    align-items: center;
}

.nav .out .Box-1 .right .e-shop .e-shop-list a {
    display: block;
    flex: none;
    margin: 0px 5px
}

.nav .out .Box-1 .right .e-shop .e-shop-list img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    display: block;
}

/* banenr */
.banner {
    position: relative;
}

.banner .swiper-slide .Img img {
    width: 100%;
    display: block;
}

.banner .swiper-slide .txt {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 49%;
    display: flex;
    justify-content: right;
    align-items: center;
    height: 100%;
    pointer-events: none;

}

.banner .swiper-slide .txt .txt-box {
    margin-top: -11%;
}

.banner .swiper-slide .txt h5 {
    color: #111111;
    font-size: 66.82px;
    font-family: ctcc;
    font-weight: 500;
    letter-spacing: 5px;
    transform: translateY(-60px);
    opacity: 0;
    transition: opacity .6s linear, transform .6s cubic-bezier(.215, .61, .355, 1);
    text-transform: uppercase;
}

.banner .swiper-slide .txt b {
    color: #111111;
    font-size: 42.09px;
    font-family: ctcc;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 5px;
    transform: translateY(-60px);
    opacity: 0;
    display: block;
    transition: opacity 0.6s linear 0.2s, transform 0.6s cubic-bezier(.215, .61, .355, 1) .2s;
}

.banner .swiper-slide .txt .a-click {
    margin-top: 68px;
    display: flex;
    align-items: center;
    transform: translateY(-60px);
    opacity: 0;
    transition: opacity 0.6s linear 0.2s, transform 0.6s cubic-bezier(.215, .61, .355, 1) 0.2s;
}

.banner .swiper-slide-active .txt h5,
.banner .swiper-slide-active .txt .a-click,
.banner .swiper-slide-active .txt b {
    opacity: 1;
    transform: translateY(0) translateZ(0);
}

.banner .swiper-slide .txt .a-click a {
    width: 157.5px;
    height: 40.4px;
    border: 1px solid #1d1d1d;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111111;
    font-size: 22px;
    margin-right: 28px;

    pointer-events: none;

}

.banner .swiper-slide-active .txt .a-click a{
    pointer-events: auto;
}

.banner .swiper-slide .txt .a-click a:last-child {
    margin-right: 0px;
}

.banner .out {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 49%;
    display: flex;
    justify-content: left;
    align-items: end;
    height: 100%;
    padding-left: 13.97%;
    padding-bottom: 3%;
    box-sizing: border-box;
}

.banner .out .banner-swiper2 {
    margin-left: 0px;
    height: 85px;
    display: flex;
    align-items: center;
}

.banner .out .banner-swiper2 .swiper-slide {
    color: #9B9B9B;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.banner .out .banner-swiper2 .swiper-no-swiping {
    cursor: default;
}

.banner .out .banner-swiper2 .swiper-slide-active {
    color: #474747;
}

.banner .out .banner-swiper2::before {
    width: 3px;
    height: 19.7px;
    background: #111111;
    content: '';
    display: block;
    opacity: 1;
    margin-right: 48px;
}

.banner .out .banner-swiper2 .swiper-wrapper {
    animation-timing-function: elastic;
}

/* 4个系列 */
.spectrum .out {
    padding: 0px 35px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 54px;
}

.spectrum .out .box {
    width: 49.1%;
    position: relative;
    margin-bottom: 44px;
}

.spectrum .out .box .img {
    width: 100%;
}

.spectrum .out .box .txt {
    position: absolute;
    top: 7%;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.spectrum .out .box .txt h5 {
    color: #101010;
    font-size: 50px;
    font-weight: 500;
    margin: 5px 0px;
}

.spectrum .out .box .txt .t-1 {
    color: #101010;
    font-size: 19.89px;
}

.spectrum .out .box .txt .t-2 {
    font-size: 23.8px;
    color: #101010;
    text-align: center;
}

/* 轮播视频 */
.Video_rotation {
    position: relative;
    margin-top: 20px;
}

.Video_rotation .swiper-slide {
    width: 63.0589%;
    height: 38.56vw;
    cursor: pointer;
    
}

.Video_rotation .swiper-slide>a {
    pointer-events: none;
}

.Video_rotation .swiper-slide-active>a {
    pointer-events: auto;
}

.Video_rotation .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Video_rotation .swiper-slide .img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    
    display: none;
}

.Video_rotation .swiper-slide-active .img {
    display: none;
}

.Video_rotation .Box-2 {
    position: absolute;
    top: 0px;
    width: 100%;
    pointer-events: none;
    z-index: 10;
    height: 100%;
    display: flex;
    justify-content: center;
    height: 100%;
}

/* .Video_rotation .Box-2 .box{
    width: 100%;
    height: 10%;
    display: flex;
    justify-content: center;
    height: 100%;
    padding-top: 70px;
    box-sizing: border-box;
    pointer-events: none;
} */

.Video_rotation .Box-2 .box {
    width: 100%;
    display: flex;
    justify-content: center;
}

.Video_rotation .Box-2 .txt {
    width: auto;
    height: auto;
    padding-top: 70px;
    box-sizing: border-box;
    pointer-events: none;
    position: absolute;
    top: 0px;
    text-align: center;
    /* opacity: 0; */
    transition: 0.8s;
    /* transition-delay: 3s; */
}

.Video_rotation .Box-2 .txt:nth-child(1) span {
    opacity: 1;
}

.Video_rotation .Box-2 .txt h5 {
    color: #FFF;
    font-size: 60px;
    margin-bottom: 15px;
    /* margin-top: 5px; */
    user-select: none;
    /* opacity: 1; */
    /* transition: all 0.6s ease; */
    opacity: 0;
    pointer-events: auto;
    animation-duration: 0.6s;
    animation-timing-function: ease;
    
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.Video_rotation .Box-2 .txt span {
    color: #FFF;
    font-size: 30px;
    pointer-events: auto;
    user-select: none;
    opacity: 0;
}

.Video_rotation .Box-2 .txt .a-click {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    /* opacity: 1; */
    /* transition: all 0.6s ease 0.3s; */
    opacity: 0;
    animation-duration: 0.7s;
    animation-timing-function: ease;
    animation-delay: 0.2s;
    display: inline-flex;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}



.Video_rotation .Box-2 .txt .a-click a {
    color: #FFF;
    font-size: 18.84px;
    display: flex;
    align-items: center;
    margin-right: 46px;
    pointer-events: auto;
}

.Video_rotation .Box-2 .txt .a-click a:hover {
    text-decoration: revert-layer;
}


.Video_rotation .Box-2 .txt .a-click a img {
    margin-left: 13px;
}

.Video_rotation .Box-2 .txt .a-click a:last-child {
    margin-right: 0px;
}

.clciksad {
    width: 60%;
    height: 30px;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30%;
    margin-top: -24px;
}

.clciksad .swiper-button-prev,
.clciksad .swiper-button-next {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clciksad .swiper-button-prev::after,
.clciksad .swiper-button-next::after {
    color: #FFF;
    font-size: 20px;
}

.clciksad .swiper-button-prev:hover,
.clciksad .swiper-button-next:hover {
    background: rgba(17, 17, 17, 0.4);
}
.Video_rotation .swiper-wrapper {
    transition-timing-function:  ease   ;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
   transition: transform 0.8s ease;
}
.Video_rotation .swiper-pagination {
    bottom: 7%;
}

.Video_rotation .swiper-pagination-bullet {
    background: #FFF;
    width: 16px;
    height: 2px;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 2px) !important;
    border-radius: 0px;
}

.Story {
    margin-top: 138px;
}

.Story .out {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.Story .out .title {
    width: 100%;
    text-align: center;
}

.Story .out .title h5 {
    color: #111111;
    font-size: 40px;
}

.Story .out .title span {
    color: #656565;
    font-size: 20px;
    display: block;
    margin-top: 31px;
    margin-bottom: 41px;
}

.Story .out .box {
    display: flex;
    justify-content: space-between;
}

.Story .out .box a {
    display: block;
    width: 49.334%;
    position: relative;
}

.Story .out .box a img {
    width: 100%;
}

.Story .out .box a .txt {
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
    margin-top: 50px;
}

.Story .out .box a .txt span {
    color: #eeeeee;
    font-size: 16.45px;
}

.Story .out .box a .txt h5 {
    color: #ffffff;
    font-size: 38.38px;
    margin-bottom: 28px;
    margin-top: 7px;
    font-weight: 500;
}

.Story .out .box a .txt b {
    font-weight: 500;
    font-size: 14.19px;
    color: #efefef;
    width: 106.2px;
    height: 26.1px;
    border: 1px solid #efefef;
    display: inline-block;
    border-radius: 30px;
    
        display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;

    
}

/* 深度了解唐小米品牌 */
.brand {
    margin-top: 104px;
    margin-bottom: 96px;
}

.brand .title {
    color: #111111;
    font-size: 40px;
    margin-bottom: 49px;
    text-align: center;
}

.brand .out {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.brand .out .box {
    width: 32.6%;
    position: relative;
    overflow: hidden;
}

.brand .out .box .txt {
    position: absolute;
    top: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;

    margin-top: 47px;
}

.brand .out .box .txt h5 {
    color: #ffffff;
    font-size: 35px;
    margin-bottom: 10px;
    font-weight: 500;
}

.brand .out .box .txt span {
    color: #FFF;
    font-size: 17px;
    margin-bottom: 23px;
    display: block;
}

.brand .out .box .txt b {
    font-weight: 500;
    color: #FFF;
    display: flex;
    align-items: center;
}

.brand .out .box .txt b img {
    margin-left: 8px;
}

.brand .out .box a>img {
    width: 100%;
    transition: all 0.6s ease;
}

.brand .out .box:hover a>img {
    transform: scale(1.1);
}

/* 底部 */
.footer {
    background: #272727;
    width: 100%;
    padding: 3.311% 10.3% 1% 10.9303%;
    box-sizing: border-box;
}

.footer .out .box-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .out .box-1 .let {
    display: flex;
    align-items: center;
}

.footer .out .box-1 .let .logo img {
    width: 146px;
    display: block;
}

.footer .out .box-1 .let .logo {
    margin-right: 38px;
}

.footer .out .box-1 .let .logo a {
    display: block;
}

.footer .out .box-1 .let ul {
    display: flex;
    align-items: center;
}

.footer .out .box-1 .let ul a {
    color: #9DA3A6;
    font-size: 16px;
}

.footer .out .box-1 .let ul li {
    margin-right: 26px;
}

.footer .out .box-1 .let ul li:last-child {
    margin-right: 0px;
}

.footer .out .box-1 .rig a img {
    height: 16px;
    display: block;
}

.footer .out .box-1 .rig {
    display: flex;
    align-items: center;
}

.footer .out .box-1 .rig .i {
    margin: 0px 10px;
    position: relative;
}

.footer .out .box-1 .rig .popup {
    display: none;
    position: absolute;
    bottom: 26px;
    right: -5px;
    width: 144px;
    height: 160px;
}

.footer .out .box-1 .rig .popup .triangle {
    position: absolute;
    background: #fff;
    -ms-box-shadow: 4px 4px 8px rgba(0, 0, 0, .1);
    -o-box-shadow: 4px 4px 8px rgba(0, 0, 0, .1);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .1);
    z-index: 8;
    width: 11px;
    height: 11px;
    bottom: 16px;
    right: 16px;
    transform: translateY(50%) rotate(45deg);
}

.footer .out .box-1 .rig .popup .owie {
    padding: 4px;
    border-radius: 4px;
    background: #fff;
    -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
}

.footer .out .box-1 .rig .popup .owie img {
    width: 136px;
    height: 136px;
}

.footer .out .xian {
    width: 100%;
    height: 1px;
    background: #9DA3A6;
    margin-top: 27px;
    margin-bottom: 16px;
}

.footer .out .box-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.footer .out .box-2 span {
    color: #9DA3A6;
    font-size: 18px;
}

.footer .out .box-2 .img-box {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 3px;
    transition: all 0.6s;
}

.footer .out .box-2 .img-box img {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}

.footer .out .box-2 .img-box .txt {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
}

.footer .out .box-2 .img-box:hover {
    background: rgba(255, 255, 255, .09);


}

.footer .out .box-3 {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .out .box-3 a {
    display: block;
    color: #9DA3A6;
    font-size: 18px;
}


/* 品牌产品 */
#Brand-body .nav {
    background: #FFF;
    position: relative;
}

.Brand {
    margin-bottom: 70px;
}

.Brand .out {
    display: flex;
    flex-wrap: wrap;
}

.Brand .out .box {
    width: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Brand .out .box .bei {
    width: 100%;
    display: block;
}

.Brand .out .box .txt {
    width: 58.33%;
}

.Brand .out .box .io {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Brand .out .box .txt h5 {
    color: #000000;
    font-size: 60.01px;
    font-weight: 500;
    margin-bottom: 5px
}

.Brand .out .box .txt span {
    color: #000000;
    font-size: 30.67px;
}

.Brand .out .box .txt h6 {
    font-weight: 500;
    color: #000000;
    font-size: 28px;
    margin-top: 41px;
    margin-bottom: 21px;
}

.Brand .out .box .txt p {
    color: #242424;
    font-size: 17px;
    line-height: 1.6em;
    letter-spacing: 1px;
    
          overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
}

.Brand .out .box .txt .T-box {
    width: 34px;
    height: 34px;
    background: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 46px;
}


.banner_out {
    position: relative;
}

.banner_out .txt {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 49%;
    display: flex;
    justify-content: right;
    align-items: center;
    height: 100%;
    pointer-events: none;

}

.banner_out img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.banner_out .txt .txt-box {
    margin-top: -11%;
}

.banner_out .txt h5 {
    color: #FFF;
    font-size: 99.82px;
    font-family: ctcc;
    font-weight: 500;
    letter-spacing: 5px;
    transform: translateY(-60px);
    opacity: 0;
    transition: opacity .6s linear, transform .6s cubic-bezier(.215, .61, .355, 1);
}

.banner_out .txt b {
    color: #FFF;
    font-size: 58.09px;
    font-family: ctcc;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 5px;
    transform: translateY(-60px);
    opacity: 0;
    display: block;
    transition: opacity 0.6s linear 0.2s, transform 0.6s cubic-bezier(.215, .61, .355, 1) .2s;
}


.banner_out.all .txt h5,
.banner_out.all .txt b {
    opacity: 1;
    transform: translateY(0) translateZ(0);
}

.Brand-1 {
    margin-bottom: 80px;
}

.Brand-1 .out {
    padding: 0px 116px;
    box-sizing: border-box;
    margin-top: 54px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.Brand-1 .out .box {
    width: 24.47667%;
    margin-right: 0.69%;
}

.Brand-1 .out .box:nth-child(4n) {
    margin-right: 0px;
}

.Brand-1 .out .box img {
    width: 100%;
}

/* 我的酒庄 */
.CadGal .out {
    position: relative;
    overflow: hidden;
}

.CadGal .img {
    width: 100%;
    display: block;
    transition: 0.8s;
}

.CadGal .hovImg {
    overflow: hidden;
    cursor: pointer;
}

.CadGal .hovImg:hover .img {
    transform: scale(1.1);
}

.CadGal-txt {
    position: absolute;
    left: 18%;
    bottom: 19%;

}

.CadGal-txt h5 {
    font-size: 2vw;
    color: #FFF;
    font-weight: 500;
    width: auto;
    display: inline-block;
}

.CadGal-txt h5::after {
    width: 76px;
    height: 0.3vw;
    background: #DF221C;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    content: '';
}

.CadGal-txt p {
    color: #FFF;
    font-size: 1.06vw;
    margin-bottom: 6.3%;
    letter-spacing: 2px;
}

.CadGal-txt a {
    color: #FFF;
    font-size: 15px;
    display: none;
}

.CadGal .out-2 {
    display: flex;
}

.CadGal .out-2 .left {
    width: 50.5%;
    position: relative;
}

.CadGal .out-2 .left .img {
    width: 100%;
}

.CadGal .out-2 .left .CadGal-txt {
    left: 12%;
    bottom: auto;
    top: 9%;
}

.CadGal .out-2 .right {
    width: 50.5%;
}

.CadGal .out-2 .right .box {
    position: relative;
}

.CadGal .out-2 .right .box .CadGal-txt {
    bottom: auto;
    top: 9%;
    left: 12%;
}

.CadGal .out-3 {
    display: flex;
}

.CadGal .out-3 .left {
    width: 34.73%;
    position: relative;
}

.CadGal .out-3 .right {
    width: 69.4%;
    position: relative;
}

.CadGal .out-3 .CadGal-txt {
    left: 9%;
    bottom: auto;
    top: 7%;
}

.Certif_Nav .out{
    width: 100%;
    max-width: 1200px;
}
.Certif_Nav .out .Box-1 .left .logo{
    width: auto;
}
.Certif_Nav .out .Box-1 .left .logo a{
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #292422;
    font-weight: 600;
}
.Certif_Nav .out .Box-1 .left .logo img{
    width: auto;
    margin-right: 10px;
}
.Certif_Nav .out .Box-1 ul{
    width: 233px;
}
.Certif_Nav .out .Box-1 ul li{
    display: flex;
    align-items: center;
}
.Certif_Nav .out .Box-1 ul li a{
    font-size: 16px;
    font-weight: 600;
}

.Certif_banner{
    position: relative;
}
.Certif_banner-box{
    width: 100%;
    max-width: 1200px;
}
.Certif_banner .txt{
   width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    pointer-events: auto;
}

.Certif_banner .txt h6{
    color: #FFF;
    font-size: 40px;
}

.Certif_banner .txt span{
    color: #FFF;
    font-size: 20px;
    display: block;
    margin-top: 22px;
    margin-bottom: 27px;
}

.Certif_banner .txt p{
    color: #FFF;
    font-size: 15px;
    width: 50%;
    line-height: 1.6em;
    letter-spacing: 2px;
    margin-bottom: 44px;
    
          overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;

    
}

.Certif_banner .txt a{
    width: 258px;
    height: 49px;
    background: #FFF;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content:center;
    font-size: 20px;
}

.Certif_out{
    background: #f2f2f2;
    padding-bottom: 72px;
    padding-top: 48px;
}
.Certif_out .out{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background: #FFF;
    border-radius: 5px;
    text-align: center;
    padding: 72px 0;
    position: relative;
}

.Certif_out .out h5{
    line-height: 48px;
    font-size: 32px;
    text-align: center;
    font-weight: 500;
}

.Certif_out .out ul{
    display: flex;
    justify-content: space-between;
    padding: 48px 48px 0;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.Certif_out .out::after{
    width: 80%;
    height: 1px;
    background: #d4d7d9;
    position: absolute;
    left: 50%;
    top: 41%;
    margin-top: -0.5px;
    margin-left: -40%;
    display: block;
    content: '';
    z-index: 0;
}

.Certif_out .out ul li{
    width: 202px;
}
.Certif_out .out ul li p{
    text-align: center;
    color: #3b3e40;
    font-size: 16px;
    font-weight: 500;
    margin-top: 16px;
}

.tap_Cer{
    width: 100%;
    height: 139px;
    background: #232526;
}
.tap_Cer .out{
    width: 100%;
    max-width: 1200px;
    margin:  0 auto;
    display: flex;
    align-items: center;
    height: 100%;
}
.tap_Cer h5{
    color: #FFF;
    font-size: 45px;
}

.position{
    background: #f2f2f2;
    padding: 48px 0px;
    box-sizing: border-box;
}
.position .out{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background: #FFF;
    border-radius: 10px;
    padding: 72px 48px 48px;
    box-sizing: border-box;
    
}

.position .out .title{
    width: 100%;
}

.position .out .title ul{
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 50px;
    border-bottom: 1px solid #f0f1f2;
}

.position .out .title ul li{
    width: 25%;
    text-align: center;
    position: relative;
    z-index: 2;
}
.position .out .title ul li.current .txt{
    background: #3096f0;
    color: #FFF;
}
.position .out .title ul li .txt{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    line-height: 38px;
    text-align: center;

    border: 1px solid #9fa3a6;
    background: #fff;
    color: #9fa3a6;
    margin:  0 auto;
}

.position .out .title ul li.wan .txt{
    border: 1px solid #3096f0;
    color: #3096f0;
}

.position .out .title ul li p{
    margin-top: 8px;
    line-height: 24px;

    font-size: 16px;
    color: #3b3e40;
    display: inline-block;
    padding-right: 16px;
    position: relative;
    top: 8px;
    left: 0;
    line-height: 24px;
    width: 100%;
    text-align: center;
    
    height: 34px;
}

/* .position .out .title ul::after{
    position: absolute;
    width: 72%;
    left: 50%;
    top:0px;
    content: '';
    height: 1px;
    background: #abafb1;
    display: block;
    margin-left: -36%;
    margin-top: 20px;
    z-index: 0;
} */

/* .position .out .title .ul2::before{
    position: absolute;
    width: 25%;
    left: 50%;
    top:0px;
    content: '';
    height: 1px;
    background: #3096f0;
    display: block;
    margin-left: -36%;
    margin-top: 20px;
    z-index: 2;
}
.position .out .title .ul3::before{
    position: absolute;
    width: 50%;
    left: 50%;
    top:0px;
    content: '';
    height: 1px;
    background: #3096f0;
    display: block;
    margin-left: -36%;
    margin-top: 20px;
    z-index: 2;
}

.position .out .title .ul4::before{
    position: absolute;
    width: 72%;
    left: 50%;
    top:0px;
    content: '';
    height: 1px;
    background: #3096f0;
    display: block;
    margin-left: -36%;
    margin-top: 20px;
    z-index: 2;
} */

.position .out  .box-1{
    margin-top: 48px;
}

.position .out  .box-1 h5{
    text-align: center;
    color: #3b3e40;
    font-weight: 500;
    font-size: 24px;
}

.position .out  .box-1 .form{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 48px;
}

.position .out  .box-1 .form .select{
    width: 258px;
    height: 38px;
    padding: 0px 24px 0px 11px;
    box-sizing: border-box;
    outline: none;
    border-radius: 5px;
    border: 1px solid #9fa3a6 ;
   display: flex;
   align-items: center;
   cursor: pointer;
}



.position .out  .box-1 .form .box{
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.position .out  .box-1 .form .box .img{
    position: absolute;
    right: 3%;
    width: 20px;
    transition: 0.5s;
}

.position .out  .box-1 .form .box.all .img{
    transform: rotate(180deg);
}

.position .out  .box-1 .form .box .t-box{
    position: absolute;
    left: 0px;
    background: #FFF;
    width: 100%;
    box-shadow: 0px 0px 10px 1px #0000004c;
    top: 45px;
    z-index: 9999;
    display: none;
}

.position .out  .box-1 .form .box .t-box span{
    display: block;
    line-height: 2.5em;
    padding: 0px 24px 0px 11px;
    box-sizing: border-box;
}
.position .out  .box-1 .form .box .t-box span:hover{
    background: #1897f286;
    color: #FFF;
}

.position .out  .box-1 .form .txt-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 96px;

    position: absolute;
    top: 0px;
    width: 100%;
    display: none;
}
.position .out  .box-1 .form .txt-box.all{
    display: flex;
}

.position .out  .box-1 .form .txt-box .li{
    width: 18.298%;
   text-align: center;
}
.position .out  .box-1 .form .txt-box .li img{
    width: 100%;
    padding: 8px;
    object-fit: contain;
    box-sizing: border-box;
    height: 136px;
}

.position .out  .box-1 .form .buooT{
    width: 258px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    background: linear-gradient(0deg,#232526,#3b3e40);
    margin-top: 56px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}
.position .out  .box-1 .form .buooT a{
    color: #FFF;
}
.position_out-2{
    padding: 48px 0px;
    box-sizing: border-box;
}

.position_out-2{
    width: 540px;
    margin:  0 auto;
}

.position_out-2 h5{
    color: #3b3e40;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 0;
}

.position_out-2 .box{
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.position_out-2 .box label{
    color: #3b3e40;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
}
.position_out-2 .box  input{
    width: 100%;
    height: 40px;
    padding: 6px 11px;
    font-size: 16px;
    box-sizing: border-box;
    outline:none;
    border: 1px solid #999;
    border-radius: 3px;
}

.position_out-2 .box .BI{
    color: red;
    font-size: 12px;
    opacity: 0;
}
.position_out-2 .box.all .BI{
   opacity: 1;
}
.position_out-2 .box.all input{
    border: 1px solid red;
    box-sizing: border-box;
}

.position_out-2  .form .select{
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #9fa3a6 ;
   display: flex;
   align-items: center;
   padding: 6px 11px;
   cursor: pointer;
}
.position_out-2  .form .select.ds{
    border: 1px solid red;
}
.position_out-2  .form .txt_box .txyasd{
    color: red;
    font-size: 12px;
    position: absolute;
    bottom: -20px;
    left: -1px;
    display: none;
}

.position_out-2  .form .txt_box.ds .txyasd {
    display: block;
}
.position_out-2  .form .select b{
    opacity: 0.3;
    font-weight: 500;
    user-select: none;
}
.position_out-2  .form .box .txt_box{
    position: relative;
    display: flex;
    align-items: center;
}
.position_out-2  .form .box .txt_box img{
    position: absolute;
    right: 3%;
    width: 20px;
    transition: 0.6s;
}

.position_out-2  .form .box .txt_box.all img{
    transform: rotate(180deg);
} 

.position_out-2  .form .box .txt_box .t-box{
    position: absolute;
    left: 0px;
    top: 45px;
    background: #FFF;
    box-shadow: 0px 0px 10px 1px #0000004c;
    height: 160px;
    width: 100%;
    display: none;
}
.position_out-2  .form .box .txt_box .t-box.all{
    display: flex;
}
.position_out-2  .form .box .txt_box .t-box .T_i{
    width: 50%;
    overflow-y: scroll;
}

.position_out-2  .form .box .txt_box .t-box .T_i span{
    display: block;
    padding: 5px 12px;
    line-height: 22px;
    white-space: nowrap;
    cursor: pointer;
    font-size: 14px;
}

.position_out-2  .form .box .txt_box .t-box .T_i span:hover , .position_out-2  .form .box .txt_box .t-box .T_i span.all{
    background: #fafafa;
}

.position_out-2  .form .out-4 .box_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.position_out-2  .form .out-4 .box_box .box{
    width: 48%;
}

.position_out-2  .form .out-3 .select2{
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #9fa3a6 ;
   display: flex;
   align-items: center;
   padding: 6px 11px;
   cursor: pointer;
}
.position_out-2  .form .out-3 .box .txt_box .txt{
    position: absolute;
    width: 100%;
    left: 0px;
    top: 45px;
    background: #FFF;
    box-shadow: 0px 0px 10px 1px #0000006a;
    display: none;
}
.position_out-2  .form .out-3 .box .txt_box .txt span{
    display: block;
    line-height: 2em;
    cursor: pointer;
    padding: 0px 25px;
    box-sizing: border-box;
}
.position_out-2  .form .out-3 .box .txt_box .txt span:hover{
    background: #3096f083;
}
.position_out-2  .form .out-3 .box .txt_box img{
    position: absolute;
    right: 3%;
    width: 20px;
    transition: 0.6s;
    cursor: pointer;
}
.position_out-2  .form .out-5{
    display: flex;
    justify-content: space-between;
}
.position_out-2  .form .out-5 button{
    width: 48%;
    height: 48px;
    background-color: #fff;
    border: 0.0625rem solid #d4d7d9;
}
.position_out-2  .form .out-5 button a{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.position_out-2  .form .out-5 button:last-child{
    background-image: linear-gradient(0deg,#232526,#3b3e40);
    color: #FFF;
    
}

.position_out-2  .form .out-5 button:last-child a{
    color: #FFF;
}

textarea{
    outline: none;
    padding: 10px 11px;
    box-sizing: border-box;
}
.position_out-3 {

}

.position_out-3 .duo-box label{
    display: flex;

}
.position_out-3 .duo-box h6{
    color: #3b3e40;
    font-size: 18px;
    font-weight: 500;
    padding: 24px 0;
}
.position_out-3 .duo-box label input{
    width: 16px;
    height: 16px;
    margin-right: 10px;
}


.position_out-3  .form  .select2{
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #9fa3a6 ;
   display: flex;
   align-items: center;
   padding: 6px 11px;
   cursor: pointer;
}

.position_out-3  .form  .box .txt_box .txt{
    position: absolute;
    width: 100%;
    left: 0px;
    top: 45px;
    background: #FFF;
    box-shadow: 0px 0px 10px 1px #0000006a;
    display: none;
}
.position_out-3  .form  .box .txt_box .txt span{
    display: block;
    line-height: 2em;
    cursor: pointer;
    padding: 0px 25px;
    box-sizing: border-box;
}
.position_out-3  .form  .box .txt_box .txt span:hover{
    background: #3096f083;
}
.position_out-3  .form  .box .txt_box img{
    position: absolute;
    right: 3%;
    width: 20px;
    transition: 0.6s;
    cursor: pointer;
}

.position_out-2 .box.all .cc-input{
    border: 1px solid red;
    box-sizing: border-box;
}

.prohibit{
    cursor: no-drop !important;
    background: #b2afaf !important;
}
.position_out-3  .out-5{
    margin-top: 45px;
}


/* 新闻中心 */

#News_body .nav .out{
    margin-left: 0px;
    max-width: 1200px;
    margin: 0 auto;
}

.Tap-News{
    position: relative;
    width: 100%;
    height: 48px;
    background: #232526;
    padding: 0;
}
.Tap-News .out{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width:100%;
    max-width: 1200px;
    margin: 0 auto;

}
.Tap-News .out h5{
    color: #FFF;
    font-size: 20px;
}

.Tap-News .out .txt{
    display: flex;
    align-items: center;
    display: none;
}
.Tap-News .out .txt a{
    font-size: 14px;
    color: #FFF;
    margin-right: 10px;
}
.Tap-News .out .txt a.all , .Tap-News .out .txt a:hover{
    color: rgba(255,255,255,.45);
}

.News_out{
    margin-top: 48px;
}
.News_out .out{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.News_out .out .left{
    width: 64.167%;
}
.News_out .out .left .box{
    width: 100%;
}
.News_out .out .left .box .img{
    width: 100%;
    height: 462px;
    overflow: hidden;
}
.News_out .out .left .box img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.6s ease;
}

.News_out .out .left .box:hover img{
    transform: scale(1.1);
}

.News_out .out .left .box p{
    font-size: 24px;
    color: rgba(0,0,0,.85);
    letter-spacing: 1px;
    margin-top: 8px;
    margin-bottom: 12px;
}
.News_out .out .left .box p:hover{
    text-decoration: underline;
}

.News_out .out .left .box .tiem span{
    color: rgba(0,0,0,.45);
    font-size: 14px;
    line-height: 16px;
    margin-right: 8px;
    display: inline-block;

}
.News_out .out .left .box .tiem a{
    color: #fff;
    width: auto;
    background: #6a6d69;
    font-size: 12px;
    padding: 3px 5px;
    box-sizing: border-box;
}
.News_out .out .left .box .tiem a:hover{
    text-decoration: underline;
}



.News_out .out .left .T_out{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 48px;
}

.News_out .out .left .T_out .box{
    width: 48%;
    margin-bottom: 48px;
}
.News_out .out .left .T_out .box .img{
    height: 219px;

}


.News_out .out .left .T_out .box p{
    font-size: 18px;
    white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}



.News_out .out .right{
    width: 24%;
}

.News_out .out .right h5{
    font-size: 20px;
    letter-spacing: -.03em;
    color: rgba(0,0,0,.85);
    line-height: 24px;
    padding-bottom: 16px;
    text-transform: uppercase;
}

.News_out .out .right p{
    font-size: 16px;
    letter-spacing: -.02em;
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 16px;
}

.News_out .out .right .txt{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.News_out .out .right .txt input{
    width: 100%;
    letter-spacing: -.02em;
    line-height: 24px;
    color: rgba(0,0,0,.65);
    padding: 7px 35px;
    border: 1px solid #d9d9d9;
    outline: none!important;
    font-size: 16px;
    border-radius: 4px;
    touch-action: manipulation;
    font-weight: 400;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.News_out .out .right .txt input::placeholder{
    opacity: 0.6;
}

.News_out .out .right .txt .img{
    position: absolute;
    left: 10px;
    color: #bfbfbf;
    font-size: 16px;
    width: 20px;
}

.News_out .out .right .txt .img img{
    width: 100%;
}

.News_out .out .right button{
    width: 100%;
    margin-top: 16px;
    transition: all 300ms ease 0s;
    height: 40px;
    line-height: 22px;
    background: linear-gradient(#40a9ff,#1890ff);
    color: #fff;
    font-weight: 400;
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid transparent;
    outline: none;
    cursor: pointer;
}

.News_out .out .right .box{
    margin-top: 48px;
}

.News_out .out .right .box h6{
    font-size: 20px;
    color: rgba(0,0,0,.85);
    line-height: 24px;
    padding-bottom: 16px;
}

.News_out .out .right .box  a{
    display: flex;
    align-items: center;
}
.News_out .out .right .box  a img{
    /* width: 26px; */

    margin-right: 10px;
}
.News_out .out .right .box  a span:hover{
    text-decoration: underline;
}

.WeChat {
    position: relative;
}

.WeChat .erweima{
    position: absolute;
    top: 40px;
    left: 0px;
    width: 70%;
    padding: 6px;
    box-sizing: border-box;
    background: #FFF;
    box-shadow: 0px 0px 10px 1px #0000005e;
    display: none;
}
.WeChat .erweima img{
    width: 100% !important;
}

.News_out .out .left h1{
    font-size: 32px;
    color: rgba(0,0,0,.85);
    line-height: 1;
    margin-bottom: 48px;
    letter-spacing: -.03em;

    display: none;
}

.txt_list .title h5{
    margin-bottom: 16px;
    color: #000;
    line-height: 36px;
    font-size: 32px;
}

.txt_list .title a , .txt_list .title span{
    font-size: 16px;
    padding-right: 10px;
    color: rgba(0,0,0,.65);
}

.news_xian{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    width: 100%;
    margin-left: 0;
}

.news_xian::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,.06);
}


/* ----- */
.txt_list .txt h2{
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.txt_list .txt h6{
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
}
.txt_list .txt img{
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    margin: 15px auto;
}

.txt_list .txt  p{
    margin-bottom: 20px;
    color: #333;
    font-size: 15px;
    line-height: 1.5em;
    letter-spacing: 1px;
    text-indent: 2em;
}

.txt_list .txt h5{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.02em;
    color: rgba(0,0,0,.65);
    margin-bottom: 25px;
}


.rin_News .box_li{
    width: 100%;
    margin-bottom: 25px;
}
.rin_News .box_li .img{
    width: 100%;
    height: 174px;
    overflow: hidden;
}
.rin_News .box_li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.7s ease;
}

.rin_News .box_li:hover img{
    transform: scale(1.1);
}

.rin_News .box_li p{
    font-size: 24px;
    color: rgba(0,0,0,.85);
    letter-spacing: 1px;
    margin-top: 8px;
    padding-bottom: 0px !important;
    margin-bottom: 12px;
}
.rin_News .box_li p:hover{
    text-decoration: underline;
}

.rin_News .box_li .tiem span{
    color: rgba(0,0,0,.45);
    font-size: 14px;
    line-height: 16px;
    margin-right: 8px;
    display: inline-block;

}
.rin_News .box_li .tiem a{
    color: #fff;
    width: auto;
    background: #6a6d69;
    font-size: 12px;
    padding: 3px 5px;
    box-sizing: border-box;
}
.rin_News .box_li .tiem a:hover{
    text-decoration: underline;
}


/* 公司简介 */
.Introd_Box {
    margin: 60px auto;
}
.Introd_Box .out{
    width: 100%;
    max-width: 1200px;
    margin:  0 auto;
    display: flex;
    justify-content: space-between;
}

.Introd_Box .out .left{
    width: 16.666666666666664%;
}

.Introd_Box .out .left a{
    display: block;
    font-size: 14px;
    color: #707473;
    line-height: 20px;
    border-left: 2px solid transparent;
    padding-left: 20px;
    margin: 10px 0;
    position: relative;
}
.Introd_Box .out .left a::after{
    width: 1px ;
    height: 100%;
    background: #1890ff;
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
}
.Introd_Box .out .left a.all::after{
    display: block;
}

.Introd_Box .out .right{
    width: 83.33333333333334%;
}

.Introd_Box .out .right p{
    color: #707473;
    font-size: 14px;
    line-height: 1.6em;
}
.Introd_Box .out .right {
    position: relative;
}
.Introd_Box .out .right .box{
    display: none;
    overflow: hidden;
    margin: 8px 0 30px;
    position: absolute;
    top: 0px;
}
.Introd_Box .out .right .box:nth-child(1){
    display: block;
}
.Introd_Box .out .right .box.all{
    display: block;
}

/* 联系我们 */
.Message .ul_box{
    margin-top: 20px;
}
.Message .ul_box h5{
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: bold;
    color: #707473;
}
.Message ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    
}
.Message ul li{
    width: 49%;
    display: flex;
    margin-bottom: 15px;
}
.Message ul li span{
    width: 35%;
    display: block;
    font-size: 13px;
    color: #707473;
}

.Message ul li a{
    width: 65%;
    display: block;
    color: #3096f0;
    font-size: 13px;
}
.Message ul li.all a{
    color: #707473;
}

/* 招聘精英 */
.R_box{
    height: 320px;
    width: 100%;
    background-size: cover !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.R_box span{
    color: #fff;
    font-size: 64px;
    line-height: normal;
    letter-spacing: -.03em;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    
    text-align: center;
}

.Recruitment .out{
    width:100%;
    max-width: 1200px;
    margin: 0 auto;
}

.Recruitment .out h1{
    font-size: 48px;
    line-height: 56px;
    font-weight: 600;
    letter-spacing: -.03em;
    margin: 24px 0 0;
    padding: 24px 0;
    text-align: center;
}


.form_box{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 0px;
    width: 50%;
    box-sizing: border-box;
    margin: 0 auto;
}
.form_box .f_box{
    position: relative;
    width: 92%;
    display: flex;
    align-items: center;
}
.form_box input{
    width:100% ;
    height: 40px;
    padding: 6px 40px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #707473;
}
.form_box input::placeholder{
    color: #707473;
    font-size: 16px;
    opacity: 0.6;
}
.form_box  img{
    position: absolute;
}
.form_box label{
    display: flex;
    align-items: center;
}
.form_box .img_1{
    left: 2%;
    width: 20px;
    opacity: 0.6;
}
.form_box .img_2{
    right: 2%;
    width: 20px;
    opacity: 0.5;
    cursor: pointer;
    display: none;
}

.form_box button{
    width: 15%;
    height: 100%;
    border: none;
    color: #FFF;
    color: #fff;
    background: rgba(0,0,0,.85);
    padding: 0 16px!important;
    border-radius: 0 4px 4px 0!important;
    border: 0!important;
    height: 40px;
    cursor: pointer;
    font-size: 12px;
}

.Recruitment .out .xian{
    width: 100%;
    height: 1px;
    background: #0000000c;
    margin-bottom: 39px
}
.Recrui_out{
    display: flex;
    justify-content:space-between;
    margin-bottom: 60px;
}
.Recrui_out .left{
    width: 248px;
    min-height: 600px;
}

.Recrui_out .left>.titie{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.Recrui_out .left>.titie h5{
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -.03em;
    font-weight: 600;
}
.Recrui_out .left>.titie span{
    color: #0070d5;
    cursor: pointer;
    font-size: 16px;
    display: none;
}

.Recrui_out .left .ul_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 12px 0px;
    box-sizing: border-box;
    border-bottom: 1px solid #d4d7d9;
}

.Recrui_out .left .ul_title h5{
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: rgba(0,0,0,.85);
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.02em;
    font-weight: 600;
}

.Recrui_out .left .ul_title span {
    width: 12px;
    height: 12px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Recrui_out .left .ul_title span i{
    width: 2px;
    height: 12px;
    position: absolute;
    background-color: rgba(0,0,0,.85);
    transition: all 0.5s ease;
}

.Recrui_out .left .ul_title span i:nth-child(2){
    width: 12px;
    height: 2px;
    
}
.Recrui_out .left .ul_title.all i:nth-child(1){
    transform: rotate(90deg);
}
.Recrui_out .left ul{
    margin-top: 10px;
    display: none;
}
.Recrui_out .left ul .title{
    display: flex;
    align-items: center;
    width: 100%;
}

.Recrui_out .left ul .title .tit_img{
    width: 15px;
    transform: rotate(-90deg);
    cursor: pointer;
    transition: all 0.4s;
}
.Recrui_out .left ul .title .tit_img.all{
    transform: rotate(0deg);
}
.Recrui_out .left ul li{
    width: 100%;
}
.Recrui_out .left ul li .i{
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
    padding: 6px 0px;
    box-sizing: border-box;
}

.Recrui_out .left ul li .o_1{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    direction: ltr;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    border-collapse: separate;
    transition: all .3s;
    margin: 0px 6px;
    border-radius: 4px;
    box-sizing: border-box;
}

.Recrui_out .left ul li .o_2{
    color:#000000A6 ;
    font-size: 14px;
    transition: all .3s;
}

.Recrui_out .left ul li .i:hover  .o_1{
    border: 1px solid #3096f0;
}
.Recrui_out .left ul li .i:hover  .o_2{
    color: #3096f0;
}

.Recrui_out .left ul li .Prmin_box{
    padding-left: 15%;
    box-sizing: border-box;
    display: none;
}

.Recrui_out .left ul li .i .o_1 span{
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    left: 0px;
    background: #3096f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-weight: bold;
    display: none;
}
.Recrui_out .left ul li .i .o_1 span img{
    width: 100%;
    transform:scale( 0.7);
}
.Recrui_out .left ul li .i.al_1 .o_1 .dui{
    display: flex;
}
.Recrui_out .left ul li .i.al_1 .o_1 ,.Recrui_out .left ul li .i.al_3 .o_1{
    border: 1px solid #3096f0;
}

.Recrui_out .left ul li .i.al_3 .jian{
    display: flex;
}

.Recrui_out .left ul li.list_1 .tit_img{
    display: none;
}

.Recrui_out .right{
    width: 888px;
    position: relative;
    padding-bottom: 80px;
}

.Recrui_out .right h5{
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -.03em;
    font-weight: 600;
    margin-bottom: 24px;
}



.ResXinxi_Box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    -webkit-user-select: element;
    -ms-user-select: element;
    user-select: element;
    padding: 32px;
    background-color: rgba(0,0,0,.04);
    margin-top: 16px;
    box-sizing: border-box;
}

.ResXinxi_Box .titie{
    display: flex;
    align-items: center;
}
.ResXinxi_Box .titie h6{
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -.03em;
    font-weight: 600;
}
.ResXinxi_Box .titie .ionu{
    position: relative;
    top: -2px;
    padding: 0 4px;
    margin-left: 4px;
    border-radius: 4px;
    border: 1px solid #fa8c16;
    color: #fa8c16;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -.02em;
    font-weight: 400;
}
.ResXinxi_Box a{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.ResXinxi_Box .L_1{
    width: 672px;
}

.ResXinxi_Box .img{
    width: 100px;
    text-align: right;
    position: relative;
    /* z-index: 99999; */
}

.ResXinxi_Box .Te-1{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.02em;
    font-weight: 400;
    margin-top: 12px;
    color: rgba(0,0,0,.65);
}
.ResXinxi_Box  p{
    height: 45px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.02em;
    font-weight: 400;
    word-break: break-word;
    color: rgba(0,0,0,.45);
    margin-top: 7px;
    padding-top: 5px;
    overflow: hidden;
    overflow-y: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.TamChu{
    position: absolute;
    width: 255px;
    background: #FFF;
    box-shadow: 0px 0px 10px 1px #0000005d;
    margin-top: 15px;
    left: 50%;
    margin-left: -91.5px;
    transform: scale(0);
    opacity: 0;
    transition: all 0.6s ease;
    z-index: 9999;
}
.TamChu.all{
    transform: scale(1);
    opacity: 1;
}
.TamChu .txt{
    display: flex;
    flex-direction: column;
    justify-content: left;
    text-align: left;
    padding: 10px ;
    box-sizing: border-box;
}
.TamChu .txt span{
    color: #707473;
    font-size: 14px
}
.TamChu .txt .F_input{
    display: flex;
    align-items: center;

}

.TamChu .txt .F_input input{
    width: 70%;
    height: 30px;
    outline: none;
    padding: 0px 10px;
    box-sizing: border-box;
}
.TamChu .txt .F_input .button{
    width: 30%;
    height: 30px;
    color: #FFF;
    background: rgba(0,0,0,.85);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.TamChu img{
    width: 50%;
}

.ant-popover-arrow-content{
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -3px;
    display: block;
    width: 6px;
    height: 6px;
    margin: auto;
    background-color: #fff;
    content: "";
    pointer-events: auto;
    box-shadow: -2px -2px 5px rgba(0,0,0,.06);
    -webkit-transform: translateY(4.24264069px) rotate(45deg);
    transform: translateY(4.24264069px) rotate(45deg);
}


.bottonaniu {
    display: flex;
    justify-content: center;
    margin-top: 34px;
    align-items: center;

    position: absolute;
    bottom: 0px;
    width: 100%;
}

.bottonaniu a {
    display: block;
    text-align: center;
    border-radius: 2px;
    margin-right: 10px;
    color: #555555;
    font-size: 14px;
}
.bottonaniu a img{
    display: block;
    height: 16px;
}
.bottonaniu .a-3:hover {
    background: rgba(0,0,0,.04);
   
}
.bottonaniu .a-3.all{
    background: rgba(0,0,0,.04);
}
.bottonaniu .a-3 {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;

}


.Recruitment_list .out{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 64px;
}
.Recruitment_list .out .box_1 h5{
    word-break: break-all;
    color: rgba(0,0,0,.85);
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -.03em;
    font-weight: 600;
}
.Recruitment_list .out .box_1 span{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.02em;
    font-weight: 400;
    margin-top: 16px;
    color: rgba(0,0,0,.65);
    display: block;
}
.Recruitment_list .out .box_2 h6{
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -.03em;
    font-weight: 600;
    margin-top: 48px;
    color: rgba(0,0,0,.85);
}

.Recruitment_list .out .box_2 p{
    color: rgba(0,0,0,.65);
    margin-top: 16px;
    font-size: 16px;
    letter-spacing: -.02em;
    font-weight: 400;
    line-height: 2em;
}

.Recruitment_list .out .xian{
    margin: 48px 0;
    border-bottom: 1px solid rgba(0,0,0,.06);
}
.Recruitment_list .out .box_3{
    margin-bottom: 64px;
}
.Recruitment_list .out .box_3 .H6Tel{
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -.03em;
    font-weight: 600;
    margin-bottom: 32px;
}

.siduao{
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.siduao a{
    color: #3096f0;
    font-size: 16px;
}



.position_out-4{
    text-align: center;
    padding: 54px 0px;
}

.position_out-4 p{
    color: #333;
    font-size: 24px;
    margin-top: 20px;
}


.position_5 .title{
    text-align: left;
    color: #3b3e40;
    font-size: 18px;
    padding: 0 141px 48px;
    border-bottom: 1px solid #f0f1f2;
    box-sizing: border-box;
}

.position_out_5 .box h6{
    color: #3b3e40;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 15px;
}

.position_out_5 .box label{
    display: flex;
    align-items: center;
}
.position_out_5 .xuanze_box input{
    width: 14px;
    height: 14px;
    margin-right: 10px;

    
}

.Tishi{
    color: #707473;
    font-size: 12px;
    margin-top: 5px;
}

.position_out_5 form .out-5 button{
    margin: 0 auto ;
}

.Cer_title .box{
    margin-bottom: 10px;
}
.Cer_title h6{
    color: #3b3e40;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 0;
    margin-bottom: 20px;
}


.nav .out .Box-2{
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #FFF;
    height: 100%;
    display: none;
}
.nav .out .Box-2 .Box-2_out{
    width: 100%;
    max-width: 1300px;
    /* margin: 0 auto; */
    height: 100%;
    height: var(--navhei);
    margin-left: 21%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav .out .Box-2 .Box-2_out .logo img{
    width: 96px;
}

.nav .out .Box-2 .Box-2_out form{
    width: 60%;
    position: relative;
}
.nav .out .Box-2 .Box-2_out form button{
    position: absolute;
    left: 0px;
    height: 100%;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
}
.nav .out .Box-2 .Box-2_out form input{
    width: 70%;
    height: 32px;
    border: none;
    outline: none;
    padding: 0px 5%;
    box-sizing: border-box;
}

.nav .out .Box-2 .Box-2_out .Ttxt_box{
    position: absolute;
    top: 53px;
    background: #FFF;
    width: 100%;
    background-color: #fff;
    border-top: solid 1px #e7eef3;
    z-index: 1001;
    font-size: 16px;
    line-height: 16px;
    border-radius: 2px;
    padding: 16px 0;
}
.nav .out .Box-2 .Box-2_out .Ttxt_box h5{
    font-size: 12px;
    padding: 8px 0;
    margin: 0 40px;
    color: #919699;
}
.nav .out .Box-2 .Box-2_out .Ttxt_box a{
    width: 100%;
    display: block;

    padding: 8px 40px;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    color: #303233;
    box-sizing: border-box;
}
.nav .out .Box-2 .Box-2_out .Ttxt_box a:hover{
    background: #ebeff2;
}
.nav .out .Box-2 .Box-2_out .guanbi{
    width: 26px;
    cursor: pointer;
}


.Nes_Ceng{
    width: 100%;
    position: absolute;
    height: 100vh;
    background: #0000005f;
    z-index: 999;
    display: none;
}

.min_banenr {
    display: none;
}


.min_CLick{
    width: 22px;
    margin-left: 30px;
    display: none;
}
.min_CLick i{
    width: 100%;
    background: #000;
    height:2px;
    display: block;
    margin: 5px 0px;
    transition: all .4s ease;
}

.min_CLick.all i:nth-child(2){
    opacity:0;
}
.min_CLick.all i:nth-child(1){
    transform:translateY(9px) rotate(45deg);
}
.min_CLick.all i:nth-child(3){
    transform:translateY(-5px) rotate(-45deg);
}

.min_new_ul{
    position: absolute;
    background: #FFF;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    display: none;
    z-index: 9999;
}
.min_new_ul ul li a{
    transition: all .3s ease;
    padding-left: 0;
    padding-right: 32px;
    flex: 1;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0,0,0,.85);
    font-weight: 400;
    display: inline-block;
}
.min_new_ul ul li{
    padding: 16px 20px 16px 16px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.02em;
    display: flex;
    justify-content: space-between;
    position: relative;
    transition: all .3s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.min_new_ul ul li:hover {
    background: rgba(0,0,0,0.1);
}

.CadGal{
    /* width: 1920px; */
}


.pos_body_min{
    padding-top: 10.66667vw;
    margin-bottom: 6.4vw;
    color: #6c7073;
    font-size: 3.73333vw;
    line-height: 6.4vw;
    padding: 0px 3%;
    background: #FFF;
    display: none;
    padding-top: 48px;
    padding-bottom: 350px;
}


.Brand_list .out{

    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.Brand_list {
    padding: 120px 0px;
    padding-bottom: 0px;
    box-sizing: border-box;
    background: #f9f9f9;
    position: relative;
}
.Brand_list .out .box_1{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 100px;
    display: none;
}



.Brand_list .out .box_1.all{
    display: flex;
}

.Brand_list .out .left {
    width: 45%;
}
.Brand_list .out .left img{
    width: 100%;
}

.Brand_list .out .right{
    width:53%;
}
.Brand_list .out .right h5{
    font-size:41px;
    color: #343434;
}

.Brand_list .out .right .txt{
    margin: 30px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 66%;
}

.Brand_list .out .right .txt p{
    font-size: 16px;
    font-weight: 400;
    color: #343434;
    line-height: 40px;
}

.Brand_list .out .right .txt .span_box{
    display: flex;
}

.Brand_list .out .right .txt span {
    height: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #343434;
    display: flex;
    align-items: flex-end;
}

.Brand_list .out .right .txt span span{
    font-size: 22px;
    font-weight: 700;
}
.Brand_list .out .right .txt-2 h5{
    font-size: 18px;
    color: #333;
}
.Brand_list .out .right .txt-2 p{
    color: rgb(122, 122, 122);
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 1px;
}
.Brand_list .nianxing_box{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 179px;
    background: #fff;
    border-top: 1px solid #e8e8e8;
    position: sticky;
    width: 100%;
    bottom: 0;
    z-index: 3;
}
.Brand_list .nianxing_swiper{
    width: 80%;
    height: 100%;
}

.nianxing_box .swiper-wrapper{
    display: flex;

}

.nianxing_box .swiper-slide{
    width: 10%;
    border: 1px solid #00000036;
 
    border-radius: 10px;
    transform: scale(0.8);
    position: relative;
    box-shadow: 0px 0px 10px 1px #00000036;
}

.nianxing_box .swiper-slide::after{
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid #1890ff;
    transform: translate3d(-50%,0,0);
    display: none;
}
.nianxing_box .swiper-slide-thumb-active::after{
    display: block;
    
}
.nianxing_box .swiper-slide-thumb-active{
    border: 1px solid #1890ff;
}
.nianxing_box .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nianxing_box .swiper-button-next::after, .nianxing_box .swiper-button-prev::after{
    font-size: 26px;
    font-weight: 600;
    color: #00000046;
}

.nianxing_box .swiper-button-next{
    right:5%;
}
.nianxing_box .swiper-button-prev{
    left: 5%;
}



.position .out .box-1 .form .Images_out {
    position: relative;
    width: 100%;
    height: 277px;

   transform: translate(0 , 0);
}


@media (max-width:768px) {
    
        .TipsWindown .out{
        width: 100% !important;
        height: auto !important;
        padding: 15px 10px;
        box-sizing: border-box;
    }
    
    .CadGal-txt h5::after{
        margin-bottom: 10px;
        width: 34px;
        margin-top: 10px;
    }
    
    .box_4-xiu{
        margin-top: 0px !important;
        text-align: center !important;
        padding-bottom: 10px;
    }
    .box_4-xiu a{
        font-size: 12px !important;
    }
    
    .T_out-xiu .T-box2{
        display:flex !important;
    }
    .CadGal-txt h5{
        font-size: 16px;
    }
    
    .CadGal-txt p{
        font-size: 2vw;
        margin-bottom: 0px;
        letter-spacing: 0px;
    }
    

    .Certif_banner  img{
        height:290px;
    }

    .nav .out .Box-1 ul{
        margin-left: 20px;
    }

    .Certif_banner .txt{
        width: 100% !important;
    }

    .Certif_out{
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .Certif_out .out{
        padding: 40px 0px;
    }
    
    .Video_rotation .swiper-slide video{
        display: none;
    }
    .Video_rotation .swiper-slide img{
        display: block !important;
    }
    #Index .nav{
        position: relative;
    }
    
    .min_CLick{
        display: block;
    }
    .nav{
        --navhei: 50px;
        height: 50px;
    }
    
    .nav .out .Box-1 ul{
        display: none;
    }
    .nav .out{
        margin-left: 0px;
        padding: 0px 2%;
        box-sizing: border-box;
    }

    .nav .out .Box-1 .right .e-shop{
        margin-right: 0px;
    }
    
    .language{
        display: none;
    }

    .max_banner{
        display: none;
    }
    .min_banenr{
        display: block;
    }
    .min_banenr .Img{
        width: 100%;
        /* height: 576px; */
    }
    .min_banenr .Img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .min_banenr{
        width: 100%;
    }



    .min_banenr .swiper-slide .txt {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        display: flex;
        justify-content: center;
        height: 100%;
        pointer-events: none;
        text-align: center;
    }
    
    .min_banenr .swiper-slide .txt .txt-box {
        margin-top: 24%;
    }
    
    .min_banenr .swiper-slide .txt h5 {
        color: #111111;
        font-size: 30px;
        font-family: ctcc;
        font-weight: 500;
        letter-spacing: 5px;
        transform: translateY(-30px);
        opacity: 0;
        transition: opacity .6s linear, transform .6s cubic-bezier(.215, .61, .355, 1);
    }
    
    .min_banenr .swiper-slide .txt b {
        color: #111111;
        font-size: 16px;
        font-family: ctcc;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 5px;
        transform: translateY(-30px);
        opacity: 0;
        display: block;
        transition: opacity 0.6s linear 0.2s, transform 0.6s cubic-bezier(.215, .61, .355, 1) .2s;
    }
    
    .min_banenr .swiper-slide .txt .a-click {
        margin-top: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateY(-30px);
        opacity: 0;
        transition: opacity 0.6s linear 0.2s, transform 0.6s cubic-bezier(.215, .61, .355, 1) 0.2s;
    }
    
    .min_banenr .swiper-slide-active .txt h5,
    .min_banenr .swiper-slide-active .txt .a-click,
    .min_banenr .swiper-slide-active .txt b {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
    
    .min_banenr .swiper-slide .txt .a-click a {
        width: 80px;
        height: 30.4px;
        border: 1px solid #1d1d1d;
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #111111;
        font-size: 14px;
        margin-right: 28px;
        pointer-events: none;
    }
    
    .min_banenr .swiper-slide-active .txt .a-click a{
        pointer-events: auto;
    }
    
    .min_banenr .swiper-slide .txt .a-click a:last-child {
        margin-right: 0px;
    }

    .min_banenr  .swiper-pagination .swiper-pagination-bullet{
        opacity: 1;
        width: 16px;
        height: 2px;
        border-radius: 60px;
        margin: 11px 4px;
        position: relative;
        overflow: hidden;
        background-color: rgba(0,0,0,0.3);
    }
    
    .min_banenr  .swiper-pagination .swiper-pagination-bullet-active{
        background: #000;
    }

    .nav .out .Box-1 .right .e-shop .e-shop-list-box{
        margin-left: -77%;
    }

    .nav .out .Box-1 .right .sousuo{
        display: none;
    }

    .spectrum .out{
        flex-wrap: wrap;
        padding: 0px 0px;
        box-sizing: border-box;
        margin-top:0px;
    }
    .spectrum .out .box{
        width: 100%;
        margin-bottom: 10px;
    }

    .spectrum .out .box a{
        display: block;
    }
    .spectrum .out .box a img{
        width: 100%;
    }

    .spectrum .out .box .txt h5 {
        font-size: 30px;
        margin: 0px;
    }
    .spectrum .out .box .txt .t-1{
        font-size: 16px;
    }
    .spectrum .out .box .txt .t-2{
        font-size: 20px;
    }

    .Video_rotation{
        margin-top: 0px;
    }
    .Video_rotation .swiper-slide{
        width: 100%;
        height: 480px;
    }

    .clciksad{
        display: none;
    }

    .Video_rotation .Box-2 .txt span{
        font-size: 20px;
    }
    .Video_rotation .Box-2 .txt h5{
        font-size: 35px;
    }
    .Video_rotation .Box-2 .txt .a-click a{
        font-size: 14px;
    }
    .Story{
        margin-top: 30px;
    }
    .Story .out .title h5{
        font-size: 20px;
    }
    .Story .out .title span{
        font-size: 16px;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .Story .out .box{
        flex-wrap: wrap;
    }
    .Story .out .box a{
        width: 100%;
    }

    .Story .out .box a .txt h5{
        font-size: 20px;
    }

    .Story .out .box a .txt b{
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        margin:  0 auto;
    }

    .brand{
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .brand .title{
        font-size: 20px;
        margin-bottom: 20px;
    }

    .brand .out{
        flex-wrap: wrap;
    }
    .brand .out .box{
        width: 100%;
        margin-bottom: 10px;
    }
    .brand .out .box a>img{
        display: block;
    }

    .brand .out .box .txt{
        margin-top: 33%;
    }


    .footer .out .box-1 .let{
        flex-wrap: wrap;
        width: 100%;
    }

    .footer .out .box-1{
        flex-wrap:wrap;
    }

    .footer .out .box-1 .let ul {
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
    }

    .footer .out .box-1 .let ul a{
        position: relative;
        display: block;
        width: 100%;
        font-size: 12px;
        line-height: 20px;
        padding: 10px 20px;
        color: #ebeff2;
        -webkit-tap-highlight-color: transparent;
        border-top: 1px solid rgba(255,255,255,.3);
        box-sizing: border-box;
    }

    .footer .out .box-1 .let .logo{
        margin-bottom: 6px;
    }

    .footer .out .box-2{
        display: none;
    }
    .footer .out .box-3 a:nth-child(3){
        display: none;
    }
    .footer .out .box-1 .let ul li{
        width: 100%;
    }
    
    .footer .out .box-1 .rig{
        margin-top: 20px;
        display: none;
    }

    .footer .out .xian{
        margin-top: 0px;
    }
    .footer .out .box-1 .rig a img{
        height: 26px;
    }

    .footer .out .box-1 .rig .popup{
        display: none !important;
    }
    .footer .out .box-2 span{
        font-size: 13px;
    }
    .footer .out .box-2 .img-box .txt{
        font-size: 12px;
    }
    .footer{
        padding: 5% 3%;
        padding-bottom: 0px;
    }
    .footer .out .box-3{
        flex-direction: column;
        margin-top: 10px;
    }

    .footer .out .box-3 a{
        font-size: 12px;
        margin-bottom: 10px;
    }


    .Brand .out .box{
        width: 100%;
    }

    .Brand .out .box .txt h5{
        font-size: 16px;
    }
    .Brand .out .box .txt span{
        font-size: 12px;
    }
    .Brand .out .box .txt h6{
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .Brand .out .box .txt p{
        font-size: 12px;
    }

    .Brand .out .box .txt{
        width: 90%;
    }

    .Brand .out .box .txt .T-box{
        margin-top: 10px;
        width: 20px;
        height: 20px;
        font-size: 12px;
    }

    .Brand .out .box .txt .T-box{
        display: none;
    }

    .banner_out .txt h5 {
        font-size: 30px;
    }

    .banner_out .txt b{
        font-size: 8px;
    }
    
    .Brand-1 .out{
        padding: 0px 2%;
        justify-content: space-between;
        margin-top: 20px;
    }

    .Brand-1 .out .box{
        width: 48%;
        margin-right: 0px;
    }


    .Introd_Box .out{
        flex-direction: column;
    }
    .Introd_Box .out .left{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 0px 2%;
        box-sizing: border-box;
    }

    .Introd_Box .out .left a::after {
        display: none !important;
    }
    .Introd_Box .out .left a {
        width: 20%;
        display:flex;
        justify-content: center;
        align-items: center;
        border-left: 0px solid transparent;
        padding-left: 0px;
        position: relative;
    }

    .Introd_Box .out .left a.all{
        color: #3096f0;
    }

    .Introd_Box{
        margin: 30px 0px;
    }

    .Introd_Box .out .right{
        padding: 0px 4%;
        box-sizing: border-box;
        width: 100%;
    }

    .Message ul li{
        width: 100%;
    }

    .Recrui_out .left{
        display: none;
    }
    .Recrui_out .right{
        width: 100%;
    }

    .ResXinxi_Box{
        box-sizing: border-box;
    }

    .Recruitment .out h1{
        font-size: 20px;
        padding: 0px;
    }
    .form_box{
        width: 80%;
        padding: 20px 0px;
    }

    .form_box button{
        width: 26%;
    }

    .R_box span{
        font-size:20px;
    }
    .R_box{
        height: 200px;
    }

    .Tap-News .out{
        padding: 0px 2%;
        box-sizing: border-box;
    }

    .Recruitment_list .out{
        margin-top: 30px;
        padding: 0px 2%;
        box-sizing: border-box;
    }

    .Recruitment_list .out .box_1 h5{
        font-size: 26px;
    }
    .Recruitment_list .out .box_1 span{
        font-size: 14px;
    }

    .News_out .out .right{
        display: none;
    }

    .News_out .out{
        padding: 0px 2%;
        box-sizing: border-box;
    }
    .News_out .out .left{
        width: 100%;
    }

    .News_out .out .left .box .img{
        height: 190px;
    }
    .News_out .out .left .box p{
        font-size: 16px;
    }

    .News_out .out .left .T_out .box .img{
        height: 120px;
    }

    .News_out .out .left .T_out .box p{
        font-size: 12px;
    }

    .News_out .out .left .box .tiem span{
        font-size: 12px;
    }

    .txt_list .title h5{
        font-size: 26px;
    }

    .txt_list .txt h2{
        font-size: 20px;
    }



    .banner_out img{
        /*height: 320px;*/
    }
    .Certif_banner .txt{
        padding: 0px 2%;
        box-sizing: border-box;
    }
    .Certif_banner .txt h6{
        font-size: 20px;
    }

    .Certif_banner .txt span{
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .Certif_banner .txt p{
        width: 100%;
        font-size: 12px;
        line-height: 1.3em;
        letter-spacing: 1px;
    }
    .Certif_banner .txt a{
        width: 160px;
        height: 40px;
        font-size: 12px;
    }

    .Certif_out .out ul{
        flex-direction: column;
    }

    .Certif_out .out ul li{
        width: 100%;
        margin-bottom: 30px;
    }

    .Certif_out .out ul li img{
        float: left;
        width: 30%;
    }
    .Certif_out .out ul li p{
        width: 100%;
        padding-left: 35%;
        box-sizing: border-box;
        text-align: left;

        font-size: 12px;
    font-weight: 500;
    margin-top: 12px;
    }
    .Certif_out .out::after{
        width: 1px;
        height: 57%;
        margin-top: -45%;
        margin-left: -104.5px;

        display: none;
    }


    .Certif_Nav .out .Box-1 ul{
        width: auto;
        display: flex !important;
    }

    .Certif_Nav .out .Box-1 .left .logo a{
        font-size: 16px;
    }

    .Certif_Nav .out .Box-1 ul li a{
        font-size: 14px;
        margin: 0px 5px;
    }
    .Certif_Nav{
        border-bottom: 1px solid rgba(0,0,0,.2);
    }

    .tap_Cer{
        display: none;
    }
    .position{
        padding: 0px;
    }
    .position .out{
        border-radius: 0px;
    }

    .Cer_body .position .out{
        display: none;
    }

    .pos_body_min{
        display: block;
    }


    .position_5 .title{
        padding: 0 2% 20px;
        font-size: 14px;
    }

    .position .out{
        padding: 0px 2%;
        box-sizing: border-box;
        margin-top: 30px;
        border-radius: 0px;
    }

    .position_out-2{
        width: 100%;
    }

    .Brand_list .out .box_1.all{
        display: block;
    }

    .Brand_list .out .left{
        width: 100%;
    }
    .Brand_list{
        padding-top: 50px;
    }
    .Brand_list .out .left{
        margin-bottom: 20px;
    }
    .Brand_list .out .left img{
        height: 200px;
        object-fit: contain;
    }

    .Brand_list .out .right{
        width: 100%;
        padding: 0px 3%;
        box-sizing: border-box;
    }

    .Brand_list .out .right h5{
        font-size: 26px;
    }
    .Brand_list .out .right .txt{
        width: 100%;
    }

    .Brand_list .out .box_1{
        padding-bottom: 50px;
    }

    .nianxing_box .swiper-slide{
        width: 48%;
    }

    .nianxing_box .swiper-button-prev{
        left: 1%;
    }
    .nianxing_box .swiper-button-next{
        right: 1%;
    }
    
    .banner_out .txt{
        width: 48%;
    }
    
}




@media (min-width:768px) and (max-width:992px) {

    .min_CLick{
        display: block;
    }

    .nav .out .Box-1 ul{
        display: none;
    }
    .nav .out{
        margin-left: 0px;
        padding: 0px 2%;
        box-sizing: border-box;
    }

    .nav .out .Box-1 .right .e-shop{
        margin-right: 0px;
    }
    
    .language{
        display: none;
    }

    .nav .out .Box-1 .right .sousuo{
        display: none;
    }

    .banner .swiper-slide .txt h5{
        font-size: 40px;
    }

    .banner .swiper-slide .txt b{
        font-size: 24px;
    }
    .banner .swiper-slide .txt .a-click{
        margin-top: 20px;
    }
    .banner .swiper-slide .txt .a-click a{
        width: 80px;
        height: 30px;
        font-size: 14px;
    }

    .banner .swiper-slide .Img img{
        height: 480px;
        object-fit: cover;
    }
    .banner .out .banner-swiper2::before{
        margin-right: 20px;
    }

    .spectrum .out{
        padding: 0px 2%;
    }

    .spectrum .out .box img{
        width: 100%;
    }

    .spectrum .out .box .txt h5{
        font-size: 26px;
    }
    .spectrum .out .box .txt h5{
        font-size: 16px;
    }
    .spectrum .out .box .txt .t-2{
        font-size: 20px;
    }
    
    .Video_rotation .Box-2 .txt span{
        font-size: 20px;
    }

    .Video_rotation .Box-2 .txt{
        padding-top: 4%;
    }
    .Video_rotation .Box-2 .txt h5{
        font-size: 30px;
    }
    .Video_rotation .Box-2 .txt .a-click a{
        font-size: 16px;
    }
    .clciksad{
        margin-top: -5px;
    }

    .Story{
        margin-top: 50px;
    }

    .brand{
        margin-top: 70px;
    }

    .footer{
        padding: 3.311% 3% 3.101% 3%;
    }

    .footer .out .box-1 .let ul a{
        font-size: 16px;

    }

    .footer .out .box-3{
        flex-direction: column;
        width: 70%;
        text-align: center;
        margin:  0 auto;
        margin-top: 20px;
    }
    .footer .out .box-3 a{
        margin-top: 15px;
    }

    .Brand .out .box{
        width: 100%;
    }
    .Brand .out .box .txt h5{
        font-size: 30px;
    }
    .Brand .out .box .txt span{
        font-size: 16px;
    }
    .Brand .out .box .txt h6{
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .Brand .out .box .txt .T-box{
        margin-top: 30px;
    }

    .footer .out .box-1 .let ul li{
        margin-right: 15px;
    }

    .Brand-1 .out{
        padding: 0px 2%;

    }

    .Brand-1 .out .box{
        width: 32%;
    }

    .banner_out .txt h5{
        font-size: 50px;
    }
    .banner_out .txt b{
        font-size: 15px;
    }


    .Recrui_out .left{
        display: none;
    }
    .Recrui_out .right{
        width: 100%;
    }

    .ResXinxi_Box{
        box-sizing: border-box;
    }

    .Recruitment .out h1{
        font-size: 30px;
        padding: 0px;
    }
    .form_box{
        width: 80%;
        padding: 20px 0px;
    }

    .form_box button{
        width: 26%;
    }

    .R_box span{
        font-size:35px;
    }
    .R_box{
        height: 200px;
    }

    .Tap-News .out , .Recruitment_list .out ,.News_out .out{
        padding: 0px 2%;
        box-sizing: border-box;
    }

    .News_out .out .right{
        display: none;
    }
    .News_out .out .left{
        width: 100%;
    }


    .banner_out img{
        height: 320px;
    }
    .Certif_banner .txt{
        padding: 0px 2%;
        box-sizing: border-box;
    }
    .Certif_banner .txt h6{
        font-size: 20px;
    }

    .Certif_banner .txt span{
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .Certif_banner .txt p{
        width: 100%;
        font-size: 12px;
        line-height: 1.3em;
        letter-spacing: 1px;
    }
    .Certif_banner .txt a{
        width: 160px;
        height: 40px;
        font-size: 12px;
    }

    .Certif_Nav .out .Box-1 ul{
        display: flex !important;
    }

    .nianxing_box .swiper-slide{
        width: 24%;
    }
}


@media (min-width:992px) and (max-width:1200px) {
    .nav .out{
        margin-left: 0px ;
        padding: 0px 2%;
        box-sizing: border-box;
    }

    .nav .out .Box-1 .right .e-shop{
        margin-right: 20px;
    }

    .spectrum .out{
        padding: 0px 2%;
    }

    .spectrum .out .box img{
        width: 100%;
    }

    .nav .out .Box-2 .Box-2_out{
        margin-left: 0px ;
        padding: 0px 2%;
        box-sizing: border-box;
    }

    .banner .swiper-slide .txt h5{
        font-size: 40px;
    }

    .banner .swiper-slide .txt b{
        font-size: 30px;
    }

    .banner .swiper-slide .Img img{
        height: 620px;
        object-fit: cover;
    }

    .Video_rotation .Box-2 .txt{
        padding-top: 5%;
    }

    .spectrum .out .box .txt h5{
        font-size: 30px;
    }

    .spectrum .out .box .txt .t-1{
        font-size: 16px;
    }
    .spectrum .out .box .txt .t-2{
        font-size: 20px;
    }
    .Video_rotation .Box-2 .txt span{
        font-size: 20px;
    }
    .Video_rotation .Box-2 .txt h5{
        font-size: 35px;
    }

    .Video_rotation .Box-2 .txt .a-click a{
        font-size: 16px;
    }

    .Story{
        margin-top: 60px;
    }
    .brand{
        margin-top: 70px;
    }

    .footer{
        padding: 3.311% 3% 3.101% 3%;
    }

    .footer .out .box-3{
        flex-direction: column;
        width: 70%;
        text-align: center;
        margin:  0 auto;
        margin-top: 20px;
    }
    .footer .out .box-3 a{
        margin-top: 15px;
    }

    .Brand .out .box .txt h5{
        font-size: 30px;
    }
    .Brand .out .box .txt span{
        font-size: 16px;
    }

    .Brand .out .box .txt h6{
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .Brand .out .box .txt p {
        font-size: 12px;
    }

    .Brand .out .box .txt .T-box{
        display: none;
    }

    .Brand .out .box .txt{
        width: 77%
    }

    .Brand-1 .out{
        padding: 0px 2%;

    }



    .banner_out .txt h5{
        font-size: 70px;
    }
    .banner_out .txt b{
        font-size: 24px;
    }

    .Recrui_out .right{
        width: 70%;
    }
    .ResXinxi_Box{
        box-sizing: border-box;
    }
    .Recrui_out , .Tap-News .out , .Recruitment_list .out , .News_out .out{
        padding: 0px 2%;
        box-sizing: border-box;
    }


    .banner_out img{
        height: 320px;
    }
    .Certif_banner .txt{
        padding: 0px 2%;
        box-sizing: border-box;
    }
    .Certif_banner .txt h6{
        font-size: 20px;
    }

    .Certif_banner .txt span{
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .Certif_banner .txt p{
        width: 100%;
        font-size: 12px;
        line-height: 1.3em;
        letter-spacing: 1px;
    }
    .Certif_banner .txt a{
        width: 150px;
        height: 30px;
        font-size: 14px;
    }

    .nianxing_box .swiper-slide{
        width: 18%;
    }
}


@media (min-width:1200px) and (max-width:1400px) {
    .nav .out , .nav .out .Box-2 .Box-2_out{
        margin-left: 0px;
        padding: 0px 2%;
        box-sizing: border-box;
    }

    .banner .swiper-slide .Img img{
        height: 720px;
        object-fit: cover;
    }

    .banner .swiper-slide .txt h5{
        font-size: 50px;
    }

    .banner .swiper-slide .txt b{
        font-size: 30px;
    }

    .spectrum .out .box img{
        width: 100%;
    }

    .footer{
        padding: 4% 5%;
    }

    .footer .out .box-3 a{
        font-size: 13px;
    }


    .Brand .out .box .txt h5{
        font-size: 30px;
    }
    .Brand .out .box .txt span{
        font-size: 16px;
    }

    .Brand .out .box .txt h6{
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .Brand .out .box .txt p {
        font-size: 16px;
    }

    .Brand .out .box .txt .T-box{
        display: none;
    }

    .Brand .out .box .txt{
        width: 77%
    }

    .Brand-1 .out{
        padding: 0px 2%;

    }


    .banner_out .txt h5{
        font-size: 80px;
    }
    .banner_out .txt b{
        font-size: 24px;
    }

    .Recrui_out .right{
        width: 70%;
    }
    .ResXinxi_Box{
        box-sizing: border-box;
    }
    .Recrui_out , .Tap-News .out{
        padding: 0px 2%;
        box-sizing: border-box;
    }

    .nianxing_box .swiper-slide{
        width: 15%;
    }
}

@media (min-width:1400px) and (max-width:1800px) {
    .nav .out , .nav .out .Box-2 .Box-2_out{
        margin-left: 0px;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .banner .swiper-slide .Img img{
        height: 800px;
        object-fit: cover;
    }

    .banner .swiper-slide .txt h5{
        font-size: 70px;
    }
    .banner .swiper-slide .txt b{
        font-size: 40px;
    }

    .spectrum .out .box img{
        width: 100%;
    }

    .footer{
        padding: 3.311% 5% 3.101% 5%;
    }

    .footer .out .box-3 a{
        font-size: 15px;
    }


    .Brand .out .box .txt h5{
        font-size: 30px;
    }
    .Brand .out .box .txt span{
        font-size: 16px;
    }

    .Brand .out .box .txt h6{
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .Brand .out .box .txt p {
        font-size: 16px;
    }

    .Brand .out .box .txt .T-box{
  
    }

    .Brand .out .box .txt{
        width: 77%
    }

    .banner_out .txt h5{
        font-size: 80px;
    }

    .banner_out .txt b{
        font-size: 30px;
    }

    .nianxing_box .swiper-slide{
        width: 12%;
    }
}