@charset "utf-8";
/* body{font-size: .14px;} */
body{
    background-color: #fff;
    font-family:Source Han Sans CN;
    /* height: 1500px */
    overflow-x: hidden;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.w1200 li{
    float: left;
    margin: 0 20px;
}
#lieke-header{
    position: relative;
    margin: auto;
    z-index: 5;
    height: 65px;
    line-height: 65px;
    box-sizing: border-box;
    font-size: 16px;
    background-color: #fff;
    color: #333;
    box-shadow: 0 0 5px rgba(0,0,0,0.45);
    /* -webkit-animation: fadeInUp 1s .2s ease both;
    -moz-animation: fadeInUp 1s .2s ease both; */
}
#lieke-header .logo{
    width: 150px;
    height: 40px;
    padding: 13px 0;
}
#lieke-header .right span{
    margin: 8px 0 0 30px;
    padding: 5px 20px;
    font-weight: 400;
    line-height: 35px;
    color: rgba(255,255,255,1);
    width: 100px;
    height: 34px;
    background: rgba(252,113,69,1);
    opacity: 1;
    border-radius: 50px;
    cursor: pointer;
    float: right;
}


#banner{
    position: relative;
    width: 100%;
    /* background: url(../images/banner.png) no-repeat;  */
}
#banner img{
    width: 100%;
}
#banner .tel{
    position: absolute;
    top: 70%;
    left: 0;
    width: 215px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #ffffff;
    color: #FF7E11;
    font-size: 30px;
    border-radius: 45px;
    cursor: pointer;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.22);
}
#banner .tel:hover{
    box-shadow: 0px 0px 22px 5px rgba(0,0,0,0.2);
}
.banner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.banner p{
font-size:26px;
font-weight:500;
line-height:50px;
color:rgba(255,255,255,1);
}
.banner p:nth-child(1){
    font-size: 55px;
    font-weight: 500;
    line-height: 100px;
    color: rgba(255,255,255,1);
}
.lieke-common{
    width: 100%;
}
.lieke-task {
    text-align: center;
}
.lieke-task h2{
    margin-top: 80px;
    font-size:30px;
    font-family:Source Han Sans CN;
    font-weight:500;
    line-height:48px;
    color:rgba(51,51,51,1);
    opacity:0.9;
    
}
.lieke-task h3{
    font-size:19px;
    font-weight:400;
    margin: 40px 0;
    color:rgba(51,51,51,1);
    opacity:0.7;
    
}
.lieke-task .hoverable{
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    color: rgba(252,117,92,1);
    opacity: 0.6;
    border: 1px solid rgba(252,117,92,1);
    display: inline-block;
    padding: 5px 35px;
    cursor: pointer;
}
.lieke-task .hoverable:hover{
    color: #fff;
    background: rgba(252,117,92,1);
}
.tran4s {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.content{
    /* margin: 45px 0; */
    text-align: left;
    padding: 120px 0;
    /* height: 220px; */
}
.content h2{
    margin-top: 30px;
}
.common-image-l{
    /* width: 530px;
    height: 304px; */
    margin-right:100px ;
    position: relative;
    font-size: 24px;
    z-index: 1;
}
.common-image-r{
    /* width: 530px;
    height: 304px; */
    margin-left:100px ;
    position: relative;
    font-size: 24px;
    z-index: 1;
}
.common-image img{
    position: relative;
    z-index: -2;
}
.common-image a{
    position: absolute;
    display: inline-block;
    top: 85px;
    left: 140px;
    padding: 5px 20px;
    background:rgba(255,255,255,1);
    box-shadow:0px 1px 10px rgba(255,255,255,0.16);
    opacity:1;
    text-align: center;
    border-radius:26px;
    color:rgba(38,150,236,1);
    cursor: pointer;
    /* z-index: 3; */
}
.bg{
    background:rgba(253,146,97,0.1);
}

.footer{
    font-size: 17px;
    color: #969696;
    height: 60px;
    padding: 30px 0;
    background-color: rgba(243,243,243,1);
}
.footer p{
    line-height: 30px;
}
.footer .icp{
    margin: 0 10px;
}


 #tip{
    /* text-align: center;
    background-color: #fff;
    width: 759px;
    height: 419px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%); */
    cursor: pointer;
    display: none;

    position: fixed;
    width: 984px;
    height: 556px;
    margin-left: -492px;
    margin-top: -278px;
    top: 50%;
    left: 50%;
    z-index: 5;
  }
  #tip img{
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: rgb(170, 170, 170); 
      z-index: 101;
  }
  #tip .tip-bg{
      position: fixed;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: rgba(0, 0, 0,.51);
      z-index: 100;
  }
  #tip .free{
    position: absolute;
    width: 335px;
    height: 50px;
    line-height: 50px;
    left: 50%;
    margin-left: -167px;
    background: #FC7145;
    z-index: 101;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 50px;
    bottom: 55px;
  }
  .float{
      position: fixed;
      bottom: 0;
      z-index: 1;
      width: 100%;
  }
  .float img{
      width: 100%;
      cursor: pointer;
  }

  /* 按钮渐变 */
