﻿@charset "UTF-8";

/* reset */
html {
    color: #000;
    background: #fff;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

body {
    font: 16px/1.5 "微软雅黑",Tahoma,Helvetica,Arial,"\5b8b\4f53",sans-serif;
}

img {
    border: none;
}

em, strong {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

button, input, select, textarea {
    font-size: 100%;
}
/* 使得表单元素在 ie 下能继承字体大小 */
input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

address, cite, dfn, em, var {
    font-style: normal;
}
/* 将斜体扶正 */

/* link */
a {
    color: #36c;
    text-decoration: none;
}

    a:hover {
        color: #f60;
        text-decoration: underline;
    }

#container {
    margin: 0 auto;
    width: 100%;
    height: 900px;
}

#header_index {
    position: relative;
    height: 64px;
    margin: 0 auto;
    width: 1004px;
}

#header {
    position: relative;
    height: 64px;
    margin: 0 auto;
    width: 1004px;
}


#top_nav_layer {
    position: fixed;
    _position: absolute;
    top: 0;
    _top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop: document.body.scrollTop);
    z-index: 20000;
    width: 100%;
    height: 64px;
    background: #fff;
    background-color: white;
    -webkit-transition: top .5s ease, height .5s ease;
    -moz-transition: top .5s ease, height .5s ease;
    transition: top .5s ease, height .5s ease;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .5);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .5);
    font-style: normal;
    font-family: "ProximaRegular", Arial, sans-serif;
    font-weight: normal;
}

html {
    _text-overflow: ellipsis;
}

#header_top_fixed {
    position: relative;
    height: 64px;
    margin: 0 auto;
    width: 1004px;
    z-index: 50000;
}

#outer_layer {
    display: none;
    _position: absolute;
    position: fixed;
    top: 0;
    _top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop+15 : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
    z-index: 2000;
    width: 100%;
    height: 64px;
    background: #fff;
    background-color: white;
    -webkit-transition: top .5s ease, height .5s ease;
    -moz-transition: top .5s ease, height .5s ease;
    transition: top .5s ease, height .5s ease;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .5);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .5);
    font-style: normal;
    font-family: "ProximaRegular", Arial, sans-serif;
    font-weight: normal;
}

#header_fixed {
    position: relative;
    height: 64px;
    margin: 0 auto;
    width: 1004px;
}

#fix_logo {
    display: inline-block;
    background: url(../images/newimg/logo.gif) no-repeat;
    width: 54px;
    height: 53px;
    margin-top: 5px;
}

#logo {
    display: inline-block;
    background: url(http://zzm-static.dsxdn.com/static/images/newimg/logo_03333.jpg) no-repeat;
    width: 184px;
    height: 54px;
    margin-top: 5px;
}

img {
    max-width: 100%;
}

#menu {
    position: relative;
}

#top_menu_c1 {
    top: 64px;
    position: fixed;
    _position: absolute;
    _top: 64px;
    width: 100%;
    background: url(http://zzm-static.dsxdn.com/static/images/newimg/banner.jpg) no-repeat top center;
}

#area_down {
    position: relative;
    width: 1004px;
    height: 100%;
    margin: 0 auto;
}


.nav_bar {
    position: absolute;
    display: inline-block;
    left: 250px;
    top: 22px;
}

    .nav_bar li {
        float: left;
    }

    .nav_bar a {
        display: inline-block;
        float: left;
        margin-right: 30px;
        font-size: 14px;
        color: #393939;
    }

a.nav_current {
    color: #e3501e !important;
}

.nav_download {
    position: absolute;
    display: inline-block;
    left: 816px;
    top: 15px;
    display: none;
}

.nav_sogou {
    position: absolute;
    display: inline-block;
    left: 702px;
    top: 27px;
    width: 300px;
    height: 16px;
}

    .nav_sogou li {
        float: left;
        position: relative;
    }

.link_input {
    background: url(../images/index/link_in_one.png);
    background-position: 0 0;
    position: relative;
    width: 92px;
    height: 16px;
}

    .link_input a {
        position: relative;
        display: inline-block;
        width: 92px;
        height: 16px;
    }

.link_browser {
    background: url(../images/index/link_in_one.png);
    background-position: -92px 0;
    position: relative;
    width: 75px;
    height: 16px;
}

    .link_browser a {
        position: relative;
        display: inline-block;
        width: 75px;
        height: 16px;
    }

