img {
    display: inline-block;
}

.common-title h2 {
    display: inline-block;
}
.pageheader-navlist-child>a{
    color: #fff;
}
.pageheader-nav .tel{
    color: #fff;
}
.fixed .pageheader-nav .tel{
    color: #0056b3;
}
.fixed .pageheader-navlist-child>a{
    color:rgb(3,28,73);
}
.pageheader-nav .shopImg{
    display: none;
}
.fixed .pageheader-nav img{
    display: none;
}
.fixed .pageheader-nav .shopImg{
    display: block;
}






.banner {
    background: url(../../images/landinglive/bg.jpg)no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 830px;
}

.banner_con {
    width: 1200px;
    margin: 0 auto;
    height: 800px;
    background: url(../../images/landinglive/iphone.png) no-repeat bottom right;
}

.banner_con .banner_left {
    margin-top: 15%;
    height: auto;
}

.banner_left {
    /*width: 650px;*/
    width: 620px;
    height: 100%;
    float: left;
    color: #FFF;
}
.banner_left>h1{
    /*font-size: 90px;*/
    font-size: 60px;
    line-height: 75px;
    font-weight: bold;
    text-shadow: 7px 2px 0 rgba(0,0,0,.2);
}
.banner_left>strong{
    display: block;
    margin-top: 50px;
    font-size: 25px;
    font-weight: bold;
    color: #ffff00;
    letter-spacing: 2px;
}
.banner_left>p{
    margin-top: 55px;
    line-height: 42px;
    font-size: 24px;
    letter-spacing: 2px;
}

.banner_input {
    margin-top: 50px;
    height: 45px;
    color: #FFF;
}

.banner_input a {
    display: block;
}

.banner_con .banner_left .banner_input p {
    height: 40px;
    line-height: 40px;
    width: 145px;
    border: 1px solid #FFF;
    text-align: center;
    color: #FFF;
    float: left;
    margin-right: 20px;
    border-radius: 40px;
    cursor: pointer;
}

.banner_left .banner_input p:hover {
    background: #FFF;
    color: #000;
}


/************************ 应用场景 ********************/
.field {
    width: 100%;
    /* height: 980px; */
    background-color: #FCFCFC;
    background: url('../../images/landinglive/cjbg.png') no-repeat center center;
    background-size: 100% 100%;
}

.field .field-title {
    display: block;
    font-size: 50px;
    text-align: center;

}

.field .advantage-ul {
    width: 1080px;
    margin: 0 auto;
    margin-top: 30px;

}

.field .advantage-ul .advantage-li {
    width: 340px;
    height: 164px;
    text-align: center;
    margin-bottom: 18px;
    float: left;
}

.field .advantage-ul .li-zhong {
    margin: 0 30px;
}

.advantage_icon {

    position: relative;
    top: -140px;
    text-align: center;
}

.advantage_title {
    font-size: 18px;
    color: #fff5f5;
    position: relative;
    top: -140px;
    text-align: center;
}

.advantage_content {
    color: #888888;
    font-size: 15px;
    line-height: 30px;
}

.field .advantage-ul .advantage-li .advantage-picture {
    /* margin-top: 30px; */
    border-radius: 10px;
    overflow: hidden;
}

.field .advantage-ul .advantage-li .advantage-picture img {
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;

    overflow: hidden;
}

.field .advantage-ul .advantage-li:hover .advantage-picture img {
    transform: scale(1.1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.1);
    -webkit-transform: all 1s ease 0s
}





.youshi-title {
    text-align: center;
    clear: both;
    padding-top: 50px;
}

.youshi-title .common-title {
    /* margin-top: 50px; */
    margin-bottom: 30px;

}

.youshi_content {
    width: 1200px;
    height: 325px;
    margin: 0 auto;
    position: relative;

}

.youshi_content_1 {
    float: left;
    width: 300px;
    height: 323px;
    text-align: center;
}

.youshi_content_1 p {
    font-size: 18px;
    position: relative;
    top: 20px;
}

.youshi_content_div {
    font-size: 14px;
    color: #A6A6A6;
    width: 196px;
    margin: 0 auto;
    position: relative;
    top: 38px;
    line-height: 25px;
}

.youshi_content .youshi_content_1 img:hover {
    transform: rotateY(360deg);
    transition: all 0.5s linear;
}


/************************ 应用场景 ********************/


