@charset "UTF-8";
*{
    margin: 0;
    padding: 0
}

body {
    font: 12px "Arial","Microsoft YaHei";
    background: #fff;
    -webkit-text-size-adjust: 100%;
    min-width: 320px
}

a {
    color: #172c45;
    text-decoration: none;
    -moz-transition: all .5s; 
    -webkit-transition: all .5s;  
    -o-transition: all .5s; 
    -ms-transition: all .5s; 
    transition: all .5s;
}


em {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word
}

body,
html {
    min-height: 100%
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #ccc
}

::-webkit-scrollbar-track {
    border-radius: 0;
    background: #ccc
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #0d9849
}

input {
    background: 0 0;
    outline: 0;
    border: 0;
    -webkit-appearance: none
}

.swiper-container {
    width: 100%;
    height: 100%
}

.fixed_menu {
    z-index: 999;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 3%;
    display: none
}

.fixed_menu li {
    width: 50px;
    height: 50px;
    background-color: #000;
    margin-bottom: 3px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s
}

.fixed_menu li:hover {
    background-color: #710010
}

.fixed_menu li:nth-of-type(1) {
    background-image: url(../images/msg.png)
}

.fixed_menu li:nth-of-type(2) {
    background-image: url(../images/shop.png)
}

.fixed_menu li:nth-of-type(3) {
    background-image: url(../images/fl.png)
}

.fixed_menu li:nth-of-type(4) {
    background-image: url(../images/top.png)
}

.menu {
    height: 95px;
    position: fixed;
    left: 1%;
    right: 1%;
    top: 3%;
    z-index: 15;
    -webkit-transition: all .3s;
    transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    box-shadow: -2px 1px 20px 0 #828282;
    -moz-box-shadow: -2px 1px 20px 0 #828282;
    -webkit-box-shadow: -2px 1px 20px 0 #828282
}

.menu.on {
    top: 0;
    left: 0;
    right: 0
}

.menu.on .item,
.menu.on .logo {
    background: #d0d0d0
}

.menu.on .item #search {
    border: 1px solid #d0d0d0
}

.menu .logo {
    position: relative;
    height: 100%;
    float: left;
    width: 20%;
    background: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.menu .logo .wp {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%)
}

.menu .logo .wp img {
    width: auto;
    float: left
}

.menu .logo .wp img#logo_text {
    margin: 13% 0 0 4%
}

.menu .logo:before {
    position: absolute;
    top: 0;
    right: 0;
    border-right: 1px solid #d9d9d9;
    height: 100%;
    content: ''
}

.menu .item {
    height: 100%;
    display: inline-block;
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 80%
}

.menu .item>ul {
    height: 100%;
    overflow: hidden
}

.menu .item>ul>li {
    height: 100%;
    float: left;
    width: 12%
}

@media only screen and (min-width:1001px) {
    .menu .item>ul>li:hover>a {
        color: green
    }
    .menu .item>ul>li:hover>a:before {
        content: '';
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        height: 2px;
        background: green;
        -webkit-transform: scale(.8);
        transform: scale(.8);
        -moz-transform: scale(.8);
        -o-transform: scale(.8)
    }
}

.menu .item>ul>li>a {
    position: relative;
    display: block;
    height: 100%;
    float: left;
    color: #272727;
    font-size: 14px;
    line-height: 95px;
    width: 100%;
    text-align: center
}

.menu .item>ul>li>a:before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    background: red;
    -webkit-transition: all .3s;
    transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0)
}

.menu .item>ul>li ul.sub {
    position: absolute;
    left: 0;
    top: 95px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    display: none
}

@media only screen and (max-width:1190px) {
    .menu .item>ul>li ul.sub {
        top: 70px
    }
    .menu .item>ul>li ul.sub>li>ul.insub li {
        margin: 0 52px 0 0!important
    }
}

.menu .item>ul>li ul.sub>li {
    background: #f5f5f5;
    float: none;
    width: 100%
}

.menu .item>ul>li ul.sub>li>ul.insub li {
    display: inline-block;
    margin: 30px 82px 30px 0
}

