html, body {
    margin: 0;
    padding: 0;
}

.container_width {
    width: 990px;
    min-width: 990px;
}

.header {
    height: 100px;
    background-color: #03548b;
}

.banner_image {
    background-image: url("../images/banner.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    width: 100%;
}

.banner_image .banner_text {
    background-color: rgba(255, 255, 255, 0.8);
    color: #03548b;
    padding: 24px;
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.5);
}

.banner_image .text1 {
    text-shadow: -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff,
    1px 1px 2px rgba(0, 0, 0, 0.5);
}

.banner_image .text2 {
    text-shadow: -2px -2px 0 #fff,
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px 2px 0 #fff,
    3px 3px 5px rgba(0, 0, 0, 0.5);
}


.border_sp {
    border-left: 1px solid #fff;
    margin: 6px 6px;
}

.footer {
    height: 80px;
    background-color: #03548b;
}

.title1_row {
    border-bottom: 1px solid #dee2e6;
}

.title1 {
    font-size: 20px;
    line-height: 2em;
    font-weight: bold;
}

.title1 .text_english {
    color: #cad1d9;
    font-weight: 300;
}

.title2 {
    font-size: 18px;
    line-height: 3em;
    font-weight: bold;
}

.content2 {
    text-indent: 2em;
    font-weight: 400;
}

.table th {
    background-color: #f5f5f6;
}

.table th {
    text-align: center;
    font-size: 12px;
    padding: 6px;
}

.table td {
    text-align: center;
    font-size: 14px;
    padding: 3px;
    font-weight: 400;
}

.table tr td:first-child {
    background-color: #f5f5f6;
}

.phone_box {
        border: 0.5px solid #dee2e6;
        border-radius: 30px;
        padding: 12px 25px;
       /* text-align: center; */
        background-color: #fff;
        float: left;
        width: 100%;
}

.introduction_img {
    width: 400px;
    height: 240px;
    overflow-y: hidden;
    border-radius: 16px;
}

.more {
    font-weight: 400;
    font-size: 14px;
    color: #8b9892;
}