/*------------------------------想要的功能都在这------------------------------*/
.contList.threeScreen {
    width: 100%;
    background: #f6f6f6;
    padding-top: 50px;
}
.contList.threeScreen .common-title{margin-bottom: 1.5rem}

/* .contList {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
} */

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.threeScreen .menhuBox {
    padding: 0 30px;
    display: flex;
}

.threeScreen .menhuBox dd {
    float: left;
    margin-right: 16px;
    flex: 1;
    text-align: center;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 8px 0 rgba(126, 128, 133, 0.22);
    -moz-box-shadow: 0 1px 8px 0 rgba(126, 128, 133, 0.22);
    box-shadow: 0 1px 8px 0 rgba(126, 128, 133, 0.22);
}

.threeScreen dd span {
    font-size: 20px;
    font-weight: bold;
    padding-top: 32px;
    display: block;
}

.threeScreen dd ul {
    font-size: 14px;
    color: #798189;
    margin-top: 26px;
}

.threeScreen ul li {
    line-height: 26px;
}

.threeScreen .menhuPic {
    width: 150px;
    height: 121px;
    margin: 20px auto 0;
}

.threeScreen .menhuPic1 {
    background: url(../../images/landinglive/menhu1.png)no-repeat 0 0;
}

.threeScreen .menhuPic2 {
    background: url(../../images/landinglive/menhu2.png)no-repeat 0 0;
}

.threeScreen .menhuPic3 {
    background: url(../../images/landinglive/menhu3.png)no-repeat 0 0;
}

.threeScreen .menhuPic4 {
    background: url(../../images/landinglive/menhu4.png)no-repeat 0 0;
}

.threeScreen .menhuPic5 {
    background: url(../../images/landinglive/menhu5.png)no-repeat 0 0;
}

.contList .consultBox {
    text-align: center;
    padding: 40px 0;
}

.contList .consultBox a.consultBtn {
    margin-right: 26px;
}

.contList .consultBox a {
    /* width: 190px; */
    padding: 0 20px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    display: inline-block;
    color: #fff;
    background: #0e85ff;
    border-radius: 25PX;
}

/*------------------------------想要的功能都在这------------------------------*/


/********************************* 辅助功能 ********************************/
.contList.fiveScreen {
    width: 100%;
    background: #f6f6f6;
    padding-top: 50px;
}

.fiveScreen.contList .title2 {
    width: 388px;
    margin: 0 auto;
    line-height: 22px;
}

.fiveScreen .connectArea {
    width: 1140px;
    margin: 0 auto;
    overflow: hidden;
}