.menu .item>ul>li ul.sub>li>ul.insub li a {
    font-size: 14px;
    -webkit-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.menu .item>ul>li ul.sub>li>ul.insub li a:hover {
    font-weight: 700;
    color: #000
}

@media only screen and (max-width:1000px) {
    .menu .item>ul>li ul.sub {
        top: 0;
        position: fixed;
        background: #1c1c1c;
        width: 100px;
        left: -100px;
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        display: none!important
    }
}

.menu .item>ul>li#search_btn {
    height: 100%;
    position: relative;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    top: 50%;
    background: url(../images/search.png) no-repeat center center;
    -webkit-transition: all .3s;
    transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    cursor: pointer
}

.menu .item>ul>li#search_btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/search_w.png) no-repeat center center #007e36;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.menu .item>ul>li#search_btn:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.menu .tap {
    width: 50px;
    height: 50px;
    right: 1%;
    top: 10px;
    z-index: 99;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    display: none
}

.menu .tap div {
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 15px;
    background: green;
    -webkit-transform: scaleX(.55) rotate(-90deg) translateX(-10%);
    transform: scaleX(.55) rotate(-90deg) translateX(-10%);
    -moz-transform: scaleX(.55) rotate(-90deg) translateX(-10%);
    -o-transform: scaleX(.65) rotate(-90deg) translateX(-10%);
    -webkit-transition: all .3s;
    transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s
}

.menu .tap div:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translateY(-50%) scale(.55);
    transform: translateY(-50%) scale(.55);
    -moz-transform: translateY(-50%) scale(.55);
    -o-transform: translateY(-50%) scale(.55)
}

.menu .tap div:nth-of-type(3) {
    top: auto;
    bottom: 15px;
    -webkit-transform: scaleX(.55) rotate(-90deg) translateX(10%);
    transform: scaleX(.55) rotate(-90deg) translateX(10%);
    -moz-transform: scaleX(.55) rotate(-90deg) translateX(10%);
    -o-transform: scaleX(.55) rotate(-90deg) translateX(10%)
}

/* .menu .tmall {
    background: #000;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 2%;
    -webkit-transition: all .3s;
    transition: all .3s
} */

.menu .tmall img {
    position: relative;
    top: 50%;
    width: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.menu.act {
    background: rgba(0, 0, 0, .5);
    z-index: 99;
    height: 100%!important
}

.menu.act .item,
.menu.act .tmall {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0)
}

.menu.act .logo {
    background: #fff
}

.menu.act .tap {
    width: 50px;
    right: 0
}

.menu.act .tap div {
    background: #fff
}

.menu.act .tap div:nth-of-type(1) {
    -webkit-transform: scale(.55) rotate(45deg) translate(0, 25px);
    transform: scale(.55) rotate(45deg) translate(0, 25px);
    -moz-transform: scale(.55) rotate(45deg) translate(0, 25px);
    -o-transform: scale(.55) rotate(45deg) translate(0, 25px)
}

.menu.act .tap div:nth-of-type(2) {
    opacity: 0
}

.menu.act .tap div:nth-of-type(3) {
    -webkit-transform: scale(.55) rotate(-45deg) translate(0, -25px);
    transform: scale(.55) rotate(-45deg) translate(0, -25px);
    -moz-transform: scale(.55) rotate(-45deg) translate(0, -25px);
    -o-transform: scale(.55) rotate(-45deg) translate(0, -25px)
}

@media only screen and (max-width:800px) {
    .container.names .left_content .page {
        height: 70px!important
    }
    .container.names .left_content h2 {
        font-size: 20px!important
    }
}

.container {
    max-width: 1200px;
    width: 94%;
    margin: 0 auto;
    padding: 12% 0 3%;
    position: relative;
    overflow: hidden
}

.container.names .left_content {
    float: left;
    width: 68.33%
}

.container.names .left_content h2 {
    font-size: 30px;
    color: #383838
}

.container.names .left_content .share {
    font-size: 14px;
    color: #3d2a3a;
    height: 30px;
    line-height: 30px;
    margin: 1% 0 2%
}

