@charset "utf-8";

.at-body {margin-top: -150px}
.main_wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main_wrap > div {padding: 150px 0;}
.main_wrap .title {
    text-align: center;
    margin-bottom: 50px;
}
.main_wrap .title h2 {
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 25px;
}
.main_wrap .title p {
    font-size: 20px;
    margin: 0;
}
.main_wrap .section_1 {padding: 0;}
.main_wrap .section_2 {overflow: hidden;}
.main_wrap .section_2 .logo_box {
    background: #f8f8f8;
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin-top: 100px;
}
.main_wrap .section_2 .logo_box img {
    display: inline-block;
    margin: 0 50px;
}
.main_wrap .section_3 {
    padding: 0;
    overflow: hidden;
}
.main_wrap .section_3 .left {
    float: left;
    width: 50%;
    background: url("/img/custom/main_sect_3_bg_1.jpg") no-repeat;
    background-position: top right;
    background-color: #e3e3e3;
    padding-top: 70px;
    height: 300px;
    position: relative;
    overflow: hidden;
}
.main_wrap .section_3 .right {
    float: right;
    width: 50%;
    background: url("/img/custom/main_sect_3_bg_2.jpg") no-repeat;
    background-position: center right;
    background-size: cover;
    color: #fff;
    padding-top: 70px;
    height: 300px;
    position: relative;
    overflow: hidden;
    padding-left: 50px;
}
.main_wrap .section_3 .title {
    text-align: left;
    margin: 0;
}
.main_wrap .section_3 .title h2 {margin-bottom: 20px;}
.main_wrap .section_3 .title p {font-size: 18px;}
.main_wrap .section_3 .left .title {margin-left: calc(100% - 600px);}
.main_wrap .section_3 .left .title a {
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 18px;
    color: #196ce6;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    background: #fff;
    display: block;
    transition: all 0.3s;
    margin-top: 30px;
}
.main_wrap .section_3 .left .title a:hover {box-shadow: none;}
.main_wrap .section_3 .right .title {margin-right: calc(100% - 600px);}
.main_wrap .section_3 .right .title a {
    font-size: 30px;
    font-family: "Roboto";
    font-weight: 500;
    color: #fff;
    margin-top: 40px;
    display: block;
}
.main_wrap .section_3 .right .title img {
    position: absolute;
    right: 200px;
    bottom: -30px;
}
.main_wrap .section_4 {
    background: #eff3f9;
    overflow: hidden;
}
.main_wrap .section_5 {padding: 100px 0;}
.main_wrap .section_5 .left {
    float: left;
    width: 50%;
    height: 300px;
    background: url("/img/custom/main_sect_5_bg_1.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    color: #fff;
    position: relative;
    text-align: center;
    line-height: 300px;
}
.main_wrap .section_5 .right {
    float: right;
    width: 50%;
    height: 300px;
    background: url("/img/custom/main_sect_5_bg_2.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    color: #3b1e1e;
    position: relative;
    text-align: center;
    line-height: 300px;
}
.main_wrap .section_5 .at-container > a > div img {
    display: inline-block;
    vertical-align: middle;
}
.main_wrap .section_5 .at-container > a > div .txt {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.main_wrap .section_5 .at-container > a > div .txt h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 10px;
    line-height: 1.3;
}
.main_wrap .section_5 .at-container > a > div .txt p {
    font-size: 18px;
    margin: 0;
    line-height: 1.3;
}
.main_wrap .section_5 .at-container .left .txt {padding-left: 10px;}
.main_wrap .section_5 .at-container .right .txt {padding-left: 20px;}
.main_wrap .section_6 {
    background: url("/img/custom/main_sect_6_bg.jpg") no-repeat;
    background-position: center right;
    background-size: cover;
    padding: 80px 0;
    color: #fff;
}
.main_wrap .section_6 .at-container {position: relative;}
.main_wrap .section_6 .title {
    text-align: left;
    margin: 0;
}
.main_wrap .section_6 .title h2 {margin-bottom: 20px;}
.main_wrap .section_6 .title p {font-size: 18px;}
.main_wrap .section_6 .title a {
    width: 250px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 18px;
    color: #196ce6;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    background: #fff;
    display: block;
    transition: all 0.3s;
    margin-top: 30px;
}
.main_wrap .section_6 .title a:hover {box-shadow: none;}
.main_wrap .section_6 .title a img {width: 19px; height: 20px;}
.main_wrap .section_6 .call_ico {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 0;
    right: 0;
}
@media all and (max-width: 1800px) {
    .main_wrap .section_3 .right .title img {right: 0;}
}
@media all and (max-width: 1200px) {
    .main_wrap .section_3 .left .title {margin-left: 15px;}
    .main_wrap .section_3 .right .title img {right: -100px;}
}
@media all and (max-width: 767px) {
    .at-body {margin-top: -100px;}
    .main_wrap > div {padding: 50px 0;}
    .main_wrap .title {margin-bottom: 30px;}
    .main_wrap .title h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .main_wrap .title p {font-size: 16px;}
    .main_wrap .section_2 .logo_box {margin-top: 80px;}
    .main_wrap .section_2 .logo_box img {
        margin: 0 10px;
        max-height: 20px;
    }
    .main_wrap .section_3 .title p {font-size: 16px;}
    .main_wrap .section_3 .left {
        float: none;
        width: 100%;
        padding-top: 50px;
        background-position: right -40px bottom -30px;
        height: 250px;
    }
    .main_wrap .section_3 .left .title a {
        width: 180px;
        height: 42px;
        line-height: 42px;
        font-size: 16px;
        margin-top: 20px;
    }
    .main_wrap .section_3 .right {
        float: none;
        width: 100%;
        padding-top: 50px;
        padding-left: 0;
        height: 250px;
    }
    .main_wrap .section_3 .right .title {
        margin-right: 0;
        margin-left: 15px;
    }
    .main_wrap .section_3 .right .title a {
        font-size: 24px;
        margin-top: 20px;
    }
    .main_wrap .section_3 .right .title img {
        right: -90px;
        bottom: -50px;
        max-width: 60%;
    }
    .main_wrap .section_5 {padding: 50px 0;}
    .main_wrap .section_5 .left, .main_wrap .section_5 .right {
        float: none;
        width: 100%;
        height: 120px;
        line-height: 120px;
    }
    .main_wrap .section_5 .left img {width: 80px;}
    .main_wrap .section_5 .at-container .left .txt {padding-left: 0;}
    .main_wrap .section_5 .right img {width: 55px;}
    .main_wrap .section_5 .at-container .right  .txt {padding-left: 10px;}
    .main_wrap .section_5 .at-container > a > div .txt h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .main_wrap .section_5 .at-container > a > div .txt p {font-size: 14px;}
    .main_wrap .section_6 {
        padding: 50px 0;
        background-position: center right -400px;
    }
    .main_wrap .section_6 .title p {font-size: 16px;}
    .main_wrap .section_6 .title a {
        width: 200px;
        height: 42px;
        line-height: 42px;
        font-size: 16px;
        margin-top: 20px;
    }
    .main_wrap .section_6 .call_ico {display: none;}
}