﻿@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}


.clear {
    clear: both;
}
html,body{
    height: 100%;
    width: 100%;
}
body{
    overflow-x: hidden;
    background-color: rgb(39,43,55);
}

a {
    cursor: pointer;
}

a img {
    border: 0;
}

.yuanjiao {
    /* -moz-border-radius: 5px;
    -webkit-border-radius: 5px; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

a {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}
/* 指正常的未被访问过的链接*/
a:visited {
    text-decoration: none;
}
/*指已经访问过的链接*/
a:hover {
    text-decoration: none;
}
/*指鼠标在链接*/
a:active {
    text-decoration: none;
}
/* 指正在点的链接*/
@media only screen and (min-width: 800px) and (max-width: 3000px) {



    /*vc首页-------------------------------------*/
    /*a {*/
        /*cursor: default;*/
    /*}*/
    /* 手机端在网页上不显示的部分*/
   .lookmore{
       /* left: -9999px;
       top: -9999px;
       position: absolute; */
       display: none;
   }
    .h{
        left: -9999px;
        top: -9999px;
        position: absolute;
        display: none;
    }
    .phoneemail {
        left: -9999px;
        top: -9999px;
        position: absolute;
        display: none;
    }

    .dlmenubutton {
        left: -9999px;
        top: -9999px;
        position: absolute;
    }

    #phonetop {
        left: -9999px;
        top: -9999px;
        position: absolute;
    }
    /*index*/
    #navmenu {
        left: -9999px;
        top: -9999px;
        position: absolute;
    }

    .phonenav {
        left: -9999px;
        top: -9999px;
        position: absolute;
    }

    #bottom2 {
        left: -9999px;
        top: -9999px;
        position: absolute;
    }

    /* 手机端在网页上不显示的部分*/
    /*vc首页-------------------------------------*/
    #main {
        width: 100%;
        min-width: 960px;
        margin: 0 auto;
        text-align: center;
    }

    #top {
        width: 960px;
        height: 82px;
        margin: 0 auto;
        text-align: center;
        background: #ffffff;
    }

    #top .top2 {
        min-width: 960px;
        height: 80px;
        margin: 0 auto;
        background: #ffffff;
    }

    /*#top .top2 .logo {
        height: 80px;
        width: 250px;
        float: left;
    }*/
    #top .top2 .left {
        height: 80px;
        /*width: 250px;*/
        float: left;
        margin-left: 30px;
    }

    #top .top2 .left img {
        margin: 15px 0 0 0;
    }

    #top .top2 .right {
        min-width: 400px;
        height: 80px;
        float: right;
    }

    .right .nav {
        width: 540px;
        height: 80px;
        float: right;
        margin-right: 5%;
        margin-top: 15px;
        background: #000000;
        background: url("../images/index/video.png") 0 30px repeat-x;
    }

    #topbg {
        height: 82px;
        margin: 0 auto;
        text-align: center;
        background: #ffffff;
    }

    #topbg .top2 {
        width: 960px;
        height: 80px;
        margin: 0 auto;
        background: #ffffff;
    }

    /*#top .top2 .logo {
        height: 80px;
        width: 250px;
        float: left;
    }*/
    #topbg .top2 .left {
        height: 80px;
        /*width: 250px;*/
        float: left;
        margin-left: 30px;
    }

    #topbg .top2 .left img {
        margin: 15px 0 0 0;
    }

    #topbg .top2 .right {
        min-width: 400px;
        height: 80px;
        float: right;
    }

    /*#topbg .top2 .left img {
    margin: 10px 0 10px 10px;
}*/

    .nav ul li {
        float: left;
        font-size: 14px;
        /* font-weight: bold; */
        margin: 13px 5px 0 5px;
        list-style-type: none;
        color: rgb(77,77,77);
    }

    .nav ul li a {
        float: left;
        display: block;
        height: 26px;
        line-height: 26px;
        color: #4d4d4d;
        padding-left: 10px;
    }

    .nav ul li a span {
        float: left;
        display: block;
        padding-right: 10px;
    }

    .nav ul li a:hover {
        color: #000;
    }

    .nav ul li a:hover span {
        cursor: pointer;
    }

    .nav ul li a#nav_current {
        height: 31px;
        line-height: 31px;
        background: url("../images/index/nav_bg.gif") 0 -132px no-repeat;
        color: #646464;
    }

    .nav .select {
        border-bottom: solid #4AC6FF;
    }

    #main .menu1 {
        top: -4px;
        display: -webkit-box;
        display: -ms-flexbox;
        -ms-flex-pack:center;
        -webkit-box-pack: center;
        position: relative;
        overflow-x: hidden;
        margin: 0;
        padding: 0;
        background-color: #fff;
    }

    #main .menu1 ul {
        display: -ms-flexbox;
        width: 1090px;
        /* padding-left: 5.8%; */
        display: -webkit-box;
    }

    #main .menu1 ul li {
        width: 15%;
        /* padding: 2% 4% 2% 2%; */
        text-align: center;
        margin-top: 44px;
        overflow-x: hidden;
        margin-bottom: 51px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        padding: 10px;
    }

    #main .menu1 ul li a img {
        width: 45%;
    }

    #main .menu1 ul li span {
        font-size: 14px;
        overflow-x: hidden;
        white-space: nowrap;
        text-overflow: clip;
        padding-top: 15px;
        display: block;
    }
    /**!--中间导航--*/
    #main .menu2 {
        height: 750px;
        min-width: 960px;
        text-align: center;
        background: #ffffff;
        overflow: hidden;
    }

    #main .menu2 .title1 {
        padding-top: 116px;
    }

    #main .menu2 .group {
        margin: 0 auto;
        padding: 0;
        position: relative;
        padding-top: 116px;
        height: 380px;
        width: 960px;
    }

    #main .menu2 .item1 {
        height: 380px;
        width: 150px;
        position: absolute;
        /*left: 130px;*/
    }

    #main .menu2 .item2 {
        height: 380px;
        width: 740px;
        position: absolute;
        left: 280px;
        bottom: 50px;
    }

    #main .menu2 .item2 a:visited, #main .menu2 .item2 a:link, #main .menu2 .item2 a:hover {
        color: #5B5B5B;
        font-weight: 400;
        font-size: 17px;
    }

    #main .menu2 .item2 .select {
        color: #ffffff;
        font-weight: 400;
        font-size: 17px;
    }

    #main .menu2 .item2 .em1 {
        width: 550px;
        height: 140px;
    }

    #main .menu2 .item2 .em1 span {
        width: 140px;
        height: 140px;
        display: block;
        float: left;
    }

    #main .menu2 .item2 .em2 {
        width: 550px;
        height: 140px;
        margin: 0 0 0 139px;
    }

    #main .menu2 .item2 .em2 span {
        width: 140px;
        height: 140px;
        display: block;
        float: left;
    }

    #main .menu2 .item2 .em3 {
        width: 200px;
        height: 140px;
        margin: 0 0 0 315px;
    }

    #main .menu2 .item2 .em3 span {
        width: 140px;
        height: 140px;
        display: block;
        float: left;
    }

    /* #main-not .product .list .item span a img {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    } */

    #main .menu2 .item2 .title {
        position: relative;
        bottom: 100px;
        right: 45px;
    }

    #main .menu2 .item2 img {
        padding: 7px;
    }

    .rotatez-45 {
        -webkit-transform: rotateZ(-45deg);
        -moz-transform: rotateZ(-45deg);
        -ms-transform: rotateZ(-45deg);
        -o-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
    }

    .rotatez45 {
        -webkit-transform: rotateZ(45deg);
        -moz-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
        -o-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
    }

    #main-not .product {
        max-height: 1000px;
        min-width: 1004px;
        text-align: center;
        background: #f4f4f4;
    }

    #main-not .product .title {
        padding-top: 70px;
        padding-bottom: 28px;
    }

    #main-not .product .list {
        height: 650px;
        width: 1036px;
        padding-left: 60px;
        margin: 0 auto;
        text-align: center;
    }

    #main-not .product .list .item {
        position: relative;
        width: 304px;
        height: 310px;
        display: block;
        float: left;
        margin: 22px 11px 0 11px;
        background: #ffffff;
        -moz-box-shadow: 2px 2px 2px #ededed;
        -webkit-box-shadow: 2px 2px 2px #ededed;
        box-shadow: 2px 2px 2px #ededed;
    }

    #main-not .product .list .item ul {
        list-style-type: none;
        width: 210px;
        height: 58px;
        padding-top: 20px;
        text-align: left;
        padding-left: 20px;
    }

    #main-not .product .list .item .f1 {
        font-size: 17px;
        line-height: 19px;
        color: #454545;
        padding-bottom: 6px;
    }

    #main-not .product .list .item .f2 {
        font-size: 14px;
        line-height: 14px;
        color: #808080;
        padding-bottom: 5px;
    }

    #main-not .product .list .item .line {
        height: 1px;
        background: #f3f3f3;
    }

    #main-not .product .list .item .icongroup {
        /* margin-top: 11px; */
        text-align: left;
        /* margin-bottom: 11px; */
        padding-left: 9px;
        height: 47px;
    }

    #main-not .product .list .item .icongroup span {
        padding-left: 11px;
    }

    #main-not .product .list .item .icongroup span a img {
        margin-top: 11px;
    }

    #main .product .more {
        height: 116px;
        width: 100%;
        margin-top: 30px;
        text-align: center;
        cursor: pointer;
    }

    #main-not .product .list .item .productimg {
        border: 0;
        width: 304px;
        height: 186px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50%;
    }

    #main-not .product .list .item .productimg2 {
        border: 0;
        position: absolute;
        left: 260px;
        top: 142px;
    }
    /**!--底部-->*/
    .container-wrapper{
        position: relative;
        min-height: 100%;
        width: 100%;
        padding-bottom: 148px;
        box-sizing: border-box;
        overflow: hidden;
    }

    #bottom {
        position: absolute;
        bottom: 0px;
        left: 0px;
        height: 148px;
        min-width: 566px;
        width: 100%;
        background: #4b4f59;
        text-align: center;
    }

    #bottom .friend {
        /*min-width: 647px;*/
        /*padding-top: 10px;*/
        color: #374454;
        margin: 0 auto;
        font-size: 14px;
        /*line-height: 10px;*/
    }

    #bottom .friend span a {
        letter-spacing: 1px;
    }

    #bottom .line {
        width: 960px;
        /* min-width: 700px; */
        text-align: center;
        height: 1px;
        background: #2d3342;
        margin: 15px auto 30px;
    }

    #bottom .message {
        /*width: 647px;*/
        text-align: left;
        margin: 0 auto;
    }

    #bottom .message .item1 {
         display: block;
         float: left;
        vertical-align: middle;
        /*isdplay: -webkit-inline-box;*/
        /*-webkit-box-flex: 1;*/
    }

    #bottom .message .item1 img {
        padding-top: 0;
        /*margin: 6px 0px 6px 0px;*/
    }

    #bottom .message .item2 {
        display: -ms-inline-flexbox;
        margin-left: 14px;
        display: -webkit-inline-box;
        -webkit-box-flex: 1;
        /* float: left; */
        color: #bfbfbf;
        /*-webkit-box-flex: 1;*/
        font-size: 14px;
        text-align: left;
        line-height: 22px;
        padding-bottom: 5px;
        /*margin-top: 50px;*/
    }
    .anne{
        display: -ms-inline-flexbox;
        display: -webkit-inline-box;
        -webkit-box-flex: 1;
         float: left;
        color: #bfbfbf;
        -webkit-box-flex: 1;
        font-size: 14px;
        text-align: left;
        line-height: 24px;
        padding-bottom: 5px;
        margin-left: 8px;
    }
    .gongan {
        margin-bottom: -2px;
    }

    #bottom .message .item2 .mic {
        display: -ms-inline-flexbox;
        display: -webkit-inline-box;
        -webkit-box-flex: 1;
        /* float: left; */
        color: #bfbfbf;
        -webkit-box-flex: 1;
        font-size: 14px;
        text-align: left;
        line-height: 24px;
        padding-bottom: 5px;
    }
    #bottom .friend span {
        text-decoration: none;
        color: #bfbfbf;
    }
    #bottom .friend span a{
        text-decoration: none;
        color: #bfbfbf;
    }

  #bottom .friend span a:hover{
    text-decoration: none;
    color: #fff;
  }

    #bottom .message .item3 {
        margin-left: 50px;
        display: -webkit-inline-box;
        /* float: left; */
        background: #374454;
        height: 45px;
        width: 1px;
        -webkit-box-flex: 1;
    }

    #bottom .message .item4 {
        margin-left: 50px;
        display: -webkit-inline-box;
        /* float: left; */
        color: #374454;
        font-size: 16px;
        text-align: left;
        line-height: 16px;
        padding-bottom: 5px;
        -webkit-box-flex: 1;
    }

    #bottom .message .friend a:link {
        text-decoration: none;
        color: #bfbfbf;

    }

    #bottom .message .friend a:active {
        text-decoration: none;
        color: #bfbfbf;
    }

    #bottom .message .friend a:visited {
        text-decoration: none;
        color: #bfbfbf;
    }
    /*vc引擎----------------------------------*/
    .vcbody {
        background: #f7f7f7;
    }

    #mcmain {
        width: 100%;
        text-align: center;
        background: #f7f7f7;
    }

    #mcmain .top {
        width: 100%;
        min-width: 960px;
        text-align: left;
        height: 80px;
        background: url("../images/about/bg1.png");
    }

    #mcmain .top img {
        margin-top: 20px;
        margin-left: 25%;
    }

    #mcmain .nav {
        width: 960px;
        height: 60px;
        text-align: center;
        margin: 20px auto;
        background: #ffffff;
    }

    #mcmain .nav .item1 {
        width: auto;
        height: 40px;
        display: block;
        float: left;
        margin-left: 25%;
        margin-top: 20px;
        color: #7a7b7d;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 16px;
        line-height: 16px;
    }

    #mcmain .nav .item2 {
        width: auto;
        height: 40px;
        float: left;
        display: block;
        margin: 20px 0 0 95px;

        color: #7a7b7d;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 16px;
        line-height: 16px;
    }

    #mcmain .nav .select {
        width: auto;
        height: 37px;
        color: #51c8ff;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 16px;
        line-height: 16px;
        /* padding-bottom: 2px; */
    }

    #mcmain  .webnav .item1 img{
        /*height: 20px;*/
    }

    #mcmain  .webnav .item2 img{
        /*height: 20px;*/
    }

    #mcmain .nav .img {
        margin-top: 3px;
    }

    #mcmain .nav .title {
        /*margin: 6px 0 0 5px;*/
        /* float: right; */
        margin-top: 2px;
        vertical-align: 6px;
    }

    #mcmain .product .list a {
        text-decoration: none;
    }

    #mcmain .product {
        max-height: 1000px;
        min-width: 960px;
        text-align: center;
        background: #f7f7f7;
    }

    #mcmain .product .title {
        padding-top: 90px;
        padding-bottom: 30px;
    }

    #mcmain .product .list {
        height: 650px;
        width: 1000px;
        margin: 0 auto;
        text-align: center;
    }

    #mcmain .product .list .item {
        position: relative;
        width: 305px;
        height: 320px;
        display: block;
        float: left;
        margin: 30px 0 0 10px;
        background: #ffffff;
    }

    #mcmain .product .list .item ul {
        list-style-type: none;
        /* width: 210px; */
        height: 58px;
        padding-top: 15px;
        text-align: left;
        padding-left: 20px;
    }

    #mcmain .product .list .item .f1 {
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 17px;
        line-height: 19px;
        color: #454545;
        padding-bottom: 5px;
    }

    #mcmain .product .list .item .f2 {
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 14px;
        line-height: 14px;
        color: #808080;
        padding-bottom: 5px;
    }

    #mcmain .product .list .item .line {
        height: 1px;
        background: #f3f3f3;
    }

    #mcmain .product .list .item .icongroup {
        margin-top: 10px;
        text-align: left;
        padding-left: 10px;
    }
    #mcmain .product .list .item .icongroup span{
        padding-left:10px
    }

    #mcmain .product .more {
        height: 80px;
        width: 100%;
        margin-top: 35px;
        text-align: center;
        cursor: pointer;
    }

    #mcmain .product .list .item .productimg {
        border: 0;
        width: 305px;
        height: 200px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50%;
    }

    #mcmain .product .list .item .productimg2 {
        border: 0;
        position: absolute;
        margin-top: 155px;
        margin-left: -46px;
    }
    #mcmain .product .list .item .productimages {
        border: 0;
        position: absolute;
        margin-top: 156px;
        margin-left: -44px;
    }
    /*group*/
    #mcmain .group1 {
        text-align: center;
        background: #f7f7f7;
        padding-bottom: 50px;
    }

    #mcmain .group1 .item1 {
        text-align: center;
        background: #ffffff;
        width: 960px;
        height: 350px;
        display: block;
        margin: 30px auto 0;
    }

    #mcmain .group1 .item1 .title {
        color: #51c8ff;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 22px;
        padding-bottom: 5px;
        float: left;
        margin: 30px 0 0 40px;
    }

    #mcmain .group1 .item1 .text {
        color: #2e2b2b;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        line-height: 200%;
        height: 190px;
        overflow: hidden;
        font-size: 14px;
        padding-bottom: 5px;
        text-align: left;
        text-indent: 2em;
        margin: 20px auto 0;
        width: 880px;
    }

    #mcmain .group1 .item1 .down {
        width: 960px;
        text-align: right;
    }

    #mcmain .group1 .item1 .down img {
        margin: 20px 40px 0 0;
    }

    #mcmain .product .more {
        height: 80px;
        width: 100%;
        margin-top: 35px;
        text-align: center;
        cursor: pointer;
    }

    #mcmain .product .more a img {
        border: 0;
    }

    #mcmain .group3 {
        text-align: center;
        background: #ffffff;
        width: 960px;

        margin: 0 auto;
        margin-bottom: 50px;
    }

    #mcmain .group3 .title {
        text-align: center;
        width: 960px;
        color: #1a1919;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 25px;
        padding-top: 40px;
    }

    #mcmain .group3 .text {
        text-align: left;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 14px;
        line-height: 200%;
        text-indent: 2em;
        margin: 30px auto 0;
        width: 900px;
    }

    #mcmain .group {
    }

    #mcmain .group2 {
    }

    #mcmain .group3 img {
        width: 100%;
        text-align: center;
    }
    /*group2*/
    #mcmain .group2 {
        text-align: center;
        background: #f7f7f7;
        padding-bottom: 50px;
    }

    #mcmain .group2 .item1 {
        text-align: center;
        background: #ffffff;
        width: 960px;
        height: auto;
        display: block;
        margin: 30px auto 0;
    }

    #mcmain .group2 .item1 .title {
        color: #51c8ff;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 22px;
        padding-bottom: 5px;
        float: left;
        margin: 30px 0 0 40px;
    }

    #mcmain .group2 .item1 .info {
        width: 890px;
        height: 100px;
        text-align: left;
        margin: 10px auto 0;
        line-height: 200%;
        font-size: 14px;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        color: #929292;
        text-indent: 20px;
    }

    #mcmain .group2 .item1 .text {
        color: #2e2b2b;
        letter-spacing: 1px;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        line-height: 200%;
        font-size: 14px;
        padding-bottom: 5px;
        text-align: left;
        margin: 10px auto 0;
        width: 880px;
        min-height: 200px;
    }

    #mcmain .group2 .item1 .text a{
        line-height: 42px;
        color:#666666;
    }
    #mcmain .group2 .item1 .text li {
        list-style-type: none;
        border-bottom: dashed 1px #bcbdbf;
    }

    #mcmain .group2 .item1 .text li .time {
        float: right;
    }

    #mcmain .group2 .item1 .text li img {
        margin-bottom: 2px;
    }

    #mcmain .group2 .item1 .down {
        width: 960px;
        text-align: right;
    }

    #mcmain .group2 .item1 .down img {
        margin: 20px 40px 0 0;
    }

    #mcmain .group2 .product {
        height: 960px;
        width: 100%;
        text-align: center;
        background: #f7f7f7;
    }

    #mcmain .group2 .product .title {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    #mcmain .group2 .product .list {
        height: 650px;
        width: 1000px;
        margin: 0 auto;
        text-align: center;
    }

    #mcmain .group2 .product .list .item {
        width: 305px;
        height: 320px;
        display: block;
        float: left;
        margin: 30px 0 0 20px;
        background: #ffffff;
    }

    #mcmain .group2 .product .list .item ul {
        list-style-type: none;
        width: 210px;
        height: 30px;
        padding-top: 15px;
        text-align: left;
        padding-left: 20px;
    }

    #mcmain .group2 .product .list .item .f1 {
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 15px;
        color: #626262;
        padding-bottom: 5px;
        letter-spacing: 1px;
        font-weight: 500;
    }

    #mcmain .group2 .product .list .item .f1 img {
        margin-bottom: 2px;
    }

    #mcmain .group2 .product .list .item .line {
        height: 1px;
        background: #F3F3F3;
        margin-top: 5px;
    }

    #mcmain .group2 .product .list .item .icongroup {
        margin-top: 5px;
        text-align: left;
        height: 50px;
    }

    #mcmain .group2 .product .list .item .icongroup .img1 {
        float: left;
        margin-top: 10px;
    }

    #mcmain .group2 .product .list .item .icongroup .img2 {
        float: right;
        margin: 8px 10px 0 0;
        border: none;
    }

    #mcmain .group2 .product .list .item .icongroup span {
        float: left;
        padding-top: 12px;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 15px;
        color: #979696;
    }

    #mcmain .group2 .product .more {
        height: 80px;
        width: 960px;
        text-align: right;
        margin: 30px auto 0;
    }

    #mcmain .group2 .product .page {
        width: 960px;
        margin-top: 30px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    #mcmainxsjc a:link {
        color: #929292;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        line-height: 200%;
        font-size: 14px;
        padding-bottom: 5px;
        text-align: left;
        margin: 20px auto 0;
        width: 880px;
        min-height: 200px;
    }

    #mcmainflxz a:link {
        color: #929292;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        line-height: 200%;
        font-size: 14px;
        padding-bottom: 5px;
        text-align: left;
        margin: 20px auto 0;
        width: 880px;
        min-height: 200px;
    }

    #mcmain .meneame {
        font-size: 80%;
        color: #65D331;
        text-align: right;
    }

    #mcmain .meneame a {
        background-position: 50% bottom;
        background-color: #ffffff;
        border: #454545 1px solid;
        padding: 5px 8px;
        text-decoration: none;
        color: #454545;
        margin-right: 3px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    #mcmain .meneame a:hover {
        background: #e3e3e3;
        border: #000000 2px dotted;
    }

    #mcmain .meneame .select {
        background-color: #e3e3e3;
    }

    #mcmain .mcpage {
        padding: 25px 0 35px 0;
        margin-right:40px;
    }
    /*vc产品-------------------------------------*/
    #productmain {
        min-width: 960px;
        width: 100%;
        text-align: center;
        background: #f4f4f4;
    }

    #productmain .top {
        min-width: 960px;
        text-align: left;
        height: 80px;
        background: url("../images/about/bg1.png");
    }

    #productmain .top img {
        margin-top: 20px;
        margin-left: 25%;
    }

    #productmain .nav {
        width: 960px;
        height: 60px;
        text-align: center;
        margin: 20px auto;
        background: #ffffff;
    }

    #productmain .nav .item1 {
        width: auto;
        height: 40px;
        display: block;
        float: left;
        margin-left: 10%;
        padding-top: 14px;
        color: #7a7b7d;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 16px;
        line-height: 16px;
    }

    #productmain .nav .item2 {
        width: auto;
        height: 40px;
        float: left;
        display: block;
        margin: 0px 0 0 95px;
        padding-top: 15px;
        color: #7a7b7d;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 16px;
        line-height: 16px;
    }
    #productmain .nav .item2 div .img{
        display:inline-block;
        height:22px;
    }
    #productmain .nav .select {
        width: auto;
        height: 41px;
        border-bottom: solid #49C6FF;
        color: #51c8ff;
        line-height: 16px;
        padding-bottom: 2px;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 16px;
    }

    #productmain .nav #id1 {
        display: block;
    }

    #productmain .nav img {
        /* float: left; */
        margin: 5px 0 0 0;
         vertical-align: -5px;
        width: auto;
        height: 22px;
    }

    #productmain .nav .title {
        /* float: left; */
        margin: 8px 0 0 5px;
        /* position: absolute; */
    }

    #productmain .nav .img2 {
        float: left;
        margin-top: 6px;
    }

    #productmain .product {
        text-align: center;
        background: #f4f4f4;
        /* padding-bottom: 130px; */
        padding-top: 20px;
    }

    #productmain .product .list {
        width: 1036px;
        margin: 0 auto;
        text-align: center;
        height: 380px;
        padding-left: 60px;
    }

    #productmain .product .list .item {
        position: relative;
        /* overflow: hidden; */
        width: 305px;
        height: 303px;
        display: block;
        float: left;
        margin: 22px 11px 0 11px;
        background: #ffffff;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }
   .showimgstyle .productShowImg{
       display:none;
   }
   .showimgstyle:hover .productShowImg{
        display:block;
   }
   .showimgstyle .rolebottom{
    display:none;
    }
    .showimgstyle:hover .rolebottom{
        display:block;
    }
    .productShowImg{
        position: absolute;
        height: 120px;
        width: 120px;
        bottom: 49px;
        margin-left: -60px;
        padding: 11px;
        background:#fff;
        border-radius:4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        box-shadow:-3px 2px 20px rgba(0,0,0,0.2);
        border:1px #e0e0e0 solid;
    }
    .rolebottom{
        position: absolute;
        bottom: 45px;
        margin-left: 7px;
        box-shadow:-3px 2px 20px rgba(0,0,0,0.2);
    }
    .showimgstyle{
        display:inline-block;
    }
    .showimgstyle .productShowBosImg{
       display:none;
   }
   .showimgstyle:hover .productShowBosImg{
        display:block;
   }
   .showimgstyle .rolebottombox{
    display:none;
    }
    .showimgstyle:hover .rolebottombox{
        display:block;
    }
    .productShowBosImg{
        position: absolute;
        height: 120px;
        width: 120px;
        margin-left: -60px;
        margin-top:11px;
        padding: 11px;
        background:#fff;
        border-radius:4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        box-shadow:-3px 2px 20px rgba(0,0,0,0.2);
        border:1px #e0e0e0 solid;
    }
    .rolebottombox{
        position: absolute;
        margin-left: 5px;
        margin-top:7px;
        box-shadow:-3px 2px 20px rgba(0,0,0,0.2);
    }
    #productmain .product .list .item .productimg {
        border: 0;
        width: 305px;
        height: 186px;
        /* -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px; */
        -moz-border-top-left-radius: 5px;
        -webkit-border-top-left-radius: 5px;
        -moz-border-top-right-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50%;
    }

    #productmain .product .list .item ul {
        list-style-type: none;
        /* width: 210px; */
        height: 58px;
        /* padding-top: 15px; */
        text-align: left;
        padding: 10px 19px;
    }

    #productmain .product .list .item .f1 {
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 17px;
        line-height: 19px;
        color: #454545;
        padding-bottom: 5px;
    }

    #productmain .product .list .item .f2 {
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 14px;
        line-height: 14px;
        color: #808080;
        /* padding-bottom: 5px; */
    }

    #productmain .product .list .item .line {
        height: 1px;
        background: #f3f3f3;
    }

    #productmain .product .list .item .icongroup {
        margin-top: 7px;
        text-align: left;
        padding-left: 10px;
    }

    #productmain .product .list .item .icongroup span {
        padding-left: 10px;
    }

    #productmain .product .pagess {
        width: 940px;
        margin: 30px auto 0;
        text-align: right;
    }

    #productmain .product .list .item .productimg2 {
        border: 0;
        position: absolute;
        left: 260px;
        top: 155px;
    }

    /*合作伙伴*/
    #partnermain {
        min-width: 960px;
        width: 100%;
        text-align: center;
        background: #f4f4f4;
    }
    #partnermain .product {
        text-align: center;
        background: #f4f4f4;
        padding-bottom: 150px;
    }

    #partnermain .product .list {
        width: 960px;
        margin: 0 auto;
        text-align: center;
        height: 380px;
    }

    #partnermain .product .list .item {
        position: relative;
        width: 305px;
        height: 320px;
        display: block;
        float: left;
        margin: 30px 0 0 10px;
        background: #ffffff;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    #partnermain .product .list .item .productimg {
        border: 0;
        width: 305px;
        height: 200px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }






    /*vc关于我们-------------------------------------*/
    #body_about {
        background: #f4f4f4;
    }

    #aboutmain {
        width: 100%;
        min-width: 960px;
        text-align: center;
        background: #f7f7f7;
    }

    #aboutmain .top {
        width: 100%;
        min-width: 960px;
        text-align: left;
        height: 80px;
        background: url("../images/about/bg1.png");
    }

    #aboutmain .top .img1 {
        margin-top: 20px;
        margin-left: 25%;
    }

    #aboutmain .nav {
        width: 960px;
        min-height: 60px;
        text-align: center;
        margin: 20px auto;
        background: #ffffff;
    }

    #aboutmain .nav .item1 {
        width: auto;
        height: 40px;
        display: block;
        float: left;
        margin-left: 38%;
        padding-top: 15px;
        color: #7a7b7d;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 16px;
        line-height: 16px;
    }

    #aboutmain .nav .img {
        float: left;
        margin-top: 1px;
    }

    #aboutmain .nav .title {
        float: left;
        margin: 4px 0 0 6px;
    }

    #aboutmain .nav .item2 {
        width: auto;
        height: 40px;
        float: left;
        display: block;
        margin: 0px 40px 0;
        padding-top: 15px;
        margin-left: 95px;
        color: #7a7b7d;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 16px;
        line-height: 16px;
    }

    #aboutmain .nav .select {
        width: auto;
        height: 40px;
        border-bottom: solid #49C6FF;
        color: #51c8ff;
        line-height: 16px;
        padding-bottom: 2px;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 16px;
    }

    #aboutmain .content1 {
        padding-top:10px;
        text-align: center;
        height: auto;
        min-height: 500px;
        width: 960px;
        background: #ffffff;
        margin: 0 auto 40px;
    }

    #aboutmain .content1 .title {
        color: #737373;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 30px;
        line-height: 30px;
        padding-top: 70px;
    }

    #aboutmain .content1 .line {
        height: 3px;
        width: 850px;
        background: #f7f7f7;
        margin: 70px auto 0 auto;
    }

    #aboutmain .content1 .text {
        width: 850px;
        text-align: left;
        color: #737373;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 100%;
        line-height: 200%;
        padding-top: 40px;
        margin: 0 auto;
    }

    #aboutmain .content1 .pic {
        margin-top: 50px;
    }

    #aboutmain .content1 .text2 {
        margin-top: 50px;
        color: #737373;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 100%;
        line-height: 200%;
        padding-top: 40px;
        padding: 40px 0 40px 0;
        margin: 0 auto;
    }

    #aboutmain .content1 .pic2 {
        width: 960px;
        height: 150px;
        background: #f7f7f7;
    }

    #aboutmain .content1 .pic2 img {
        padding-top: 40px;
    }

    #aboutmain .content1 .showTimetabale {
        height: 390px;
        width: 960px;
        margin: 0 auto;
        text-align: center;
        position: relative;
    }

    #aboutmain .content1 .showTimetabale img {
        padding-top: 50px;
        height: auto;
    }

    #aboutmain .content1 .showTimetabale .title {
        position: absolute;
        left: 40%;
        top: 10%;
        color: #A4E9D6;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 17px;
        padding-top: 40px;
        margin: 0 auto;
    }

    #aboutmain .content1 .showTimetabale .item1 {
        position: absolute;
        left:106px;
        top: 58%;
        text-align: left;
        line-height: 20px;
    }

    #aboutmain .content1 .showTimetabale .item2 {
        position: absolute;
        left: 397.5px;
        top: 58%;
        text-align: left;
        width: 226px;
        line-height: 20px;
    }

    #aboutmain .content1 .showTimetabale .item3 {
        position: absolute;
        right: 106px;
        top: 58%;
        text-align: left;
        line-height: 20px;
    }

    #aboutmain .content1 .showTimetabale .font {
        color: #646464;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 14px;

    }

    #aboutmain .content2 {
        padding-top:20px;
        text-align: center;
        height: 100%;
        width: 960px;
        background: #ffffff;
        margin: 0 auto 40px;
    }

    #aboutmain .content2 .title {
        text-align: left;
        color: #51c9f1;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 25px;
        padding: 40px 0 0 40px;
    }


    /*----------招聘-----------*/
    #body_about {
        background: #f4f4f4;
    }

    #employmentmain {
        width: 100%;
        min-width: 960px;
        background: #f7f7f7;
    }

    #employmentmain .top {
        width: 100%;
        min-width: 960px;
        text-align: left;
        height: 80px;
        background: url("../images/employment/bg1.png");
    }

    #employmentmain .top .img1 {
        margin-top: 20px;
        margin-left: 25%;
    }

    #employmentmain .nav {
        width: 960px;
        min-height: 60px;
        text-align: center;
        margin: 20px auto;
        background: #ffffff;
    }

    #employmentmain .nav .item1 {
        width: 90px;
        height: 40px;
        display: block;
        float: left;
        /*margin-left: 11%;*/
        padding-top: 19px;
        color: #7a7b7d;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 16px;
        line-height: 16px;
        /*margin-right: 40px;*/
    }

    #employmentmain .nav .img {
        /* float: left; */
        margin-top: 1px;
    }

    #employmentmain .nav .title {
        /* float: left; */
        margin: 4px 0 0 6px;
        vertical-align: 4px;
    }

    #employmentmain .nav .item2 {
        width: 90px;
        height: 40px;
        float: left;
        display: block;
        /*margin: 0px 40px 0;*/
        padding-top: 19px;
        color: #7a7b7d;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 16px;
        line-height: 16px;
    }

    #employmentmain .nav .select {
        width: 90px;
        height: 38px;
        border-bottom: solid #51C9FE;
        line-height: 16px;
        padding-bottom: 5px;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 16px;
    }

    #employmentmain .content1 {
        height: auto;
        min-height: 500px;
        width: 960px;
        background: #ffffff;
        margin: 0 auto ;
    }

    #employmentmain .content1 .title {
        color: #737373;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 30px;
        line-height: 30px;
        padding-top: 70px;
    }

    #employmentmain .content1 .line {
        height: 3px;
        width: 850px;
        background: #f7f7f7;
        margin: 70px auto 0 auto;
    }

    #employmentmain .content1 .text {
        width: 850px;
        text-align: left;
        color: #737373;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 100%;
        line-height: 200%;
        padding-top: 40px;
        margin: 0 auto;
    }

    #employmentmain .content1 .pic {
        margin-top: 50px;
    }

    #employmentmain .content1 .text2 {
        margin-top: 50px;
        color: #737373;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 100%;
        line-height: 200%;
        padding-top: 40px;
        padding: 40px 0 40px 0;
        margin: 0 auto;
    }

    #employmentmain .content1 .pic2 {
        width: 960px;
        height: 150px;
        background: #f7f7f7;
    }

    #employmentmain .content1 .pic2 img {
        padding-top: 40px;
    }

    #employmentmain .content1 .showTimetabale {
        height: 390px;
        width: 960px;
        margin: 0 auto;
        text-align: center;
        position: relative;
    }

    #employmentmain .content1 .showTimetabale img {
        padding-top: 50px;
        height: auto;
    }

    #employmentmain .content1 .showTimetabale .title {
        position: absolute;
        left: 40%;
        top: 10%;
        color: #A4E9D6;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 17px;
        padding-top: 40px;
        margin: 0 auto;
    }

    #employmentmain .content1 .showTimetabale .item1 {
        position: absolute;
        left: 15%;
        top: 60%;
        text-align: left;
        line-height: 20px;
    }

    #employmentmain .content1 .showTimetabale .item2 {
        position: absolute;
        left: 43%;
        top: 60%;
        text-align: left;
        width: 150px;
        line-height: 20px;
    }

    #employmentmain .content1 .showTimetabale .item3 {
        position: absolute;
        left: 65%;
        top: 60%;
        text-align: left;
        line-height: 20px;
    }

    #employmentmain .content1 .showTimetabale .font {
        color: #646464;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 14px;
    }

    #employmentmain .content2 {
        text-align: center;
        height: 100%;
        width: 960px;
        background: #ffffff;
        margin: 0 auto 40px;
    }

    #employmentmain .content2 .title {
        text-align: left;
        color: #51c9f1;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 25px;
        padding: 40px 0 0 40px;
    }

    /*分页*/
    div.meneame {
        font-size: 80%;
        color: #65D331;
        text-align: right;
    }

    div.meneame a {
        background-position: 50% bottom;
        background-color: #ffffff;
        border: #454545 1px solid;
        padding: 5px 8px;
        text-decoration: none;
        color: #454545;
        margin-right: 3px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    div.meneame a:hover {
        background: #e3e3e3;
        border: #000000 2px dotted;
    }

    div.meneame .select {
        background-color: #e3e3e3;
    }

    /* .mcpage {
        margin: 20px 20px 0 0;
    } */

    /*遮罩层*/ #shadebg {
                background-color: #211e1e;
                position: absolute;
                z-index: 99;
                left: 0;
                top: 0;
                display: none;
                width: 100%;
                height: 100%;
                opacity: 0.5;
                filter: alpha(opacity=50);
                -moz-opacity: 0.5;
            }

    .shade_box {
        /*    position: absolute;*/
        width: 1060px;
        height: 500px;
        /*  left: 50%;*/
        z-index: 100;
        background-color: #fff;
        border: 1px #ddd solid;
        padding: 1px;
        color: #454545;
        margin-right: 3px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .shade_box .close {
        height: 20px;
        width: 100%;
    }

    .shade_box .close img {
        float: right;
        margin: 10px 20px 0 0;
    }

    .shade_box .top {
        height: 40px;
    }

    .shade_box .top .title {
        float: left;
        margin: 10px 0 0 70px;
        color: #000000;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 35px;
        line-height: 200%;
    }

    .shade_box .top .icon {
        float: right;
        margin: 30px 110px 0 0;
    }

    .shade_box .top img {
        width: 25px;
        height: 25px;
    }

    .shade_box .top .icon3 {
        text-align: center;
        width: 30px;
        height: 30px;
        float: right;
        margin: 10px 10px 0 0; /*background: #65D331;*/
    }

    .shade_box .top .icon4 {
        width: 30px;
        height: 30px;
        text-align: center;
        float: right;
        margin: 10px 10px 0 0; /*background: #51c8ff;*/
    }

    .shade_box .top .icon1 {
        width: 30px;
        height: 30px;
        text-align: center;
        float: right;
        margin: 10px 10px 0 0; /*background: #f79802;*/
    }

    .shade_box .top .icon2 {
        width: 30px;
        height: 30px;
        text-align: center;
        float: right;
        margin: 10px 10px 0 0; /*background: #51c8ff;*/
    }

    .shade_box .top .line {
        height: 1px;
        width: 90%;
        background: #000000;
        text-align: center;
        margin: 0px auto 0;
    }

    .shade_box .content {
    }

    .shade_box .content .picbox {
        width: 400px;
        height: 280px;
        margin: 50px 0 0 120px;
        float: left;
    }

    .shade_box .content .text {
        float: right;
        width: 300px;
        height: 350px;
        margin: 40px 55px 0 0;
        color: #000000;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 15px;
        line-height: 200%;
    }

    .roundabout-holder {
        width: 500px;
        height: 300px;
        margin: 70px auto 0;
    }

    .roundabout-moveable-item {
        width: 550px;
        height: 350px;
        cursor: pointer;
        border: 3px solid #ccc;
        border: 3px solid rgba(0, 0, 0, 0.08);
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    }

    .roundabout-moveable-item img {
        width: 70%;
        height: 70%;
    }

    .roundabout-in-focus {
        border: 3px solid rgba(0, 0, 0, 0.2);
    }

    .roundabout li {
        list-style-type: none;
        border: 0;
    }

    /*banner*/
    .banner {
        width: 100%;
        overflow: hidden;
        min-height: 420px;
        position: relative;
    }

    .banList {
        position: absolute;
        left: 50%;
        margin-left: -960px;
        height: 420px;
    }

    .banList li {
        height: 420px;
        opacity: 0;
        position: absolute;
        transform: scale(0);
        transition: transform 0.5s ease 0s, opacity 1.5s ease 0s;
        z-index: 1;
    }

    .banList li.active {
        opacity: 1;
        transform: scale(1);
        z-index: 2;
    }

    .fomW {
        position: absolute;
        bottom: 20px;
        left: 50%;
        height: 20px;
        z-index: 9;
        width: 1000px;
        margin-left: -500px;
    }

    .jsNav {
        text-align: center;
    }

    .jsNav a {
        display: inline-block;
        background: #fff;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        margin: 0 5px;
    }

    .jsNav a.current {
        background: #fc8f0f;
        cursor: pointer;
    }
    /*相册*/
    .example1 {
    }

    .example1 ol {
        position: relative;
        width: 280px;
        height: 20px;
        top: -30px;
        left: 60px;
    }

    .example1 ol li {
        float: left;
        width: 10px;
        height: 10px;
        margin: 5px;
        background: #fff;
    }

    .example1 ol li.seleted {
        background: #1AA4CA;
    }

    .luara-top {
        position: relative;
        padding: 0;
        overflow: hidden;
    }

    .luara-top ul {
        position: relative;
        padding: inherit;
        margin: 0;
    }

    .luara-top ul li {
        padding: inherit;
        margin: inherit;
        list-style: none;
        text-align: center;
        margin: 0 auto;
    }

    .luara-top ul li img {
        text-align: center;
        margin: 0 auto;
    }

































}


