@charset "utf-8";

/*html5*/ 
article,aside,dialog,footer,header,section,nav,figure,menu {
    display: block
}
/* CSS Document */

html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td ,dd,dt {
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
}

.clear {
    clear: both;
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #333;
    -webkit-transition: ease-out .3s;
    -o-transition: ease-out .3s;
    transition: ease-out .3s;
}

input {
    border: none;
    outline: medium;
    font-family: 微软雅黑;
}

textarea {
    font-family: 微软雅黑;
}

body {
    font-family: 微软雅黑;
    background: #fff;
    color: #333;
    font-size: 12px;
}

html {
    overflow-x: hidden;
}

table {
    border-collapse: collapse
}

img {
    border: none;
    max-width: 100%;
}

li {
    list-style: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
/** 常用class **/
.fr {
    float: right;
}

.fl {
    float: left;
}

.mr {
    margin-right: 0 !important;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.w {
    width: 94%;
    margin: 0 auto;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.wap {
    position: fixed;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99;
    text-align: center;
    display: none;
    border-bottom: 1px solid #ccc;
}

#top {
    height: 50px;
    position: fixed;
    top: 0px;
    width: 100%;
    background: rgb(255,255,255);
    z-index: 999;
    border-bottom: 2px solid #dedede;
}

#top a.logo {
    margin-left: 3%;
}

#top a.logo img {
    height: 40px;
    width: auto;
    display: block;
    margin-top: 5px;
}

#open {
    width: 25px;
    display: inline-block;
    height: 25px;
    cursor: pointer;
    margin-top: 10px;
    margin-right: 3%;
    float: right;
}

#open i {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #a0cbed;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#open i:nth-child(1) {
    top: 4.5px;
}

#open i:nth-child(2) {
    top: 11.5px;
}

#open i:nth-child(3) {
    top: 18.5px;
}

#open.on i {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.wap #nav {
    display: none;
    position: absolute;
    top: 52px;
    width: 100%;
    z-index: 99;
    background-color: #fff;
}

.wap #nav dd {
    line-height: 40px;
    height: 40px;
    /* text-align: left; */
    box-sizing:border-box;
}

.wap #nav dl {
    position: relative;
}

.wap #nav dl dd>a {
    display: inline-block;
}
.wap #nav dl dd:last-child>a{
    width: auto;
    text-align: center
}
.wap #nav dl dd .sub {
    width: 100%;
    background-color: #fff;
    z-index: 999;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    overflow-y:auto; 
}
.wap #nav dl dd .sub .tit{
    padding-top:40px;
}
.wap #nav dl dd .sub .tit li {
    background: #efefef url(../images/back.svg) no-repeat;
    display: block;
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    letter-spacing: 0.1em;
    padding-left: 0;
    font-weight: 200;
    background-position: 10px center;
    text-align: center;
    position: fixed;
    top: 52px;
    width: 100%;
    z-index: 11;
}
.wap #nav dl dd .sub .tit li>span{
    display: inline-block;
}
.wap #nav dl dd .sub li a{
    /* padding-left: 3%; */
    display: inline-block;
}
.wap #nav dl dd .sub .list {
    overflow: auto;
}

.wap #nav dl dd .sub .sub1 {
    /* display: none; */
}

.wap #nav dl dd .sub.two {
    display: block;
}

.wap #nav dl dd .sub.three>.tit {
    display: none;
}

.wap #nav dl dd .sub.three .menu_2 {
    display: none;
    padding-left: 15px;
}
.wap #nav dl dd .sub .menu_2{
    position: relative;
    z-index: 10;
    /* padding-left: 20px; */
}
.wap #nav dl dd .sub .menu_2:before{
    display: none;
    content:"·";
    font-size: 30px;
    position: absolute;
    left:3px;
    line-height: 40px;
    height: 40px;
    top:50%;
    transform: translateY(-50%);
    color:#000;
}

.wap #bk {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 98;
    display: none;
    background-color: rgba(0,0,0,.5);
}

