
body {
    font-size: 14px;
    background:#F8F8F8;
    margin: 0 auto;
}
#page {
    width: 1200px;
    margin: 0 auto;

}
.news_content{
    margin-top: 72px;
    min-height: 600px;
    background: #ffffff;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 29px;
    border-radius: 4px;
    margin-bottom: 17px;
    padding-bottom: 10px;
    overflow: hidden;
    text-align: left;
}
.news_content img{
    max-width: 1120px;
}
.detail_title{
    font-size: 24px;
    font-weight: 500;
    color: #333333;
}
.detail_time{
    height: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    margin-top: 19px;
}
.detail_content{
    margin-top: 33px;
    font-size: 14px;
    font-weight: 500;
    color: #888888;
    line-height: 24px;
}
.tab{
    color:#333333  ;
}
.white_logo{
    display: none !important;
}
.color_logo{
    display: block !important;
}

.tab:hover {
    transform: translateY(-4px);
    transition: linear 0.1s;
}
 a{
    text-decoration: none !important;
}
.banner_btn{
    display: flex;
    flex-direction: row;
    margin-top: 14px;
    cursor: pointer;
    position: absolute;
    right: 0;
}
.login {
    width: 90px;
    height: 32px;
    border: 0.5px solid #02B38A;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #02B38A;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
}
.sigin {
    width: 110px;
    height: 32px;
    background: #02B38A;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 32px;
    text-align: center;
    margin-left: 20px;
    text-decoration: none;
}
.fadeInDown{
    background: #fff;
}
.banner_border {
    border-bottom: 3px solid #02B38A;
}
.service_product a{
    text-decoration: none;
}

.oneLogo {
    margin-left: -30px;
}
