﻿@charset "utf-8";
/* CSS Document */
body, html {
    font-family: "微软雅黑", "幼圆",Arial, Helvetica, sans-serif;
}

.mg_r15 {
    margin-right: 15px;
}

.wAll {
    width: 100%;
}

.w990 {
    width: 990px;
    margin: 0 auto;
}

.w960 {
    width: 960px;
    margin: 0 auto;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.bgGray {
    background: #efefef;
}

.bgBlue {
    background: #ff3300;
}

.bgWhite {
    background: #fff;
}

.bgBlack {
    background: #282828;
}

.bgBack {
    background: #83afff;
}

.bgurl {
    background-image: url(../images/title.gif);
    background-repeat: no-repeat;
    background-size: cover;
}


/* header */
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

.header {
    position: relative;
    z-index: 998;
}

    .header .qq {
        position: absolute;
        top: 40px;
        right: 0;
    }

    .header .Tell {
        position: absolute;
        top: 70px;
        right: 0;
        color: #282828;
        font-size: 16px;
    }

    .header .logo {
        position: center;
    }

        .header .logo img {
            margin-top: 5px;
            height: 90px;
            padding-bottom: 5px;
        }

    .header .topNav {
        margin: 0;
        height: 50px;
    }

        .header .topNav li {
            height: 50px;
            line-height: 50px;
            position: relative;
        }

            .header .topNav li.Language {
                float: right;
                height: 50px;
                line-height: 50px;
                position: absolute;
                top: 0px;
                right: 0px;
                width: 100px;
            }

                .header .topNav li.Language a {
                    font-size: 17px;
                    color: #ff3300;
                    width: 100px;
                    line-height: 50px;
                }

                    .header .topNav li.Language a:hover {
                        color: #ffffff;
                        text-decoration: none;
                    }

            .header .topNav li.mainlevel {
                float: left;
                height: 50px;
                line-height: 50px;
                position: relative;
                top: 0px;
                left: 0px;
                width: 140px;
            }

                .header .topNav li.mainlevel a {
                    color: #ffffff;
                    font-size: 16px;
                }

                    .header .topNav li.mainlevel a:hover {
                        text-decoration: none;
                        color: #576267;
                    }
                /*.header .topNav li.mainlevel .nav_l{
    height:50px;
	width:1px; 
	float:left;
}*/
                .header .topNav li.mainlevel .nav_m {
                    height: 50px;
                    float: left;
                    width: 100px;
                    text-align: center;
                }
                /*.header .topNav li.mainlevel .nav_r{
	width:1px;
	height:50px;
	float:left;
}*/
                /*.header .topNav li.mainlevel.on .nav_l{
    background:url(../images/navon_l.gif) no-repeat;
     background:#ff3300;
}*/
                .header .topNav li.mainlevel.on .nav_m {
                    background: url(../images/navon_m.gif) repeat-x;
                    background: #ff3300;
                }
                    /*.header .topNav li.mainlevel.on .nav_r{
    background:url(../images/navon_r.gif) repeat-x;
     background:#ff3300;
}*/
                    .header .topNav li.mainlevel.on .nav_m a {
                        color: #eee;
                        text-align: center;
                    }

.navlist {
    border-left: solid 1px #333;
    border-bottom: solid 1px #333;
    border-right: solid 1px #333;
    background-color: #eee;
    width: 100px;
    position: absolute;
    top: 50px;
    left: 0;
    display: none;
    z-index: 9999;
}

.header .topNav li .long {
    width: 400px;
}

.header .topNav li .navlist {
    padding: 0px;
}

    .header .topNav li .navlist dd {
        line-height: 18px;
        padding: 10px 0px 5px 15px;
        border-bottom: 1px solid #b1b1b1;
    }

        .header .topNav li .navlist dd a {
            background: #eee;
            color: #000000;
            font-size: 14px;
        }

            .header .topNav li .navlist dd a:hover {
                color: #ff3300;
            }

.pHeader {
    height: 60px;
    background: url(../images/productHeader.png) repeat-x 0 bottom;
    line-height: 60px;
    padding-left: 20px;
    width: 940px;
}

.fn-fixed {
    position: fixed;
    top: 0px;
    z-index: 999;
}

.pHeader .logo {
    float: left;
    font-size: 24px;
    color: #3a3a3a;
}

.pHeader .nav {
    float: right;
    margin-left: 10px;
}

    .pHeader .nav li {
        display: inline;
        margin-right: 20px;
    }

        .pHeader .nav li a.active {
            color: #BEBEBE;
            font-size: 16px;
        }

            .pHeader .nav li a.active:hover {
                text-decoration: none;
                cursor: default;
            }

        .pHeader .nav li a.link {
            color: #333;
            font-size: 16px;
        }

            .pHeader .nav li a.link:hover {
                color: #ff3300;
            }
/* 首页幻灯片 */
.banner {
    margin-bottom: 15px;
    padding-top: 15px;
}

.ad-container {
    position: relative;
    overflow: hidden;
    height: 380px;
    width: 960px;
    top: 0px;
    left: 0px;
}

.ad-item {
    height: 300px;
    width: 910px;
    padding: 50px 0 0 50px;
    cursor: pointer;
}

.ad-tit {
    font-size: 32px;
    color: #000000;
    margin-bottom: 10px;
}

.ad-content p {
    font-size: 16px;
    color: #000000;
    line-height: 30px;
}

.ad-container a img {
    height: 350px;
    width: 960px;
}

.ad-container img {
    border-style: none;
}

.ad-nav-btn {
    display: block;
    cursor: pointer;
    background-image: url('../images/nav_arrow.png');
    background-repeat: no-repeat;
    background-position: right top;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: Black;
    padding-right: 50px;
    width: 400px;
    text-align: right;
    font-weight: bold;
    margin-top: 10px;
}

#adSlider {
    position: absolute;
    left: -4500px;
    margin-top: 15px;
}

