.index_new_left{
    width: 42%;
}

.index_new_right{
    width: 55%;
}

.inde_new_img{
    height: 330px;
    overflow: hidden;
}
.index_new_title{
    display: flex;
    justify-content: space-between;
}

.index_new_title h3{
    font-size: 1.5rem;
    width: 80%;
}

.index_new_title span{
    color: #999;
    font-size: 1.2rem;
    padding-top: 2rem;
}

.index_new_txt{
    color: #999;
    font-size: 1.2rem;
}

.index_new_right ul li{
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 2rem;
    border: #ddd 1px solid;
    margin-bottom: 1.5rem;
}

.index_new_right ul li .index_num{
    font-size: 8rem;
    color: #ddd;
}

.new_list_title{
    display: flex;
    justify-content: space-between;
}

.index_new_list span{
    color: #aaa;
}

.new_list_title span{
    color: #aaa;
    font-size: 1.2rem;
}

.new_list_txt{
    padding-top: 1rem;
}

.new_list_txt a{
    color: #aaa;
    font-size: 1.2rem;
}

.dongtai_box{
    background-color: #f8f8f8;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}

.dongtai_left{
    width: 10%;
    text-align: center;
}

.dongtai_middle{
    width: 80%;
}

.dongtai_middle h3{
    margin-top: 10px;
}

.dongtai_middle p{
    font-size: 14px;
    color: #777;
}

.dongtai_right{
    width: 10%;
    padding-top: 10px;
    text-align: center;
}

.video_bg{
    background-image: url('/static/images/video_bg.jpg');
    min-height: 600px;
    padding: 2rem 0;
}

.video_bg .title_h3{
    color: #fff;
}


.index_v_tab{
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_v_tab li{
    margin: 2rem 1rem;
    color: #fff;
    background-color: #313342;
    border: #fff 1px solid;
}

.index_v_tab li a{
    display: block;
    padding: 5px 20px;
    color: #fff;
}

.index_v_tab li.active, .index_v_tab li:hover{
    background-color: #ed9619;
    border: #ed9619 1px solid;
}

.index_v_tab li.active a{
    color:  #fff;
}

.video_list1{
    width: 100%;
    display: flex;
    justify-content: center;
}

.video_list1 li{
    position: relative;
    padding: 0 1rem 1rem 1rem;
    cursor: pointer;
}

.video_list1 li p{
    background-color: #fff;
    text-align: center;
    padding: 1rem;
}


.video_img{
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.msg_box{
    position: absolute;
    left: 0;
    bottom: -150px;
    width: 100%;
    height: 120px;
    background-repeat: no-repeat;
    background-image: url('/static/images/message.jpg');
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
}

.msg_right{
    width: 40%;
}

.msg_left{
    width: 55%;
    padding-left: 15%;
    flex-shrink: 0;
}

.msgleft_title{
    display: flex;
    align-items: center;
}

.msgleft_title p{
    font-size: 12px;
    color: #313342;
    padding-top: 18px;
    padding-left: 5px;
}

.msgright_title{
    display: flex;
    align-items: center;
    color: #fff;
}

.msgright_title p{
    font-size: 12px;
    padding-top: 18px;
    padding-left: 5px;
}

.msg_btn{
    background-color: #ed9619;
    height: 36px;
    line-height: 36px;
    width: 280px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 18px;
    cursor: pointer;
}

.msg_btn a{
    color: #fff;
}

.msg_btn:hover{
    opacity: 0.8;
}

.msg_input{
    border: #3754bf 1px solid;
    height: 36px;
    line-height: 36px;
    width: 90%;
    border-radius: 18px;
    position: relative;
}

.msg_input input{
    background: none;
    border: 0;
    outline: none;
    padding-left: 20px;
    width: 70%;
    font-size: 14px;
}

.msg_submit{
    background-color: #3754bf;
    border-radius: 18px;
    width: 90px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: -1px;
    cursor: pointer;
}

.msg_submit:hover{
    background-color: #1546f9;
}

.home_about_box{
    display: flex;
    justify-content: space-between;
}

.about_left{
    padding-left: 90px;
    padding-right: 30px;
}

.about_left h3{
    padding-top: 3rem;
    font-weight: 600;
}

.about_left p{
    color: #777;
}

.about_remark{
    padding-top: 2rem;
    font-size: 14px;
    line-height: 3rem;
    color: #777;
}

.about_btn{
    width: 200px;
    margin: 3rem 0;
    background-color: #2d5ea5;
    padding: 1rem 0;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.about_btn a{
    color: #fff;
}

.about_btn:hover{
    background-color: #007eff;
}

.about_ul{
    display: flex;
    justify-content: space-between;
}

.about_ul li{
    width: 24%;
    background-color: #f8f8f8;
    padding: 2rem 0;
    text-align: center;
    cursor: pointer;
}

.about_ul li img{
    height: 42px;
}

.about_ul li:hover{
    background-color: #eee;
}

.about_ul li p{
    padding-top: 10px;
}

.about_right{
    width: 45%;
    flex-shrink: 0;
    overflow: hidden;
}

.about_right img{
    width: 100%;
}

