@charset "utf-8";
/* CSS Document */

#serviceContainer
{
    padding-right: 60px;
    background-color: #0d0d0d;
    _width: 2000px;
}

#serviceContainer .content .partTitle
{
    margin-left: 70px;
}

#service
{
    position: relative;
    float: left;/*解决ie6下#service被拉宽的问题*/
    left: 70px;
    top: 30px;
    height: 390px;
    /*background-color: #F8BA60;*/
    /*margin-left: auto;
    margin-right: auto;*/
}

#service .clientBase
{
    display: none;
}

#service .servicePanel
{
    position: relative;
    float: left;
    color: #989898;
    /*background-color: #F08D00;*/
}

#service .servicePanel .leftPanel
{
    position: relative;
    float: left;
    margin-right: 60px;
}

#service .servicePanel .leftPanel .title
{
    height: auto;
    margin-left: 15px;
    padding-bottom: 15px;
    background-image: url("../images/line.png");
    background-repeat:repeat-x;
    background-position: left bottom;
}

#service .servicePanel .leftPanel .title .enTitle
{
    font-size: 16px;
}

#service .servicePanel .leftPanel .title .cnTitle
{
    margin-top: 5px;
    font-size: 16px;
}

#service .servicePanel .leftPanel .subTitle
{
    margin-top: 15px;
    padding-left: 15px;
}

#service .servicePanel .leftPanel .cir
{
    background-image: url("../images/serviceIcon.png");
    background-repeat: no-repeat;
    background-position: 0 5px;;
}

#service .servicePanel .leftPanel .subTitle .enTitle
{
    font-size: 12px;
}

#service .servicePanel .leftPanel .subTitle .cnTitle
{
    margin-top: 5px;
    font-size: 12px;
}

#service .servicePanel .leftPanel .linkBtn
{
    margin-top: 15px;
    margin-left: 15px;
    width: 70px;
    height: 25px;
    line-height: 25px;
    color: #FFFFFF;
    background-color: #aa0d01;
    text-align: center;
    /*background-image: url("../images/white_openIcon.png");
    background-repeat: no-repeat;
    background-position: center top;*/
    cursor: pointer;
}

#service .servicePanel .leftPanel .linkBtn:hover
{
    color: #aa0d01;
    background-color: #FFFFFF;
}

#service .servicePanel .rightPanel
{
    position: relative;
    float: left;
    height: 300px;
    _width: 0px;
}

#service .servicePanel .rightPanel .mask
{
    position: relative;
    height: 406px;
    overflow: hidden;
    width :0px;
}

#service .servicePanel .rightPanel .mask .scrollContainer
{
    position: absolute;
    _width :0px;
}

#service .servicePanel .rightPanel .mask .scrollContainer .client
{
    position: absolute;
    width: 200px;
    height: 100px;
    background-color: #131313;
}

#service .servicePanel .rightPanel .mask .scrollContainer .client .delayImage
{
    display: block;
}

#service .servicePanel .rightPanel .mask .close
{
    width: 40px;
    height: 40px;
    background-color: #aa0d01;
    background-image: url("../images/serviceClose.png");
    background-repeat: no-repeat;
    float: right;
    cursor: pointer;
}

#service .servicePanel .rightPanel .mask .close:hover
{
    background-color: #FFFFFF;
    background-image: url("../images/serviceClose.png");
    background-position: 0 -40px;
}