.td_f a img {
    margin: 2px;
    padding: 0;
}

.num {
    float: right;
    position: absolute;
    right: 450px;
    bottom: 7px;
}

    .num li {
        background-image: url(../images/ad_butt.png);
        float: left;
        list-style-type: none;
        margin: 1px;
        height: 18px;
        width: 18px;
    }

        .num li.on {
            background-image: url(../images/ad_butt2.png);
        }

/* wider banner */
.wider_banner {
    padding: 0px;
    background-color: #efefef;
}

.login_download {
    display: inline-block;
    background-image: url('../images/download_btn_bg.png');
    background-repeat: no-repeat;
    width: 200px;
    height: 46px;
    background-position: 0px 0px;
    text-align: center;
    color: white;
    font-size: 18px;
    line-height: 46px;
}

    .login_download:hover {
        background-position: 0px -54px;
        text-decoration: none;
    }

.mainArea {
}

.module_area {
    margin-top: 15px;
    margin-bottom: 15px;
}

.overview_title2 {
    border-bottom: 1px solid #dedede;
}

.overview_title,
.overview_title1 {
    color: #3a3a3a;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
}

.pro_card {
    padding: 10px;
    width: 350px;
    height: 360px;
    float: left;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 18px;
    background-color: white;
}

.pro_card_left_first {
    margin-left: 1px;
}

.pro_card_top_first {
    margin-top: 0;
}

.pro_card_bot {
    margin-bottom: 1px;
}

.pro_card:hover {
    box-shadow: 0px 0px 16px -1px rgb(0 0 0 / 75%);
}

.pro_card .pic {
    width: 300px;
    height: 220px;
    margin-left: 25px;
}

.pro_card .title {
    text-align: center;
}

    .pro_card .title a {
        text-decoration: none;
        color: cornflowerblue;
        font-size: larger;
    }

        .pro_card .title a:hover {
            text-decoration: underline;
        }