.link_mob_input {
    background: url(../images/index/link_in_one.png);
    background-position: -167px 0;
    position: relative;
    width: 81px;
    height: 16px;
}

    .link_mob_input a {
        display: inline-block;
        width: 81px;
        height: 16px;
    }

.link_bz {
    background: url(../images/index/link_in_one.png);
    background-position: -247px 0;
    position: relative;
    width: 46px;
    height: 15px;
}

    .link_bz a {
        display: inline-block;
        width: 46px;
        height: 15px;
    }

.nav_download li {
    float: left;
}

.nav_download a {
    display: inline-block;
    width: 89px;
    height: 36px;
}

.foot_nav {
    position: relative;
    height: 116px;
    width: 1004px;
    margin: 0 auto;
}

.foot_link {
    position: absolute;
    display: inline-block;
    left: 21px;
    top: 30px;
    height: 32px;
    color: #919191;
    font-size: 12px;
}

.qq_contact {
    position: absolute;
    left: 319px;
    font-size: 12px;
    line-height: 19px;
    white-space: nowrap;
}

.foot_link a {
    display: inline-block;
    color: #919191;
}

.foot_weibo {
    position: absolute;
    height: 57px;
    width: 200px;
    left: 835px;
    top: 29px;
    display: inline-block;
}

.top_android {
    position: relative;
    background: url(../images/index/all_button.png) no-repeat;
    background-position: -15px -174px;
    width: 89px;
    height: 36px;
}

.top_ios {
    position: relative;
    background: url(../images/index/all_button.png) no-repeat;
    background-position: -15px -224px;
    width: 89px;
    height: 36px;
    margin-left: 10px;
}

.top_margin {
    margin-top: 20px;
}

.sinaweibo {
    position: absolute;
    background: url(../images/index/all_button.png) no-repeat;
    background-position: -18px -305px;
    position: relative;
    display: inline-block;
    width: 57px;
    height: 57px;
    top: 0;
    left: 0;
}

.weixin {
    position: absolute;
    background: url(../images/index/all_button.png) no-repeat;
    background-position: -95px -305px;
    position: relative;
    display: inline-block;
    left: 18px;
    top: 0;
    width: 57px;
    height: 57px;
}

.foot_link span {
    display: inline-block;
}

.spanmail {
    width: 16px;
    height: 12px;
    background: url(../images/newimg/mail.gif) no-repeat;
    margin-right: 5px;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 0;
}

.link_mail {
    position: absolute;
    left: 29px;
    top: 0;
    font-size: 12px;
    line-height: 14px;
}

.qqpic {
    position: absolute;
    left: 283px;
    width: 19px;
    height: 16px;
    background: url(../images/newimg/qq.gif) no-repeat;
    margin-left: 16px;
}

.kefuqq {
    position: absolute;
    font-size: 12px;
    line-height: 19px;
    left: 376px;
}

.copyright {
    margin-top: 24px;
}

.green_bar {
    position: absolute;
    left: 243px;
    top: 61px;
    width: 41px;
    height: 3px;
    z-index: 3000;
}

.gray_line {
    position: absolute;
    top: 61px;
    width: 100%;
    height: 2px;
    z-index: 2000;
    /* -webkit-box-shadow: 1px 3px 1px #ebebeb;
    -moz-box-shadow: 1px 3px 1px #ebebeb;*/
    box-shadow: 3px 3px 4px #ccc;
    -moz-box-shadow: 3px 3px 4px #ccc;
    -webkit-box-shadow: 3px 3px 4px #ccc;
    *filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color="#cccccc");
}

.top_index_img {
    position: relative;
    max-height: 895px;
    height: auto;
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.layer_second {
    position: relative;
    max-height: 635px;
    height: auto;
    width: 100%;
}

.layer_third {
    position: relative;
    max-height: 717px;
    height: auto;
    width: 100%;
}


.back2top {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 20000;
}

.b_img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 20000;
    display: block;
    width: 42px;
    height: 42px;
    background: url(../images/newimg/backtop.png) 0 0;
}

.border_line0 {
    position: relative;
    width: 100%;
    height: 2px;
    background: url(../images/index/border_bg0.gif) repeat-x;
}

