﻿/*共用底部开始*/
.fl {
    float:left;
}
.fr {
    float: right;
}
.footer-group img {
    width: 100%;
}
.footer-group {
    position: relative;
    padding-top: 32px;
    width: 100%;
    background: transparent;
    border-top: 8px solid #CD924F;
    font-size: 14px;
}

.cross-line {
    position: absolute;
    left: 0;
    top: 84px;
    width: 100%;
    height: 1px;
    background: transparent;
    z-index: 0;
}

.footer-main {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

    .footer-main dl {
        width: 225px;
    }

    .footer-main dt {
        height: 52px;
        line-height: 52px;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #000;
    }

        .footer-main dt i {
            display: block;
            width: 22px;
            height: 1px;
            background-color: #666;
            margin: 0;
            position: relative;
            z-index: 10;
        }

    .footer-main dd {
        padding: 10px 0;
    }

.qrcode-group {
    position: relative;
}


.code-box {
    position: absolute;
    top: 62px;
    left: 56px;
    width: 150px;
    height: 150px;
    border: 1px solid #D2D2D2;
}

    .code-box > div {
        position: relative;
    }

    .code-box .sanjiao {
        display: none;
        position: absolute;
        top: 10px;
        left: -5px;
        z-index: 0;
        width: 12px;
        height: 12px;
        border: 1px solid #D2D2D2;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #FFF;
    }

    .code-box img {
        position: relative;
        z-index: 10;
    }

.tel-item {
    flex-shrink: 0;
}

.footer-main dd > a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: #666;
}

.line {
    width: 100%;
    height: 1px;
    background-color: #CD924F;
    position: absolute;
    left: -100%;
    bottom: 0;
    -webkit-transition: left 200ms;
    -moz-transition: left 200ms;
    -ms-transition: left 200ms;
    -o-transition: left 200ms;
    transition: left 200ms;
}

.footer-main dd > a:hover .line {
    left: 0;
}

.tel-item .tel {
    color: #CD924F;
}

.tel-item span {
    font-size: 25px;
}

.tel-item .time {
    padding-top: 0;
    text-align: center;
    color: #999;
}

.tel-item dd a {
    width: 225px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #FFF;
    background-color: #CD924F;
    display: block;
    color: #FFF;
}

.copyright {
    padding: 0 30px;
    margin-top: 50px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #E1E1E1;
    background: transparent;
}

    .copyright,
    .copyright a {
        font-size: 14px;
        color: #999;
    }

        .copyright > div {
            width: 100%;
            max-width: 1440px;
            margin: 0 auto;
        }

        .copyright img {
            width: 36px;
            height: 36px;
            vertical-align: middle;
        }
/*共用底部结束*/
.suspend * {
    box-sizing: border-box;
}
.suspend{
  position: fixed;
  right: 20px;
  bottom: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999;
}
.suspend > a{
  position: relative;
  display: block;
  width: 64px;
  height:64px;
  margin-bottom: 10px;
  background-color: #CD924F;
  border-radius: 100%;
  text-align: center;
  padding-top: 14px;
  border: 1px solid #CD924F;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  color: #f1e6da;
}
.suspend a:nth-child(1),
.suspend a:nth-child(2){
  display: none;
}
.suspend:hover a{
  display: block;
}
.suspend > a:hover{
  background: #FFF;
}
.suspend > a:hover *{
  color: #CD924F;
}
.suspend i{
  font-size: 21px;
}
.suspend p{
  font-size: 12px;
  -webkit-transform: scale(.8);
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8);
}
.abs-tel{
  display: none;
  position: absolute;
  top: 14px;
  right: 70px;
  padding: 0 10px;
  border-radius: 4px;
  background-color: #CD924F;
  white-space: nowrap;
  line-height: 36px;
}
.abs-tel .sj{
  position: absolute;
  top: 12px;
  right: -3px;
  width: 12px;
  height: 12px;
  background-color: #CD924F;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.suspend a:hover .abs-tel{
  display: block;
  color: #FFF;
}