html {
    -webkit-text-size-adjust: none;
}

a {
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

html * {
    outline: 0;
    zoom: 1;
}

html button::-moz-focus-inner {
    border-color: transparent !important;
}

body {
    overflow-x: hidden;
    font-size: 12px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-family: "å¾®è½¯é›…é»‘";
}

fieldset,
a img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-appearance: none;
    /*åŽ»æŽ‰è‹¹æžœçš„é»˜è®¤UIæ¥æ¸²æŸ“æŒ‰é’®*/
}

em,
i {
    font-style: normal;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.clearfix {
    display: block;
}

.clear {
    clear: both;
}

/* æ¸…é™¤æµ®åŠ¨*/
.colwrapper {
    overflow: hidden;
    zoom: 1;
    margin: 5px auto;
}

.transparent {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    /** Firefox 3.5å³å°†åŽŸç”Ÿæ”¯æŒopacityå±žæ€§ï¼Œæ‰€ä»¥æœ¬æ¡å±žæ€§åªåœ¨Firefox3ä»¥ä¸‹ç‰ˆæœ¬æœ‰æ•ˆ ***/
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

img {
    max-width: 100%;
    height: auto;
}


a {
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    text-decoration: none;
}

body {
    font-family: "å¾®è½¯é›…é»‘";
    line-height: 1.5;
    font-size: 14px;
    background: #fff;
}

/* body::-webkit-scrollbar {display: none;}
::-webkit-scrollbar{
	width: 10px; height: 10px;
} */

/* å¤´éƒ¨pc */
.newHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
}

.newHeader-pc {
    height: 60px;
    background: #fff;
}

.newHeader-pc .flex-center {
    display: flex;
    justify-content: space-between;
    width: 1340px;
    height: 60px;
    margin: 0 auto;
}

@media (max-width:1340px){
    .newHeader-pc .flex-center{
        width: 1200px;
    }
}

@media (max-width:1240px){
    .newHeader-pc .flex-center{
        width: 100%;
    }
    
    .newHeader-pc .flex-center .nav-block{
        margin-right: 15px;
    }
}


.newHeader-pc .logo-block {
    display: flex;
    align-items: center;
    height: 100%;
}

.newHeader-pc .logo-block img {
    display: block;
    width: 100%;
}

.newHeader-pc .logo-block .logo-img1 {
    width: 250px;
}

.newHeader-pc .logo-block .logo-img2 {
    width: 44px;
    margin-left: 14px;
}

.newHeader-pc .nav-block .el-title {
    float: left;
    padding: 0 18px;
    height: 60px;
    line-height: 60px;
}

.newHeader-pc .nav-block .el-title:first-child {
    padding-left: 0;
}

.newHeader-pc .nav-block .el-title:last-child {
    padding-right: 0;
}

.newHeader-pc .nav-block .el-title a {
    font-size: 15px;
    color: #000;
    cursor: pointer;
}

.newHeader-pc .nav-block .el-title a:hover {
    color: #008dd5;
}

.newHeader-pc .nav-block .arrow {
    font-size: 12px;
    color: #333;
    margin-left: 10px;
}

.newHeader-pc .nav-block .shop-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 8px;
    vertical-align: middle;
    background: url(../img/icon-shop-a.png) no-repeat center;
    background-size: 15px auto;
}

.newHeader-pc .nav-block .search-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../img/icon-search-c.png) no-repeat center;
    background-size: 15px auto;
}

.header-navigation {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background: rgba(13, 39, 60, 0.85);
}

.header-navigation .navigation-main {
    display: none;
    width: 70%;
    margin: 0 auto;
}

.header-navigation .navigation-main em {
    font-style: italic !important;
}

.nav-product-guide {
    display: flex;
    justify-content: space-between;
}

.nav-product-guide .list-block {
    padding: 40px 0 10px;
    text-align: center;
    /*width: 334px;*/
    display: flex;
    flex-wrap:wrap;
}

.nav-product-guide .left-ul {
    float: left;
}

.nav-product-guide .right-ul {
    float: right;
}

