.wrapper {
    width: 100%;
    overflow: hidden;
    margin-top: 90px;
}

.menu ul li:first-child a {
    text-decoration: underline #3562a0;
}

.container {
    width: 100%;
    font-size: 0;
    text-align: center;
}

.Menutwo {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 70px;
    left: 0%;
    background-color: #000;
    opacity: 0.8;
    z-index: 99;
}

.Menutwo.action {
    display: block;
}

.Menutwo ul {
    width: 100%;
    text-align: center;
}

.Menutwo ul li {
    width: 100%;
    padding: 6% 0%;
}

.Menutwo ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 25px;
}

.Menutwo .line,
.Menutwo .link {
    display: inline-block;
    vertical-align: middle;
}

.Menutwo .line {
    width: 5px;
    height: 25px;
    background-color: #3562a0;
    margin: 0% 1%;
}

.banner {
    width: 100%;
    padding: 3% 0% 3% 0%;
}

.swiper-slide {
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    max-width: 87%;
    margin: 0 auto;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper {
    width: 100%;
    max-width: 56%;
    margin: 0 auto;
    position: relative;
}

.swiper .swiper-wrapper {
    width: 100%;
}

.swiper .swiper-wrapper .swiper-slide {
    width: 100%;
}

.swiper-pagination {
    width: 100%;
    bottom: -6%;
    left: 50%;
    transform: translate(-50%) !important;
}

.swiper-pagination .swiper-pagination-bullet {
    border-radius: unset;
    width: 69px;
    height: 7px;
    margin: 0% 1%;
    outline: none;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #3562a0 !important;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
    outline: none;
}

.swiper-pagination:focus {
    outline: none;
}

.title {
    text-align: center;
    font-size: 30px;
    padding: 3% 0% 1% 0%;
    color: #000000;
    font-weight: bold;
}

.title span {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #595757;
}

.news {
    width: 100%;
    position: relative;
}

.news img {
    width: 100%;
}

.news .cardarea {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.cardarea .card:nth-child(1) {
    margin-left: 0%;
}

.cardarea .card:nth-child(3) {
    margin-right: 0%;
}

.card {
    display: inline-block;
    width: 13%;
    margin: 0% 3%;
    background-color: transparent;
    text-align: center;
}

.card .title {
    font-size: 20px;
    font-weight: bold;
    color: #595757;
    padding-top: 0%;
    padding-bottom: 4%;
}

.card a {
    text-decoration: none;
}

.card .imgcard {
    width: 100%;
    font-size: 0;
    overflow: hidden;
    margin-bottom: 2.62%;
    position: relative;
}

.card .imgcard img {
    width: 100%;
}

.card .imgcard .black {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: #000000;
    opacity: 0;
    transition: .5s ease-in-out;
}

.card .imgcard:hover .black {
    opacity: .5;
}

.textcard {
    width: 100%;
    font-size: 16px;
    text-align: end;
    background-color: #727171;
    color: #ffffff;
}

.textcard .text {
    padding: 1.6% 4%;
    line-height: 200%;
    letter-spacing: 3px;
}

.textcard .text p {
    font-size: 18px;
}

.service {
    width: 100%;
    text-align: start;
}

.service .text {
    width: 100%;
    max-width: 60%;
    margin: 0 auto;
    font-size: 18px;
    letter-spacing: 3px;
    line-height: 190%;
    text-align: justify;
    color: #595757;
}

.service .serviceimg {
    width: 63%;
    margin: 0 auto;
    padding: 1% 0%;
    text-align: center;
}

.serviceimg img {
    width: 100%;
}

.list {
    width: 100%;
}

.listtext {
    font-size: 18px;
    line-height: 150%;
    text-align: justify;
    padding-bottom: 6%;
}

.listtext p {
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    color: #000000;
    line-height: 150%;
    padding: 1% 0%;
}

.formarea {
    width: 35%;
    margin: 0 auto;
    padding: 1% 0% 3% 0%;
    text-align: center;
    vertical-align: top;
}

form {
    width: 100%;
    text-align: start;
}

form .Dataarea {
    width: 100%;
    margin-bottom: 3.3%;
}
form .Dataarea:last-child{
    margin-bottom: 0%;
}

.Dataarea .name {
    display: inline-block;
    width: 10%;
    font-size: 18px;
    color: #959595;
    vertical-align: middle;
}

.Dataarea .name2 {
    width: 15%;
}

.Dataarea input[type="text"] {
    display: inline-block;
    width: 90%;
    height: 30px;
    background-color: #d4d4d4;
    border: none;
    vertical-align: middle;
}

.Dataarea #QA {
    width: 85%;
}

.submit {
    display: inline-block;
    width: auto;
    float: right;
    padding-right: 1%;
    vertical-align: bottom;
}

.submit input[type="submit"] {
    background-color: #4e4e4e;
    color: #ffffff;
    border: none;
    font-size: 18px;
    border-radius: 3px;
    /* margin: 3% 0%; */
    padding: 7% 7% 4% 7%;
    letter-spacing: 2px;
    cursor: pointer;
}

.submit input[type="submit"]:hover {
    background-color: #3562a0;
}

.Dataarea .agree,
.Dataarea .info {
    display: inline-block;
    vertical-align: bottom;
}

.Dataarea .agree {
    text-align: left;
    margin-right: 2.7%;
}

.Dataarea .agree label {
    font-size: 18px;
}

.Dataarea .info {
    text-align: right;
    font-size: 18px;
    text-decoration: underline;
    cursor: pointer;
}

.Dataarea .agree input[type="checkbox"] {
    display: none;
}

.Dataarea .agree input[type="checkbox"]+label::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../images/checkbox.jpg');
    background-size: contain;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.Dataarea .agree input[type="checkbox"]:checked+label::before {
    background-image: url('../images/checkbox_check.jpg');
}

.black {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, .9);
    z-index: 11111;
}