.container.names .left_content .share .date {
    display: block;
    float: left;
    padding-right: 20px
}

.container.names .left_content .share .ico {
    display: inline-block;
    overflow: hidden
}

.container.names .left_content .share .ico dd,
.container.names .left_content .share .ico dt {
    float: left
}

.container.names .left_content .share .ico dd {
    margin: 0 10px;
    padding-top: 6px;
}
.container.names .left_content .share .ico dd .bshare-qqim{
    background: url(../images/qq.png) no-repeat center;
}
.container.names .left_content .share .ico dd .bshare-weixin{
    background: url(../images/weixin.png) no-repeat center;
}
.container.names .left_content .share .ico dd .bshare-sinaminiblog{
    background: url(../images/weibo.png) no-repeat center;
}
.container.names .left_content .share .ico dd .bshare-more{
    background: url(../images/add.png) no-repeat center;
}
.container.names .left_content .page {
    height: 100px;
    margin: 5% 0
}

.container.names .left_content .page ul {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.container.names .left_content .page ul li {
    height: 100%;
    width: 30%;
    background: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    cursor: pointer
}

.container.names .left_content .page ul li a {
    display: block;
    width: 100%;
    height: 100%
}

.container.names .left_content .page ul li a span {
    font-size: 14px;
    color: #797979;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute
}

.container.names .left_content .page ul li:nth-of-type(2) {
    margin: 0 2%;
    background: url(../images/menu.png) no-repeat center center #fff
}

.container.names .left_content .page ul li:nth-of-type(1) a span:after,
.container.names .left_content .page ul li:nth-of-type(1) a span:before {
    position: absolute;
    content: ''
}

.container.names .left_content .page ul li:nth-of-type(1) a span:after {
    width: 20px;
    height: 1px;
    background: #000;
    left: -25px;
    top: 10px
}

.container.names .left_content .page ul li:nth-of-type(1) a span:before {
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: -25px;
    top: 6px
}

.container.names .left_content .page ul li:nth-of-type(3) a span:after,
.container.names .left_content .page ul li:nth-of-type(3) a span:before {
    position: absolute;
    content: ''
}

.container.names .left_content .page ul li:nth-of-type(3) a span:after {
    width: 20px;
    height: 1px;
    background: #000;
    right: -25px;
    top: 10px
}

.container.names .left_content .page ul li:nth-of-type(3) a span:before {
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: -25px;
    top: 6px
}

.container.names .right_content {
    float: right;
    width: 24%
}

.container.names .right_content h3 {
    font-weight: 400;
    font-size: 18px;
    color: #383838
}

.container.names .right_content .top_item {
    
}

.container.names .right_content .top_item .blockitem {
    position: relative
}

.container.names .right_content .top_item .blockitem a {
    display: block;
    height: 44px;
    line-height: 44px;
    padding-left: 15px
}

.container.names .right_content .top_item .blockitem a.list {
    border: 1px solid #000;
    position: relative;
    color: #6b6b6b;
    margin: 15px 0 0;
}
.container.names .right_content .top_item .blockitem a.list:after{
    content: ">";
    font-family: "宋体";
    font-weight: bold;
    color: #6b6b6b;
    font-size: 18px;
    position: absolute;
    top: 0;
    line-height: 44px;
    right: 16px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.container.names .right_content .top_item .blockitem a.list[data-on="click"]:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.container.names .right_content .top_item .blockitem ul {
    position: absolute;
    top: 46px;
    width: 100%;
    left: 0;
    border: 1px solid #000;
    background: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none
}

.container.names .right_content .top_item .blockitem ul li a {
    color: #fff
}
.container.names .right_content .next_item{
    margin-top: 32px;
}
.container.names .right_content .next_item ul{
    margin-top: 28px;
}
.container.names .right_content .next_item li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e3e5e6;
    padding-bottom: 25px;
    margin: 0 0 25px;
}

.container.names .right_content .next_item li .img {
    width: 60px;
    padding-right: 15px
}
.container.names .right_content .next_item li .img a{
    display: block;
}
.container.names .right_content .next_item li .content {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.container.names .right_content .next_item li .content p:nth-of-type(1) {
    color: #828282;
    margin-top: 2px;
}

.container.names .right_content .next_item li .content p:nth-of-type(2) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin-top: 6px;
    -webkit-box-orient: vertical
}

@media only screen and (max-width:1000px) {
    .fixed_menu {
        display: none!important
    }
    .menu {
        top: 0;
        left: 0;
        right: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .menu .item {
        background: url(../images/menubg.png)!important;
        background-size: 4px!important;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 20%;
        min-width: 92px
    }
    .menu .item ul {
        position: absolute;
        top: 21%;
        bottom: 0;
        width: 100%
    }
    .menu .item ul li {
        height: 50px;
        line-height: 50px;
        width: 100%;
        padding: 0!important
    }
    .menu .item ul li:hover a {
        background: #585757
    }
    .menu .item ul li:last-of-type {
        display: none
    }
    .menu .item ul li a {
        line-height: 50px!important;
        text-align: center;
        width: 100%;
        color: #fff;
        -webkit-transition: all .3s;
        transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s
    }
    .menu .tmall {
        height: 10%;
        padding: 0;
        width: 20%;
        top: 9.5%;
        min-width: 92px
    }
    .menu .tmall img {
        position: relative;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%)
    }
    .menu .item,
    .menu .tmall {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%)
    }
    .menu .logo {
        background: rgba(255, 255, 255, .3)!important;
        height: 70px;
        margin: 1% 0 0 1%
    }
    .menu .logo:before {
        display: none
    }
    .menu .logo #logo_text {
        display: none
    }
    .menu .tap {
        opacity: 1;
        display: block
    }
    .menu .tap div:nth-of-type(1) {
        -webkit-transform: scaleX(.55) rotate(0) translateX(0);
        transform: scaleX(.55) rotate(0) translateX(0);
        -moz-transform: scaleX(.55) rotate(0) translateX(0);
        -o-transform: scaleX(.55) rotate(0) translateX(0)
    }
    .menu .tap div:nth-of-type(3) {
        -webkit-transform: scaleX(.55) rotate(0) translateX(0);
        transform: scaleX(.55) rotate(0) translateX(0);
        -moz-transform: scaleX(.55) rotate(0) translateX(0);
        -o-transform: scaleX(.55) rotate(0) translateX(0)
    }
    .bt .wx ul li .wp p {
        font-size: 14px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }
}

