.row{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.container-fluid{
    padding-right: 0px !important;
    padding-right: 0px !important;
}

/*线上服务。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。*/
#h_on-line {
    background: url('../image/home/矩形8.jpg') no-repeat center;
    padding: 60px 0;
    padding-bottom: 2%;
}

#h_on-line .title-content{
    /*padding: 0px;*/
    margin-bottom: 26px;
}

/*标题大屏幕*/
#h_on-line .title-content .title-content-t1{
    border-left: 10px #03B19FFF solid;
    /*margin-left: -15px;*/
}

#h_on-line .title-content .title-content-t1 h1{
    margin: 0px;
    font-weight: 500;
    white-space: nowrap;
    color: #626467;
}

/*标题小屏幕*/
#h_on-line .title-content .title-content-xt1{
    border-left: 6px #03B19FFF solid;
    /*margin-left: -15px;*/
    margin-top: -20px;
}

#h_on-line .title-content .title-content-xt1 h3{
    margin: 0px;
    font-weight: 500;
    color: #626467;
}

#h_on-line .title-content .title-content-t2{
    color: #03B19FFF;
    font-size: 24px;
    /*margin-left: -15px;*/
    line-height: 68px;
}

/*左右箭头*/
#h_on-line .title-content .title-content-zuoyou{
    color: #9a9a9a;
    font-size: 46px;
    margin-left: -24px;
    margin-top: 30%;
    line-height: 68px;
}

#h_on-line .title-content .title-content-zuoyou span:hover{
    color: #03B19FFF;
    /*font-size: 50px;*/
}

/*小屏幕左右箭头*/
#h_on-line .title-content-xzuoyou{
    color: #9a9a9a;
    font-size: 26px;
    /*line-height: 68px;*/
    text-align: center;
    margin-top: 4%;

}

#h_on-line  .title-content-xzuoyou span:hover{
    color: #03B19FFF;
    /*font-size: 50px;*/
}

/*左边底部图标*/
#h_on-line .title-content-tubiao span{
    /*margin-left: -15px;*/
    /*position: absolute;*/
    /*bottom: 0px;*/
    font-size: 24px;
    color: #072C7DFF;
}

#h_on-line .title-content-tubiao p{
    margin-left: -15px;
    /*position: absolute;*/
    /*bottom: 0px;*/
    font-size: 6px;
    color: #9a9a9a;
}

/*图片轮播内容*/
#h_on-line .content .content-item{
    /*border: 1px #f00 solid;*/
    padding-left: 0px;
    padding-right: 0px;
}

#h_on-line .content .content-item .content-item-imgdiv{
    /*border: 1px #f00 solid;*/
    width: 96%;
    margin: 0 auto;
}

#h_on-line .content .content-item:hover .content-item-imgdiv{
    /*width: 96%;*/
    /*height: 200%;*/
    /*transform:scaleY(1.1);*/
    animation:fadenum 0.5s;
}

/*图片轮播遮罩*/
#h_on-line .content .content-item .content-item-tdiv{
    position: absolute;
    bottom: 0px;
    width: 95%;
    height: 40%;
    background: rgba(0,0,0,.5);
    /*margin-right: -30px;*/
    text-align: center;
    color: #fff;
    padding-top: 2.4vw;
}

/*#h_on-line .content .content-item:hover .content-item-tdiv{*/
/*    display: none;*/
/*}*/

#h_on-line .content .content-item .content-item-tdiv span{
    font-size: 3.2vw;
    /*margin-top: 2vw !important;*/
}

#h_on-line .content .content-item .content-item-tdiv p{
    font-size: 2vw;
    margin-top: 12%;
}

/*提示框容器*/
/*#h_on-line .content .content-item .content-item-tip {*/
/*    position: absolute;*/
/*    !*left: 20px;*!*/
/*    right: 30%;*/
/*    top: 58%;*/
/*    width: 110%;*/
/*    height: 50%;*/
/*    background: #03b19f;*/
/*    padding: 10px;*/
/*    !*设置圆角*!*/
/*    -webkit-border-radius: 5px;*/
/*    -moz-border-radius: 5px;*/
/*    border-radius: 5px;*/