.fiveScreen .connectArea li {
    width: 285px;
    height: 180px;
    float: left;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fiveScreen.contList .title2 {
    width: 388px;
    margin: 0 auto;
    line-height: 22px;
}

.contentBox .contList .title2 {
    font-size: 16px;
    color: #798189;
    text-align: center;
    line-height: 16px;
    padding-top: 14px;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.fiveScreen .connectArea {
    width: 1140px;
    margin: 0 auto;
    overflow: hidden;
}
.fiveScreen .connectArea li {
    width: 285px;
    height: 180px;
    float: left;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.connectArea h3 {
    padding-top: 40px;
}
.connectArea h3 .connect1 {
    background-image: url(../../images/landinglive/fourth1.png);
}
.connectArea h3 .connect2 {
    background-image: url(../../images/landinglive/fourth2.png);
}
.connectArea h3 .connect3 {
    background-image: url(../../images/landinglive/fourth3.png);
}
.connectArea h3 .connect4 {
    background-image: url(../../images/landinglive/fourth4.png);
}
.connectArea h3 .connect5 {
    background-image: url(../../images/landinglive/fourth5.png);
}
.connectArea h3 .connect6 {
    background-image: url(../../images/landinglive/fourth6.png);
}
.connectArea h3 .connect7 {
    background-image: url(../../images/landinglive/fourth7.png);
}
.connectArea h3 .connect8 {
    background-image: url(../../images/landinglive/fourth8.png);
}
.connectArea h3 .connect9 {
    background-image: url(../../images/landinglive/fourth9.png);
}
.connectArea h3 .connect10 {
    background-image: url(../../images/landinglive/fourth10.png);
}
.connectArea h3 .connect11 {
    background-image: url(../../images/landinglive/fourth11.png);
}
.connectArea h3 .connect12 {
    background-image: url(../../images/landinglive/fourth12.png);
}

.connectArea h3 b {
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
}
.connectArea h3 em {
    display: block;
    padding-top: 10px;
    font-size: 16px;
    color: #333;
    line-height: 1;
    text-align: center;
}
.connectArea .connectHover {
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    left: 0;
    bottom: -220px;
    color: #fff;
    text-align: center;
    background: -webkit-linear-gradient(left top, #52b8fb, #4a91e7);
    background: -o-linear-gradient(bottom right, #52b8fb, #4a91e7);
    background: -moz-linear-gradient(bottom right, #52b8fb, #4a91e7);
    background: linear-gradient(to bottom right, #52b8fb, #4a91e7);
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    font-size: 16px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.connectArea li{
    cursor: pointer;
}
.connectArea li:hover .connectHover {
    bottom: 0;
}
.contList .consultBox {
    text-align: center;
    padding: 40px 0;
    clear: both;
}
/********************************* 辅助功能 ********************************/












/*------------------------------获取方案------------------------------*/
.hqfa {
    margin: 40px 0
}

.hqfa-main {
    display: flex;
    justify-content: center;
}

.hqfa-main .iptdiv {
    display: flex;
    height: 50px;
    width: 500px;
    border: 1px solid #80b2ff;
    padding: 0 0 0 20px;
    font-size: 18px;
    background-color: rgba(240, 242, 247, 1);
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
}

.hqfa-main .iptdiv input {
    flex: 1;
    text-align: center;
    font-size: 20px;
    background-color: transparent;
}

.hqfa-main .iptdiv img {
    width: 44px;
}

.hqfa-main>button {
    padding: 0 15px;
    margin-left: 10px;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    background-image: linear-gradient(-30deg, #003ce4, #0069ff);
    border-radius: 4px;
}

.hqfa-main>button:hover {
    background-image: linear-gradient(-30deg, #0069ff, #0069ff);
}


/*----------获取方案的轮播开始----------*/
.hqfa-lunbo {
    width: 400px;
    padding: 10px 0;
    margin: 20px auto 0;
    background-color: #e5efff;
    border-radius: 8px;
}

.hqfa-lunbo>div {
    height: 180px;
    overflow: hidden;
}

.hqfa-lunbo .swiper-wrapper {
    transition-timing-function: linear !important
}

.hqfa-lunbo .swiper-slide {
    display: flex;
    height: 36px;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 20px;
}

.hqfa-lunbo .swiper-slide>p:first-child {
    display: flex;
    align-items: center;
}

.hqfa-lunbo .swiper-slide>p:first-child:before {
    content: '';
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: url("../../images/landing/tongzhi.png") center;
    background-size: cover;
}

.hqfa-lunbo .swiper-slide em {
    color: #0056b3
}


/*----------获取方案的人数开始----------*/
.hqfa .people-num {
    position: relative;
    width: fit-content;
    margin: 15px auto 0;
    text-align: center;
    font-size: 20px;
}

.hqfa .people-num em {
    position: relative;
    font-weight: bold;
    color: red
}

.hqfa .people-num em:nth-child(2) {
    position: absolute;
    top: 0;
    left: 40px;
    opacity: 1;
    animation: peoplenumanimation 1s linear infinite;
}

@keyframes peoplenumanimation {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
        opacity: 0;
    }
}





/*------------------------------常见问题------------------------------*/
.characteristic {
    padding: 20px 0 20px
}

.characteristic>button {
    position: relative;
    height: 68px;
    line-height: 68px;
    padding: 0 34px;
    font-size: 30px;
    margin: 20px auto 0;
    display: block;
    background-image: linear-gradient(134deg, #FFB08C 10%, #FF7B7F 88%);
    color: #ffffff;
    border-radius: 60px;
    transition: .25s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
    overflow: hidden;
}

.characteristic>button:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    transform: skewX(-45deg) translateX(0);
    transition: none;
    animation: myfirst 5s linear infinite;
}

@keyframes myfirst {
    75% {
        transform: skewX(-45deg) translateX(0);
        transition: all 0.5s ease-in-out;
    }

    100% {
        transform: skewX(-45deg) translateX(35em);
        transition: all 0.5s ease-in-out;
    }
}

.characteristic>button:hover {
    transform: translateY(-10px)
}


/*----------常见问题列表----------*/
.characteristic-list {
    display: flex;
    width: 1200px;
    margin: 32px auto 0;
    flex-wrap: wrap;
    flex-flow: row wrap;
}

/*常见问题列表的儿子*/
.characteristic-list-child {
    display: flex;
    width: 33.3333333333%;
    padding: 0 16px;
    margin-bottom: 32px;
}

.characteristic-list-child>img {
    width: 48px;
    height: 48px;
    margin-right: 20px;
}

.characteristic-list-child>div {
    flex: 1
}

.characteristic-list-child>div h3 {
    margin-bottom: 8px;
    line-height: 28px;
    font-size: 18px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.characteristic-list-child>div p {
    line-height: 22px;
    font-size: 14px;
    color: #495770;
}

.characteristic-list-child>div p a {
    color: #0056b3;
    cursor: pointer;
}

.characteristic-list-child>div p a:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 10px;
    margin-left: 6px;
    background-image: url('https://cdn.huamux.com/pcimgs/index/industrycases-sprite.svg');
    background-position: 96.34146341463415% 65.75342465753424%;
    background-size: 2833.333333333333% auto;
    vertical-align: 0;
    overflow: hidden;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.characteristic-list-child>div p a:hover:after {
    transform: translate(3px)
}




/*------------------------------案例列表开始------------------------------*/
.allb{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 20px;

}
.anliBox{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    padding-top: 20px;
}
.anliBox .anliItem{
    width: 290px;

    cursor: pointer;
    margin-bottom: 35px;
}
.anliBox .anliItem img{
    width: 100%;
    height: 220px;
}
.anliBox .anliItem h2{
    background: #f8f8f8;
    font-size: 20px;
    line-height: 2.5;
    padding-left: 20px;
}
.anliBox .anliItem:hover h2{
    background: #38f;
    color: #fff;
    font-size: 20px;
}


/*----------查找小程序开始----------*/
.appletyycj-find{}
.appletyycj-find p{
    text-align: center;
    font-size: 26px;
    color: #484848;
}
.appletyycj-find>div{
    display: flex;
    margin-top: 20px;
    justify-content: center;
}
.appletyycj-find>div button{
    margin-top: 0;
    background: linear-gradient(45deg, #0168FF 0%, #003DE6 100%);
    background-image: linear-gradient(127deg, #41B5FF 0%, #2670FA 100%);
    box-shadow: 0px 6px 24px -4px rgba(0,46,190,0.8);
}

.btn-myfirst{
    position: relative;
    width: fit-content;
    height: 68px;
    line-height: 68px;
    padding: 0 34px;
    font-size: 30px;
    margin: 20px auto 0;
    display: block;
    background-image: linear-gradient(134deg, #FFB08C 10%, #FF7B7F 88%);
    color: #ffffff;
    border-radius: 60px;
    transition: .25s;
    box-shadow: 0 2px 8px rgba(0,0,0,.25);
    overflow: hidden;
    opacity: .85;
}
.banner .btn-myfirst{
    position: absolute;
    right: 0;
    bottom: 40px;
    left: 0;
}
.btn-myfirst:hover{
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.3);
    transform: translateY(-5px);
    opacity: 1;
}
.btn-myfirst:before{
    content: "";
    background-color: rgba(255,255,255,0.5);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    transform: skewX(-45deg) translateX(0);
    transition: none;
    animation: myfirst 5s linear infinite;
}
@keyframes myfirst {
    75%   {transform: skewX(-45deg) translateX(0);transition: all 0.5s ease-in-out;}
    100% {transform: skewX(-45deg) translateX(35em);transition: all 0.5s ease-in-out;}
}
.btn-myfirst:hover{transform: translateY(-10px)}



/*------------------------------合作伙伴开始------------------------------*/
.hzhb .common-title p span{
    margin: 0 5px;
    font-weight: bold;
    color: #0056b3
}
.hzhb-lunbo{
    width: 1285px;
    height: 484px;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
}
.hzhb-lunbo .swiper-wrapper{transition-timing-function: linear !important}



/*------------------------------获取案例的弹框------------------------------*/
.dialog_allb{
    display: none;
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.6);
}
.dialog_allb-center{
    position: relative;
    width: 700px;
    padding: 40px;
    background-color: #fff;
    border-radius: 6px;
}
.dialog_allb-center h2{
    margin-bottom: 40px;
    text-align: center;
}
.dialog_allb-center>.close {
    display: flex;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    font-size: 24px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.dialog_allb-center>strong{
    display: block;
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
    color: red;
}
.dialog_allb-center .hqfa-main .iptdiv{width: 380px}

