.footer .w1200 {
    width: 1200px;
}

.footer .w1600 {
    width: 83.3%;
    /*width:1600px;*/
    max-width: 1600px;
}

.footer .w1200,
.w1600 {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1270px) {
    .footer .w1600 {
        width: 90%;
    }
}

/*footer*/
.footer {
    position: relative;
    z-index: 2;
    background: #f3f3f3;
    /* padding-top: 73px;
    padding-bottom: 50px; */
    padding-top: 45px;
    padding-bottom: 20px;
}

.footer .footer-nav {
    height: auto;
}


/*.bottom-left*/
.footer .bottom-left {
    float: left;
    width: 790px;
    font-size: 0;
    line-height: 0;
}

.footer .bottom-left .ulA {
    height: auto;
    font-size: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: left;
    width: 25%;
    vertical-align: top;
}

.footer .bottom-left .ulA .ulB {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 100%;
    vertical-align: top;
    padding-bottom: 26px;
}

.footer .bottom-left .ulA .t2 {
    display: block;
    line-height: 0;
    padding: 0;
    margin: 0;
}

.footer .t1 {
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 20px;
    color: #333333;
}

.footer .t1 a {
    display: inline-block;
    color: #333333;
}

.footer .t2 {
    font-size: 13px;
    padding-right: 1%;
}

.footer .t2 a {
    font-size: 13px;
    display: inline-block;
    line-height: 26px;
    padding: 0;
    height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333333;
    max-width: 100%;
}

.footer .t2 a:hover {
    color: #007937;
}

/*bottom-code*/
.footer .bottom-code {
    float: right;
    width: 460px;
    font-size: 13px;
    line-height: 30px;
    color: #909090;
    text-align: right;
}

.footer .bottom-code img {
    max-width: 120px;
    margin-bottom: 15px;
}

/*bq*/
.footer .bottom-logo {
    margin-bottom: 25px;
}

.footer .bottom-logo img {
    max-height: 60px;
}

.footer .bq {
    width: 100%;
    font-size: 13px;
    line-height: 28px;
    color: #333333;
    position: relative;
}

.footer .bq a {
    color: #333333;
}

.footer .bq a:hover {
    color: #333333
}

.footer .footer-pic {
    width: 345px;
    font-size: 12px;
    color: #fff;
    float: left;
}

.footer .footer-pic .footer-logo {
    width: 186px;
    font-size: 0;
    margin-bottom: 10px;
}

.footer .footer-pic .footer-logo a {
    display: inline-block;
}

.footer .footer-pic .footer-logo img {
    width: 100%;
}

.footer .footer-pic .bottom-share {
    width: 100%;
    margin-top: 20px;
}

.footer .footer-pic .bottom-share a {
    transition: 0.4s;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 22px;
    line-height: 22px;
    width: 22px;
    border-radius: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
}

.footer .footer-pic .bottom-share a.share-icon2 {
    background-image: url("../image/bottom-share2.png");
}

.footer .footer-pic .bottom-share a.share-icon1 {
    background-image: url("../image/bottom-share1.png");
}

.footer .footer-pic .bottom-share a.share-icon3 {
    background-image: url("../image/bottom-share3.png");
}

@media screen and (max-width:1920px) {
    .footer .bottom-left {
        width: 45%;
    }

    .footer .footer-pic {
        width: 20%;
        padding-right: 1%;
    }

    .footer .bottom-code {
        width: 34%;
    }

    .footer .bottom-code br {
        display: none;
    }

    .footer .footer-pic .footer-logo {
        width: 150px;
    }
}

@media screen and (max-width:1270px) {
    .footer {
        /* padding-top: 50px;
        padding-bottom: 30px; */
        padding-top: 30px;
        padding-bottom: 15px;
    }

    .footer .bottom-left .ulA {
        width: 100%;
        text-align: center;
    }

    .footer .bottom-left {
        float: none;
        width: 100%;
        display: none;
    }

    .footer .bottom-code {
        float: none;
        width: 100%;
        margin: 0 auto;
    }

    .footer .footer-pic {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }
}


/*floatFixed*/
.floatFixed {
    position: fixed;
    z-index: 99;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

.floatFixed ul li a {
    line-height: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    background-color: #007937;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 26px;
    width: 50px;
    position: relative;
    color: #42a06c;
    font-size: 16px;
}

.floatFixed ul li a:after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 1px;
    background: #007937;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
}

.floatFixed ul li.a1 a {
    background-image: url(../image/p-icon1.png);
}

.floatFixed ul li.a2 a {
    background-image: url(../image/p-icon2.png);
}

.floatFixed ul li.a3 a {
    background-image: url(../image/p-icon3.png);
}

.floatFixed ul li.a3 a:after,
.floatFixed ul li.a4 a:after {
    width: 0;
}

.floatFixed ul li.a4 {
    margin-top: 2px;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

.floatFixed ul li.a4 a {
    background-image: url(../image/p-icon4.png);
    background-color: #42a06c;
    height: 0;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

.floatFixed ul li a:hover {
    background-color: #007937;
}

.floatFixed ul li a:hover:after {
    background-color: #007937;
}

.floatFixed ul li .floatFixed-tips img {
    max-width: 100px;
}

.floatFixed ul li .floatFixed-tips p {
    line-height: 30px;
    max-width: 200px;
    white-space: nowrap;
}

.floatFixed ul li .floatFixed-tips {
    padding: 10px 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: absolute;
    right: 56px;
    top: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    z-index: -1;
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    line-height: 30px;
}

.floatFixed ul li:hover .floatFixed-tips {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.floatFixed ul li:hover .floatFixed-tips:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    border-color: transparent #ccc #ccc transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: -6px;
    top: 10px;
    background-color: #fff;
}

@media screen and (max-width:768px) {
    .floatFixed {
        position: fixed;
        z-index: 99;
        right: 0;
        top: auto;
        bottom: 0;
        left: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .floatFixed ul li.a1 {
        display: none;
    }

    .floatFixed ul li {
        float: left;
        width: 33.333333%;
    }

    .floatFixed ul li a {
        width: 100%;
    }

    .floatFixed ul li .floatFixed-tips {
        display: none !important;
    }

    .floatFixed ul li.a4 {
        margin-top: 0;
    }

    .floatFixed ul li.a4 a {
        height: 50px !important;
    }

    .floatFixed ul li.a2 a {
        background-color: #007937;
    }

    .floatFixed ul li a {
        background-size: 30px;
    }
}