/*屏幕宽度小于800px;*/
@media only screen and (max-width: 800px) {
    /* footer设置 */
    .container-wrapper{
        position:relative;
        min-height: 100%;
        width: 100%;
        padding-bottom: 80px;
        box-sizing: border-box;
        overflow: hidden;
    }
    * {
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;

    }
    .noenabled{
        background-color:#e4e4e4;
    }
    .animated {
        -webkit-animation-duration: 0.5s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .clear {
        clear: both;
    }
    /* 网页在手机端上不显示的部分*/
    .clear{
        left: -9999px;
        top: -9999px;
        position: absolute;
        display: none;

    }
    .more{
        left: -9999px;
        top: -9999px;
        position: absolute;
        display: none;
    }
    .webemail {
        left: -9999px;
        top: -9999px;
        position: absolute;
        display: none;
    }

    #top {
        left: -9999px;
        top: -9999px;
        position: absolute;
    }

    .top {
        left: -9999px;
        top: -9999px;
        position: absolute;
    }

    #topbg {
        left: -9999px;
        top: -9999px;
        position: absolute;
    }

    .webnav {
        left: -9999px;
        top: -9999px;
        position: absolute;
    }

    .menu2 {
        display: none;
    }

    #bottom {
        left: -9999px;
        top: -9999px;
        position: absolute;
    }
    /* 网页在手机端上不显示的部分*/
    a img {
        border: 0;
    }

    .yuanjiao {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    a {
        text-decoration: none;
    }

    a:link {
        text-decoration: none;
    }
    /* 指正常的未被访问过的链接*/
    a:visited {
        text-decoration: none;
    }
    /*指已经访问过的链接*/
    a:hover {
        text-decoration: none;
    }
    /*指鼠标在链接*/
    a:active {
        text-decoration: none;
    }
    /* 指正在点的链接*/

    a img {
        border: 0;
    }

    body {
        font-size: 24px;
    }
    /*主页*/
    #phonetop {
        width: auto;
        /* height: 5%; */
        top: 0;
        height: 50px;
        left: 0;
        /*position: absolute;*/
        /* bottom: 100%; */
        background: rgb(40,149,218);
        text-align: center;
    }

    #phonetop .phonetop2 {
        width: 100%;
        height: 50px;
        margin: 0 auto;
        background: rgb(40,149,218);
        /*display: -webkit-box;*/
        top: 0px;
        position: absolute;
        z-index: 1000;
    }
    /*.topabsolute{  position:absolute;  }*/
    /*  .topfixed{  position:fixed;  }*/
    #phonetop .phonetop2 .phoneleft {
        width: 50%;
        float: left;
        margin-left: 15px;
        /*-webkit-box-flex: 1;*/
    }

    .dlmenubutton {
        display: block;
        border: none;
        width: auto;
        height: 80%;
        text-indent: -900em;
        overflow: hidden;
        position: absolute;
        top: 10%;
        left: 2%;
        outline: none;
        background: url("../images/index/菜单.png") no-repeat center center;
        background-size: 100%;
    }

    #phonetop .phonetop2 .phoneright {
        height: 50px;
        right: 0;
        width: 50%;
    }

    #phonetop .phonetop2 .phoneright img {
        margin-right: 15px;
        top: 20%;
        width: 80px;
        height: 60%;
        position: absolute;
        /* float: right; */
        right: 0;
        /*position: absolute;*/
    }

    #main {
        width: 100%;
        height: 100%;
        /*padding-top: 50px;*/
        background-color: #fff;
    }

    .banner {
        width: 100%;
        position: relative;
        /*height: 175px;*/
    }

    .banList {
        width: 100%;
        /*height: 175px;*/
    }

    .banList li {
        width: 100%;
        z-index: 1;
        display: none;
    }

    .banList li.active {
        z-index: 2;
        display: block;
    }

    .banList li a img {
        width: 100%;
        /*height: 175px;*/
        height: auto;
    }

    .fomW {
        position: absolute;
        bottom: 10px;
        /* left: 50%; */
        /* height: 20px; */
        z-index: 9;
        width: 100%;
        /* margin-left: -500px; */
        text-align: center;
    }

    .jsNav a.current {
        background: #fc8f0f;
        cursor: pointer;
    }

    .jsNav a {
        display: inline-block;
        background: #fff;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        margin: 0 5px;
    }

    #main .menu1 {
        width: 100%;
        position: relative;
        overflow-x: hidden;
    }

    #main .menu1 ul {
        width: 100%;
        margin-top: 25px;
        margin-bottom: 35px;
        /* padding-left: 5.8%; */
        display: -webkit-box;
    }

    #main .menu1 ul li {
        width: 15%;

        /* padding: 2% 4% 2% 2%; */
        text-align: center;
        overflow-x: hidden;
        -webkit-box-flex: 1;

    }

    #main .menu1 ul li a img {
        width: 52px;
        height: 52px;
    }

    #main .menu1 ul li span {
        font-size: 14px;
        overflow-x: hidden;
        white-space: nowrap;
        text-overflow: clip;
        display: block;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        color: #262626;
    }

    #main-not .product {
        text-align: center;
        background: #f4f4f4;
        width: 100%;
    }

    #main-not .product .title {
        padding-top: 25px;
        padding-bottom: 15px;
        background-color: #F5F5F5;
    }

    #main-not .product .title img {
        width: 50%;
    }

    #main-not .product .list {
        width: 100%;
        position: relative;
    }

    #main-not .product .list .item {
        /* position: relative; */
        width: 46.4%;
        height: auto;
        display: block;
        float: left;
        /* padding: 2%; */
        margin-left: 2.4%;
        margin-top: 2.4%;
        /* display: table-row-group; */
        background: #ffffff;
    }

    #main-not .product .list .item .productimg {
        border: 0;
        width: 100%;
        height: auto;
    }

    #main-not .product .list .item .productimg2 {
        border: 0;
        position: absolute;
        right: 50%;
        top: 5%;
        display: none;
    }

    #main-not .product .list .item .icongroup img {
        width: 10%;
    }

    #main-not .product .list .item ul {
        list-style-type: none;
        width: auto;
        height: auto;
        padding-top: 3%;
        text-align: left;
        padding-left: 3%;
    }

    #main-not .product .list .item .f1 {
        /* padding-left: 1px; */
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 100%;
        line-height: 100%;
        color: #454545;
        padding-bottom: 5px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #main-not .product .list .item .f2 {
        /* padding-left: 1px; */
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 100%;
        line-height: 100%;
        color: #808080;
        padding-bottom: 1%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #main-not .product .list .item .line {
        height: 1px;
        background: rgb(240,240,240);
        margin-top: 3%;
    }

    #main-not .product .list .item .icongroup {
        margin-top: 1%;
        text-align: left;
        padding-top: 2%;
        padding-bottom: 2%;
    }

    #main-not .product .list .item .icongroup span {
        padding-left: 4%;
    }

    .more {
        width: 100%;
        margin: 3% 0 1% 0;
        text-align: center;
    }

    .more img {
        width: 20%;
    }
    /*bottom*/
    #bottom {
        width: 100%;
        background: #272b37;
        text-align: center;
        height: auto;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei';
    }

    #bottom .friend {
        display: none;
    }

    #bottom .line {
    }

    #bottom .message {
        padding: 2% 0 2% 0;
        font-size: 120%;
    }

    #bottom .message .item1 {
        display: none;
    }

    #bottom .message .item2 {
    }

    #bottom .message .item3 {
        display: none;
    }

    #bottom .message .item4 {
        display: none;
    }

    #bottom .message .item5 {
    }

    #bottom2 {
        background: #4b4f59;
        text-align: center;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        width: 100%;
        height:80px;
        position:absolute;
        bottom:0px;
        left:0px;
        background: #4b4f59;
    }

    #bottom2 .friend a{
        line-height: 30px !important;
        padding: 0 !important;
        color: #bfbfbf !important;
    }

    #bottom2 .line {
    }

    #bottom2 .message {
        height: 30px;
        padding-top: 10px;
        /*padding: 10% 0 10% 0;*/
        font-size: 12px;
        color: #bfbfbf;
        background-color: #4b4f59;
        vertical-align:middle;
        line-height: 30px;
    }

    #bottom2 .message a {
        line-height: 20px;
        padding: 5% 0 5% 0;
        font-size: 83%;
        color: #D6D3CE;
    }

    #bottom2 .message img {
        width:4%;
        height:auto;
    }


    #bottom2 .message .item1 {
        display: none;
    }

    #bottom2 .message .item2 {
    }

    #bottom2 .message .item3 {
        display: none;
    }

    #bottom2 .message .item4 {
        display: none;
    }

    #bottom2 .message .item5 {
    }

    /*a {*/
        /*cursor: default;*/
    /*}*/
    /*遮罩层*/
    #shadebg {
        background-color: #211e1e;
        position: absolute;
        z-index: 100000;
        left: 0;
        top: 0%;
        display: none;
        width: 100%;
        height: 100%;
        opacity: 0.95;
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
    }

    .shade_box {
        /*position: fixed;
        left: 45px;
        top: 10%;*/
        width: 100%;
        height:100%;
        /*left: 10%;
        left: 5%;*/
        z-index: 10000;
        background-color: #fff;
        border: 1px #ddd solid;
        color: #454545;
        margin-right: 1%;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .shade_box .close {
        height: 25px;
        width: 100%;
    }

    .shade_box .close img {
        float: right;
        margin: 10px 10px 0 0;
        width: 20px;
        height: 20px;
    }

    .shade_box .top {
        height: 40px;
        position: static;
        box-shadow: 0px 3px 5px #ccc;
        margin-bottom: 5px;
    }

    .shade_box .top .title {
        float: left;
        margin: 0 0 0 2%;
        color: #000000;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 150%;
        line-height: 150%;
    }

    .shade_box .top .icon {
        float: right;
    }

    .shade_box .top img {
        width: 100%;
        height: auto;
    }

    .shade_box .top .icon3 {
        text-align: center;
        width: auto;
        height: 30px;
        float: right;
        margin: 10px 10px 0 0; /*background: #65D331;*/
    }

    .shade_box .top .icon4 {
        width: auto;
        height: 30px;
        text-align: center;
        float: right;
        margin: 10px 10px 0 0; /*background: #51c8ff;*/
    }

    .shade_box .top .icon1 {
        width: auto;
        height: 30px;
        text-align: center;
        float: right;
        margin: 10px 10px 0 0; /*background: #f79802;*/
    }

    .shade_box .top .icon2 {
        width: auto;
        height: 30px;
        text-align: center;
        float: right;
        margin: 10px 10px 0 0; /*background: #51c8ff;*/
    }

    .shade_box .top .line {
        height: 1px;
        width: 100%;
        /*background: #000000;*/
        text-align: center;
        margin: 0px auto 0;
    }

    .shade_box .content {
        width: 100%;
        font-size: 10px;
        max-height: 392px;
        overflow-y: auto;
    }

    .shade_box .content .picbox {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .shade_box .content .text { /* float: left; */
        width: 98%;
        height: auto;
        color: #000000;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 160%;
        text-indent: 6%;
        line-height: 150%;
        /*overflow-y: auto;*/
        margin: 5px
    }

    .shade_box .content .roundabout {
        width: 100%;
    }

    .shade_box .content .roundabout .example1 {
        width: 100%;
    }

    .shade_box .content .roundabout .example1 ul {
        width: 100%;
    }

    .shade_box .content .roundabout .example1 li {
        display: inline-block;
        width: 48%;
        padding: 1% 0 0 1%;
    }

    .shade_box .content .roundabout .example1 ul li img {
        width: 100%;
        max-height: 300px;
    }

    /*左侧滑动菜单*/
    #navmenu {
        background: rgb(39,43,55);
        width: 100%;
        color: rgba(255, 255, 255, 0.6);
        overflow: auto;
        height: 100%;
        padding: 0;
        position: absolute;
        /*  left: -70%;*/
        top: 0;
        z-index: 1000;
        position: fixed;
    }

    .none {
        display: none;
    }

    .rightpage {
        position: absolute;
        width: 40%;
        height: 100%;
        color: red;
        z-index: 99999999;
        top: 0px;
        left: -999%;
        pointer-events: all;
    }
    /*.rightpageshow{display:none;}*/

    #navmenu .search {
        background: inherit;
        width: 100%;
        /* padding: 8% 0 0 10%; */
        position: relative;
        top: 0;
        z-index: 1001;
        font-size: 110%;
        height: 50px;
        padding-left: 10%;
        display: -webkit-box;
        -webkit-box-align: center;
        color: rgb(40,149,218);
    }
    #navmenu .ti{
        width: 100%;
        height: 50px;
        margin: 0 auto;
        background: #2895da;
        /* display: -webkit-box; */
        top: 0px;
        position: fixed;
        z-index: 1000;
    }


    #navmenu ul {
        text-align: center;
        background-color: #2f3848;
        overflow: scroll;
        /*overflow-x: hidden;*/
        overflow-y: auto;
        width: 100%;
        height: 100%;
        /*padding: 20px;*/
        /*position: absolute;*/
        padding-top: 50px;
        z-index: 0;
    }

    #navmenu ul li {
        position: relative;
        list-style: none;
        display: block;
        padding: 0;
        margin: 0;
        -webkit-text-size-adjust: none;
        display: -webkit-box;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        font-family: Arial, Helvetica, sans-serif;
        height: 65px;
        font-size: 100%;
        text-shadow: none;
        /*padding-left: 25%;*/
    }

    #navmenu ul li a {
        color: #9eb9c6;
        display: block;
        /* top: 0; */
        width: 100%;
        top: 11px !important;
        font-size: 18px;
        text-align: center;
        padding-top: 20px;
        text-align: center;
    }

    #navmenu ul .select {
        background-color:  #3c4657;
    }



    #employmentmain .content1 .contenttext .titles ul {
        height: 50px;
        font-size: 14px;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        color: #999999;
        margin-left:0;
    }


    .i-home {
        background: url(../images/other/ico_首页@2x.png)no-repeat;
        width: 20px;
        height: 20px;
        background-size: 100%;
        position: relative;
        left: 0px !important;
        top: 4px !important;
        /* margin: 0px; */
        display: inline-block;
        margin-right: 16px;
        vertical-align: baseline;
    }

    .i-qr {
        background: url(../images/other/ico_qr.png)no-repeat;
        width: 20px;
        height: 20px;
        background-size: 100%;
        position: relative;
        left: 0px !important;
        top: 4px !important;
        /* margin: 0px; */
        display: inline-block;
        margin-right: 16px;
        vertical-align: baseline;
    }

    .i-product {
        background: url("../images/other/ico_产品@2x.png")no-repeat;
        width: 20px;
        height: 20px;
        background-size: 100%;
        position: relative;
        left: 0px !important;
        top: 4px !important;
        /* margin: 0px; */
        display: inline-block;
        margin-right: 16px;
        vertical-align: baseline;
    }

    .i-eneregy {
        background: url(../images/other/ico_引擎@2x.png)no-repeat;
        width: 20px;
        height: 20px;
        background-size: 85%;
        position: relative;
        left: 0px !important;
        top: 4px !important;
        /* margin: 0px; */
        display: inline-block;
        margin-right: 12px;
        vertical-align: baseline;
    }

    .i-forum {
        background: url("../images/index/论坛1.png")no-repeat;
        width: 20px;
        height: 20px;
        background-size: 100%;
        position: relative;
        left: 0px !important;
        top: 4px !important;
        /* margin: 0px; */
        display: inline-block;
        margin-right: 16px;
        vertical-align: baseline;
    }

    .i-about {
        background: url("../images/other/ico_关于@2x.png")no-repeat;
        width: 20px;
        height: 20px;
        background-size: 100%;
        position: relative;
        left: 0px !important;
        top: 4px !important;
        /* margin: 0px; */
        display: inline-block;
        margin-right: 16px;
        vertical-align: baseline;
    }
    .i-employment {
        background: url("../images/other/ico_照片@2x.png")no-repeat;
        width: 20px;
        height: 20px;
        background-size: 100%;
        position: relative;
        left: 0px !important;
        top: 4px !important;
        /* margin: 0px; */
        display: inline-block;
        margin-right: 16px;
        vertical-align: baseline;
    }
    .i-partner {
        background: url("../images/other/ico_合作伙伴@2x.png")no-repeat;
        width: 20px;
        height: 20px;
        background-size: 100%;
        position: relative;
        left: 0px !important;
        top: 4px !important;
        /* margin: 0px; */
        display: inline-block;
        margin-right: 16px;
        vertical-align: baseline;
    }
    /*左侧滑动菜单*/
    /*about*/
    #aboutmain .phonenav {
        z-index: 1;
        width: 100%;
        background: #ffffff;
        padding-bottom: 8px;
        /* margin-top: 45px; */
        top: 50px;
        /*position: fixed;*/
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei';
        display: -webkit-box;
        overflow-x: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        /*border-bottom: solid 1px #e6e6e6;*/

    }

    #aboutmain .phonenav .item1 {
        -webkit-box-flex: 1;
        text-align: center;
        font-size: 100%;
        color: #333333;
        margin-top: 8px;
    }

    #aboutmain .phonenav .item2 {
        -webkit-box-flex: 1;
        text-align: center;
        font-size: 100%;
        color: #333333;
        margin-top: 8px;
    }

    .phonenav .select {
        color: #2895da;
    }

    #aboutmain .content1 {
        width: 100%;
        margin-top: 14px;
    }

    #aboutmain {
    }

    #aboutmain .content2 {
