html, body {
    margin: 0;
    padding: 0;
    min-width: 1420px;
}

a {
    text-decoration: none;
    color: inherit;
}

.page {
    position: relative;
    width: 1164px;
    margin: 0 auto;
    overflow: hidden;
}

.nav_o {
    position: absolute;
    width: 100%;
    padding-top: 34px;
}

.nav_wrap .logo {
    display: flex;
    align-items: center;
}

.nav_wrap {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    font-size: 21px;
}

    .nav_wrap .nav_bar ul {
        list-style: none;
        display: flex;
    }

        .nav_wrap .nav_bar ul > li {
            padding: 0 20px;
            margin: 0;
        }

            .nav_wrap .nav_bar ul > li .login_btn {
                background: linear-gradient(90deg, #F63A6A 0%, #F86C6A 100%);
                border-radius: 8px;
                padding: 5px 20px 8px;
            }

.banner_wrap {
    background: url('img/bg_01.jpg') no-repeat;
    background-size: 1915px auto;
    background-position: top center;
    height: 846px;
    min-width: 1200px;
    overflow: hidden;
}

    .banner_wrap .content_text {
        color: #fff;
        width: 1164px;
        margin: 0 auto;
        margin-top: 242px;
    }

        .banner_wrap .content_text h2 {
            color: #fff;
            margin: 0 0 27px 0;
        }

        .banner_wrap .content_text p {
            font-size: 16px;
            margin: 0;
        }

        .banner_wrap .content_text .btn {
            padding: 8px 20px;
            font-size: 21px;
            background: #FFFFFF;
            border-radius: 8px;
            color: #000;
        }

.mid_wrap {
    background: url('img/bg_m_03.png') no-repeat;
    height: 222px;
    width: 1163px;
    color: #fff;
    margin: 0 auto;
    margin-top: -120px;
    font-size: 24px;
    position: relative;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 45%);
}



    .mid_wrap > div {
        width: 476px;
        margin: 0 auto;
        overflow: hidden;
    }

    .mid_wrap .btn {
        width: 248px;
        height: 86px;
        display: block;
        position: absolute;
        right: 48px;
        top: 64px;
        cursor: pointer;
    }

.content {
    font-size: 24px;
}

    .content h3 {
        font-size: 42px;
    }

.main_body {
    background: #25262D;
    margin-top:40px;
    color:#fff;
    font-size:24px;
}
.main_body .page{
    display:flex;
    padding-top:60px;
}
    .side_wrap {
    }
        .side_wrap .side_panel {
            width: 300px;
        }
        .side_wrap ul {
            list-style: none;
            margin: 0;
            padding: 0;
            top:47px;
        }
        .side_wrap li i {
            display: inline-block;
            margin-right: 20px;
            width: 12px;
            height: 12px;
            background: #FFFDFC;
            border-radius: 50%;
        }
    .side_wrap li.current {
        font-weight:bold;
    }
        .side_wrap li.current i {
            background: #0263E0;
        }

.main_content .section {
    display:flex;
    margin-bottom:80px;
}
    .main_content .section h3 {
        font-size: 34px;
        margin-bottom:25px;
    }
.main_content .section p {
    font-size:16px;
    margin:10px 0;
}
    .main_content .section .btn {
        background: #0263E0;
        border-radius: 4px;
        padding:5px 35px 6px;
    }
    .main_content .section .lbl_group label {
        padding: 5px 20px 6px;
        border: 1px solid #FFFFFF;
        border-radius: 4px;
        margin:10px 10px 0 0;
        font-size:16px;
    }


.fetureds_wrap{
    background:#000;
    padding:60px;
    text-align:center;
    color:#fff;
}
    .fetureds_wrap .f_logo {
        background: #000;
        display: flex;
        justify-content: center;
        align-items: center;
    }
        .fetureds_wrap .f_logo .l {
            width: 54px;
            height: 54px;
        }
        .fetureds_wrap .f_logo .t {
            height: auto;
        }
    .fetureds_wrap .f_logo span {
        margin:0 20px;
    }
    .fetureds_wrap .decs {
        font-size: 16px;
    }
