/*右固定以及尾部开始*/
.g-mobile{
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #fff;
    z-index: 999;
}
.g-mobile .try{
    background: #FE5B5F;
    color: #fff;
    font-size: 2rem;
    text-align: center;
}
.g-call{
    width: 50%;
    float: left;
    background: #5BB1FF;
    color: #fff;
    height: 45px;
    text-align: center;
    line-height: 45px;
}
.g-kefu{
    width: 50%;
    float: left;
    background: #5BB1FF;
    color: #fff;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-right: 2px solid #fff;

}
.contact{
    position: fixed;
    right: 8px;
    top: 30%;
    width: 98px;
    z-index: 999;
}
.visitor {
    margin: 6px 11px;
    padding: 14px;
    width: 80px;
    height: 80px;
    background: #5bb1ff;
    font-size: 20px;
    box-shadow: 0px 2px 5px rgba(36, 106, 170, 0.55);
    color: #fff;
    border-radius: 2px;
    text-align: center;
}
.visitor p {
    text-align: center;
    color: #fff;
}
.visitor a{
    color: #fff !important;
}
.footer1{
    width: 100%;
    background: #3EA3FF;
    color: #fff;
    position: relative;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}
.footer{
    width: 1000px;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
}
.footer .icon{
    display: inline-block;
}
.bottom{
    height: 6rem;
    display: inline-block;
    width: 24%;
    color: #fff;
    text-align: center;
    line-height: 6rem;
    cursor: pointer;
    text-decoration: none !important;
}
.bottom:hover{
    background: #1588F1;
}

.footer2{
    width: 100%;
    height: auto;
    background: #3b3a3f;
    border-bottom: 1px solid #595959;
}
.footer2 .foot2{
    width: 1170px;
    margin: 0 auto;
}
.footer2 .foot2 .parttop{
    height: 253px;
    width: 100%;
    padding:20px 50px;
    box-sizing: border-box;
}
.every{
    width: 25%;
    float: left;
    text-align: center;
}
.footer2 .foot2 .parttop .title{
    font-size: 1.5rem;
    color: #fff;
    border-bottom: 2px solid #22b7ef;
    display: inline-block;
    margin-bottom: 13px;
}
.footer2 .foot2 .parttop a{
    display: block;
    font-size: 1rem;
    color: #fff;
    margin-bottom: 15px;
    text-decoration: none;
}
.footer2 .foot2 .parttop a:hover{
    color: #22b7ef;
}
.footer3{
    width: 100%;
    height: auto;
    background: #3b3a3f;
}
.footer3 .foot3{
    width: 1170px;
    margin: 0 auto;
}
    .footer3 .foot3 .partbottom {
        height: 63px;
        width: 100%;

    }
.footer3 .foot3 .partbottom img{
    margin-top: 8px;
    
}
.footer3 .foot3 .partbottom span {
    margin-left: 20px;
    color: #fff;
    text-align: center;
    vertical-align:middle;
}

@media only screen and (max-width: 1170px) {
    .footer{
        width: 100%;
    }
    .footer2 .foot2{
        width: 100%;
    }
    .footer3 .foot3{
        width: 100%;
    }
}
/*右固定以及尾部结束*/