@charset "utf-8";

/*------------------------------------------------------------
------------------------------------------------------------*/
.bannerBox .banner {
    z-index: 1;
}
.bannerBox .slick {
    text-align: center;
}
.bannerBox .slick img {
    margin: 0 auto;
    width: 100%;
}
.bannerBox .banner .slick-dots {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%)
}
.bannerBox .banner .slick-dots li {
    display: inline-block;
    margin: 0 10px;
    width: 12px;
    height: 12px;
}
.bannerBox .banner .slick-dots li button {
    border: none;
    border-radius: 50px;
    -ms-border-radius: 50px;
    text-indent: -9999px;   
    width: 12px;
    height: 12px;
    background-color: #605C53;  
    padding: 0;
    vertical-align: top;
    cursor: pointer;      
}
.bannerBox .banner .slick-dots li.slick-active button {
    background-color: #fff;
}
.bannerBox .slick-prev {
    position: absolute;
    left:100px;
    background: #000 url(../images/common/com_icon.png) no-repeat -31px -113px;
    z-index: 99;
    border: none;
    text-indent: -9999px;
    width: 70px !important;
    height: 70px !important;
    border-radius: 50%;
    top: 46%;
    margin-top: -37px;
    cursor: pointer;
    transition: background-color .2s ease;
}
.bannerBox .slick-next {
    position: absolute;
    right:100px;
    background: #000 url(../images/common/com_icon.png) no-repeat -28px -172px;
    z-index: 99;
    border: none;
    text-indent: -9999px;
    width: 70px !important;
    height: 70px !important;
    border-radius: 50%;
    top: 46%;
    margin-top: -37px;
    cursor: pointer;
    transition: background-color .2s ease;
}
.bannerBox .slick-prev:hover,.bannerBox .slick-next:hover {
    display: inline;
    background-color: #39b54a;
}
.main {
    margin: 75px 0 50px;
}
.main h1 {
    font-size: 30px;
    font-family: SFProDisplayBold;
    color: #000;
    text-align: center;
    margin-bottom: 49px;
}
.main .ulList {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.main .ulList li {
    position: relative;
    width: 230px;
    height: 340px;
    padding: 9px;
    box-sizing: border-box;
    background-color: #fff;
    margin: 0 12px 10px 0;
    border-radius: 4px;
    text-align: center;
}
.main .ulList li:nth-child(5n) {
    margin-right: 0;
}
.main .ulList li:hover {
    box-shadow: rgba(168,158,156,0.18) 0 3px 15px;
}
.main .ulList li .img {
    width: 100%;
    height: 180px;
    display: block;
    position: relative;
    overflow: hidden;
}
.main .ulList li .img img {
    max-width: 100%;
    max-height: 100%;
    transition: all 0.5s ease;
}
.main .ulList li a:hover .img img {
    transform: scale(1.1);
}
.main .ulList li .ttl {
    font-size: 16px;
    padding: 0 10px;
    line-height: 22px;
    max-height: 52px;
    height: 44px;
    margin: 10px 0;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.main .ulList li .ttl:hover {
    color:#39b54a;
}
.main .ulList li .category {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999;
    padding: 15px 10px 10px;
    font-size: 14px;
}
.main .ulList li .category:hover {
    color:#39b54a;
}
.main .ulList li .more {
  display: block;
  color: #39b54a;
  text-transform: uppercase;
  transition: color .2s ease;
}
.main .ulList li .more:hover {
  background-color: #fff;
  text-decoration: none;
  color: #005124;
}
.main h2 {
    font-size: 26px;
    font-weight: bold;
    font-family: SFProDisplayRegular;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}

.main h2 a:hover {
    color: #39b54a;
}

.main .section01 {
    padding-bottom: 80px;
}

.main .section02 {
    padding: 50px 0 100px;
}

.main .section02 .box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main .section02 .box .subBox {
    padding: 30px 20px;
    width: 31%;
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
}

.main .section02 .box .subBox h3 {
	margin-bottom: 20px;
    position: relative;
	font-size: 22px;
	color: #3d4246;
	text-align: center;
}

.main .section02 .box .subBox h3:before {
    content: "";
    position: absolute;
	width: 50px;
  	height: 4px;
    background-color: #39b54a;
    left: 50%;
	margin-left: -25px;
    top: 35px;
}

.main .section02 .box .subBox p {
	font-size: 16px;
}

.main .section02 .link {
	margin: 0 auto;
	width: 200px;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
}

.main .section02 .link a {
	display: block;
	color: #fff;
	background-color: #39b54a;
}

.main .section02 .link a:hover {
	background-color: #005124;
}

.main .section03 {
    padding: 55px 0 75px;
	background: #fff;
}
.main .section03 p {
    margin: 0 15px 40px;
    font-size: 16px;
}

.main .section03 .photoUl {
    width: 1168px;
}
.main .section03 .photoUl li {
    float: left;
    padding: 0 20px;
    width: 252px;
}
.main .section03 li img {
  height: 316px;
  width: 252px;
}
.main .section03 .slick-dots {
	text-align: center;
	position: absolute;
	bottom:-40px;
	left:50%;
	transform: translateX(-50%)
}
.main .section03 .slick-dots li {
	display: inline-block;
	margin: 0 4px;
	padding: 0;
    width: 10px;
    height: 10px;
    float: none;
}
.main .section03 .slick-dots li button {
    text-indent: -9999px;    
    border: none;
    background-color: #F5F5F5;
    width: 10px;
    height: 10px;
    border-radius: 50px;    
    padding: 0;
    vertical-align: top;
    cursor: pointer;
}
.main .section03 .slick-dots li.slick-active button {
	background-color: #39b54a;
}
.section03 .slick-prev {
    text-indent: -9999px;
    background: #000 url(../images/index/icon01.png) no-repeat center 10px;
    background-size: auto 20px;
    width: 40px;
    height: 40px;
    border: none;
    position: absolute;
    top:46%;
    left: 0;
    cursor: pointer;
    border-radius: 25px;
    z-index: 66;
}
.section03 .slick-next {
    text-indent: -9999px;
    background: #000 url(../images/index/icon02.png) no-repeat center 10px;
    background-size: auto 20px;
    width: 40px;
    height: 40px;
    border: none;
    position: absolute;
    top:46%;
    right: 0;
    cursor: pointer;    
    border-radius: 25px;
    z-index: 66;
}
.section03 .slick-prev:hover,
.section03 .slick-next:hover {
    background-color: #48B448;
}
.section03 .spPhotoUl {
    width: 75%;
    margin: 0 auto;
}
.section03 .spPhotoUl li img {
    width: 100%;
}

.main .section04 {
    margin: 0 auto;
    width: 1080px;
    border-radius: 10px;
    background: var(--Blue-Gradient, linear-gradient(295deg, #1b5e20 0%, #43a047 50%, #b2ff59 100%));
    padding: 60px;

}

.main .section04 h2 {
    color: #fff;
    font-size: 36px;
    text-align: center;
}

.main .section04 .btns {
    margin: 0 auto;
    width: 225px;
}

.main .section04 .btns a {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  display: block;
  padding: 12px 16px;
  text-align: center;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.main .section04 .btns a:hover {
    background-color: #e3ab59;
    border: 1px solid #e3ab59;
}
.main .section03 .title {
    margin-bottom: 40px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}
.section03 .imgBox {
    margin-bottom: 50px;
    display: flex;
    justify-content:space-between;
}
.section03 .imgBox .textBox {
    margin: 0 0 0 20px;
}
.section03 .imgBox .textBox p span {
    font-weight: bold;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .bannerBox .slick-next,
    .bannerBox .slick-prev {
        display: none !important;
    }
    .bannerBox .slick img {
        width: 100%;
    }
    .main {
        margin: 20px 0 0;
    }
    .main .title {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .main .ulList {
        margin: 0 8px 40px;
    }
    .main .ulList li {
        margin-right: 2%;
        width: 49%;
        height: auto;
    }
    .main .ulList li:nth-child(2n) {
        margin-right: 0 !important;
    }
    .main .ulList li:nth-child(5n) {
        margin-right: 2%;
    }
    .main .ulList li .img {
        height: 150px;
    }
    .main h2 {
        font-size: 20px;
    }
    .main .section02 {
        padding: 40px 0;
    }
    .main .section03 .photoFoo .slick-slide img {
        width: 100%;
    }
    .section03 .imgBox {
        display: block;
    }
    .section03 .imgBox .img {
        margin: 0 20px 20px;
    }
    .section03 .imgBox .img img {
        width: 100%;
    }
}
@media all and (min-width: 0) and (max-width: 767px) {
    .bannerBox .slick-next,
    .bannerBox .slick-prev {
        display: none !important;
    }
    .bannerBox .slick img {
        width: 100%;
    }
    .main {
        margin: 20px 0 40px;
    }
    .main h1 {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .main .ulList {
        margin: 0 10px;
    }
    .main .ulList li {
        margin-right: 2%;
        width: 49%;
        height: auto;
    }
    .main .ulList li:nth-child(2n) {
        margin-right: 0 !important;
    }
    .main .ulList li:nth-child(5n) {
        margin-right: 2%;
    }
    .main .ulList li .img {
        height: 150px;
    }
    .main h2 {
		font-size: 20px;
    }
    .main .section01 {
        padding-bottom: 40px;
    }

    .main .section01 h2 {
        margin: 0 10px;
    }
    .main .section02 {
        padding: 40px 0;
    }
    
	.main .section02 .box .subBox {
	    margin: 0 10px 30px;
		width: auto;
	}
	
    .main .section02 .box .subBox h3 {
        font-size: 18px;
    }
    
    .main .section02 .box .subBox p {
        font-size: 14px;
    }
    
	.main .section03 {
		padding: 55px 10px 75px;
	}
    .main .section03 .photoFoo .slick-slider li {
    	float: left;
    	padding: 0 1%;
    	width: 48%;
    }
    .main .section03 .photoFoo li img {
    	width: 100%;
    }
    .main .section03 .photoFoo .slick-dots li {
        width:10px;
        float: none;
        padding: 0;
    }
    
    .main .section03 p {
        font-size: 14px;
    }
    
    .main .section04 {
        margin: 0 10px;
        padding: 20px;
        width: auto;
    }
    
    .main .section04 h2 {
        font-size: 26px;
    }
     .section03 .imgBox {
        display: block;
    }
    .section03 .imgBox .img {
        margin: 0 0 20px;
    }
    .section03 .imgBox .img img {
        width: 100%;
    }   
    .section03 .imgBox .textBox {
        margin: 0;
    }
}
