.btn_go {
    background: linear-gradient(90deg, #F63A6A 0%, #F86D6A 100%);
    padding: 5px 20px 6px;
    font-size: 28px;
    border-radius: 8px;
    color:#fff;
}

.fetureds_wrap .fetureds {
    font-size: 20px;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}
    .fetureds_wrap .fetureds .item {
        width: 28.33%;
        text-align: left;
        color: #F63B6A;
        margin-bottom: 20px;
    }
        .fetureds_wrap .fetureds .item i {
            color: #fff;
        }

.app_wrap{
    text-align:center;
    padding:60px 0;
}
.app_wrap h3{
    font-size:44px;
}
    .app_wrap p {
        font-size: 32px;
    }
.news_wrap h3 {
    font-size: 52px;
    text-align:center;
}
.news_wrap .list_panel {
    display:flex;
    justify-content:space-between;
}
    .news_wrap .list_panel > div {
        width: 693px;
        color: #fff;
        background: #0D72E7;
        border-radius: 15px;
        padding: 35px 20px;
        box-sizing: border-box;
    }
        .news_wrap .list_panel > div.p2 {
            background: #E9E9E9;
            color:#000;
        }
    .news_wrap .list_panel .p_head {
        display: flex;
        justify-content: space-between;
        font-size:28px;
    }
    .news_wrap .list_panel ul {
        margin: 25px 0 0 0;
        padding: 0;
        font-size:18px;
        list-style:none;
    }
        .news_wrap .list_panel ul li {
            display: flex;
            justify-content: space-between;
            margin-bottom: 30px;
            align-items: baseline;
        }
        .news_wrap .list_panel ul li span {
            width:108px;
            display:block;
        }
        .news_wrap .list_panel ul li a {
            width: 528px;
        }

.footer {
    background:#000;
    color:#fff;
    margin-top:60px;
    padding:90px 0 120px;
    font-size:16px;
}
.footer .page {
    display:flex;
}
    .footer .f_logo  {
        text-align:center;
        width:340px;
    }
    .footer .f_logo>img {
        display:block;
        margin:0 auto 12px;
    }
    .footer .contact_wrap {

    }
    .footer .contact_wrap h3 {
        margin:0 0 36px;
        font-size:30px;
        font-weight:normal;
    }
        .footer .contact_wrap .info {
            display:flex;
            margin-bottom:30px;
        }
            .footer .contact_wrap .info .ite {
                margin-bottom: 12px;
            }
            .footer .contact_wrap .info > div {
                width: 520px;
            }
    .footer .form_wrap  {
        margin-left:30px;
    }
    .footer .form_wrap {
        margin-left: 30px;
    }
        .footer .form_wrap h3 {
            font-weight:normal;
            margin:10px 0 20px 20px;
            font-size:18px;
        }
        .footer .form_wrap textarea {
            width: 410px;
            height: 80px;
            padding-left: 5px;
        }
        .footer .form_wrap form>div {
            margin-bottom: 15px;
        }
        .footer .form_wrap select {
            border-radius: 8px;
            margin-right: 12px;
            height: 40px;
        }
        .footer .form_wrap input {
            border-radius: 8px;
            width: 306px;
            height: 40px;
            padding-left:5px;
        }
        .footer .form_wrap .tips {
            color: #f00;
            display:none;
        }
        .footer .form_wrap .btn_submit {
            padding:5px 20px 6px;
            background: #0D72E7;
            border-radius: 8px;
        }


.news_head {
    width: 100%;
    border-bottom: 1px solid #E4E4E4;
}
.news_head .page{
    display:flex;
    height:80px;
    justify-content:space-between;
    align-items:center;
}
    .news_head .logo {
        width:30px;
        height:30px;
    }
    .news_head .b_title {
        font-size: 26px;
        font-family: Poppins;
        font-weight: bold;
        color: #404040;
    }
    .news_head .btn {
        font-size: 20px;
        color: #565656;
    }
.news_wrap_list {
    margin:30px auto 60px;
    width:750px;
}
.news_tabs {
    height: 33px;
    border-bottom: 1px solid #E4E4E4;
}
.news_tabs a {
    padding: 12px 20px 12px 0;
    font-size: 16px;
    margin-right: 5px;
    color: #5C5C5C;
}
    .news_tabs a.current {
        color: #0263E0;
        border-bottom: 2px solid #0263E0;
    }
.news_list {
    
}
.news_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #5C5C5C;
}
.news_list ul li{
    display:flex;
    justify-content:space-between;
    margin-top:40px;
}
    .news_list ul li a {
        width: 636px;
    }
.hide{
    display:none;
}

.detail_wrap {
    width: 750px;
    margin: 20px auto 120px;
    color: #5C5C5C;
}
.detail_wrap h1 {
    font-size: 34px;
    font-family: Arial;
    font-weight: bold;
    color: #404040;
}
    .detail_wrap .time {
        font-size: 16px;
    }
    .detail_wrap .content {
        font-size: 18px;
        margin-top:30px;

    }

.floatSide {
    position: fixed;
    top: 200px;
    right: 0;
    background: #fff;
    border-radius: 8px 0 0 8px;
    border: 1px solid #E4E4E4;
    border-right: 0;
}
    .floatSide ul {
        list-style:none;
        margin:0;
        padding:0;
    }
    .floatSide ul>li {
        padding:10px;
        text-align:center;
        color:#333;
        font-size:12px;
        margin-bottom:15px;
    }
        .floatSide ul > li:last-child {
            margin-bottom: 0px;
        }
        .floatSide ul > li i {
            display:block;
            margin-bottom:5px;
            font-size: 30px;
        }