﻿@charset "utf-8";

body {
    font-family: "微软雅黑", "黑体", "宋体";
    position: relative;
    background: #fff;
}

a, a:hover {
    text-decoration: none;
}

ul, li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

a {
    color: #555;
}

    a:hover {
        color: #23c34b;
    }

.clear {
    clear: both;
}

@media (min-width:540px) {
    .container {
        width: 100%;
        margin: 0px auto;
    }
}

@media (min-width:768px) {
    .container {
        width: 768px;
    }

    .navbar-right {
        float: right;
        margin-top: 15px;
    }
}

@media (min-width:992px) {
    .container {
        width: 960px;
    }
}


@media (min-width:1200px) {
    .container {
        width: 1020px;
    }
}

.top {
    width: 100%;
    padding: 10px 0px;
    position: relative;
    background: #fff;
}

.container {
    margin: 0px auto;
}

.index_margintop {
    margin-top: 80px;
}

.index_news {
    float: left;
    width: 60%;
}

.index_tit {
    float: left;
    width: 100%;
    height: 64px;
    line-height: 64px;
    border-bottom: 1px solid #e3e3e3;
}

.index_titleft {
    float: left;
    font-size: 24px;
    color: #333;
}

.index_titright {
    float: right;
}

    .index_titright a {
        color: #999;
    }

        .index_titright a:hover {
            color: #555;
        }

.index_news_left {
    float: left;
    width: 46%;
    overflow: hidden;
}

    .index_news_left img {
        max-width: 100%;
    }

    .index_news_left a {
        color: #fff;
    }

        .index_news_left a:hover {
            color: #0abb0d;
        }

.news_margintop {
    margin-top: 35px;
}

.wenzi_bg {
    background: #2a2a2a;
    height: 30px;
    line-height: 30px;
    padding: 0px 5px;
}

.index_news_right {
    float: right;
    width: 50%;
}

    .index_news_right li, .banben_list li {
        float: left;
        width: 100%;
        background: url(../img/dic.png) no-repeat left center;
        text-indent: 10px;
        overflow: hidden;
        height: 33px;
        line-height: 33px;
    }

.banben {
    float: right;
    width: 33%;
}

.banben_list {
    float: left;
    width: 100%;
}

.index_foot {
    float: left;
    width: 100%;
}

.link {
    float: left;
    width: 100%;
}

    .link h3 {
        height: 54px;
        line-height: 54px;
        font-size: 24px;
        color: #333;
    }

    .link a {
        display: block;
        float: left;
        margin: 0 5px 10px 5px;
        padding: 0 20px;
        height: 32px;
        line-height: 32px;
        border: 1px solid #e3e3e3;
        color: #888;
        text-align: center;
        transition: 0.2s;
        _display: inline;
        background: #fff;
    }

        .link a:hover {
            border: 1px solid #fff;
            _border: 1px solid #ccc;
            background: #fff;
            color: #000;
            box-shadow: 1px 1px 10px #bbb;
            transition: 0.2s;
        }
/**foot**/
.foot {
    float: left;
    width: 100%;
    background: #2d2d2d;
    padding: 20px 0px 10px 0px;
}

.foot_com {
    float: left;
    width: 23%;
}

    .foot_com dt {
        font-size: 18px;
        color: #fff;
        font-weight: 400;
        height: 55px;
        line-height: 55px;
        border-bottom: 1px solid #262626;
        margin-bottom: 5px;
    }

    .foot_com dd {
        width: 100%;
        line-height: 30px;
    }

.foot a {
    color: #aaa;
}

    .foot a:hover {
        color: #fff;
    }

.foot_contact {
    float: left;
    width: 31%;
    text-align: right;
    color: #aaa;
    line-height: 30px;
    margin-top: 35px;
}


/**产品大全**/
.ot_pro {
    float: left;
    width: 100%;
    background: #f3f3f3;
    border-top: 1px solid #e9e9e9;
    padding-bottom: 50px;
}