/*    transform:scaleY(0.9);*/
/*    display: none;*/
/*}*/

#h_on-line .content .content-item .content-item-tip {
    position: absolute;
    /*left: 20px;*/
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: #03b19f;*/
    background: rgba(0,0,0,.5);
    /*padding: 10px;*/
    /*padding-top: 30px;*/
    display: none;
}

#h_on-line .content .content-item:hover .content-item-tip{
    /*display: block;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

/*提示框-上三角*/
/*#h_on-line .content .content-item .content-item-tip .tip-trangle-top {*/
/*    position: absolute;*/
/*    top: -29px;*/
/*    right: 63%;*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-left: 40px solid transparent;*/
/*    !*border-right: 15px solid transparent;*!*/
/*    border-bottom: 30px solid #03b19f;*/
/*}*/

/*提示框内容*/
#h_on-line .content .content-item .content-item-tip .tip-content{
    /*white-space: nowrap;*/
}
#h_on-line .content .content-item .content-item-tip .tip-content p:nth-child(1){
    text-align: right;
    color: #fff;
    line-height: 2vw;
    font-size: 0.8vw;
}
#h_on-line .content .content-item .content-item-tip .tip-content p:nth-child(2){
    text-align: center;
    color: #fff;
    font-size: 1.8vw;
    letter-spacing: 0.6vw;
}
#h_on-line .content .content-item .content-item-tip .tip-content p:nth-child(3){
    text-align: center;
    color: #fff;
    font-size: 0.8vw;
    line-height: 4vw;
}
#h_on-line .content .content-item .content-item-tip .tip-content p:nth-child(3) span{
    border: 1px #fff solid;
    padding: 0.4vw;
    border-radius: 2vw;
}
#h_on-line .content .content-item .content-item-tip .tip-content p:nth-child(4){
    text-align: center;
    color: #fff;
    font-size: 1.2vw;
    line-height: 1.2vw;
}
#h_on-line .content .content-item .content-item-tip .tip-content p:nth-child(5){
    text-align: center;
    color: #fff;
    font-size: 1.2vw;
    line-height: 1.2vw;
}
#h_on-line .content .content-item .content-item-tip .tip-content p:nth-child(6){
    text-align: center;
    color: #fff;
    font-size: 0.6vw;
    /*line-height: 1.2vw;*/
}

/*线上服务详情----------------------------*/
#h_on-line_details{
     position: absolute;
     top: 0px;
     right: 0px;
    z-index: 8;
    width: 75%;
    height: 100%;
    /*background-color: rgba(255,255,0,.5);*/
    display: none;
}
#h_on-line_details .h_on-line_details-item{
    /*border: 1px #f00 solid;*/
    width: 100%;
    height: 100%;

}
#h_on-line_details .h_on-line_details-item img{
    width: 100%;
    height: 100% ;
    /*display: none;*/
}
#h_on-line_details .back{
    color: #FFFFFF;
    font-size: 0.8vw;
    position: absolute;
    top: 2.4vw;
    right: 7.8vw;
    z-index: 3;
}

@media screen and (max-width: 990px) {
    #h_on-line_details {
        top: 110px;
        width: 100%;
        height: calc(100% - 110px);
    }

    #h_on-line_details .h_on-line_details-item p {
        font-size: 10px;
    }
}

/*线下服务。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。*/
#h_off-line {
    background-color: rgb(7,44,125);
    /*background: url('../image/home/矩形8.jpg') no-repeat center;*/
    padding: 60px 0;
    padding-bottom: 2%;
}
#h_off-line .title-content{
    margin-bottom: 26px;
}

/*标题大屏幕*/
#h_off-line .title-content .title-content-t1{
    border-left: 10px #03B19FFF solid;
    /*margin-left: -15px;*/
}