.product_overview {
    /*width: 680px;*/
    /*float: right;*/
    padding: 1px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.news_overview {
    width: 298px;
    float: right;
    padding: 0px 2px;
}

    .news_overview .list li {
        border-bottom: 1px #ccc dotted;
        color: #666;
        padding: 5px;
    }

        .news_overview .list li a {
            color: Black;
            font-size: 12px;
        }

.grid310 {
    padding: 15px;
    border-bottom: 1px #ccc dotted;
    width: 300px;
    float: left;
    display: block;
    margin-left: 10px;
    /*background:url(../images/bg1.png) repeat-x 0 bottom;*/
}

.fn-no-border {
    border: 0px;
}

.grid310 .piclogo {
    float: left;
    width: 70px;
    height: 70px;
    margin-right: 25px;
}

.grid310 .content-txt {
    float: left;
    width: 190px;
}

    .grid310 .content-txt h1 {
        height: 36px;
        overflow: hidden;
    }

        .grid310 .content-txt h1 a {
            color: #000;
            font-weight: 700;
            font-size: 14px;
            line-height: 18px;
            cursor: pointer;
        }

    .grid310 .content-txt p {
        color: #666;
        line-height: 14px;
        padding: 5px 0 8px 0;
    }

.fn-text-center {
    text-align: center;
}

.solution_title {
    text-align: center;
    color: #576267;
    padding: 15px 0px;
    background: url(../images/productHeader.png) repeat-x 0 bottom;
    width: 717px;
}

    .solution_title p {
        color: #3a3a3a;
        font-size: 18px;
        font-weight: bold;
    }

.solution_block {
    border: 1px #ddd solid;
    background-color: White;
}

.solution_cont {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

    .solution_cont .pGrid {
        padding-left: 5px;
        padding-right: 5px;
    }

.solution_overview {
    float: right;
}

    .solution_overview .middle {
        padding: 5px;
    }

.solution_image {
    float: left;
    padding: 25px;
    width: 190px;
    height: 300px;
}

.solution_slide {
    height: 379px;
    overflow: hidden;
    border-bottom-style: none;
    border-bottom-color: inherit;
    border-bottom-width: 0px;
}

    .solution_slide li .title {
        height: 35px;
        background-repeat: repeat-x;
        padding: 0px 3px;
        line-height: 43px;
        font-size: 15px;
    }

    .solution_slide li .content {
        display: none;
        padding: 0px;
        height: 45px;
        overflow: hidden;
        margin-right: 10px;
        border-bottom: 2px #ddd solid;
    }

        .solution_slide li .content a {
            font-weight: bold;
            color: #000000;
            line-height: 200%;
            margin-left: 50px;
        }

    .solution_slide li.on .content {
        display: block;
    }

.company_cont {
}

    .company_cont .part {
        border-bottom: 2px #ddd solid;
        padding: 15px;
        margin: 5px 0px;
        color: #3a3a3a;
        font-size: 15px;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        letter-spacing: normal;
        line-height: 1.5;
        text-indent: 2em;
        text-transform: none;
        white-space: normal;
        word-spacing: 0px;
        -webkit-text-stroke-width: 0px;
        text-align: left;
    }

        .company_cont .part h1 {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 15px;
        }

        .company_cont .part .location_map {
            width: 40%;
            float: left;
        }

            .company_cont .part .location_map .container {
                width: 80%;
                height: 200px;
                position: relative;
                margin-left: auto;
                margin-right: auto;
                border: 1px solid gray;
            }

        .company_cont .part .location_txt {
            width: 60%;
            float: left;
        }

        .company_cont .part .location_txt {
            font-size: 14px;
            font-weight: bold;
            line-height: 2;
            text-indent: 0em;
            color: #3a3a3a;
        }

            .company_cont .part .location_txt h2 {
                margin-left: 5px;
                font-weight: bold;
                display: inline;
            }

.company_overview {
    width: 260px;
    float: left;
}

.overview_box .title_box {
    background-color: white;
}

.overview_box .top,
.overview_box .bottom {
    position: relative;
}

    .overview_box .top .left {
        background-repeat: no-repeat;
        background-position: 0px -30px;
        height: 32px;
        width: 10px;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 100;
    }

    .overview_box .top .center {
        background-repeat: repeat-x;
        background-position: 0px -62px;
        height: 32px;
        position: relative;
        margin: 0px 10px;
        z-index: 99;
    }

    .overview_box .top .right {
        background-repeat: no-repeat;
        background-position: 0px -94px;
        height: 32px;
        width: 10px;
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 100;
    }

.company_overview .middle {
    height: 400px;
}

.overview_box .middle {
    background-color: white;
}

.solution_slide li .content span {
    padding: 5px;
    line-height: 150%;
    font-size: 12px;
    color: #666;
    text-indent: 2em;
    margin: 15px;
}

.overview_box .middle .info {
    padding: 5px;
    line-height: 150%;
    font-size: 12px;
    color: #666;
    text-indent: 2em;
    margin: 15px;
}

    .overview_box .middle .info a {
        font-weight: bold;
        color: #ff3300;
        line-height: 200%;
        margin-right: 15px;
        float: left;
    }

        .solution_slide li .content a:hover,
        .overview_box .middle .info a:hover {
            color: #ff3300;
        }

.overview_box .bottom .left {
    height: 10px;
    width: 10px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
}

.overview_box .bottom .center {
    height: 10px;
    background-repeat: repeat-x;
    background-position: 0px -10px;
    position: relative;
    margin: 0px 10px;
    z-index: 99;
}

.overview_box .bottom .right {
    height: 10px;
    width: 10px;
    background-repeat: no-repeat;
    background-position: 0px -20px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
}

/* 产品 */
.pGrid {
    padding: 25px 55px;
    border-bottom: 1px #ccc solid;
}

    .pGrid .left {
        width: 380px;
        margin-right: 90px;
        float: left;
    }

    .pGrid .right {
        width: 380px;
        float: left;
    }

    .pGrid .pPic img {
        width: 100%;
    }

    .pGrid .pPic p {
        line-height: 24px;
        color: #000000;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .pGrid .pTxt {
    }

        .pGrid .pTxt h1 {
            font-size: 16px;
            margin-bottom: 10px;
            font-weight: bold;
        }

        .pGrid .pTxt h2 {
            font-size: 14px;
            font-weight: bold;
        }

        .module .pdesc,
        .pGrid .pTxt p {
            font-size: 14px;
            line-height: 24px;
            color: #666;
            text-indent: 2em;
            margin-bottom: 5px;
        }

        .pGrid .pTxt .pPic {
            text-align: center;
        }

        .pGrid .pTxt ul {
            color: #666;
            line-height: 24px;
        }

    .pGrid a {
        color: #2664a9;
    }

.ul_layer_1 {
    margin-left: 20px;
    font-size: 14px;
    list-style-type: disc;
    list-style-image: url('../images/icon-bullet-gray-10.png');
}

.ul_layer_2 {
    margin-left: 40px;
    font-size: 12px;
    list-style-type: disc;
    list-style-image: url('../images/icon-bullet-orange-10.png');
}

.buy_table {
    border-left: 1px solid #C8C8C8;
    border-top: 1px solid #C8C8C8;
    width: 100%;
    margin: 5px auto;
}

    .buy_table th {
        border-bottom: 2px solid #C8C8C8;
        border-right: 1px solid #C8C8C8;
        padding: 5px;
        text-align: left;
    }

    .buy_table td {
        border-right: 1px solid #C8C8C8;
        border-bottom: 1px solid #C8C8C8;
        padding: 5px;
        text-align: left;
    }

.tb_buy_desc {
    width: 100%;
    margin: 0px auto;
}

    .tb_buy_desc th {
        font-weight: bold;
        border-bottom: 2px solid #C8C8C8;
        padding: 5px;
    }

    .tb_buy_desc td {
        padding: 5px;
        border-bottom: 1px solid #F0F0F0;
    }
/* footer区域 */

.copyright {
    padding: 10px;
    text-align: center;
}

    .copyright p {
        color: #ffffff;
    }

/*searchbar*/
.searchbar {
    height: 30px;
    padding: 10px 10px 0 15px;
}

    .searchbar .fn-left, .searchbar .fn-left a {
        color: #000000;
        font-size: 12px;
    }

    .searchbar .fn-right {
        width: 175px;
        height: 21px;
        background: url(../images/search.gif) no-repeat;
        padding: 2px 0 1px 10px;
    }

.search_text {
    width: 138px;
    height: 18px;
    line-height: 18px;
    color: #999999;
    border: 0;
    background: none;
    font-size: 14px;
    vertical-align: top;
}

.search_btn {
    width: 32px;
    height: 18px;
    border: 0;
    background: none;
    cursor: pointer;
}

.listcontent {
    margin-bottom: 15px;
}

.bigroundtop {
    background-color: white;
    height: 9px;
    overflow: hidden;
}

.bigroundmiddle {
    background-color: white;
    padding: 0 12px;
}

.bigroundbottom {
    background-color: white;
    height: 9px;
}

.bigroundmiddle .fn-left {
    width: 195px;
    height: auto;
    float: left;
    /*background:url('../images/left.png')no-repeat 0 0;*/
}

.longblock {
    background-color: #3a3a3a;
    padding: 20px 30px;
    border-radius: 6px;
}

    .longblock h1 {
        color: White;
        font-size: 24px;
    }

    .longblock a {
        text-decoration: underline;
        color: Orange;
    }

    .longblock .btnarea {
        float: right;
        display: inline-block;
        text-decoration: none;
        cursor: pointer;
        margin: 0px 20px;
        color: #CFE8FB;
        font-size: 18px;
        line-height: 24px;
        padding-left: 24px;
        background-image: url('../images/ibc_link.png');
        background-repeat: no-repeat;
    }

        .longblock .btnarea:hover {
            color: White;
        }

#btn_ibc {
    background-position: -1px 0px;
}

    #btn_ibc:hover {
        background-position: -3px 0px;
    }

