

.hd-top{
    background: #faf1e6;
}

.hd-top > .inner{
    padding: 25px 0;
}

.hd-top .logo{
    float: left;
    width: 349px;
    height: 41px;
    background: url("../images/common/logo-eng.png") no-repeat;
    background-size: contain;
    font-size: 0;
}

.hd-top .lang{
    float: right;
}

.hd-top .lang li{
    float: left;
    width: 75px;
}

.hd-top .lang li a{
    padding: 5px 0;
    text-align: center;
}

.hd-top .lang li:first-child{
    background: #b6c868;
}

.hd-top .lang li:last-child{
    background: #02937c;
}

header .nav{
    background: #b6c868;
}

header .nav li{
    width: 33.3%;
    float: left;
}

header .nav li.on{
    height: 68px;
    background: #02937c;
}

header .nav li.on a{
    color: #fff;
    font-weight: 600;
}

header .nav li a{
    text-align: center;
    padding: 20px 0;
    font-size: 22px;
}

.tit{
    background: url("../images/common/tit-badge.png") left center no-repeat;
    padding-left: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.intro .map{
    float: left;
}

.intro{
    margin: 65px 0;
}

.intro .info-box{
    float: right;
    width: 630px;
}

.intro .info-box .simbol{
    border:1px solid #cccccc;
}

.intro .info-box .simbol .img{
    position: relative;
    height: 204px;
}

.intro .info-box .img{
    position: relative;
    float: left;
    width: 140px;
}

.intro .info-box .txt{
    float: left;
    width: 488px;
    padding: 20px;
}

.intro .info-box .simbol .txt{
    background: #faf1e6;
}

.intro .info-box .ibox{
    border:1px solid #02937c;
    margin-bottom: 30px;
}

.intro .info-box .ibox .img{
    background: #02937c;
}

.intro .info-box .ibox.box-01 .img{
    height: 294px;
}

.intro .info-box .ibox.box-02 .img{
    height: 151px;
}

.intro .info-box .ibox.box-03 .img{
    height: 323px;
}

.intro .info-box .ibox.box-04 .img{
    height: 381px;
}

.intro .info-box .ibox.box-05 .img{
    height: 180px;
}

.about{
    margin: 65px 0;
}


.about .info-box{
    width: 630px;
}

.about .info-box .box{
    margin-bottom: 50px;
}

.about .box-02 img{
    float: left;
    margin-top: 30px;
}

.about .box-02 p{
    float: left;
    margin-left: 100px;
    width: 430px;
}

.about .box-03 .ifbox{
    margin-bottom: 20px;
}

.about .box-03 .ifbox .img{
    position: relative;
    width: 80px;
    height: 80px;
    background: #b6c868;
    float: left;
}

.about .box-03 .ifbox .txt{
    float: left;
    background: #faf1e6;
    padding: 0 20px;
    width: 550px;
    height: 80px;
    line-height: 80px;
}

.about .box-05 b{
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
}

.about .box-05 p{
    padding-left: 25px;
}

.about .box-05 b.add{
    background-image: url("../images/sub/icon-add.png");
}

.about .box-05 b.tel{
    background-image: url("../images/sub/icon-tel.png");
}

.about .box-05 b.fax{
    background-image: url("../images/sub/icon-fax.png");
}

.about .box-05 b.link{
    background-image: url("../images/sub/icon-link.png");
}

.about .box-05 b.goal{
    background-image: url("../images/sub/icon-goal.png");
}


.gallery{
    margin: 65px 0;
}

.gallery .top-tit{
    border:1px solid #cccccc;
    background: #faf1e6;
    padding: 30px 40px;
}

.gallery .top-tit .loc li{
    float: left;
}

.gallery .top-tit .loc li:nth-child(2)::after{
    display: block;
    float: right;
    content: ">";
    margin: 0 5px;
}

.gallery .top-tit .loc li:nth-child(2)::before{
    display: block;
    float: left;
    content: ">";
    margin: 0 5px;
}

.gallery .gal-sd{
    float: left;
    width: 775px;
    border:1px solid #cccccc;
    padding: 20px;
}

.gallery .slider-nav{
    margin-top: 20px;
}

.gallery .slider-nav .slick-slide{
    margin: 0 10px;
}

.slick-prev {
    left: 20px;
    z-index: 9999;
    background-image: url("../images/common/icon-prev.png");
}

.slick-next{
    right: 20px;
    background-image: url("../images/common/icon-next.png");
}

.slick-prev:hover,
.slick-prev:focus{
    background-image: url("../images/common/icon-prev.png");
}


.slick-next:hover,
.slick-next:focus{
    background-image: url("../images/common/icon-next.png");
}

.slick-prev:before, .slick-next:before{
    display: none;
}

.gallery .slick-prev,
.gallery .slick-next{
    width: 17px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: contain;
}

.gal-info{
    width: 495px;
   float: right;
}

.gal-info .top{
    background: #02937c;
    padding: 20px;
}

.gal-info .top .tit{
    font-weight: 600;
    font-size: 20px;
    background: url("../images/sub/icon-loc.png") left center no-repeat;
    padding: 5px 0 5px 30px;
}

.gal-info .top b{
    color: #fff;
    width: 20%;
}

.gal-info .top p{
    color: #fff;
    width: 80%;
}

.gal-info .loc-wrap{
    border:1px solid #cccccc;
    height: 500px;
}

.details .ifbox{
    border-top: 1px solid #02937c;
    background: #f1f0eb;
    padding: 20px;
}



@media screen and (max-width: 1024px) {
    .hd-top > .inner{
        padding: 20px;
    }

    .hd-top .logo{
        float: none;
        width: 100%;
    }

    header .nav li a{
        font-size: 12px;
        margin: 0 auto;
        text-align: center;
        line-height: 1.2em;
    }

    header .nav li:nth-child(2) a,
    header .nav li:nth-child(3) a{
        padding-top: 27px;
    }

    .nav > .inner{
        padding: 0;
    }

    .intro{
        margin: 30px auto;
    }

    .intro .map {
        float: none;
    }
    .intro .map img{
        width: 100%;
    }

    .intro .info-box .txt{
        width: 100%;
        float: none;
    }

    .intro .info-box{
        float: none;
        width: 100%;
    }

    .intro .info-box .simbol .img{
        background: #fff;
    }

    .intro .info-box .simbol .img{
        height: 50px;
    }
    .intro .info-box .img{
        height: 150px !important;
        margin: 0 15px 0px 0;
    }

    .about{
        margin: 30px 0;
    }

    .about .info-box {
        float: none;
        width: 100%;
    }

    .about .box-02 img{
        width: auto;
        margin: 0 auto;
        float: none;
    }

    .about .box-02 p{
        float: none;
        width: 100%;
        margin: 20px auto 0 auto;
    }

    .about .box-03 .ifbox .img{
        width: 100%;
        float: none;
    }

    .about .box-03 .ifbox .txt{
        float: none;
        width: 100%;
        text-align: center;
    }

    .gallery{
        margin: 30px auto;
    }

    .gallery .top-tit{
        padding: 20px
    }

    .gallery .gal-sd{
        float: none;
        width: 100%;
    }

    .gallery .slider-nav .slick-slide{
        margin: 0 5px;
    }

    .gal-info{
        width: 100%;
        float: none;
    }

    .gal-info .top b{
        width: 30%;
    }

    .gal-info .top p{
        width: 70%;
    }

    .gal-info .loc-wrap{
        height: 300px;
    }

    .details p{
        word-break: break-all;
    }
}