@media only screen and (max-width:1667px) {
    .menu .logo .wp {
        width: auto
    }
    .menu .logo .wp img#logo_text {
        margin: 2% 0 0 4%
    }
}

@media only screen and (max-width:796px) {
    .bt .wx ul li .wp .pic span:before {
        display: none
    }
}

@media only screen and (max-width:1190px) {
    .menu {
        height: 70px
    }
    .menu .item ul li a {
        line-height: 70px
    }
    .menu .logo {
        width: 15%
    }
    .menu .logo img#logo,
    .menu .logo img#logo_text {
        width: 100%
    }
    .menu .logo img#logo {
        top: 0
    }
    .menu .logo img#logo_text {
        display: none
    }
}

.bt {
    background: #000
}

.bt .wx {
    max-width: 1200px;
    margin: 0 auto;
    position: relative
}

.bt .wx ul {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.bt .wx ul li {
    float: left;
    width: 32%;
    height: 100%;
    position: relative
}

.bt .wx ul li:nth-of-type(2) {
    margin: 0 2%
}

.bt .wx ul li .wp {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.bt .wx ul li .wp .pic {
    width: 23px;
    height: 23px;
    margin: 0 auto;
    position: relative
}

.bt .wx ul li .wp .pic span {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 160%);
    transform: translate(-50%, 160%);
    -moz-transform: translate(-50%, 160%);
    -o-transform: translate(-50%, 160%)
}

.bt .wx ul li .wp .pic span:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background: #af83ed;
    bottom: -22px;
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5);
    -moz-transform: scaleX(.5);
    -o-transform: scaleX(.5)
}