.border_line1 {
    position: relative;
    width: 100%;
    height: 1px;
    background: url(../images/index/border_bg1.gif) repeat-x;
}

.border_line2 {
    position: relative;
    width: 100%;
    height: 2px;
    background: url(../images/index/border_bg2.gif) repeat-x;
}

.border_line3 {
    position: relative;
    width: 100%;
    height: 11px;
    background: url(../images/index/border_dianhua_bottom.gif) repeat-x;
}

.weixin_code {
    width: 116px;
    height: 169px;
    position: absolute;
    top: -191px;
    left: 51px;
    display: none;
}

.scroll_gif {
    width: 53px;
    height: 53px;
    position: relative;
    z-index: 5500;
    margin-top: 800px;
    left: 50%;
    margin-left: -27px;
    display: inline-block;
}

#top_nav_layer {
    font-family: "微软雅黑";
}

    #top_nav_layer a {
        text-decoration: none !important;
    }


        #top_nav_layer a:hover {
            text-decoration: none !important;
            color: #e3501e;
        }

        #top_nav_layer a:active {
            color: #369a50;
        }
/*-----------------------------------------------------------------------------------------back-----------
                ------------------------------------------------------------------------------*/
.clearfix {
    zoom: 1;
    clear: both;
}

    .clearfix:after {
        content: '.';
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

.fl {
    float: left;
}

.fr {
    float: right;
}


/*--color-*/
.orange {
    color: #ff9c00;
}

.green {
    color: #3daf2c;
}

.orange-bg, .box .orange-bg {
    background: #ff9c00;
}

.green-bg {
    background: #3daf2c;
}

.white-bg {
    background: #fff;
}
/*-----reset-----*/
a {
    color: #4d4d4d;
}

.wd1004 {
    width: 1004px;
}

.join {
    position: absolute;
    top: 10px;
    right: 0;
}

    .join li {
        float: left;
        margin: 5px;
    }

        .join li a {
            color: #FFF;
            display: block;
            padding: 5px 10px;
        }

#top_nav_layer .join li a:hover {
    color: #fff;
}

.box {
    width: 100%;
    position: relative;
    z-index: 222;
    zoom: 1;
}

    .box, .box .wd1004 {
        height: 500px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        zoom: 1;
    }

.tip1, .tip2, tip3 {
    position: absolute;
}

.joinbox {
    width: 1004px;
    margin: 0 auto;
    height: 100%;
}

.login {
    background: url("../images/loginbg.png") repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    float: left;
    height: 320px;
    margin-top: 100px;
    position: relative;
    width: 310px;
}

.auth-area {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 310px;
    margin: 5px auto 0;
    width: 300px;
}

.l-r-name {
    border-bottom: 1px solid #E0E0E0;
    height: 60px;
    margin: 0 auto;
    width: 90%;
}

    .l-r-name .tab {
        float: right;
        width: 102px;
    }

    .l-r-name .name {
        float: left;
        line-height: 60px;
    }

    .l-r-name * {
        display: inline-block;
    }

    .l-r-name .tab span.current {
        background-color: #FFFFFF;
        border-left: 1px solid #E0E0E0;
        border-right: 1px solid #E0E0E0;
        border-top: 1px solid #E0E0E0;
    }

    .l-r-name .tab span {
        float: left;
        height: 30px;
        margin-top: 30px;
        position: relative;
        text-align: center;
        width: 50px;
    }

        .l-r-name .tab span a {
            font-family: "宋体";
            font-size: 12px;
        }

.login-form {
    margin: 15px auto 0;
    overflow: visible;
    position: relative;
    width: 250px;
}

    .login-form input.unimg {
        background: url("../images/user.jpg") no-repeat scroll 0 7px rgba(0, 0, 0, 0);
    }

    .login-form input.username, .login-form input.password {
        border: 1px solid #D0D0D0;
        border-radius: 4px;
        color: #AAAAAA;
        font-size: 14px;
        height: 45px;
        line-height: 45px;
        padding-left: 42px;
        width: 200px;
    }

    .login-form input.pwdimg {
        background: url("../images/password.jpg") no-repeat scroll 0 7px rgba(0, 0, 0, 0);
    }

    .login-form .red-btn {
        background: none repeat scroll 0 0 #e3501e;
        border: medium none;
        border-radius: 3px;
        color: #FFFFFF;
        cursor: pointer;
        font-family: "Microsoft YaHei","YouYuan";
        font-size: 18px;
        height: 40px;
        margin-top: 10px;
        width: 250px;
    }


