.hide{
    display: none;
}
.app-footer {
    width: 100%;
    min-width: 1200px;
    color: #ffffff;
    font-size: 14px;
    background-color: #333333;
}
.app-footer .vcenter {
    position: relative;
}
.app-footer .vcenter .vcenter1 {
    position: absolute;
    top: 3px;
    left: 60px;
}
.vcenter1{
    width: 210px;
}
.app-footer .vcenter .vcenter2 {
    position: absolute;
    top: -1px;
    left: 60px;
}
.app-footer .top {
    /*height: 220px;*/
    padding-top: 15px;
    padding-bottom: 50px;
}
.app-footer .top .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.app-footer .top .l {
    float: left;
}
.app-footer .top .l ul li {
    font-size: 14px;
    color:#fff;
}
.app-footer .top .l ul li a{
color:#fff;
}
.app-footer .top .l ul li span {
    width: 21px;
    height: 17px;
    display: inline-block;
    position: relative;
    top: 5px;
    left: 0;
    background-image: url("../img/weixin1.png");
    background-repeat: no-repeat;
    cursor: pointer;
}
.app-footer .top .l ul .jzq {
    position: relative;
}
.app-footer .top .l ul .jzq img {
    display: none;
    position: absolute;
    width: 100px;
    height: 100px;
    top: -60px;
    left: 20px;
}
.app-footer .top .l ul .jzq:hover img {
    display: block;
}
.app-footer .top .m {
    float: left;
    margin-left: 229px;
}
.app-footer .top .m .cont {
    display: flex;
    align-items: center;
    margin-bottom: 27px;
}
.app-footer .top .m .cont img {
    margin-right: 27px;
}
.app-footer .top .m .cont a {
    font-size: 14px;
    color: rgba(255,255,255,0.65);
}
.app-footer .top .m .cont a:hover {
    color: #ffffff;
}
.app-footer .top .m>a{
    color:#fff;
    margin-right: 10px;
}
.app-footer .top .m .img {
    width:350px;
    height:29px;
    font-size:30px;
    font-family:SourceHanSansCN-Regular;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.app-footer .top .r {
    float: right;
    position: relative;
}
.app-footer .top .r .input-group {
    margin-top: 23px;
    position: relative;
}
.app-footer .top .r .input-group input {
    color: #979797;
    border: none;
    width: 140px;
    height: 35px;
    padding: 10px;
    background: #404040;
    border-radius: 4px;
    margin-bottom: 25px;
}
.app-footer .top .r textarea {
    color: #979797;
    padding: 10px;
    border: none;
    width: 300px;
    height: 66px;
    background: #404040;
    border-radius: 4px;
    resize: none;
}
.app-footer .top .r #customer-area-span {
    position: absolute;
    color: #979797;
    right: 0;
}
.app-footer .top .r .submit {
    width: 300px;
    height: 35px;
    background: #10A0E9;
    border-radius: 4px;
    text-align: center;
    line-height: 35px;
    position: relative;
    cursor: pointer;
    margin-top: 25px;
}
@-webkit-keyframes loading {
    from {
        opacity: 1;
    }
    to {
        opacity: 0.25;
    }

}
.app-footer .top .r div.loading {
    position: absolute;
    top: 13px;
    left: 50%;
}
.app-footer .top .r div.loading span {
    width: 2px;
    height: 8px;
    background: #fff;
    position: absolute;
    left: 100%;
    top: 100%;
    opacity: 0;
    -webkit-animation: loading 1s linear infinite;
}
.app-footer .top .r div.loading span.bar1 {
    -webkit-transform: rotate(0deg) translate(0, -10px);
    -webkit-animation-delay: 0s;
}
.app-footer .top .r div.loading span.bar2 {
    -webkit-transform: rotate(30deg) translate(0, -10px);
    -webkit-animation-delay: -1.8334s;
}
.app-footer .top .r div.loading span.bar3 {
    -webkit-transform: rotate(60deg) translate(0, -10px);
    -webkit-animation-delay: -1.6668s;
}
.app-footer .top .r div.loading span.bar4 {
    -webkit-transform: rotate(90deg) translate(0, -10px);
    -webkit-animation-delay: -1.5002s;
}
.app-footer .top .r div.loading span.bar5 {
    -webkit-transform: rotate(120deg) translate(0, -10px);
    -webkit-animation-delay: -1.3336s;
}
.app-footer .top .r div.loading span.bar6 {
    -webkit-transform: rotate(150deg) translate(0, -10px);
    -webkit-animation-delay: -1.167s;
}
.app-footer .top .r div.loading span.bar7 {
    -webkit-transform: rotate(180deg) translate(0, -10px);
    -webkit-animation-delay: -1.0004s;
}
.app-footer .top .r div.loading span.bar8 {
    -webkit-transform: rotate(210deg) translate(0, -10px);
    -webkit-animation-delay: -0.8338s;
}
.app-footer .top .r div.loading span.bar9 {
    -webkit-transform: rotate(240deg) translate(0, -10px);
    -webkit-animation-delay: -0.6672s;
}
.app-footer .top .r div.loading span.bar10 {
    -webkit-transform: rotate(270deg) translate(0, -10px);
    -webkit-animation-delay: -0.5006s;
}
.app-footer .top .r div.loading span.bar11 {
    -webkit-transform: rotate(300deg) translate(0, -10px);
    -webkit-animation-delay: -0.334s;
}
.app-footer .top .r div.loading span.bar12 {
    -webkit-transform: rotate(330deg) translate(0, -10px);
    -webkit-animation-delay: -0.1674s;
}
.app-footer .bottom {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    border-top: 1px solid #676767;
    color: #999999;
}
.app-footer .bottom p {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
}
.app-footer .bottom p span {
    margin-left: 10px;
}
.app-right {
    position: fixed;
    z-index: 1000;
    top: 35%;
    right: 13px;
}
.app-right .top {
    height: 134px;
}
.app-right .top .left {
    float: left;
    display: none;
    width: 193px;
    height: 141px;
    padding: 16px 0 0 22px;
    background-image: url("../assets/home/right-pop/huihua.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: #323232;
}
.app-right .top .left .detail-label {
    width: 85px;
    height: 27px;
    float: left;
    font-size: 12px;
    margin-right: 26px;
    line-height: 30px;
    text-align: center;
    color: #EC1C1C;
    cursor: pointer;
    background-image: url("../assets/home/label-1.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.app-right .top .left .detail-label:hover {
    font-size: 14px;
    color: #ffffff;
    background-size: cover;
    background-image: url("../assets/home/label-2.png");
}
.app-right .top .left span {
    display: inline-block;
    float: left;
}
.app-right .top .left .phone {
    height: 22px;
}
.app-right .top .left .phone span {
    width: 21px;
    height: 21px;
    background-image: url("../assets/home/right-pop/phone.png");
    background-repeat: no-repeat;
}
.app-right .top .left .online {
    height: 30px;
}
.app-right .top .left .online span {
    width: 23px;
    height: 23px;
    background-image: url("../assets/home/right-pop/online.png");
    background-repeat: no-repeat;
    margin-right: 17px;
}
.app-right .top .left .qq {
    height: 30px;
}
.app-right .top .left .qq span {
    width: 19px;
    height: 21px;
    background-image: url("../assets/home/right-pop/qq.png");
    background-repeat: no-repeat;
    margin-right: 21px;
}
.app-right .top .right {
    cursor: pointer;
    float: left;
    width: 48px;
    height: 134px;
    padding-top: 20px;
    box-shadow: 0px 1px 1px 0px rgba(153, 153, 153, 0.56);
    border-radius: 4px;
    background-color: #ffffff;
    text-align: center;
}
.app-right .top .right:hover {
    background: #EC1C1C;
}
.app-right .top .right:hover .text {
    position: relative;
    left: 50%;
    width: 12px;
    height: 55px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    margin-top: 10px;
}
.app-right .top .right:hover .label {
    background-image: url("../assets/home/right-pop/info_active.png");
}
.app-right .top .right .label {
    width: 18px;
    height: 19px;
    display: inline-block;
    background-image: url("../assets/home/right-pop/zixun-active.png");
    background-repeat: no-repeat;
}
.app-right .top .right .text {
    position: relative;
    left: 50%;
    width: 12px;
    height: 55px;
    font-size: 12px;
    font-weight: 400;
    color: #EC1C1C;
    margin-top: 10px;
}
.app-right .bottom {
    cursor: pointer;
    width: 47px;
    height: 65px;
    box-shadow: 0px 1px 1px 0px rgba(153, 153, 153, 0.56);
    border-radius: 4px;
    font-size: 12px;
    margin-top: 17px;
    color: #9A9A9A;
    float: right;
    padding-top: 17px;
    background-color: #ffffff;
    text-align: center;
}
.app-right .bottom:hover {
    color: #EC1C1C;
}
.app-right .bottom:hover .label {
    background-image: url("../assets/home/right-pop/go-top-active.png");
}
.app-right .bottom .label {
    display: inline-block;
    width: 16px;
    height: 18px;
    background-image: url("../assets/home/right-pop/go-top.png");
    background-repeat: no-repeat;
}
.font-16 {
    font-size: 16px !important;
}
.text-989898 {
    color: #989898 !important;
}

#txt1,#txt2,#txt3,#txt4{
    position: absolute;
    color:#ccc;
    font-size: 12px;
    bottom:5px;
    left: 10px;
    display: none;
}

#txt2{
    left: 170px;
}
#txt3{
    bottom:-88px
}