.hoverable{
    position: relative;
    font-weight: 400;
    text-align: center;
    width: auto;
    overflow: hidden;
    z-index: 0;
    cursor: pointer;
    border-radius: .35rem;
    text-align: center;
    /* height: 100%; */
    
  }
  
  .anim {
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    /* z-index: -1; */
  }
  
  .anim:before {
    position: relative;
    content: '';
    display: block;
    margin-top: 100%;
  }
  
  .anim:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
  }
  
  .hoverable .anim {
    -moz-animation: anim-out .75s;
    -webkit-animation: anim-out .75s;
    animation: anim-out .75s;
  }
  
  .hoverable .anim:after {
    -moz-animation: anim-out-pseudo .75s;
    -webkit-animation: anim-out-pseudo .75s;
    animation: anim-out-pseudo .75s;
  }
  
  .hoverable .anim,.hoverable .anim:after {
    animation-iteration-count: infinite;
    animation-duration: 1.3s;
  }
  
  
  @-webkit-keyframes anim-out {
    0% {
        width: 0;
    }
  
    100% {
        width: 100%;
    }
  }
  
  @-moz-keyframes anim-out {
    0% {
        width: 0;
    }
  
    100% {
        width: 100%;
    }
  }
  
  @-ms-keyframes anim-out {
    0% {
        width: 0;
    }
  
    100% {
        width: 100%;
    }
  }
  
  @keyframes anim-out {
    0% {
        width: 0;
    }
  
    100% {
        width: 100%;
    }
  }
  
  @-webkit-keyframes anim-out-pseudo {
    0% {
        background: rgba(0,0,0,0.25);
    }
  
    100% {
        background: transparent;
    }
  }
  
  @-moz-keyframes anim-out-pseudo {
    0% {
        background: rgba(0,0,0,0.25);
    }
  
    100% {
        background: transparent;
    }
  }
  
  @-ms-keyframes anim-out-pseudo {
    0% {
        background: rgba(0,0,0,0.25);
    }
  
    100% {
        background: transparent;
    }
  }
  
  @keyframes anim-out-pseudo {
    0% {
        background: rgba(0,0,0,0.2);
    }
  
    100% {
        background: transparent;
    }
  }
  .fr, .fl{
    flex: 1;
    }
@media screen and (max-width:960px){
    /* #banner .tel{
        position: absolute;
        bottom: 120px;
        left: 295px;
        width: 200px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        background: #fff;
        color: #4A88F2;
        font-size: 34px;
        border-radius:3px;
        cursor: pointer;
    } */
    #lieke-header{
        /* display: none; */
    }
    .w1200 {
        width: 100%;
        margin: 0 auto;
    }
    .common-image-l{
        margin-left:50px ;
    }
    .common-image-r {
        margin-left: 20px;
    }
    .common-image-l {
        margin-right: 50px;
    }
    .fr{
        margin-right:20px ;
        flex: 1;
    }
    .fl{
        margin-left:20px ;
        flex: 1;
    }
    .lieke-task h2{
        font-size: 24px;
    }
    .lieke-task h3 {
        margin: 10px 0;
    }
    .content h2 {
        margin-top: 0;
    }
    .content {
        padding: 80px 0;
    }
    .footer {
        height: 82px;
        line-height: 80px;
        font-size: 20px;
        padding-bottom: 150px;
    }
    #banner .tel {
        position: absolute;
        top: 70%;
        left: 3%;
        width: 135px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #ffffff;
        color: #FF7E11;
        font-size: 20px;
        border-radius: 45px;
        cursor: pointer;
        box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.22);
    }
    .float{
        display: none;
    }
    .float-mobile{
        display: block!important;
    }
    .float-mobile{
        position: fixed;
        bottom: 0;
        z-index: 1;
        width: 100%;
    }
    .float-mobile img{
        width: 100%;
        cursor: pointer;
    }
    .banner p {
        font-size: 22px;
        font-weight: 500;
        line-height: 32px;
        color: rgba(255,255,255,1);
    }
    .banner p:nth-child(1) {
        font-size: 40px;
        font-weight: 500;
        line-height: 80px;
        color: rgba(255,255,255,1);
    }
    #tip {
        cursor: pointer;
        display: none;
        position: fixed;
        width: 100%;
        height: 556px;
        margin-left: -50%;
        margin-top: -278px;
        top: 50%;
        left: 50%;
        z-index: 5;
    }
    #tip img {
        position: absolute;
        width: 100%;
        height: auto;
        left: 0;
        top: 0;
        background: rgb(170, 170, 170);
        z-index: 101;
    }
    #tip .free {
        bottom: 163px;
    }
}

.float-mobile{
    display: none;
}

.bottom-ad span{
    position: absolute;
    top: 40%;
    width: 26px;
    height: 26px;
    background: url(../images/db_img05.png) no-repeat;
    transition: transform .3s;
    right: 20%;
    cursor: pointer;
}
.bottom-ad span:hover{
    transform: rotate(180deg);
}