#h_off-line .title-content .title-content-t1 h1{
    margin: 0px;
    font-weight: 500;
    white-space: nowrap;
    color: #fff;
}

/*标题小屏幕*/
#h_off-line .title-content .title-content-xt1{
    border-left: 6px #03B19FFF solid;
    /*margin-left: -15px;*/
    margin-top: -20px;
}

#h_off-line .title-content .title-content-xt1 h3{
    margin: 0px;
    font-weight: 500;
    color: #fff;
}

#h_off-line .title-content .title-content-t2{
    color: #03B19FFF;
    font-size: 24px !important;
    /*margin-left: -15px;*/
    line-height: 68px;
}

/*左右箭头*/
#h_off-line .title-content .title-content-zuoyou{
    color: #03B19FFF;
    font-size: 46px;
    margin-left: -15px;
    margin-top: 65%;
    line-height: 68px;
}

#h_off-line .title-content .title-content-zuoyou span:hover{
    color: #fff;
    /*font-size: 50px;*/
}

/*小屏幕左右箭头*/
#h_off-line .title-content-xzuoyou{
    color: #03B19FFF;
    font-size: 26px;
    /*line-height: 68px;*/
    text-align: center;
    margin-top: 4%;

}

#h_off-line  .title-content-xzuoyou span:hover{
    color: #fff;
    /*font-size: 50px;*/
}

/*左边底部图标*/
#h_off-line .title-content-tubiao{
    /*position: absolute;*/
    /*bottom: 0px;*/
    margin-left: -14px;
    font-size: 24px;
    color: #fff;
    margin-top: 100%;
}

#h_off-line .title-content-tubiao p{
    /*margin-left: -30px;*/
    /*position: absolute;*/
    /*bottom: 0px;*/
    font-size: 6px;
    color: #fff;
}

/*图片轮播内容*/
#h_off-line .content{
    /*display: flex;*/
}

/*图片轮播内容*/
#h_off-line .content .content-item{
    /*border: 1px #f00 solid;*/
    /*padding-left: 0px;*/
    /*padding-right: 0px;*/
    /*width: 20%;*/

}

@keyframes fadenum{
    /*0%{transform:translateX(420px);}*/
    /*1%{transform: scale(1.09);}*/
    0%{opacity: 0.4;}

    100%{opacity: 1;}
}

#h_off-line .content .content-item .content-item-imgdiv{
    /*border: 1px #f00 solid;*/
    width: 96%;
    margin: 0 auto;
}

#h_off-line .content .content-item .content-item-imgdiv:hover{
    /*border: 1px #f00 solid;*/
    width: 96%;
    /*transform: scale(1.05);*/
    animation:fadenum 1s;
}

/*#h_off-line .content .content-item .content-item-imgdiv:hover .content-item-tdiv{*/
/*    !*transform: scale(1.05);*!*/
/*    background-color: rgba(3, 177, 159,0);*/
/*    color: #fff;*/
/*}*/

#h_off-line .content .content-item .content-item-tdiv{
    position: absolute;
    bottom: 10%;
    /*top: 50px;*/
    font-size: 1.4vw;
    color: #fff;
    text-align: center;
    width: 96%;
    height: 126px;
    line-height: 22px;
    background-color: rgba(3, 177, 159,.7);
    display: flex;
    justify-content: center;
    align-items: center;
}


/*线下服务详情----------------------------*/
#h_off-line_details{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 8;
    width: 75%;
    height: 100%;
    /*background-color: rgba(255,255,0,.5);*/
    display: none;
}
#h_off-line_details .h_off-line_details-item{
    /*border: 1px #f00 solid;*/
    width: 100%;
    height: 100%;

}
#h_off-line_details .h_off-line_details-item img{
    width: 100%;
    height: 100% ;
    /*display: none;*/
}
#h_off-line_details .back{
    color: #FFFFFF;
    font-size: 0.8vw;
    position: absolute;
    top: 2.4vw;
    right: 7.8vw;
    z-index: 3;
}

