header .nav .logo img {
    width: 193px !important;
    height: 49px !important;
}
.dl .list .main{
transition: margin-top 0.5s;
-moz-transition: margin-top 0.5s;	/* Firefox 4 */
-webkit-transition: margin-top 0.5s;	/* Safari 和 Chrome */
-o-transition: margin-top 0.5s;	/* Opera */
}
.dl .list .main:hover{
    margin-top: -20px;
    cursor: pointer;
}
.dl .list .main .btn:hover{
    background: rgba(58,132,255,1);
    color: #ffffff
}
.advantage .list .main img{
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.advantage .list .main:hover img{
    transform: rotate(720deg);
-webkit-transform: rotate(720deg);
-moz-transform: rotate(720deg);
-o-transform: rotate(720deg);
-ms-transform: rotate(720deg);
}
.solution{
    height: 252px;
}
.pingtai .bigbox .box{
    transition: margin-top 1s;
    -moz-transition: margin-top 1s;	/* Firefox 4 */
    -webkit-transition: margin-top 1s;	/* Safari 和 Chrome */
    -o-transition: margin-top 1s;	/* Opera */
    }
    .pingtai .bigbox .box:hover{
        margin-top: -50px;
        cursor: pointer;
    }
    .kflc .bigbox .box .t1{
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }
    .kflc .bigbox .box .t1:hover{
        transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    }
    .kflc .bigbox .box .t3{
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }
    .kflc .bigbox .box .t3:hover{
        transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    }
.ad{

    width: 100%;
    height: 100px;
    background-color: rgba(33,33,33,0.8);
    position: fixed;
    bottom: 0;
    z-index: 9999999999999999999;
}
.ad .box{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1400px;
    height: 150px;
    margin: auto;
    background: url(../img/ad-bg.png)no-repeat center bottom  /100% 100%;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;
}
.inputbox{
    position: absolute;
    top: 30px;
    right: 10px;
    width: 33rem;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
/*.form_post{*/
/*    position: absolute;*/
/*    top: 30px;*/
/*    right: 10px;*/
/*    width: 37rem;*/
/*    height: 100px;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*}*/
.ad .box .input{
    width: 180px;
    height: 50px;
    background-size: 16px 16px;
    border-radius: 4px;
    box-sizing: border-box;
    padding-left: 35px;

}
.ad .box .input1{
    background: url(../img/ad-peo.png)no-repeat 10px center;
    background-size: 16px 16px;
    background-color: #FFFFFF;
}
.ad .box .input2{
    background: url(../img/ad-pho.png)no-repeat 10px center;
    background-size: 16px 16px;
    background-color: #FFFFFF;
}
.ad .box .input input{
    width: 140px;
    height: 50px;
    font-size: 16px;
}
.inputbox .btn{
    background: rgba(255,173,31,1);
    border: none;
    color: white;
    text-align: center;
    width: 160px;
    height: 45px;
    border-radius: 24px;
    line-height: 45px;
    font-size: 16px;
}
.ad .close{
    width: 12px;
    height: 12px;
    position:absolute;
    right: 0;
    top: 60px;
}
.celan .main .box .call {
    box-sizing: border-box;
    padding-right: 60px;
    position: absolute;
    right: 40px;
    top: 0;
}

.celan .main .box .tel {
    width: 225px;
    border-radius: 10px;
    border: 2px solid #C9C9C9;
    background: #EAEAEA;
    font-size: 22px;
    color: #515151;
    position: relative;
    line-height: 46px;
    font-weight: bold;
    display: none;
}

.celan .main .box .tel span {
    width: 0;
    height: 0;
    font-size: 0;
    overflow: hidden;
    position: absolute;
}

.celan .main .box .tel .bot {
    border-width: 10px;
    border-style: solid dashed dashed;
    border-color: transparent transparent transparent #C9C9C9;
    right: -22px;
    bottom: 0px;
    top: 0;
    margin: auto;
}

.celan .main .box .tel .top {
    border-width: 10px;
    border-style: solid dashed dashed;
    border-color: transparent transparent transparent #EAEAEA;
    right: -20px;
    bottom: 0px;
    top: 0;
    margin: auto;
}
.celan .main .telbox:hover .tel {
    display: block;
}

.celan .main .box .wx {
    width: 225px;
    border-radius: 10px;
    border: 2px solid #C9C9C9;
    background: #EAEAEA;
    font-size: 15px;
    color: #515151;
    position: relative;
    line-height: 46px;
    font-weight: bold;
    display: none;
}

.celan .main .box .wx span {
    width: 0;
    height: 0;
    font-size: 0;
    overflow: hidden;
    position: absolute;
}

.celan .main .box .wx .bot {
    border-width: 10px;
    border-style: solid dashed dashed;
    border-color: transparent transparent transparent #C9C9C9;
    right: -22px;
    bottom: 0px;
    top: 0;
    margin: auto;
}

.celan .main .box .wx .top {
    border-width: 10px;
    border-style: solid dashed dashed;
    border-color: transparent transparent transparent #EAEAEA;
    right: -20px;
    bottom: 0px;
    top: 0;
    margin: auto;
}
.celan .main .telbox:hover .wx {
    display: block;
}/*成功弹窗*/
.zzb_success {
    width: 585px;
    height: 585px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    z-index: 999999999999999999;
}
.zzb_success .img{
    margin: 0 auto;
    position: relative;
}
.zzb_success img {
    width: 585px;
    height: 585px;
    display: block;
    margin: 0 auto;
}

.zzb_success p {
    /*padding: 0 23px;*/
    width: 475px;
    height: 34px;
    background: rgba(255, 133, 61, 1);
    border-radius: 17px;
    color: #FFF2E7;
    font-size: 26px;
    line-height: 34px;
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/*信息弹窗 start*/
.tanchuang_xx{
    width: 100%;
    height: 100%;
    z-index: 999;
    background:rgba(25,25,25,.9);
    position: fixed;
    left: 0;
    top: 0;
    display: none;
}
.tanchuang_xx .main{
    width:600px;
    height:500px;
    background:rgba(255,255,255,1);
    border-radius:20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -350px 0 0 -300px;
}
.tanchuang_xx .main .top_img{
    width: 100%;
    height: 150px;
    border-radius: 20px 20px 0 0;
}
.tanchuang_xx .main .box{
    width: 500px;
    margin: auto;
    padding-top: 15px;
    text-align: center;
}
.tanchuang_xx .main .box1{
    width: 100%;
    height:60px;
    background:rgba(241,241,241,1);
    border-radius:6px;
    margin-top: 25px;
    position: relative;
}
.tanchuang_xx .main .box1 .img1{
    width: 26px;
    height: 22px;
    margin: 19px 0 0 15px;
}
.tanchuang_xx .main .box1 input{
    padding: 0 10px;
    box-sizing: border-box;
}
.tanchuang_xx .main .box1 .right{
    width: 411px;
    height: 100%;
    margin-right: 19px;
    font-size: 18px;
    color: #515151;
    line-height: 60px;
    background: transparent;
    border: none;
    outline: none;
    position: relative;
}
.tanchuang_xx .main .box1 .xl::-ms-expand { display: none; }
.tanchuang_xx .main .box1 .xl{
    background: rgba(241,241,241,1) url(../img/tc_arrow.png) no-repeat right center;
    background-size: 18px 10px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    -ms-appearance:none;
}
.tanchuang_xx .main .box1 .yzm{
    width:120px;
    height:40px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(74,109,255,1);
    border-radius:20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 38px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.tanchuang_xx .main .btn{
    width:300px;
    height:60px;
    border-radius:6px;
    font-size: 26px;
    color: #fff;
    line-height: 60px;
    margin: 60px auto 0;
}
.tanchuang_xx .main .close{
    width: 40px;
    height: 40px;
    position: absolute;
    right: -65px;
    bottom: 0;
}
/*信息弹窗 end*/