.huan_ktPage{
    border-top: 1px solid #eeeeee;
}
.huan_container{
    width: 1200px;
    margin: 0 auto;
}
.kt-common-title{
    text-align: center;
    margin: 75px 0 45px;
}
.kt-common-title .huan_cn{
    font-size: 28px;
	font-weight: bold;
	letter-spacing: 1px;
    color: #229153;
    margin-bottom: 11px;
    position: relative;
}
.kt-common-title .huan_cn::before{
    width: 100%;
    height: 1px;
    background:#cbcbcb;
    display: block;
    position: absolute;
    left: 0;
    top: 15px;
    content: "";
    z-index: -1;
}
.kt-common-title .huan_cn span{
    padding: 0 66px;
    background: #ffffff;
}
.kt-common-title .huan_en{
    font-size: 20px;
	color: #d7d7d7;
}
.huan_kt_product{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.huan_kt_product .huan_img{
    width: 34.08%;
}
.huan_kt_product .huan_img img{
    width: 100%;
}
.huan_kt_product .huan_text{
    width: 60.83%;
}
.huan_kt_product .huan_text .huan_title{
    font-size: 18px;
	font-weight: bold;
    color: #000000;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.huan_kt_product .huan_text .huan_title::before{
    width: 55px;
	height: 1px;
    background-color: #000000;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}
.huan_kt_product .huan_desp{
    font-size: 16px;
	line-height: 24px;
	color: #666666;
}
.huan_kt_product .huan_desp p{
    margin-bottom: 8px;
}
.huan_kt_product .huan_online{
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
}
.huan_kt_product .huan_online span{
    font-size: 16px;
    color: #666666;
    padding: 0 0 6px 27px;
}
.huan_kt_product .huan_online strong{
    font-size: 22px;
	font-weight: bold;
    color: #229153;
    padding-bottom: 6px;
}
.huan_line_img{
    margin: 49px 0 42px;
}
.huan_line_img img{
    width: 100%;
}
.huan_sectionStyle .huan_sectitle{
    font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
    color: #229153;
    position: relative;
    padding-left: 14px;
}
.huan_sectionStyle .huan_sectitle::before{
    width: 5px;
	height: 28px;
    background-color: #239154;
    content: "";
    position: absolute;
    left: 0;
    top:-2px;
}
.huan_sectionStyle .huan_seccon{
    font-size: 16px;
	line-height: 28px;
    color: #666666;
    padding: 15px 0 25px;
}
.huan_con_lists .huan_conitem{
    background-color: #ededed;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 43px;
}
.huan_con_lists .huan_conitem:last-child{
    flex-direction: row-reverse;
}
.huan_con_lists .huan_conitem .huan_desp{
    width: 48%;
    margin-left: 26px;
}
.huan_con_lists .huan_conitem:last-child .huan_desp{
    margin-right: 26px;
    margin-left: 0;
}
.huan_con_lists .huan_conitem .huan_img{
    width: 41.75%;
    overflow: hidden;
}
.huan_con_lists .huan_conitem .huan_img img{
    width: 100%;
}
.huan_conitem .huan_desp .huan_smalltitle{
    font-size: 19px;
    color: #666666;
    font-weight: bold;
    margin-bottom: 15px;
}
.huan_conitem .huan_desp .huan_text{
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}
.huan_kt_section2 .huan_seccontext strong{
    font-size: 19px;
	font-weight: bold;
	letter-spacing: 1px;
    color: #333333;
    padding-bottom: 25px;
    display: block;
}
.huan_rgf_lists{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.huan_rgf_lists .huan_rgf_item{
    width: 30%;
}
.huan_rgf_lists .huan_rgf_item img{
    max-width: 100%;
}
.huan_rgf_item .huan_rgftitle{
    font-size: 18px;
    color: #000000;
    text-align: center;
    display: block;
    margin: 20px 0 8px;
}
.huan_rgf_item .huan_rgftext{
    font-size: 15px;
	line-height: 24px;
    color: #535353;
    padding-bottom: 30px;
}
.huan_ktcaseList ul{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.huan_ktcaseList ul li{
    width: 30%;
    margin-bottom: 53px;
}
.huan_ktcaseList ul li img{
    width: 100%;
}
.huan_kt_case .kt-common-title {
    margin-top: 45px;
}
@media screen and (max-width:1199px){
    .huan_container{
        width: auto;
        max-width: 100%;
        padding: 0 15px;
    }
}
@media screen and (max-width:767px){
    .kt-common-title .huan_cn {
        font-size: 20px;
    }
    .kt-common-title .huan_cn span {
        padding: 0 20px;
    }
    .kt-common-title {
        margin: 25px 0 15px;
    }
    .kt-common-title .huan_en {
        font-size: 12px;
    }
    .huan_kt_product{
        flex-wrap: wrap;
    }
    .huan_kt_product .huan_img,
    .huan_kt_product .huan_text{
        width: 100%;
    }
    .kt-common-title .huan_cn::before{
        top: 12px;
    }
    .huan_kt_product .huan_text{
        margin-top: 3vw;
    }
    .huan_kt_product .huan_text .huan_title {
        margin-bottom:2vw;
    }
    .huan_kt_product .huan_online{
        flex-wrap: wrap;
    }
    .huan_kt_product .huan_online a{
        display: block;
        width: 100%;
    }
    .huan_kt_product .huan_online span {
        padding: 4vw 0 0;
    }
    .huan_kt_product .huan_online strong {
        padding: 2vw 0 0;
    }
    .huan_line_img {
        margin: 3vw 0;
    }
    .huan_sectionStyle .huan_sectitle {
        font-size: 18px;
        margin-top: 6vw;
    }
    .huan_sectionStyle .huan_sectitle::before {
        height: 24px;
    }
    .huan_con_lists .huan_conitem {
        margin-bottom: 3vw;
        padding: 5vw 3vw;
        flex-wrap: wrap;
    }
    .huan_con_lists .huan_conitem .huan_desp{
        width: 100%;
        margin: 0;
    }
    .huan_con_lists .huan_conitem .huan_img{
        width: 100%;
        margin-top: 3vw;
    }
    .huan_rgf_lists,
    .huan_ktcaseList ul{
        flex-wrap: wrap;
    }
    .huan_rgf_lists .huan_rgf_item,
    .huan_ktcaseList ul li{
        width: 100%;
    }
    .huan_ktcaseList ul li.ktempty{
        margin: 0;
    }
    .huan_kt_case .kt-common-title {
        margin-top: 4vw;
    }
    .huan_ktcaseList ul li {
        margin-bottom: 4vw;
    }
}