.ot_pro_tit {
    float: left;
    margin-left: 10px;
    display: inline;
    margin-top: 65px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.ot_pro_list {
    float: left;
    width: 100%;
    margin-top: 10px;
}

    .ot_pro_list li {
        float: left;
        display: inline;
        width: 490px;
        height: 190px;
        margin: 15px 10px 0 10px;
        border: 1px solid #ebebeb;
        background: #fff;
        position: relative;
    }

.client_product {
    display: block;
    width: 460px;
    height: 180px;
    padding: 44px 35px;
    position: relative;
    overflow: hidden;
}

.pro_logo {
    display: block;
    width: 104px;
    height: 104px;
    position: absolute;
    z-index: 11;
    top: 44px;
    left: 37px;
    overflow: hidden;
}

.pro_wenzi_tit, .client_product p {
    display: block;
    width: 390px;
    padding-left: 128px;
    overflow: hidden;
    color: #6c6c6c;
}

.client_product p, .height_btn {
    margin-top: 5px;
}

a.wenzi_font {
    font-size: 18px;
    color: #333;
}

.height_btn {
    height: 40px;
    padding-left: 128px;
}

a.look_more {
    padding: 3px 18px;
    border: 1px solid #bebebe;
    margin-right: 16px;
}

a.wenzi_font:hover {
    color: #23c34b;
}

a.look_more:hover {
    background: #bebebe;
    border: 1px solid #bebebe;
    color: #fff;
}

/**机友精灵**/
.jlbanner, .scbanner {
    width: 100%;
    position: relative;
    z-index: 20;
    height: 670px;
    overflow: hidden;
}

.jlbanner_bg {
    position: relative;
    z-index: 22;
}

.jlbanner_detail {
    position: absolute;
    z-index: 23;
    left: 50%;
    margin-left: -510px;
    top: 60px;
}

.jl_banner_left {
    margin-top: 40px;
    float: left;
    line-height: 24px;
}

.jl_next {
    margin-top: 20px;
    color: #fff;
}

a.down_btn {
    width: 196px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    border: 1px solid #efefef;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    color: #fff;
    font-size: 18px;
}

    a.down_btn:hover {
        background: #efefef;
        color: #666;
        border: 1px solid #efefef;
        border-radius: 60px;
        -webkit-border-radius: 60px;
    }

.margintop20 {
    margin-top: 20px;
}

.jl_next_left, .jl_next_right {
    float: left;
    margin-right: 60px;
}

.jl_banner_right {
    float: right;
}

.jl_next_left p a, .jl_next_left p a:hover {
    color: #fff;
    text-decoration: underline;
}
/**极客root**/
.content {
    z-index: 24;
    width: 100%;
    position: relative;
}

    .content li {
        float: left;
        width: 100%;
        padding: 40px 0px;
    }

.content-img {
    float: left;
    width: 48%;
    margin: 0px 2%;
    display: inline;
}

    .content-img img {
        max-width: 100%;
    }

.content-wenzi {
    float: left;
    width: 42%;
    display: inline;
    margin: 0px 3%;
    display: inline;
}

    .content-wenzi strong {
        font-size: 34px;
        font-weight: 400;
        color: #535353;
        line-height: 46px;
    }

    .content-wenzi p {
        font-size: 16px;
        color: #666;
        margin-top: 20px;
    }

.margin_topbig {
    margin-top: 60px;
}

.margintop60 {
    margin-top: 60px;
}

.ot_foot {
    width: 100%;
    text-align: center;
    color: #666;
    padding: 10px 0px;
    position: relative;
}

    .ot_foot a {
        background: #eaeaea;
        padding: 2px;
    }
/**wifi**/
.wifi_list {
    float: left;
    width: 100%;
}

    .wifi_list li {
        float: left;
        width: 100%;
        border-bottom: 1px solid #eaeaea;
        padding: 25px 0px;
    }

.wifi_list_img {
    float: left;
    width: 50%;
}

    .wifi_list_img img {
        max-width: 100%;
    }

.wifi_list_wenzi {
    float: left;
    width: 46%;
    padding: 0px 2%;
    margin-top: 110px;
}

.wifi_tit {
    font-size: 30px;
    color: #189b0a;
}

.wifi_wenzi {
    font-size: 19px;
    color: #606060;
}
/**jysc**/
.jysc_pic {
    float: left;
    width: 50%;
}

    .jysc_pic img {
        max-width: 100%;
    }

.title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #605f5f;
}

    .title h2 {
        font-size: 42px;
        font-weight: 400;
        color: #605f5f;
    }
/**市场**/
.sc_banner {
    width: 100%;
    margin: 0px auto;
    text-align: center;
}

.sc_next {
    width: 430px;
    margin: 0px auto;
    color: #fff;
    margin-top: 42px;
}

