@font-face {
    font-family: font1;
    src: url(font/Roboto-Regular.ttf)
}

@font-face {
    font-family: font2;
    src: url(font/Roboto-Bold.ttf)
}

.cfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}

.slick-list,.slick-slider,.slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide,.slick-loading .slick-track {
    visibility: hidden
}

.slick-dots li button:before,.slick-next:before,.slick-prev:before {
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus,.slick-slide:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    width: 100%;
    webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    top: 0;
    left: 0
}

.slick-track:after,.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots,.slick-next,.slick-prev {
    position: absolute;
    display: block;
    padding: 0
}

.slick-loading .slick-list {
    background: #fff
}

.slick-next,.slick-prev {
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    border: none;
    outline: 0;
    background: 0 0;
    z-index: 99
}

.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff
}

.slick-prev {
}

[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: 'prev'
}

.slick-next:before,[dir="rtl"] .slick-prev:before {
    content: 'next'
}

.slick-next {
}

[dir="rtl"] .slick-next {
    right: auto;
    left: -25px
}

[dir="rtl"] .slick-next:before {
    content: 'xxx'
}

.slick-dotted.slick-slider {
    *margin-bottom: 30px
}

.slick-dots {
    bottom: -45px;
    width: 100%;
    margin: 0;
    list-style: none;
    text-align: center;
    padding: 10px
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus,.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'o';
    text-align: center;
    opacity: .25;
    color: #000
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

b,strong {
    font-family: font2
}

input,textarea,select,input:focus {
    outline: none!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:before,:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.equal>div[class*="cm"] {
    display: flex;
    flex-direction: column
}

@media (min-width: 768px) {
    .row.equal {
        display:flex;
        flex-wrap: wrap
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row.pad5 {
    margin-left: -5px;
    margin-right: -5px
}

.row.pad5 div[class*="cm"] {
    padding-left: 5px;
    padding-right: 5px
}

.row.pad10 {
    margin-left: -10px;
    margin-right: -10px
}

.row.pad10 div[class*="cm"] {
    padding-left: 10px;
    padding-right: 10px
}

.row.pad0 {
    margin-left: 0;
    margin-right: 0
}

.row.pad0 div[class*="cm"] {
    padding-left: 0;
    padding-right: 0
}

.clear {
    clear: both;
    display: block
}

.clear15 {
    clear: both;
    display: block;
    height: 15px
}

.cxs1,.csm1,.cmd1,.clg1,.cxs2,.csm2,.cmd2,.clg2,.cxs3,.csm3,.cmd3,.clg3,.cxs4,.csm4,.cmd4,.clg4,.cxs5,.csm5,.cmd5,.clg5,.cxs6,.csm6,.cmd6,.clg6,.cxs7,.csm7,.cmd7,.clg7,.cxs8,.csm8,.cmd8,.clg8,.cxs9,.csm9,.cmd9,.clg9,.cxs10,.csm10,.cmd10,.clg10,.cxs11,.csm11,.cmd11,.clg11,.cxs12,.csm12,.cmd12,.clg12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.cxs1,.cxs2,.cxs3,.cxs4,.cxs5,.cxs6,.cxs7,.cxs8,.cxs9,.cxs10,.cxs11,.cxs12 {
    float: left
}

.cxs12 {
    width: 100%
}

.cxs11 {
    width: 91.66667%
}

.cxs10 {
    width: 83.33333%
}

.cxs9 {
    width: 75%
}

.cxs8 {
    width: 66.66667%
}

.cxs7 {
    width: 58.33333%
}

.cxs6 {
    width: 50%
}

.cxs5 {
    width: 41.66667%
}

.cxs4 {
    width: 33.33333%
}

.cxs3 {
    width: 25%
}

.cxs2 {
    width: 16.66667%
}

.cxs1 {
    width: 8.33333%
}

@media (min-width: 768px) {
    .csm1,.csm2,.csm3,.csm4,.csm5,.csm6,.csm7,.csm8,.csm9,.csm10,.csm11,.csm12 {
        float:left
    }

    .csm12 {
        width: 100%
    }

    .csm11 {
        width: 91.66667%
    }

    .csm10 {
        width: 83.33333%
    }

    .csm9 {
        width: 75%
    }

    .csm8 {
        width: 66.66667%
    }

    .csm7 {
        width: 58.33333%
    }

    .csm6 {
        width: 50%
    }

    .csm5 {
        width: 41.66667%
    }

    .csm4 {
        width: 33.33333%
    }

    .csm3 {
        width: 25%
    }

    .csm2 {
        width: 16.66667%
    }

    .csm1 {
        width: 8.33333%
    }
}

@media (min-width: 992px) {
    .cmd1,.cmd2,.cmd3,.cmd4,.cmd5,.cmd6,.cmd7,.cmd8,.cmd9,.cmd10,.cmd11,.cmd12 {
        float:left
    }

    .cmd12 {
        width: 100%
    }

    .cmd11 {
        width: 91.66667%
    }

    .cmd10 {
        width: 83.33333%
    }

    .cmd9 {
        width: 75%
    }

    .cmd8 {
        width: 66.66667%
    }

    .cmd7 {
        width: 58.33333%
    }

    .cmd6 {
        width: 50%
    }

    .cmd5 {
        width: 41.66667%
    }

    .cmd4 {
        width: 33.33333%
    }

    .cmd3 {
        width: 25%
    }

    .cmd2 {
        width: 16.66667%
    }

    .cmd1 {
        width: 8.33333%
    }
}

.csm25 {
    width: 20%;
    float: left
}

.csm15 {
    width: 12.5%
}

html,body {
    overflow-x: hidden
}

body {
    font-family: font1;
    font-size: 25px
}

body,div,ul,li,ol,dl,dt,dd,input,h1,h2,h3,h4,h5,h6,span,strong,img,p {
    margin: 0;
    padding: 0;
    border: none;
    font-weight: normal
}

em,i {
    font-style: italic
}

ul,li,ol,dl,dt,dd {
    list-style: none
}

* {
    transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

a {
    text-decoration: none;
    color: inherit
}

a:hover,a:focus {
    text-decoration: none
}

.ctn {
    max-width: 1280px;
    margin: 0 auto;
    position: relative
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#menu {
    text-align: right;
    border-bottom: 3px solid #039147
}

#menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fff
}

#menu li {
    display: inline-block
}

#menu.fixed ul {
    margin: 0 0 0 0
}

#menu ul {
    margin: 20px 0 0 0
}

#menu ul a {
    display: block;
    padding: 20px 25px
}

