/*公共 */ 
.public{
    color: #fff;
   
    background-color: rgb(0, 0, 0);
}
.describe{
    margin-bottom: 20px;
}
.images-text{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.image-login{
    width: 32%;
   
}
.image-logins{
    width: 100%;
    margin-top: 20px;
}
.common{
   width: 1200px;
   margin: auto;
}
img {
    width: 100%;
    height: 100%;
}
/*头部 */ 
.head{
   width: 100%;
    background: #3baef1;
    position: fixed;
    top: 0;
    z-index: 9999;
}
.nav{
    height: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}  
.head_logo{
  
    display: flex;
}
.nav_text{
    display: flex;
}
.nav_text>li {
    margin-right: 50px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;

    display: flex;
    align-items: center;
}
.hover-color:hover {
 color: #000 !important;
}
.nav_tg{
    height: 40px;
    width: 140px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
   background-color: #fff;
    border-radius: 10px 10px 10px 10px;
    color: #000;
    margin-right: 0px;
}
.nav_tg_img{
        width: 18px;
    height: 18px;
    margin-right: 9px;
}
/*第二级 */ 
.huanqiu_introduce{
    
    width: 1200px;
    height: 750px;
    margin: 0 auto;
    background-size: 1200px 750px;
    display: flex;
    color: #fff;
    box-sizing: border-box;
    overflow: hidden;
}
.huanqiu{
    width: 1200px;
   
    margin: auto ;
    background-size: 1200px 750px;
    color: #fff;
    padding: 100px 0px;
}
.huanqiu_name-img{
    width: 400px;
    height: 400px;
}
.matter{
    background-color: #3baef1;
        padding: 30px;
}
.matter-tetx{
    font-size: 14px;
  display: flex;
   line-height: 20px;
}
.matter-non_img{
    width: 20px;
    height: 20px;
}
.matter-name{
    font-weight: 700;
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 40px;
}
.huanqiu_name{
        font-weight: 800;
    font-size: 70px;
    color: #FFFFFF;
    line-height: 82px;
    margin-top: 165px;
}
.text-fade-in_one{
    opacity: 1;
    transform: translateY(0px);
    animation: fadeInOne 1.4s ease-in-out;
}
.huanqiu_name_en{
        font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 23px;
    letter-spacing: 10px;
}
.text-fade-in_two{
    opacity: 1;
    transform: translateY(0px);
    animation: fadeInTwo 1.4s ease-in-out;
    overflow: hidden;
}
.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;
}
.text-fade-in_three{
    opacity: 1;
    transform: translateY(0px);
    animation: fadeInthree 1.4s ease-in-out;
    overflow: hidden;
}
.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;
    text-align: center;
    line-height: 52px;
}
@keyframes fadeInTwo {
    0% {
    opacity: 0;
    transform: translateY(30px);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes fadeInOne {
    0% {
   opacity: 0;
    overflow: hidden;
    transform: translateY(70px);
}
100% {
      opacity: 1;
    transform: translateY(0);
}
}
@keyframes fadeInthree {
    0% {
    opacity: 0;
    transform: translateY(50px);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}
/*第二级 */ 
.main{
     background-color: #fafafa;
}
.main_box{
    width: 1200px;
    margin: 0 auto;
}
.advantages{
        width: 100%;

    background: url(../img/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: #000;
    line-height: 47px;
    text-align: center;
    margin-top: 101px;
}
.advantages_title_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;
}
.advantages_box{
     display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 64px;
    gap: 15px;
}
.advantages_box>.item {
    background-color: #ffffff;
       box-shadow: 3px 7px 10px rgba(0, 0, 0, 0.3);;
}

.item{
    width: 49%;
    height: 279px;
    box-sizing: border-box;
    padding: 0px 41px;
    display: flex;
    /* flex-direction: column;
    justify-content: center; */
    align-items: center;
    margin-bottom: 25px;
}
.item_img{
    margin-left: 25px;
        width: 150px;
    height: 126px;
}
.item-head{
    font-size: 20px;
    font-weight: 700;
    color: #0aa6fd;
    margin-bottom: 20px;
}
.item_text{
    font: 14px / 1.8 "Microsoft YaHei", "微软雅黑";
    line-height: 25px;
}
@keyframes myfirst {
    0% {
      box-shadow: 0px 0px 0px 0px #000000;
    transform: scale(1);
}
100% {
box-shadow: 0px 0px 8px 0px #000000;
    transform: scale(1.05);
}
}
/*第四级*/
.data_num{
    width: 100%;
    height: 227px;
    background: url(../img/dataImg.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
}
.title{
    width: 8px;
    height: 94px;
    background: #1E1101;
    border-radius: 0px 0px 0px 0px;
}
.data_num-text{
    margin-left: 193px;
}
.num{
height: 53px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 40px;
    color: #1E1101;
    line-height: 47px;
}
.text{
        height: 21px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #1E1101;
    line-height: 19px;
}
/*第五级*/
.product{
    width: 100%;
    padding-bottom: 30px;
    background: url(../img/4.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.product_title{
        width: 100%;
    height: 53px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 40px;
    color: #ffffff;
    line-height: 47px;
    text-align: center;
    margin-top: 101px;
}
.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-code{
    width: 1200px;
    margin: auto;
}
.navBar{
        display: flex;
    gap: 4px;
    list-style: none;
    padding: 0px;
        margin-left: 25px;
    margin-top: 62px;
    margin-bottom: 40px;
    overflow-x: auto;
    white-space: nowrap;
}
.navBar-li{
        display: inline-table;
    width: 160px;
    height: 52px;
    background: #15a9fd;
    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;
}
.navBar-li:hover{
    background: #FFFFFF;
    color: #000;
    font-weight: 600;
}
.active{
    background: #FFFFFF;
    color: #000;
    font-weight: 600; 
}
.qdii{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 40px 15px;
    /* margin-bottom: 100px; */
    box-sizing: border-box;
}
.qdii—text{
    flex: 1 1 23%;
    max-width: 23%;

    transition: transform 0.3s ease;
    cursor: pointer;
}
  .qdii—text:hover {
    animation: jump 0.5s ease;
  }
    @keyframes jump {
    0% { transform: translateY(0); }
    50% { transform: translateY(-30px); }
    100% { transform: translateY(0); }
  }
.a{
    background-color: #15a9fd;
    border-radius: 10px;
    overflow: hidden;
    /* transition: all 0.5s; */
    cursor: pointer;
    box-shadow: rgb(91 88 88) 0px 0px 2px 0px;
}
.a:hover {
    box-shadow: rgb(245, 242, 242) 0px 0px 15px 0px;
    /* border-radius: 20px; */

    /* transform: scale(1.1); */
}
.block{
    width: 10px; 
    height: 10px;
    margin-right: 5px;
    background-color: rgb(0, 255, 69);
    color: rgb(51, 51, 51);
    border-radius: 50%;
    display: inline-block;
}
.orders{
    font-size: 18px;
     font-weight: bold;
      padding: 20px 0px; 
      display: block;
       text-overflow: ellipsis; 
    white-space: nowrap;
     overflow: hidden;
}
a{
        text-decoration: none;
    color: #FFFFFF;
}
.bott{
        margin-bottom: 30px;
    font-size: 12px;
}
.product_go{
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}
.btn{
    display: inline-block;
    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: 16px;
    color: #2C1A03;
    text-align: center;
    float: right;
    padding: 5px 10px;
}
.support{
    width: 1200px;
    margin: auto;
    overflow: hidden;
    padding-bottom: 60px;
}
.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_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_box{
    margin-top: 69px;
    display: flex;
    justify-content: space-between;
}
.box-one{
    width: 40%;
}
.box-tow{
    width: 60%;
    line-height: 40px;
}
.box-one-img{
    width: 400px;
    height: 380px;
}

.box-text{
    margin-top: 24px;
    width: 100%;
    height: 32px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    color: #AD834B;
    line-height: 28px;
    text-align: center;
}
.box-else{
    margin-top: 24px;
    width: 100%;
    height: 48px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 300;
    font-size: 16px;
    color: #373737;
    line-height: 24px;

}
.cooperate{
    width: 100%;
    height: 664px;
    background: url(../img/cooperate_back.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.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_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_box{
    display: flex;
      justify-content: space-around;
    margin-top: 54px;
    align-items: center;
}
.cooperate_box>.box_text:nth-child(1){
    background: url(../img/cooperate2.png) no-repeat;
     width: 172px;
    height: 313px;

}
.cooperate_box>.box_text:nth-child(2){
    background: url(../img/cooperate3.png) no-repeat;
     width: 172px;
    height: 313px;
 
}
.cooperate_box>.box_text:nth-child(3){
    background: url(../img/cooperate4.png) no-repeat;
     width: 172px;
    height: 313px;


}
.cooperate_box>.box_text:nth-child(4){
    background: url(../img/cooperate5.png) no-repeat;
     width: 172px;
    height: 313px;


}
.cooperate_box>.box_text:nth-child(5){
    background: url(../img/cooperate6.png) no-repeat;
     width: 172px;
    height: 313px;
   
}
.aboutUs{
    width: 100%;
    height: 1080px;
    background: url(../img/aboutUs.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.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_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;
}
.user{
    display: flex;
    justify-content: space-between;
}
.userInfo{
        width: 442px;
}
.input{
    width: 442px;
    height: 52px;
    background: #191A1F;
    border-radius: 8px 8px 8px 8px;
    color: #fff;
    font-size: 18px;
    text-indent: 1em;
    margin-top: 16px;
    border: none;
}
.textarea{
        margin-top: 16px;
        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;
    border: none;

}
.submit{
    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;
    cursor: pointer;
}
.base{
        width: 100%;
    height: 446px;
    background: url(../img/7.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 0px 74px;
    overflow: hidden;
}
.footer_box{
    display: flex;
    justify-content: space-between;

    width: 1200px;margin:82px auto 0;
}
.base-one{
    width: 239px;
    height: 239px;
    text-align: center;
    display: flex;
    align-items: center;

}
.base-one>p{
        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;
}
/* .base-one>div{
    display: inline-block;
    margin-top: 15px;
    width: 100%;
    height: 26px;
    font-family: "Microsoft YaHei", "Microsoft YaHei";
    font-weight: bold;
    font-size: 20px;
    color: rgb(29, 174, 255);
    line-height: 23px;
    text-align: center;
        cursor: pointer;
} */
.base-tow-li{
        width: 100%;
    height: 26px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    text-align: left;
    margin-top: 0px;
}
.base-tow-lis{
    margin-top: 16px;
    line-height: 19px;
    font-size: 16px;
    color: #FFFFFF;

}
.base-san>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;
}
.base-san>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;
}
.base-san>img{
        width: 175px;
    height: 63px;
    margin-top: 16px;
}
.sole-img{
    width: 15px;
    height: 15px;
    margin-right: 20px;

}
.sole{
     transition: opacity 0.3s;
    position: fixed;
    top: 20%;
    left: 40%;
    z-index: 99999;
    width: 18%;
    background-color: #edf2fc;
    color: #909399;
    height: 46px;
    text-align: center;
    line-height: 46px;
    border-radius: 10px;
    display: none;
}
.information{
    display: none;
        height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    visibility: visible;
    z-index: 999999;
}
.information_box{
        position: absolute;
    width: 379px;
    height: 393px;
    left: 50%;
    top: 50%;
    z-index: 99999;
    margin-top: -189.5px;
    margin-left: -189.5px;
    display: flex;
    flex-direction: column;
}
.information_head{
    width: 379px;
    height: 119px;
   background-color: #3baef1;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.show{
    width: 100%;
    height: 16px;
}
.show>img{
        width: 16px;
    height: 16px;
    float: right;
    cursor: pointer;
}
.information_head>img{
        width: 43.2px;
    height: 43.2px;
    margin-bottom: 10px;
}
.information_main{
    flex: 1;
    background: #3baef1;
    border-radius: 0px 0px 10px 10px;
    box-sizing: border-box;
    padding: 0px 16px;
}
.pingdao{
    padding: 20px 15px; 
    height: auto;
    width: 100%;

    background: #ffffff;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    box-sizing: border-box;

    cursor: pointer;
}
.pingdao_text{
    display: flex; 
    align-items: center; 
    padding: 10px 0px;
}
.pingdao_text>img{
    width: 20px !important; height: 20px !important; border-radius: 50%; margin-right: 5px;
}