/* footer */
.foot {
    margin: 0 auto;
    min-width: 1320px;
    max-width: 1917px;
    height: 473px;
    background-image: url(../images/footbg.png);
}

.foot .content {
    width: 1320px;
    margin: 0 auto;
    height: 423px;
    padding-top: 50px;
}

.foot .content .up {
    width: 1320px;
    margin: 0 auto;
    height: 300px;
    border-bottom: 2px solid #707070;
}

.foot .content .ready {
    width: 1100px;
    float: left;

}

.foot .xiahuaxian {
    border-bottom: 2px solid #707070;
    padding-bottom: 35px;
}

.foot .content .kecheng {
    width: 430px;
    float: left;
}

.foot .content .dizhi {
    width: 550px;
    float: left;
    color: #e6e6e6;
    font-size: 20px;
    padding-left: 110px;
    padding-top: 20px;
    line-height: 35px;
}


.foot .gzh {
    width: 210px;
    float: left;
    text-align: right;
    color: #e6e6e6;
    font-size: 16px;
    padding-top: 50px;

}

.foot .gongzhonghao {
    padding-right: 30px;
    height: 50px;
    line-height: 50px;
}

.foot ul {
    padding-inline-start: 0px;
}

.foot li {
    float: left;
    color: #e6e6e6;
    font-size: 18px;
    margin-right: 56px;
    line-height: 35px;
    list-style: none;
}

.foot li img {
    vertical-align: middle;
}

.foot li a:link {
    color: #e6e6e6;
    text-decoration: none;
}

.foot li a:visited {
    color: #e6e6e6;
    text-decoration: none;
}

.foot li a:hover {
    color: #ff9900;
    text-decoration: none;
}

.foot .icp {
    color: #e6e6e6;
    padding-top: 20px;
}

.foot .icp a:link {
    color: #e6e6e6;
    padding-top: 20px;
    text-decoration: none;
}

.foot .icp a:visited {
    color: #e6e6e6;
    padding-top: 20px;
    text-decoration: none;
}

.foot .icp a:hover {
    color: #ff9900;
    padding-top: 20px;
    text-decoration: none;
}

.foot .link {
    color: #e6e6e6;
    padding-top: 20px;
}

.foot .link span {
    color: #acacac;
    margin-right: 20px;
}

.foot .link span a:link {
    color: #acacac;
    text-decoration: none;
}

.foot .link span a:visited {
    color: #acacac;
    text-decoration: none;
}

.foot .link span a:hover {
    color: #ff9900;
    text-decoration: none;
}


/* 右侧在线客服  */

.online {
    position: fixed;
    top: 490px;
    right: 50px;
    width: 80px;
    z-index: 999;
    color: #999;
}

.online li{
    list-style: none;
    width: 56px;
    height: 56px;
    border: 2px solid #d5d5d5;
    border-radius: 100px;
    text-align: center;
    font-size: 28px;
    color: #1a1a1a;
    line-height: 56px;
    background: #FFF;
    margin-bottom: 12px;
    cursor:pointer;
}

.online a:link{
    font-size: 28px;
    color: #2b2b2b;
}
.online a:visited{
    font-size: 28px;
    color: #2b2b2b;
}
.online a:hover{
    font-size: 28px;
    color: #7c7c7c;
}

.online .phone-con{
    position: absolute;
    top: 0px;
    right: 50px;
    height: 115px;
    padding: 20px;
    line-height: 38px;
    font-size: 24px;
    color: #ff9900;
    width: 150px;
    background: #fff;
    box-shadow: 0px 0px 4px #707070;
    /* border: 1px solid #ff9900; */
    display: none;
    text-align: left;
}
.online .phone-con span{
    font-size: 18px;
    color: #000;
}

.online a.phone-ico:hover .phone-con{display:inline !important;}

.online .weixin-con{
    position: absolute;
    top: 0px;
    right: 50px;
    height: 153px;
    width: 154px;
    padding: 1px;
    line-height: 48px;
    font-size: 28px;
    color: #ff9900;
    background: #fff;
    /* border: 1px solid #ff9900; */
    box-shadow: 0px 0px 4px #707070;
    display: none;
}
.online a.weixin-ico:hover .weixin-con{display:inline !important;}
