﻿.banner-box{
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}
.banner-img{
    width: 100%;
    height: 120%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all .3s linear;
    position: relative;
}
.banner-title{
    font-size: 28px;
    color: #FFF;
    position: absolute;
    top: 40%;
    left: calc(50% - 76px);
    letter-spacing: 10px;
}
.service-box{
    padding: 80px 0;
    display: block; 
}
.service-list-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.service-list{
    width: 100%;
    height: 300px;
    display: block;
    position: relative;
}
.service-list-info-box{
    width: 50%;
    height: 300px;
    display: block;
    float: right;
    background-color: rgba(57, 173, 208, 0.7);
    padding:  45px 55px;
    box-sizing: border-box;
}
.service-title-box{
    width: 100%;
    display: block;
    text-align: center;
    color: #FFF;
    letter-spacing: 3px;
    font-size: 24px;
}
.service-title{
    font-size: 60px;
    display: inline-block;
    color: #FFF;
    font-family: 'Teko';
}
.service-list{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.serivce-list-info{
    font-size: 16px;
    color: #FFF;
    line-height: 3;
    letter-spacing: 3px;
}


.service-list-box li:nth-child(even) .service-list-info-box{
    float: left;
}

.en .service-list-info-box{
    padding: 25px 47px;
}
.en .service-title-box{
    letter-spacing: 1px;
}
.en .service-title{
    font-size: 40px;
}