#menu ul a:hover {
    background: #0f904d;
    color: #fff
}

#menu.fixed img {
    height: 70px
}

#menu img {
    float: left;
    margin: 0 20px 0 0;
    height: 70px;
}

#s1 {
    background: #eaffd9;
    padding: 60px 0
}

#s1 h2 {
    font-family: font2;
    color: #049250;
    font-size: 45px
}

#s1 h3 {
    color: #049250;
    font-size: 35px;
    margin: 0 0 20px 0
}

#s1 {
    text-align: justify
}

#s2 {
    padding: 60px 0;
    background: url('/i/b1.jpg');
    background-size: cover;
    text-align: center;
    color: #fff
}

#s2 img {
    margin: 20px 0;
    border: 3px solid #fff
}

h2.tit {
    text-align: center;
    font-family: font2;
    margin: 0 0 20px 0;
    color: #049250
}

#s2 h2.tit {
    color: #fff
}

#s3 {
    background: #eaffd9;
    padding: 60px 0
}

#s3 img {
    transition: transform .5s
}

#s3 img:hover {
    opacity: .9
}

#s4 {
    background: #3ca74c;
    padding: 60px 0;
    color: #fff;
    text-align: center
}

#s4 h2.tit {
    color: #fff
}

.box1 img {
    border: 3px solid #8dc63f;
    border-radius: 0 40px;
    box-shadow: 0 0 20px #606060;
    display: block;
    margin: 0 0 15px 0;
    transition: transform .5s
}

.box1 img:hover {
    transform: scale(.9)
}

.box1 {
    margin: 0 0 40px 0;
    font-family: font2;
    font-size: 20px
}

#s5 {
    background: #eaffd9;
    padding: 60px 0;
    text-align: center
}

#s6 {
    display: flex;
    flex-wrap: wrap
}

.box2 {
    width: 18%;
    padding: 10px;
    margin: 10px 1% 40px 1%;
    background: #fff;
    text-align: justify;
    font-size: 16px;
    color: #049250;
    text-transform: uppercase
}

.box2:hover {
    background: #0f904d
}

.box2:hover p {
    font-family: 'font2';
    color: #fff;
}

.box2:hover img {
    opacity: .9
}

.box2 img {
    border: 1px solid #ccc;
    height: 150px;
    width: 100%;
    object-fit: cover;
    margin: 0 0 15px 0
}

#s7 {
    padding: 60px 0 90px 0;
    background: #3ca74c;
    color: #fff;
    text-align: justify
}

#s7 p {
    margin: 0 0 40px 0
}

#s7 h2.tit {
    color: #fff
}

#bn2 .slick-slide {
    margin: 0 15px
}

#bn2 .slick-list {
    margin: 0 -15px
}

#bn2 p {
    font-size: 20px
}

#bn2 {
}

#bn3 img {
    padding: 10px
}

#s8 {
    background: url('/i/b2.jpg');
    background-size: cover;
    padding: 40px 0;
    text-align: center
}

#s8 img {
    display: inline-block
}

#bn2 .slick-dots li button:before {
    color: #3a3a3a;
    font-size: 55px;
    content: "•"
}

#bn3 .slick-dots li button:before {
    color: #fff;
    font-size: 55px;
    content: "•"
}

@media screen and (max-width: 1000px) {
    #s8 img {
        height:70px
    }

    #bn3 .slick-dots li button:before,#bn2 .slick-dots li button:before {
        font-size: 20px
    }

    body {
        font-size: 20px
    }

    #s1 img{
        margin:0 auto;
    }

    #s1 h2 {
        font-size: 25px;
        margin: 10px 0 0 0;
        text-align:center;
    }

    .box1 img{
        margin:0 auto;
    }

    #s1 h3 {
        font-size: 20px;
        text-align:center;
    }

    .ctn {
        padding: 0 15px
    }

    #menu ul {
        display: none
    }

    #menu img {
        height: 70px;
        display: block;
        margin: 0 auto;
        float: none
    }

    #menu.fixed img {
        display: block;
        margin: 0 auto;
        float: none
    }

    #bn2 p {
        font-size: 16px;
        text-align: center
    }

    h2.tit {
        font-size: 23px
    }

    .box2 {
        width: 98%;
        margin: 10px 1%
    }
    .box2 img{
        height:200px;
    }
}