margin-left: 15px;
        overflow-x: hidden;
        margin-right: 25px;
    }

    #aboutmain .content1 .text {
        padding: 0px 5px 0px 10px;
        color: #616161;
        font-size: 14px;
        background-color: #fff;
        margin-top: 15px;
    }

    #aboutmain .pic {
        width: 100%;
height: 142.5px;
    }

    #aboutmain .pic img {
        height: 142.5px;
        width: 100%;
    }

    #aboutmain .text2 {
        width: 100%;
        background-color: #fff;
        text-align: center;
        font-size: 12px;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        color: #999999;
        padding-top: 15px;
        line-height: 21px;
    }

    #aboutmain .pic2 {
        width: 100%;
        margin-top: 4%;
        margin-bottom: 4%;
        text-align: center;
    }

    #aboutmain .pic2 img {
        width: 50%;
    }

    #aboutmain .email img {
        width: 100%;
        min-height: 170px;
    }

    #aboutmain .email .title {
        width: 100%;
        left: 0px;
        text-align: center;
        top: 10px;
        position: absolute;
        color: #A4E9D6;
    }

    #aboutmain .email .item1 {
        float: left;
        /* top: 40%; */
        top: 30%;
        overflow-y: auto;
        position: absolute;
        max-height: 80px;
        width: 50%;
        /* padding-top: 10%; */
        padding-left: 2%;
    }

    #aboutmain .email {
        position: relative;
        background-color: #fff;
        font-size: 10px;
    }

    #aboutmain .email .item6 {
        position: absolute;
        width: 80%;
        left: 10%;
        top: 72%;
        border: 1px solid #e4e4e4;
    }

    #aboutmain .email .item2 {
        top: 73%;
        position: absolute;
        /* padding-top: 50px; */
        padding-right: 2%;
        display: block;
        padding-left: 2%;
        /* text-align: center; */
    }

    #aboutmain .email .item3 {
        float: right;
        text-align: right;
        max-height: 80px;
        overflow-y: auto;
        top: 30%;
        right: 0;
        position: absolute;
        width: 50%;
        /* padding-top: 10%; */
        padding-right: 2%;
    }

    /*左侧滑动菜单*/
    /*partner*/
    #partnermain .phonenav {
        z-index: 1;
        width: 100%;
        background: #ffffff;
        /* margin-top: 45px; */
        top: 50px;
        /*position: fixed;*/
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei';
        display: -webkit-box;
        overflow-x: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 10px 0 10px 0;
        border-bottom: solid 1px #e6e6e6;
    }

    #partnermain .phonenav .item1 {
        -webkit-box-flex: 1;
        text-align: center;
        font-size: 100%;
        color: #333333;
        margin-top: 8px;
    }

    #partnermain .phonenav .item2 {
        -webkit-box-flex: 1;
        text-align: center;
        font-size: 100%;
        color: #333333;
        margin-top: 8px;
    }

    .phonenav .select {
        color: rgb(83,198,255);
    }

    #partnermain .content1 {
        width: 100%;
        margin-top: 60px;
    }

    #partnermain {
    }

    #partnermain .content2 {
        overflow-x: hidden;
    }

    #partnermain .content1 .text {
        /* width: 100%; */
        padding: 5px;
        color: #929292;
        font-size: 100%;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei';
        text-indent: 40px;
        background-color: #fff;
    }




    /*product*/
    #productmain {
        width: 100%;
        text-align: center;
        background: #f4f4f4;
    }

    #productmain .phonenav {
        border-bottom: solid 1px #e6e6e6;
        z-index: 1;
        width: 100%;
        height: 40px;
        background-color: #FFFFFF;
        /* margin-top: 45px; */
        top: 50px;
        /*position: fixed;*/
        font-family:'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        display: -webkit-box;
        overflow-x: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        /*padding: 10px 0 10px 0;*/
        color: #616161;
    }

    #productmain .phonenav .item1 {
        -webkit-box-flex: 1;
        text-align: center;
        font-size: 14px;
        color: #616161;
        padding-top: 8px;
    }

    #productmain .phonenav .item2 {
        -webkit-box-flex: 1;
        text-align: center;
        font-size: 14px;
        color: #616161;
        padding-top: 8px;
    }

    /*.phonenav .select {*/
        /*color: rgb(83,198,255);*/
    /*}*/

    #productmain .product {
        padding-bottom: 10px;
        /*margin-top: 60px;*/
        text-align: center;
        background: #f4f4f4;
        width: 100%;
        position: relative;
    }

    #productmain .product .title {
        padding-top: 5%;
        padding-bottom: 5%;
        background-color: #fff;
        margin-bottom: 20px;
    }

    #productmain .product .title img {
        width: 50%;
    }

    #main-not .product .list {
        width: 100%;
        position: relative;
    }

    #productmain .product .list .item {
        /* position: relative; */
        width: 46.4%;
        height: auto;
        display: block;
        float: left;
        /* padding: 2%; */
        margin-left: 2.4%;
        margin-top: 2.4%;
        /* display: table-row-group; */
        background: #ffffff;
    }

    #productmain .product .list .item .productimg {
        border: 0;
        width: 100%;
        height: auto;
    }

    #productmain .product .list .item .productimg2 {
        border: 0;
        position: absolute;
        right: 50%;
        top: 5%;
        display: none;
    }

    #productmain .product .list .item .icongroup img {
        width: 10%;
    }

    #productmain .product .list .item ul {
        list-style-type: none;
        width: auto;
        height: auto;
        padding-top: 3%;
        text-align: left;
        padding-left: 3%;
    }

    #productmain .product .list .item .f1 {
        /* padding-left: 1px; */
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 100%;
        line-height: 100%;
        color: #454545;
        padding-bottom: 5px;
        overflow-x: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #productmain .product .list .item .f2 {
        /* padding-left: 1px; */
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 100%;
        line-height: 100%;
        color: #808080;
        padding-bottom: 1%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #productmain .product .list .item .line {
        height: 1px;
        background: rgb(240,240,240);
        margin-top: 3%;
    }

    #productmain .product .list .item .icongroup {
        margin-top: 1%;
        text-align: left;
        padding-top: 2%;
        padding-bottom: 2%;
        height: 28px;
    }

    #productmain .product .list .item .icongroup span {
        padding-left: 4%;
    }

    #productmain .product .page {
        width: auto;
        margin: 5% auto 0;
        text-align: right;
    }

    div.meneame {
        font-size: 14px;
        /* color: #65D331; */
        color:#616161;
        text-align: right;
       padding:15px 0 22.5px 0;
        /* height: 100%; */
        text-align: center;

    }

    div.meneame a {
        border-radius: 6%;
        padding: 4px;
        /* font-size: 100%; */
        /*background-color: #fff;*/
        color: #626366;
        border: #454545 1px solid;
    }
    /*mobilecreator*/
    div.mcmeneame {
        padding-bottom: 15px;
    }

    #mcmain {
        width: 100%;
        background: #f4f4f4;
    }

    #mcmain .phonenav {
        /*z-index: 1;*/
        /*color: #333333;*/
        /*width: 100%;*/
        /*background: #ffffff;*/
        /*top: 50px;*/
        /*!*position: fixed;*!*/
        /*font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei';*/
        /*display: -webkit-box;*/
        /*white-space: nowrap;*/
        /*text-overflow: ellipsis;*/
        /*padding: 10px 0 10px 0;*/
        border-bottom: solid 1px #e6e6e6;
        z-index: 1;
        width: 100%;
        height: 40px;
        background-color: #FFFFFF;
        /* margin-top: 45px; */
        top: 50px;
        /* position: fixed; */
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        display: -webkit-box;
        overflow-x: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        /* padding: 10px 0 10px 0; */
        color: #616161;
    }

    #mcmain .phonenav .item1 {
        -webkit-box-flex: 1;
        text-align: center;
        font-size: 14px;
        color: #616161;
        padding-top: 8px;
    }

    #mcmain .phonenav .item2 {
        -webkit-box-flex: 1;
        text-align: center;
        font-size: 14px;
        color: #616161;
        padding-top: 8px;
    }

    .phonenav .select {
        color: #2895da;
        height: 14px;
        position: relative;
    }
    /*group1*/
    #mcmain .group1 {
        text-align: center;
        background: #f7f7f7;
        padding-bottom: 5px;
        padding-top: 60px;
    }

    #mcmain .group1 .item1 {
        text-align: center;
        background: #ffffff;
        width: auto;
        height: auto;
        display: block;
        margin: 10px auto 0;
        padding: 5px;
    }

    #mcmain .group1 .item1 .title {
        color: #2e2b2b;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 110%;
        padding-bottom: 5px;
        margin: 10px 0 0 0px;
    }

    #mcmain .group1 .item1 .text {
        color: #929292;
        text-align: left;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        line-height: 60px;
        width: 100%;
        font-size: 100%;
        line-height: 140%;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
    }

    #mcmain .group1 .item1 .down {
        width: auto;
        text-align: right;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #mcmain .group1 .item1 .down img {
        width: 80px;
        padding-right: 10px;
    }

    #mcmain .group2 .product .more {
        width: auto;
        text-align: right;
        margin: 0 0 auto 0;
    }
    /*group2*/

    #mcmain .group2 {
        text-align: center;
        background: #f7f7f7;
        padding-bottom: 5px;
        padding-top: 15px;
    }

    #mcmain .group2 .item1 {
        background: #ffffff;
        /*width: 100%;*/
        padding-bottom: 15px;
        width: auto;
        height: auto;
        margin: 10px 15px;
        padding: 5px 15px;
        border-radius: 8px;
    }

    #mcmain .group2 .item1 .title {
        text-align: center;
        font-size: 17px;
        color: #000;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        padding-bottom: 5px;
        margin: 10px 0 0 0px;
        font-weight:bold;
    }

    #mcmain .group2 .item1 .info {
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        color: #616161;
        font-size: 14px;
        text-align: justify;
        text-indent: 2em;
    }

    #mcmain .group2 .item1 .text {
        color: #2e2b2b;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        line-height: 100%;
        overflow: hidden;
        padding-bottom: 5px;
        text-align: left;
        margin: 20px auto 0;
        width: 100%;
        min-height: 210px;
    }

    #mcmain .group2 .item1 .text li {
        height:40px;
        padding:10px 0;
        list-style-type: none;
        border-bottom: dashed 1px #e6e6e6;
        font-size: 14px;
        margin-left: 1%;

    }
    #mcmain .group2 .item1 .text a{
        font-size:14px;
        line-height: 21px;
        color:#616161;
        font-size: 14px;
    }
    #mcmain .group2 .item1 .text li .time {
        display:block;
        text-align:left;
        font-size:12px;
        color:#999999;
    }

    #mcmain .group2 .item1 .text li img {
        margin-bottom: 2px;
    }

    #mcmain .group2 .item1 .down {
        width: auto;
        text-align: right;
    }

    #mcmain .group2 .item1 .down img {
        margin: 20px 40px 0 0;
        width: 170px;
    }

    #mcmain .group2 .product {
        height: auto;
        width: 100%;
        text-align: center;
        background: #f7f7f7;
    }

    #mcmain .group2 .product .list {
        /* height: 100%; */
        height: auto;
        width: auto;
        margin: 0 auto;
        text-align: center;
        overflow: hidden;
    }

    #mcmain .group2 .product .list .item {
        width: 95%;
        display: block;
        background: #ffffff;
    }

    #mcmain .group2 .product .list .item .icongroup .img1 {
        float: left;
        margin-left:2%;
        width:13px;
        vertical-align:-2px;
        margin-top:3px;
    }

    #mcmain .group2 .product .list .item .icongroup .img2 {
        float: right;
        margin: 0 2% 0 0;
        width:14px;
    }

    #mcmain .group2 .product .list .item .icongroup span {
        float: left;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 12px;
        color: #999999;
        padding-bottom: 2%;
    }

    #mcmain .group2 .product .page {
        width: auto;
        margin-top: 30px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    #mcmainxsjc a:link {
        color: #929292;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        line-height: 200%;
        padding-bottom: 5px;
        text-align: left;
        margin: 20px auto 0;
        width: auto;
        min-height: 200px;
    }

    #mcmainflxz a:link {
        color: #929292;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        line-height: 200%;
        padding-bottom: 5px;
        text-align: left;
        margin: 20px auto 0;
        width: auto;
        min-height: 200px;
    }
    /*group3*/
    #mcmain .group3 {

        background: #f7f7f7;
        padding-bottom: 5px;
        padding-top: 15px;
    }

    #mcmain .group3 .title {
        text-align: center;
        font-size: 17px;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        background-color: #fff;
        margin: 10px 15px 0 15px;
        padding: 5px;
        border-radius: 8px;
    }

    #mcmain .group3 .text {
        font-size: 100%;
        color: #929292;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        /*width: 100%;*/
        background-color: #fff;
        padding: 5px 15px;
        margin:0 15px;
        border-radius: 8px;
    }

    #mcmain .group3 .text p{
        color: #616161;
        width: 100%;
        font-size: 14px;
        text-align: justify;
    }

    #mcmain .group3 .text img {
        width: 100%;
    }
    /*mcmain product*/
    #mcmain .product {
        text-align: center;
        background: #f4f4f4;
        width: 100%;
        /*padding:5px;*/
    }

    #mcmain .product .title {
        padding-top: 10px;
        padding-bottom: 2%;
        /*background-color: #fff;*/

    }

    #mcmain .product .title img {
        width: 50%;
    }

    #mcmain .product .list {
        width: 100%;
        position: relative;
    }

    #mcmain .product .list .item {
        /* position: relative; */
        width: 46.4%;
        height: auto;
        display: block;
        float: left;
        /* padding: 2%; */
        margin-left: 2.4%;
        margin-top: 2.4%;
        /* display: table-row-group; */
        background: #ffffff;
    }

    #mcmain .product .list .item .productimg {
        border: 0;
        width: 100%;
        height: auto;
    }

    #mcmain .product .list .item .productimg2 {
        border: 0;
        position: absolute;
        right: 50%;
        top: 5%;
        display: none;
    }

    #mcmain .product .list .item .icongroup img {
        width: 8%;
    }

    #mcmain .product .list .item ul {
        list-style-type: none;
        width: auto;
        height: auto;
        padding-top: 3%;
        text-align: left;
        padding-left: 3%;
    }

    #mcmain .product .list .item .f1 {
        /* padding-left: 1px; */
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 100%;
        line-height: 100%;
        color: #454545;
        /* padding-bottom: 5px; */
        overflow-x: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #mcmain .product .list .item .f2 {
        /* padding-left: 1px; */
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 100%;
        line-height: 100%;
        color: #808080;
        padding-bottom: 1%;
        overflow-x: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #mcmain .product .list .item .line {
        height: 1px;
        background: rgb(240,240,240);
        margin-top: 3%;
    }

    #mcmain .product .list .item .icongroup {
        margin-top: 1%;
        text-align: left;
        /* padding-top: 2%; */
        padding-bottom: 2%;
    }

    #mcmain .product .list .item .icongroup span {
        padding-left: 1%;
    }

    #employmentmain .phonenav .select div{
        width: 30px;
        border-bottom: solid #2895da;
        /* line-height: 23px; */
       padding-bottom: 8px;
        position: absolute;
        margin: 0 auto;
        left: 0px;
        right: 0;
    }

    #employmentmain .content1 .contenttext .titles ul{
        width: 100%;
        height: 80px;
        border-bottom: 1px solid #f2f2f2;
        list-style:none;
        margin-left:4%;
    }

    #employmentmain .content1 .contenttext .titles ul li{
        display:inline-block;
        width:19%;
        color:#51c8ff;
        font-size:18px;
        float:left;
        margin-top:3%;

    }
    .totals{
        color:#616161;
        font-size:14px;
        padding:2% 6%;
        display:inline-block;
    }
    /* 菜单 */
    .st_tree > ul{
        padding:0 0 0 25px;
        margin:0;
        border-bottom:1px solid #f2f2f2
    }



}