.box1 .tip1 {
    top: 142px;
}

.box1 .tip2 {
    width: 330px;
    top: 274px;
    right: 0px;
}

    .box1 .tip2 h1, .tip2 h1 {
        color: #e3501e;
        font-size: 36px;
        font-weight: normal;
        line-height: 36px;
        margin-bottom: 40px;
    }

    .box1 .tip2 p, .tip2 p {
        color: #4D4D4D;
        font-size: 16px;
        line-height: 27px;
    }

.box2 .tip1 {
    top: 155px;
    right: 0;
}

.box2 .tip2 {
    width: 330px;
    top: 200px;
    left: 0;
}

    .box2 .tip2 h1 {
        color: #fff;
    }

    .box2 .tip2 p {
        color: #fff;
    }

.box3 .tip1 {
    top: 110px;
}

.box3 .tip2 {
    width: 330px;
    top: 177px;
    right: 0;
}

    .box3 .tip2 h1 {
    }

    .box3 .tip2 p {
    }

.box5 .tip1 {
    top: 120px;
    right: 100px;
}

.box5 .tip2 {
    width: 330px;
    top: 150px;
    left: 100px;
}

    .box5 .tip2 h1 {
    }

    .box5 .tip2 p {
    }

.box5 a {
    display: block;
    height: 58px;
    background: #3daf2c;
    width: 224px;
    margin: 5px 0;
    text-align: center;
    line-height: 58px;
    font-size: 24px;
    color: #fff;
}

    .box5 a:hover {
        text-decoration: none;
    }

.box5 .ATC1 {
    display: block;
}

.box5 .ATC2 {
}

.box6 .whitetil, .box7 .whitetil {
    text-align: center;
    color: #fff;
    margin: 50px 0 0;
}

    .box6 .whitetil span, .box7 .whitetil span {
        display: block;
        width: 160px;
        height: 82px;
        margin: 0 auto;
        padding-left: 82px;
        background: url(../images/newimg/case-2_25ff.jpg) no-repeat left center;
        font: 32px/82px "微软雅黑",Tahoma,Helvetica,Arial;
        font-weight: normal;
    }

    .box7 .whitetil span {
        background: url(../images/newimg/anli.jpg) no-repeat;
        color: #e3501e;
    }

.footer {
    position: relative;
    z-index: 9999;
    background: none #333;
    height: 110px;
    border-top:: 2px solid #41a05a;
    width: 100%;
}

.font-nav {
    width: 800px;
    margin-top: 50px;
}

    .font-nav ul {
        height: auto;
        overflow: hidden;
    }

    .font-nav li {
        float: left;
        margin-right: 15px;
    }

    .font-nav a, .font-nav p {
        font: 12px/14px "微软雅黑";
        color: #919191;
    }

.imgfr {
    margin-top: 50px;
}
/*-------slider------------*/
#slider {
    width: 690px;
    height: 312px;
    overflow: hidden;
    padding: 20px 15px;
    position: relative;
    margin: 0 auto;
}

.scroll {
    width: 620px;
    height: 312px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.scrollContainer {
    position: relative;
    width: 1815px;
    left: 0px;
}

    .scrollContainer .current .inside {
        width: 230px;
        height: 288px;
    }

    .scrollContainer .panel {
        width: 170px;
        height: 235px;
        float: left;
        margin-right: 25px;
        display: inline;
    }

.panel .inside {
    display: block;
    position: relative;
}

.inside img {
    height: 100%;
    width: 100%;
}

.scroll li .inside span {
    width: 197px;
    height: 37px;
    line-height: 37px;
    display: none;
    position: absolute;
    bottom: -17px;
    left: 16px;
    background-color: #c69;
    font-size: 14px;
    color: #FFF;
    text-align: center;
}

.scroll li.current .inside span {
    display: block;
}

.btnMode a.btn {
    background: url(%E6%97%A0%E6%A0%87%E9%A2%98%E6%96%87%E6%A1%A3_files/index.png) no-repeat;
}

.btnMode a.btn {
    width: 20px;
    height: 39px;
    position: absolute;
    top: 125px;
}

.btnMode a.prev {
    left: 0;
    background-position: 0 -61px;
}

    .btnMode a.prev:hover {
        background-position: 0 -102px;
    }

.btnMode a.next {
    right: 0;
    background-position: -50px -61px;
}

    .btnMode a.next:hover {
        background-position: -50px -102px;
    }

/* sliderbox */
.sliderbox {
    background: url() no-repeat 0 -1px;
    width: 900px;
    height: 254px;
    overflow: hidden;
    padding: 50px 0 0 0;
    margin: 0px auto;
}

.arrow-btn {
    margin: 90px 0 0 0;
    display: inline;
    background: url(../images/newimg/case-2_33dd.jpg) no-repeat;
    width: 30px;
    height: 55px;
    overflow: hidden;
    cursor: pointer;
}

#btn-left, #btn-left.dasabled {
    float: left;
    margin-left: 12px;
    background-position: -32px 0;
}

