@charset "utf-8";
/*Global b*/
* {
    margin: 0;
    padding: 0;
}
body {
    text-align: left;
    font-family: tahoma,"Microsoft YaHei",arial,sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #333;
    background-color: #fff;
}
div {
    margin-left: auto;
    margin-right: auto;
}
ul {
    list-style: none;
}
li {
    list-style: none;
}
img {
    border: 0;
    vertical-align: middle;
    display: block;
}
.s-title{
    display: block;
}
a {
    cursor: pointer;
    text-decoration: none;
    color: #53b1b9;
    transition: all .4s;
    outline: none;
}
a:link {
}
a:visited {
}
a:hover {
    color: #ff8800;
    transition: all .4s;
}
a:active {
}
.hidden{
    display: none;
}
.loading {
    width: 100%;
    min-width: 100px;
    height: 100px;
    overflow: hidden;
    margin-top: 0;
    background: url(../img/loading.gif) center center no-repeat;
    float: left;
}
/*Global e*/

/*header b*/
header {
    width: 100%;
    min-width: 1220px;
    height: 120px;
}
.div-header {
    width: 1200px;
    height: 120px;
}
.a-logo {
    width: 305px;
    height: 120px;
    float: left;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
}
.a-logo:hover {
    background-position: center 16px;
}
.a-logo h1 {
    display: none;
}
.div-header p{
    width: 578px;
    height: 72px;
    border-left: 1px #e9e9e9 solid;
    line-height: 36px;
    float: left;
    margin: 25px 0 0 0;
    padding-left: 43px;
    font-size: 16px;
}
.a-logo2 {
    width: 273px;
    height: 120px;
    float: left;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 218px auto;
}
.a-logo2:hover {
    background-position: center 25px;
}
.a-logo2 .s-title {
    display: none;
}
/*header e*/
/*************div-menu b************/
.section-menu{
    width: 100%;
    min-width: 1220px;
    height: 48px;
    background-color: #318a86;
}
.ul-menu {
    width: 1200px;
    height: 48px;
    position: relative;
    z-index: 999;
    margin: 0 auto;
}

.ul-menu li {
    float: left;
    position: relative;
}

.ul-menu li .a-menu1 {
    height: 48px;
    margin-left: 0;
    margin-right: 0;
    float: left;
    overflow: hidden;
}

.ul-menu li .a-menu1 .s-title {
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    padding: 0;
    transition: color 0s,background-color 2.5s;
    background-color: #318a86;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    width: 133.3px;
    text-align: center;
}

.ul-menu li .a-menu1:hover .s-title {
    transition: color 0s,background-color .5s;
    background-color: #53b1b9;
    color: #fff;
}