@media screen and (max-width: 990px) {
    #h_off-line_details {
        top: 110px;
        width: 100%;
        height: calc(100% - 110px);
    }

    #h_off-line_details .h_off-line_details-item p {
        font-size: 10px;
    }
}

/*<!--业务订单查询--><!--业务数据展示-->--------------------------------------------------------------------------------------*/
#h_order-query_data-display{
    /*background: url('../image/home/矩形8.jpg') no-repeat center;*/
    background-color: #1b3e89;
    /*padding: 60px 0;*/
    /*padding-bottom: 2%;*/
    /*border: 1px #ac2925 solid;*/
}

/*业务订单---------------------------------------------------------------------------------------------------*/
#h_order-query{
    /*border: 1px #ffffff solid;*/
}

#h_order-query .h_order-query-item{
    /*border: 1px #ff0000 solid;*/
    padding: 7% 4%;
    padding-bottom: 0;
    /*color: #fff;*/
}

#h_order-query .h_order-query-left{
    /*border: 1px #ffffff solid;*/
    background-color: #03b19f;
    border-radius: 6px;
    /*width: 200px;*/
    height: 110px;
    color: #fff;
    /*padding: 4%;*/
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

#h_order-query .h_order-query-right{
    /*border: 1px #ffffff solid;*/
    background-color: #03b19f;
    border-radius: 6px;
    /*width: 200px;*/
    height: 110px;
    color: #fff;
    /*padding: 4%;*/
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 28px;
}

/*业务数据展示-*/
#h_data-display{
    /*border: 1px #ac2925 solid;*/
    padding: 6% 0;
    margin-top: 30px;
}

#h_data-display .h_data-display-itemdiv{
    /*border: 1px #08ff00 solid;*/
    padding: 68px 0;
    background: url(../image/home/图层40拷贝.png) center no-repeat;
    background-size: 100% 100% !important;
}

#h_data-display .h_data-display-item-data{
    /*border: 1px #ffe000 solid;*/
    /*height: 110px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

#h_data-display .h_data-display-item-data-number{
    /*border: 1px #ffffff solid;*/
    /*height: 110px;*/
    color: #fff;
    text-align: center;
    white-space: nowrap;
    width: 200px;
}

#h_data-display .h_data-display-item-t{
    /*border: 2px #00f3f8 solid;*/
    background: url(../image/home/图层41.png) center no-repeat;
    background-size: 100% 100% !important;
    /*background-color: #03b19f;*/
    /*height: 110px;*/
    color: #fff;
    text-align: center;
    font-size: 34px;
    /*white-space: nowrap;*/
    width: 280px;
    height: 70px;
    line-height: 70px;
    position: absolute;
    /*left: 20px;*/
    left: calc(50% - 140px);
    top: -35px;
}

/*<!--跨境数字综合服务业务简介--------------------------------------------------------------------------------------->*/
#h_business-profile {
    background: url('../image/home/矩形8.jpg') no-repeat center;
    padding: 60px 0;
    padding-bottom: 2%;
}

#h_business-profile .title-content{
    /*padding: 0px;*/
    margin-bottom: 26px;
}

/*标题大屏幕*/
#h_business-profile .title-content .title-content-t1{
    border-left: 10px #03B19FFF solid;
    /*margin-left: -15px;*/
}

#h_business-profile .title-content .title-content-t1 h1{
    margin: 0px;
    font-weight: 500;
    white-space: nowrap;
    color: #626467;
}

/*标题小屏幕*/
#h_business-profile .title-content .title-content-xt1{
    border-left: 6px #03B19FFF solid;
    /*margin-left: -15px;*/
    margin-top: -20px;
}

#h_business-profile .title-content .title-content-xt1 h3{
    margin: 0px;
    font-weight: 500;
    color: #626467;
}