.nav-product-guide .list-block .padding-box {
    padding: 10px 0 30px;
}

.nav-product-guide ul li {
    line-height: 32px;
}

.nav-product-guide .list-block li a {
    font-size: 14px;
    color: #fff;
}

.nav-product-guide .list-block li a:hover {
    color: #0096e0;
}

.navigation-side {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}

.nav-service-list {
    display: flex;
    justify-content: space-between;
}

.nav-service-list .support-block {
    padding-top: 40px;
    padding-bottom: 20px;
    margin: 0 !important;
    width: 23%;
}

.nav-service-list .support-block-list {
    width: 100%;
}

.nav-service-list ul {
    overflow: hidden;
    margin-left: -3.3333333%;
}

.nav-service-list ul li {
    float: left;
    width: 23%;
    margin-left: 1.85%;
    margin-bottom: 20px;
}

.nav-service-list ul li a {
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    height: 50px;
}

.nav-service-list ul li a:hover {
    background: rgba(0, 0, 0, 0.3);
}

.nav-service-list ul li img {
    margin: 0 30px 0 52px;
}

.nav-service-list .support-content {
    font-size: 16px;
    height: 50px;
    /* padding: 10px 0; */
    margin-bottom: 20px;
    border: 1px solid #fff;
}

.nav-service-list .support-content a {
    display: flex;
    align-items: center;
    color: #fff;
    height: 100%;
}

.nav-service-list .support-content a:hover {
    background: rgba(0, 0, 0, 0.3);
}

.nav-service-list .support-content img {
    margin: 0 30px 0 52px;
}

.nav-service-list .support-item {
    display: flex;
    align-items: center;
    height: 122px;
    /* padding: 20px 0; */
    border: 1px solid #fff;
    color: #fff;
}

.nav-service-list .support-item .code-nav {
    width: 82px;
    height: 82px;
    margin: 0 36px;
}

.nav-service-list .support-item span {
    display: block;
    font-size: 12px;
    margin-bottom: 16px;
    /* margin-right: 62px; */
}

.nav-service-list .support-item strong {
    font-size: 16px;
    font-weight: normal;
}

.nav-about-project_ {
    display: flex;
    justify-content: space-between;
}

.nav-about-project_ .about-project_block {
    padding-top: 40px;
}

.nav-about-project_ .about-project_block .item {
    padding-top: 20px;
    padding-bottom: 36px;
}

.nav-about-project_ .about-project_block ul {
    overflow: hidden;
}

.nav-about-project_ .about-project_block ul li {
    float: left;
    width: 50%;
    line-height: 35px;
}

.nav-about-project_ .about-project_block a {
    display: block;
    font-size: 14px;
    color: #fff;
}

.nav-about-project_ .about-project_block a:hover {
    color: #0096e0;
}

.nav-about-project_ .about-project_block ul li:nth-child(even) a {
    margin-left: 30px;
}

.nav-project_design {
    display: flex;
    justify-content: center;
    padding: 40px 0;
}

.nav-project_design a {
    display: block;
}

.nav-project_design a:first-child {
    margin-right: 40px;
}

.nav-project_design a:last-child {
    margin-left: 40px;
}

.header-navigation .project_mall {
    background: #fff;
    overflow: hidden;
    width: 155px;
    margin-right: 14.5%;
    font-size: 15px;
}

.header-navigation .project_mall ul {
    width: 93%;
    margin: 0 auto;
}

.header-navigation .project_mall ul li {
    padding: 15%;
    text-align: center;
    border-top: 1px solid #f3f3f3;
}

.header-navigation .project_mall ul .project_mall-li-padding {
    padding-bottom: 4px;
}

.header-navigation .project_mall ul li,
.header-navigation .project_mall ul li a {
    color: #000;
    cursor: pointer;
    font-size: 14px;
    color: #000;
}

.header-navigation .project_mall ul li:hover {
    color: #008dd5;
}

.header-navigation .project_mall-img {
    height: 0;
    transition: 0.5s;
}

