.footer{
    width: 100%;
    overflow:hidden;
}

.footer .links-nav{
    width: 100%;
    min-height: 222px;
    background: url(../images/bg-footer.jpg) no-repeat center center;
    background-size: cover;
}

.footer .links-nav .container{
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer .links-nav .container .rowpd{
    padding-top: 7px;
    padding-bottom: 7px;
}

.footer .links-nav .container .foot-title{
    float: left;
    width: 105px;
    padding-left: 15px;
}

.footer .links-nav .container .foot-list{
    float: left;
    width: calc(100% - 105px);
    padding-right: 15px;
}

.footer .links-nav .container .foot-title h3{
    position: relative;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-family: 'Microsoft Yahei';
}

.footer .links-nav .container .foot-title h3.mtp{
    top: 28px;
}

.footer .links-nav .container .foot-title h3:after{
    position: absolute;
    right: -16px;
    top: 5px;
    width: 1px;
    height: 15px;
    content: '';
    background: #7c7d7e;
}

.footer .links-nav .container .foot-list ul{
    display: inline-block;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
}

.footer .links-nav .container .foot-list ul li{
    float: left;
    height: 26px;
    line-height: 26px;
    margin-right: 16px;
    padding: 0;
}

.footer .links-nav .container .foot-list ul li a{
    color: #fff;
    font-size: 14px;
    font-family: 'Microsoft Yahei';
    cursor: pointer;
    text-decoration: none;
    opacity: 0.5;
}

.footer .links-nav .container .foot-list ul li a:hover{
    opacity: 0.8;
}

.footer .links-nav .container .foot-list ul li span{
    color: #fff;
    opacity: 0.5;
}

.footer .links-nav .container .foot-list ul.imgCode li{
    height: auto;
}

.footer .links-nav .container .foot-list ul.imgCode li a{
    opacity: 1;
}

.footer .links-nav .container .foot-list ul.imgCode img{
    width: 98px;
    height: 98px;
    opacity: 1;
}

.footer .footer-info{
    width: 100%;
    padding: 15px 10px;
    background: #191a20;
    line-height: 24px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: 'Microsoft Yahei';
}

.footer .footer-info span{
    display: inline-block;
    opacity: 0.3;
}

@media (max-width: 768px){
    .footer .links-nav .container{
        padding-top: 20px;
        padding-bottom: 10px;
    }
}

@media (min-width: 768px){
    .footer .links-nav .container{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer .links-nav .container .foot-list{
        padding-right: 40px;
    }
}

@media (min-width: 992px){
    .footer .links-nav .container .foot-list{
        padding-right: 50px;
    }
}

@media (min-width: 1200px){
    .footer .links-nav .container .foot-list{
        padding-right: 60px;
    }
}

@media (min-width: 1260px){
    .footer .links-nav .container {
        width: 1230px;
    }

    .footer .links-nav .container .foot-list{
        padding-right: 60px;
    }
}

.wap-mask{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0,0,0,0.5);
    display: none;
}

.btm_Box {
    position: fixed;
    right: 16px;
    bottom: 40px;
    z-index: 9;
    width: 48px;
}

.btm_Box > * {
    position: relative;
    width: 100%;
    height: 48px;
    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: all ease-in-out 180ms;
    -o-transition: all ease-in-out 180ms;
    transition: all ease-in-out 180ms;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.btm_Box > * svg {
    width: 30px;
    height: 30px;
    -webkit-transition: all ease-in-out 180ms;
    -o-transition: all ease-in-out 180ms;
    transition: all ease-in-out 180ms;
}

.btm_Box > * svg path {
    -webkit-transition: all ease-in-out 180ms;
    -o-transition: all ease-in-out 180ms;
    transition: all ease-in-out 180ms;
}

.btm_Box > *:hover {
    background-color: #688ebf;
}

.lxwm {
    position: relative;
    background-color: #688ebf;
    opacity: 0;
    -webkit-transform: translateX(64px);
    -ms-transform: translateX(64px);
    transform: translateX(64px);
    text-decoration: none !important;
}

.lxwm2:after{
    position: absolute;
    left: 8px;
    bottom: 0;
    display: block;
    width: 32px;
    height: 1px;
    background: #fff;
    content: '';
}

.lxwm.lxwm_show {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.lxwm svg path {
    fill: #fff;
}

.lxwm .lxwm_inf {
    visibility: collapse;
    -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 0;
    position: absolute;
    right: 100%;
    top: 0;
    padding: 12px 35px 12px 20px;
    overflow: hidden;
    -webkit-transition: all ease-in-out 180ms;
    -o-transition: all ease-in-out 180ms;
    transition: all ease-in-out 180ms;
}

.lxwm .lxwm_inf::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 0;
    background-color: #cdd8e6;
    border-radius: 4px;
    z-index: 1;
}

.lxwm .lxwm_inf::after {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    right: 8px;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10.4px;
    border-color: transparent transparent transparent #cdd8e6;
}

.lxwm .lxwm_inf p {
    white-space: nowrap;
    font-size: 14px;
    margin: 2px 0;
    line-height: 20px;
    color: #666;
    position: relative;
    z-index: 2;
}

.lxwm .lxwm_inf p img{
    width: 100px;
    height: 100px;
}

.lxwm:hover {
    background-color: #fff;
}

.lxwm:hover svg path {
    fill: #688ebf;
}

.lxwm:hover svg {
    -webkit-transform: scale(1.1) rotate(12deg);
    -ms-transform: scale(1.1) rotate(12deg);
    transform: scale(1.1) rotate(12deg);
}

.lxwm:hover .lxwm_inf {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
transform: translateX(0);
}

.lxwm>span{
    display: inline-block;
    width: 100%;
    height: 48px;
    padding-top: 4px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.lxwm:hover>span{
    color: #688ebf;
}

.toTop {
    opacity: 0;
    margin-top: 5px;
    -webkit-transform: translateX(64px);
    -ms-transform: translateX(64px);
    transform: translateX(64px);
}

.toTop.tTop {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.toTop:focus {
    outline: none;
}

.toTop:hover{
    background-color: #fff;
}

.toTop:hover svg {
    -webkit-animation-delay: 0.1s;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-name: mni;
    -webkit-animation-fill-mode: fowards;
    -webkit-animation-direction: normal;
    -moz-animation-delay: 0.1s;
    -moz-animation-duration: 1.5s;
    -moz-animation-name: mni;
    -moz-animation-fill-mode: fowards;
    -moz-animation-direction: normal;
    animation-name: mni;
    animation-delay: 0.1s;
    animation-duration: 1.5s;
    animation-fill-mode: fowards;
    animation-direction: normal;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
}

@media screen and (max-width: 420px) {
    .btm_Box {
        bottom: 16px;
    }
}

@media screen and (max-height: 420px) {
    .btm_Box {
        bottom: 16px;
    }
}

@-webkit-keyframes mni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    30% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    85% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes mni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    30% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    85% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}