@media only screen and (min-width: 750px) and (max-width: 800px) {
/*手机端不显示*/
    .phoneemail {
        left: -9999px;
        top: -9999px;
        position: absolute;
        display: none;
    }
    /* 网页在手机端上不显示的部分*/
    .webemail {
        left: -9999px;
        top: -9999px;
        position: absolute;
        display: none;
    }

    #top {
        left: -9999px;
        top: -9999px;
        position: absolute;
    }

    .top {
        left: -9999px;
        top: -9999px;
        position: absolute;
    }

    #topbg {
        left: -9999px;
        top: -9999px;
        position: absolute;
    }

    .webnav {
        left: -9999px;
        top: -9999px;
        position: absolute;
    }

    .menu2 {
        display: none;
    }

    #bottom {
        left: -9999px;
        top: -9999px;
        position: absolute;
    }
    /* 网页在手机端上不显示的部分*/
    a img {
        border: 0;
    }

    .yuanjiao {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    a {
        text-decoration: none;
    }

    a:link {
        text-decoration: none;
    }
/*网页端要显示*/


    * {
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;

    }
    .noenabled{
        background-color:#e4e4e4;
    }
    .animated {
        -webkit-animation-duration: 0.5s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .clear {
        clear: both;
    }
    /* 网页在手机端上不显示的部分*/
    .webemail {
        left: -9999px;
        top: -9999px;
        position: absolute;
        display: none;
    }

    #top {
        left: -9999px;
        top: -9999px;
        position: absolute;
    }

    .top {
        left: -9999px;
        top: -9999px;
        position: absolute;
    }

    #topbg {
        left: -9999px;
        top: -9999px;
        position: absolute;
    }

    .webnav {
        left: -9999px;
        top: -9999px;
        position: absolute;
    }

    .menu2 {
        display: none;
    }

    #bottom {
        left: -9999px;
        top: -9999px;
        position: absolute;
    }
    /* 网页在手机端上不显示的部分*/
    a img {
        border: 0;
    }

    .yuanjiao {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    a {
        text-decoration: none;
    }

    a:link {
        text-decoration: none;
    }
    /* 指正常的未被访问过的链接*/
    a:visited {
        text-decoration: none;
    }
    /*指已经访问过的链接*/
    a:hover {
        text-decoration: none;
    }
    /*指鼠标在链接*/
    a:active {
        text-decoration: none;
    }
    /* 指正在点的链接*/

    a img {
        border: 0;
    }

    body {
        font-size: 24px;
    }
    /*主页*/
    #phonetop {
        width: auto;
        /* height: 5%; */
        top: 0;
        height: 50px;
        left: 0;
        /*position: absolute;*/
        /* bottom: 100%; */
        background: rgb(40,149,218);
        text-align: center;
    }

    #phonetop .phonetop2 {
        width: 100%;
        height: 50px;
        margin: 0 auto;
        background: rgb(40,149,218);
        /*display: -webkit-box;*/
        top: 0px;
        position: absolute;
        z-index: 1000;
    }
    .topabsolute{

    }
    /*  .topfixed{  position:fixed;  }*/
    #phonetop .phonetop2 .phoneleft {
        width: 50%;
        float: left;
        margin-left: 15px;
        /*-webkit-box-flex: 1;*/
    }

    .dlmenubutton {
        display: block;
        border: none;
        width: auto;
        height: 80%;
        text-indent: -900em;
        overflow: hidden;
        position: absolute;
        top: 10%;
        left: 2%;
        outline: none;
        background: url("../images/index/菜单.png") no-repeat center center;
        background-size: 100%;
    }

    #phonetop .phonetop2 .phoneright {
        height: 50px;
        right: 0;
        width: 50%;
    }

    #phonetop .phonetop2 .phoneright img {
        margin-right: 15px;
        top: 20%;
        width: 80px;
        height: 60%;
        position: absolute;
        /* float: right; */
        right: 0;
        /*position: absolute;*/
    }

    #main {
        width: 100%;
        height: 100%;
        /*padding-top: 50px;*/
        background-color: #fff;
    }

    .banner {
        width: 100%;
        position: relative;
        /*height: 175px;*/
    }

    .banList {
        width: 100%;
        /*height: 175px;*/
    }

    .banList li {
        width: 100%;
        z-index: 1;
        display: none;
    }

    .banList li.active {
        z-index: 2;
        display: block;
    }

    .banList li a img {
        width: 100%;
        height: 175px;
    }

    .fomW {
        position: absolute;
        bottom: 10px;
        /* left: 50%; */
        /* height: 20px; */
        z-index: 9;
        width: 100%;
        /* margin-left: -500px; */
        text-align: center;
    }

    .jsNav a.current {
        background: #fc8f0f;
        cursor: pointer;
    }

    .jsNav a {
        display: inline-block;
        background: #fff;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        margin: 0 5px;
    }

    #main .menu1 {
        width: 100%;
        position: relative;
        overflow-x: hidden;
        padding-bottom: -10px;
    }

    #main .menu1 ul {
        width: 100%;
        margin-top: 25px;
        margin-bottom: 35px;
        /* padding-left: 5.8%; */
        display: -webkit-box;
    }

    #main .menu1 ul li {
        width: 15%;
        /* padding: 2% 4% 2% 2%; */
        text-align: center;
        overflow-x: hidden;
        -webkit-box-flex: 1;
        padding: 10px;
    }

    #main .menu1 ul li a img {
        width: 70%;
        height: 70%;
    }

    #main .menu1 ul li span {
        font-size: 100%;
        overflow-x: hidden;
        white-space: nowrap;
        text-overflow: clip;
        display: block;
    }

    #main-not .product {
        text-align: center;
        background: #f4f4f4;
        width: 100%;
    }

    #main-not .product .title {
        padding-top: 25px;
        padding-bottom: 15px;
        /*background-color: #fff;*/
    }

    #main-not .product .title img {
        width: 50%;
    }

    #main-not .product .list {
        width: 100%;
        position: relative;
    }

    #main-not .product .list .item {
        /* position: relative; */
        width: 46.4%;
        height: auto;
        display: block;
        float: left;
        /* padding: 2%; */
        margin-left: 2.4%;
        margin-top: 2.4%;
        /* display: table-row-group; */
        background: #ffffff;
    }

    #main-not .product .list .item .productimg {
        border: 0;
        width: 100%;
        height: auto;
    }

    #main-not .product .list .item .productimg2 {
        border: 0;
        position: absolute;
        right: 50%;
        top: 5%;
        display: none;
    }

    #main-not .product .list .item .icongroup img {
        width: 10%;
    }

    #main-not .product .list .item ul {
        list-style-type: none;
        width: auto;
        height: auto;
        padding-top: 3%;
        text-align: left;
        padding-left: 3%;
    }

    #main-not .product .list .item .f1 {
        /* padding-left: 1px; */
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 100%;
        line-height: 100%;
        color: #454545;
        padding-bottom: 5px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #main-not .product .list .item .f2 {
        /* padding-left: 1px; */
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 100%;
        line-height: 100%;
        color: #808080;
        padding-bottom: 1%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #main-not .product .list .item .line {
        height: 1px;
        background: rgb(240,240,240);
        margin-top: 3%;
    }

    #main-not .product .list .item .icongroup {
        margin-top: 1%;
        text-align: left;
        padding-top: 2%;
        padding-bottom: 2%;
    }

    #main-not .product .list .item .icongroup span {
        padding-left: 4%;
    }

    .more {
        width: 100%;
        margin: 3% 0 1% 0;
        text-align: center;
    }

    .more img {
        width: 20%;
    }
    /*bottom*/
    #bottom {
        width: 100%;
        background: #272b37;
        text-align: center;
        height: auto;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei';
    }

    #bottom .friend {
        display: none;
    }

    #bottom .line {
    }

    #bottom .message {
        padding: 2% 0 2% 0;
        font-size: 120%;
    }

    #bottom .message .item1 {
        display: none;
    }

    #bottom .message .item2 {
    }

    #bottom .message .item3 {
        display: none;
    }

    #bottom .message .item4 {
        display: none;
    }

    #bottom .message .item5 {
    }

    #bottom2 {
        height: 45px;
        width: 100%;
        background: #4b4f59;
        text-align: center;
        height: auto;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
    }

    #bottom2 .friend {
        display: none;
    }

    #bottom2 .line {
    }

    #bottom2 .message {

        font-size: 14px;
        color: #bfbfbf;
        background-color: #4b4f59;
    }

    #bottom2 .message a {
        line-height: 20px;
        padding: 5% 0 5% 0;
        font-size: 83%;
        color: #D6D3CE;

    }

    #bottom2 .message img {
        width:4%;
        height:auto;
    }


    #bottom2 .message .item1 {
        display: none;
    }

    #bottom2 .message .item2 {
    }

    #bottom2 .message .item3 {
        display: none;
    }

    #bottom2 .message .item4 {
        display: none;
    }

    #bottom2 .message .item5 {
    }

    #navmenu ul li a {
        color: #9eb9c6;
        display: block;
        /* top: 0; */
        width: 100%;
        top: 11px !important;
        font-size: 18px;
        text-align: center;
        /* padding-top: 19px; */
        text-align: center;
    }



    /*a {*/
    /*cursor: default;*/
    /*}*/
    /*遮罩层*/
    #shadebg {
        background-color: #211e1e;
        position: absolute;
        z-index: 100000;
        left: 0;
        top: 0%;
        display: none;
        width: 100%;
        height: 100%;
        opacity: 0.95;
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
    }

    .shade_box {
        /*position: fixed;
        left: 45px;
        top: 10%;*/
        width: 100%;
        height:100%;
        /*left: 10%;
        left: 5%;*/
        z-index: 10000;
        background-color: #fff;
        border: 1px #ddd solid;
        color: #454545;
        margin-right: 1%;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .shade_box .close {
        height: 25px;
        width: 100%;
    }

    .shade_box .close img {
        float: right;
        margin: 10px 10px 0 0;
        width: 20px;
        height: 20px;
    }

    .shade_box .top {
        height: 40px;
        position: static;
        box-shadow: 0px 3px 5px #ccc;
        margin-bottom: 5px;
    }

    .shade_box .top .title {
        float: left;
        margin: 0 0 0 2%;
        color: #000000;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 150%;
        line-height: 150%;
    }

    .shade_box .top .icon {
        float: right;
    }

    .shade_box .top img {
        width: 100%;
        height: auto;
    }

    .shade_box .top .icon3 {
        text-align: center;
        width: auto;
        height: 30px;
        float: right;
        margin: 10px 10px 0 0; /*background: #65D331;*/
    }

    .shade_box .top .icon4 {
        width: auto;
        height: 30px;
        text-align: center;
        float: right;
        margin: 10px 10px 0 0; /*background: #51c8ff;*/
    }

    .shade_box .top .icon1 {
        width: auto;
        height: 30px;
        text-align: center;
        float: right;
        margin: 10px 10px 0 0; /*background: #f79802;*/
    }

    .shade_box .top .icon2 {
        width: auto;
        height: 30px;
        text-align: center;
        float: right;
        margin: 10px 10px 0 0; /*background: #51c8ff;*/
    }

    .shade_box .top .line {
        height: 1px;
        width: 100%;
        /*background: #000000;*/
        text-align: center;
        margin: 0px auto 0;
    }

    .shade_box .content {
        width: 100%;
        font-size: 10px;
        max-height: 392px;
        overflow-y: auto;
    }

    .shade_box .content .picbox {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .shade_box .content .text { /* float: left; */
        width: 98%;
        height: auto;
        color: #000000;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 160%;
        text-indent: 6%;
        line-height: 150%;
        /*overflow-y: auto;*/
        margin: 5px
    }

    .shade_box .content .roundabout {
        width: 100%;
    }

    .shade_box .content .roundabout .example1 {
        width: 100%;
    }

    .shade_box .content .roundabout .example1 ul {
        width: 100%;
    }

    .shade_box .content .roundabout .example1 li {
        display: inline-block;
        width: 48%;
        padding: 1% 0 0 1%;
    }

    .shade_box .content .roundabout .example1 ul li img {
        width: 100%;
        max-height: 300px;
    }

    /*左侧滑动菜单*/
    #navmenu {
        background: rgb(39,43,55);
        width: 100%;
        color: rgba(255, 255, 255, 0.6);
        overflow: hidden;
        height: 100%;
        padding: 0;
        position: absolute;
        /*  left: -70%;*/
        top: 0;
        z-index: 1000;
        position: fixed;
    }

    .none {
        display: none;
    }

    .rightpage {
        position: absolute;
        width: 40%;
        height: 100%;
        color: #2f3848;
        z-index: 99999999;
        top: 0px;
        left: -999%;
        pointer-events: all;
    }
    /*.rightpageshow{display:none;}*/

    #navmenu .search {
        background: inherit;
        width: 100%;
        /* padding: 8% 0 0 10%; */
        position: relative;
        top: 0;
        z-index: 1001;
        font-size: 110%;
        height: 50px;
        padding-left: 10%;
        display: -webkit-box;
        -webkit-box-align: center;
        color: rgb(40,149,218);
    }

    #navmenu ul {
        overflow: scroll;
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
        height: 100%;
        padding-top: 50px;
        position: absolute;
        /* top: 120px; */
        z-index: 0;
        left: 0%;
        /* padding-top: 5%; */
    }

    #navmenu ul li {
        position: relative;
        list-style: none;
        display: block;
        padding: 0;
        margin: 0;
        -webkit-text-size-adjust: none;
        display: -webkit-box;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        font-family: Arial, Helvetica, sans-serif;
        height: 65px;
        font-size: 100%;
        text-shadow: none;
        padding-left: 25%;
    }

    #navmenu ul li a {
        color: #9eb9c6;
        display: block;
        /* top: 0; */
        width: 100%;
        font-size: 18px;
        text-align: center;
        padding-top: 18px;
    }
    .so {
        height: 1px;
        background: #454c61;
        width: 100%;
        margin-top: 19px;
        border: 1px;
        /* border-bottom-color: #454c61; */
    }
    .btn {
        /*margin-top: 17px;*/
        display: block;
        /*border: none;*/
        width: 46px;
        height: 50px;
        /*overflow: hidden;*/
        position: absolute;
        right: 0px;
        top: 0px;
        /*outline: none;*/
        background-size: 16px 16px;
        background-image: url(../images/other/ico_关闭@2x.png);
        background-repeat: no-repeat;
        background-position: center;
    }

    #navmenu ul .select {
        background-color: #3c4657;
    }
    .slide {
        /* position: fixed;*/
        /* height: 100%;*/
        overflow: hidden;
        display: block;
        width: 100%;
        left: 70%;
    }

    .i-home {
        background: url("../images/index/主页.png")no-repeat;
        width: 20px;
        height: 20px;
        background-size: 100%;
        position: relative;
        left: 16px !important;
        top: 4px !important;
        /* margin: 0px; */
        display: inline-block;
        margin-right: 20px;
        vertical-align: baseline;
    }

    .i-qr {
        background: url("../images/other/ico_qr.png")no-repeat;
        width: 20px;
        height: 20px;
        background-size: 100%;
        position: relative;
        left: 16px !important;
        top: 4px !important;
        /* margin: 0px; */
        display: inline-block;
        margin-right: 20px;
        vertical-align: baseline;
    }

    .i-product {
        background: url("../images/index/产品.png")no-repeat;
        width: 40px;
        width: 20px;
        height: 20px;
        background-size: 100%;
        position: relative;
        left: 16px !important;
        top: 4px !important;
        /* margin: 0px; */
        display: inline-block;
        margin-right: 20px;
        vertical-align: baseline;
    }

    .i-eneregy {
        background: url("../images/index/椭圆-1.png")no-repeat;
        width: 20px;
        height: 20px;
        background-size: 100%;
        position: relative;
        left: 16px !important;
        top: 4px !important;
        /* margin: 0px; */
        display: inline-block;
        margin-right: 20px;
        vertical-align: baseline;
    }

    .i-forum {
        background: url("../images/index/论坛1.png")no-repeat;
        width: 40px;
        width: 20px;
        height: 20px;
        background-size: 100%;
        position: relative;
        left: 16px !important;
        top: 4px !important;
        /* margin: 0px; */
        display: inline-block;
        margin-right: 20px;
        vertical-align: baseline;
    }

    .i-about {
        background: url("../images/index/关于.png")no-repeat;
        width: 40px;
        width: 20px;
        height: 20px;
        background-size: 100%;
        position: relative;
        left: 16px !important;
        top: 4px !important;
        /* margin: 0px; */
        display: inline-block;
        margin-right: 20px;
        vertical-align: baseline;
    }
    .i-employment {
        background: url("../images/employment/employee_on.png")no-repeat;
        width: 40px;
        width: 20px;
        height: 20px;
        background-size: 100%;
        position: relative;
        left: 16px !important;
        top: 4px !important;
        /* margin: 0px; */
        display: inline-block;
        margin-right: 20px;
        vertical-align: baseline;
    }
    .i-partner {
        background: url("../images/partner/partners.png")no-repeat;
        width: 40px;
        width: 20px;
        height: 20px;
        background-size: 100%;
        position: relative;
        left: 16px !important;
        top: 4px !important;
        /* margin: 0px; */
        display: inline-block;
        margin-right: 20px;
        vertical-align: baseline;
    }
    /*左侧滑动菜单*/
    /*about*/
    #aboutmain .phonenav {
        z-index: 1;
        width: 100%;
        background: #ffffff;
        /* margin-top: 45px; */
        top: 50px;
        /*position: fixed;*/
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei';
        display: -webkit-box;
        overflow-x: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        border-bottom: solid 1px #e6e6e6;
    }

    #aboutmain .phonenav .item1 {
        -webkit-box-flex: 1;
        text-align: center;
        font-size: 100%;
        color: #333333;
        margin-top: 8px;
    }

    #aboutmain .phonenav .item2 {
        -webkit-box-flex: 1;
        text-align: center;
        font-size: 100%;
        color: #333333;
        margin-top: 8px;
    }

    .phonenav .select {
        color: rgb(83,198,255);
    }

    #aboutmain .content1 {
        width: 100%;
        margin-top: 55px;
    }

    #aboutmain {
    }

    #aboutmain .content2 {
        overflow-x: hidden;
    }

    #aboutmain .content1 .text {
        /* width: 100%; */
        padding: 5px;
        color: #929292;
        font-size: 100%;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei';
        /*text-indent: 40px;*/
        background-color: #fff;
    }

    #aboutmain .pic {
        width: 100%;
    }

    #aboutmain .pic img {
        width: 100%;
    }

    #aboutmain .text2 {
        width: 100%;
        background-color: #fff;
        text-align: center;
        font-size: 100%;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei';
    }

    #aboutmain .pic2 {
        width: 100%;
        margin-top: 4%;
        margin-bottom: 4%;
        text-align: center;
    }

    #aboutmain .pic2 img {
        width: 50%;
    }

    #aboutmain .email img {
        width: 100%;
        min-height: 170px;
    }

    #aboutmain .email .title {
        width: 100%;
        left: 0px;
        text-align: center;
        top: 10px;
        position: absolute;
        color: #A4E9D6;
    }

    #aboutmain .email .item1 {
        /*float: left;*/
        /*!* top: 40%; *!*/
        /*top: 30%;*/
        /*overflow-y: auto;*/
        /*position: absolute;*/
        /*max-height: 80px;*/
        /*width: 50%;*/
        /*!* padding-top: 10%; *!*/
        /*padding-left: 2%;*/
        position: absolute;
        left:7%;
        top: 58%;
        text-align: left;
        line-height: 20px;
    }

    #aboutmain .email {
        position: relative;
        background-color: #fff;
        font-size: 10px;
    }

    #aboutmain .email .item6 {
        position: absolute;
        width: 80%;
        left: 10%;
        top: 72%;
        border: 1px solid #e4e4e4;
    }

    #aboutmain .email .item2 {
        /*top: 73%;*/
        /*position: absolute;*/
        /*!* padding-top: 50px; *!*/
        /*padding-right: 2%;*/
        /*display: block;*/
        /*padding-left: 2%;*/
        /*!* text-align: center; *!*/
        position: absolute;
        left: 34%;
        top: 58%;
        text-align: left;
        width: 226px;
        line-height: 20px;
    }

    #aboutmain .email .item3 {
        /*float: right;*/
        /*text-align: right;*/
        /*max-height: 80px;*/
        /*overflow-y: auto;*/
        /*top: 30%;*/
        /*right: 0;*/
        /*position: absolute;*/
        /*width: 50%;*/
        /*!* padding-top: 10%; *!*/
        /*padding-right: 2%;*/
        position: absolute;
        right: -21%;
        top: 58%;
        text-align: left;
        line-height: 20px;
    }

    /*左侧滑动菜单*/
    /*partner*/
    #partnermain .phonenav {
        z-index: 1;
        width: 100%;
        background: #ffffff;
        /* margin-top: 45px; */
        top: 50px;
        /*position: fixed;*/
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei';
        display: -webkit-box;
        overflow-x: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 10px 0 10px 0;
        border-bottom: solid 1px #e6e6e6;
    }

    #partnermain .phonenav .item1 {
        -webkit-box-flex: 1;
        text-align: center;
        font-size: 100%;
        color: #333333;
        margin-top: 8px;
    }

    #partnermain .phonenav .item2 {
        -webkit-box-flex: 1;
        text-align: center;
        font-size: 100%;
        color: #333333;
        margin-top: 8px;
    }

    .phonenav .select {
        color: rgb(83,198,255);
    }

    #partnermain .content1 {
        width: 100%;
        margin-top: 60px;
    }

    #partnermain {
    }

    #partnermain .content2 {
        overflow-x: hidden;
    }

    #partnermain .content1 .text {
        /* width: 100%; */
        padding: 5px;
        color: #929292;
        font-size: 100%;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei';
        text-indent: 40px;
        background-color: #fff;
    }




    /*product*/
    #productmain {
        width: 100%;
        text-align: center;
        background: #f4f4f4;
    }

    #productmain .phonenav {
        z-index: 1;
        width: 100%;
        background: #ffffff;
         /*margin-top: 2px;*/
        top: 50px;
        /*position: fixed;*/
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        display: -webkit-box;
        overflow-x: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        /*padding: 10px 0 10px 0;*/
        border-bottom: solid 1px #e6e6e6;
         font-size: 14px;
    }

    #productmain .nav .select div {
        width: 30px;
        border-bottom: solid #2895da;
        /* line-height: 23px; */
        padding-bottom: 8px;

        /* margin-left: 7.5%; */
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    #productmain .phonenav .item1 {
        -webkit-box-flex: 1;
        text-align: center;
        font-size: 100%;
        color: #333333;
        /*margin-top: 8px;*/
    }

    #productmain .phonenav .item2 {
        -webkit-box-flex: 1;
        text-align: center;
        font-size: 100%;
        color: #333333;
        /*margin-top: 8px;*/
    }

    .phonenav .select {
        color: rgb(83,198,255);
    }

    #productmain .product {
        padding-bottom: 10px;
        /*margin-top: 60px;*/
        text-align: center;
        background: #f4f4f4;
        width: 100%;
        position: relative;
    }

    #productmain .product .title {
        padding-top: 5%;
        padding-bottom: 5%;
        background-color: #fff;
    }

    #productmain .product .title img {
        width: 50%;
    }

    #main-not .product .list {
        width: 100%;
        position: relative;
    }

    #productmain .product .list .item {
        /* position: relative; */
        width: 46.4%;
        height: auto;
        display: block;
        float: left;
        /* padding: 2%; */
        margin-left: 2.4%;
        margin-top: 2.4%;
        /* display: table-row-group; */
        background: #ffffff;
    }

    #productmain .product .list .item .productimg {
        border: 0;
        width: 100%;
        height: auto;
    }

    #productmain .product .list .item .productimg2 {
        border: 0;
        position: absolute;
        right: 50%;
        top: 5%;
        display: none;
    }

    #productmain .product .list .item .icongroup img {
        width: 10%;
    }

    #productmain .product .list .item ul {
        list-style-type: none;
        width: auto;
        height: auto;
        padding-top: 3%;
        text-align: left;
        padding-left: 3%;
    }

    #productmain .product .list .item .f1 {
        /* padding-left: 1px; */
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 100%;
        line-height: 100%;
        color: #454545;
        padding-bottom: 5px;
        overflow-x: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #productmain .product .list .item .f2 {
        /* padding-left: 1px; */
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 100%;
        line-height: 100%;
        color: #808080;
        padding-bottom: 1%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #productmain .product .list .item .line {
        height: 1px;
        background: rgb(240,240,240);
        margin-top: 3%;
    }

    #productmain .product .list .item .icongroup {
        margin-top: 1%;
        text-align: left;
        padding-top: 2%;
        padding-bottom: 2%;
        height: 28px;
    }

    #productmain .product .list .item .icongroup span {
        padding-left: 4%;
    }

    #productmain .product .page {
        width: auto;
        margin: 5% auto 0;
        text-align: right;
    }

    div.meneame {
        font-size: 100%;
        /* color: #65D331; */
        text-align: right;
        margin-top: 10px;
        /* height: 100%; */
        text-align: center;
        margin-bottom: 1.4%;
    }

    div.meneame a {
        border: 1px solid;
        border-radius: 6%;
        padding: 4px;
        /* font-size: 100%; */
        /*background-color: #fff;*/
        color: #626366;
    }
    /*mobilecreator*/
    div.mcmeneame {
        padding-bottom: 15px;
    }

    #mcmain {
        width: 100%;
        background: #f4f4f4;
    }

    #mcmain .phonenav {
        z-index: 1;
        color: #333333;
        width: 100%;
        background: #ffffff;
        top: 50px;
        /*position: fixed;*/
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei';
        display: -webkit-box;
        overflow-x: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        border-bottom: solid 1px #e6e6e6;
    }

    #mcmain .phonenav .item1 {
        padding-left: 5%;
        width: 0;
        overflow-x: hidden;
        -webkit-box-flex: 1;
        text-align: center;
        font-size: 100%;
        padding-top: 8px;
    }

    #mcmain .phonenav .item2 {
        color: #333333;
        -webkit-box-flex: 1;
        text-align: center;
        font-size: 100%;
        width: 0;
        padding-top: 8px;
    }

    .phonenav .select {
        color: rgb(83,198,255);
    }
    /*group1*/
    #mcmain .group1 {
        text-align: center;
        background: #f7f7f7;
        padding-bottom: 5px;
        padding-top: 60px;
    }

    #mcmain .group1 .item1 {
        text-align: center;
        background: #ffffff;
        width: auto;
        height: auto;
        display: block;
        margin: 10px auto 0;
        padding: 5px;
    }

    #mcmain .group1 .item1 .title {
        color: #2e2b2b;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 110%;
        padding-bottom: 5px;
        margin: 10px 0 0 0px;
    }

    #mcmain .group1 .item1 .text {
        color: #929292;
        text-align: left;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        line-height: 60px;
        width: 100%;
        font-size: 100%;
        line-height: 140%;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
    }

    #mcmain .group1 .item1 .down {
        width: auto;
        text-align: right;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #mcmain .group1 .item1 .down img {
        width: 80px;
        padding-right: 10px;
    }

    #mcmain .group2 .product .more {
        width: auto;
        text-align: right;
        margin: 0 0 auto 0;
    }
    /*group2*/

    #mcmain .group2 {
        text-align: center;
        background: #f7f7f7;
        padding-bottom: 5px;
        padding-top: 15px;
    }

    #mcmain .group2 .item1 {
        background: #ffffff;
        /*width: 100%;*/
        padding-bottom: 15px;
        width: auto;
        height: auto;
        margin: 10px auto 0;
        padding: 5px;
    }

    #mcmain .group2 .item1 .title {
        text-align: center;
        font-size: 110%;
        color: #2e2b2b;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        padding-bottom: 5px;
        margin: 10px 0 0 0px;
    }

    #mcmain .group2 .item1 .info {
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        color: #929292;
        font-size: 100%;
        line-height: 140%;
    }

    #mcmain .group2 .item1 .text {
        color: #2e2b2b;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        line-height: 100%;
        overflow: hidden;
        padding-bottom: 5px;
        text-align: left;
        margin: 20px auto 0;
        width: 100%;
        min-height: 210px;
    }

    #mcmain .group2 .item1 .text li {
        list-style-type: none;
        border-bottom: dashed 1px #454545;
        font-size: 100%;
        margin-left: 1%;
    }

    #mcmain .group2 .item1 .text li .time {
        float: right;
    }

    #mcmain .group2 .item1 .text li img {
        margin-bottom: 2px;
    }

    #mcmain .group2 .item1 .down {
        width: auto;
        text-align: right;
    }

    #mcmain .group2 .item1 .down img {
        margin: 20px 40px 0 0;
        width: 170px;
    }

    #mcmain .group2 .product {
        height: auto;
        width: 100%;
        text-align: center;
        background: #f7f7f7;
    }

    #mcmain .group2 .product .list {
        /*height: 100%;*/
        width: auto;
        margin: 0 auto;
        text-align: center;
    }

    #mcmain .group2 .product .list .item {
        width: 95%;
        display: block;
        background: #ffffff;
    }

    #mcmain .group2 .product .list .item .icongroup .img1 {
        float: left;
    }

    #mcmain .group2 .product .list .item .icongroup .img2 {
        float: right;
        margin: 0 2% 0 0;
    }

    #mcmain .group2 .product .list .item .icongroup span {
        float: left;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 100%;
        color: #979696;
        padding-top: 2%;
    }

    #mcmain .group2 .product .page {
        width: auto;
        margin-top: 30px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    #mcmainxsjc a:link {
        color: #929292;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        line-height: 200%;
        padding-bottom: 5px;
        text-align: left;
        margin: 20px auto 0;
        width: auto;
        min-height: 200px;
    }

    #mcmainflxz a:link {
        color: #929292;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        line-height: 200%;
        padding-bottom: 5px;
        text-align: left;
        margin: 20px auto 0;
        width: auto;
        min-height: 200px;
    }
    /*group3*/
    #mcmain .group3 {

        background: #f7f7f7;
        padding-bottom: 5px;
        padding-top: 15px;
    }

    #mcmain .group3 .title {
        text-align: center;
        font-size: 110%;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        background-color: #fff;
        margin: 10px 0 0 0px;
        padding: 5px;
    }

    #mcmain .group3 .text {
        font-size: 100%;
        color: #929292;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        /*width: 100%;*/
        background-color: #fff;
        padding: 5px;
    }

    #mcmain .group3 .text img {
        width: 100%;
    }
    /*mcmain product*/
    #mcmain .product {
        text-align: center;
        background: #f4f4f4;
        width: 100%;
        /*padding:5px;*/
    }

    #mcmain .product .title {
        padding-top: 10px;
        padding-bottom: 2%;
        /*background-color: #fff;*/

    }

    #mcmain .product .title img {
        width: 50%;
    }

    #mcmain .product .list {
        width: 100%;
        position: relative;
    }

    #mcmain .product .list .item {
        /* position: relative; */
        width: 46.4%;
        height: auto;
        display: block;
        float: left;
        /* padding: 2%; */
        margin-left: 2.4%;
        margin-top: 2.4%;
        /* display: table-row-group; */
        background: #ffffff;
    }

    #mcmain .product .list .item .productimg {
        border: 0;
        width: 100%;
        height: auto;
    }

    #mcmain .product .list .item .productimg2 {
        border: 0;
        position: absolute;
        right: 50%;
        top: 5%;
        display: none;
    }

    #mcmain .product .list .item .icongroup img {
        width: 8%;
    }

    #mcmain .product .list .item ul {
        list-style-type: none;
        width: auto;
        height: auto;
        padding-top: 3%;
        text-align: left;
        padding-left: 3%;
    }

    #mcmain .product .list .item .f1 {
        /* padding-left: 1px; */
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 100%;
        line-height: 100%;
        color: #454545;
        padding-bottom: 5px;
        overflow-x: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #mcmain .product .list .item .f2 {
        /* padding-left: 1px; */
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 100%;
        line-height: 100%;
        color: #808080;
        padding-bottom: 1%;
        overflow-x: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #mcmain .product .list .item .line {
        height: 1px;
        background: rgb(240,240,240);
        margin-top: 3%;
    }

    #mcmain .product .list .item .icongroup {
        margin-top: 1%;
        text-align: left;
        padding-top: 2%;
        padding-bottom: 2%;
    }

    #mcmain .product .list .item .icongroup span {
        padding-left: 4%;
    }

}