#btn_lectures {
    background-position: 0px -32px;
}

    #btn_lectures:hover {
        background-position: -2px -32px;
    }

.news_tit {
    background: url(../images/listtit.gif) no-repeat;
    height: 36px;
    line-height: 36px;
    color: #3a3a3a;
    font-weight: bold;
    padding-left: 20px;
    font-size: 13px;
    bottom: 1px;
}

.news_cont {
    background-color: #efefef;
}

    .news_cont li {
        border-bottom: 1px dotted #5f5f5f;
        padding: 6px 5px 6px 15px;
    }

        .news_cont li a {
            color: #3a3a3a;
        }

.news_bottom {
    background: url(../images/news_bottom.gif) no-repeat;
    height: 10px;
}

.inc {
    background: url(../images/inc.gif) no-repeat;
    height: 110px;
    margin-top: 15px;
    padding: 13px 0 0 15px;
}

    .inc h1 {
        color: #ffffff;
        font-size: 18px;
        margin-bottom: 5px;
    }

.phone {
    background: url(../images/phone.gif) no-repeat 0 2px;
    height: 20px;
    line-height: 20px;
    color: #ffffff;
    padding-left: 25px;
    margin-top: 8px;
    font-family: Arial, Helvetica, sans-serif;
}

.address {
    background: url(../images/email.gif) no-repeat 0 2px;
    height: 20px;
    line-height: 20px;
    color: #ffffff;
    padding-left: 25px;
    margin-top: 8px;
}

