.header-l .header-container {
    width: 1200px;
    height: auto;
    padding: 15px 0;
    justify-content: flex-start;
}

.logo-l img {
    height: 55px;
}

.operate-l .button-login:last-child {
    position: relative;
    left: auto;
    width: auto;
   
}

.header-l {
    height: auto;
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 9999;
    left: 0;
    right: 0;
}
.home-banner,.wxApp-banner,.app-banner,.solition-banner,.case-banner,.banner{
    margin-top: 85px;
}
.menu-l {
    font-size: 18px;
    width: auto;
    flex: auto;
    justify-content: center;
}

.menu-l>div {
    /* height: auto; */
    line-height: 55px;
    height: 55px;
    /* line-height: normal; */
    margin-right: 20px;
}

.menu-l>div:last-child {
    margin-right: 0;
}

.operate-l .button-login {
    height: auto;
    border-radius: 25px;
    font-size: 18px;
    color: #fff;
    padding: 0px 15px;
    background-color: #324eda;
    cursor: pointer;
    line-height: normal;
    transition: all .3s;
    border: 1px solid transparent;
}
.operate-l .button-login:active,.operate-l .button-login:hover{
    background-color: #fff;
    border: 1px solid;
    color: #324eda;
}
.operate-l .button-login:first-child {
    margin-right: 50px;
}
.button-tel{
    background: url(../images/tel.png) no-repeat left center / 35px;
    height: 35px;
    color: #324eda;
    padding-left: 45px;
    line-height: 35px;
    font-weight: 600;
    font-size: 23px;
}
.menu-l>div ul {
    position: absolute;
    top: 3em;
    left: 0;
    background: #fff;
    z-index: 2;
    box-shadow: 0vw 0vw 5px #ccc;
    font-size: 16px;
    width: 8em;
    padding: 5px 0;
}

.home-banner img, .wxApp-banner img, .app-banner img, .solition-banner img, .case-banner img {
    object-fit: cover;
    height: 80vh;
    width: 100%;
}

.home-banner .text div:nth-child(1) {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    width: auto;
    text-align: center;
}

.home-banner .text div:nth-child(2) {
    font-size: 30px;
    color: #fff;
    width: auto;
    text-align: center;
}

.home-banner .text div:nth-child(3) {
    font-size: 30px;
    color: #fff;
    width: auto;
    text-align: center;
}

.wxApp-banner .text div:nth-child(4),.home-banner .text div:nth-child(4),.mall-banner .text div:nth-child(4) span,.app-banner .text div:nth-child(2) span,.solition-banner .text div:nth-child(4) span,.case-banner .text div:nth-child(4) span {
    font-size: 24px;
    color: #fff;
    width: auto;
    text-align: center;
    margin-top: 30px;
}

.wxApp-banner .text div:nth-child(4) span, .home-banner .text div:nth-child(4) span,.case-banner .text div:nth-child(4) span,.solition-banner .text div:nth-child(4) span ,.mall-banner .text div:nth-child(4) span,.app-banner .text div:nth-child(2) span{
    width: auto;
    border: 1px solid #fff;
    background-color: #fff;
    color: #e61874;
    height: auto;
    line-height: normal;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    cursor: pointer;
    transition: all .3s;
    padding: 9px 50px;
}
.wxApp-banner .text div:nth-child(4){
    text-align: left;
    font-size: 24px;
}
.wxApp-banner .text div:nth-child(4) span:hover {
    background-color: #e61874;
    color: #fff;
    border-color: #e61874;
}
.container-l {
    width: 1200px !important;
}

.box_1 {
    height: auto;
    padding-bottom: 80px;
    overflow: hidden;
}

.box_1 .item_1 {
    width: calc( (100% - 25px) /2);
    height: auto;
    box-sizing: border-box;
    border-radius: 30px;
    overflow: hidden;
    float: left;
    background: url(../images/images/box_1_1_67.jpg) no-repeat;
    background-size: cover;
    padding: 30px;
    text-align: center;
}

.box_1 .item-right {
    margin-left: 25px;
}

.box_1 .item_1 h3 {
    font-size: 24px;
    color: #fff;
    line-height: normal;
    font-weight: bold;
    padding: 10px 0 20px;
}

.box_1 .item_1 p {
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
}

.box_1 .item_1 ul {
    width: 100%;
    text-align: center;
    margin: 0vw;
    font-size: 14px;
}

.box_1 .item_1 ul a {
    display: inline-block;
    width: 110px;
    height: auto;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #fff;
    line-height: 2;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    margin: 30px 10px 15px;
    /* margin-top: auto; */
    cursor: pointer;
    transition: .3s;
}