#h_business-profile .title-content .title-content-t2{
    color: #03B19FFF;
    font-size: 24px;
    /*margin-left: -15px;*/
    line-height: 68px;
}

/*左右箭头*/
#h_business-profile .title-content .title-content-zuoyou{
    color: #9a9a9a;
    font-size: 46px;
    margin-left: -24px;
    margin-top: 40%;
    line-height: 68px;
}

#h_business-profile .title-content .title-content-zuoyou span:hover{
    color: #03B19FFF;
    /*font-size: 50px;*/
}

/*小屏幕左右箭头*/
#h_business-profile .title-content-xzuoyou{
    color: #9a9a9a;
    font-size: 26px;
    /*line-height: 68px;*/
    text-align: center;
    margin-top: 4%;

}

#h_business-profile  .title-content-xzuoyou span:hover{
    color: #03B19FFF;
    /*font-size: 50px;*/
}

/*左边底部图标*/
#h_business-profile .title-content-tubiao span{
    /*margin-left: -15px;*/
    /*position: absolute;*/
    /*bottom: 0px;*/
    font-size: 24px;
    color: #072C7DFF;
}

#h_business-profile .title-content-tubiao p{
    margin-left: -15px;
    /*position: absolute;*/
    /*bottom: 0px;*/
    font-size: 6px;
    color: #9a9a9a;
}

/*图片轮播内容*/
#h_business-profile .content .content-item{
    /*border: 1px #f00 solid;*/
    padding-left: 0px;
    padding-right: 0px;
}

#h_business-profile .content .content-item .content-item-imgdiv{
    /*border: 1px #f00 solid;*/
    width: 96%;
    margin: 0 auto;
}

#h_business-profile .content .content-item:hover .content-item-imgdiv{
    /*width: 96%;*/
    /*height: 200%;*/
    transform:scaleY(1.1);
}

/*图片轮播遮罩*/
#h_business-profile .content .content-item .content-item-tdiv{
    position: absolute;
    bottom: 0px;
    width: 95%;
    height: 40%;
    background: rgba(0,0,0,.5);
    /*margin-right: -30px;*/
    text-align: center;
    color: #fff;

    padding-top: 2.4vw;
}

#h_business-profile .content .content-item:hover .content-item-tdiv{
    display: none;
}

#h_business-profile .content .content-item .content-item-tdiv span{
    font-size: 3.2vw;
    margin-top: 12%;
}

#h_business-profile .content .content-item .content-item-tdiv p{
    font-size: 2vw;
    margin-top: 12%;
}


/*提示框容器*/
/*#h_business-profile .content .content-item .content-item-tip {*/
/*    position: absolute;*/
/*    !*left: 20px;*!*/
/*    right: 30%;*/
/*    top: 58%;*/
/*    width: 110%;*/
/*    height: 50%;*/
/*    background: #03b19f;*/
/*    padding: 10px;*/
/*    !*设置圆角*!*/
/*    -webkit-border-radius: 5px;*/
/*    -moz-border-radius: 5px;*/
/*    border-radius: 5px;*/

/*    transform:scaleY(0.9);*/
/*    display: none;*/
/*}*/

#h_business-profile .content .content-item .content-item-tip {
    position: absolute;
    /*left: 20px;*/
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: #03b19f;*/
    background: rgba(0,0,0,.5);
    padding: 10px;
    /*padding-top: 30px;*/
    display: none;
}

#h_business-profile .content .content-item:hover .content-item-tip{
    /*display: block;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

/*提示框-上三角*/
/*#h_business-profile .content .content-item .content-item-tip .tip-trangle-top {*/
/*    position: absolute;*/
/*    top: -29px;*/
/*    right: 63%;*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-left: 40px solid transparent;*/
/*    !*border-right: 15px solid transparent;*!*/
/*    border-bottom: 30px solid #03b19f;*/
/*}*/