#btn-right, #btn-right.dasabled {
    float: right;
    margin-right: 6px;
    cursor: pointer;
    background-position: 0px 0;
}

.slider {
    width: 627px;
    overflow: hidden;
    position: relative;
    height: 254px;
    float: left;
    margin-left: 100px;
}

    .slider ul {
        position: absolute;
        left: 0px;
        top: 32px;
        width: 1800px;
        height: 209px;
        list-style: none;
    }

    .slider li {
        float: left;
        width: 209px;
        height: 234px;
    }

    .slider a {
        display: block;
        text-decoration: none;
        color: #073a5e;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        margin-top: 24px;
    }

    .slider img {
        width: 149px;
        display: inline-block!important;
    }

/*anli*/
.clear {
    clear: both;
    display: block;
}

.carousel {
    width: 1004px;
    margin: 30px auto;
}

    .carousel .prev, .carousel .next, .carousel #prev-03.disabled, .carousel #next-03.disabled {
        height: 56px;
        width: 32px;
        overflow: hidden;
        display: block;
        margin-top: 60px;
        text-decoration: none;
        cursor: pointer;
        float: left;
        background: url(../images/newimg/case-2_33dd.jpg) no-repeat;
    }

    .carousel .prev {
        background-position: 0 -118px;
    }

    .carousel .next {
        background-position: 0 -58px;
    }

    .carousel #prev-03.disabled {
        background-position: -32px -118px;
    }

    .carousel #next-03.disabled {
        background-position: -32px -58px;
    }

.jCarouselLite {
    float: left;
    margin: 0 20px;
    height: 200px;
    overflow: hidden; /*必要元素*/
}

    .jCarouselLite li {
        height: 200px;
        width: 280px;
        text-align: center;
        margin: 0 10px;
    }

        .jCarouselLite li img, .jCarouselLite-01 li img {
            border: solid 1px #ddd;
        }

/************ad***************************************/
.ad #container, .kf #container, .wz #container, .lx #container {
    height: auto;
    overflow: hidden;
}

.ad .menu-top {
    background: url(../images/newimg/056d915225689e07fb5ed32e5de69d98_02.jpg) no-repeat center center;
}

.ad .green_bar {
    left: 296px;
    position: absolute;
    top: 61px;
    width: 60px;
}

.menu-top {
    margin-top: 64px;
    height: 160px;
    width: 100%;
    background: green;
}