@media only screen and (max-width: 700px) {
    body {
        font-size: 20px;
    }

    #productmain .product {
        padding-bottom: 10px;
        /*margin-top: 55px;*/
        text-align: center;
        background: #f4f4f4;
        width: 100%;
        position: relative;
    }
    #partnermain .product {
        padding-bottom: 10px;
        margin-top: 55px;
        text-align: center;
        background: #f4f4f4;
        width: 100%;
        position: relative;
    }

    #mcmain .group1 {
        text-align: center;
        background: #f7f7f7;
        padding-bottom: 5px;
        padding-top: 55px;
    }

    #mcmain .group2 {
        text-align: center;
        background: #f7f7f7;
        padding-bottom: 5px;
        padding-top: 15px;
    }

    #mcmain .group3 {

        background: #f7f7f7;
        padding-bottom: 5px;
        padding-top: 15px;
    }


    #aboutmain .content1 {
        width: 100%;
        margin-top: 14px;
        background-color: #f7f7f7;
    }
    #part .menu1 div{
        padding:0;

    }
    #aboutmain .nav .select div {
        width: 30px;
        border-bottom: solid #2895da;
        padding-bottom: 5px;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 16px;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    #navmenu ul li a {
        color: #9eb9c6;
        display: block;
        /* top: 0; */
        width: 100%;
        top: 10px !important;
        font-size: 18px;
        text-align: center;
        padding-top: 21px;
        text-align: center;
    }
}




