.news_gateway{
    width: 100%;
    margin:49px 0 148px;
}
.news_style{
    position:relative;
}
.news_style .picture{
    width:59.3%;
    float: right;
    margin-right:-5%;
}
.news_style .fonts{
    position: absolute;
    left:0;
    top:0;
    width:35%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.news_style .fonts h2,.management_system h2,.product-case .titles h2{
    font-size: 30px;
    font-weight: bold;
    color: #e8340c;
    line-height: 40px;
    margin-bottom: 18px;
}
.news_style .fonts p,.management_system p,.product-case .titles p{
    font-size:14px;
    color:#000;
    line-height:24px;
}
.product-case .titles {
    padding-bottom: 32px;
}
.news_terminal{
    width: 100%;
    background: url(../pic/img03.jpg) no-repeat center;
    background-size: cover;
    padding:150px 0;
}
.news_style.other .picture{
    float: left;
    margin-right: 0%;
    margin-left: -5%;
}
.news_style.other .fonts{
    left:auto;
    right:0;
}
.news_style.other .fonts p{
    color:#fff;
}
.system_news{
    padding:150px 0;
}
.management_system{
    padding:85px 0 103px;
    text-align: center;
}
.management_system .fonts{
    padding-bottom: 55px
}
.management_system .picture{
    max-width: 100%;
    height:auto;
}

.opening_system_aos{
    padding:56px 0 0px;
    overflow: hidden;
    text-align: center;
}
.opening_system_aos img{
    width: 100%;
    margin-top: 55px;
    margin-bottom: -15%;
    margin-right: -10%;
}
.agent_ras{
    background-color: #F2F4F7;
    width: 100%;
    text-align: center;
    padding: 56px 0 0;

}
.agent_ras img{
    width: 100%;
}
.link_cms>div{
    position: relative;
    min-height: 650px;
    padding-top: 100px;
    display: flex;
}
.link_cms .public_title{
    width: 100%;
    text-align: left;
}
.link_cms .public_title h3{
    margin-bottom: 32px;
    max-width: 550px;
}
.link_cms .public_title h2{
    font-size: 36px;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 36px;
    max-width: 550px;
}
.link_cms .public_title>div{
    text-align: left;
    max-width: 435px;
}
.link_cms img{
    width: 850px;
    position: absolute;
    right: -58px;
    top: 58px;
}
.opening_system_cms{
    padding:85px 0 75px;
    text-align: center;
}
.opening_system_cms h3{
    /* color: #E8380D; */
    font-size: 36px;
    line-height: 40px;
}
.opening_system_cms h2{
    font-size: 48px;
    line-height: 60px;
}
.opening_system_cms .opening_system_cms_list{
    margin-top: 20px;
}
.public_title{
    /* width: 780px; */
    color: #000;
    margin: 0 auto;
    text-align: center;
}
.public_title h3{
    margin-bottom: 32px;
    font-size: 32px;
    font-weight: normal;
    line-height: 36px;
    /* color: #E8380D; */
}
.public_title h2{
    margin-bottom: 24px;
    font-size: 36px;
    font-weight: bold;
    line-height: 48px;
    letter-spacing: 0em;
    color: #333333;
}
.public_title div{
    font-size: 16px;
    font-weight: normal;
    line-height: 33.6px;
    text-align: center;
    letter-spacing: 0em;
    color: #333333;
}
.link_wealth{
    overflow: hidden;
}

.link_wealth .w1280{
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 74px 0;
}
.link_wealth .public_title>span{
    display: block;
    width: 56px;
    height: 8px;
    background: #D62A00;
    margin-top: 162px;
}
.link_wealth .public_title{
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 100%;
}
.link_wealth .public_title>div{
    text-align: left;
    width: 484px;
}
.link_wealth .public_title>img{
    width: 624px;
    height: 242px;
    margin-top: 32px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 12px 0px; */
    filter: drop-shadow(0px 2px 12px rgba(0,0,0,0.1));
}
.link_wealth .w1280>img{
    width: 700px;
    margin-right: -100px;
}
.link_option {
    background-color: #F2F4F7;
}
.link_option .public_title>div{
    width: 624px !important;
}
.link_option .w1280>img{
    width: 639px;
    margin-right: -100px;
}
.link_trs .public_title>div{
    width: 624px !important;
}
.link_trs .w1280>img{
    width: 701px;
    margin-right: -85px !important;
}
.brokerage{
    background-color: #323232;
    height: 68px;
    text-align: center;
    color: #000;
    display: flex;
    align-items: center;
    width: 100%;
}
.linkTrade, .linkCounter {
    display: none;
}
.nav-link{
    flex: 1;
    height: 100%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.nav-link>span {
    position: relative;
    cursor: pointer; 
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0em;
}
.nav-link>span::after {
    content: '';
    position: absolute;
    bottom: -22px;
    left: calc(50% - 20px);
    width: 40px;
    height: 6px;
    background-color: #E8380D;
    transform: scaleX(0);
    transition: transform 0.3s;
}
.nav-link.active{
    color: #333333;
    background-color: #FFFFFF;
}
.nav-link:first-of-type.active::after{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    right: -26px;
    border-bottom: 68px solid #FFFFFF;
    border-right: 26px solid transparent;
}
.nav-link:last-of-type.active::after{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: -26px;
    border-bottom: 68px solid #FFFFFF;
    border-left: 26px solid transparent;
}
.nav-link.active>span::after,
.nav-link:hover>span::after {
    transform: scaleX(1);
}
.broker_link_counter{
    padding: 15px 0;
    overflow: hidden;
    background-color: #ffffff !important;
}
.broker_link_counter .w1280{
    padding: 0 !important;
    align-items: unset !important;
}
.broker_link_counter .public_title{
    margin-top: 90px;
    width: auto;
    justify-content: space-between;
}
.broker_link_counter img{
    width: 743px;
    margin-right: -65px;
    margin-top: 20px;
}
.broker_link_counter .public_title h2{
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: 0em;
    color: #333333;
}
.broker_link_counter .public_title div{
    width: 499px;
    font-size: 20px;
    font-weight: normal;
    line-height: 33.6px;
    letter-spacing: 0em;
    color: #333333;
}
.system_advantages{
    padding: 56px 0 64px;
    background-color: #F2F4F7;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.system_advantages_left{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 36px;
}
.system_advantages_left .item{
    width: 42%;
}
.system_advantages_left .public_title{
    width: 100%;
    text-align: center;
}
.system_advantages_left .public_title h3{
    margin: 0;
    font-size: 32px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0em;
    color: #333333;
}
.system_advantages_left .item p{
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    text-align: left;
    letter-spacing: 0em;
    color: #333333;
}
.system_advantages_left .item span{
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: 0em;
    color: #333333;
    display: block;
    margin-top: 24px;
}

.system_advantages img{
    width: 100%;
}
.system_characteristics{
    padding: 56px 0 46px;
}

.system_characteristics .public_title h3{
    font-weight: bold;
    font-size: 32px;

}
.system_characteristics .public_title span{
    font-size: 14px;
    line-height: 18px;
    color: #999999;
}
.system_characteristics_list{
    display: flex;
    flex-direction: column;
    gap: 100px;
    margin-top: 36px;
}
.system_characteristics_item{
    display: flex;
    justify-content: space-between;
    gap: 66px;
}
.system_characteristics_item:nth-child(2n){
    flex-direction: row-reverse;
}

.system_characteristics_img>img{
    width: 638px;
    /* height: 350px; */
}
.system_characteristics_text{
    margin-top: 24px;
}
.system_characteristics_text>div:first-of-type{
    font-size: 24px;
    font-weight: 500;
    line-height: 33.6px;
    letter-spacing: 0em;
    color: #3D3D3D;
}
.characteristics>div{
    margin-top: 24px;
    display: flex;
    gap: 10px;
}
.characteristics>div>img{ 
    width: 16px;
    height: 16px;
    margin-top: 4px;
}
.characteristics>div>span{ 
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0em;
    color: #3D3D3D;
}

.broker_link_trade{
    padding: 56px 0 0;
    overflow: hidden;
    text-align: center;
    background-color: #ffffff;
}
.broker_link_trade img{
    width: 80%;
    margin-top: 56px;
    margin-bottom: -8%;
}
.broker_link_trade .public_title h3{
    font-size: 32px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 24px;
    color: #333333;
}
.broker_link_trade .public_title div{
    font-size: 16px;
    font-weight: normal;
    line-height: 33.6px;
    text-align: center;
    letter-spacing: 0em;
    color: #333333;
}

.coverage{
    overflow: hidden;
    background-color: #F2F4F7;
}

.coverage .w1280{
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 74px 0;
}
.coverage .public_title>span{
    display: block;
    width: 56px;
    height: 8px;
    background: #D62A00;
    margin-top: 162px;
}
.coverage .public_title{
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 100%;
}
.coverage .public_title>h3{
    width: 533px;
    font-weight: bold;
    color: #333333;
}
.coverage .public_title>div{
    text-align: left;
    width: 533px;
}
.coverage .public_title>img{
    width: 624px;
    height: 242px;
    margin-top: 32px;
}
.coverage .w1280>img{
    width: 700px;
    margin-right: -100px;
}

.broker_globalization{
    padding-top: 4%;
    background: #F2F4F7;
    text-align: center;
    position: relative;
}
.broker_globalization .public_title{
    position: absolute;
    top: 4%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.broker_globalization img{
    width: 80%;
}
.broker_ecology{
    padding: 56px 0 0;
    background-color: #F2F4F7;
    overflow: hidden;
}
.broker_ecology img{
    width: 100%;
    margin: -9% 0 -28.2%;
}
.framework{
    padding: 56px 0 36px;
}
.framework .public_title h3{
    font-size: 32px;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0em;
    color: #333333;
    margin-bottom: 24px;
}
.framework .public_title div{
    max-width: 1244px;
    font-size: 16px;
    font-weight: normal;
    line-height: 33.6px;
    text-align: center;
    letter-spacing: 0em;
    color: #333333;
}
.framework img{
    width: 100%;
}
.cloud_market_trend{
    background-color: #F2F4F7;
    text-align: right;
    position: relative;
    z-index: -2;
}
.cloud_market_trend .public_title{
    text-align: left;
    z-index: 2;
    padding: 10% 0 3% 4%;
}
.cloud_market_trend img{
    width: 75%;
    object-fit: cover;
}
.cloud_market_trend  .cloud_market_trend_right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 80%;
}
.cloud_market_trend  .cloud_market_trend_right img{
    width: 70%;
}
.cloud_market_trend  .public_title h2 {
    margin-bottom: 56px;
}
.cloud_market_trend .cloud_market_trend_left{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    max-width: 600px;
}
.cloud_market_trend .cloud_market_trend_left img{
    width: 66px;
    height: 66px;
    margin-right: 15px;
}
.cloud_market_trend .cloud_market_trend_left .content p{
    font-size: 24px;
}
.cloud_market_trend .cloud_market_trend_left .content span{
    font-size: 14px;
    line-height: 24px;
}
.system_architecture{
    padding:4% 0%;
}
.system_architecture .system_architecture_main{
    text-align: center;
    width: 100%;
    margin-top: 2%;
}
.system_architecture .system_architecture_main img{
    width: 60%;
}
.system_architecture .system_architecture_main_box{
   position: relative;
}
.system_architecture .system_architecture_main_box .center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.system_architecture .system_architecture_main_box .center p{
    font-size: 24px;
    line-height: 26px;
    color: #E8380D;
}
.system_architecture .system_architecture_main_box .center span{
    font-size: 14px;
    line-height: 16px;
}
.system_architecture .system_architecture_main_box .title{
    position: absolute;
}
.system_architecture .system_architecture_main_box .title h3{
    font-size: 24px;
    line-height: 26px;
}
.system_architecture .system_architecture_main_box .title p{
    font-size: 14px;
    line-height: 16px;
}
.systemTitle1{
    width:22%;
    text-align: right;
    top: 7%;
    left: 0%;
}
.systemTitle2{
    width:18%;
    text-align: right;
    top: 44%;
    left: 0%;
}
.systemTitle3{
    width:22%;
    text-align: right;
    top: 80%;
    left: 0%;
}
.systemTitle4{
    width:22%;
    text-align: left;
    top: 7%;
    right: 0%;
}
.systemTitle5{
    width:18%;
    text-align: left;
    top: 44%;
    right: 0%;
}
.systemTitle6{
    width:22%;
    text-align: left;
    top: 80%;
    right: 0%;
}
.system_architecture_main_moblie{
    /* display: flex;
    flex-direction: column; */
    display: none;
}
.system_architecture_main_moblie .title{
    padding-left: 4%;
    flex:1;
   display: flex;
   margin-top: 4%;
}
.system_architecture_main_moblie .title .content{
    flex: 1;
    margin-left: 5px;
}
.system_architecture_main_moblie .title .content h3{
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
}
.system_architecture_main_moblie .title .content p{
    font-size: 14px;
    line-height: 16px;
}
.system_architecture_main_moblie .serial{
    width: 40px;
    height: 40px;
    background: #E8380D;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
}
.data_provision{
    background-color: #F2F4F7;
    display: flex;
}
.data_provision img{
    width: 50%;
    margin-top: 20%;
    margin-bottom: -12%;
    margin-right: 5%;
    margin-left: -10%;
    z-index: 1;
}
.data_provision .data_provision_left{
   flex: 1;
   padding-top: 8%;
   padding-left: 4%;
   z-index: 2;
}
.data_provision .public_title{
    text-align: left;
}
.data_provision .data_provision_left_list{
    display: flex;
    flex-wrap: wrap;
}
.data_provision .data_provision_left_list .item{
    display: flex;
    width: 50%;
    align-items: center;
    margin-top: 5%;
    font-size: 24px;

}
.data_provision .data_provision_left_list .item:last-of-type{
    width: 100%;
}
.data_provision .data_provision_left_list .item p{
    width: 40px;
    height: 40px;
    background: #E8380D;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
.data_provision .data_provision_left_list .item span{
    margin-left: 5px;
    flex: 1;
}
.service_advantages{
    display: flex;
}
.service_advantages_left{
    flex: 1;
    padding: 3%;
    background-color: #000;
}
.service_advantages_left .public_title h2{
    color: #fff;
}
.service_advantages_left img{
    width: 100%;
}
.service_advantages_left .introduce p{
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}
.service_advantages_left .introduce span{
    color: #fff;
    font-size: 14px;
}
.service_advantages_right{
    color: #fff;
    background-color: #E8380D;
    flex: 2;
    display: flex;
    flex-wrap: wrap;
}
.service_advantages_right_top{
    background-color: #333;
    padding: 3% 0% 3% 5%;
    width: 100%;
}
.service_advantages_right_top>p{
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
.service_advantages_right_top img{
    width: 100%;
}
.service_advantages_right_top_list{
    display: flex;
    margin-top: 20px;
}
.service_advantages_right_top_item{
    width: 25%;
    padding-right: 5%;
}
.service_advantages_right_top_item p{
    font-size: 24px;
    line-height: 28px;
    color: #E8380D;
    margin-top: 15px;
    margin-bottom: 5px;
}
.service_advantages_right_top_item span{
    font-size: 14px;
    line-height: 16px;
}
.service_advantages_right_bottom{
    background-color: #E8380D;
    color: #fff;
    display: flex;
    padding: 3% 0% 3% 5%;
}
.service_advantages_right_bottom_right{
    flex: 1;
}
.service_advantages_right_bottom_right p{
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom:20%;
}
.service_advantages_right_bottom_right img{
    width: 80%;
}
.service_advantages_right_bottom_list {
    flex: 2;
    display: flex;
    flex-wrap: wrap;
}
.service_advantages_right_bottom_item{
    width: 50%;
}
.service_advantages_right_bottom_item img{
   width: 80%;
}
.service_advantages_right_bottom_item p{
    font-size: 24px;
    margin-bottom: 5%;
}
.product_value{
    padding:4% 0%;
    background-color: #F2F4F7;
}
.product_value_main {
    padding: 0 4%;
    display: flex;
    margin-top: 2%;
}
.product_value_main .item{
    flex: 1;
    background-color: #fff;
    border-radius: 10px;
    margin-right: 2%;
    padding: 3%;
}
.product_value_main .item:last-of-type{
    margin-right: 0;
}
.product_value_main .item .title{
    font-size: 36px;
    color: #E8380D;
    margin: 10px 0;
}
.product_value_main .item .list{
    display: flex;
    margin-top: 4%;
}
.product_value_main .item .serial{
    width: 24px;
    height: 24px;
    background-color: #E8380D;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}
.product_value_main .item .content{
    margin-left: 5px;
    flex: 1;
}
.product_value_main .item .content p{
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 5px;
}
.product_value_main .item .content span{
    font-size: 14px;
    line-height: 16px;
}
.cooperative_partne{
    display: flex;
    align-items: center;
}
.cooperative_partne_left {
    flex: 2;
    display: flex;
    flex-wrap: wrap;
}
.cooperative_partne_right {
    flex: 1;
    padding-left: 4%;
    margin: 15px 0;
}
.cooperative_partne_right .public_title{
    text-align: left;
}
.cooperative_partne_right .introduce p{
    text-align: left;
    color: #E8380D;
    font-size: 24px;
}
.cooperative_partne_right .introduce span{
    text-align: left;
    font-size: 14px;
}
.cooperative_partne_left .box{
    width: 33.33%;
    height: 300px;
    text-align: center;
    line-height: 300px;
}
.cooperative_partne_left .box img{
    width: 40%;
}
.cooperative_partne_left .box:nth-of-type(2n-1){
    background-color: #F5F5F5;
}