.main {
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.content_box {
    border: 1px solid #DDDDDD;
    margin: 30px auto 0;
    position: relative;
    width: 981px;
}

    .content_box .title {
        background: none repeat scroll 0 0 #FBFBFB;
        border-bottom: 1px solid #DDDDDD;
        height: 46px;
        line-height: 46px;
        position: relative;
        width: 981px;
    }

.title h1 {
    font-size: 16px;
    margin-left: 30px;
}

.title h1, .sdk-title, .tabCon-area .area-til {
    color: #359B51 !important;
    font-size: 16px;
}

.text_info {
    padding: 20px 31px 20px 0;
}

    .text_info p, .area-text {
        color: #585858;
        font-size: 12px;
        line-height: 22px;
        margin-left: 30px;
        text-indent: 26px;
    }

.grey_line_border {
    background: url(../images/report_bg_bottom.gif) repeat-x;
    height: 2px;
    width: 100%;
}
/*-----------kf-----------------*/
.kf {
}

    .kf .green_bar {
        left: 441px;
        position: absolute;
        top: 61px;
        width: 60px;
    }

    .kf .menu-top {
        background: url(../images/newimg/6cd1d7c47f560707392440402dd89cf7_02.jpg) no-repeat center center;
    }

dl, dt, dd, ul, li, p, h5 {
    padding: 0;
    margin: 0;
}

.tab {
    width: 1004px;
    margin: 0 auto;
}

/* switchBox */
.switchBox {
    width: 100%;
}

    .switchBox dt {
        background: url(../images/newimg/sprite.gif) no-repeat 0 -623px;
        height: 85px;
    }

        .switchBox dt span {
            cursor: pointer;
            ;
            float: left;
            font-size: 17px;
            height: 80px;
            line-height: 80px;
            text-align: center;
            text-decoration: none;
            width: 150px;
            color: #515151;
        }

.spanbox {
    width: 600px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.switchBox dt .on {
    background: url(../images/newimg/sprite.gif) no-repeat -205px 0;
    color: #FFFFFF;
}

.switchBox dd {
    clear: both;
    display: none;
    height: auto;
    height: auto;
    line-height: 20px;
    padding: 10px;
    font-family: "宋体";
}

.switchBox li {
    margin-left: 20px;
    list-style: square;
}

.sdk-title {
    border-bottom: 1px solid #BBBBBB;
    color: #2E363F;
    font-size: 18px;
    margin-right: 0;
    line-height: 60px;
    font-weight: bolder;
}

.sdk-ul {
    list-style: none outside none;
    margin: 0 0 20px;
}

.sdk-ul-item {
    border-bottom: 1px dashed #AAAAAA;
    line-height: 2.8em;
}

    .sdk-ul-item span.dib {
        font-size: 14px;
        color: #2E363F;
        font-weight: bold;
        margin-right: 5px;
        text-align: right;
        width: 120px;
    }

    .sdk-ul-item a.dib {
        margin-right: 5px;
    }

.dib {
    display: inline-block;
}

.wrap-sdk-btn {
    text-align: center;
}

a.sdk-btn {
    background-color: #EEF0FE;
    background-image: -moz-linear-gradient(center top, #FFFFFF, #EEF0F2);
    background-repeat: repeat-x;
    border: 1px solid #C7C7C7;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
    color: #333333 !important;
    display: inline-block;
    height: 45px;
    padding-right: 6px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 240px;
}

.sdk-icon {
    border-radius: 2px 0 0 2px;
    display: inline-block;
    float: left;
    height: 45px;
    position: relative;
    width: 45px;
}

.sdk-version-name {
    display: block;
    margin-top: 12px;
}

.sdk-download-android, .sdk-download-ios {
    width: 400px;
    margin-top: 20px;
}

.sdk-download-ios, .sdk-download-android {
    border: 1px solid #DDDDDD;
    padding: 10px;
}

.sdk-icon-android {
    background: url(/images/newimg/and_03.jpg) no-repeat;
}

.sdk-icon-ios {
    background: url(/images/newimg/ios.jpg) no-repeat;
}

.tabCon-area {
    display: inline;
    float: left;
    height: 150px;
    line-height: 24px;
    padding: 30px 35px;
    width: 400px;
}

    .tabCon-area .areaImgWrap img {
        display: inline;
        float: left;
        margin-right: 20px;
    }

    .tabCon-area .area-til {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 15px;
    }

.area-text {
    text-indent: 0;
}
/***********wz***************************/
.wz {
}

    .wz .main {
        height: 500px;
    }

    .wz .menu-top {
        background: url(/images/newimg/024c148b4fc1c0545a6d9af335bc9adb_01.jpg) no-repeat center center;
    }

    .wz .green_bar {
        left: 366px;
        position: absolute;
        top: 61px;
        width: 60px;
    }
/***********lx***************************/
.lx {
}

    .lx .green_bar {
        left: 521px;
        position: absolute;
        top: 61px;
        width: 60px;
    }

    .lx .menu-top {
        background: url(/images/newimg/11385343fbf2b211b69f8dc6c88065380dd78e80_02.jpg) no-repeat center center;
    }

    .lx .main {
        margin-top: 50px;
    }

/*.adress {
    width: 400px;
    padding: 50px 0 0 100px;
}*/