.mall .main_2 {
    width: 1200px;
}

.mall .main_2 .item {
    width: 250px;
    height: 250px;
}

.advantage {
    padding: 50px 0 30px;
}

.advantage .title {
    margin-bottom: 30px;
}

.advantage .main_3 {
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
}

.advantage .main_3 .item {
    width: 280px;
    height: 320px;
    border-radius: 0;
    margin: 0 10px 30px;
}

.advantage .main_3 .item img {
    margin: 15px auto;
    width: auto;
    height: auto;
    transition: 0.5s;
}

.advantage .main_3 .item:hover img {
    margin: 5px auto 25px;
}

.advantage .main_3 .item h4 {
    font-size: 17px;
    height: auto;
    line-height: normal;
    font-weight: bold;
}

.advantage .main_3 .item .btbox {
    width: 28px;
    height: 3px;
    background: #324eda;
    margin: 10px auto;
}

.advantage .main_3 .item p {
    width: 85%;
    line-height: 1.6;
    font-size: 13px;
    text-align: center;
    color: #666666;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.marketing .box {
    width: 1200px;
    font-size: 0;
}

.marketing .box li .pic {
    position: relative;
    height: auto;
    font-size: 0;
    overflow: hidden;
}

.marketing .box li {
    width: 280px;
    margin: 0 10px 20px;
    font-size: 12px;
}

.solution dl {
    overflow: hidden;
}

.solution dl dt {
    width: 720px;
    float: left;
    padding-right: 50px;
}

.solution {
    text-align: center;
    background-repeat: no-repeat;
    height: auto;
    padding: 50px;
    box-sizing: border-box;
    position: relative;
    background-position: center;
    background-size: cover;
}

.solution .tab-nav {
    padding: 60px 0;
    font-size: 15px;
    text-align: center;
}

.solution dl dt .theme {
    font-size: 30px;
    color: #fff;
    text-align: left;
}

.solution dl dt .introduce {
    font-size: 15px;
    margin: 25px auto;
    height: 85px;
    overflow: hidden;
    line-height: 1.6;
    font-weight: 100;
    text-align: left;
    color: #fff;
}

.solution dl dt .icon-box {
    padding-top: 50px;
    border-top: 1px dashed #fff;
    text-align: left;
}

.solution dl dt .icon-box .item .icon {
    width: 45px;
    height: 45px;
    margin: 0 auto 15px;
    display: block;
}

.solution dl dt .icon-box .item em {
    color: #fff;
    font-size: 13px;
}

.solution dd {
    position: relative;
    right: auto;
    top: auto;
    width: 380px;
    float: left;
}

.solution dd li {
    width: 175px;
    height: 175px;
    margin: 0 15px 15px 0;
    border-radius: 10px;
}

.case>a {
    display: inline-block;
    font-size: 20px;
    width: auto;
    height: auto;
    line-height: normal;
    text-align: center;
    margin: 50px auto;
    border-radius: 25px;
    border: 1px solid #0088ff;
    color: #0088ff;
    cursor: pointer;
    transition: all .3s;
    padding: 10px 15px;
}

.case>a:hover {
    border: 1px solid #0088ff;
    color: #fff;
    background-color: #0088ff;
}

.case .wrap-one-main ul li {
    height: 100px;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solgan1 {
    /* background-image: url(../images/images/slogan-bg.jpg); */
    height: auto;
    text-align: center;
    box-sizing: border-box;
    padding: 100px 0;
}

.solgan1>div {
    background-color: #fff;
    color: #2c003d;
    font-size: 28px;
    border-radius: 50px;
    height: auto;
    padding: 10px 38px;
    line-height: normal;
    display: inline-block;
    margin-bottom: 90px;
}

.solgan2 {
    height: auto;
    background-color: #324eda;
    color: #fff;
    margin-bottom: 10px;
}

.solgan2 ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: auto;
    justify-content: space-around;
    padding: 20px 0;
}

.solgan1 li div {
    font-size: 28px;
    margin-bottom: 25px;
    font-weight: bold;
}

.solgan1 li span {
    font-size: 18px;
    font-weight: bold;
}

.solgan2 ul li {
    /* float: left; */
    /* width: 21.5vw; */
    text-align: left;
    width: 25% !important;
}

.solgan2 ul li .h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.solgan2 ul li .h4 {
    font-size: 16px;
}

