html,body,h1,h2,h3,h4,p,ul,li,a,span,i,button {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 16px;
}
html,
body {
    height: 100%;
    font-family: '微软雅黑';
}
i {
    font-style: normal
}
a {
    text-decoration: none;
    font-style: normal;
    color: #333333;
}
ul li {
    list-style: none;
}
input{
    outline: none;
    border: none;
}
button{
    outline: none;
    border: none;
    cursor: pointer;
}

.type_page{
    margin: 0 auto;
    max-width: 1350px;
}

.layout{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.public_item{
    margin-top: 40px;
}
.public_item .public_title{
    font-size: 32px;
    text-align: center;
}
.public_item .public_text{
    margin-top: 20px;
    font-size: 20px;
    color: #666666;
    text-align: center;
}


.smart_store_banner{
    background: url("../image/sto-banner.png") no-repeat;
    background-size: cover;
}
.second_banner{
    width: 100%;
    height: 540px;
}
.banner_content{
    padding: 140px 0 0 25px;
}
.banner_content h1{
    font-size: 46px;
}
.banner_content p{
    max-width: 544px;
    margin-top: 34px;
    line-height: 1.8; color:#333333;
}
.banner_content button{
    margin-top: 30px;
    width: 120px;
    height: 38px;
    background-color: #377CF7;

}
.banner_content button:hover{
    background-color: #3774F7;
}
.banner_content button a{
    color: #ffffff;
    font-size: 14px;
}
.banner_content button .next{
    display: inline-block;
}
.banner_content button:hover .next{
    width: 10px;
    height: 10px;
    vertical-align: middle;
    margin-left: 4px;
    background: url("../image/next.svg") no-repeat;
    background-size: 100%;
    transition: all 0.5s;
}
.digitalize_main{
    margin-top: 24px;
    display: flex;
}
.digitalize_main img{
    margin-right: 60px;
    width: 50%;
    max-width: 529px;
}
.digitalize_r{
    padding-top: 60px;
    max-width: 666px;
}
.digitalize_r h3{
    font-size: 24px; color:#484848
}
.digitalize_r_content{
    margin-top: 28px;
}
.digitalize_r_content p{
    line-height: 1.8;
    font-size: 16px;
    text-indent: 2em;
    color: #484848;
}

.product_features_ul{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
.product_features_ul li{
    margin-right: 34px;
    padding: 24px 14px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
    max-width: 300px;
    height: 350px;
    background-color: #FFFFFF;
    transition: all 0.5s;
}
.product_features_ul li:hover{
    box-shadow: 0 3px 50px rgba(0,0,0,.1);
}
.product_features_ul li img{
    width: 148px;
    height: 136px;
}
.product_features_ul li h3{
    margin-top: 14px;
    font-size: 20px;
    color: #383838;
}
.product_features_ul li p{
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.8;
    color: #484848;
}

.product_core_value{
    margin-top: 10px;
    padding: 40px 0;
    width: 100%;
    background-color: #EEF4FF;
}
.smart_store .product_core_value{
    margin-top: 25px;
}
.core_value_title{
    text-align: center;
    font-size: 32px;
}
.core_value_main img{
    display: block;
    margin: 40px auto 0;
    width: 70%;
    max-width: 1252px;
}

.product_features{
    padding: 40px 0 0 0;
    width: 100%;
    background-color: #0A41A3;
}
.features_main{
    padding: 0 60px;
}
.features_title{
    font-size: 34px;
    text-align: center;
    color: #ffffff;
}
.features_nav{
    width: 100%;
    margin-top: 40px;
    display: flex;
    align-items: center;
}
.features_nav li{
    width: 33.3%;
    max-width: 420px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background: linear-gradient(to right,#071C4C,#001C5D);
    cursor: pointer;
    position: relative;
}
.features_nav .active_features_li{
    background: linear-gradient(to right,#005CFF,#4891FF);
}
.features_nav .active_features_li:before{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 18px solid;
    border-color: #2577FF transparent transparent transparent;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
}
.features_nav li span{
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
}
.features_switch{
    margin-top: 50px;
}
.features_switch_li{
    display: none;
}
.features_switch_current{
    display: block;
}
.features_switch .features_switch_item{
    padding-right: 6%;
    display: flex;
    justify-content: space-between;
}
.features_switch_item > img{
    margin-top: 30px;
    width: 44%;
    max-width: 517px;
}
.features_content{
    width: 60%;
    max-width: 700px;
    min-height: 440px;
}
.features_content_text{
    font-size: 16px;
    line-height: 1.8;
    color: #ffffff;
    width: 80%;
    max-width: 640px;
}

.features_ic{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.third_item{
    margin-top: 0;
}
.features_ic li{
    min-width: 74px;
    margin-top: 30px;
    margin-right: 54px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.features_ic li img{
    height: 38px;
    width: 38px;
}
.features_ic li span{
    margin-top: 10px;
    color: #ffffff;
    font-size: 15px;
}

.decision_analysis{
    padding-right: 10%;
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.decision_analysis > img{
    width: 40%;
    max-width: 636px;
}
.decision_analysis_left{
    margin-right: 20px;
    width: 60%;
    max-width: 652px;
}
.decision_analysis_left h3{
    font-size: 22px;
    color: #484848;
}
.decision_analysis_content{
    margin-top: 20px;
}
.decision_analysis_content p{
    margin-top: 12px;
    line-height: 1.8;
    font-size: 16px;
    color: #484848;
}
.decision_analysis_content p i{
    margin-right: 8px;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("../image/circle.svg") no-repeat 100%;
}

.service_support_ul{
    margin-top: 40px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service_support_ul li{
    padding: 30px 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 284px;
    height: 300px;
    background-color: #ffffff;
    transition: all 0.5s;
}
.service_support_ul li:hover{
    box-shadow: 0 2px 40px rgba(0,0,0,.1);
}
.service_support_ul li img{
    width: 100px;
    height: 100px;
}
.service_support_ul li h3{
    margin-top: 30px;
    font-size: 20px;
    font-weight: 400;color:#333333;
}
.service_support_ul li p{
    margin-top: 16px;
    line-height: 1.6;
    color: #666666;
}

.new_list{
    min-height: 440px;
    display: flex;
    flex-wrap: wrap;
}
.new_list li{
    padding: 10px;
    margin-top: 40px;
    margin-right: 40px;
    width: 34%;
    max-width: 400px;
    min-height: 416px;
    cursor: pointer;
    transition: all 0.3s;
}
.new_list li:nth-child(3n){
    margin-right: 0;
}
.new_list li:hover{
    padding: 10px;
    box-shadow: 0 2px 20px rgba(0,48,121,.3);
}
.new_list li img{
    width: 100%;
    height: 240px;
}
.new_list li h3{
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
}
.new_list li .new_time{
    margin-top: 13px;
    color: #999999;
}
.new_list li .new_content{
    margin-top: 12px;
    line-height: 1.6;
    color: #999999;
}

.new_terminal ul {
    width: 1140px;
    position: relative;
    padding: 20px 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.new_terminal ul li {
    text-align: center;
    width: 228px;
    height: 306.4px;
    position: relative;
}

.new_terminal .pc {
    width: 228px;
    height: 306.4px;
    background: url("../image/pc1.jpg") no-repeat center;
    background-size: 100% 100%;
}

.new_terminal .pc2 {
    width: 228px;
    height: 306.4px;
    display: inline-block;
    background: url("../image/pc2.jpg") no-repeat center;
    background-size: 100% 100%;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.new_terminal ul li:nth-child(1):hover .pc2 {
    opacity: 1;
}

.new_terminal .pc p {
    position: absolute;
    left: 95px;
    top: 230px
}

.new_terminal .app {
    width: 228px;
    height: 306.4px;
    background: url("../image/app1.jpg") no-repeat center;
    background-size: 100% 100%;
}

.new_terminal .app2 {
    width: 228px;
    height: 306.4px;
    display: inline-block;
    background: url("../image/app2.jpg") no-repeat center;
    background-size: 100% 100%;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.new_terminal .app p {
    position: absolute;
    left: 85px;
    top: 310px;
}

.new_terminal ul li:nth-child(2):hover .app2 {
    opacity: 1;
}

.new_terminal .The_public {
    width: 228px;
    height: 306.4px;
    background: url("../image/The_public1.jpg") no-repeat center;
    background-size: 100% 100%;
}

.new_terminal .The_public2 {
    width: 228px;
    height: 306.4px;
    display: inline-block;
    background: url("../image/The_public2.jpg") no-repeat center;
    background-size: 100% 100%;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.new_terminal .The_public p {
    position: absolute;
    left: 55px;
    top: 230px;
}

.new_terminal ul li:nth-child(3):hover .The_public2 {
    opacity: 1;
}

.new_terminal .touch {
    width: 228px;
    height: 306.4px;
    background: url("../image/touch1.jpg") no-repeat center;
    background-size: 100% 100%;
}

.new_terminal .touch2 {
    width: 228px;
    height: 306.4px;
    display: inline-block;
    background: url("../image/touch2.jpg") no-repeat center;
    background-size: 100% 100%;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.new_terminal ul li:nth-child(4):hover .touch2 {
    opacity: 1;
}

.new_terminal .touch p {
    position: absolute;
    left: 60px;
    top: 310px
}

.new_terminal .visualization {
    width: 228px;
    height: 306.4px;
    background: url("../image/visualization1.png") center no-repeat;
    background-size: 100% 100%;
}

.new_terminal .visualization2 {
    width: 228px;
    height: 306.4px;
    display: inline-block;
    background: url("../image/visualization2.png") no-repeat center;
    background-size: 100% 100%;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.new_terminal ul li:nth-child(5):hover .visualization2 {
    opacity: 1;
}

.new_terminal .visualization p {
    position: absolute;
    left: 55px;
    top: 230px;
}

.new_terminal ul p {
    font-size: 18px;
    color: #333333;
}

.apply{
    margin-top: 40px;
    padding-top: 40px;
    width: 100%;
    height: 238px;
    background: linear-gradient(to right,#0A41A3,#002B8E);
}
.apply > h2{
    text-align: center;
    font-size: 32px;
    color: #ffffff;
}
.apply_main{
    display: flex;
    align-items: center;
    margin: 40px auto 0;
    padding: 5px;
    width: 80%;
    max-width: 592px;
    height: 56px;
    background: #ffffff;
}
.apply_main input{
    padding-left: 22px;
    height: 100%;
    flex: 1;
    font-size: 18px;
    color: #484848;
}
.apply_main button{
    width: 144px;
    height: 100%;
    background-color: #0A63FF;
    font-size: 16px;
    color: #ffffff;
}


.business_district .business_banner{
    background: url("../image/bus-banner.png") no-repeat;
    background-size: cover;
}
.business_digitalize_main{
    margin-top: 20px;
    position: relative;
    display: flex;
    align-items: center;
}
.business_digitalize_main img{
    width: 84%;
    max-width: 930px;
}
.business_digitalize_content{
    padding: 30px 24px;
    width: 50%;
    max-width: 580px;
    border-radius: 10px;
    background-color: rgba(233,242,255,.6);
    position: absolute;
    top: 10%;
    right: 140px;
    transform: translateY(-50%) translateX(100%); border:1px solid #fff;
}
.business_digitalize_content p{
    font-size: 16px;
    line-height: 2;
    text-indent: 2em; color:#484848
}

.architecture{
    padding: 40px 0 20px;
    width: 100%;
    background: linear-gradient(to right,#002567,#001442);
    min-height: 600px;
}
.architecture_title{
    font-size: 32px;
    text-align: center;
    color: #ffffff;
}
.architecture_main{
    padding: 0 20px;
}
.architecture_main img{
    display: block;
    margin: 40px auto 20px;
    width: 80%;
}

.business_district .decision_analysis_left{
    max-width: 612px;
}
.business_district .decision_analysis_content p{
    text-indent: 2em;
}
@media screen and (max-width: 414px) {
    .pc_show{
        display: none;
    }
    .public_item{
        margin-top: 20px;
        padding: 0 3%;
    }
    .public_item .public_title{
        font-size: 24px;
    }
    .second_banner{
        height: 300px;
    }
    .banner_content{
        padding: 40px 0 0 20px;
    }
    .banner_content h1{
        font-size: 28px;
    }
    .banner_content p{
        font-size: 14px;
    }
    .digitalize_r{
        padding-top: 0;
    }
    .digitalize_r h3{
        font-size: 18px;
    }
    .digitalize_r_content{
        margin-top: 10px;
    }
    .digitalize_r_content p{
        font-size: 14px;
    }
    .product_features_ul{
        margin-top: 10px;
        justify-content: space-between;
    }
    .product_features_ul li{
        padding: 10px 10px 0;
        margin-right: 0;
        margin-top: 12px;
        width: 48%;
        height: 280px;
    }
    .product_features_ul li:hover{
        box-shadow: 0 3px 16px rgba(0,0,0,.1);
    }
    .product_features_ul li img{
        width: 60%;
        height: auto;
    }
    .product_features_ul li h4{
        font-size: 18px;
    }
    .product_features_ul li p{
        margin-top: 10px;
        font-size: 12px;
    }
    .product_core_value{
        margin-top: 20px;
        padding: 20px 0;
    }
    .smart_store .product_core_value{
        margin-top: 20px;
    }
    .core_value_title{
        font-size: 24px;
    }
    .core_value_main img{
        margin: 20px auto 0;
        width: 90%;
    }
    .architecture_main img{
        margin: 20px auto 10px;
        width: 90%;
    }
    .product_features{
        padding: 20px 0;
    }
    .features_title{
        font-size: 24px;
    }
    .features_main{
        padding: 0 3%;
    }
    .features_nav{
        margin-top: 20px;
    }
    .features_nav li{
        height: 32px;
        line-height: 32px;
    }
    .features_nav li span{
        font-size: 12px;
    }
    .features_nav .active_features_li:before{
        border: 8px solid;
        border-color: #2577FF transparent transparent transparent;
        bottom: -15px;
    }
    .features_switch{
        margin-top: 25px;
    }
    .features_switch .features_switch_item{
        padding-right: 0;
    }
    .features_content{
        width: 100%;
        min-height: 280px;
    }
    .features_content_text{
        width: 100%;
        font-size: 14px;
    }
    .features_ic{
        margin-top: 0;
    }
    .features_ic li{
        margin-top: 16px;
        margin-right: 0;
        width: 20%;
        min-width: 54px;
    }
    .features_ic li img{
        width: 24px;
        height: 24px;
    }
    .features_ic li span{
        font-size: 12px;
    }
    .decision_analysis{
        padding-right: 0;
        margin-top: 20px;
    }
    .decision_analysis_left h3{
        font-size: 18px;
    }
    .decision_analysis_left{
        margin-right: 0;
        width: 100%;
    }
    .decision_analysis_content p{
        margin-top: 14px;
        font-size: 14px;
    }
    .service_support_ul{
        padding: 0;
        margin-top: 5px;
        flex-wrap: wrap;
    }
    .service_support_ul li{
        margin-top: 15px;
        padding: 20px 10px 10px;
        width: 48%;
        height: 260px;
    }
    .service_support_ul li img{
        width: 80px;
        height: 80px;
    }
    .service_support_ul li h4{
        margin-top: 14px;
        font-size: 18px;
    }
    .service_support_ul li p{
        font-size: 14px;
    }
    .new_list li{
        margin-right: 0;
        margin-top: 20px;
        width: 100%;
        min-height: 390px;
    }
    .new_list li h3{
        margin-top: 12px;
        font-size: 18px;
    }
    .new_list li .new_time{
        margin-top: 10px;
        font-size: 14px;
    }
    .new_list li .new_content{
        font-size: 12px;
    }

    .apply{
        padding-top: 30px;
        height: 160px;
    }
    .apply > h2{
        font-size: 24px;
    }
    .apply_main{
        width: 90%;
        margin: 30px auto 0;
        height: 36px;
    }
    .apply_main input{
        font-size: 14px;
    }
    .apply_main button{
        font-size: 14px;
        width: 90px;
    }
    .business_digitalize_main{
        margin-top: 24px;
    }
    .business_digitalize_content{
        position: relative;
        padding: 20px;
        left: 0;
        width: 100%;
    }
    .business_digitalize_content p{
        font-size: 14px;
    }
    .architecture{
        padding-top: 24px;
        min-height: 300px;
    }
    .architecture_title{
        font-size: 24px;
    }
}
@media screen and (min-width: 1025px) {
    .footer {
        margin-top: 0;
    }
    .pc_show{
        display: block!important;
    }
}
@media screen and (max-width: 1024px){
    .footer {
        margin-top: 0;
    }
}