@media only screen and (max-width: 600px) {
    body {
        font-size: 18px;
    }

    #productmain .product {
        padding-bottom: 10px;
        /*margin-top: 52px;*/
        text-align: center;
        background: #f4f4f4;
        width: 100%;
        position: relative;
    }
    #partnermain .product {
        padding-bottom: 10px;
        margin-top: 52px;
        text-align: center;
        background: #f4f4f4;
        width: 100%;
        position: relative;
    }

    #mcmain .group1 {
        text-align: center;
        background: #f7f7f7;
        padding-bottom: 5px;
        padding-top: 52px;
    }

    #mcmain .group2 {
        text-align: center;
        background: #f7f7f7;
        padding-bottom: 5px;
        padding-top: 15px;
    }

    #mcmain .group3 {

        background: #f7f7f7;
        padding-bottom: 5px;
        padding-top: 15px;
    }

    #aboutmain .content1 {
        width: 100%;
        margin-top: 14px;
    }
    .btn {
        /*margin-top: 17px;*/
        display: block;
        /*border: none;*/
        width: 46px;
        height: 50px;
        /*overflow: hidden;*/
        position: absolute;
        right: 0px;
        top: 0px;
        /*outline: none;*/
        background-size: 16px 16px;
        background-image: url(../images/other/ico_关闭@2x.png);
        background-repeat: no-repeat;
        background-position: center;
    }







}



