.container {
    max-width: 750px;
    margin: 0 auto;
    padding: 0;
    background: #f2f2f2;
   
}
.img100{width:100%;}
.img100 img{width: 100%}
.div100{width:100%;margin-bottom: 0.75rem!important}
.fmbg{width:100%;}
.fmbgc{display: flex;padding: 0 3.84rem 0.5rem;flex-direction:column;}
.insub{width:80%;background: #207af5;border:0rem;border-radius:2rem;font-size: 1.2rem;color:#FFF;margin:0 auto;padding: 0.3rem 0rem;}

@keyframes fdsx
{
    0%{
    transform: scale(1);  /*开始为原始大小*/
    }
    25%{
        transform: scale(1.1); /*放大1.1倍*/
    }
    50%{
        transform: scale(1);
    }
    75%{
        transform: scale(1.1);
    }
}
@keyframes telfx
{
    0%{
    transform: scale(1);  /*开始为原始大小*/
    }
    25%{
        transform: scale(1.1); /*放大1.1倍*/
    }
    50%{
        transform: scale(1);
    }
    75%{
        transform: scale(1.1);
    }
}
.sp{display: block;animation:fdsx 2s infinite ;}
.gdbg{width:100%;height: 9.6rem;background-image:url(../images/dt_04.jpg);background-size: 100% }
.gdbgc{padding: 0.3rem 3rem;}
.gdbgc ul{width:100%; height:9rem;display:flex;margin: 0px;padding: 0px}
.gdbgc ul table{width:100%;}
.gdbgc ul li{list-style:none;display: flex;justify-content:space-around;font-size: 0.8rem}

.tel{width:3.8rem;position: fixed;top:50%;right: 0rem;animation:telfx 2s infinite ;}
.tel img{width:100%;}

input[type]::placeholder{
     color: #999;
  }

