@font-face {
    font-family: "SourceHanSansSC-Normal";
    src: url(../fonts/SourceHanSansSC-Normal.otf);
}
/* body{font-family: 'SourceHanSansSC-Normal';} */
/*客服弹窗*/
.kefu-div{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 8000;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.kefu-div .kefu-box{
    width: 800px;
    height: 600px;
    margin: 0 auto;
    margin-top: 5%;
    background-color: #f2f2f2;
}
.kefu-div .kefu-box h2{
    margin: 0;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #555;
}
.kefu-div .kefu-box i{
    width: 42px;
    width: 50px;
    float: right;
    background-color: #e10601;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.kefu-div .kefu-box .kefu-iframe{
    height: 100%;
    width: 100%;
    overflow-y:hidden;
}
/*微信公众号框*/
.wechat-div{
    position: relative;
}
.wechat-pic{
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    padding: 15px;
    width: 180px;
    height: 180px;
    position: absolute;
    left: -190px;
    top: -65px;
    display: none;
}
.wechat-pic img{
    width: 100%;
}



/*右侧浮动菜单*/
.float-menu{
    position: fixed;
    right: -115px;
    bottom: 200px;
    z-index: 3000;
}
.float-menu .list{
    background-color: rgba(196, 227, 241, 0.8);
    width: 170px;
    position: relative;
    height: 50px;
    line-height: 50px;
}
.float-menu .list .am-icon-phone:before{
    font-size: 300%;
}
.float-menu .list .am-icon-wechat:before{
    font-size: 240%;
}
.float-menu .list-move{
    position: absolute;
    left: 5px;
    top: 0;
}
.float-menu .list i{
    text-align: center;
    width: 50px;
    height: 50px;
    padding-right: 3px;
}

.float-menu .list:hover{
    animation: menu-btn 0.7s;
    -moz-animation: menu-btn 0.7s; 
    -webkit-animation: menu-btn 0.7s;  
    -o-animation: menu-btn 0.7s; 
    animation-fill-mode :forwards ;
}
@keyframes menu-btn{
    from{background: #f1f1f1;}
    to{background: #0e90d2;} 
}
.float-menu .list:hover > .list-move > a{
    animation: menu-btn-a 0.7s;
    -moz-animation: menu-btn-a 0.7s; 
    -webkit-animation: menu-btn-a 0.7s;  
    -o-animation: menu-btn-a 0.7s; 
    animation-fill-mode :forwards ;
}@keyframes menu-btn-a{
    from{color: #0e90d2;}
    to{color: #f1f1f1;} 
}

/*公共脚部*/
/*
.foot{
    background-color: #282828;
    padding: 20px 0;
    color: #ababab;
}
.foot .foot-1200{
    width: 1200px;
    margin: 0 auto;
}
.foot .left{
    width: 250px;
    float: left;
}
.foot .left img{
    width: 80%;
}
.foot .left h3{
    font-weight: bold;
    margin-bottom: 0.5em;
}
.foot .left h2{
    margin: 0.5em 0;
    font-weight: bolder;
    font-size: 25px;
    color: #00a0e9;
}
.foot .right{
    float: left;
  	margin-left:50px;
}
.foot li{
    margin-top: 20px;
    float: left;
    margin-right: 90px;
    text-align: center;
    position: relative;
}
.foot li:before{
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #00a0e9;
    top: 50px;
    left: 38%;
}
.foot li .main{
    color: #fff;
}
.foot li dl{
    margin-top: 50px;
}
.foot li dd{
    font-size: 16px;
    color: #ababab;
    margin-bottom: 5px;
}
.foot .bottom{
    text-align: center;
    font-size: 18px;
  color:#565555;
}
*/