*{
    margin: 0;
    bottom: 0;
    box-sizing: border-box;
}
.main{
    background-color: #f7f8fc;
}
.top{
    position: relative;
    height: 50px;
}
.top-one, .top-two{
    position: absolute;
    height: 50px;
}
.top-one{
    left: 10%; 
}
.top-one img, .top-two img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.top-one span, .top-two span{
    display: inline-block;
    position: absolute;
    width: 100px;
    line-height: 50px;
    margin-left:45px; 
}
.top-one span{
    font-size: 17px;
    font-weight: 530;
}
.top-two{
    right: 10%;
}
.top-two span{
    margin-left: 20px;
    color: #333333;
}
.tu{
    height: 250px;
    background-color: pink;
}
.tu img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.mybody{
    position: relative;
}
.index{
    height: 50px;
    border-bottom: 1px solid #dedede;
    position: relative;
}
.i-child{
    position: absolute;
    width: 40%;
    height: 100%;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    justify-content: space-between;
}
.i-child div{
    padding-top: 15px;
    color: #585859;
    height: 100%;
    cursor: pointer;
}
.i-child :nth-child(1){
    color: #7f69d9;
    border-bottom: 4px solid #7f69d9;
}
.bomain{
    width: 60%;
    margin: auto;
    /* background-color: pink; */
    margin-top: 20px;
}
.bomain h2{
    text-align: center;
    font-weight: 600;
    font-size: 23px;
}
.gs{
    margin-top: 60px;
    margin-bottom: 20px;
    height: 300px;
    position: relative;
}
.gs .g-child{
    width: 100%;
    height: 250px;
    position: absolute;
}
.gs .g-child div{
    width: 50%;
    position: absolute;
}
.gs .g-child :nth-child(1){
    line-height: 25px;
    top: 50%;
    transform: translateY(-50%);
    padding: 7px;
    color: #777777;
    font-size: 14px;
}
.gs .g-child :nth-child(2){
    right: 0;
    top: 50%;
    height: 100%;
}
.gs .g-child div img{
    width: 100%;
    height: 100%;
}
.hy{
    margin: 50px 0;
    width: 100%;
    height: 300px;
}
.hy .h-child{
    width: 100%;
}
.hy .h-child :nth-child(1){
    width: 100%;
    height: 200px;
    margin-top: 10px;
}
.hy .h-child :nth-child(2){
    margin-top: 30px;
    width: 100%;
    height: 30px;
    color: #777777;
    font-size: 14px;
}
.jy{
    width: 100%;
    height: 300px;
}
.jy .j-child{
    height: 250px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    
}
.jy .j-child div{
    position: relative;
    width: 17%;
    height: 100%;
    background-color: #fff;
}
.jy .j-child div .wen{
    color: #333333;
    width: 100%;
    height: 20px;
    font-size: 17px;
    font-weight: bold;
    position: absolute;
    top: 15%;
    text-align: center;
}
.jy .j-child :nth-child(1){
    width: 40%;
}
.jy .j-child :nth-child(1) img{
    width: 100%;
    height: 100%;
}
.jy .j-child .imgs{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
}

.jy .j-child .imgs img{
    width: 100%;
    height: 100%;
}
.bottn{
    margin-top: 50px;
    height: 100px;
    text-align: center;
    color: #333333;
}
.bottn div{
    margin: 20px 0;
}