.leftmenu {
    width: 275px;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    border-right: 2px solid #dedede;
    z-index: 99;
    background-color: #fff;
}

.leftmenu .logo {
    text-align: center;
    margin: 50px 0;
}

.leftmenu ul li {
    font-size: 13px;
    font-family: "Arial";
    line-height: 40px;
    height: 40px;
}

.leftmenu ul li>a {
    display: block;
    padding-left: 82px;
    position: relative;
    color: #737373;
}

.leftmenu ul li.on a {
    color: #a0cbed;
    font-weight: bold;
}

.leftmenu ul li>a:hover {
    background-color: #efefef;
    color: #a0cbed;
    font-weight: bold;
}
.leftmenu ul li>a:hover i.arrow {
    background: url(../images/left-i-arrow-on.png) no-repeat center center;
}

.leftmenu ul li>a:hover i.arrow {
    background: url(../images/left-i-arrow-on.png) no-repeat center center;
}

.leftmenu ul li>a i.arrow {
    background: url(../images/left-i-arrow.png) no-repeat center center;
    width: 7px;
    height: 12px;
    display: block;
    position: absolute;
    top: 14px;
    right: 50px;
}

.leftmenu ul li.on i.arrow {
    background: url(../images/left-i-arrow-on.png) no-repeat center center;
}

.leftmenu ul li.active i.arrow {
    background: url(../images/left-i-arrow-on.png) no-repeat center center;
}

.leftmenu ul li.active>a {
    color: #a0cbed;
}
.sub-list{
    position: relative;
    z-index: 98;
}
.sub-list .sub {
    position: fixed;
    left: 0;
    top: 0;
    width: 200px;
    height: 100%;
    *background: url(../images/bg-white-9.png) repeat left top;
    background-color: rgba(255,255,255,.65);
    padding-left: 40px;
    box-sizing: border-box;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 98;
}

.sub-list .sub i.close {
    position: absolute;
    background: url(../images/close.png) no-repeat center center;
    width: 20px;
    height: 20px;
    left: 10px;
    top: 30px;
    cursor: pointer;
}

.sub-list .sub dl {
    overflow-y: auto;
}

.sub-list .sub dl a {
    display: block;
    width: 138px;
    padding-left: 22px;
    overflow: hidden;
}

.sub-list .sub dl a:hover {
    background: none;
    color: #a0cbed;
}
.sub-list .sub dl dd{
    line-height: 40px;
}
.sub-list .sub dl dd a.menu2 {
    border-bottom: 1px dashed #dfdfdf;
}

.sub-list .sub dl dd .sub2 {
    display: none;
    padding-bottom: 50px;
}

.leftmenu .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.leftmenu .bottom .info {
    padding: 34px 36px;
}

.leftmenu .bottom .info p {
    font-size: 12px;
    color: #a6a6a6;
    line-height: 20px;
}

.leftmenu .bottom .change {
    height: 60px;
    line-height: 60px;
}

.leftmenu .bottom .change a {
    width: 50%;
    text-align: center;
    color: #595959;
    font-size: 12px;
}

.rightmain {
    margin-left: 276px;
    position: relative;
    box-sizing: border-box;
    overflow-y: auto;
    z-index: 97
}

.rightmain .index-main {
    height: 100%;
}

.rightmain .index-main .left {
    padding: 0 50px;
    height: 100%;
    box-sizing: border-box;
    width: 52%;
    margin: 70px 0 50px;
    border-right: 1px solid #dedede;
    overflow-y: auto;
}

.rightmain .index-main .left .table {
    display: table;
    height: 100%;
    width: 100%;
}

.rightmain .index-main .left .table .cell {
    text-align: center;
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
}

.rightmain .index-main .left .table .cell img {
    width: 100%;
    height: auto;
    display: block;
}

