.footer {
    min-height: 378px;
    background: #2A2A2A;
    position: relative;
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
}

.footer>.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 33px;
}

.footer .container .left p {
    font-size: 12px;
    font-family: Source Han Sans SC;
    /* font-weight: bold; */
    font-weight: bold;
    line-height: 25px;
    color: #6C6C6C;
    padding-top: 10px;
	width: 210px;    word-break: normal;
	/* border: 1px solid red; */
}

.footer .container .left p span {
    color: #006CC8;
    font-weight: 600;
}
.footer .container .left p b{
    display: block;
}
.footer .container .right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 50px;
}

.footer .container .right ul.right-title {
    height: 37px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer .container .right ul.right-title li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}


.footer .container .right ul.right-title li a.f-title {
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #999999;
    position: relative;
}

.footer .container .right ul.right-title li.on a.f-title {
    color: #FFFFFF;
}

.footer .container .right ul.right-title li.off a.f-title::after,
.footer .container .right ul.right-title li.on a.f-title::after {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -16px;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 3px solid #999999;
}

.footer .container .right ul.right-title li.on a.f-title::after {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -16px;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 0;
    border-bottom: 3px solid #FFFFFF;
}

.footer .container .footer-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.footer .container .footer-list .contact-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 42px;
    position: relative;
}

.footer .container .footer-list .contact-list>a {
    font-family: Source Han Sans SC;
    font-weight: 400;
    line-height: 25px;
    color: #999999;
    font-size: 12px;
}

.footer .container .footer-list .contact-list>a:hover {
    color: #fff;
    text-decoration: underline;
}


.footer .container .footer-list .contact-list>a:first-child {
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    line-height: 1;
    color: #FFFFFF;
    padding-bottom: 20px;
}

.footer .container .footer-list .contact-list>a.icon5 {
    padding-left: 14px;
    background: url(../images/footer/icon-5.png) no-repeat left center;
    -o-background-size: 10px auto;
    background-size: 10px auto;
    padding-right: 2px;
}

.footer .container .footer-list .contact-list>a.icon6 {
    padding-left: 16px;
    background: url(../images/footer/icon-6.png) no-repeat left center;
    -o-background-size: 10px auto;
    background-size: 10px auto;
}

.footer .container .footer-list .contact-list>a.icon7 {
    padding-left: 16px;
    background: url(../images/footer/icon-7.png) no-repeat left center;
    -o-background-size: 10px auto;
    background-size: 10px auto;
}

.footer .container .footer-list .contact-list>a.icon8 {
    padding-left: 16px;
    background: url(../images/footer/icon-8.png) no-repeat left center;
    -o-background-size: 10px auto;
    background-size: 10px auto;
}

.footer .container .footer-list .contact-list>a.icon9 {
    padding-left: 16px;
    background: url(../images/footer/icon-9.png) no-repeat left center;
    -o-background-size: 10px auto;
    background-size: 10px auto;
}

.footer .container .footer-list .contact-list>a.icon9:hover {
    text-decoration: underline;

}

.footer .container .footer-list .map-list {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-left: 1px solid rgba(255, 255, 255, 0.35);
    padding-left: 52px;
}

.footer .container .footer-list .map-list>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.footer .container .footer-list .map-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    overflow: hidden;
}

