﻿/* 
* @Author: anchen
* @Date:   2015-05-26 14:20:22
* @Last Modified by:   anchen
* @Last Modified time: 2015-06-29 10:37:54
*/
.xbox
{
    /* Webkit: collapse white-space between units 去掉IE10以下布局都不可以用*/
    letter-spacing: -0.31em;
    *letter-spacing: normal; /* reset IE < 8 */
    *word-spacing: -0.43em; /* IE < 8: collapse white-space between units */
    text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    /* IE10 uses display: flexbox */
    display: -ms-flexbox;-ms-flex-flow: row wrap;
}
.xbox-1,.xbox-1-2,.xbox-1-3,.xbox-2-3,.xbox-1-4,.xbox-3-4,.xbox-1-5,.xbox-2-5,.xbox-3-5,.xbox-4-5,.xbox-1-6,.xbox-5-6,
.xbox-11-24,.xbox-13-24,.xbox-7-12,.xbox-5-12,.xbox-1-8,.xbox-3-8,.xbox-5-8,.xbox-7-8,.xbox-1-24,.xbox-1-12,.xbox-7-24
{display: inline-block;*display: inline;zoom: 1;letter-spacing: normal;word-spacing: normal;
    vertical-align: top;/*设置元素的垂直对齐文本的顶部 */
    text-rendering: auto;}
.xbox-1{width: 100%;}
.xbox-1-2{width: 50%;*width: 49.9690%;}
.xbox-1-3{width: 33.3333%;*width: 33.3023%;}
.xbox-2-3{width: 66.6667%;*width: 66.6357%;}
.xbox-1-4{width: 25%;*width: 24.9690%;}
.xbox-3-4{width: 75%;*width: 74.9690%;}
.xbox-1-5{width: 20%;*width: 19.9690%;}
.xbox-2-5{width: 40%;*width: 39.9690%;}
.xbox-3-5{width: 60%;*width: 59.9690%;}
.xbox-4-5{ width: 80%;*width: 79.9690%;}
.xbox-1-6{width: 16.6667%;*width: 16.6357%;}
.xbox-5-6{ width: 83.3333%;*width: 83.3023%;}
.xbox-11-24 {width: 45.8333%;*width: 45.8023%;}
.xbox-13-24 {width: 54.1667%;*width: 54.1357%;}
.xbox-5-12{width: 41.6667%;*width: 41.6357%;}
.xbox-7-12{width: 58.3333%;*width: 58.3023%;}
.xbox-1-8{width: 12.5000%;*width: 12.4690%;}
.xbox-3-8{width: 37.5000%;*width: 37.4690%;}
.xbox-7-8{width: 87.5000%;*width: 87.4690%;}
.xbox-5-8{width: 62.5000%;*width: 62.4690%;}
.xbox-1-24 {width: 4.1667%;*width: 4.1357%;}
.xbox-1-12{width: 8.3333%;*width: 8.3023%;}
.xbox-7-24{ width: 29.1667%;*width: 29.1357%;}
#partner_header{color: #E8640D;}
#partnerjp_header{color: #E8640D;}
*{
    margin:0px;
    padding:0px;
    font-family: "Microsoft YaHei";
    font-size: 12px;
}

.bannerbox{
    width:100%;
    background-color: #383A50;
    margin-bottom: 51px;
}
    .banner{
        width:990px;
        height:200px;
        margin:0 auto;
    }

.content{
    width:990px;
    margin:0 auto 69px auto;
}
    .content li{list-style-type: none;
        margin-bottom: 37px;
    }
        .content .company-dignet img{
            display: block;
            padding: 21px 0;
            border:3px solid #f0f0f0;
        }
        .content .company-logo img{
            display: block;
            border:3px solid #f0f0f0;
        }
        .content .company-introduction{
            border-bottom: 1px solid #b9b9b9;
            width:670px;
            margin-left: 25px;
        }
        .content .company-introduction .name{
            font-size: 16px;
            color:#323232;
            font-weight: bold;
            margin-bottom: 11px;
        }
        .content .company-introduction .introduce{
            color:#6e6e6e;
            line-height: 24px;
        
        }
        .content .company-introduction .more{
            line-height: 36px;
            cursor: pointer;
            width: 76px;
            margin-bottom: 11px;
            color:#0f0f0f;
            background:url(../img/partner-icon1.png) right 15px no-repeat;
        }
        .content .company-introduction .details{
            font-size: 14px;
            color:#fff;
            height:32px;
            width:110px;
            background-color: #0061ea;
            text-align: center;
            border-radius: 2px;
            line-height: 32px;
            margin-bottom: 17px;
        }
            .content .company-introduction .details a:link,
            .content .company-introduction .details a:visited,
            .content .company-introduction .details a:hover{
                font-size: 14px;
                text-decoration: none;
                color:#fff;
            }