/*提示框内容*/
#h_business-profile .content .content-item .content-item-tip .tip-content{
    /*white-space: nowrap;*/
}
#h_business-profile .content .content-item .content-item-tip .tip-content p:nth-child(1){
    text-align: right;
    color: #fff;
    line-height: 2vw;
    font-size: 0.8vw;
}
#h_business-profile .content .content-item .content-item-tip .tip-content p:nth-child(2){
    text-align: center;
    color: #fff;
    font-size: 1.8vw;
    letter-spacing: 0.6vw;
}
#h_business-profile .content .content-item .content-item-tip .tip-content p:nth-child(3){
    text-align: center;
    color: #fff;
    font-size: 0.8vw;
    line-height: 4vw;
}
#h_business-profile .content .content-item .content-item-tip .tip-content p:nth-child(3) span{
    border: 1px #fff solid;
    padding: 0.4vw;
    border-radius: 2vw;
}
#h_business-profile .content .content-item .content-item-tip .tip-content p:nth-child(4){
    text-align: center;
    color: #fff;
    font-size: 1.2vw;
    line-height: 1.2vw;
}
#h_business-profile .content .content-item .content-item-tip .tip-content p:nth-child(5){
    text-align: center;
    color: #fff;
    font-size: 1.2vw;
    line-height: 1.2vw;
}

#h_business-profile .content .content-item .content-item-tip .tip-content p:nth-child(6){
    text-align: center;
    color: #fff;
    font-size: 0.6vw;
    /*line-height: 1.2vw;*/
}



/*合作伙伴----------------------------------------------------------------------------------*/
#h_cooperative-partner {
    background-color: #1b3e89;
    /*background: url('../image/home/矩形8.jpg') no-repeat center;*/
    padding: 60px 0;
    padding-bottom: 2%;
}
#h_cooperative-partner .title-content{
    margin-bottom: 26px;
}

/*标题大屏幕*/
#h_cooperative-partner .title-content .title-content-t1{
    border-left: 10px #03B19FFF solid;
    /*margin-left: -15px;*/
}

#h_cooperative-partner .title-content .title-content-t1 h1{
    margin: 0px;
    font-weight: 500;
    white-space: nowrap;
    color: #fff;
}

/*标题小屏幕*/
#h_cooperative-partner .title-content .title-content-xt1{
    border-left: 6px #03B19FFF solid;
    /*margin-left: -15px;*/
    margin-top: -20px;
}

#h_cooperative-partner .title-content .title-content-xt1 h3{
    margin: 0px;
    font-weight: 500;
    color: #fff;
}

#h_cooperative-partner .title-content .title-content-t2{
    color: #03B19FFF;
    font-size: 24px;
    /*margin-left: -15px;*/
    line-height: 68px;
}

/*左右箭头*/
#h_cooperative-partner .title-content .title-content-zuoyou{
    color: #03B19FFF;
    font-size: 46px;
    margin-left: -15px;
    margin-top: 70%;
    line-height: 68px;
}

#h_cooperative-partner .title-content .title-content-zuoyou span:hover{
    color: #fff;
    /*font-size: 50px;*/
}

/*小屏幕左右箭头*/
#h_cooperative-partner .title-content-xzuoyou{
    color: #03B19FFF;
    font-size: 26px;
    /*line-height: 68px;*/
    text-align: center;
    margin-top: 4%;

}

#h_cooperative-partner  .title-content-xzuoyou span:hover{
    color: #fff;
    /*font-size: 50px;*/
}

/*左边底部图标*/
#h_cooperative-partner .title-content-tubiao{
    /*position: absolute;*/
    /*bottom: 0px;*/
    margin-left: -14px;
    font-size: 24px;
    color: #fff;
    margin-top: 55%;
}

#h_cooperative-partner .title-content-tubiao p{
    /*margin-left: -30px;*/
    /*position: absolute;*/
    /*bottom: 0px;*/
    font-size: 6px;
    color: #fff;
}

/*图片轮播内容*/
#h_cooperative-partner .content{
    /*border: 1px #f00 solid;*/
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
}

