.wrapper {
    width: 100%;
    overflow: hidden;
    margin-top: 90px;
}

.menu ul li:nth-child(2) 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: 8px;
    height: 50px;
    background-color: #ffffff;
    margin: 0% 1%;
}

.banner{
    width: 100%;
}
.banner1{
    max-width: 59%;
    margin: 0 auto;
    padding: 6% 0%;
    position: relative;
}
.banner2{
    width: 100%;
    padding: 0% 0% 4% 0%;
    position: relative;
}
.banner3{
    max-width: 59%;
    margin: 0 auto;
    padding: 0% 0% 4% 0%;
    position: relative;
}

.title {
    text-align: center;
    font-size: 30px;
    padding: 3% 0%;
    color: #000000;
    font-weight: bold;
}

.title span {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #595757;
}
.text{
    display: inline-block;
    width: 100%;
    font-size: 18px;
    text-align: justify;
    letter-spacing: 3px;
    line-height: 200%;
    color: #595757;
    vertical-align: bottom;
    clear: both;
}
.bannerimg {
    width: 10.8%;
    position: absolute;
    right: -19%;
    bottom: 14.3%;
}
.bannerimg img{
    width: 100%;
}
.banner2 img{
    width: 100%;
}

.text2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 60%;
    margin: 0 auto;
    font-size: 18px;
    text-align: justify;
    letter-spacing: 3px;
    line-height: 200%;
    color: #595757;
    clear: both;
}
.text2 .left{
    float: left;
    width: 100%;
    max-width: 32%;
}
.text2 .right{
    float: right;
    width: 100%;
    max-width: 32%;
}

.banner2img {
    width: 100%;
    margin: 0 auto;
}
.banner2img img{
    width: 100%;
}

.service{
    width: 100%;
    padding-top: 3%;
}
.serviceimg{
    width: 100%;
}
.serviceimg img{
    width: 100%;
}

.text3{
    width: 100%;
    font-size: 18px;
    text-align: justify;
    letter-spacing: 3px;
    line-height: 200%;
    color: #595757;
    padding-top: 8%;
}

.area{
    width: 100%;
    padding: 1% 0%;
}
.area .left{
    display: inline-block;
    width: 53px;
    vertical-align: top;
}
.area .left img{
    width: 100%;
}
.area .right{
    display: inline-block;
    width: 90%;
    font-size: 18px;
    line-height: 150%;
    text-align: start;
    vertical-align: top;
    padding-left: 1%;
    letter-spacing: 1px;
}
.area .right p:first-child{
    color: #3562a0;
}

.breadcrumb{
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0.6% 0%;
    text-align: start;
    z-index: 2;
    background-color: #ffffff;
}
.breadcrumb .bread{
    width: 100%;
    max-width: 58.1%;
    margin: 0 auto;
}
.breadcrumb .bread .home{
    width: 16px;
    display: inline-block;
}
.breadcrumb .bread .home img{
    width: 100%;
}

.breadcrumb .bread span{
    font-size: 14px;
}
.breadcrumb .bread span::before{
    content: ' > ';
    font-size: 14px;
    margin: 0% 0.5%;
}
.breadcrumb a{
    text-decoration: none;
    color:#727171;
}
.breadcrumb a:hover{
    color: #3562a0;
}

@media screen and (max-width:1560px){}
@media screen and (max-width:1366px){
    .title {
        font-size: 25px;
    }
    .title span {
        font-size: 20px;
    }
    .text{
        font-size: 16px;
    }
    .text2{
        font-size: 16px;
    }
    .text3{
        font-size: 16px;
    }
    .text2 .left {
        max-width: 36%;
    }
    .text2 .right {
        max-width: 36%;
    }
    .area .right{
        font-size: 16px;
    }
    .banner2img {
        max-width: 85%;
    }
    .banner1 {
        max-width: 63%;
    }
    .bannerimg {
        width: 12%;
        bottom: 17%;
    }
    .area .left {
        width: 50px;
    }
    .Menutwo ul li a {
        font-size: 20px;
    }
}
@media screen and (max-width:1280px){
    .area .left {
        width: 50px;
    }
    .Menutwo ul li a {
        font-size: 18px;
    }
}
@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;
    }
}