@charset "UTF-8";
.clr {
    clear: both;
}
.inner {
	width: 1400px;
	margin: 0 auto;
}
@media screen and (max-width: 1399px) {
	.inner {
		width: 100%;
		padding: 0 2%;
	}
}


.lh_pageban img {
    display: block;
    width: 100%;
}

.crumbs {
    border-bottom: 1px solid #e6e6e6;
}
.crumbs .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
}
.breadnav {
    font-size: 16px;
    color: #5d5d5d;
}
.breadnav a {
    color: #5d5d5d;
}

.catenav {
    display: flex;
    align-items: center;
    height: 100%;
}
.catenav li {
    position: relative;
    padding: 0 5px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.catenav li:not(:first-child) {
    margin-left: 35px;
}
.catenav li a {
    font-size: 16px;
    color: #666666;
}
.catenav li.active::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #109345;
    bottom: 0;
    left: 0;
}
.catenav li.active a {
    color: #109345;
}

@media (max-width:768px) {
    .crumbs .inner {
        flex-wrap: wrap;
        height: auto;
    }
    .breadnav {
        width: 100%;
        padding: 15px 0;
        font-size: 14px;
    }
    .catenav {
        width: 100%;
        justify-content: space-between;
    }
    .catenav li {
        padding: 5px 5px 15px;
        flex: 1;
    }
    .catenav li:not(:first-child) {
        margin-left: 0;
    }
    .catenav li a {
        font-size: 14px;
    }
}

.lh_pgcontent {
    padding: 70px 0 80px;
}
.lh_cplist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lh_cplist li {
    width: 31.86%;
    margin-bottom: 60px;
}
.lh_cplist li:last-child{
    margin-right: auto;
    margin-left: 30px;
}
.lh_cplipic {
    width: 100%;
    overflow: hidden;
}
.lh_cplipic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid rgba(236, 236, 236, 0.27);
}
.lh_cplitext {
    width: 100%;
    line-height: 91px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    box-shadow: 0px 4px 32px 0px rgba(0, 0, 95, 0.05);
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
}
.lh_cplist li:hover .lh_cplitext {
    color: #109345;
}
.fancybox-title-outside-wrap {
    text-align: center;
    font-size: 15px !important;
    color: #ffffff !important;
    font-weight: bold !important;
    margin-top: 20px !important;
}
#fancybox-thumbs {
    width: 600px !important;
    max-width: 96% !important;
    overflow: hidden !important;
    left: 50% !important;
    transform: translateX(-50%);
    margin-right: 0;
}
#fancybox-thumbs ul {
    display: flex;
}
#fancybox-thumbs ul li a {
    border: 4px solid transparent !important;
    background: transparent !important;
}
#fancybox-thumbs ul li a img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    top: 0 !important;
    left: 0 !important;
}
@media (max-width:1199px) {
    .lh_cplipic {
        height: 230px;
    }
    .lh_cplitext {
        line-height: 70px;
    }
}
@media (max-width:992px) {
    .lh_cplist li {
        width: 48.5%;
        margin-bottom: 30px;
    }
    .lh_cplipic {
        height: 240px;
    }
    .lh_cplitext {
        line-height: 70px;
    }
}
@media (max-width:768px) {
    .lh_cplipic {
        height: 30vw;
    }
    .lh_cplitext {
        line-height: 30px;
        font-size: 12px;
    }
}