.cen_pic {
    text-align: center;
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

    .cen_pic img {
        max-width: 100%;
    }

.yydk_bg {
    float: left;
    width: 100%;
    background: #f9f9f9;
    padding: 10px 0px;
}
/**新闻中心**/
.ot_news {
    float: left;
    width: 100%;
    margin-top: 15px;
}

    .ot_news li {
        height: 190px;
        padding: 30px 0 20px 244px;
        border-bottom: 1px solid #ebebeb;
        position: relative;
        overflow: hidden;
    }

.ot_news_img {
    width: 224px;
    height: 136px;
    position: absolute;
    z-index: 11;
    top: 20px;
    left: 0;
    overflow: hidden;
}

    .ot_news_img img {
        width: 224px;
        height: 136px;
    }

.news_ri {
    line-height: 22px;
    display: block;
}

    .news_ri h3 {
        font-weight: 700;
        font-size: 20px;
        margin-top: 0px;
    }

    .news_ri span {
        font-size: 12px;
        color: #888;
    }

    .news_ri p {
        margin-top: 10px;
    }

        .news_ri p a {
            color: #666;
        }

            .news_ri p a:hover {
                color: #333;
            }

.fanye {
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

    .fanye a {
        padding: 3px 12px;
        margin: 0px 5px;
        border: 1px solid #ddd;
        background: #fff;
        border-radius: 3px;
        -webkit-border-radius: 3px;
    }

.news-detail-title {
    padding: 10px 20px;
    color: #888;
}

    .news-detail-title h2 {
        font-size: 26px;
        font-weight: 700;
        color: #333;
        padding-bottom: 10px;
    }

    .news-detail-title span {
        margin-right: 15px;
    }

.news-detail-content {
    padding: 10px 20px;
    font-size: 16px;
    color: #666;
    line-height: 32px;
    padding-bottom: 30px;
}

    .news-detail-content img {
        max-width: 100%;
    }

.about_tit {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #333;
    margin-top: 50px;
    padding-bottom: 30px;
}

.about_list {
    float: left;
    width: 100%;
    margin-top: 50px;
}

    .about_list a {
        padding: 8px 20px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        border: 1px solid #ddd;
        background: #f9f9f9;
        margin: 0px 10px;
    }

        .about_list a.now {
            color: #23c34b;
            border: 1px solid #5cd0a0;
        }

.green {
    color: #04ae68;
}

.conta_left, .conta_right {
    float: left;
    width: 50%;
}

/**更新日志**/
.history {
    background: url(../img/history_01.png) repeat-y 22% 0;
    overflow: hidden;
    position: relative;
    margin-top: 50px;
}

.history-date ul li {
    background: url(../img/history_04.png) no-repeat 22% 50px;
    padding: 45px 0 0;
    zoom: 1;
}

    .history-date ul li.last {
        padding-bottom: 0;
    }

    .history-date ul li:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .history-date ul li h3 {
        float: left;
        width: 18%;
        text-align: right;
        padding-right: 19px;
        color: #aaaaaa;
        cursor: pointer;
        margin-top: 4px;
    }

        .history-date ul li h3 span {
            display: block;
            color: #c3c3c3;
            font-size: 12px;
        }

    .history-date ul li dl {
        float: left;
        padding-left: 8%;
        width: 74%;
    }

        .history-date ul li dl dt {
            font-size: 18px;
            line-height: 24px;
            cursor: pointer;
            color: #555555;
        }

        .history-date ul li dl dd {
            padding-top: 20px;
            color: #888888;
        }

    .history-date ul li.green h3 {
        color: #00a464;
    }

        .history-date ul li.green h3 span {
            color: #4cbf92;
            font-size: 12px;
        }

    .history-date ul li.green dl {
    }

        .history-date ul li.green dl dt {
            color: #00a464;
        }

            .history-date ul li.green dl dt a {
            }

        .history-date ul li.green dl dd {
        }

            .history-date ul li.green dl dd img {
                float: left;
            }

            .history-date ul li.green dl dd p {
                overflow: hidden;
                zoom: 1;
                line-height: 21px;
                color: #787878;
            }

.share {
    float: left;
    margin-top: 2px;
}

.margin_bottom {
    padding-bottom: 120px;
}

/**甜椒刷机**/
.tj_list {
    float: left;
    width: 100%;
}

    .tj_list li {
        float: left;
        width: 46%;
        margin: 30px 2% 0px 2%;
        display: inline;
    }

.tj_icon {
    padding: 20px 0px;
    padding-left: 120px;
}

.tj_list li h3 {
    color: #333333;
    font-size: 24px;
    height: 30px;
    line-height: 30px;
    margin: 0px;
    padding: 0px;
    font-weight: 400;
}

.tj_list li p {
    font-size: 16px;
    color: #666666;
    padding-top: 10px;
    line-height: 28px;
}

.tj_icon1 {
    background: url(../img/tjp_pic1.png) no-repeat left center;
}

.tj_icon2 {
    background: url(../img/tjp_pic2.png) no-repeat left center;
}

.tj_icon3 {
    background: url(../img/tjp_pic3.png) no-repeat left center;
}

.tj_icon4 {
    background: url(../img/tjp_pic4.png) no-repeat left center;
}

.tj_icon5 {
    background: url(../img/tjp_pic5.png) no-repeat left center;
}

.tj_icon6 {
    background: url(../img/tjp_pic6.png) no-repeat left center;
}
/**root助手**/
.rt_icon1 {
    background: url(../img/root_pic1.png) no-repeat left center;
}

.rt_icon2 {
    background: url(../img/root_pic2.png) no-repeat left center;
}

.rt_icon3 {
    background: url(../img/root_pic3.png) no-repeat left center;
}

.rt_icon4 {
    background: url(../img/root_pic4.png) no-repeat left center;
}

.sjrt_icon1 {
    background: url(../img/mroot_1.png) no-repeat left center;
}

.sjrt_icon2 {
    background: url(../img/mroot_2.png) no-repeat left center;
}

.sjrt_icon3 {
    background: url(../img/mroot_3.png) no-repeat left center;
}

.sjrt_icon4 {
    background: url(../img/mroot_4.png) no-repeat left center;
}

@media (max-width:992px) {
    .navbar-toggle {
        padding: 7px 10px;
        margin-top: 5px;
        margin-right: 5px;
        margin-bottom: 0px;
    }

        .navbar-toggle .icon-bar {
            width: 16px;
        }

    .navbar-nav > li > a {
        margin-left: 0px;
        background: #efefef;
    }

    .carousel-inner .item .container img {
        max-width: 100%;
    }

    .ot_pro_list li {
        float: left;
        display: inline;
        width: 100%;
        height: 190px;
        margin: 15px 0px 0 0px;
        border: 1px solid #ebebeb;
        background: #fff;
        position: relative;
    }

    .margin_topbig {
        margin-top: 40px;
    }

    .content-wenzi strong {
        font-size: 26px;
    }

    .content-wenzi p {
        font-size: 14px;
    }

    .wifi_list_wenzi {
        margin-top: 80px;
    }

    .title {
        font-size: 18px;
    }

        .title h2 {
            font-size: 30px;
        }
}

@media (max-width:768px) {
    .navbar-brand img {
        width: 60%;
        margin-top: 2px;
        margin-left: 5px;
    }

    .carousel-inner .item .container img {
        max-width: 100%;
    }

    .index_margintop {
        margin-top: 50px;
    }

    .news_margintop {
        margin-top: 20px;
    }

    .index_news_left {
        display: none;
    }

    .index_news_right {
        width: 100%;
    }

    .index_news {
        margin-left: 3%;
        width: 45%;
    }

    .banben {
        width: 45%;
        margin-right: 3%;
    }

    .ot_pro_tit {
        float: left;
        margin-left: 10px;
        display: inline;
        margin-top: 25px;
        font-size: 18px;
        font-weight: 400;
        color: #333;
    }

    .ot_pro_list {
        margin-top: 0px;
    }

        .ot_pro_list li {
            height: 150px;
        }

    .client_product {
        display: block;
        width: 94%;
        height: 140px;
        padding: 20px 3%;
        position: relative;
        overflow: hidden;
        font-size: 12px;
    }

    .pro_logo {
        display: block;
        width: 22%;
        position: absolute;
        z-index: 11;
        top: 24px;
        left: 3%;
        overflow: hidden;
    }

        .pro_logo img {
            max-width: 100%;
        }

    .pro_wenzi_tit, .client_product p {
        display: block;
        width: 105%;
        padding-left: 30%;
        overflow: hidden;
        color: #6c6c6c;
    }

    .height_btn {
        height: 40px;
        padding-left: 30%;
    }

    .margin_topbig {
        margin-top: 10px;
    }

    .content-wenzi strong {
        font-size: 20px;
        line-height: 32px;
    }

    .content-wenzi p {
        font-size: 14px;
        margin-top: 5px;
    }

    .content li {
        float: left;
        width: 100%;
        padding: 20px 0px;
    }

    .wifi_list_img {
        float: left;
        width: 100%;
        text-align: center;
    }

    .wifi_list_wenzi {
        float: left;
        width: 94%;
        padding: 0px 3%;
        text-align: center;
        margin-top: 30px;
    }

    .wifi_tit {
        font-size: 21px;
    }

    .wifi_wenzi {
        font-size: 14px;
    }

    .title {
        font-size: 14px;
    }

        .title h2 {
            font-size: 20px;
        }

    .ot_news li {
        padding: 15px 0 10px 160px;
        height: 130px;
    }

    .ot_news_img {
        width: 140px;
        height: 85px;
        position: absolute;
        z-index: 11;
        top: 20px;
        left: 0;
        overflow: hidden;
    }

        .ot_news_img img {
            width: 140px;
            height: 85px;
        }

    .news_ri {
        line-height: 20px;
        max-height: 100px;
        overflow: hidden;
        font-size: 12px;
        line-height: 18px;
    }

        .news_ri h3 {
            font-size: 16px;
            font-weight: 400;
            max-height: 36px;
            overflow: hidden;
        }

        .news_ri p {
            margin-top: 0px;
        }

    .news-detail-title h2 {
        font-size: 20px;
        font-weight: 400;
        color: #333;
        padding-bottom: 10px;
    }

    .news-detail-content {
        padding: 10px 20px;
        font-size: 14px;
        color: #666;
        line-height: 28px;
        padding-bottom: 30px;
    }

    .conta_left, .conta_right {
        float: left;
        width: 100%;
    }

        .conta_right img {
            max-width: 100%;
        }
}


@media (max-width:540px) {
    .index_margintop {
        margin-top: 15px;
    }

    .news_margintop {
        margin-top: 10px;
    }

    .index_titleft, .link h3 {
        font-size: 20px;
    }

    .index_news {
        margin-left: 3%;
        width: 94%;
        height: 204px;
        overflow: hidden;
    }

    .banben {
        width: 94%;
        margin-right: 3%;
        height: 204px;
        overflow: hidden;
    }

    .index_foot {
        display: none;
    }

    .jlbanner_detail {
        top: 20px;
        left: 0px;
        margin-left: 0px;
    }

    .min_show {
        width: 75%;
        margin: 0px auto;
    }

    .jl_banner_left {
        margin-top: 10px;
        float: left;
        line-height: 18px;
        font-size: 12px;
    }

        .jl_banner_left img {
            width: 100%;
        }

    .jl_banner_right img {
        width: 90%;
    }

    .jl_next {
        margin-top: 10px;
        color: #fff;
    }

    a.down_btn {
        width: 216px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        display: block;
        border: 1px solid #efefef;
        border-radius: 60px;
        -webkit-border-radius: 60px;
        color: #fff;
        font-size: 18px;
    }

        a.down_btn:hover {
            background: #efefef;
            color: #666;
            border: 1px solid #efefef;
            border-radius: 60px;
            -webkit-border-radius: 60px;
        }

    .margintop20 {
        margin-top: 20px;
    }

    .jl_next_left {
        float: left;
        margin-right: 60px;
    }

    .jl_next_right {
        display: none;
    }

    .jl_banner_right {
        float: right;
    }

    .dis {
        display: none;
    }

    .sc_banner {
        width: 75%;
        margin: 0px auto;
    }

        .sc_banner img {
            width: 100%;
        }

    .sc_next {
        width: 100%;
        margin: 0px auto;
        color: #fff;
        margin-top: 22px;
    }

    .scbanner {
        width: 100%;
        position: relative;
        z-index: 20;
        height: 280px;
        overflow: hidden;
    }

    .about_list {
        margin-left: 5px;
        margin-top: 30px;
    }

        .about_list a {
            padding: 4px 8px;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            border: 1px solid #ddd;
            background: #f9f9f9;
            margin: 0px 2px;
            font-size: 13px;
        }

    .about_tit {
        font-size: 22px;
        color: #333;
        margin-top: 30px;
        padding-bottom: 20px;
    }

    .history {
        margin-top: 20px;
    }

    a.look_more {
        padding: 3px 12px;
        border: 1px solid #bebebe;
        margin-right: 16px;
    }

    .margin_bottom {
        padding-bottom: 40px;
    }

    .tj_list {
        margin-top: 10px;
    }

        .tj_list li {
            float: left;
            width: 96%;
            margin: 0px 2%;
            display: inline;
        }

    .tj_icon {
        padding: 1px 0px;
        padding-left: 110px;
    }

    .tj_list li h3 {
        font-size: 20px;
    }

    .tj_list li p {
        line-height: 22px;
        font-size: 14px;
    }
}

a.down_btn_a {
    display: inline-block;
    width: 130px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #efefef;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #fff;
    font-size: 18px;
}


@media (min-width:540px) {
    .download-two-a {
        width: 300px;
    }

    .down_btn_a-sec {
        margin-left: 15px;
    }
}

@media (max-width:540px) {
    .download-two-a a {
        margin-top: 10px;
    }
}