#h_cooperative-partner .content-item{
    width: 16.66%;
    /*height: 33.33%;*/
    overflow:hidden;
}

#h_cooperative-partner .content-item img:hover{
    transform:scaleY(1.1);
}

/*新闻公告-------------------------------------------------------------------------------*/
#h_news-announcement {
    /*border: 1px #ac2925 solid;*/
    padding-top: 60px;
    padding-bottom: 6%;
}

/*标题大屏幕*/
#h_news-announcement .title{
    /*border: 1px #ac2925 solid;*/
    border-left: 10px #03B19FFF solid;
    margin-bottom: 30px;
}

#h_news-announcement .title h1{
    margin: 0px;
    font-weight: 500;
}

/*标题小屏幕*/
#h_news-announcement .xtitle{
    /*border: 1px #ac2925 solid;*/
    border-left: 6px #03B19FFF solid;
    /*margin-left: -15px;*/
    margin-top: -20px;
    margin-bottom: 20px;
}

#h_news-announcement .xtitle h3{
    margin: 0px;
    font-weight: 500;
}

#h_news-announcement .content{
    /*border: 1px #ac2925 solid;*/
    margin: 0px;
    padding: 2% 0;
    display: flex;
    justify-content: space-between;
}

#h_news-announcement .content .imgdiv{
    /*border: 1px #ac2925 solid;*/
    width: 31.5%;
    overflow:hidden;
}

#h_news-announcement .content .imgdiv img:hover{
    /*border: 1px #ac2925 solid;*/
    transform:scale(1.1);
}

/*新闻图标*/
#h_news-announcement .content .imgdiv .news{
    /*border: 1px #ac2925 solid;*/
    width: 55px;
    height: 33px;
    background-color: #00c18e;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    line-height: 34px;

    position: absolute;
    top: 6%;
    /*left: -10px;*/
    margin-left: -10px;
}
/*图标三角*/
#h_news-announcement .content .imgdiv .news .sanjiao{
    /*width: 10px;*/
    /*height: 20px;*/
    background-color: #009b72;

    position: absolute;
    top: 33px;
    left: 0px;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 10px solid transparent;
    /*border-top: 15px solid #fff;*/
    border-bottom: 18px solid #fff;
}

/*动态图标*/
#h_news-announcement .content .imgdiv .dynamic{
    /*border: 1px #ac2925 solid;*/
    width: 55px;
    height: 33px;
    background-color: #ffa800;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    line-height: 34px;

    position: absolute;
    top: 6%;
    /*left: -10px;*/
    margin-left: -10px;
}
/*动态三角*/
#h_news-announcement .content .imgdiv .dynamic .sanjiao{
    /*width: 10px;*/
    /*height: 20px;*/
    background-color: #e39600;

    position: absolute;
    top: 33px;
    left: 0px;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 10px solid transparent;
    /*border-top: 15px solid #fff;*/
    border-bottom: 18px solid #fff;
}

/*政策图标*/
#h_news-announcement .content .imgdiv .policy{
    /*border: 1px #ac2925 solid;*/
    width: 55px;
    height: 33px;
    background-color: #ff5353;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    line-height: 34px;

    position: absolute;
    top: 6%;
    /*left: -10px;*/
    margin-left: -10px;
}
/*图标三角*/
#h_news-announcement .content .imgdiv .policy .sanjiao{
    /*width: 10px;*/
    /*height: 20px;*/
    background-color: #bf2f2f;

    position: absolute;
    top: 33px;
    left: 0px;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 10px solid transparent;
    /*border-top: 15px solid #fff;*/
    border-bottom: 18px solid #fff;
}

/*数据服务--------------------------------------------------------------------------------------------*/
#h_data-service {
    /*border: 1px #ac2925 solid;*/
    padding-top: 60px;
    padding-bottom: 6%;
    background-color: #072c7d;
}

