@charset "utf-8";
/* CSS Document */

#main_catch {
    position: absolute;
    z-index: 1;
    right: 70px;
    width: 698px;
}

#topics {
    color: #fff;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}

#topics #topics_inner {
    width: 94%;
    margin: 4px 2%;
    overflow: hidden;
    font-size: 93%;
    line-height: 1.6em;
}

#topics #topics_inner em {
    margin: 0 20px;
}

#topics #topics_inner a#more {
    float: right;
    border: 1px solid;
    padding: 0 30px;
    font-size: 100%;
    letter-spacing: 0.2em;
}

#section2 .table_box_in {
    width: 50%;
}

#section2 .table_box_in.right {
    background: url(/common/image/services_bg.jpg) center bottom no-repeat;
    background-size: cover;
    height: 560px;
}

#section2 .table_box_in.left {
    padding-right: 20px;
    background: #f4f4f4;
    padding-left: 45px;
}

#section2 .table_box_in .btn {
    margin-top: 30px;
}

#section3 {
    background: url(/common/image/businessoverview_bg.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 950px;

}

#section3 ul {
    display: table;
    /*width: 100%;*/
    margin-top: 80px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    background: rgba(245, 245, 245, .9);
}

#section3 ul li {
    display: table-cell;
    text-align: center;
}

#section3 ul li p {
    line-height: 1.4;
    -moz-text-shadow: 1px 1px 0px #eee;
    -webkit-text-shadow: 1px 1px 0px #eee;
    -o-text-shadow: 1px 1px 0px #eee;
    -ms-text-shadow: 1px 1px 0px #eee;
    text-shadow: 1px 1px 0px #eee;
}

#section3 ul li span {
    color: #87d400;
}

#section3 ul li span.img {
    display: block;
}

#section3 ul li span em {
    display: block;
    font-size: 2em;
}

#section4 {
    background: url(/common/image/about_bg.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 950px;
}

#section4 .table_box_in .box {
  background: rgba(255, 255, 255, .8);
  border: 1px solid #fff;
  width: 370px;
  padding: 50px 30px;
  margin: 50px;
  box-sizing: content-box;
}

#section4 .table_box_in .box .btn {
    margin-top: 30px;
    text-align: center;
}


@media only screen and (max-width: 768px) {
    #main_catch {
        width: 80%;
        right: 30px;
    }

    #main_catch img {
        width: 100%;
        height: auto;
    }

    #topics #topics_inner {
        text-align: center;
    }

    #topics #topics_inner em {
        display: block;
    }

    #topics #topics_inner a#more {
        display: block;
        float: none;
        margin: 5px 30%;
    }

    #section2 .table_box_in {
        width: auto;
    }

    #section2 .table_box_in.left {
        padding: 20px 15px 35px;
    }

    #section3 {
        padding: 20px 0 35px;
    }

    #section3 ul {
        text-align: center;
        margin-top: 30px;
    }

    #section3 ul li {
        display: inline-block;
        width: 40%;
        margin: 0 15px 20px;
    }

    #section3 ul li img {
        width: 70%;
        height: auto;
    }

    #section3 {
        height: auto;
        background-attachment: scroll;
    }

    #section4 {
        height: auto;
        background-attachment: scroll;
    }

    #section4 .table_box_in {
        padding: 20px 0;
    }

    #section4 .table_box_in .box {
        width: auto;
        margin: 30px;
        padding: 30px 15px;
    }

    .top #section4 .btn.long a {
        padding: 8px 36%;
    }

}
