@charset "UTF-8";
.h_page_banner img{
    width: 100%;
}
.flex_c_b{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.h_container{
    width: 1400px;
    margin: 0 auto;
}
.h_common_title{
    text-align: center;
    padding: 78px 0 50px;
}
.h_common_title .h_c_en{
    font-family: "AdobeHeitiStd-Regular";
	font-size: 24px;
	line-height: 24px;
    color: #da251d;
    padding-bottom: 20px;
}
.h_common_title .h_c_cn{
    font-size: 30px;
	line-height: 30px;
	color: #333333;
}
.h_service_section1{
    background: url("../images/huan/project_bg.png") no-repeat;
    background-size: cover;
}
.h_service_section1 .h_desp{
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    text-align: center;
}
.h_service_section1 .h_desp p{
    border: solid 1px #e5e5e5;
    display: inline-block;
    padding: 14px 50px;
}
.h_services_lists{
    padding: 39px 0 92px;
}
.h_services_lists ul{
    display: flex;
    justify-content: space-between;
}
.h_services_lists .h_text{
    text-align: center;
}
.h_services_lists .h_num{
    font-size: 18px;
	letter-spacing: 1px;
    color: #333333;
    display: block;
}
.h_services_lists .h_text span{
    font-size: 14px;
	letter-spacing: 1px;
	color: #666666;
}
.h_services_lists ul{
    position: relative;
}
.h_services_lists ul::after{
    content: "";
    height: 2px;
    width: 100%;
    background: #cdcdcd;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}
.h_services_lists ul li{
    height: 168px;
    position: relative;
}
.h_services_lists ul li::before{
    content: "";
    width: 13px;
    height: 61px;
    background: url("../images/huan/service_line.png") no-repeat;
    position: absolute;
    display: inline-block;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.h_services_lists ul li span{
    margin:1px 0 8px;
    display: block;
}
.h_services_lists ul li:nth-of-type(2n){
    margin-top: 156px;
    padding-top: 61px;
}
.h_services_lists ul li:nth-of-type(2n)::before{
    content: "";
    width: 13px;
    height: 61px;
    background: url("../images/huan/service_line.png") no-repeat;
    transform:rotate(180deg);
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.h_services_lists ul li:nth-of-type(2n){
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
}
.h_services_lists ul li:nth-of-type(2n) em{
    margin-top: 4px;
}
.h_service_section2{
    background-color: #f9f9f9;
}
.h_sales_lists{
    padding: 19px 0 102px;
}
.h_sales_lists ul li{
    text-align: center;
}
.h_sales_lists ul li .h_icon{
    width: 142px;
    height: 164px;
    display:flex;
    align-items: center;
    justify-content: center;
    background: url("../images/huan/sales_border.png") no-repeat;
}
.h_sales_lists ul li:hover .h_icon{
    background: url("../images/huan/sales_border_hover.png") no-repeat;
}
.h_sales_lists ul li .h_icon em{
    z-index: 9;
    width: 86px;
    height: 67px;
    display: inline-block;
}
.h_sales_lists ul li:nth-child(1) .h_icon em{
    background: url("../images/huan/sale_1.png") no-repeat center center;
}
.h_sales_lists ul li:nth-child(1):hover .h_icon em{
    background: url("../images/huan/sale_1_hover.png") no-repeat center center;
}
.h_sales_lists ul li:nth-child(2) .h_icon em{
    background: url("../images/huan/sale_2.png") no-repeat center center;
}
.h_sales_lists ul li:nth-child(2):hover .h_icon em{
    background: url("../images/huan/sale_2_hover.png") no-repeat center center;
}
.h_sales_lists ul li:nth-child(3) .h_icon em{
    background: url("../images/huan/sale_3.png") no-repeat center center;
}
.h_sales_lists ul li:nth-child(3):hover .h_icon em{
    background: url("../images/huan/sale_3_hover.png") no-repeat center center;
}
.h_sales_lists ul li:nth-child(4) .h_icon em{
    background: url("../images/huan/sale_4.png") no-repeat center center;
}
.h_sales_lists ul li:nth-child(4):hover .h_icon em{
    background: url("../images/huan/sale_4_hover.png") no-repeat center center;
}
.h_sales_lists ul li:nth-child(5) .h_icon em{
    background: url("../images/huan/sale_5.png") no-repeat center center;
}
.h_sales_lists ul li:nth-child(5):hover .h_icon em{
    background: url("../images/huan/sale_5_hover.png") no-repeat center center;
}
.h_sales_lists ul li:nth-child(6) .h_icon em{
    background: url("../images/huan/sale_6.png") no-repeat center center;
}
.h_sales_lists ul li:nth-child(6):hover .h_icon em{
    background: url("../images/huan/sale_6_hover.png") no-repeat center center;
}
.h_sales_lists ul li .h_text{
    font-size: 20px;
    color: #333333;
    position: relative;
    margin-top: 24px;
    padding-top: 24px;
}
.h_sales_lists ul li:hover .h_text{
    color: #da251d;
}
.h_sales_lists ul li .h_text::before{
    width: 41px;
	height: 2px;
    background-color: #da251d;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    top: 0;
}
.h_scope_lists{
    padding-bottom: 80px;
}
.h_scope_lists ul{
    flex-wrap: wrap;
    border: solid 1px #eeeeee;
}
.h_scope_lists ul li{
    width: 16.6%;
    min-height: 160px;
    border-bottom: solid 1px #eeeeee;
    border-right: solid 1px #eeeeee;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.h_scope_lists ul li:nth-of-type(6n){
    border-right: 0;
}
.h_scope_lists ul li:nth-child(6) ~ li{
    border-bottom: 0;
}
.h_scope_lists ul li .h_icon{
    width: 47px;
    height: 43px;
    display: inline-block;
}
.h_scope_lists ul li:hover{
    background-color: #da251d;
}
.h_scope_lists ul li:nth-child(1) .h_icon{
    background: url("../images/huan/scope_1.png") no-repeat center center;
}
.h_scope_lists ul li:nth-child(1):hover .h_icon{
    background: url("../images/huan/scope_1_hover.png") no-repeat center center;
}
.h_scope_lists ul li:nth-child(2) .h_icon{
    background: url("../images/huan/scope_2.png") no-repeat center center;
}
.h_scope_lists ul li:nth-child(2):hover .h_icon{
    background: url("../images/huan/scope_2_hover.png") no-repeat center center;
}
.h_scope_lists ul li:nth-child(3) .h_icon{
    background: url("../images/huan/scope_3.png") no-repeat center center;
}
.h_scope_lists ul li:nth-child(3):hover .h_icon{
    background: url("../images/huan/scope_3_hover.png") no-repeat center center;
}
.h_scope_lists ul li:nth-child(4) .h_icon{
    background: url("../images/huan/scope_4.png") no-repeat center center;
}
.h_scope_lists ul li:nth-child(4):hover .h_icon{
    background: url("../images/huan/scope_4_hover.png") no-repeat center center;
}
.h_scope_lists ul li:nth-child(5) .h_icon{
    background: url("../images/huan/scope_5.png") no-repeat center center;
}
.h_scope_lists ul li:nth-child(5):hover .h_icon{
    background: url("../images/huan/scope_5_hover.png") no-repeat center center;
}
.h_scope_lists ul li:nth-child(6) .h_icon{
    background: url("../images/huan/scope_6.png") no-repeat center center;
}
.h_scope_lists ul li:nth-child(6):hover .h_icon{
    background: url("../images/huan/scope_6_hover.png") no-repeat center center;
}
.h_scope_lists ul li:nth-child(7) .h_icon{
    background: url("../images/huan/scope_7.png") no-repeat center center;
}
.h_scope_lists ul li:nth-child(7):hover .h_icon{
    background: url("../images/huan/scope_7_hover.png") no-repeat center center;
}
.h_scope_lists ul li:nth-child(8) .h_icon{
    background: url("../images/huan/scope_8.png") no-repeat center center;
}
.h_scope_lists ul li:nth-child(8):hover .h_icon{
    background: url("../images/huan/scope_8_hover.png") no-repeat center center;
}
.h_scope_lists ul li:nth-child(9) .h_icon{
    background: url("../images/huan/scope_9.png") no-repeat center center;
}
.h_scope_lists ul li:nth-child(9):hover .h_icon{
    background: url("../images/huan/scope_9_hover.png") no-repeat center center;
}
.h_scope_lists ul li:nth-child(10) .h_icon{
    background: url("../images/huan/scope_10.png") no-repeat center center;
}
.h_scope_lists ul li:nth-child(10):hover .h_icon{
    background: url("../images/huan/scope_10_hover.png") no-repeat center center;
}
.h_scope_lists ul li:nth-child(11) .h_icon{
    background: url("../images/huan/scope_11.png") no-repeat center center;
}
.h_scope_lists ul li:nth-child(11):hover .h_icon{
    background: url("../images/huan/scope_11_hover.png") no-repeat center center;
}
.h_scope_lists ul li:nth-child(12) .h_icon{
    background: url("../images/huan/scope_12.png") no-repeat center center;
}
.h_scope_lists ul li:nth-child(12):hover .h_icon{
    background: url("../images/huan/scope_12_hover.png") no-repeat center center;
}
.h_scope_lists ul li span{
    font-size: 18px;
	line-height: 18px;
    color: #333333;
    position: relative;
    padding-top: 24px;
    margin-top: 19px;
}
.h_scope_lists ul li span::before{
    width: 24px;
    height: 1px;
    background: #eeeeee;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}
.h_scope_lists ul li:hover span{
    color: #ffffff;
}

@media (max-width:1399px) {
    .h_container{
        width: 100%;
        padding: 0 20px;
    }
}

@media (max-width:1199px) {}

@media (max-width:990px) {
    .h_service_section1 .h_desp {
        line-height: 22px;
    }
    .h_sales_lists ul{
        flex-wrap: wrap;
    }
    .h_sales_lists ul li{
        width: 33%;
        margin-bottom: 40px;
    }
    .h_sales_lists ul li .h_icon{
        display: inline-flex;
    }
}
@media (max-width:767px) {
    .h_common_title {
        padding: 6vw 0 5vw;
    }
    .h_common_title .h_c_en {
        font-size: 22px;
        line-height: 24px;
        padding-bottom: 2vw;
    }
    .h_common_title .h_c_cn {
        font-size: 22px;
        line-height: 20px;
    }
    .h_service_section1 .h_desp p {
        padding: 14px 6vw;
    }
    .h_service_section1 .h_desp {
        font-size: 14px;
    }
    .h_services_lists {
        overflow: hidden;
        overflow-x: scroll;
    }
    .h_services_lists ul{
        width: 900px;
    }
    .h_sales_lists ul li{
        width: 48%;
        margin-bottom: 20px;
    }
    .h_sales_lists ul li .h_text {
        font-size: 16px;
        margin-top: 14px;
        padding-top: 14px;
    }
    .h_scope_lists ul li {
        width: 50%;
        min-height: 140px;
    }
    .h_scope_lists ul li:nth-child(6) ~ li {
        border-bottom: solid 1px #eeeeee;
    }
    .h_scope_lists {
        padding-bottom: 6vw;
    }
    .h_sales_lists {
        padding: 19px 0 6vw;
    }
    .h_scope_lists ul li span {
        font-size: 16px;
        line-height: 18px;
    }
}