@CHARSET "UTF-8";
*{
    line-height: 1;
}

/*container*/
.container {
    padding: 0px;
}

/*carousel*/
.carousel  {
    width: 100%;
    *margin-top: 50px;
}
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    width: 100%;
}
.carousel-caption {
    margin-bottom: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #CCCCCC;
    opacity: 0.8;
    filter: alpha(opacity=80);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.carousel-caption h1 {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.carousel-indicators li {
    float: left;
}

.split-line {
    width: 100%;
    height: 50px;
    margin: 25px 0px 0px 0px;
    font-weight: bold;
    clear: both;
}
.split-line .div-hr {
    width: 42%;
    margin-top: 20px;
    border-top: 1px solid #CCCCCC;
    float: left;
}
.split-line .text {
    width: 16%;
    text-align: center;
    float: left;
}
.split-line .text span {
    font-size: 18px;
}

.service-box {
    width: 20.8%;
    height: auto;
    margin-left: 4%;
    text-align: center;
    float: left;
}
.opensource-box {
    width: 20.8%;
    height: auto;
    margin-left: 4%;
    text-align: center;
    float: left;
}
.service-box a, .opensource-box a {
    display: block;
}
.service-box a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.service-box img, .opensource-box img {
    width: 64%;
    height: auto;
    margin: 0px 30px 10px 30px;
    float: left;
}
.service-box span, .opensource-box span {
    width: 64%;
    height: 21px;
    margin: 0px 30px 0px 30px;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    float: left;
}
.case-box {
    width: 25%;
    height: 200px;
    position: relative;
    float: left;
}
.case-background {
    width: 100%;
    height: 200px;
}
.case-box .text {
    width:100%;
    height:auto;
    background-color:#000;
    FILTER:alpha("opacity=60");
    opacity:0.7;
    -moz-opacity:0.7;
    position:absolute;
    left:0px;
    bottom:0px;
}
.case-box .imgtext {
    width:93.3%;
    height:auto;
    float:left;
    padding:2px;
    color:#fff;
    font-size:12px;
    line-height:200%;
}
.case-box .imgtext p {
    margin: 5px;
}

.target-fix {
    position: absolute;
    display: block;
    height: 0;
    overflow: hidden;
}