.banner {
    width: 100%;
    height: 560px; 
    position: relative;
}
#contentBanner, #contentBanner img{
    height: 100%;
    width: 100%;
}
.service {
    position: relative;
    padding: 0 200px 80px 200px;

}
.type-name{
    text-align: center;
    margin: 10px auto 140px auto;
    font-size: 35px;
    font-weight: bold;
}
.type-name .en{
    color: #E6E6E6;
    font-size: 40px;
}
.type-name .zh{
    margin-top: -50px;
    letter-spacing: 5px;
}

.info{
    height:358px;
    color: #FFF;
    padding: 40px 45px
}
.info .s-title{
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
}
.info .s-text{
    font-size: 14px;
    letter-spacing: 1px;
    padding: 20px 0 120px 0;
}
.info .list div{
    display: inline-block;
    padding: 0 25px 0 30px;
    border-left: 1px solid #FFF;
    font-size: 14px;
    text-align: center;
}
.info .list div:first-child{
    border: none;
    padding-left: 0px;
}
.info .icon{
    background: url(../images/about/service/jiantou-top-01.png) center center no-repeat #d3d3d3;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    text-align: center;
    padding-top: 4px;
    float: right;
    margin-top: -40px;
    margin-right: 10px;
}
.item.active .info .icon{
    background: url(../images/about/service/jiantou-up-01.png) center center no-repeat #BB0009;
}
.text-box .icon{
    background: url(../images/about/service/jiantou-up-01.png) center center no-repeat #BB0009;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    text-align: center;
    padding-top: 4px;
    float: right;
    margin-top: -40px;
    margin-right: 10px;
}
.text-box{
    background: #F2F2F2;
    padding: 20px 45px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 2px;
    display: none;
}
.item.active .text-box{
    display: block;
}
.text-box.bg{
    padding: 25px 45px;
    text-align: center;
}
.text-box .label{
    font-size: 16px;
    font-weight: bold;
    color: #BB0009;
    padding-top: 15px;
    text-align: left;
}
.text-box.bg .label{
    padding: 30px 0 0 45px;
}
.text-box .desc{
    padding: 10px 0 30px 0;
    border-bottom: 1px solid #666;
}
.text-box .row{
    padding: 45px 0;
    border-bottom: 1px solid #666;
}
.text-box .list .row:last-child{
    border: none
}