﻿html {
    margin: 0px;
    height: 100%;
    width: 100%;
}

body {
    margin: 0px;
    height: 100%;
    width: 100%;
}

div {
    font-weight: normal;
    font-stretch: normal;
}


.channel_container {
   
}

.channel_container .bg_img {
    display: flex;
        justify-content: center;
        align-items: end;
    width: 100%;
    height: 550px;
    background: url(/Content/News/channel/bg1.png);
    background-size: 100% 100%;
}

.channel_container .bg_img2 {
    display: flex;
        justify-content: center;
        align-items: end;
    width: 100%;
    height: 550px;
    background: url(/Content/News/channel/bg1.png);
    background-size: 100% 100%;

}

.channel_container .bg_div {
    width: 685px;
    text-align: center;
    margin: 0 auto;
    padding-top: 110px;
}

.channel_container .bg_title {
    font-size: 40px;
    color: #000000;
}

.channel_container .bg_title2 {
    margin-top: 48px;
    font-size: 18px;
    color: #4e5969;
}

.channel_container .need_know {
    width: 450px;
    margin-left: 190px;
}

.channel_container .needMt {
    margin-top: 70px;
}

.channel_container .need_text1 {
    font-size: 24px;
    color: #000000;
}

.channel_container .need_text2 {
    margin-top: 12px;
    font-size: 16px;
    color: #4e5969;
}


.channel_container .advantage {
    width: 100%;
    height: 540px;
    background-color: #1977f0;
    display: flex;

}

.channel_container .advantageTitle {
    margin-top: 78px;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
}

.channel_container .advantageBox {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.channel_container .advantage img {
    width: 172px;
    height: 172px;
    border-radius: 50%;
}

.channel_container .advantageText {
    margin-top: 20px;
    font-size: 24px;
    color: #ffffff;
}

.channel_container .cooperate {
    width: 100%;
    display: flex;
    padding-bottom: 60px;
}

.channel_container .cooperateBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.channel_container .cooperateWidth {
    width: 224px;
    padding: 25px 20px;
    border-radius: 0px 0px 50px 0px;
}

.channel_container .cooperate .mtop15 {
    margin-top: 15px;
}

.channel_container .cooperateText1 {
    margin-top: 5px;
    font-size: 20px;
    color: #000000;
}

.channel_container .cooperateText2 {
    margin-top: 15px;
    font-size: 16px;
    color: #4e5969;
    line-height: 24px;
}

.channel_container .butButDisCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}




.channel_container .show {
    width: 100%;
    display: flex;
}

.channel_container .showBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.channel_container .showWidth {
    width: 285px;
    padding: 20px 20px 30px 20px;
    background-color: #ffffff;
}


.channel_container .showText1 {
    font-size: 20px;
    color: #000000;
    text-align: center;
    margin: 30px 0px 55px 0px;
}

.channel_container .showText2 {
    font-size: 14px;
    color: #4e5969;
    line-height: 22px;
    margin-bottom: 35px;
}

.channel_container .showDisBetween {
    display: flex;
        justify-content: space-between;
        align-items: center;
}

.channel_container .flexJustify {
    display: flex;
        justify-content: center;
        padding: 30px 0 40px 0;
}
.channel_container .flexJustify .boxLine {
    border-radius: 2px;
        width: 80px;
        height: 4px;
        background-color: #165dff;
}