@media only screen and (max-width: 500px) {
    .page {
        min-height: 94%;
    }
    body {
        font-size: 16px;
    }

    #productmain .product {
        padding-bottom: 10px;
        /*margin-top: 46px;*/
        text-align: center;
        background: #f4f4f4;
        width: 100%;
        position: relative;
    }
    #partnermain .product {
        padding-bottom: 10px;
        margin-top: 46px;
        text-align: center;
        background: #f4f4f4;
        width: 100%;
        position: relative;
    }

    #mcmain .group1 {
        text-align: center;
        background: #f7f7f7;
        padding-bottom: 5px;
        padding-top: 10px;
    }

    #mcmain .group2 {
        text-align: center;
        background: #f7f7f7;
        padding-bottom: 5px;
        padding-top: 15px;
    }

    #mcmain .group3 {

        background: #f7f7f7;
        padding-bottom: 5px;
        padding-top: 15px;
    }

    #aboutmain .content1 {
        width: 100%;
        margin-top: 15px;
    }
    #aboutmain .phonenav {
        z-index: 1;
        width: 100%;
        background: #ffffff;
        padding-bottom: 8px;
        /*position: fixed;*/
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        display: -webkit-box;
        overflow-x: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        /*border-bottom: solid 1px #e6e6e6;*/
    }

    #aboutmain .content1 .text {
        padding: 0px 10px 0px 10px;
        color: #616161;
        font-size: 14px;
        background-color: #fff;
        padding-bottom: 35px;
        margin-top:-5px;
    }

    #navmenu .ti{
        width: 100%;
        height: 50px;
        margin: 0 auto;
        background: #2895da;
        /* display: -webkit-box; */
        top: 0px;
        position: fixed;
        z-index: 1000;
    }
    .navleft {
        width: 50%;
        height: 27px;
        float: left;
        /*margin-top: 1%;*/
        /* margin-left: 0; */
        display: block;
        border: none;
        overflow: hidden;
        position: absolute;
        top: 11.5px;
        left: 15px;
        outline: none;
        background-size: contain;
        background-image: url(../images/navigation/logo.png);
        background-repeat: no-repeat;
    }
    .btn {

        display: block;

        width: 46px;
        height: 50px;

        position: absolute;
        right: 0px;
        top: 0px;

        background-size: 16px 16px;
        background-image: url(../images/other/ico_关闭@2x.png);
        background-repeat: no-repeat;
        background-position: center;
    }



}

@media only screen and (max-width: 400px) {
    #aboutmain .content1 {
        width: 100%;
        margin-top: -1px;
    }
    body {
        font-size: 14px;
    }

    #productmain .product {
/* margin-bottom: 5px; */
        /*margin-top: 43px;*/
        text-align: center;
        background: #f5f5f5;
        width: 100%;
        position: relative;
    }
    #partnermain .product {
        padding-bottom: 10px;
        margin-top: 43px;
        text-align: center;
        background: #f4f4f4;
        width: 100%;
        position: relative;
    }

    #mcmain .group1 {
        text-align: center;
        background: #f7f7f7;
        padding-bottom: 5px;
        padding-top: 10px;
    }

    #mcmain .group2 {
        text-align: center;
        background: #f7f7f7;
        padding-bottom: 5px;
        padding-top: 15px;
    }

    #mcmain .group3 {

        background: #f7f7f7;
        padding-bottom: 5px;
        padding-top: 15px;
    }


    #aboutmain .phonenav {
        z-index: 1;
        width: 100%;
        background: #ffffff;
        /*margin-top: 30px;*/
        /*top: 28px;*/
        /*position: fixed;*/
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        display: -webkit-box;
        overflow-x: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        border-bottom: solid 1px #e6e6e6;
        padding-bottom: 8px;
    }
    .btn {
        /*margin-top: 17px;*/
        display: block;
        /*border: none;*/
        width: 46px;
        height: 50px;
        /*overflow: hidden;*/
        position: absolute;
        right: 0px;
        top: 0px;
        /*outline: none;*/
        background-size: 16px 16px;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../images/other/ico_关闭@2x.png);

    }

    .navleft {
        width: 50%;
        height: 27px;
        float: left;
        /*margin-top: 1%;*/
        /* margin-left: 0; */
        display: block;
        border: none;
        overflow: hidden;
        position: absolute;
        top: 11.5px;
        left: 15px;
        outline: none;
        background-size: contain;
        background-image: url(../images/navigation/logo.png);
        background-repeat: no-repeat;
    }
    #productmain .nav .select div{
        width: 30px;
        border-bottom: solid #2895da;
        /* line-height: 23px; */
        padding-bottom: 8px;
        /* font-size: 16px; */
        /*margin-left: 7.5%;*/
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
    }

    #employmentmain .phonenav .select div {
        width: 30px;
        border-bottom: solid #2895da;
        /* line-height: 23px; */
        padding-bottom: 8px;
        position: absolute;
        margin: 0 auto;
        left: 0px;
        right: 0;
    }



}
/*招聘*/
@media only screen and (max-width: 3000px) and (min-width: 800px) {
    .st_tree ul li div:first-child{
        /* margin-left: -35px; */
        text-align:start;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 15px;
        color: #262626;
    }
    #employmentmain .top {
        width: 100%;
        min-width: 960px;
        text-align: center;
        display: -webkit-box;
<<<<<<< .mine
        /* -webkit-box-pack: center; */
||||||| .r170
        -webkit-box-pack: center;
=======
        /*-webkit-box-pack: center;*/
>>>>>>> .r171
        height: 80px;
        background: url("../images/employment/bg1.png");
    }

    * {
        font-family: 'Microsoft YaHei', 微软雅黑;
        font-size: 14px;
    }
}
#employmentmain .webnav .item1 {
    height: 40px;
    display: block;
    float: left;
    /*margin-left: 12%;*/
    /*margin-top: 17px;*/
    color: #7a7b7d;
    font-size: 16px;
    line-height: 16px;
    width: auto;
}
#body_about {
    background: #f4f4f4;
}

#employmentmain {
    width: 100%;
    min-width: 960px;
    background: #f7f7f7;
    padding-bottom:5%;
}

#employmentmain .top {
    width: 100%;
    min-width: 960px;
    text-align: left;
    display: -webkit-box;
    /*-webkit-box-pack: center;*/
    height: 80px;
    background: url("../images/employment/bg1.png");
}

/*#employmentmain .top .top2 {*/
    /*width: 960px;*/
    /*display: -webkit-box;*/
/*}*/

/*#employmentmain .top .img1 {*/
    /*margin-top: 23px;*/
    /*padding-left: 4px;*/
/*}*/

#employmentmain .webnav {
    width: 960px;
    min-height: 60px;
    text-align: center;
    margin: 24px auto;
    background: #ffffff;
    /*border-radius: 12px;*/
}



#employmentmain .nav .img {
    /* float: left; */
    vertical-align: -2px;
    margin-top: 1px;

}

#employmentmain .nav .img img{
    height:22px;
}
#employmentmain .webnav .title {
    /* float: left; */
    margin: 4px 0 0 6px;
}

#employmentmain .webnav .item2 {
    height: 40px;
    /*float: left;*/
    display: block;
width: auto;
    color: #7a7b7d;
    font-size: 16px;
    line-height: 16px;
    margin-left: 95px;
}

#employmentmain .webnav .select {
    height: 36px;
    border-bottom: solid #51C9FE;
    line-height: 16px;
    color: #51C9FE;
    font-size: 14px;
    padding-bottom: 2px;
    text-align:center;
    width: auto;
}

#employmentmain .content1 {
    height: auto;
    min-height: 500px;
    width: 960px;
    /*border-radius:12px;*/
}

#employmentmain .content1 .contenttext {
    height: auto;
    min-height: 500px;
    width: 960px;
    background: #ffffff;
    margin: 0 auto ;
    /*border-radius: 12px;*/
}

#employmentmain .content1 .contenttext .titles {
    /*text-align:center;*/

}


/*点击展开*/
.st_tree{

    /*margin: 0 -39px 10px 40px;*/
}
.st_tree ul ul p{
    font-size:15px;
    color:#262626;
    font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
}
.st_tree ul ul div{
    text-align:left;
    font-size:14px;
    color:#262626;
    margin-right:15px;
    font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
    font-weight:normal;
}

.titlees{
    margin:15px;
    font-size:18px;
    color:#7a7b7d;
    text-align:start
}

/* 菜单项 */
.contains  li{
    font-size:13px;
    color:#222;
    line-height:18px;
    cursor:pointer;
    list-style:none;
    background:url("../images/employment/point.png");
    background-repeat:no-repeat;
    background-position-y: 8px;
    padding:0 0 3px 20px;
    text-align:start;
    color:#7a7b7d
}

/* 子菜单 */
.st_tree ul li div{
    width:19%;
    display:inline-block;
    text-align:center;
    color:#262626;
    font-size:14px;
}
/* .st_tree ul li div:first-child{
    margin-left: -35px;
    text-align:start;
    font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
    font-size: 15px;
    color: #262626;
} */
.st_tree ul li div:last-child{
    text-align:end;
}
/* 子菜单项 */
.st_tree ul li ul li{}

/* 子菜单的父节点 */
.st_tree .folder{
    list-style-image:url("../images/employment/over.png");
    background-repeat:no-repeat;
    padding:20px 0;
    color: #262626;
    margin-left: 2.5%;
}
.divstyle{
    color:#51c8ff !important;
}

/* 展开的父节点 */
.st_tree .open{
    list-style-image:url("../images/employment/drop.png");
    background-repeat:no-repeat;
    padding: 20px 0;
    font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
    font-size: 15px;
    color: #262626;
}