.rightmain .index-main .left .imgbk {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.rightmain .index-main .right {
    width: 48%;
    padding: 0 60px 0 0;
    height: 100%;
    box-sizing: border-box;
    overflow-y: auto;
}

.rightmain .index-main .right .right-m {
    margin-top: 50px;
    padding-top: 20px;
    padding-left: 50px;
}
.rightmain .index-main .right .right-m .join{
    background-color: #eee;
    padding: 15px 0;
    margin-bottom: 3%;
}
.rightmain .index-main .right .right-m .img {
    position: relative;
    margin-bottom: 5%
}

.rightmain .index-main .right .right-m .img img {
    width: 100%;
    height: auto;
    display: block;
}

.rightmain .index-main .right .right-m .img .info {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    *background: url(../images/bg-5.png) repeat left top;
    background-color: rgba(0,0,0,.56);
    display: none;
}

.rightmain .index-main .right .right-m .img .info .t {
    display: table;
    width: 100%;
    height: 100%;
}

.rightmain .index-main .right .right-m .img .info .t span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.rightmain .index-main .right .right-m .index-news {
    margin-bottom: 5%;
}

.rightmain .index-main .right .right-m .index-news .t {
    margin-bottom: 2%
}

.rightmain .index-main .right .right-m .index-news .t h2 {
    font-size: 22px;
    font-weight: normal;
    color: #505050;
}

.rightmain .index-main .right .right-m .index-news .t h2 span {
    display: inline-block;
    margin-right: 15px;
    color: #a0cbed;
    font-family: "Bodoni MT","微软雅黑";
}

.rightmain .index-main .right .right-m .index-news .t a img {
    display: block;
}

.rightmain .index-main .right .right-m .index-news li {
    font-size: 13px;
    line-height: 2em;
    margin-bottom: 10px;
}

.rightmain .index-main .right .right-m .index-news li a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #666;
}

.rightmain .index-main .right .right-m .index-news li span {
    color: #737373;
}

.foot {
    padding: 3%;
    background-color: #f5f5f5;
    margin-bottom: 20px;
}

.foot .t {
    margin-bottom: 15px;
}

.foot .t h2 {
    font-size: 16px;
    color: #999;
    font-weight: normal;
}

.foot .t h2 span {
    font-family: "Bodoni MT","微软雅黑";
    font-size: 22px;
    display: inline-block;
    margin-right: 15px;
}

.foot .list {
    font-size: 0;
}

.foot .list a {
    display: inline-block;
    padding-right: 20px;
    margin: 6px 20px 6px 0;
    font-size: 12px;
    color: #595959;
    border-right: 1px solid #595959;
}

.foot .list a.noborder {
    border-right: none;
}

.cor {
    margin-bottom: 10px;
}

.cor p {
    color: #a6a6a6;
    font-size: 12px;
    line-height: 2em;
}

.rightmain .rightmain-m {
    padding: 0 60px;
}

.rightmain .rightmain-m .mm {
    padding: 65px 0;
    line-height: 2em;
    color: #737373;
    font-size: 13px;
    box-sizing: border-box;
}

.rightmain .rightmain-m .mm .about-bk {
    float: left;
    width: 45%;
    margin-right: 5%;
    margin-bottom: 20px;
    height: auto;
}

.rightmain .rightmain-m .mm .about-partner h2.tit {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: normal;
    margin-bottom: 15px;
    margin-left: 2.5%;
}

.rightmain .rightmain-m .mm .about-partner .left {
    width: 48%;
}

.rightmain .rightmain-m .mm .about-partner .right {
    width: 48%;
}

.rightmain .rightmain-m .mm .about-partner li {
    float: left;
    width: 20%;
    margin: 0 2.5% 2.5%;
}

.rightmain .rightmain-m .mm .about-partner li img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #dedede;
}

.rightmain .rightmain-m .mm .about-team .right {
    width: 280px;/* 380px; */
}

.rightmain .rightmain-m .mm .about-team .right .list {
    border: 16px solid #dedede;
    width: 205px;/* 263px; */
    height: 338px;
    box-sizing: border-box;
    position: relative;
    float: right;
    margin-bottom: 50px;
}