/*标题大屏幕*/
#h_data-service .title{
    /*border: 1px #ac2925 solid;*/
    border-left: 10px #03B19FFF solid;
    margin-bottom: 30px;
    color: #FFFFFF;
}

#h_data-service .title h1{
    margin: 0px;
    font-weight: 500;
}

/*标题小屏幕*/
#h_data-service .xtitle{
    /*border: 1px #ac2925 solid;*/
    border-left: 6px #03B19FFF solid;
    /*margin-left: -15px;*/
    margin-top: -20px;
    margin-bottom: 20px;
    color: #FFFFFF;
}

#h_data-service .xtitle h3{
    margin: 0px;
    font-weight: 500;
}

#h_data-service .content{
    /*border: 1px #ac2925 solid;*/
    margin: 0px;
    padding: 0;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
}

#h_data-service .content .imgdiv{
    /*border: 1px #ac2925 solid;*/
    /*background-color: #FFFFFF;*/
    background-image: url("../image/home/矩形21.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100% !important;
    width: 49.2%;
    padding: 1.6%;
    display: flex;
}

#h_data-service .content .imgdiv .img{
    /*border: 1px #ff0000 solid;*/
    width: 46%;
}

#h_data-service .content .imgdiv .img{
    overflow: hidden;
}

#h_data-service .content .imgdiv .img img:hover{
    /*border: 1px #ac2925 solid;*/
    transform:scale(1.1);
}

#h_data-service .content .imgdiv .datadiv{
    /*border: 1px #ff0000 solid;*/
    width: 55%;
    margin-left: -20px;
    /*overflow: hidden;*/
}

#h_data-service .content .imgdiv .datadiv li{
    font-size: 1vw;
    list-style-position: inside;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
#h_data-service .content .imgdiv .datadiv li a{
    color: #072c7d;
}

/*标签*/
#h_data-service .content .imgdiv .img .data,.report{
    width: 30px;
    height: 56px;
    background-color: #03b19f;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    /*writing-mode:tb-rl;*/
    line-height: 24px;
    padding-top: 6px;

    position: absolute;
    top: 0;
    /*left: -10px;*/
    margin-top: -2px;
}
/*标签小三角*/
#h_data-service .content .imgdiv .img .xiaosanjiao{
    position: absolute;
    bottom: -18px;
    /*left: 20px;*/
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 18px solid #03b19f;
}


@media screen and (max-width: 414px) {
    /*业务数据展示------------------------------------------------------------------------------------------*/

    #h_data-display .h_data-display-itemdiv{
        border: 2px #03b19f solid;
        border-radius: 6%;
        padding: 48px 0;
        background: none;
        background-size: 100% 100% !important;
    }

    /*新闻公告------------------------------------------------------------------------------------------*/
    /*图标*/
    #h_news-announcement .content .imgdiv .news,#h_news-announcement .content .imgdiv .dynamic,#h_news-announcement .content .imgdiv .policy{
        /*border: 1px #ac2925 solid;*/
        width: 40px;
        height: 22px;
        font-size: 12px;
        line-height: 24px;

        /*top: 6%;*/
        /*left: -10px;*/
        margin-left: -6px;
    }
    /*图标三角*/
    #h_news-announcement .content .imgdiv .news .sanjiao,#h_news-announcement .content .imgdiv .dynamic .sanjiao,#h_news-announcement .content .imgdiv .policy .sanjiao{

        top: 22px;
        border-left: 0px solid transparent;
        border-right: 6px solid transparent;
        /*border-top: 15px solid #fff;*/
        border-bottom: 12px solid #fff;
    }


    /*数据服务-------------------------------------------------------------------------------------*/
    /*标签*/
    #h_data-service .content .imgdiv .img .data,.report{
        width: 20px;
        height: 40px;

        font-size: 12px;
        line-height: 16px;
        padding-top: 6px;

        margin-top: 0px;
    }
    /*标签小三角*/
    #h_data-service .content .imgdiv .img .xiaosanjiao{
        bottom: -16px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 16px solid #03b19f;
    }

}


