﻿/*.content{ margin-top: 201px;margin-bottom: 290px;}
.content .slogan{ width: 631px;height: 51px;margin: 0 auto;}
.content .feature{ width: 585px;margin: 0 auto;margin-top: 116px;}
.feature li{ width: 195px;float: left;text-align: center;}
.feature li a{display: inline-block;}
.feature li em{width: 110px;height: 110px;display: inline-block;}
.feature li .order-side em{background: url(/Content/images/order_01.png) no-repeat;}
.feature li .question-side em{background: url(/Content/images/question_01.png) no-repeat;}
.feature li .contactus-side em{background: url(/Content/images/contactus_01.png) no-repeat;}
.feature li .order-side:hover em{background: url(/Content/images/order_02.png) no-repeat;}
.feature li .question-side:hover em{background: url(/Content/images/question_02.png) no-repeat;}
.feature li .contactus-side:hover em{background: url(/Content/images/contactus_02.png) no-repeat;}
.feature li img{ margin-top: 23px;}

ul:nth-child(1){ margin-left: 0px;}*/
.feature {
    /*padding: 60px 0;*/
    width: 100%;
    background-color: #2a2b2b;
}

    .feature li {
        text-align: center;
        width: 48.5%;
        float: left;
        border: 1px solid #cdcdcd;
        margin-right: 2%;
        margin-bottom: 40px;
    }

        .feature li:nth-child(even) {
            margin-right: 0;
        }

        .feature li:nth-child(3), .feature li:nth-child(4) {
            margin-bottom: 0;
        }

        .feature li a {
            display: block;
            padding: 50px;
            height: 300px;
        }

        .feature li em {
            width: 282px;
            height: 177px;
            display: inline-block;
        }

.feature-title {
    font-size: 20px;
    color: #4e4e4e;
    padding: 14px 0;
}

.feature-content {
    color: #4e4e4e;
    line-height: 24px;
    height: 96px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.feature li .weixin-side em {
    background: url(/Content/images/weixin.png) no-repeat;
}

.feature li .html-side em {
    background: url(/Content/images/html5.png) no-repeat;
}

.feature li .info-side em {
    background: url(/Content/images/info.png) no-repeat;
}

.feature li .data-side em {
    background: url(/Content/images/data.png) no-repeat;
}

.feature li .weixin-side:hover em {
    background: url(/Content/images/weixin_blue.png) no-repeat;
}

.feature li .html-side:hover em {
    background: url(/Content/images/html5_blue.png) no-repeat;
}

.feature li .info-side:hover em {
    background: url(/Content/images/info_blue.png) no-repeat;
}

.feature li .data-side:hover em {
    background: url(/Content/images/data_blue.png) no-repeat;
}

#index {
    line-height: 52px;
    /*border-bottom: 2px solid #f00;*/
}

.index_products {
    width: 70%;
    height: 500px;
    margin: 0 auto;
    margin-top: 3%;
}

.index_products_intro {
    width: 25%;
    height: 500px;
    float: left;
    text-align: left;
}

/*微信开发深度解析*/
.index_book {
    position: relative;
    height: 920px;
    background: url(/Content/Images/index_book_bg.png) center;
    background-color: #2a2b2b;
    overflow: hidden;
    z-index: 3;
}

.book-title {
    width: 60%;
    text-align: left;
    margin: 0 auto;
    padding-top: 4%;
}

.book_introduction {
    border-radius: 10px;
    width: 70%;
    height: 600px;
    background-color: white;
    text-align: center;
    margin: 0 auto;
    margin-top: 150px;
    /*margin-bottom:100px;*/
    /*position:absolute;*/
}

.book_introduction_left {
    width: 50%;
    float: left;
    height: 600px;
}

.book_introduction_left_top {
    width: 100%;
    position: absolute;
    /*text-align:left;*/
}

.book_introduction_left_main {
    width: 100%;
    text-align: left;
    margin-left: 10%;
}

.book_introduction_right {
    width: 50%;
    float: left;
    height: 600px;
    position: relative;
}


.index_left_block {
    width: 20%;
}


/*微微嗨*/
.index_wwh {
    /*position: relative;*/
    background-color: #2a2b2b;
    overflow: hidden;
}

.index_wwh_content {
    overflow: hidden;   
}

.index_wwh_left_phone_pic {
    width: 45%;
    height: 600px;
    float: left;
    background-color: #2a2b2b;
    text-align: right;
    margin-right: 5%;
}

.index_wwh_right_introduction {
    width: 50%;
    height: 600px;
    float: left;
    background-color: #2a2b2b;
    /*margin-left: 5%;*/
}

.index_wwh_right_text_button {
    width: 50%;
    */ float: left;
    text-align: right;
    /* line-height: 25px; */
    margin: 20% 0px;
}