.header-navigation .project_mall-img span {
    display: block;
    padding-bottom: 8px;
    text-align: center;
    font-size: 12px;
    color: #000;
}

.header-navigation .project_mall .height-transition {
    height: 170px;
}

.footer-pc {
    background: #333333;
    border-top: 5px solid #0D6DB9;
    color: #333;
}

.footer-pc .wrap2 {
    width: 1000px;
    margin: 0 auto;
}

.footNav {
    padding: 52px 16px;
    display: flex;
    justify-content: space-evenly;
}

.footNav .getNameClass {
    display: flex;
}

.footNav .getNameClass li {
    margin-right: 80px;
}

.footNav ul h5 {
    position: relative;
    font-size: 16px;
    color: #bbb;
    margin-bottom: 14px;
    padding-left: 24px;
    margin-left: 2px;
    background: url('../images/footer-arrow-blue.png') no-repeat left center;
    background-size: 16px auto;
}

.footNav ul a {
    display: block;
    position: relative;
    margin-left: 14px;
    padding-left: 22px;
    background: url('../images/footer-arrow-blue.png') no-repeat left center;
    background-size: 14px auto;
    font-size: 14px;
    color: #bbb;
    margin-bottom: 14px;
}

.footNav ul a:hover {
    color: #0097e0;
}

.foot-bottm {
    padding: 20px 0;
    background: #111111;
    color: #fff;
    text-align: center;
}

.foot-bottm a {
    color: #fff;
}

.terrace {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
}

.terrace li {
    position: relative;
    margin: 0 10px;
}

.terrace .icon {
    width: 40px;
    cursor: pointer;
}

.terrace .subMa {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -215px;
    width: 135px;
    height: 215px;
    display: none;
}

.terrace .subMa img {
    width: 100%;
    height: 100%;
}

.terrace li:hover .subMa {
    display: block;
}

.footer-pc .copyRight {
    font-size: 12px;
}

.footer-pc .policy {
    margin-left: 10px;
}

.footer-pc .nb {
    margin-left: 6px;
}

.go-top {
    position: fixed;
    right: 0;
    bottom: 0;
    background: #0786d3;
    color: #fff;
    text-align: center;
    font-size: 10px;
    line-height: 1;
    padding: 10px;
    opacity: 0.8;
    cursor: pointer;
    display: none;
    z-index: 1999;
}

.go-top:before {
    content: "︿";
    display: block;
    line-height: 0;
    margin-bottom: 1em;
    text-align: center;
}

.go-top:after {
    content: "顶部";
    display: block;
}

.newHeader-mb {
    display: none;
}

.footer-mb {
    display: none;
}

.udesk-client-btn {
    z-index: 1000 !important;
}

.goto-top-show {
    display: block;
}

@media (max-width: 1560px) {
    .newHeader-pc .logo-block .logo-img1 {
        width: 250px;
    }

    .newHeader-pc .logo-block .logo-img2 {
        width: 44px;
    }

    .nav-service-list .support-content img {
        margin: 0 20px 0 42px;
    }

    .nav-service-list .support-item .code-nav {
        width: 70px;
        height: 70px;
        margin: 0 20px;
    }

    .nav-service-list ul li img {
        margin: 0 20px 0 30px;
    }

    .nav-product-guide .list-block {
        /*width: 300px;*/
    }

    .nav-about-project_ .about-project_block:nth-child(2) {
        margin: 0 20px;
    }
}

@media (max-width: 1344px) {
    /*.newHeader-pc .logo-block .logo-img1 {*/
    /*    width: 94px;*/
    /*}*/

    .newHeader-pc .logo-block .logo-img2 {
        width: 38px;
    }
    
    .header-navigation .navigation-main{
        width: 75%;
    }

    .nav-product-guide .list-block .left_list{
        padding-right: 30px !important;
    }
    
    .nav-product-guide .list-block ul li a{
        font-size: 14px;
    }
    

    .nav-service-list ul li a {
        font-size: 14px;
    }
}