.bigroundmiddle .fn-right {
    width: 720px;
}

.newslist_title {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #d7d7d7;
    text-align: right;
    color: #000000;
    padding: 0 5px;
    margin-bottom: 10px;
    background-color: #efefef;
}

    .newslist_title p {
        color: #000000;
        font-size: 14px;
        font-weight: bold;
        float: left;
    }

.newslist li {
    height: 30px;
    line-height: 30px;
    color: #576267;
    text-align: right;
    padding: 0 10px;
}

    .newslist li a {
        color: #576267;
        float: left;
    }

    .newslist li.listbg {
        background-color: #eeeeee;
    }

.page {
    text-align: center;
    margin: 25px auto 10px;
}

    .page a {
        height: 22px;
        line-height: 22px;
        border: 1px solid #dddddd;
        padding: 0 8px;
        display: inline-block;
        color: #404040;
        font-family: "宋体";
    }

        .page a.total {
            cursor: default;
            color: #aaaaaa;
        }

            .page a.total:hover {
                text-decoration: none;
            }

        .page a.on {
            background-color: #cae8ea;
            font-weight: bold;
            color: #797268;
        }

            .page a.on:hover {
                text-decoration: none;
            }

        .page a.unclick {
            cursor: default;
            color: #aaaaaa;
        }

            .page a.unclick:hover {
                text-decoration: none;
            }