.rightmain .rightmain-m .mm .about-team .right .list .img {
    position: absolute;
    left: -62px;
    top: 23px;
}

.rightmain .rightmain-m .mm .about-team .right .list .img .bgc {
    background-color: rgba(255,255,255,.48);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all .4s;
}

.rightmain .rightmain-m .mm .about-team .right .list.on .img .bgc,.rightmain .rightmain-m .mm .about-team .right .list a:hover .img .bgc {
    opacity: 0;
    transition: all .4s;
}

.rightmain .rightmain-m .mm .about-team .right .list .img img {
    display: block;
    width: 100%;
    height: auto;
}

.rightmain .rightmain-m .mm .about-team .right .list .info {
    position: absolute;
    right: 32px;
    top: 23px;
}

.rightmain .rightmain-m .mm .about-team .right .list.on .info h2,.rightmain .rightmain-m .mm .about-team .right .list a:hover .info h2 {
    color: #34495a;
}

.rightmain .rightmain-m .mm .about-team .right .list.on .info p,.rightmain .rightmain-m .mm .about-team .right .list a:hover .info p {
    color: #34495a;
}

.rightmain .rightmain-m .mm .about-team .right .list .info h2 {
    font-size: 16px;
    font-weight: normal;
    width: 22px;
    line-height: 1.2em;
}

.rightmain .rightmain-m .mm .about-team .right .list .info h2 span {
    display: block;
    height: 10px;
}

.rightmain .rightmain-m .mm .about-team .right .list .info p {
    width: 21px;
    line-height: 1em;
    display: inline-block;
}

.rightmain .rightmain-m .mm .about-team .right .list .info p span {
    display: block;
    height: 10px;
}

.rightmain .rightmain-m .mm .about-team .left {
    background-color: #f9f9f9;
    box-sizing: border-box;
    padding: 5%;
}

.rightmain .rightmain-m .mm .about-team .left .l {
    width: 200px;
    margin-right: 50px;
}

.rightmain .rightmain-m .mm .about-team .left .l img {
    display: block;
    width: 100%;
    height: auto;
}

.rightmain .rightmain-m .mm .about-team .left .r li {
    padding-bottom: 5%;
    margin-bottom: 5%;
    border-bottom: 1px solid #34495a;
}

.rightmain .rightmain-m .mm .about-team .left .r li h3 {
    font-size: 12px;
    color: #666;
}

.rightmain .rightmain-m .mm .about-team .left .r li p {
    line-height: 2em;
    color: #666;
    font-size: 12px;
}

.rightmain .rightmain-m .mm .about-team .left .r li .img {
    display: none;
}

.rightmain .rightmain-m .mm .about-team .left .r li .ti {
    margin-bottom: 3%;
}

.rightmain .rightmain-m .mm .about-team .left .r li .ti h2 {
    font-size: 13px;
    color: #666;
}

.rightmain .rightmain-m .mm .news-main li {
    margin-bottom: 5%;
    display: table;
}

.rightmain .rightmain-m .mm .news-main li .img {
    display: table-cell;
    vertical-align: middle;
    width: 388px;
}

.rightmain .rightmain-m .mm .news-main li .img img {
    display: block;
    width: 100%;
    height: auto;
}

.rightmain .rightmain-m .mm .news-main li .info {
    display: table-cell;
    vertical-align: middle;
    height: 206px;
    background-color: #f2f2f2;
    padding: 0 3%;
}

.rightmain .rightmain-m .mm .news-main li .info h2 {
    font-weight: normal;
    font-size: 19px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 5%;
}

.rightmain .rightmain-m .mm .news-main li .info h2 a {
    color: #1a1a1a;
}

.rightmain .rightmain-m .mm .news-main li .info h2 a:hover {
    color: #34495a;
}

.rightmain .rightmain-m .mm .news-main li .info .p {
    color: #737373;
    font-size: 13px;
    line-height: 2em;
    height: 84px;
    overflow: hidden;
}