@media (max-width: 1228px) {
    /*.newHeader-pc .logo-block .logo-img1 {*/
    /*    width: 100px;*/
    /*}*/

    .newHeader-pc .logo-block .logo-img2 {
        width: 44px;
    }

    .newHeader-pc .nav-block .el-title {
        padding: 0 10px;
    }

    .header-navigation .navigation-main{
        width: 85%;
    }
    
    .nav-service-list .support-block-list{
        width: 100% !important;
    }

    .nav-product-guide .list-block li a {
        font-size: 12px;
    }

    .nav-service-list .support-block {
        width: 27%;
    }

    .nav-service-list .support-item .code-nav {
        margin: 0 23px;
    }

    .nav-service-list .support-block-list {
        width: 70%;
    }
}

/* ç§»åŠ¨ç«¯ */
@media (max-width: 1024px) {
    #udesk_container {
        display: none !important;
    }

    body {
        min-width: 320px;
    }

    .newHeader-pc {
        display: none;
    }

    .newHeader-mb {
        display: block;
    }

    .mobile-header {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        height: 40px;
    }

    .logos {
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
        width: 126px;
        height: 20px;
        margin-left: 2%;
    }

    .logo1 {
        width: 97px;
        height: 100%;
    }

    .logo2 {
        width: 21px;
        height: 100%;
    }

    .icons {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .search-icon a {
        display: block;
        width: 40px;
        height: 40px;
    }

    .service-icon a {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 40px !important;
        height: 40px !important;
        display: block !important;
        margin: 0 !important;
    }

    .service-icon a img {
        opacity: 0;
        width: 100% !important;
        height: 100% !important;
    }

    .guide-icon {
        position: relative;
        width: 40px;
        height: 40px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    .guide-icon span {
        width: 18px;
        height: 16px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .guide-icon span i {
        width: 18px;
        height: 2px;
        border-radius: 1px;
        background-color: #565656;
    }

    .guide-icon span i:nth-child(2) {
        width: 14px;
    }

    .Mob_fxjt {
        position: absolute;
        border-width: 7px;
        border-style: solid;
        border-color: transparent transparent #eaebf0 transparent;
        right: 13px;
        top: 28px;
        display: none;
    }

    .navMobPublicBG {
        position: fixed;
        width: 100%;
        top: 40px;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.27);
        z-index: 9999;
        display: none;
    }

    .MobnavList {
        position: absolute;
        top: 40px;
        right: 0;
        z-index: 10000;
        overflow-x: hidden;
        overflow-y: scroll;
        width: 82%;
        min-width: 320px;
        background: #eaebf0;
        -webkit-overflow-scrolling: touch;
        display: none;
    }

    .Mob_fxjt {
      position: absolute;
      border-width: 7px;
      border-style: solid;
      border-color: transparent transparent #eaebf0 transparent;
      right: 13px;
      top: 28px;
    }

    .navMobPublicBG {
      background-color: rgba(0, 0, 0, 0.27);
      height: 100%;
      position: fixed;
      width: 100%;
      top: 40px;
      z-index: 9999;
    }

    .headerHide {
      display: none;
    }
	
    .nav-part a {
        display: inline-block;
        color: #000;
        font-size: 12 pxx;
        cursor: pointer;
    }

    .nav-part .opacity0 {
        opacity: 0;
        margin: 0;
        height: 0;
        padding: 0;
    }

    .nav-part h6 {
        box-sizing: border-box;
        padding: 12px;
        color: #000;
        font-weight: 700;
        font-size: 12px;
        border-bottom: 1px solid #cfd0d5;
    }

    .nav-part h6 i {
        width: 180px;
        height: 20px;
        background: url(../images/jia.png) no-repeat right/12px 12px;
        display: inline-block;
        font-size: 0;
        position: absolute;
        right: 10px;
    }

    .nav-part .on h6 i {
        background: url(../images/jian.png) no-repeat right/12px 12px;
    }

    .nav-part ul {
        display: none;
    }

    .nav-part li {
        margin-left: 20px;
        border-bottom: 1px solid #cfd0d5;
    }

    .nav-part ul li a {
        display: inline-block;
        box-sizing: border-box;
        padding: 12px;
        color: #666666;
        font-size: 12px;
        width: 99%;
        background: url(../img/icom03.png) no-repeat 97.5% center/12px 12px;
    }

    .MobnavSubsidiary {
        margin-left: 20px;
    }

    .MobnavSubsidiary h5 {
        box-sizing: border-box;
        padding: 12px;
        color: #000;
        font-weight: 700;
        font-size: 12px;
        border-bottom: 1px solid #cfd0d5;
    }

    .MobnavSubsidiary h5 a {
        display: inline-block;
        color: #666666;
        font-size: 12px;
        font-weight: normal;
        cursor: pointer;
    }

    .MobnavSubsidiary h5 i {
        width: 180px;
        height: 20px;
        display: inline-block;
        font-size: 0;
        position: absolute;
        right: 10px;
        background: url(../img/icom01.png) no-repeat right/12px 12px;
    }

    .MobnavSubsidiary.on h5 i {
        width: 180px;
        height: 20px;
        display: inline-block;
        font-size: 0;
        position: absolute;
        right: 10px;
        background: url(../img/icom02.png) no-repeat right/12px 12px;
    }

    .MobnavList .nav-part ul {
        display: none;
    }

    .MobnavList .nav-part li {
        margin-left: 20px;
        border-bottom: 1px solid #cfd0d5;
    }

    .MobnavList .nav-part ul li a {
        display: inline-block;
        box-sizing: border-box;
        padding: 12px;
        color: #666666;
        font-size: 12px;
        width: 99%;
        background: url(../img/icom03.png) no-repeat 97.5% center/12px 12px;
    }

    .MobnavList .Mobgfsc {
        background: #d2d7da;
        border-bottom: 1px solid #a5aaae;
    }

    .MobnavList .Mobfwrx h3,
    .MobnavList .Mobgfsc h3 {
        box-sizing: border-box;
        padding: 12px 12px 12px 42px;
        color: #000;
        font-weight: 700;
        font-size: 12px;
        margin: 0;
    }

    .MobnavList .Mobfwrx {
        border-top: 1px solid #a5aaae;
    }

    .MobnavList .Mobfwrx h3 {
        background: url(../img/icon-tel.png) no-repeat 20px center/16px 16px;
    }

    .MobnavList .Mobfwrx .tel400 {
        display: block;
        margin: 10px 0% 20px 6%;
    }

    .MobnavList .Mobfwrx .tel400 p:nth-child(1) {
        color: #0D6DB9;
        font-size: 24px;
        text-decoration: underline;
    }

    .MobnavList .Mobfwrx .tel400 p:nth-child(2) {
        color: rgba(60, 60, 60, 1);
        font-size: 12px;
    }

    .MobnavList .Mobgfsc h3 {
        background: url(../img/icon-shop-b.png) no-repeat 20px center/16px 16px;
    }

    .phonenumber-mask {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        display: none;
    }

    .phonenumber-mask .mask-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
    }

    .phonenumber-mask .unm-list {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1000;
    }

    .phonenumber-mask .unm-list a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 60px;
        background: #eaebf0;
        color: #000;
        width: 236px;
        border-radius: 3px;
        margin-bottom: 12px;
    }

    .phonenumber-mask .unm-list img {
        width: 40px;
        margin-right: 20px;
    }

    .phonenumber-mask .unm-list span {
        display: block;
        font-size: 12px;
    }

    .phonenumber-mask .unm-list strong {
        font-size: 18px;
        font-weight: bold;
    }

    .footer-pc {
        display: none;
    }

    .footer-mb {
        display: block;
        background: #111;
        border-top: 5px #55beed solid;
    }

    .footer-mb .footer-nav {
        background: #333;
    }

    .footer-mb .border-li {
        border-bottom: 1px solid #000;
    }

    .footer-mb .border-li h5 {
        font-size: 12px;
        color: #fff;
        padding: 12px;
        background-size: 8px auto;
    }

    .footer-mb .border-li h5.on {

        background-size: 8px auto;
    }

    .footer-mb .sub-list {
        display: none;
        padding: 20px 24px;
    }

    .footer-mb .sub-list li a {
        display: block;
        color: #bbb;
        padding-left: 22px;
        font-size: 12px;
        color: #bbb;
        margin-bottom: 20px;
        background: url('{pboot:sitetplpath}/images/arrow-blue.png') no-repeat left center;
        background-size: 14px auto;
    }

    .social-media {
        display: flex;
        align-items: center;
        height: 40px;
        font-size: 12px;
        color: #fff;
        padding: 0 12px;
        background: #333;
    }

    .social-media .img-list {
        margin-left: 20px;
    }

    .social-media .img-list li {
        display: inline-block;
        *display: inline;
        zoom: 1;
    }

    .social-media .icon {
        width: 30px;
        margin-right: 14px;
        margin-top: 3px;
    }

    .social-media .mask-img {
        display: none;
    }

    .copyRight {
        padding: 12px 2px;
        text-align: center;
        color: #fff;
        font-size: 12px;
    }

    .copyRight a {
        color: #fff;
        margin: 0 2px;
    }

    .social-media-mask {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 1001;
        display: none;
    }

    .social-media-mask .close-icon {
        position: absolute;
        /* top:24px;
            right:24px; */
        top: 24%;
        right: 8%;
        display: inline-block;
        width: 40px;
        height: 30px;
        background: url('../images/turn_no.png') no-repeat center;
        background-size: 30px auto;
    }

    .social-media-mask .img-str {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 240px;
        height: auto;
    }

}