.second-menu {
    position: absolute;
    top: 48px;
    left: 0px;
    display: none;
    padding: 15px 0;
    background: url('../img/s-menu-bg.png') 0 0 repeat;
    border-top: 1px #53b1b9 solid;
    border-bottom: 2px #53b1b9 solid;
}
.second-menu li {
    /*float: left;*/
    margin-top: 4px;
    margin-bottom: 4px;
}
.second-menu li .a-menu2 .s-title {
    float: none;
    height: 36px;
    line-height: 36px;
    /*min-width: 64px;*/
    max-width: 208px;
    display: block;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    text-align: left;
    padding: 0 34px;
    font-size: 16px;
}
.s-title-14px{
    font-size: 14px;
}
.second-menu li .a-menu2:hover .s-title {
    color: #ffff73;
    transition: color .3s;
}
/*************current menu b************/
#body-home #a-home .s-title,#body-about #a-about .s-title,#body-qysl #a-qysl .s-title,#body-product #a-product .s-title,#body-hexin #a-hexin .s-title,#body-fangan #a-fangan .s-title,#body-hangye #a-hangye .s-title,#body-news #a-news .s-title,#body-contact #a-contact .s-title{
    background-color: #53b1b9;
    color: #fff;
}
/*current menu e*/
.sm-0 {
    display: none;
}
.menu-product{
    width: 680px;
}
/*div-menu e*/
/*focus b*/
.section-focus {
    width: 100%;
    min-width: 1220px;
    height: auto;
    background-color: #f7f7f7;
}
.div-focus {
    width: 100%;
    min-width: 1220px;
}
/*swiper b*/
.div-focus .swiper-container {
    width: 100%;
}
.div-focus .swiper-slide {
    overflow: hidden;
}
.div-focus .swiper-slide a {
    display: block;
}
.div-focus .swiper-slide-active a:after {
    background: none;
}
.div-focus .swiper-slide img {
    width: 100%;
    display: block;
    /*max-height: 500px;*/
}
.div-focus .swiper-pagination {
    width: 100%;
    margin-top: -48px;
    overflow: hidden;
    display: block;
    min-width: 1220px;
}
.div-focus .swiper-pagination-bullet {
    margin-left: 14px;
    margin-right: 10px;
    width: 11px;
    height: 11px;
    background-color: #fff;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    vertical-align: middle;
}
.div-focus .swiper-pagination-bullet-active {
    width: 7px;
    height: 7px;
    background-color: #fff;
    border: 5px solid #53b1b9;
    opacity: 1;
    filter: Alpha(opacity=100);
    margin-left: 11px;
    margin-right: 7px;
}
/*swiper e*/
/*focus e*/
/*product b*/
.section-product {
    width: 100%;
    min-width: 1220px;
    height: auto;
    background-color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 74px 0 75px 0;
}
.div-product{
    width: 1200px;
}
.s-title-home{
    width: 1200px;
    height: 52px;
    overflow: hidden;
    line-height: 280px;
    display: block;
    margin: 0 auto 0 auto;
    background: url('../img/product-title-bg2.png') center top no-repeat;
}
.ul-product{
    width: 1200px;
    overflow: hidden;
    margin: 32px 0 5px 0;
}
.ul-product li{
    width: 228px;
    float: left;
    margin-right: 15px;
    overflow: hidden;
    height: 250px;
}
.ul-product li:nth-child(5){
    margin-right: 0;
}
.ul-product li:nth-child(6){
    display: none;
}
.ul-product img{
    width: 228px;
    height: 164px;
    transition: all .5s;
}
.ul-product .s-title{
    width: 228px;
    height: 36px;
    color: #333;
    font-size: 16px;
    margin-top: 16px;
    display: block;
    overflow: hidden;
    line-height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    transition: all .5s;
}
.ul-product .p-desc{
    width: 228px;
    height: 24px;
    line-height: 24px;
    color: #999;
    margin-top: 0px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center;
    transition: all .5s;
}
.ul-product a:hover img{
    width: 258px;
    height: 186px;
    margin-left: -15px;
    margin-top: -9px;
    transition: all .5s;
}
.ul-product a:hover .s-title, .ul-product a:hover .p-desc{
    color: #53b1b9;
    transition: all .5s;
}
.a-more{
    width: 228px;
    height: 48px;
    line-height: 48px;
    border: 1px #e0e0e0 solid;
    border-radius: 4px;

    margin: 27px auto 0 40.5%;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
}
.span-red{
    width: 6px;
    height: 18px;
    border-radius: 2px;
    background-color: #53b1b9;
    display: inline-block;
    vertical-align: middle;
    margin: -5px 8px auto auto;
}
.a-more:hover .span-red{
    width: 16px;
    transition: all .3s;
}
.span-more{
    color: #333;
    font-size: 16px;
}
.a-more:hover .span-more{
    color: #318a86;
}
/*product e*/
/*fangan b*/
.section-fangan {
    width: 100%;
    min-width: 1220px;
    height: auto;
    background-color: #f4f5f6;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 74px 0 75px 0;
}
.div-fangan{
    width: 1200px;
}
.s-title-home-fangan{
    background: url('../img/fangan-title-bg2.png') center top no-repeat;
}
/*div-fangan-tab b*/
.div-fangan-tab{
    width: 1200px;
    height: 36px;
    margin-top: 3px;
    overflow: hidden;
}
.div-fangan-tab .swiper-slide{
    width: auto;
    height: 36px;
    cursor: pointer;
    text-align: center;
}
.div-fangan-tab .s-title{
    width: auto;
    max-width: 160px;
    height: 34px;
    overflow: hidden;
    font-weight: normal;
    line-height: 34px;
    /*float: left;*/
    display: inline-block;
    transition: all .3s;
    font-size: 16px;
    border-bottom: 2px #f4f5f6 solid;
}
.div-fangan-tab .active-nav .s-title, .div-fangan-tab .swiper-slide:hover .s-title{
    color: #53b1b9;
    transition: all .3s;
    border-bottom: 2px #53b1b9 solid;
}
/*div-fangan-tab e*/
/*div-fangan-view b*/
.div-fangan-view{
    width: 1200px;
    height: 394px;
    margin-top: 25px;
    overflow: hidden;
}
/*div-fangan-view e*/
.div-fangan-view img{
    width: 793px;
    height: 394px;
    float: left;
}
.div-fangan-view .div1{
    width: 405px;
    height: 392px;
    float: left;
    border: 1px #e9e9e9 solid;
    background-color: #fff;
}
.div-fangan-view .s-title{
    width: 300px;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 50px auto auto 58px;
    font-size: 16px;
    text-shadow: 3px 3px 2px #fff;
    font-weight: bold;
}
.div-fangan-view p{
    width: 300px;
    float: left;
    height: 130px;
    line-height: 26px;
    margin: 15px auto auto 58px;
    text-shadow: 3px 3px 2px #fff;
    /*多行文本省略*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.div-fangan-view a{
    width: 121px;
    float: left;
    height: 32px;
    line-height: 32px;
    margin: 25px auto auto 58px;
    background-color: #53b1b9;
    color: #fff;
    text-align: center;
}
.div-fangan-view a:hover{
    background-color: #ff8800;
    color: #fff;
}
/*fangan e*/
/*hexin b*/
.section-hexin {
    width: 100%;
    min-width: 1220px;
    height: auto;
    background-color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 74px 0 45px 0;
}
.div-hexin{
    width: 1200px;
}
.s-title-home-hexin{
    background: url('../img/hexin-title-bg2.png') center top no-repeat;
}
.ul-hexin{
    width: 1200px;
    overflow: hidden;
    margin: 32px 0 5px 0;
}
.ul-hexin li{
    width: 370px;
    float: left;
    margin-right: 45px;
    overflow: hidden;
    height: 340px;
    margin-bottom: 45px;
}
.ul-hexin li:nth-child(3n+0){
    margin-right: 0;
}
.ul-hexin img{
    width: 370px;
    height: 340px;
    transition: all .5s;
    float: left;
}
.ul-hexin .s-title{
    width: 370px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    margin-top: -40px;
    overflow: hidden;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    background-color:rgba(0,0,0,0.5);
    float: left;
    transition: all .3s;
}
.ul-hexin .div-2{
    width: 370px;
    height: 300px;
    margin-top: 0;
    overflow: hidden;
    text-align: center;
    background-color:rgba(0,0,0,0.5);
    float: left;
    transition: all .3s;
}
.ul-hexin .div-2 span{
    width: 290px;
    height: 40px;
    line-height: 40px;
    margin-top: 45px;
    overflow: hidden;
    color: #fff;
    padding: 0 40px;
    font-size: 18px;
    display: block;
}
.ul-hexin .div-2 p{
    width: 290px;
    height: 144px;
    line-height: 36px;
    margin-top: 15px;
    color: #fff;
    padding: 0 40px;
    font-size: 16px;
    /*多行文本省略*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.ul-hexin a:hover .s-title{
    margin-top: -340px;
    transition: all .3s;
    background-color:rgba(83,177,185,0.9);
}
.ul-hexin a:hover .div-2{
    margin-top: -300px;
    transition: all .3s;
}
/*hexin e*/
/*hangye b*/
.section-hangye {
    width: 100%;
    min-width: 1220px;
    height: auto;
    background-color: #f4f5f6;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 74px 0 65px 0;
}
.div-hangye{
    width: 1200px;
}
.s-title-home-hangye{
    background: url('../img/hangye-title-bg2.png') center top no-repeat;
}
.ul-hangye1{
    width: 1200px;
    overflow: hidden;
    margin: 32px 0 5px 0;
}
.ul-hangye1 li{
    width: 600px;
    float: left;
    overflow: hidden;
    height: 330px;
}
.ul-hangye1 img{
    width: 600px;
    float: left;
    height: 330px;
}
.ul-hangye1 .s-title{
    width: 256px;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: -276px auto auto 58px;
    font-size: 16px;
    text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
    font-weight: bold;
}
.ul-hangye1 p{
    width: 256px;
    float: left;
    height: 78px;
    line-height: 26px;
    margin: -242px auto auto 58px;
    text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
    /*多行文本省略*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.ul-hangye1 a{
    width: 121px;
    float: left;
    height: 32px;
    line-height: 32px;
    margin: -147px auto auto 58px;
    background-color: #53b1b9;
    color: #fff;
    text-align: center;
}
.ul-hangye1 a:hover{
    background-color: #ff8800;
    color: #fff;
}
.ul-hangye2{
    width: 1200px;
    overflow: hidden;
    margin: 32px 0 0 0;
}
.ul-hangye2 li{
    width: 280px;
    float: left;
    margin-right: 26px;
    overflow: hidden;
    height: 220px;
}
.ul-hangye2 li:nth-child(4){
    margin-right: 0;
}
.ul-hangye2 img{
    width: 280px;
    height: 187px;
    transition: all .5s;
    float: left;
}
.ul-hangye2 .s-title{
    width: 280px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    margin-top: -40px;
    display: block;
    overflow: hidden;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    background-color:rgba(0,0,0,0.6);
    float: left;
    transition: all .5s;
}
.ul-hangye2 a:hover .s-title{
    background-color:rgba(83,177,185,0.9);
    transition: all .5s;
}
/*hangye e*/

/*news b*/
.section-news {
    width: 100%;
    min-width: 1220px;
    height: auto;
    background-color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 74px 0 75px 0;
}
.div-news{
    width: 1200px;
}
.s-title-home-news{
    background: url('../img/news-title-bg2.png') center top no-repeat;
}
/*ul-news-1 b*/
.ul-news-1{
    width: 586px;
    height: 240px;
    overflow: hidden;
    margin-top: 30px;
    float: left;
}
.ul-news-1 li{
    float: left;
    margin: 0 26px 0 0 ;
}
.ul-news-1 li:nth-child(2n){
    margin: 0 0 0 0 ;
}

.ul-news-1 li a{
    float: left;
    width: 280px;
    height: 258px;
    overflow: hidden;
}
.ul-news-1 li a img{
    float: left;
    width: 280px;
    height: 158px;
    transition: all .5s;
}
.ul-news-1 li a .s-title{
    float: left;
    width: 280px;
    height: 35px;
    line-height: 32px;
    margin: 10px auto auto 0;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    font-size: 16px;
}
.ul-news-1 li a .s-date{
    float: left;
    width: 280px;
    height: 22px;
    line-height: 22px;
    margin: 0 auto auto 0;
    text-align: center;
    color: #333;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ul-news-1 li a:hover img{
    width: 310px;
    height: 175px;
    margin-left: -15px;
    margin-top: -8px;
    transition: all .5s;
}
.ul-news-1 li a:hover .s-title,.ul-news-1 li a:hover span{
    color: #318a86;
    transition: all .5s;
}
/*ul-news-1 e*/
/*ul-news-2 b*/
.ul-news-2{
    width: 554px;
    height: 240px;
    overflow: hidden;
    margin-top: 20px;
    margin-left: 60px;
    float: left;
}
.ul-news-2 li{
    float: left;
    margin: 0 0 0 0 ;
}
.ul-news-2 li a{
    float: left;
    width: 554px;
    height: 30px;
    overflow: hidden;
}
.ul-news-2 li a .s-date{
    float: left;
    width: 108px;
    height: 30px;
    line-height: 30px;
    margin: 0 ;
    text-align: left;
    color: #333;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ul-news-2 li a .s-title{
    float: left;
    width: 446px;
    height: 30px;
    font-weight: normal;
    line-height: 30px;
    margin: 0;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    font-size: 16px;

    /*justify-content: left;*/
    /*align-items: left;*/
}
.ul-news-2 li a:hover span{
    color: #318a86;
}
.ul-news-2 li a:hover .s-title{
    color: #318a86;
}
/*ul-news-2 e*/
/*news e*/
/*footer b*/
.footer {
    width: 100%;
    min-width: 1220px;
    height: auto;
    background-color: #1d2432;
    border-top: 1px solid #1d2432;
    border-bottom: 1px solid #1d2432;
    padding: 0 0 0 0;
}
.div-footer{
    width: 1200px;
}
.div-contact{
    width: 1200px;
    height: 236px;
    color: #b9c6d0;
    text-align: center;
    overflow: hidden;
}
.div-contact a{
    color: #b9c6d0;
}
.div-contact a:hover{
    color: #53b1b9;
}
.div-address{
    width: 600px;
    float: left;
}
.nav-footer{
    font-size: 16px;
    line-height: 48px;
    margin: 28px auto 0px auto;
}
.div-vline{
    width: 1px;
    height: 140px;
    float: left;
    margin: 50px 0 auto 0;
    border-left: 1px #484d66 dotted;
}
.div-qrc-footer{
    width: 598px;
    float: left;
}
.div-qrc-footer li{
    width: 140px;
    height: 162px;
    float: left;
    margin: 28px 0 auto 54px;
}
.div-qrc-footer li span{
    width: 140px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
}
.div-qrc-footer li img{
    width: 120px;
    height: 120px;
    margin-left: 10px;
}
.div-link{
    width: 1160px;
    border-top: 1px #484d66 dotted;
    color: #6c7684;
    padding: 15px 20px 15px 20px;
    text-align: center;
}
.div-link span{
    margin: 0 0 0 15px;
    white-space: nowrap;
    display: inline-block;
}
.div-link a{
    margin: 0 15px 0 15px;
    white-space: nowrap;
    display: inline-block;
}
.div-support{
    width: 1200px;
    line-height: 26px;
    padding: 21px 0;
    color: #6c7684;
    text-align: center;
    border-top: 1px #484d66 dotted;
}
.div-support span{
    white-space: nowrap;
    margin: 0 15px 0 15px;
    display: inline-block;
}
.div-link a, .div-support a{
    color: #6c7684;
}
.div-link a:hover, .div-support a:hover{
    color: #53b1b9;
}
.div-tongji{
    display: none;
}
/*footer e*/
/*float qq b*/
*html body
{
    background-attachment:fixed;
    /*background-image:url(about:blank);*/
}
.div-float
{
    position:fixed;
    top:280px;
    right:0px;
    z-index:99999;
}
*html .div-float
{
    position:absolute;
    top:expression(offsetParent.scrollTop+280);
    right:expression(offsetParent.scrollRight);
}
/*left b*/
.div-float .floatL
{
    position:relative;
    width:24px;
    float:left;
}
.div-float .floatL a
{
    text-indent:-9999px;
    display:block;
    font-size:0px;
}
.div-float .btnOpen
{
    background:url('../img/qq-l.png') -22px 10px no-repeat;
    position:relative;
    width:22px;
    height:56px;
    top:0;
    left:0;
}
.div-float .btnCtn
{
    background:url('../img/qq-l.png') 0 10px no-repeat;
    position:relative;
    width:22px;
    height:56px;
    top:0;
    left:0;
}
/*left e*/
/*right b*/
.div-float .floatR
{
    width:48px;
    height:280px;
    float:left;
    background-image:url('../img/float-bg.png');
    background-position:0px 0px;
    background-repeat:no-repeat;
    text-align:center;
}
.div-float .floatR .a-qq
{
    width:48px;
    height:55px;
    float:left;
    background-image:url('../img/qq-r.png');
    background-repeat:no-repeat;
    margin-left:0px;
    transition: none;
}
.div-float .floatR .a-qq1
{
    margin-top:3px;
    background-position:0px -3px;
}
.div-float .floatR .a-qq2
{
    margin-top:0px;
    background-position:0px -58px;
}
.div-float .floatR .a-qq3
{
    margin-top:0px;
    background-position:0px -113px;
}
.div-float .floatR .a-qq4
{
    margin-top:0px;
    background-position:0px -168px;
}
.div-float .floatR .a-qq5
{
    margin-top:0px;
    background-position:0px -223px;
}
.div-float .floatR .a-qq1:hover
{
    background-position:-48px -3px;
}
.div-float .floatR .a-qq2:hover
{
    background-position:-48px -58px;
}
.div-float .floatR .a-qq3:hover
{
    background-position:-48px -113px;
}
.div-float .floatR .a-qq4:hover
{
    background-position:-48px -168px;
}
.div-float .floatR .a-qq5:hover
{
    background-position:-48px -223px;
}
/*right e*/
/*************qq b************/
#div-qq
{
    position:absolute;
    /*left:-148px;*/
    right:48px;
    top:0px;
    width:180px;
    height:196px;
    display:none;
    background: url('../img/s-menu-bg.png') 0 0 repeat;
    border-right:1px #6d7580 solid;
}
#div-qq span
{
    color: #fff;
    width: 180px;
    height: 26px;
    line-height: 26px;
    display: block;
    float: left;
    margin: 10px auto auto 0px;
}
#div-qq img
{
    width: 120px;
    height: 120px;
    display: block;
    float: left;
    margin: 10px auto auto 30px;
}
/*************qq e************/
/*************wx b************/
#div-wx
{
    position:absolute;
    /*left:-148px;*/
    right:48px;
    top:0px;
    width:180px;
    height:196px;
    display:none;
    background: url('../img/s-menu-bg.png') 0 0 repeat;
    border-right:1px #6d7580 solid;
}
#div-wx span
{
    color: #fff;
    width: 180px;
    height: 26px;
    line-height: 26px;
    display: block;
    float: left;
    margin: 10px auto auto 0px;
}
#div-wx img
{
    width: 120px;
    height: 120px;
    display: block;
    float: left;
    margin: 10px auto auto 30px;
}
/*************wx e************/
/*************gw b************/
#div-gw
{
    position:absolute;
    /*left:-148px;*/
    right:48px;
    top:0px;
    width:180px;
    height:196px;
    display:none;
    background: url('../img/s-menu-bg.png') 0 0 repeat;
    border-right:1px #6d7580 solid;
}
#div-gw span
{
    color: #fff;
    width: 180px;
    height: 26px;
    line-height: 26px;
    display: block;
    float: left;
    margin: 10px auto auto 0px;
}
#div-gw img
{
    width: 120px;
    height: 120px;
    display: block;
    float: left;
    margin: 10px auto auto 30px;
}
/*************gw e************/
/*email b*/
#div-email
{
    position:absolute;
    /*left:-148px;*/
    right:48px;
    top:168px;
    width:100px;
    height:54px;
    display:none;
    background: url('../img/s-menu-bg.png') 0 0 repeat;
    border-right:1px #6d7580 solid;
}
#div-email span
{
    color: #fff;
    width: 100px;
    height: 54px;
    line-height: 54px;
    display: block;
    float: left;
    margin: 0px auto auto 0px;
}
/*email e*/
/*totop b*/
#div-totop
{
    position:absolute;
    /*left:-148px;*/
    right:48px;
    top:223px;
    width:100px;
    height:54px;
    display:none;
    background: url('../img/s-menu-bg.png') 0 0 repeat;
    border-right:1px #6d7580 solid;
}
#div-totop span
{
    color: #fff;
    width: 100px;
    height: 54px;
    line-height: 54px;
    display: block;
    float: left;
    margin: 0px auto auto 0px;
}
/*totop e*/
/*float qq e*/
/*m totop b*/
.totop{
    display:none;
}
/*m totop e*/
/*m-menu b*/
.div-open-m-menu{
    display:none;
}
/*main menu b*/
.div-m-mask{
    display:none;
}
.div-m-menu{
    display:none;
}
/*main menu e*/
/*m-menu e*/