.rightmain .rightmain-m .mm .news-main li .info .p:hover {
    color: #34495a;
}

.page {
    text-align: center;
    font-size: 0;
}

.page .tab {
    display: table;
    margin: 0 auto;
}

.page a {
    display: table-cell;
    font-size: 12px;
    /* border: 1px solid #ddd; */
    padding: 5px 12px;
}

.page a.on {
    color: #a0cbed;
}

.page a.prev {
    /* border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; */
}

.page a.next {
    /* border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; */
}

.page a:hover {
    color: #a0cbed;
}

.rightmain .rightmain-m .mm .news-main-m .tit {
    border-bottom: 1px solid #34495a;
    padding-bottom: 10px;
}

.rightmain .rightmain-m .mm .news-main-m .tit h2 {
    font-size: 18px;
    color: #666;
    font-weight: normal;
}

.rightmain .rightmain-m .mm .news-main-m .tit .i p {
    display: none;
    vertical-align: middle;
    margin-right: 20px;
}

.rightmain .rightmain-m .mm .news-main-m .tit .i .bdsharebuttonbox {
    display: inline-block;
    vertical-align: middle;
}

.rightmain .rightmain-m .mm .news-main-m .p {
    padding: 3% 0;
    line-height: 2em;
    border-bottom: 1px solid #34495a;
    margin-bottom: 3%;
}

.rightmain .rightmain-m .mm .news-main-m .p p {
    font-size: 13px;
    color: #666;
}

.rightmain .rightmain-m .mm .news-main-m .prev_next {
    padding: 0 3%;
}

.rightmain .rightmain-m .mm .news-main-m .prev_next p {
    font-size: 13px;
    color: #666;
}

.rightmain .rightmain-m .mm .news-main-m .prev_next p a {
    color: #666;
}

.rightmain .index-main .left .table .cell .contact-us {
    padding: 0 3%;
}

.rightmain .index-main .left .table .cell img.contact-img {
    margin-bottom: 5%;
}

.rightmain .index-main .left .table .cell .p {
    text-align: left;
    margin-bottom: 3%;
    line-height: 2em;
}

.rightmain .index-main .left .table .cell .pb {
    text-align: left;
    line-height: 2em;
}
.rightmain .index-main .right .right-m .join .t{
    margin-bottom: 10px;
}
.rightmain .index-main .right .right-m .join .t h2{

}
.rightmain .index-main .right .right-m .join .t h2{
    font-size: 16px;
    color: #595959;
    font-weight: normal;
    padding-left: 17px;
}
.rightmain .index-main .right .right-m .join .t h2 span {
    display: inline-block;
    margin-right: 15px;
    color: #a0cbed;
    font-family: "Bodoni MT","微软雅黑";
    font-size: 22px;
}
.rightmain .index-main .right .right-m .join li {
    margin: 0 17px 15px;
    padding: 22px 0 15px;
    border-bottom: 1px dashed #999;
}

.rightmain .index-main .right .right-m .join li .tit {
    background-color: #eee;
    cursor: pointer;
}

.rightmain .index-main .right .right-m .join li .tit h2 {
    width: 95%;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    white-space: nowrap;
    font-size: 14px;
    color: #1a1a1a;
    line-height: 1.2em;
    font-weight: normal
}

.rightmain .index-main .right .right-m .join li .tit i.ico {
    width: 15px;
    height: 15px;
    margin-top: 0.5px;
    display: block;
    float: right;
    font-size: 0;
}