.solgan2 ul li i {
    float: left;
    width: 70px;
    height: 70px;
    background-image: url(../images/images/bot1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 18px;
    background-position: center;
}

.solgan2 ul li .text {
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer {
    background-color: #324eda;
    padding: 50px 0;
    box-sizing: border-box;
    color: #fff;
    line-height: 1.4;
    overflow: hidden;
}
.footer .top {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}



.footer .top ul {
    /* display: inline-block; */
    vertical-align: middle;
    border-left: 3px solid #f7f8fc;
    margin-left: 4%;
    width: 60%;
    display: flex;
}

.footer .top ul li {
    float: left;
    margin-left: 13%;
    font-size: 16px;
    /* width: 239px; */
    flex-shrink: 0;
}
.footer .top .right .item p{
    font-size: 16px;
}
.footer .top ul li .dt {
    margin-bottom: 15px;
    font-weight: bold;
}
.footer .top ul li .dd {
    margin-bottom: 5px;
}
.footer .top .right {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 1.8vw;
    width: 20%;
    justify-content: space-between;
    display: flex;
}
.footer .top .logo {
    /* width: 16%;
    display: inline-block;
    vertical-align: middle; */
    height: auto;
}
.footer .top .right .item div {
    width: 100%;
    height: auto;
    background-color: #fff;
    margin: 0 auto;
    padding-bottom: 100%;
}

.wxApp-banner .text div:nth-child(1) {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 18px;
    width: 800px;
}
.wxApp-banner .text div:nth-child(2) {
    font-size: 24px;
}
.wxApp-banner .text div:nth-child(3) {
    font-size: 30px;
}

.app-banner .text div:nth-child(1) {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 18px;
    width: 800px;
}

.solition-banner .text div:nth-child(1) {
    font-size: 24px;
    color: #fff;
    margin-bottom: 14px;
}
.solition-banner .text div:nth-child(2) {
    font-size: 40px;
    color: #fff;
}
.solition-banner .text div:nth-child(3) {
    font-size: 24px;
    color: #fff;
    margin-top: 16px;
}
.case-banner .text div:nth-child(1) {
    font-size: 40px;
    color: #fff;
    margin-bottom: 14px;
}
.case-banner .text div:nth-child(2) {
    font-size: 34px;
    color: #fff;
    margin-bottom: 14px;
}
.case-banner .text div:nth-child(3) {
    font-size: 24px;
    color: #fff;
    margin-bottom: 14px;
}
.main {
    width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
    box-sizing: border-box;
}
.main .breadcrumb{
    font-size: 24px;
}
.content {
    font-size: 15px;
    color: #333;
    line-height: 1.8;
}
.culture {
    width: 1200px;
    margin: 0 auto;
    margin-top: 110px;
    overflow: hidden;
}
.culture .box ul li .text {
    padding: 0 25px;
    font-size: 17px;
}
.culture .box ul li .top {
    background-color: #b8e7ff;
    margin-bottom: 38px;
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
.culture .box ul li .top>div {
    /* background-image: url(../images/images/item-bg.png); */
    width: 158px;
    height: 182px;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 182px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.culture .title div {
    font-size: 30px;
    margin-bottom: 24px;
    font-weight: bold;
}
.culture .title span {
    font-size: 23px;
    font-weight: bold;
}

.team {
    width: 1200px;
    margin: 0 auto;
    margin-top: 115px;
}
.team .box li p {
    color: #40a8e0;
    font-size: 22px;
    font-weight: bold;
    line-height: 2;
}
.team .box li div {
    color: #000;
    font-size: 15px;
    line-height: 1.8;
}

.ecology .title>div,.mall .title>div,.advantage .title>div,.marketing .title>div,.solution .title>div,.case .title>div{
    font-size: 28px;
}
.advantage .title>div:after,.advantage .title>div:before{
    top: 8px;
}
.replyNowzz a:hover,.replyNowzy a:hover,.replyNow a:hover{
    color: white;
    background-color: #324eda;
}
.solution dd li .item{
    display: flex;
    align-items: center;
}

.solution dd li .item>img{
    width: 70%;
    transition: all .3s;
    padding-top: 0;
}
.solution dd li .item>img:hover{
    transform: scale(1.2);
}
.footer .top .logo img{
    width: 75%;
}

@media (max-width: 767px){

    .header-l,.wxApp-banner,.hm-footer,.case-banner,.solition-banner{
        display: none;
    }
}
@media (min-width: 767px){

    .header{
        display: none;
    }
}

.header-bar{
    position: sticky !important;
    background: #fff;
    z-index: 999;
}