.number{
    color:#51c8ff;
}
.nextpage{
    float:right;
    display:inline-block;
    padding:1.5% 5% 0 0;
    display: none;
}
.pages{
    border:1px solid #7a7b7d;
    color:#7a7b7d;
    text-align:center;
    display:inline-block;
    padding:5px;
}
.num1{
    border:1px solid #7a7b7d;
    color:#7a7b7d;
    text-align:center;
    display:inline-block;
    background:#f7f7f7;
    padding:5px 10px;
    border-radius:3px;
}
.num2{
    border:1px solid #7a7b7d;
    color:#7a7b7d;
    text-align:center;
    display:inline-block;
    background:#fff;
    padding:5px 10px;
    border-radius:3px;
}
.ends{
    padding-bottom:2%;
}
.next-page{display: none;}





/*partner*/
#body_about {
    background: #f4f4f4;
}

#partnermain {
    width: 100%;
    min-width: 960px;
    text-align: center;
    background: #f7f7f7;
}

#partnermain .top {
    width: 100%;
    min-width: 960px;
    text-align: left;
    display: -webkit-box;
    /* -webkit-box-pack: center; */
    height: 80px;
    background: url("../images/partner/bg1.png");
}

#partnermain .top .top2 {
    width: 960px;
    display: -webkit-box;
}

#partnermain .top .img1 {
    margin-top: 23px;
    padding-left: 4px;
}
#main .menu1 {
    width: 100%;
    position: relative;
    /*overflow-x: hidden;*/
}
#part .menu1{
    /* padding: 54px; */
    /* background:#fff; */
    max-width:1024px;
    margin:0 auto;
}

#part .menu1 div {
    display:inline-block;
    width:18%;
    margin: 10px;
    background-color: #fff;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
}
#part .menu1 div  img {
    padding: 15px;
    width: 140px;
    height: 70px;
    object-fit: contain;
}



.partner-contain{
    padding:2% 0 4% 0 ;

}
.logo{
    margin:54px 0 !important;
}
@media(max-width: 800px){
    .st_tree ul li div:first-child{
        margin-left: -35px;
        text-align:start;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        font-size: 15px;
        color: #262626;
    }
    #partnermain{
        min-width:0;
    }

    /*合作伙伴*/
    #part .menu1 {
        padding: 4% 0 !important;
    }

    #part .menu1 div {
        width:40%;
    }
    #part .menu1 div  img{
        padding: 15px 0;
        width: 80%;
        height: 60px;
    }
    /* #part .menu1 div:last-child {
        display:table;
    } */

    .partner-contain {
        padding: 0 !important;
    }
    #employmentmain{
        width: 100%;
        text-align: center;
    }
    #employmentmain .phonenav{
        height: 40px;
        text-align: center;
        top: 50px;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        display: -webkit-box;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #616161;
        border-bottom: solid 1px #e6e6e6;
        background-color: white;
    }
    #employmentmain .phonenav .item1{
        -webkit-box-flex: 1;
        text-align: center;
        font-size: 14px;
        color: #616161;
        padding-top: 2%;

    }
    #employmentmain .phonenav .item2{
        -webkit-box-flex: 1;
        text-align: center;
        font-size: 14px;
        color: #616161;
        padding-top: 2%;
    }
    #employmentmain .phonenav .select {
        color: #2895da;
        height: 14px;
        position: relative;
    }
}
@media(max-width: 799px) {
    #employmentmain{
        min-width: 0;
    }
    #employmentmain .webnav{
        width:100%;
        margin: 0 ;
    }
    #employmentmain .webnav .item1{
        -webkit-box-flex: 1;
        text-align: center;
        font-size: 14;
        color: #616161;
        padding-top: 2%;

    }
    #employmentmain .webnav .item2{
        -webkit-box-flex: 1;
        text-align: center;
        font-size: 14px;
        color: #616161;
        padding-top: 2%;
    }
    #employmentmain .nav .select {
        border:0;
    }
    #employmentmain .content1{
        width: 100%;
    }
    #employmentmain .content1 .contenttext {
        width: 100%;
    }
    #employmentmain .content1 .contenttext .titles{
        /*padding-top: 10%;*/
        margin-top: 15px;
    }
    #employmentmain .content1 .contenttext .titles ul li{
        width: 24%;
    }
    #employmentmain .content1 .contenttext .titles ul li:last-child{
        display: none;
    }
    .st_tree ul li div{
        width: 23%;
    }
    .st_tree ul li div:last-child{
        display: none;
    }
    .nextpage{

        font-size: 14px;
    }

    #employmentmain{
        width: 100%;
        text-align: center;
    }
    #employmentmain .phonenav{
        height: 40px;
        text-align: center;
        top: 50px;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        display: -webkit-box;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #616161;
        border-bottom: solid 1px #e6e6e6;
    }
    #employmentmain .phonenav .item1{
        -webkit-box-flex: 1;
        text-align: center;
        font-size: 14px;
        color: #616161;
        padding-top: 8px;

    }
    #employmentmain .phonenav .item2{
        -webkit-box-flex: 1;
        text-align: center;
        font-size: 14px;
        color: #616161;
        padding-top: 8px;
    }
    #employmentmain .phonenav .select {
        color: #2895da;
        height: 14px;
        position: relative;
    }
}
@media(max-width: 599px) {


    #employmentmain .content1 .contenttext .titles ul {
        height: 50px;
        font-size: 14px;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        color: #999999;
        margin-left:0;
    }



    #employmentmain .content1 .contenttext .titles ul li{
       /* width: 48%; */
       display:inline-block;
       font-size:14px;
       color:#999999;
       line-height:50px;
       margin:0;
    }
    #employmentmain .content1 .contenttext .titles ul li:last-child{
        display: none;
    }
    .st_tree ul li div{
        width: 30%;
    }
    .st_tree ul li div:last-child{
        display: none;
    }
    #employmentmain .content1 .contenttext .titles ul li:nth-child(2){
        display: none;
    }
    .st_tree ul li div:nth-child(2){
        display: none;
    }
    .nextpage{
        display: none;
    }
    .next-page{
        text-align: center;
    }
    #employmentmain{
        width: 100%;
        text-align: center;
    }
    #employmentmain .phonenav{
        height: 40px;
        text-align: center;
        top: 50px;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        display: -webkit-box;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #616161;
        border-bottom: solid 1px #e6e6e6;
    }
    #employmentmain .phonenav .item1{
        -webkit-box-flex: 1;
        text-align: center;
        font-size: 14px;
        color: #616161;
        padding-top: 9px;

    }
    #employmentmain .phonenav .item2{
        -webkit-box-flex: 1;
        text-align: center;
        font-size: 14px;
        color: #616161;
        padding-top: 9px;
    }
    #employmentmain .phonenav .select {
        color: #2895da;
        height: 14px;
        position: relative;
    }
    #navmenu ul li a {
        color: #9eb9c6;
        display: block;
        /* top: 0; */
        width: 100%;
        top: 11px !important;
        font-size: 18px;
        text-align: center;
        padding-top: 20px;
        text-align: center;
    }
    #productmain .phonenav .item1 {
        -webkit-box-flex: 1;
        text-align: center;
        font-size: 14px;
        color: #616161;
        padding-top: 9px;
    }
    #productmain .phonenav .item2 {
        -webkit-box-flex: 1;
        text-align: center;
        font-size: 14px;
        color: #616161;
        padding-top: 9px;
    }



}
@media(max-width: 400px) {
    #employmentmain{
        width: 100%;
        text-align: center;
    }
    #employmentmain .phonenav{
        text-align: center;
        top: 50px;
        font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;
        display: -webkit-box;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #616161;
        border-bottom: solid 1px #e6e6e6;
    }
    #employmentmain .phonenav .item1{
        -webkit-box-flex: 1;
        text-align: center;
        font-size: 14px;
        color: #616161;
        /* margin-top: 20px; */
    }
    #employmentmain .phonenav .item2{
        -webkit-box-flex: 1;
        text-align: center;
        font-size: 14px;
        color: #616161;
        /*margin-top: 20px;*/
    }
    #employmentmain .phonenav .select {
        color: #2895da;
        height: 14px;
        position: relative;
    }
    /*#employmentmain .phonenav .item2 a{*/
        /*text-align: center;*/
    /*}*/
    #employmentmain .content1{
        width: 100%;
    }
    #employmentmain .content1 .contenttext {
        width: 100%;
    }

    #employmentmain .content1 .contenttext .titles ul {
        /*height: 60px;*/
        margin-left:0;
    }
    #employmentmain .content1 .contenttext .titles ul li{
        /* width: 48%; */
        display:inline-block;
        font-size:14px;
        color:#999999;
        line-height:50px;
        margin:0;
    }
    #employmentmain .content1 .contenttext .titles .titles-left{
        margin-left:31px;
        text-align: left;
    }
    #employmentmain .content1 .contenttext .titles .titles-right{
        float:right;
        text-align: right;
        margin-right:31px;
    }
    #employmentmain .content1 .contenttext .titles ul li:last-child{
        display: none;
    }
    .st_tree ul li div{
        width: 48%;
    }
    .st_tree ul li div .folder-left{
        margin-left:31px;
        text-align: left;
    }
    .st_tree ul li .folder-right{
        width:30%;
        text-align: right;
        margin-right:25px;

    }
    .st_tree ul li div:last-child{
        display: none;
    }
    #employmentmain .content1 .contenttext .titles ul li:nth-child(2){
        display: none;
    }
    .st_tree ul li div:nth-child(2){
        display: none;
    }
    #employmentmain .content1 .contenttext .titles ul li:nth-child(3){
        display: none;
    }
    .st_tree ul li div:nth-child(3){
        display: none;
    }
    .nextpage{
        display: none;
    }
    .next-page{
        text-align: center;
    }
    #productmain .phonenav .item1 {
        -webkit-box-flex: 1;
        text-align: center;
        font-size: 14px;
        color: #616161;
        padding-top: 9px;
    }


    #productmain .phonenav .item2 {
        -webkit-box-flex: 1;
        text-align: center;
        font-size: 14px;
        color: #616161;
        padding-top: 9px;
    }

    .so {
        height: 1px;
        background: #454c61;
        width: 100%;
        margin-top: 16px;
        border: 1px;
        /* border-bottom-color: #454c61; */
    }
    .select .so {
        height: 1px;
        background: #3c4657;
        width: 100%;
        margin-top: 16px;
        border: 1px;
        /* border-bottom-color: #454c61; */
    }
    .select-top .so{
        height: 1px;
        background: #2f3848;
        width: 100%;
        margin-top: 16px;
        border: 1px;
    }







}
/*.aboutbtntitle{padding: 20px;}*/

#Wxproductdialog {
    padding: 10px 10px; align-content: center; height: 267px; background-color: #fff; border-radius: 10px;

}

/*顶部左上角*/
#productmain .top .p {
    margin: 0 auto;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 80px;
    width: 930px;
    padding-left: 30px;
}

#mcmain .top .p {
    margin: 0 auto;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 80px;
    width: 930px;
    padding-left: 30px;
}
#aboutmain .top .p {
    margin: 0 auto;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 80px;
    width: 930px;
    padding-left: 30px;
}
#employmentmain .top .p {
    margin: 0 auto;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 80px;
    width: 930px;
    padding-left: 30px;
}
#partnermain .top .p {
    margin: 0 auto;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 80px;
    width: 930px;
    padding-left: 30px;
}
.abouttitle{
    text-align: center;
    font-weight:bold;
    margin-bottom: -4px;
    font-size: 17px;
    font-family: 'Microsoft YaHei', 微软雅黑, 'Microsoft JhengHei', 宋体;

}
.contenttexet{
    padding-top: 0px;
    /*margin-top: 10px;*/
    margin-bottom: 2px;
    background-color: #FFFFFF;
}

.h{
    padding-top: 25px;
    background-color: #f5f5f5;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 15px;
}


.not{
    overflow: hidden;
}

body::-webkit-scrollbar {/*滚动条整体样式*/
    width: 1px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

body::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}

body::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}
.friend{
    color: #bfbfbf !important;
}
.friend a:link{
    text-decoration: #fc8f0f !important;
    margin: 0 3px;
}
.friend a:hover{
  color: #fff !important;
}


.isPC {
    display: block;
}
.isPhone {
    display: none;
}

@media only screen and (max-width: 800px) {
    .isPC {
        display: none;
    }
    .isPhone {
        display: block;
    }
}



.back-top-pc {
    position: fixed;
    width: auto;
    /* height: 2.533333rem; */
    bottom: 1.333333rem;
    right: 0.6rem;
    z-index: 1;
  }
  .back-top-pe {
    position: fixed;
    width: auto;
    height: 1.44rem;
    bottom: 1.266667rem;
    right: 0.373333rem;
    z-index: 1;
  }
  .back-top-inner {
    width: 100%;
    height: 100%;
  }
  .back-top-icon {
    width: 0.666667rem;
    height: 0.666667rem;
    background: rgba(0,0,0,0.5);
    text-align: center;
    border-radius: 0.08rem;
    cursor: pointer;
    margin-bottom: 0.16rem;
    line-height: 0.666667rem;
  }
  .back-top-icon-pc {
    width: 0.666667rem;
    height: 0.666667rem;
    background: rgba(0,0,0,0.5);
    text-align: center;
    border-radius: 0.08rem;
    cursor: pointer;
    margin-bottom: 0.16rem;
    line-height: 0.666667rem;
  }
  .back-top-icon-pc img {
    width: 50%;
    margin-top: 0.24rem;
  }
  .back-top-icon img {
    width: 50%;
    margin-top: 0.333333rem;
  }
  .try-out-box-pc {
    background: rgba(0,0,0,.5);
    width: 0.533333rem;
    height: 0.533333rem;
    padding: 0.066667rem;
    /*line-height: 20px;*/
    border-radius: 0.053333rem;
    cursor: pointer;
    font-size: 0.186667rem;
    color: #fff;
    letter-spacing: 0.013333rem;
    text-align: center;
    margin-bottom: 0.16rem;
  }
  .try-out-box {
    background: rgba(0,0,0,.5);
    width: 0.533333rem;
    height: 0.533333rem;
    padding: 0.066667rem;
    /*line-height: 20px;*/
    border-radius: 0.08rem;
    cursor: pointer;
    font-size: 0.186667rem;
    color: #fff;
    letter-spacing: 0.013333rem;
    text-align: center;
    margin-bottom: 0.16rem;
  }
  .try-out-box-alive {
    background: #1483cc;
    width: 0.533333rem;
    height: 0.533333rem;
    padding: 0.066667rem;
    /*line-height: 20px;*/
    border-top-right-radius: 0.08rem;
    border-bottom-right-radius: 0.08rem;
    cursor: pointer;
    font-size: 0.186667rem;
    color: #fff;
    letter-spacing: 0.013333rem;
    text-align: center;
    margin-bottom: 0.266667rem;
  }
  .try-out-box-alive-pc {
    background: #1483cc;
    width: 0.533333rem;
    height: 0.533333rem;
    padding: 0.066667rem;
    /*line-height: 20px;*/
    border-top-right-radius: 0.08rem;
    border-bottom-right-radius: 0.08rem;
    cursor: pointer;
    font-size: 0.186667rem;
    color: #fff;
    letter-spacing: 0.013333rem;
    text-align: center;
    margin-bottom: 0.266667rem;
  }
  .try-out-word {
    font-size: 0.186667rem;
    color: #ffffff;
    line-height: 0.266667rem;
  }
  .try-out-word-pc {
    font-size: 0.186667rem;
    color: #ffffff;
    line-height: 0.266667rem;
  }
  .toppdr {
    padding-right: 0.226667rem;
  }
  .phone-wrapper a {
    position: absolute;
    left: 0;
  }
  .show-phone {
    position: absolute;
    line-height: 0.666667rem;
    height: 0.666667rem;
    width: 2.933333rem;
    text-align: center;
    right: 0.64rem;
    color: #fff;
    background: rgba(0,0,0,.5);
    font-size: 0.293333rem;
    border-top-left-radius: 0.08rem;
    border-bottom-left-radius: 0.08rem;
    z-index: -1;
  }
  .show-phone img {
    vertical-align: -0.04rem;
    margin-right: 0.133333rem;
  }
  .hideBg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
  
  /*@media screen and (max-width: 1024px) {*/
  .isPhone {
    font-family: PingFang-SC-Regular;
  }
  .isPhone .back-top {
    bottom: 0.6666665rem;
    right: 0.1333335rem;
    /* z-index: 1; */
  }
  .isPhone .back-top-icon {
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
  }
  .isPhone .try-out-box {
    width: 0.3666665rem;
    height: 0.3666665rem;
    padding: 0.0666665rem;
    line-height: 0.2rem;
    font-size: 0.16rem;
  }
  .isPhone .try-out-word {
    font-size: 0.1466665rem;
    color: #ffffff;
    line-height: 0.2rem;
  }
  .isPhone .toppdr {
    padding-right: 0;
  }
  .isPhone .back-top-pc {
      right: 0.3rem;
      bottom: 0.4rem;
  }
  .isPhone .back-top-icon img  {
      margin-top: 0.16rem;
  }