.rightmain .index-main .right .right-m .join li .tit i.ico img {
    display: inline-block;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.rightmain .index-main .right .right-m .join li .tit i.ico img.jian {
    display: none;
}

.rightmain .index-main .right .right-m .join li.active .tit i.ico img.jian {
    display: inline-block;
}

.rightmain .index-main .right .right-m .join li.active .tit i.ico img.jia {
    display: none;
}

.rightmain .index-main .right .right-m .join li .m {
    padding: 20px 3% 0;
    display: none;
}

.rightmain .index-main .right .right-m .join li .m h2 {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 400;
}

.rightmain .index-main .right .right-m .join li .m .p {
    color: #999;
    font-size: 12px;
    padding-bottom: 3%;
}

.rightmain .index-main .right .right-m .join li .m dd {
    margin-bottom: 3%;
    border-bottom: 1px solid #ccc;
}

.rightmain .index-main .right .right-m .join li .m dd.last {
    margin-bottom: 0;
    border-bottom: none;
}

.rightmain .rightmain-m .mm .works li {
    margin-bottom: 38px;
    position: relative;
    /* display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    justify-content: space-between; */
}
.rightmain .rightmain-m .mm .works li a{
    width: 32%;
    margin-right: 2%;
    float: left;
    text-align:center;/*改的*/
    font-size:14px; /*改的*/
}
.rightmain .rightmain-m .mm .works li a.bo{
    position: absolute;
    left: 34%;
    bottom: 0
}
.rightmain .rightmain-m .mm .works li a.mr{
    float: right;
}
.rightmain .rightmain-m .mm .works li a .img{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.rightmain .rightmain-m .mm .works li a:hover img{
    transform: scale(1.15);
    transition: all 1s;
}
.rightmain .rightmain-m .mm .works li a img{
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s;
}

/* .rightmain .rightmain-m .mm .works li .img img {
    display: block;
    width: 100%;
    height: auto;
}

.rightmain .rightmain-m .mm .works li .midimg {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rightmain .rightmain-m .mm .works li .leftimg {
    padding-right: 5%;
}

.rightmain .rightmain-m .mm .works li .rightimg {
    padding-left: 5%;
} */

.rightmain .rightmain-m .mm .works li .i {
    line-height: 2em;
    background-color: #f2f2f2;
    padding: 10px 3%;
}
.rightmain .rightmain-m .mm .allli .top img{
    display: block;
    width: 100%;
    height: auto;
}
.rightmain .rightmain-m .mm .allli .list{
    display: table;
}
.rightmain .rightmain-m .mm .allli .list.last{
    margin-bottom: 20px;
}
.rightmain .rightmain-m .mm .allli .list .img{
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.rightmain .rightmain-m .mm .allli .list .img img{
    display: block;
    width: 100%;
    height: auto;
}
.rightmain .rightmain-m .mm .allli .list .info{
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    box-sizing: border-box;
}
.rightmain .rightmain-m .mm .allli .list .info.left{
    padding:3% 5% 3% 0;
}
.rightmain .rightmain-m .mm .allli .list .info.right{
    padding: 3% 0 3% 5%;
}
.rightmain .rightmain-m .mm .allli .p{
    line-height: 2em;
    font-size: 13px;
    color:#595959;
}

.rightmain .rightmain-m .mm .allli .all-img .p{
    
}
.wap-foot-menu{
    display: none;
}
.wap-foot-menu li{
    line-height: 2em;
    border-bottom: 1px solid #ccc;
    margin-bottom: 3px;
    padding-bottom: 3px;
    text-align: center;
}
.wap-foot-menu li a{
    /* width: 110px; */
    text-align: center;
    display: inline-block;
    color: #999;
}
.foot-ico{
    text-align: center;
    margin-bottom: 20px;
    font-size: 0;
}
.foot-ico a{
    display: inline-block;
    width: 32px;
    height: 32px;
}
.foot-ico a img{
    display: block;
    width: 32px;
    height: 32px;
}
#foot-wechat-box{
    position: fixed;
    width: 180px;
    padding: 15px;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    border-radius: 6px;
    display: none;
    z-index: 1001;
}
#foot-wechat-box img{
    display: block;
    margin: 0 auto 15px;
}
#foot-wechat-box p{
    color: #333;
    line-height: 2em;
    font-size: 14px;
}
#bk1{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.4);
    display: none;
    z-index: 1000;
}