.bt .wx ul li .wp .pic img {
    width: auto;
    display: block;
    margin: 0 auto
}

.bt .wx ul li p {
    color: #fff;
    font-size: 16px;
    margin-top: 20%;
    position: relative;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.footer {
    overflow: hidden;
    padding: 6% 0
}

.footer .wp {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer .wp dl {
    padding-left: 3%;
    font-size: 14px;
    float: left
}

.footer .wp dl dd,
.footer .wp dl dt {
    line-height: 3
}

.footer .wp dl dt a {
    color: #3a3a3a
}

.footer .wp dl dd a {
    color: #949494
}

.footer .wp dl.item-2 {
    margin-left: 15%
}

.footer .wp .left_in,
.footer .wp .right_in {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 20%;
    -ms-flex: 1;
    flex: 1
}

.footer .wp .right_in .bt_logo {
    float: left
}

.footer .wp .right_in .bt_logo img {
    width: auto;
    display: block;
    margin-left: 5%
}

.footer .wp .right_in .bt_list {
    float: right;
    top: 25px;
    position: relative
}

.footer .wp .right_in .bt_list li {
    float: left
}

.footer .wp .right_in .bt_list li a.icon {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 20px
}

.footer .wp .right_in .top_in {
    display: inline-block;
    width: 100%;
    padding: 10% 0;
    position: relative
}

.footer .wp .right_in .top_in:after,
.footer .wp .right_in .top_in:before {
    position: absolute;
    left: 0;
    height: 1px;
    background: #e1e1e1;
    width: 100%;
    content: ''
}

.footer .wp .right_in .top_in:after {
    top: -10%
}

.footer .wp .right_in .top_in:before {
    bottom: -10%
}

.footer .wp .right_in .bottom_in {
    position: relative;
    padding-right: 2%;
    top: 22px
}

.footer .wp .right_in .bottom_in p {
    text-align: right;
    padding: 1% 0
}
@media only screen and (max-width:800px){
    .container{
        padding-top: calc(70px + 5%);
    }
    .container.names .right_content{
        display: none;
    }
    .container.names .left_content{
        float: none;
        width: 100%;
    }
}
@media only screen and (max-width:575px) {
    .menu .logo {
        width: 25%
    }
    .footer .wp {
        display: block
    }
    .footer .wp .left_in,
    .footer .wp .right_in {
        width: 100%;
        overflow: hidden
    }
    .footer .wp .left_in dl {
        padding: 0;
        width: 100%;
        display: inline-block
    }
    .footer .wp .left_in dl dd,
    .footer .wp .left_in dl dt {
        float: left;
        padding: 0 5px;
        font-size: 12px
    }
    .footer .wp .left_in dl.item-1 {
        border-bottom: 1px solid #d9d9d9
    }
    .footer .wp .left_in dl.item-2 {
        margin: 0
    }
    .footer .wp .right_in .bt_list li a.icon {
        margin: 0 10px
    }
    .footer .wp .right_in .top_in {
        padding: 4% 0
    }
    .footer .wp .right_in .bottom_in {
        top: 5px;
        font-size: 12px
    }
    .container.names .left_content {
        width: 100%!important
    }
    .container.names .left_content .page {
        height: 50px!important
    }
}

@media only screen and (max-width:414px) {
    .bt .wx ul li .wp .pic span,
    .bt .wx ul li p {
        display: none!important
    }
}

@media only screen and (max-width:320px) {
    .menu .logo {
        width: 30%
    }
    .footer .wp .right_in .bt_list li a.icon {
        margin: 0 5px
    }
    .footer .wp .right_in .bottom_in {
        padding: 1% 14%
    }
    .footer .wp .right_in .bottom_in p {
        text-align: center
    }
    .container.names .left_content h2 {
        font-size: 16px!important
    }
}.footer .wp dl dt a:hover{
    color: rgba(13,152,73,1)!important;
}
.footer .wp dl dd a:hover{
    color: rgba(13,152,73,1)!important;
}