.yz_banner{
    background-image: url(../img2/banner.jpg);
    width: 100%;
    height: 4rem;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.yz_banner_photo img{
    width: 2.86rem;
    height: 1.1rem;
    margin: 0.75rem 2.3rem 1.43rem;
}
.Navigation{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 6.92rem;
    margin: 0.3rem auto 0;
}
.Navigation_left{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Navigation_left img{
    width: 0.38rem;
    height: 0.38rem;
    margin-right: 0.12rem;
}
.Navigation_left h2{
    font-size:0.30rem;
    color: #fff;
}
.Navigation_right{
    color: #fff;
    font-size: 0.28rem;
}
.Navigation_right span{
    margin-right: 0.15rem;
}


.yz_introduce{
    position: absolute;
    top: 3.56rem;
    left: 0.3rem;
    width: 6.86rem;
    height: 1.8rem;
    border-radius: 0.2rem;
    background-color: #fff;
    margin: auto;
    box-shadow: 0 0.02rem 0.05rem #f8f8f8;
}
.yz_introduce_font{
    width: 6.47rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.yz_introduce_font_photo_one img{
    width: 0.25rem;
    height: 0.2rem;
    margin: 0.16rem 0.23rem;
}
.yz_introduce_font_photo_two img{
    width: 0.25rem;
    height: 0.2rem;
    margin: 1.43rem 0.17rem 0.15rem 0.19rem;
}
.yz_introduce_font_one{
    padding: 0.17rem 0;
    line-height: 0.38rem;
    text-align: center;
}
.yz_introduce_font_one span{
    font-size:0.24rem;
}


.yz_product{
   margin:auto;
   text-align: center;
   padding: 0.4rem 0;
}
.margin{
    margin-top:1.8rem;
}
.yz_product h1{
    font-size: 0.29rem;
    color:#282c45 ;
    text-align: center;
    font-weight: bold;
    
}
.Underline{
    width: 0.49rem;
    height: 0.07rem;
    margin: auto;
    border-radius:0.3rem;
    margin: 0.16rem auto;
    background: -webkit-linear-gradient(left,#2c88ff , #8a55ff);
}
.yz_product span{
    font-size: 0.24rem;
    color: #6a6f8c;
}
.yz_product img{
    margin: 0.4rem 0.7rem;
    width: 6.05rem ;
    height: 4.16rem;
}


.yz_customer_service{
    width: 6rem;
    margin: auto;
    text-align: justify;
}
.yz_customer_service h1{
    font-size: 0.29rem;
    font-weight: bold;
    color:#282c45 ;
    text-align: center;
    
}
.yz_customer_service h3{
    font-size: 0.23rem;
    color: #6a6f8c;
    text-align: center;
    margin: 0.2rem auto;
}
.yz_customer_service span{
    font-size: 0.23rem;
    color: #282c45;
    margin-top: 0.3rem;
}
.bottom_font{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    margin: 0.25rem auto;
}
.bottom_font_circular{
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 0.1rem;
    border: 0.02rem solid #f73b42;
    margin-top: 0.04rem;
    margin-right: 0.1rem;
}
.bottom_font h3{
    font-size: 0.23rem;
    color: #282c45;
    font-weight: 600;
}
.bottom_font span{
    font-size: 0.22rem;
    color: #6a6f8c;
}
.bottom_hover{
    width: 3rem;
    height: 0.7rem;
    border-radius: 0.06rem;
    background-color: #f73b42;
    box-shadow: 0 0.02rem 0.1rem rgba(247,64,70,.6);
    color: #fff;
    font-size: 0.24rem;
    text-align: center;
    line-height: 0.7rem;
    margin: auto;
}

.yz_examination{
    background-color: #f5f8fd;
    padding: 0.4rem 0;
}
.yz_examination img{
    margin: 0 0.7rem  0.35rem;
    width: 6.05rem ;
    height: 4.16rem;
}
.yz_examination_service{
    width: 6rem;
    margin: auto;
    text-align: justify;
}
.yz_examination_service h1{
    font-size: 0.29rem;
    font-weight: bold;
    color:#282c45 ;
    text-align: center;
    
}
.text{
    font-size: 0.23rem;
    color: #6a6f8c;
    margin: 0.18rem auto;
    text-align: center;
}
.yz_examination_service span{
    font-size: 0.23rem;
    color: #282c45;
    margin-top: 0.15rem;

}
.yz_examination_bottom_font{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    margin: 0.25rem auto;
}
.yz_examination_bottom_font_circular{
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 0.1rem;
    border: 0.02rem solid #2785ff;
    margin-top: 0.04rem;
    margin-right: 0.1rem;
}
.yz_examination_bottom_font h3{
    font-size: 0.23rem;
    color: #282c45;
    font-weight: 600;
}
.yz_examination_bottom_font span{
    font-size: 0.22rem;
    color: #6a6f8c;
}
.yz_examination_bottom_hover{
    width: 3rem;
    height: 0.7rem;
    border-radius: 0.06rem;
    background-color: #2785ff;
    box-shadow: 0 0.02rem 0.1rem rgba(30,128,255,.6);
    color: #fff;
    font-size: 0.24rem;
    text-align: center;
    line-height: 0.7rem;
    margin: auto;
}

.yz_education{
padding: 0.4rem 0;

}
.yz_education img{
    margin: 0rem 0.7rem 0.35rem;
    width: 6.05rem ;
    height: 4.16rem;
}
.yz_education_service{
    width: 6rem;
    margin: auto;
    text-align: justify;
}
.yz_education_service h1{
    font-size: 0.29rem;
    font-weight: bold;
    color:#282c45 ;
    text-align: center;
    
}
.yz_education_service h3{
    font-size: 0.24rem;
    color: #6a6f8c;
    text-align: center;
    margin: 0.2rem auto;
}
.yz_education_service span{
    font-size: 0.23rem;
    color: #282c45;
    margin-top: 0.3rem;
}
.yz_education_bottom_font{
    display: flex;
    align-items: center;
    justify-content: center;
    width:5rem;
    margin: 0.25rem auto;
}
.yz_education_bottom_font_circular{
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 0.1rem;
    border: 0.02rem solid #6565fb;
    margin-top: 0.04rem;
    margin-right: 0.1rem;
}
.yz_education_bottom_font h3{
    font-size: 0.23rem;
    color: #282c45;
    font-weight: 600;
}
.yz_education_bottom_font span{
    font-size: 0.22rem;
    color: #6a6f8c;
}
.yz_education_bottom_hover{
    width: 3rem;
    height: 0.7rem;
    border-radius: 0.06rem;
    background-color: #6565fb;
    box-shadow:0 0.02rem 0.1rem rgba(101,101,251,.6);
    color: #fff;
    font-size: 0.24rem;
    text-align: center;
    line-height: 0.7rem;
    margin: auto;
}



.yz_market{
    background-color: #f5f8fd;
    padding: 0.4rem 0 ;
}
.yz_market img{
    margin: 0rem 0.7rem  0.35rem;
    width: 6.05rem ;
    height: 4.16rem;
}
.yz_market_service{
    width: 6rem;
    margin: auto;
    text-align: justify;
}
.yz_market_service h1{
    font-size: 0.29rem;
    color:#282c45 ;
    text-align: center;
    
}
.yz_market_service h3{
    font-size: 0.24rem;
    color: #6a6f8c;
    text-align: center;
    margin: 0.2rem auto;
}
.yz_market_service span{
    font-size: 0.23rem;
    color: #282c45;
    margin-top: 0.3rem;
}
.yz_market_bottom_font{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    margin: 0.25rem auto;
}
.yz_market_bottom_font_circular{
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 0.1rem;
    border: 0.02rem solid #ff6a18;
    margin-top: 0.04rem;
    margin-right: 0.1rem;
}
.yz_market_bottom_font h3{
    font-size: 0.23rem;
    color: #282c45;
    font-weight: 600;
}
.yz_market_bottom_font span{
    font-size: 0.22rem;
    color: #6a6f8c;
}
.yz_market_bottom_hover{
    width: 3rem;
    height: 0.7rem;
    border-radius: 0.06rem;
    background-color: #ff6a18;
    box-shadow: 0 0.02rem 0.1rem rgba(255,106,24,.6);
    color: #fff;
    font-size: 0.24rem;
    text-align: center;
    line-height: 0.7rem;
    margin: auto;
}

.yz_team{
    margin: 0.47rem auto 0;
    text-align: center;

}
.yz_team h1{
    font-size: 0.28rem;

}
.yz_team img{
    width: 7.1rem;
    height: 3.57rem;
    margin-top: 0.16rem;
}


.yz_join{
    margin: 0.4rem auto 0;
    text-align: center;

}
.yz_join h1{
    font-size: 0.28rem;
}

.yz_join_font_one{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 7rem;
    margin: 0.28rem auto 0;
}
.yz_join_font_left{
    width: 3.4rem;
    height: 2.6rem;
    border-radius: 0.15rem;

    background: linear-gradient(to bottom left, #39b3ee , #21c8db);
}
.yz_join_font_left h1{
    font-size: 0.26rem;
    color: #fff;
    margin-bottom: 0.1rem;

}
.yz_join_buttom{
    width: 2.2rem;
    height: 0.5rem;
    background-color: white;
    border-radius: 0.5rem;
    color: #2dbee4;
    font-size: 0.22rem;
    margin: 0.05rem auto;
    line-height: 0.5rem;
}
.font{
    width: 2.6rem;
    margin: 0.2rem auto 0;
    line-height: 0.35rem;
}
.yz_join_font_right{
    width: 3.4rem;
    height: 2.6rem;
    border-radius: 0.15rem;
    background: linear-gradient(to bottom left, #04d3b4 , #28e0c8);
}
.yz_join_font_right h1{
    font-size: 0.26rem;
    color: #fff;
    margin-bottom: 0.05rem;

}
.yz_join_buttom_one{
    width: 2.2rem;
    height: 0.6rem;
    background-color: white;
    border-radius: 0.5rem;
    color: #2dbee4;
    font-size: 0.22rem;
    margin: 0.05rem auto;
    line-height: 0.6rem;
}

.yz_join_font_two{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 7rem;
    margin: 0.2rem auto 0;
}
.yz_join_font_two_left{
    width: 3.4rem;
    height: 2.6rem;
    border-radius: 0.15rem;
    background: linear-gradient(to bottom left, #ffa21f , #ffbe0f);
}
.yz_join_font_two_left h1{
    font-size: 0.26rem;
    color: #fff;

}
.yz_join_font_two_right{
    width: 3.4rem;
    height: 2.6rem;
    border-radius: 0.15rem;
    background: linear-gradient(to bottom left, #ff6d39 , #ff8431);
}
.yz_join_font_two_right h1{
    font-size: 0.26rem;
    color: #fff;

}
.yz_join_buttom_two{
    width: 2.2rem;
    height: 0.6rem;
    background-color: white;
    border-radius: 0.5rem;
    color: #13d9bc;
    font-size: 0.22rem;
    margin: 0.1rem auto;
    line-height: 0.6rem;
}
.yz_join_buttom_three{
    width: 2.2rem;
    height: 0.6rem;
    background-color: white;
    border-radius: 0.5rem;
    color: #ffaf18;
    font-size: 0.22rem;
    margin: 0.05rem auto;
    line-height: 0.6rem;
}
.yz_join_buttom_four{
    width: 2.2rem;
    height: 0.6rem;
    background-color: white;
    border-radius: 0.5rem;
    color: #ff7835;
    font-size: 0.22rem;
    margin: 0.05rem auto;
    line-height: 0.6rem;
}
.yz_join_buttom_five{
    width: 2.2rem;
    height: 0.6rem;
    background-color: white;
    border-radius: 0.5rem;
    color: #4693ff;
    font-size: 0.22rem;
    margin: 0.05rem auto;
    line-height: 0.6rem;
}
.yz_join_buttom_six{
    width: 2.2rem;
    height: 0.6rem;
    background-color: white;
    border-radius: 0.5rem;
    color: #967cff;
    font-size: 0.22rem;
    margin: 0.05rem auto;
    line-height: 0.6rem;
}
.font_span{
    text-align: left;
    font-size: 0.24rem;
    color: #fff;
    height: 1.1rem;
    width: 2.6rem;
    margin-top: 0.07rem;
}
.font_span span{
    color: #fff;
}
.yz_join_font_three{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 7rem;
    margin: 0.2rem auto 0;
}
.yz_join_font_three_left{
    width: 3.4rem;
    height: 2.6rem;
    border-radius: 0.15rem;
    background: linear-gradient(to bottom left, #5a9dff , #398dff);
}
.yz_join_font_three_left h1{
    font-size: 0.26rem;
    color: #fff;

}
.yz_join_font_three_right{
    width: 3.4rem;
    height: 2.6rem;
    border-radius: 0.15rem;
    background: linear-gradient(to bottom left, #8686ff , #9d78ff);
}
.yz_join_font_three_right h1{
    font-size: 0.26rem;
    color: #fff;

}


.Underline_one{
    width: 0.49rem;
    height: 0.07rem;
    margin: auto;
    border-radius:0.3rem;
    margin: 0.16rem auto;
    background: #fff;
}
.yz_cooperation{
    background-image: url(../img2/bg.jpg);
    height: 3rem;
    margin-top: 0.4rem;
    overflow: hidden;
    background-size: cover;
}
.yz_cooperation h1{
    font-size: 0.28rem;
    color: #fff;
    text-align: center;
    margin-top: 0.32rem;
}
.yz_cooperation img{
    width: 6.7rem;
    height: 1.27rem;
    margin:0.3rem 0.4rem;
}


.yz_information{
    background-color: #030936;
    height: 2.4rem;

}
.yz_information_all{
    width: 6.32rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.yz_information_left{
    width: 4rem;
}
.yz_information_left_top{
    display: flex;
    align-items: center;
}
.yz_information_left_top_left img{
    width: 0.4rem;
    height: 0.4rem;
    margin:0.34rem 0.11rem 0 0; 
}
.yz_information_left_top_right{
    margin-top: 0.28rem;
    
}
.yz_information_left_top_right h3{
    font-size: 0.18rem;
    color: #fff;
}
.yz_information_left_top_right h4{
    font-size: 0.15rem;
    color: #616475;
}
.mailbox{
    font-size: 0.2rem;
    color: #999aa5;
    margin-top: 0.19rem;
}
.website{
    font-size: 0.2rem;
    color: #999aa5;
    margin-top: 0.03rem;
}
.yz_information_right{
    width: 1rem;
    text-align: center;
}
.yz_information_right img{
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.33rem;
}
.yz_information_right h5{
    font-size: 0.14rem;
    color: rgba(255, 255, 255, 0.904);
}
.yz_information_bottom{
    font-size: 0.17rem;
    color: #767886;
    margin-top: 0.2rem;
    display: flex;
    align-items: center;
    margin: 0 0.6rem;
}
.yz_information_bottom_conter{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.2rem;
}
.yz_information_bottom_conter {
    font-size: 0.20rem;
    color: #767886;
}
.yz_information_bottom_conter  a{
    font-size: 0.17rem;
    color: #767886;
    margin-right: 0.08rem;
}
.yz_information_bottom_font_two{
    color: #767886;
    font-size: 0.17rem;
}
.yz_information_bottom_font_one{
    margin-right: 0.08rem;
}
.yz_information_bottom a{
    color: #767886;;
}
.font_span_english span{
    word-break: break-all;
    font-size: 0.24rem;
    color: #fff;
}
.font_span_english{
    text-align: left;
    height: 1.1rem;
    width: 2.6rem;

}