.close_box {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    cursor: pointer;
}

.closeBtn {
    width: 30px;
    position: absolute;
    right: 20px;
    top: 40px;
}

.closeBtn img {
    width: 100%;
}

.infoWrap {
    width: 100%;
    margin: 0 auto;
    max-width: 50%;
    position: relative;
    height: 100vh;
    overflow: auto;
}

.infoBox {
    width: 100%;
    /* height: calc( 100% - 150px); */
    /* padding: 40px 0px; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: auto;
    color: #fff;
    text-align: left;
}

.infoBox h3 {
    font-size: 36px;
    line-height: 130%;
    margin-bottom: 25px;
    text-align: center;
}

.infoBox p {
    font-size: 14px;
    line-height: 200%;
}

.ContactInfo a {
    text-decoration: none;
    color: #fff;
}

@media screen and (max-width:1560px) {
    .title {
        font-size: 28px;
    }
    .title span {
        font-size: 30px;
    }
    .card .title {
        font-size: 25px;
    }
    .textcard .text p {
        font-size: 20px;
    }
    .service .text {
        font-size: 21px;
    }
    .Menutwo ul li a {
        font-size: 20px;
    }
    .listtext p {
        font-size: 20px;
    }
    .listtext {
        font-size: 17px;
    }
    .Dataarea .name {
        font-size: 16px;
    }
    .formarea {
        padding-top: 0%;
        padding-left: 0%;
    }
    .Dataarea .agree label {
        font-size: 18px;
    }
    .Dataarea .info {
        font-size: 18px;
    }
    .Dataarea .agree {
        /* margin-right: 47.8%; */
    }
    .infoBox h3 {
        font-size: 20px;
    }
    .infoBox p {
        font-size: 14px;
    }
}

@media screen and (max-width:1366px) {
    .wrapper {
        margin-top: 70px;
    }
    .service .text {
        max-width: 51%;
    }
    .textcard .text p {
        font-size: 14px;
    }
    .title {
        font-size: 25px;
    }
    .title span {
        font-size: 20px;
    }
    .service .text {
        font-size: 14px;
    }
    .card .title {
        font-size: 18px;
    }
    .service .serviceimg {
        width: 55%;
    }
    .swiper-pagination .swiper-pagination-bullet {
        width: 45px;
        height: 6px;
    }
    .Dataarea input[type="text"] {
        width: 85%;
    }
    .Dataarea .agree {
        /* margin-right: 53%; */
    }
    .Dataarea .agree label {
        font-size: 14px;
    }
    .Dataarea .info {
        font-size: 14px;
    }
    .infoBox h3 {
        font-size: 18px;
    }
    .infoBox p {
        font-size: 14px;
    }
    .closeBtn {
        width: 30px;
    }
    .Dataarea .agree input[type="checkbox"]+label::before {
        width: 16px;
        height: 16px;
    }
    .listtext {
        font-size: 14px;
    }
    .listtext p {
        font-size: 18px;
    }
    .submit input[type="submit"] {
        font-size: 14px;
    }
    .formarea {
        padding-left: 0%;
    }
    .Dataarea #QA {
        width: 85%;
    }
}

@media screen and (max-width:1280px) {
    .listarea .list {
        width: 62%;
    }
    .Dataarea #QA {
        width: 74.5%;
    }
    .Dataarea input[type="text"] {
        width: 85%;
    }
    .Dataarea #QA {
        width: 85%;
    }
    .Dataarea .agree {
        /* margin-right: 51%; */
    }
}

@media screen and (max-width:1024px) {
    .Menutwo {
        display: none;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 70px;
        left: 0%;
        background-color: #000;
        opacity: 0.8;
        z-index: 99;
    }
    .Menutwo ul li a {
        font-size: 18px;
    }
    .Menutwo .line {
        width: 4px;
        height: 18px;
    }
    .Dataarea #QA {
        width: 82%;
    }
    .Dataarea .name2 {
        width: 18%;
    }
    .Dataarea .agree {
        /* margin-right: 40%; */
    }
    .Dataarea .name {
        width: 14%;
    }
    .Dataarea input[type="text"] {
        width: 86%;
    }
    .Dataarea #QA {
        width: 86%;
    }
    .infoBox h3 {
        font-size: 16px;
    }
    .infoBox p {
        font-size: 14px;
    }
}