* {
    margin: 0;
    padding: 0;
}

body {
    font: 14px/1.8 "Microsoft YaHei", "微软雅黑";
    position: relative;
    color: #fff;
    background-color: #0A0E14;
}

a {
    text-decoration: none;
    color: #FFFFFF;
}

ul {
    list-style: none;
}

input,
textarea {
    border: none;
    outline: none;
}

.nav {
    width: 100%;
    background: #181818;
    position: fixed;
    top: 0;
    z-index: 9999;
}

.head {
    width: 1200px;
    height: 64px;
    margin: 0 auto;

    background: #181818;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

img {
    width: 100%;
    height: 100%;
}

.head_logo {
    width: 144px;
    height: 52px;
}

.nav_text {
    display: flex;
}


.nav_text>li {
    margin-right: 50px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.nav_text>li>a:hover {
    color: #FFDAA9;
}

.nav_text>a>div {
    height: 40px;
    width: 140px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #FFEECC 0%, #E0BC89 100%);
    border-radius: 10px 10px 10px 10px;
    color: #2C1A03;
    margin-right: 0px;

}

.nav_text>a>div>img {
    width: 18px;
    height: 18px;
    margin-right: 9px;
}

.huanqiu_introduce {
    width: 100%;
    height: 750px;
}

.huanqiu_introduce {
    width: 1200px;
    height: 750px;
    margin: 0 auto;
    /*background: url('../image/home.png') no-repeat;*/
    background-size: 1200px 750px;
    color: #fff;
    box-sizing: border-box;
    /* padding-left: 324px; */
    overflow: hidden;
}
#video{
    width: 100%;
    position: absolute;
    left: 0;
    top: -11%;
    z-index: -1;
    transform: scale(0.65);
}

.huanqiu_introduce>.huanqiu_name {
    font-weight: 800;
    font-size: 70px;
    color: #FFFFFF;
    line-height: 82px;
    margin-top: 165px;
}

.huanqiu_introduce>.huanqiu_name_en {
    font-family: AaTEST (Non-Commercial Use), AaTEST (Non-Commercial Use);
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 23px;
    letter-spacing: 10px;

}

.huanqiu_introduce>.huanqiu_text {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 36px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 42px;
    margin-top: 62px;
}

.contact_us {
    width: 287px;
    height: 52px;
    background: linear-gradient(90deg, #F1D4AF 0%, #E9C99E 100%);
    border-radius: 10px 10px 10px 10px;
    margin-top: 39px;
    font-weight: bold;
    font-size: 18px;
    color: #2C1A03;
    cursor: pointer
}

.main {
    width: 100%;
    /*height: 6634px;*/
    /*background: url('../image/margin_background.png') no-repeat;*/
    background-size: 100% 100%;
}

.main>.main_box {
    width: 1200px;
    /* height: 100%; */
    margin: 0 auto;
}

.main>.main_box>.advantages {
    width: 100%;
    /*height: 999px;*/
    background: url('../image/advantages.png') no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.advantages_title {
    width: 100%;
    height: 53px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 40px;
    color: #FFDAA9;
    line-height: 47px;
    text-align: center;
    margin-top: 101px;

}

.advantages_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 64px;
}

.advantages_box>.item {
    width: 384px;
    height: 279px;
    box-sizing: border-box;
    padding: 0px 41px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;

}

.advantages_box>.item:hover {
    animation: myfirst 1s;
    -webkit-animation: myfirst 1s;
    /* Safari and Chrome */
    box-shadow: 0px 0px 80px 0px #000000;
    transform: scale(1.05)
}

@keyframes myfirst {
    from {
        box-shadow: 0px 0px 0px 0px #000000;
        transform: scale(1)
    }

    to {
        box-shadow: 0px 0px 8px 0px #000000;
        transform: scale(1.05)
    }
}

@-webkit-keyframes myfirst

/* Safari and Chrome */
    {
    from {
        box-shadow: 0px 0px 0px 0px #000000;
        transform: scale(1)
    }

    to {
        box-shadow: 0px 0px 8px 0px #000000;
        transform: scale(1.05)
    }
}

.advantages_box>.item:nth-child(1) {
    background: url('../image/advantagesBack_one.png') no-repeat;
    background-size: 100% 100%;
}

.advantages_box>.item:nth-child(2) {
    background: url('../image/advantagesBack_two.png') no-repeat;
    background-size: 100% 100%;

}

.advantages_box>.item:nth-child(3) {
    background: url('../image/advantagesBack_one.png') no-repeat;
    background-size: 100% 100%;

}

.advantages_box>.item:nth-child(4) {
    background: url('../image/advantagesBack_two.png') no-repeat;
    background-size: 100% 100%;

}

.advantages_box>.item:nth-child(5) {
    background: url('../image/advantagesBack_one.png') no-repeat;
    background-size: 100% 100%;

}

.advantages_box>.item:nth-child(6) {
    background: url('../image/advantagesBack_two.png') no-repeat;
    background-size: 100% 100%;

}

.advantages_box>.item>div>img {
    width: 126px;
    height: 126px;
}


.data_num {
    width: 100%;
    height: 227px;
    background: url('../image/dataImg.png') no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
}

.data_num>.title {
    width: 8px;
    height: 94px;
    background: #1E1101;
    border-radius: 0px 0px 0px 0px;
}

.data_num>div:nth-child(2) {
    margin-left: 193px;
}

.data_num>div:nth-child(3) {
    margin-left: 182px;
}

.data_num>div:nth-child(4) {
    margin-left: 182px;
}

.data_num>div:nth-child(5) {
    margin-left: 182px;
}

.data_num>div>.num {
    height: 53px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 40px;
    color: #1E1101;
    line-height: 47px;

}

.data_num>div>.text {
    height: 21px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #1E1101;
    line-height: 19px;
}


.text-fade-in_one {
    opacity: 1;
    transform: translateY(0px);
    animation: fadeInOne 1.4s ease-in-out;

}

.product {
    width: 100%;
    height: 1159px;
    background: url('../image/product.png') no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.product>.product_title {
    width: 100%;
    height: 53px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 40px;
    color: #FFDAA9;
    line-height: 47px;
    text-align: center;
    margin-top: 101px;
}

.product>.product_name {
    width: 100%;
    height: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
    margin-top: 20px;

}

.product>.product_box {
    display: flex;
    justify-content: space-between;
    margin-top: 62px;
    align-items: center;
}

.product>.product_box>.box {
    width: 180px;
    height: 52px;
    background: #292A2F;
    border-radius: 8px 8px 8px 8px;
    text-align: center;
    line-height: 52px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer
}

.product>.product_box>.box:hover {
    animation: myfirstT .8s;
    -webkit-animation: myfirstT .8s;
    /* Safari and Chrome */
    width: 220px;
    height: 66px;
    background: linear-gradient(90deg, #3D3E43 0%, #3D3E43 100%);
    border-radius: 8px 8px 8px 8px;
    line-height: 66px;
}

.product>.navBar {

    margin-left: 25px;
    margin-top: 62px;
    margin-bottom: 40px;
    overflow-x: auto;
    white-space: nowrap;
}

.product>.navBar::-webkit-scrollbar {
    display: none;

}

.product>.navBar>li {
    display: inline-table;
    width: 180px;
    height: 52px;
    background: #292A2F;
    border-radius: 8px 8px 8px 8px;
    text-align: center;
    line-height: 52px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer
}

.product>.navBar>li:hover {
    background: linear-gradient(90deg, #FFEECC 0%, #E0BC89 100%);

}

@keyframes myfirstT {
    from {
        width: 180px;
        height: 52px;
        background: #292A2F;
        border-radius: 8px 8px 8px 8px;
    }

    to {
        width: 220px;
        height: 66px;
        background: linear-gradient(90deg, #3D3E43 0%, #3D3E43 100%);
        border-radius: 8px 8px 8px 8px;
        line-height: 66px;

    }
}

@-webkit-keyframes myfirstT

/* Safari and Chrome */
    {
    from {
        width: 180px;
        height: 52px;
        background: #292A2F;
        border-radius: 8px 8px 8px 8px;
    }

    to {
        width: 220px;
        height: 66px;
        background: linear-gradient(90deg, #FFEECC 0%, #E0BC89 100%);
        border-radius: 8px 8px 8px 8px;
        line-height: 66px;

    }
}

.product>.product_content {
    display: flex;
    width: 100%;
    overflow: hidden;

}



.support {
    width: 100%;
    height: 1536px;
    background: url('../image/support.png') no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.support>.support_title {
    width: 100%;
    height: 53px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 40px;
    color: #1B1711;
    line-height: 47px;
    text-align: center;
    margin-top: 100px;
}

.support>.support_name {
    width: 100%;
    height: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    text-align: center;
    margin-top: 20px;
}

.support>.support_box {
    margin-top: 69px;
    display: flex;
    justify-content: space-between;
}

.support>.twp {
    margin-top: 165px;

}

.support>.support_box>.box {
    margin-top: 78px;
    box-sizing: border-box;
    padding: 0px 40px;
    width: 380px;
    height: 324px;
    background: #FFFFFF;
    box-shadow: 0px 4px 34px 0px rgba(51, 34, 12, 0.16);
    border-radius: 8px 8px 8px 8px;
    border: 1px solid;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-image: linear-gradient(180deg, rgba(248, 203, 135, 1), rgba(248, 203, 135, 0)) 1 1;
}

.support>.support_box>.box>img {
    width: 257px;
    height: 257px;
    margin-top: -155px;
    transition: All 0.4s ease-in-out;

    -webkit-transition: All 0.4s ease-in-out;

    -moz-transition: All 0.4s ease-in-out;

    -o-transition: All 0.4s ease-in-out;
}

.support>.support_box>.box:hover img {
    transform: translate(0, -20px);

    -webkit-transform: translate(0, -20px);

    -moz-transform: translate(0, -20px);

    -o-transform: translate(0, -20px);

    -ms-transform: translate(0, -20px);
}


.support>.support_box>.box>div:nth-child(2) {
    width: 100%;
    height: 32px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    color: #AD834B;
    line-height: 28px;
    text-align: center;
    margin-top: 41px;
}

.support>.support_box>.box>div:nth-child(3) {
    width: 100%;
    height: 48px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 300;
    font-size: 16px;
    color: #373737;
    line-height: 24px;
    /* text-align: center; */
    margin-top: 24px;


}

.support>.support_box_two>.box>img {
    margin-top: -220px;
}

.support>.support_box>.box>div:nth-child(2) {
    margin-top: 24px;
}

.support>.support_box>.box>div:nth-child(3) {
    margin-top: 24px;
}

.cooperate {
    width: 100%;
    height: 664px;
    background: url('../image/cooperate_back.png') no-repeat;
    background-size: 100% 100%;
    overflow: hidden;

}

.cooperate>.cooperate_title {
    width: 100%;
    height: 53px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 40px;
    color: #FFDAA9;
    line-height: 47px;
    text-align: center;
    margin-top: 100px;
}

.cooperate>.cooperate_name {
    width: 100%;
    height: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
    margin-top: 20px;
}

.cooperate>.cooperate_box {
    display: flex;
    justify-content: space-between;
    margin-top: 54px;
    align-items: center;
}

.cooperate>.cooperate_box>.box:hover {
    box-shadow: .104rem .208rem .833rem rgba(0, 0, 0, .16);
    transform: scale3d(1.01, 1.01, 1.01);
}

.cooperate>.cooperate_box>.box:nth-child(1) {
    /*background: url('../image/cooperate1.png') no-repeat;*/
    /*width: 262px;*/
    /*height: 313px;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/

}

.cooperate>.cooperate_box>.box:nth-child(1) {
    background: url('../image/cooperate2.png') no-repeat;
    /*width: 172px;*/
    height: 313px;
}

.cooperate>.cooperate_box>.box:nth-child(2) {
    background: url('../image/cooperate3.png') no-repeat;
    /*width: 172px;*/
    height: 313px;
}

.cooperate>.cooperate_box>.box:nth-child(3) {
    background: url('../image/cooperate4.png') no-repeat;
    /*width: 172px;*/
    height: 313px;
}

.cooperate>.cooperate_box>.box:nth-child(4) {
    background: url('../image/cooperate5.png') no-repeat;
    /*width: 172px;*/
    height: 313px;
}
.cooperate>.cooperate_box>.box {
    background-position: center !important;
    flex:1;
}
.cooperate>.cooperate_box>.box:nth-child(5) {
    background: url('../image/cooperate6.png') no-repeat;
    /*width: 172px;*/
    height: 313px;
}

.cooperate>.cooperate_box>.box:nth-child(1)>img {
    width: 66px;
    height: 66px;
    margin-top: 56px;
}

.cooperate>.cooperate_box>.box:nth-child(1)>p:nth-child(2) {
    width: 100%;
    height: 21px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: #1DAEFF;
    line-height: 19px;
    text-align: center;
    margin-top: 10px;

}

.cooperate>.cooperate_box>.box:nth-child(1)>p:nth-child(3) {
    width: 100%;
    height: 21px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: #141414;
    line-height: 19px;
    text-align: center;
    margin-top: 28px;


}

.cooperate>.cooperate_box>.box:nth-child(1)>a {
    display: inline-block;
    width: 160px;
    height: 44px;
    background: linear-gradient(90deg, #FFEECC 0%, #E0BC89 100%);
    border-radius: 10px 10px 10px 10px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #2C1A03;
    line-height: 44px;
    text-align: center;
    margin-top: 27px;
}

.aboutUs {
    width: 100%;
    height: 1080px;
    background: url('../image/aboutUs.png') no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.aboutUs>.aboutUs_title {
    width: 100%;
    height: 53px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 40px;
    color: #FFDAA9;
    line-height: 47px;
    text-align: center;
    margin-top: 85px;
}

.aboutUs>.aboutUs_name {
    width: 100%;
    height: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
    margin-top: 20px;
}

.us_box {
    width: 1136px;
    height: 748px;
    margin: 54px auto;
    background: #292A2F;
    border-radius: 8px 8px 8px 8px;
    box-sizing: border-box;
    padding: 64px 100px 0px 100px;
}

.aboutUs>.us_box>form>.user {
    display: flex;
    justify-content: space-between;

}

.aboutUs>.us_box>form>.user>.userInfo {
    width: 442px;
}

.aboutUs>.us_box>form>.user>.userInfo>label>span {
    color: #1DAEFF;
}

.aboutUs>.us_box>form>.user>.userInfo>input {
    width: 442px;
    height: 52px;
    background: #191A1F;
    border-radius: 8px 8px 8px 8px;
    color: #fff;
    font-size: 18px;
    text-indent: 1em;
    margin-top: 16px;
}

.aboutUs>.us_box>form>.two {
    margin-top: 36px;
}

.aboutUs>.us_box>form>.three {
    margin-top: 36px;
}

.aboutUs>.us_box>form>.three>.userInfo {
    width: 100%;
}

.aboutUs>.us_box>form>.three>.userInfo>div {
    margin-top: 16px;
}

.aboutUs>.us_box>form>.three>.userInfo>div>textarea {
    width: 100%;
    height: 209px;
    background: #191A1F;
    border-radius: 8px 8px 8px 8px;
    color: #fff;
    font-size: 18px;
    box-sizing: border-box;
    padding: 5px;
    resize: none;
}

.aboutUs>.us_box>a {
    display: inline-block;
    width: 287px;
    height: 52px;
    background: linear-gradient(90deg, #FFEECC 0%, #E0BC89 100%);
    border-radius: 8px 8px 8px 8px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #2C1A03;
    line-height: 52px;
    text-align: center;
    float: right;
    margin-top: 50px;

}

footer {
    width: 100%;
    height: 446px;
    background: url('../image/footer.png') no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 0px 74px;
    overflow: hidden;
}

footer>.footer_box {
    display: flex;
    justify-content: space-between;
    margin-top: 82px;
}

footer>.footer_box>div:nth-child(1) {
    width: 239px;
    height: 239px;
    background: url('../image/footer_tg.png') no-repeat;
    background-size: 100% 100%;
}

footer>.footer_box>div:nth-child(1)>p:nth-child(1) {
    width: 100%;
    height: 21px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 19px;
    text-align: center;
    margin-top: 132px;
}

footer>.footer_box>div:nth-child(1)>p:nth-child(2) {
    width: 100%;
    height: 26px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #1DAEFF;
    line-height: 23px;
    text-align: center;
    margin-top: 15px;
}

footer>.footer_box>div:nth-child(2)>ul>li {
    margin-top: 16px;
    line-height: 19px;
    font-size: 16px;
}

footer>.footer_box>div:nth-child(2)>ul>li:nth-child(1) {
    width: 100%;
    height: 26px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    text-align: left;
    margin-top: 0px;

}

footer>.footer_box>div:nth-child(3)>p:nth-child(1) {
    width: 120px;
    height: 26px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 23px;
    text-align: left;


}

footer>.footer_box>div:nth-child(3)>p:nth-child(2) {
    width: 330px;
    height: 120px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 20px;

}

footer>.footer_box>div:nth-child(3)>img {
    width: 175px;
    height: 63px;
    margin-top: 16px;
}

.connect {
    position: fixed;
    width: 80px;
    height: 320px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 40px 40px 40px 40px;
    right: 136px;
    top: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    z-index: 9999
}

/* @media screen and (min-width: 1910px) {
    .connect {
        top: 40%;
    }
  } */

.connect>.lei {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.connect>.one:hover .vid {
    z-index: 100;
    opacity: 1;
    transform: translateX(0);
}

.connect>.letT:hover .sic {
    z-index: 100;
    opacity: 1;
    transform: translateX(0);
}

.connect>.threeT:hover .vis {
    opacity: 1;
    transform: translateX(0);
}

.connect>.lei:nth-child(1) {
    margin-top: 18px;
}

.connect>.lei:nth-child(2) {
    margin-top: 24px;

}

.connect>.lei:nth-child(3) {
    margin-top: 24px;
}

.connect>.lei>img {
    width: 44px;
    height: 44px;
}

.connect>.lei>p {
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 16px;
    text-align: center;
    margin-top: 18px;
}

.connect>.lei>div {
    position: absolute;
    right: 80px;
    top: 23px;
    display: flex;
}

.connect>.lei>div>.tg_link {
    width: 261px;
    height: 64px;
    background: rgba(14, 15, 17, 0.9);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
    border-radius: 4px 4px 4px 4px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0px 16px;
    /* visibility: hidden; */
}

.connect>.lei>div>.tg_link>img {
    width: 32px;
    height: 32px;
    margin-right: 8px;
}

.connect>.lei>div>.tg_link>p>span {
    height: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #1DAEFF;
    line-height: 16px;
    text-align: left;
}

.ge {
    width: 6px;
    height: 100%;
}

.one>div {
    top: 23px;
}

.letT>div> {
    top: 110px;
}

.one>div {
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.5s ease-in-out;
    z-index: 2;
}

.letT>div {
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.threeT>div {
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.5s ease-in-out;
    z-index: 0;
}

.threeT>div>div:nth-child(1) {
    width: 261px;
    height: 254px;
    background: rgba(14, 15, 17, 0.9);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
    border-radius: 4px 4px 4px 4px;
}

.threeT>div>div:nth-child(1)>.tg_link {
    width: 261px;
    height: 64px;
    background: rgba(14, 15, 17, 0.9);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
    border-radius: 4px 4px 4px 4px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0px 10px;
}

.threeT>div>div:nth-child(1)>.tg_link>img {
    width: 32px;
    height: 32px;
    margin-right: 8px;
}

.threeT>div>div:nth-child(1)>.tg_link>p>span {
    height: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #1DAEFF;
    line-height: 16px;
    text-align: left;
}

@keyframes fadeInOne {
    from {
        opacity: 0;
        overflow: hidden;

        transform: translateY(70px);
    }

    to {
        opacity: 1;

        transform: translateY(0);
    }
}

.text-fade-in_two {
    opacity: 1;
    transform: translateY(0px);
    animation: fadeInTwo 1.4s ease-in-out;
    overflow: hidden;

}

@keyframes fadeInTwo {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

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

.text-fade-in_three {
    opacity: 1;
    transform: translateY(0px);
    animation: fadeInthree 1.4s ease-in-out;
    overflow: hidden;
}

@keyframes fadeInthree {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

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

.information {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    visibility:visible;
    z-index: 9999;

}

.information_box {
    position: absolute;
    width: 379px;
    height: 393px;
    left: 50%;
    top: 50%;
    margin-top: -189.5px;
    margin-left: -189.5px;
    display: flex;
    flex-direction: column;



}

.information_box>.head {
    width: 379px;
    height: 119px;
    background: url('../image/head.png') no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.head>.show {
    width: 100%;
    height: 16px;


}

.head>.show>img {
    width: 16px;
    height: 16px;
    float: right;
    cursor: pointer
}

.information_box>.head>img {
    width: 120px;
    height: 43.2px;
    margin-bottom: 10px;
}

.information_box>.min {
    flex: 1;
    background: #27292E;
    border-radius: 0px 0px 10px 10px;
    box-sizing: border-box;
    padding: 0px 16px;
}

.min>.pingdao {
    width: 100%;
    height: 66px;
    background: #1E2022;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    box-sizing: border-box;
    padding-left: 19px;
    cursor: pointer
}

.min>.pingdao>div:nth-child(1)>img {
    width: 12px;
    height: 12px;
}

.min>.pingdao>div:nth-child(1)>span {
    color: #1DAEFF;
}

.min>.pingdao>div:nth-child(2)>img {
    width: 16px;
    height: 16px;
}

.min>.pingdao>div:nth-child(2)>span {
    color: #1DAEFF;
}

.min>.kefu {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
}

.min>.kefu>img {
    width: 11px;
    height: 2px;
    margin: 0px 8px;
}

.min>p {
    width: 100%;
    height: 13px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 10px;
    color: #81858E;
    text-align: center;
    margin-top: 8px;
}

.min>.kefu_list>div>div>img {
    width: 32px;
    height: 32px;
    margin-right: 8px;
}

.min>.kefu_list>div>div {
    display: flex;
    align-items: center;
}

.min>.kefu_list>div>p {
    font-size: 13px;
}

.min>.kefu_list>div>div>div>p:nth-child(2) {
    color: #1DAEFF;
}

.min>.kefu_list>a {
    display: inline-block;
    width: 52px;
    height: 24px;
    border-radius: 12px;
    border: 1px solid #E0BC89;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #E0BC89;
    line-height: 24px;
    text-align: center;
}

.min>.kefu_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 11px;
}

.min>.kefu_list:last-child {
    padding-bottom: 19px;
}

.el-carousel {
    width: 100%;
}

.product_img {
    width: 305px;
    box-sizing: border-box;
    margin-top: 95px;
    margin-left: 60px;
}

.product_img>img {
    width: 305px;
}

.product_text>div:nth-child(1) {
    height: 37px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 33px;
    text-align: left;
}

.product_text>div:nth-child(2) {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 28px;
}

.product_text>.product_go {
    margin-top: 120px;
    cursor: pointer
}

.product_text>.product_go>a:nth-child(1) {
    width: 210px;
    display: inline-block;
    height: 52px;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #EBCCA2;
    line-height: 52px;
    text-align: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #EFD1AB;
}

.product_text>.product_go>a:nth-child(2) {
    width: 210px;
    height: 52px;
    display: inline-block;
    margin-left: 20px;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #EBCCA2;
    line-height: 52px;
    text-align: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #2C1A03;
    background: linear-gradient(90deg, #FFEECC 0%, #E0BC89 100%);

}

.product_text {
    margin-top: 155px;
    margin-left: 157px;
}

.product_box {
    display: flex;
}