#moquu_top,#moquu_wxin,#moquu_wshare,#moquu_wmaps {
	z-index:999;
	width:50px;
	height:50px;
	right:10px;
	position:fixed;
	cursor:pointer;
	_position:absolute;
	_bottom:auto;
	_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)))
}

#moquu_wxin {
	top:360px;
	_margin-top:360px
}
#moquu_wxin a {
	background:url(../images/sbtn.png) 0 -0px;
	right:0;
	float:left;
	width:50px;
	height:50px;
	text-indent:-9999px
}
#moquu_wxin a:hover {
	background:url(../images/sbtn.png) -50px -0px
}
#moquu_wshare {
	top:412px;
	_margin-top:412px
}
#moquu_wshare a {
	background:url(../images/sbtn.png) 0 -50px;
	width:50px;
	height:50px;
	right:0;
	float:left;
	text-indent:-9999px
}
#moquu_wshare a:hover {
	background:url(../images/sbtn.png) -50px -50px
}
#moquu_wmaps {
	top:464px;
	_margin-top:464px
}
#moquu_wmaps a {
	background:url(../images/sbtn.png) 0 -150px;
	width:50px;
	height:50px;
	right:0;
	float:left;
	text-indent:-9999px
}
#moquu_wmaps a:hover {
	background:url(../images/sbtn.png) -50px -150px
}
#moquu_top {
	top:516px;
	_margin-top:516px;
	background:url(../images/sbtn.png) 0 -101px;
	width:50px;
	height:50px
}
#moquu_top:hover {
	background:url(../images/sbtn.png) -50px -101px
}
.moquu_wxin,.moquu_wshare {
	position:relative;
	z-index:2
}
.moquu_wxin a:hover .moquu_wxinh,.moquu_wshare a:hover .moquu_wshareh {
	display:block
}
.moquu_wxin .moquu_wxinh {
	position:absolute;
	display:none;
	left:-280px;
	top:-200px;
	width:275px;
	height:355px;
	background:url(../images/moquu_ico.png) -1px -482px no-repeat
}
.moquu_wshare .moquu_wshareh {
	position:absolute;
	display:none;
	left:-280px;
	top:-200px;
	width:275px;
	height:360px;
	background:url(../images/moquu_wshare.png) no-repeat
}

@media (max-width: 1024px) {
    .footer-mb .border-li h5 {
        font-size: 12px;
        color: #fff;
        padding: 12px;
        background: url(../images/bjia.png) no-repeat 97%;
        background-size: 8px auto;
    }
}