.h_tit h1{
    font-size: 55px;
    line-height: 85px;
    margin-top: 288px;
    margin-bottom: 35px;
}
.h_tit .line{
    width: 180px;
    height: 2px;
    background-color: #61cbcd;
    margin-right: 16px;
    margin-top: 15px;
}
.h_tit .eng_e{
    width: 430px;
    line-height: 38px;
}
.body{
    position: relative;
    height: 735px;
    background-color: #25252c;
    padding-top: 135px;
    box-sizing: border-box;
}
.body .input{
    position: absolute;
    top: -38px;
    margin-left: 395px;
}
.body .input input{
    font-size: 14px;
    padding-left: 30px;
    width: 630px;
    height: 84px;
    background-color: #fff;
    border-radius: 5px;
}
.body .input img{
    margin-left: -10px;
    height: 88px;
}
.body h2{
    position: relative;
    z-index: 5;
    text-align: center;
    font-size: 52px;
    font-weight: lighter;
}
.body .h2_eng{
    position: relative;
    font-size: 63px;
    color: #282832;
    text-align: center;
    margin-top: -62px;
    font-weight: bold;
}
.bodyList{
    margin-top: 95px;
    display: flex;
    justify-content: center;
}
.bodyList li{
    text-align: center;
    margin-right: 200px;
}
.bodyList li:nth-child(4n-4){
    margin-right: 0;
}
.bodyList li :nth-child(2){
    font-size: 48px;
    margin-top: 55px;
    margin-bottom: 15px;
}