.footer .container .footer-list .map-list ul li a{color:#999;font-weight:400;font-size:12px;font-family:Source Han Sans SC;line-height:25px;}
.footer .container .footer-list .map-list ul li:first-child{display:flex;padding-bottom:20px;justify-content:space-between;}
.footer .container .footer-list .map-list ul li:first-child a{color:#fff;font-size:14px;line-height:1;}
.footer .container .footer-list .map-list ul li:first-child img{display:none;width:18px;height:18px;transition:all .3s;}
.footer .container .footer-list .map-list ul li a:hover{color:#fff;text-decoration:underline;}


/* 尾部提示 */
.footer .footer-end-tip {
    width: 100%;
    background: #141414;
    height: 58px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer .footer-end-tip .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.footer .footer-end-tip .container .footer-logo {
    width: 39px;
    margin-right: 20px;
}

.footer .footer-end-tip .f-record {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.35);
}

.footer .footer-end-tip .f-record>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .footer-end-tip .f-record>div:nth-child(1) {
    margin-bottom: 6px;
}

.footer .footer-end-tip .f-record>div img {
    width: 15px;
}

.footer .footer-end-tip .f-record>div a {
    font-size: 10px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    line-height: 15px;
    color: rgba(255, 255, 255, 0.41);
    font-size: 12px;
    -webkit-transform: scale(0.83, 0.83) translateX(-10px);
    -moz-transform: scale(0.83, 0.83) translateX(-10px);
    -ms-transform: scale(0.83, 0.83) translateX(-10px);
    -o-transform: scale(0.83, 0.83) translateX(-10px);
    transform: scale(0.83, 0.83) translateX(-10px);
    *font-size: 10px;
}


.footer .footer-end-tip .f-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 20px;
}

.footer .footer-end-tip .f-more>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .footer-end-tip .f-more>div a {
    font-family: Source Han Sans SC;
    font-weight: 400;
    line-height: 15px;
    color: rgba(255, 255, 255, 0.41);
    font-size: 12px;
    -webkit-transform: scale(0.83, 0.83);
    -moz-transform: scale(0.83, 0.83);
    -ms-transform: scale(0.83, 0.83);
    -o-transform: scale(0.83, 0.83);
    transform: scale(0.83, 0.83);
    *font-size: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.footer .footer-end-tip .f-more>div a {
    border-right: 1px solid rgba(255, 255, 255, 0.35);
    padding-right: 23px;
}

.footer .footer-end-tip .f-more>div a.hoverTip:hover {
    color: #fff;
    text-decoration: underline;
}
.footer .footer-end-tip .f-more>div a:last-child{
    padding-right: 0;
}
.footer .footer-end-tip .f-more>div:nth-child(1) {
    margin-bottom: 6px;
}

.footer .footer-friend-link {
    position: absolute;
    right: 0;
    bottom: 0;
    /* width: 181%; */
	width: 195%;
    pointer-events: none;
	/* border: 1px solid red; */
}

.footer .footer-friend-link span,
.footer .footer-friend-link a {
    font-size: 12px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    line-height: 25px;
    color: #FFFFFF;
}

.footer .footer-friend-link a {
    color: rgba(255, 255, 255, 0.41);
    padding: 0 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.35);
    pointer-events: auto;
}

.footer .footer-friend-link a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer .footer-friend-link a:last-child {
    border-right: none;
}
  
@media only screen and (max-width: 767px) {}
@media only screen and (min-width: 768px) and (max-width: 960px) {}
@media only screen and (min-width: 961px) and (max-width: 1200px) {}
@media only screen and (min-width: 768px) and (max-width: 1200px) {}

@media only screen and (max-width: 767px) {
    
    .footer .footer-end-tip .f-more>div a{padding-right: 15px;}

    .footer>.container{
        display: block;
    }
    .footer>.container {
        padding: 50px 48px 50px 44px;
    }

    .footer .container .left p{
        font-size: 13px;    width: 100%;
    }

    .footer .container .left p b{
        display: inline-block;
    }

    .footer .container .right {
        padding-left: 0;
        padding-top: 50px;
    }

    .footer .container .footer-list .contact-list {
        padding-right: 0;
    }

    .footer .container .footer-list .map-list {
        padding-left: 0;
    }

    .footer .footer-friend-link {
        position: static;
        width: auto;
        border-top: 1px solid rgba(255, 255, 255, 0.35);
        border-bottom: none;
        margin: 30px 0 0;  
    }

    .footer .footer-friend-link span,
    .footer .footer-friend-link a {
        display: block;
        padding: 0;
    }

    .footer .footer-friend-link a {
        border-right: none;
    }

    .footer .container .footer-list .map-list {
        border-left: none;
    }

    .footer .container .footer-list .map-list ul {
        padding-top: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.35);
        height: 45px;
        transition: all 0.3s;
    }

    .footer .container .footer-list .map-list ul li {
        opacity: 1;
        height: 0;
        overflow: hidden;
        transition: all 0.3s;
    }

    /* .footer .container .footer-list .map-list ul li:first-child {
        opacity: 1;
    } */

    .footer .container .footer-list .map-list ul.active {
        padding-bottom: 20px;
        height: auto;
    }
    .footer .container .footer-list .map-list ul.active li img{
        transform: rotate(45deg);
    }
    .footer .container .footer-list .map-list ul.active li {
        /* opacity: 1; */
        height: 25px;
    }

    /* 底部备案 */
    .footer .footer-end-tip {
        position: static;
        height: auto;
    }

    .footer .footer-end-tip .container {
        padding: 24px 48px 20px 44px;
    }

    .footer .footer-end-tip .container .footer-logo {
        float: left;
    }

    .footer .footer-end-tip .f-record {
        border-right: none;
    }

    .footer .footer-end-tip .f-more {
        clear: both;
        padding-left: 0;
        margin-top: 25px;
        border-top: 1px solid rgba(255, 255, 255, 0.35);
    }

    .footer .footer-end-tip .f-more>div:nth-child(1) {
        margin: 25px 0 22px;
    }
}
 
@media only screen and (min-width: 768px) and (max-width: 960px){
    .footer{
        min-height:500px;
    }
    .footer>.container{
        display: block;
    }
    .footer .container .left{
        order: 2;
    }
    .footer .container .footer-list .contact-list{
        order: 2;
    }
    .footer .container .right{
        padding-left: 0;
        padding-top: 30px;
    } 
    .footer .container .footer-list .map-list{
        padding-left: 0;
        border-left:none;
    }
    .footer .footer-friend-link{
        width: auto;
    }
    /* .footer .footer-friend-link span{
        display: block;
    } */
    .footer .footer-friend-link a{
        border: none;
    }
    /*  
     
    */
    /* .footer .container .footer-list .map-list{
        position: fixed;
        left: 0;
        bottom: 0;
    } */
    /* .footer .container .right{
        padding-left:10px;
    }
    .footer .container .footer-list .contact-list{
        padding-right: 10px;
    }
    .footer .container .footer-list .map-list{
        padding-left: 10px;
    }
    .footer {
        min-height:400px;
    } */
}
 