/*news*/
.newspage {
    padding: 10px 25px;
}

.newstitle {
    border-bottom: 1px solid #d7d7d7;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

    .newstitle h1 {
        color: #576267;
        font-size: 18px;
    }

    .newstitle .time {
        color: #999999;
    }

.h10 {
    height: 30px;
}

.newscont p {
    color: #576267;
    line-height: 22px;
    font-size: 14px;
    padding: 0 5px;
}

.pro_list_item {
    border-bottom: 1px #ccc dotted;
    padding: 10px 0;
}

.pro_thumb {
    width: 18%;
    float: left;
}

    .pro_thumb img {
        width: 80px;
        height: 70px;
        border: 1px #ddd solid;
        padding: 5px;
        background: #fff;
    }

        .pro_thumb img.download {
            width: 70px;
            height: 70px;
            border: 1px #ddd solid;
            padding: 5px;
            background: #fff;
        }

.pro_data {
    width: 77.5%;
    float: left;
}

    .pro_data h1 {
        font-size: 16px;
        line-height: 24px;
    }

        .pro_data h1 a:link, .pro_data h1 a:visited {
            color: #3a3a3a;
        }

        .pro_data h1 a:hover {
            color: #3a3a3a;
        }

    .pro_data p {
        color: #666;
        line-height: 20px;
    }

.pro_comment {
    color: Gray;
    line-height: 24px;
    font-size: 11px;
    padding-left: 5px;
}

.view_counter {
    background-image: url('../images/view_count_18.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 18px;
    line-height: 24px;
}

.download_counter {
    background-image: url('../images/download_count_16.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 18px;
    line-height: 24px;
}

.publish_date {
    background-image: url('../images/timer_16.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 18px;
    line-height: 24px;
}

.pro_ban {
    background: url(../images/product1.jpg) no-repeat 0 0;
    height: 130px;
}

.sou_ban {
    background: url(../images/solution1.jpg) no-repeat 0 0;
    height: 130px;
}

.abo_ban {
    background: url(../images/about1.jpg)no-repeat 0 0;
    height: 130px;
}

.new_ban {
    background: url(../images/news.jpg)no-repeat 0 0;
    height: 130px;
}

/* logo wall */
.logo_wall {
    margin-bottom: 25px;
    padding-top: 10px;
    position: relative;
    height: 115px;
}

    .logo_wall .title {
        border-bottom: 1px solid #D0D0D0;
        text-align: center;
        color: #3a3a3a;
        font-size: 14px;
        margin-bottom: 10px;
        text-shadow: 0 0 5px #C8C8C8;
    }

    .logo_wall .item {
        position: absolute;
    }

        .logo_wall .item span {
            display: inline-block;
            height: 82px;
        }

    .logo_wall .geo_telecom {
        left: 72px;
    }

        .logo_wall .geo_telecom span {
            width: 150px;
            background-image: url('../images/logo_geo.jpg');
            background-repeat: no-repeat;
            background-position: 0px -82px;
        }

        .logo_wall .geo_telecom:hover span {
            background-position: 0px -82px;
        }

    .logo_wall .china_mobile {
        left: 72px;
    }

        .logo_wall .china_mobile span {
            width: 150px;
            background-image: url('../images/client-logo17.png');
            background-repeat: no-repeat;
        }

    .logo_wall .arris {
        left: 235px;
    }

        .logo_wall .arris span {
            width: 183px;
            background-image: url('../images/logo_arris.jpg');
            background-repeat: no-repeat;
            background-position: 0px -82px;
        }

        .logo_wall .arris:hover span {
            background-position: 0px -82px;
        }

    .logo_wall .at {
        left: 260px;
    }

        .logo_wall .at span {
            width: 183px;
            background-image: url('../images/client-logo09.png');
            background-repeat: no-repeat;
        }

    .logo_wall .irdeto {
        left: 500px;
    }

        .logo_wall .irdeto span {
            width: 142px;
            background-image: url('../images/logo_irdeto.jpg');
            background-position: 0px -82px;
            background-repeat: no-repeat;
        }

        .logo_wall .irdeto:hover span {
            background-position: 0px -82px;
        }

    .logo_wall .tvb {
        left: 500px;
    }

        .logo_wall .tvb span {
            width: 142px;
            background-image: url('../images/client-logo01.png');
            background-repeat: no-repeat;
        }

    .logo_wall .globo {
        left: 710px;
    }

        .logo_wall .globo span {
            width: 137px;
            background-image: url('../images/logo_globo.jpg');
            background-position: 0px -82px;
            background-repeat: no-repeat;
        }

        .logo_wall .globo:hover span {
            background-position: 0px -82px;
        }

    .logo_wall .cisco {
        left: 710px;
    }

        .logo_wall .cisco span {
            width: 137px;
            background-image: url('../images/cisco-logo.png');
            background-repeat: no-repeat;
        }

    .logo_wall .dveo {
        left: 900px;
    }

        .logo_wall .dveo span {
            width: 191px;
            background-image: url('../images/logo_dveo.jpg');
            background-position: 0px -82px;
            background-repeat: no-repeat;
        }

        .logo_wall .dveo:hover span {
            background-position: 0px -82px;
        }

    .logo_wall .kt {
        left: 900px;
    }

        .logo_wall .kt span {
            width: 191px;
            background-image: url('../images/client-logo20.png');
            background-repeat: no-repeat;
        }

    .logo_wall .disney {
        left: 1020px;
    }

        .logo_wall .disney span {
            width: 191px;
            background-image: url('../images/client-logo03.png');
            background-repeat: no-repeat;
        }

.more {
    color: #5B5C5E;
    font-size: 12px;
    position: absolute;
    line-height: 19px;
    bottom: 1px;
    right: 10px;
    z-index: 11;
    display: block;
    width: 50px;
    height: 20px;
    background-image: url('../images/btn_more_back.png');
    background-repeat: no-repeat;
    background-position: 0px -24px;
    text-align: right;
    font-weight: normal;
}

    .more:hover {
        background-position: 0px -2px;
        text-decoration: none;
    }

.pro_data h2 a:link, .pro_data h1 a:visited {
    color: #2664a9;
}

.blogtitle {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    height: 24px;
    padding: 0 5px;
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: White;
    color: #576267;
}

.blogsubtitle {
    height: 18px;
    font-size: 10px;
    color: #0099cc;
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 2px solid #d7d7d7;
    margin: 0 10px 10px 10px;
}

.blogcontent {
    margin: 0 10px 0 10px;
    color: #576267;
}

.productgroup h1 {
    font-size: 26px;
    line-height: 26px;
    padding: 15px 0 0 10px;
    /* color: #fff; */
}
