* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    color: #222;
    line-height: 1.3;
}

body, input, textarea {
    font-family: "Microsoft Yahei",Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 12px;
}

@media all and (min-width:0px) {
    body {
        min-width: auto;
    }
}

body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, img, input, li, ol, p, select, table, td, textarea, th, tr, ul {
    margin: 0;
    padding: 0;
    border: 0;
}

li, ol, ul {
    list-style: none;
}

img {
    max-width: 100%;
}

table {
    border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6, th {
    font-weight: 400;
}

em, i {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #595959;
    -webkit-tap-highlight-color: rgba(255,0,0,0);
}

    a:hover {
        color: #36c;
    }

button, input, input:focus, select, select:focus, textarea, textarea:focus {
    outline: 0;
}

button, input, select, textarea {
    width: 100%;
    color: #666;
}

textarea {
    resize: none;
}

input[type=submit] {
    -webkit-appearance: none!important;
}

input[type=button] {
    -webkit-appearance: none!important;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tb {
    display: table;
    height: 100%;
    width: 100%;
}

.tb_c {
    display: table-cell;
    vertical-align: middle;
}

.clearfix:after, .clearfix:before {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    clear: both;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.clearboth {
    width: 100%;
    height: 0;
    clear: both;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.fake {
    position: relative;
}

    .fake:after, .fake:before {
        content: "";
        position: absolute;
    }

.posr {
    position: relative;
}

.posa {
    position: absolute;
}

.inline_block {
    display: inline-block;
}

.blur {
    filter: url(blur.svg#blur);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);
}

.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.nowrap {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.break {
    word-wrap: break-word;
    word-break: break-all;
}

.all *, .ani {
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}

.picbg {
    height: 100%;
    background-size: cover;
    background-size: 100% 100%\9;
    background-position: center center;
    background-repeat: no-repeat;
}

.rowbg {
    background-size: cover;
    background-size: 100% 100%\9;
    background-position: center center;
    background-repeat: no-repeat;
}

.hide, .mobile {
    display: none;
}

.pc {
    display: block;
}

@media screen and (max-width:640px) {
    .mobile {
        display: block;
    }

    .pc {
        display: none;
    }
}

.row .md1 {
    width: 8.333%;
}

.row .md2 {
    width: 16.666%;
}

.row .md3 {
    width: 25%;
}

.row .md4 {
    width: 33.333%;
}

.row .md5 {
    width: 41.666%;
}

.row .md6 {
    width: 50%;
}

.row .md7 {
    width: 58.333%;
}

.row .md8 {
    width: 66.666%;
}

.row .md9 {
    width: 75%;
}

.row .md10 {
    width: 83.333%;
}

.row .md11 {
    width: 91.666%;
}

.row .md12 {
    width: 100%;
}

.row .md1, .row .md10, .row .md11, .row .md12, .row .md2, .row .md3, .row .md4, .row .md5, .row .md6, .row .md7, .row .md8, .row .md9 {
    float: left;
}

.stylescroll::-webkit-scrollbar {
    width: 9px;
    background-color: rgba(255,255,255,.7);
}

.stylescroll::-webkit-scrollbar-thumb {
    border: none;
    width: 5px;
    background-color: rgba(0,0,0,.4);
}

.stylescroll::-webkit-scrollbar-corner {
    background-color: rgba(255,255,255,.7);
}

.stylescroll::-webkit-scrollbar:horizontal {
    height: 9px;
}

.btn {
    border-radius: 5px;
    line-height: 45px;
    padding: 0 15px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
}

.btn_default {
    color: #333;
}

    .btn_default:hover {
        color: #000;
    }

.btn_blue, .btn_primary {
    background: #00a1de;
    color: #fff;
}

    .btn_blue:hover, .btn_primary:hover {
        background: #088ec1;
    }

.btn_info, .btn_upload {
    background: #44b6d8;
    color: #fff;
}

    .btn_info:hover, .btn_upload:hover {
        background: #35a6c8;
    }

.btn_download, .btn_green, .btn_success {
    background: #58cb27;
    color: #fff;
}

    .btn_download:hover, .btn_green:hover, .btn_success:hover {
        background: #43a41a;
    }

.btn_fail, .btn_red {
    background: #ec1111;
    color: #fff;
}

    .btn_fail:hover, .btn_red:hover {
        background: #cc1313;
    }

.btn_orange, .btn_warning {
    background: #e9700f;
    color: #fff;
}

    .btn_orange:hover, .btn_warning:hover {
        background: #ca6411;
    }

.btn_disabled {
    cursor: not-allowed;
    opacity: .7;
    pointer-events: none;
}

.blue, .c_default {
    color: #00a1de;
}

.c_success, .green {
    color: #58cb27;
}

.c_fail, .errror, .red {
    color: #ec1111;
}

.c_warning, .orange {
    color: #e9700f;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs22 {
    font-size: 22px;
}

.fs24 {
    font-size: 24px;
}

.fs26 {
    font-size: 26px;
}

.fs28 {
    font-size: 28px;
}

.fs30 {
    font-size: 30px;
}

.fs32 {
    font-size: 32px;
}

.fs34 {
    font-size: 34px;
}

.fs36 {
    font-size: 36px;
}

.fs38 {
    font-size: 38px;
}

.fs40 {
    font-size: 40px;
}

.fs42 {
    font-size: 42px;
}

.fs44 {
    font-size: 44px;
}

.songti {
    font-family: '宋体',"Microsoft Yahei",Arial,"Helvetica Neue",Helvetica,sans-serif;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.tal {
    text-align: left;
}

.tad {
    text-decoration: underline;
}

.bold {
    font-weight: 700;
}

.wrap {
    max-width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width:1000px) {
    .wrap {
        margin: 0 30px;
    }
}

@media screen and (max-width:480px) {
    .wrap {
        margin: 0 15px;
    }
}

.header_box {
    height: 100px;
    padding: 25px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
}

    .header_box, .header_box a {
        color: #fff;
    }

        .header_box a:hover {
            opacity: .8;
        }

        .header_box .category {
            display: none;
        }

        .header_box .logo {
            height: 50px;
            display: block;
        }

        .header_box .menu_box {
            margin-top: 15px;
            line-height: 14px;
        }

        .header_box .menu {
            margin-right: 0;
        }

            .header_box .menu li {
                float: left;
                height: 14px;
                border-right: 1px solid #99cdff;
            }

                .header_box .menu li a {
                    display: block;
                    padding: 0 26px;
                }

                .header_box .menu li i {
                    font-size: 20px;
                    margin-right: 5px;
                    margin-top: -2px;
                }

        .header_box .menu_box .lang a {
            padding: 0 5px;
        }

        .header_box .menu li.active a, .header_box .menu_box .lang .active {
            color: #fec901;
        }

.footer_box {
    background: #f5f5f5;
    border-top: 1px solid #dfdfdf;
    color: #999;
}

    .footer_box a {
        color: #999;
    }

    .footer_box .link {
        border-top: 1px solid #fefefe;
        border-bottom: 1px solid #dfdfdf;
        padding: 30px 0;
        line-height: 20px;
    }

        .footer_box .link span {
            padding-right: 10px;
        }

        .footer_box .link a {
            padding-right: 15px;
            color: #999;
        }

            .footer_box .link a:hover {
                opacity: .8;
            }

    .footer_box .copyright_box {
        border-top: 1px solid #fefefe;
        padding: 25px 0;
        text-align: center;
        line-height: 20px;
    }

    .footer_box .lang {
        cursor: pointer;
        text-transform: uppercase;
    }

        .footer_box .lang i {
            font-size: 20px;
            margin-right: 5px;
        }

        .footer_box .lang .down {
            bottom: 30px;
            left: 0;
            width: 100%;
            background: #fbfbfb;
            border: 1px solid #dfdfdf;
            padding: 5px 0;
            display: none;
        }

            .footer_box .lang .down:after, .footer_box .lang .down:before {
                content: "";
                position: absolute;
                left: 20px;
                border: 8px solid transparent;
                width: 0;
                height: 0;
            }

            .footer_box .lang .down:before {
                border-color: #dfdfdf transparent transparent transparent;
                bottom: -16px;
            }

            .footer_box .lang .down:after {
                border-width: 6px;
                border-color: #fbfbfb transparent transparent transparent;
                bottom: -12px;
                left: 22px;
            }

            .footer_box .lang .down a {
                display: block;
                text-align: left;
                text-indent: 20px;
                line-height: 24px;
            }

.ind_box {
    background: #f5f5f5;
}

    .ind_box .banner {
        height: 450px;
        background: url(banner.jpg) repeat-x;
        padding-top: 72px;
        color: #fff;
        background-size: cover;
        background-size: 100% auto\9;
        position: relative;
    }

        .ind_box .banner .wrap {
            max-width: 1130px;
        }

        .ind_box .banner .pic {
            width: 60%;
            margin-left: 6%;
        }

        .ind_box .banner .txtwrap {
            width: 34%;
            padding-top: 125px;
        }

        .ind_box .banner .version span {
            top: 0;
            left: 248px;
            line-height: 12px;
            font-size: 12px;
            font-weight: 700;
            color: #fff;
        }

        .ind_box .banner .small {
            margin: 20px 0 30px 0;
        }

        .ind_box .banner p {
            padding: 2px 0;
        }

        .ind_box .banner .btn {
            height: 59px;
            line-height: 59px;
            border-radius: 5px;
            width: 257px;
            font-size: 30px;
            margin-bottom: 10px;
            margin-top: 30px;
            text-indent: 40px;
            background: url(input_a.gif) no-repeat;
        }

            .ind_box .banner .btn a {
                display: block;
            }

    .ind_box .list_wrap {
        border-top: 1px solid #fefefe;
    }

    .ind_box .list {
        padding: 30px 0 20px 0;
    }

        .ind_box .list li {
            float: left;
            margin-right: 85px;
            color: #999;
            text-align: center;
        }

        .ind_box .list .last {
            margin-right: 0;
        }

        .ind_box .list li p {
            margin-top: 15px;
            line-height: 20px;
            height: 40px;
        }

    .ind_box .downlink {
        padding: 15px 0 35px 0;
        border-bottom: 1px solid #dfdfdf;
    }

        .ind_box .downlink .tit {
            line-height: 45px;
        }

        .ind_box .downlink ul {
            overflow: hidden;
        }

            .ind_box .downlink ul li {
                float: left;
                width: 12.5%;
            }

                .ind_box .downlink ul li a {
                    background: url(../images/down_ico.png) no-repeat left center;
                    line-height: 35px;
                    padding-left: 20px;
                    font-size: 12px;
                }

@media screen and (max-width:1000px) {
    .header_box .category {
        display: block;
        float: right;
        line-height: 42px;
        font-size: 22px;
    }

    .header_box {
        height: 50px;
        padding: 0;
    }

        .header_box .menu_box {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            background: rgba(0,0,0,.1);
            margin-top: 0;
            display: none;
        }

        .header_box .logo {
            height: 34px;
            margin-top: 8px;
        }

            .header_box .logo img {
                max-height: 34px;
            }

        .header_box .menu {
            float: none;
        }

            .header_box .menu li {
                float: none;
                border-right: 0;
                border-bottom: 1px solid #3c82c5;
                height: 40px;
                line-height: 40px;
            }

        .header_box .lang {
            padding: 0 15px;
            line-height: 40px;
        }

    .ind_box .downlink ul li {
        width: 25%;
    }

    .ind_box .list li {
        width: 16.666%;
        margin: 0;
    }
}

@media screen and (max-width:768px) {
    .wrap {
        margin: 0 15px;
    }

    .ind_box .banner {
        padding-top: 80px;
        height: auto;
        padding-bottom: 30px;
    }

        .ind_box .banner .pic, .ind_box .banner .txtwrap {
            width: 100%;
            text-align: center;
        }

        .ind_box .banner .pic {
            margin-left: 0;
        }

            .ind_box .banner .pic img {
                width: 75%;
            }

        .ind_box .banner .txtwrap {
            padding-top: 0;
        }

        .ind_box .banner .small {
            font-size: 20px;
            margin: 15px 0;
        }

        .ind_box .banner .version {
            display: inline-block;
        }

    .ind_box .list li {
        width: 33.333%;
        margin: 20px 0;
    }

    .ind_box .downlink ul li {
        width: 33.33%;
    }

    .ind_box .banner .btn {
        display: block;
        margin: 30px auto 10px auto;
    }
}

@media screen and (max-width:480px) {
    .ind_box .list li {
        width: 50%;
    }

    .footer_box .copyright {
        display: block;
    }

    .footer_box .lang {
        display: inline-block;
        float: none;
    }

    .ind_box .downlink ul li {
        width: 50%;
    }
}

.footer_box .lang, .header_box .menu_box .lang {
    display: none;
}

@font-face {
    font-family: iconfont;
    src: url(//at.alicdn.com/t/font_dbzg0hsi3uaexw29.eot);
    src: url(//at.alicdn.com/t/font_dbzg0hsi3uaexw29.eot?#iefix) format('embedded-opentype'),url(//at.alicdn.com/t/font_dbzg0hsi3uaexw29.woff) format('woff'),url(//at.alicdn.com/t/font_dbzg0hsi3uaexw29.ttf) format('truetype'),url(//at.alicdn.com/t/font_dbzg0hsi3uaexw29.svg#iconfont) format('svg');
}

.iconfont, .ind-box .row1 ul li:after, .ind-box .row1 ul li:before {
    font-family: iconfont!important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lcallig {
    font-family: LCALLIG,Arial,"Helvetica Neue",Helvetica,sans-serif;
}

@font-face {
    font-family: iconfont;
    src: url(//at.alicdn.com/t/font_5l2rf4qkgivsra4i.eot);
    src: url(//at.alicdn.com/t/font_5l2rf4qkgivsra4i.eot?#iefix) format('embedded-opentype'),url(//at.alicdn.com/t/font_5l2rf4qkgivsra4i.woff) format('woff'),url(//at.alicdn.com/t/font_5l2rf4qkgivsra4i.ttf) format('truetype'),url(//at.alicdn.com/t/font_5l2rf4qkgivsra4i.svg#iconfont) format('svg');
}

.ind_box .banner .lists {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: rgba(255,255,255,.3);
}

    .ind_box .banner .lists span {
        display: block;
        width: 16.66%;
        float: left;
        font-size: 14px;
        font-weight: bold;
    }