.index_cooperation {
    height: 690px;
    background: url('/Content/Images/cooperation.png') no-repeat center;
    background-color: #2a2b2b;
    overflow: hidden;
    z-index: 2;
    text-align: center;
}

.index_cooperation_list {
    width: 75%;
    height: 450px;
    /*text-align:center;*/
    margin: 0px auto;
    /*display:inline-block;*/
    background-color: transparent;
    /*margin-top: 2%*/
}

    .index_cooperation_list img {
        width: 100%;
    }

    .index_cooperation_list tbody {
        display: block;
    }

    .index_cooperation_list tr {
        background-color: transparent;
        display: block;
        padding-bottom: 3%;
    }

        .index_cooperation_list tr td {
            background-color: transparent !important;
            padding: 0px 10px;
        }

.index_cooperation_list_co {
    width: 33.3%;
    height: 225px;
    background-color: transparent;
    float: left;
    margin: 0 auto;
    text-align: center;
}

.index_contact {
    background-color: #2a2b2b;
    overflow: hidden;
}

.index_intro {
    height: 80px;
}


.index_contact_details {
    height: 200px;
    text-align: center;
    margin: 3% auto 2%;
}

.index_contact_main {
    /*height: 200px;
    width: 100%;
    margin-right: 20px;*/
    height: 100%;
}

.index_contact_QRCode {
    width: 20%;
    float: right;
    text-align: center;
}
    .index_contact_QRCode img {
        width: 150px;
        height: 150px;
    }

.index_contact_words_left {
    width: 35%;
    float: left;
    text-align: left;
    margin-right: 5%;
    margin-top: 35px;
}
    .index_contact_words_left font, .index_contact_words_right font{
        line-height: 32px;
    }

.index_contact_words_right {
    width: 35%;
    float: left;
    text-align: left;
    margin-right: 5%;
    margin-top: 35px;
}

.index_contact_intro_details {
    height: 100%;
    width: 70%;
    /* margin: 3%; */
    /* float: left; */
    /* margin-left: 15%; */
    /* margin-right: 15%; */
    margin: 0px auto;
}
    .index_contact_intro_details .companyName {
        text-align: left;
    }

.index-wrapper {
    width: 100%;
    height: 100%;
    margin: auto;
}

.index-feature ul {
    margin: 0;
}

.index-feature li {
    margin: 0;
    background-size: 100% 100%;
    position: relative;
}


.banner {
    /*background: #000;*/
    overflow: hidden;
    width: 100%;
}

    .banner .container {
        position: relative;
        z-index: 5;
        height: 350px;
        margin-bottom: -350px;
        background: url(#);
    }

    .banner .btn_use {
        width: 212px;
        height: 64px;
        display: block;
        line-height: 99;
        /*overflow: hidden;*/
        position: absolute;
        top: 296px;
        left: 538px;
        background: url(#);
    }

.sliderwrapper {
    width: 100%;
}

.contentdiv {
    margin: 0;
    padding: 0;
    overflow: no-display !important;
    /*height:852px;*/
    /*background-color:black;*/
}

.banner .focus {
    position: relative;
}

    .banner .focus .f_pic {
        width: 100%;
    }

    .banner .focus .pagination {
        bottom: 80px;
        left: 0;
        position: absolute;
        width: 100%;
        text-align: center;
    }

.banner-img {
    width: 100%;
    margin-top: -9px;
}

.bannner_info {
    position: absolute;
    width: 600px;
    height: 250px;
    z-index: 2;
    margin: 0 auto;
    top: 50%;
    background-color: hsla(0, 0%, 89%, 0.38);
    /* opacity: 0.2; */
    left: 50%;
    margin-left: -274.5px;
    margin-top: -125px;
    text-align: center;
}

.slogan {
    position: absolute;
    left: 0;
    top: 44%;
    width: 100%;
    text-align: center;
}

    .slogan img {
        width: 80%;
        max-width: 1000px;
    }

.product-intro {
    position: absolute;
    top: 24%;
    width: 50%;
    max-width: 680px;
    left: 10%;
    color: #fff;
}

.intro-title {
    font-size: 36px;
    color: #fff;
    letter-spacing: 4px;
}

.intro-content {
    margin-top: 40px;
}

    .intro-content p {
        color: #fff;
        line-height: 24px;
        letter-spacing: 1px;
        font-size: 16px;
    }

.intro-content-title img {
    display: inline-block;
    vertical-align: middle;
}

.intro-content-title span {
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
}

.banner .focus .pagination .toc {
    display: inline-block;
    margin: 0 6px;
    width: 80px;
    height: 3px;
    line-height: 99;
    overflow: hidden;
    background: #fff;
}

.banner .focus .pagination .selected {
    background: red;
}
