@charset "UTF-8";

.huan_container {
    width: 1400px;
    margin: 0 auto;
}

.mt40 {
    margin-top: 40px;
}

.webuploader-pick {
    background-color: #ccc !important;
}

#img_upload {
    width: auto !important;
    height: auto !important;
}

@font-face {
    font-family: "PANGMENZHENGDAO";
    src: url("../fonts/PANGMENZHENGDAO.woff2") format("woff2"), url("../fonts/PANGMENZHENGDAO.woff") format("woff"), url("../fonts/PANGMENZHENGDAO.ttf") format("truetype"), url("../fonts/PANGMENZHENGDAO.eot") format("embedded-opentype"), url("../fonts/PANGMENZHENGDAO.svg") format("svg");
}

/***********服务预约************/
.huan_service_order .form {
    margin: 50px 0 62px;
}

.huan_seorder_group .huan_label {
    font-size: 18px;
    color: #333333;
    padding-bottom: 15px;
}

.huan_seorder_group .huan_label em {
    color: #ff0000;
    margin-right: 5px;
}

.huan_seorder_group {
    display: flex;
    justify-content: space-between;
}

.huan_seorder_group .huan_seorder_list {
    width: 45%;
    margin-bottom: 25px;
}

.huan_seorder_list input,
.huan_seorder_list select {
    border: solid 1px #cccccc;
    line-height: 40px;
    height: 40px;
    width: 100%;
    padding: 0 50px 0 20px;
    font-size: 16px;
}

.huan_seorder_list .huan_two_select {
    display: flex;
    justify-content: space-between;
}

.huan_seorder_list select {
    /*去掉默认的下拉三角*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*添加下拉三角图标*/
    background: url("../images/huan/select_icon.jpg") no-repeat right center transparent;
}

.huan_seorder_list .huan_two_select select {
    max-width: 270px;
    text-align: right;
    text-align-last: right;
}

.huan_seorder_group .huan_textarea {
    width: 100%;
}

.huan_seorder_group .huan_textarea textarea {
    height: 220px;
    border: solid 1px #cccccc;
    display: block;
    width: 100%;
    padding: 20px;
    font-size: 16px;
}

.huan_file_group {
    margin: 40px 0 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    color: #333333;
}

#huan_uploadfile {
    font-size: 16px;
    color: #ffffff;
    background-color: #999999;
    padding: 12px 68px;
    margin-right: 20px;
}

#huan_uploadfile:hover {
    cursor: pointer;
}

.huan_file_group input {
    display: none;
    cursor: pointer
}

.huan_seorder_btn input {
    font-size: 16px;
    padding: 12px 84px;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer
}

.huan_seorder_btn input.huan_submit {
    background-color: #134630;
    color: #ffffff;
}

.huan_seorder_btn input.huan_cancle {
    background-color: #f5f5f5;
    color: #333333;
}

.huan_seorder_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

/***********服务预约************/

/***********招商专区***********/
.huan_pagetitle {
    text-align: center;
}

.huan_pagetitle h3 {
    font-size: 30px;
    color: #333333;
    position: relative;
    padding-bottom: 12px;
}

.huan_pagetitle h3::after {
    width: 40px;
    height: 3px;
    background-color: #134630;
    position: absolute;
    display: inline-block;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.huan_pagetitle .huan_en {
    font-size: 30px;
    font-weight: bold;
    color: #e6e6e6;
    padding: 2px 0 12px;
    text-transform: uppercase;
}

.huan_pagetitle .huan_desp {
    font-size: 18px;
    color: #333333;
}

.huan_imcompany .huan_pagetitle {
    margin: 49px 0 27px;
}

.huan_imcompany .huan_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.huan_imcompany .huan_content .huan_left {
    width: 32.79%;
    position: relative;
}

.huan_imcompany .huan_content .huan_left .huan_text {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.huan_left .huan_text .huan_name {
    font-size: 29px;
    margin-bottom: 11px;
}

.huan_imcompany .huan_content .huan_right {
    width: 66.07%;
    display: flex;
    align-items: center;
}

.huan_imcompany .huan_content .huan_left .huan_img {
    overflow: hidden;
    height: 345px;
}

.huan_imcompany .huan_content .huan_img img {
    width: auto;
    height: 100%;
}

.huan_imcompany .huan_content .huan_right .huan_img {
    width: 49.5%;
    overflow: hidden;
}

.huan_imcompany .huan_content .huan_right .huan_contact {
    width: 50.5%;
    padding: 0 0 0 49px;
    height: 345px;
    background: #ffffff;
    border: 16px solid #f5f5f5;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
}

.huan_imcompany ul li {
    font-size: 14px;
    line-height: 35px;
    color: #333333;
}

.huan_imcompany .huan_contact a {
    font-size: 16px;
    color: #ffffff;
    background-color: #134630;
    width: 160px;
    height: 46px;
    line-height: 46px;
    display: inline-block;
    text-align: center;
    margin: 30px 0 0;
}

.huan_zs .huan_pagetitle {
    margin: 70px 0 40px;
}

.huan_zs .huan_zs_point {
    height: 300px;
    background: url("../images/huan/link_zs_bg.jpg") no-repeat;
    background-size: cover;
}

.huan_zs_point ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.huan_zs_point ul li {
    font-size: 20px;
    color: #ffffff;
    width: 20%;
    text-align: center;
    display: inline-block;
    line-height: 30px;
    position: relative;
}

.huan_zs_point ul li:hover img {
    transform: rotate(45deg);
}

.huan_zs_point ul li::after {
    width: 1px;
    height: 60px;
    background-color: #e6e6e6;
    opacity: 0.2;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
}

.huan_zs_point ul li:last-child::after {
    display: none;
}

.huan_zs_point ul li .huan_icon {
    display: inline-block;
    margin-bottom: 15px;
}

.huan_zs_point ul li .huan_icon img {
    transition: .5s
}

.huan_form_name {
    font-size: 30px;
    color: #333333;
    text-align: center;
    margin-top: 60px;
}

/***********招商专区***********/

/********************/
.huan_service_order {
    font-size: 16px;
    color: #333333;
}

.huan_service_order h4 {
    font-size: 30px;
    color: #333333;
    text-align: center;
}

.huan_zq_section1 .huan_desp {
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 37px;
}

.huan_zq_section1 h4 {
    margin: 56px 0 17px;
}

.huan_zq_section2 {
    margin: 30px 0 61px;
}

.huan_zq_section2 .huan_adv {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.huan_zq_section2 .huan_adv ul li {
    display: flex;
    margin: 20px 0;
}

.huan_zq_section2 .huan_adv ul li .huan_num {
    width: 44px;
    height: 44px;
    background-color: #134630;
    border-radius: 44px;
    font-size: 18px;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.huan_zq_section2 .huan_adv ul li .huan_text {
    font-size: 16px;
    line-height: 30px;
}

.huan_zq_section2 .huan_adv ul li .huan_name {
    font-weight: bold;
}

.huan_zq_section2 h4 {
    margin-bottom: 40px;
}

.huan_zq_section2 .huan_adv .huan_img img {
    max-width: 100%;
}

.huan_zq_section3 h4 {
    margin-bottom: 64px;
}

.huan_step1 {
    position: relative;
}

.huan_step1 .huan_img {
    width: 760px;
    height: 435px;
}

.huan_step1 .huan_img img {
    max-width: 100%;
}

.huan_step1 .huan_text {
    width: 700px;
    height: 435px;
    background-color: #f5f5f5;
    padding: 0 0 0 10%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    right: 0;
    bottom: -30px;
    z-index: -1;
}

.huan_zq_section3 .huan_name {
    font-size: 24px;
    margin-bottom: 13px;
}

.huan_zq_section3 p {
    line-height: 36px;
}

.huan_zq_section3 .huan_step_group {
    display: flex;
    justify-content: space-between;
    margin: 85px 0 78px;
}

.huan_step2 {
    width: 500px;
    height: 400px;
    background-color: #f5f5f5;
    padding: 75px 0 0 49px;
}

.huan_step3 {
    width: 850px;
    position: relative;
}

.huan_step3 .huan_text {
    position: absolute;
    right: 0;
    width: 500px;
    height: 370px;
    background-color: #f5f5f5;
    bottom: 0;
    z-index: -1;
    padding: 0 43px 0 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.huan_step3 .huan_img {
    width: 400px;
    height: 308px;
    overflow: hidden;
}

.huan_step3 .huan_img {
    max-width: 100%;
}

.huan_step4 img {
    max-width: 100%;
}

.huan_step4 .huan_text {
    display: flex;
    justify-content: center;
    margin: 45px 0 55px;
}

.huan_step4 .huan_text p {
    width: 573px;
    font-size: 14px;
    line-height: 30px;
    margin: 0 56px;
}

.huan_zq_section4 h4 {
    margin-bottom: 47px;
}

.huan_zq_section4 table {
    text-align: center;
}

.huan_zq_section4 table thead tr {
    background-color: #f5f5f5;
    height: 60px;
}

.huan_zq_section4 table tr td:first-child,
.huan_zq_section4 table thead tr th:first-child {
    line-height: 60px;
    font-weight: bold;
}

.huan_zq_section4 table tr td:not(:first-child) {
    padding: 15px 20px;
    line-height: 25px;
}

.huan_zq_section4 table tbody tr {
    border-bottom: 1px solid #f5f5f5;
}

.huan_down_table a {
    width: 120px;
    height: 40px;
    background-color: #134630;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #ffffff;
    margin-right: 16px;
}

.huan_down_table .huan_download,
.huan_down_table p {
    font-size: 18px;
}

.huan_down_table .huan_download {
    margin: 38px 0 25px;
}

.huan_zq_section5 h3 {
    margin: 75px 0 45px;
    font-size: 30px;
    color: #333333;
    text-align: center;
}

.huan_zq_section5 .form .huan_input input {
    width: 310px;
}

.huan_zq_section5 .form select {
    width: 240px;
}

.huan_zq_section5 .huan_two_select select:first-child {
    margin-right: 30px;
}

.huan_zq_section5 .huan_textarea textarea {
    height: 150px;
    margin-bottom: 55px;
}

.huan_about_info .huan_about_desp {
    font-size: 16px;
    line-height: 36px;
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
}

.huan_about_info .huan_pagetitle {
    margin: 50px 0 10px;
}

.huan_about_info ul {
    display: flex;
    justify-content: space-between;
}

.huan_about_info ul li {
    width: 158px;
}

.huan_about_info ul li .huan_num {
    color: #134630;
    position: relative;
    padding: 10px 0 5px;
}

.huan_about_info ul li .huan_num::before {
    width: 40px;
    height: 4px;
    background-color: #134630;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

.huan_about_info ul li .huan_num span {
    font-size: 40px;
    font-family: "PANGMENZHENGDAO";
}

.huan_about_info ul li .huan_num em {
    font-size: 16px;
    font-family: "PANGMENZHENGDAO";
}

.huan_about_info ul li p {
    font-size: 15px;
    color: #000000;
    line-height: 18px;
}

.huan_about_page .huan_more {
    text-align: center;
    margin: 55px 0 63px;
}

.huan_about_page .huan_more a {
    width: 160px;
    height: 46px;
    background-color: #134630;
    display: inline-flex;
    font-size: 16px;
    color: #ffffff;
    align-items: center;
    justify-content: center;
}

.huan_about_page .huan_about_img {
    margin: 0 0 79px;
}

.huan_about_img img {
    width: 100%;
}

.huan_about_lists .huan_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.huan_about_lists .huan_about_group {
    width: 32.21%;
    position: relative;
    overflow: hidden;
}

.huan_about_lists .huan_about_group .huan_img img {
    width: 100%;
    height: auto;
}

.huan_about_lists .huan_about_group .huan_head {
    margin: 0 50px 0 32px;
    display: flex;
    align-items: center;
    border-bottom: 0;
    padding-bottom: 14px;
    border-bottom: 1px solid #ffffff;
    transition: .4s;
}

.huan_about_lists .huan_about_group .huan_name {
    font-size: 24px;
    color: #ffffff;
    margin-right: 24px;
}

.huan_about_lists .huan_about_group .huan_fixed {
    position: absolute;
    left: 0;
    bottom: -134px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    transition: .8s;
}

.huan_about_lists .huan_about_group .huan_desp {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    height: 96px;
    margin: 10px 50px 27px 32px;
    transition: .6s;
}

.huan_about_lists .huan_about_group:hover {
    cursor: pointer;
}

.huan_about_lists .huan_about_group:hover .huan_fixed {
    background-color: #134630;
    height: 100%;
    opacity: 0.8;
    bottom: 0;
}

.huan_about_lists .huan_about_group:hover .huan_desp {
    display: block;
}

.huan_about_lists .huan_about_group:hover .huan_head {
    justify-content: space-between;
}

.huan_history .huan_pagetitle {
    margin: 52px 0 20px;
}

.huan_history_item {
    display: flex;
    justify-content: flex-end;
}

.huan_history_item .huan_img {
    width: 700px;
    height: auto;
    overflow: hidden;
}

.huan_history_item .huan_img img {
    width: 100%;
}

.huan_history_item .huan_desp .huan_con {
    width: 740px;
    height: 300px;
    background-color: #f5f5f5;
    margin-left: -30px;
    float: right;
    padding: 60px 80px 0;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.huan_history_item .huan_desp .huan_year {
    font-size: 30px;
    color: #134630;
    margin: 46px 0 40px 36px;
}

.huan_history_item .huan_desp .huan_con .huan_img {
    z-index: -1;
}

.huan_history_lists .huan_history_item {
    display: none;
    width: 0;
    transition: .3s;
}

.huan_history_lists .huan_history_item.hover {
    display: flex;
    width: 100%;
}

.huan_history_tabs {
    margin: 35px 0 40px;
    position: relative;
}

.huan_history_tabs ul {
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.huan_history_tabs::before {
    height: 1px;
    width: 100%;
    background: #e6e6e6;
    content: "";
    left: 0;
    bottom: 30px;
    position: absolute;
    z-index: -1;
}

.huan_history_tabs ul li {
    width: 60px;
    height: 69px;
    background: url("../images/huan/develop_icon.png") no-repeat center bottom;
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding-top: 27px;
    margin: 0 50px;
}

.huan_history_tabs ul li.hover {
    background: url("../images/huan/develop_icon_hover.png") no-repeat center bottom;
}

.huan_history_more {
    text-align: center;
    margin-bottom: 50px;
}

.huan_history_more a {
    width: 160px;
    height: 46px;
    background-color: #134630;
    display: inline-flex;
    font-size: 16px;
    color: #ffffff;
    align-items: center;
    justify-content: center;
}

.huan_history_tabs ul li:hover {
    cursor: pointer;
}

/************首页*************/
.huan_index_banner {
    background: url("../images/huan/index_banner.jpg") no-repeat;
    background-size: cover;
    text-align: center;
}

.huan_index_banner .huan_img {
    display: inline-block;
    margin: 195px 0 60px;
}

.huan_index_banner .huan_more a {
    width: 160px;
    height: 46px;
    background-color: #1c6646;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #ffffff;
}

.huan_index_banner .huan_indban_btn a {
    font-size: 16px;
    color: #ffffff;
    border: solid 1px #ffffff;
    padding: 18px 90px;
    display: inline-block;
    margin: 0 7px;
}

.huan_index_banner .huan_indban_btn {
    padding: 127px 0 50px;
}

.huan_index_banner .huan_indban_btn a.hover,
.huan_index_banner .huan_indban_btn a:hover {
    background-color: #1c6646;
    border-color: #1c6646;
}

/************首页*************/

/*************右侧导航*************/
.huan_right_tool {
    position: fixed;
    right: 30px;
    top: 35%;
    z-index: 9;
}

.huan_right_tool ul li {
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.huan_right_tool ul li:hover {
    background-color: #1c6646;
}

.huan_right_tool ul li .huan_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin: 8px 0 10px;
}

.huan_right_tool ul li:hover {
    cursor: pointer;
}

.huan_pro_group .huan_progro_li {
    display: none;
    text-align: center;
}

.huan_pro_group .current {
    display: block;
}

.huan_pro_group {
    margin: 30px auto 0;
    border-top: 1px solid #e6e6e6;
    padding: 3px 0 0;
}

.huan_pro_group .current {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.huan_pro_group .huan_progro_li .huan_pro_item {
    width: 20%;
    display: none;
    padding-bottom: 2%;
    transition: .3s;
}

.huan_pro_group .huan_progro_li .huan_pro_item:hover {
    box-shadow: 0px 0px 5px 0px rgba(19, 70, 48, 0.54)
}

.huan_pro_group .huan_progro_li .huan_pro_item:hover .huan_more {
    color: #1c6646
}

.huan_cate_type .swiper-slide {
    cursor: pointer
}

.huan_pro_group .huan_progro_li .huan_pro_item.show {
    display: inline-block;
}

.huan_pro_group .huan_progro_li .huan_pro_item a {
    max-width: 260px;
    display: inline-block;
}

.huan_pro_group .huan_progro_li .huan_pro_item .huan_con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 13px;
}

.huan_pro_group .huan_progro_li .huan_img {
    width: 100%;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.huan_pro_group .huan_progro_li .huan_img img {
    max-width: 100%;
    max-height: 100%;
}

.huan_progro_li .huan_name {
    font-size: 16px;
    color: #333333;
}

.huan_progro_li .huan_more {
    font-size: 13px;
    color: #999999;
}

.huan_pro_group .huan_progro_li .huan_pro_item:nth-child(-n+5) {
    display: block;
}

.huan_more_link {
    display: none;
}

.huan_more_list,
.huan_more_link {
    text-align: center;
    width: 100%;
    margin: 37px 0 61px;
}

.huan_more_list span,
.huan_more_link a {
    width: 160px;
    height: 46px;
    background-color: #134630;
    font-size: 16px;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.huan_cate_type .swiper-slide .huan_img {
    width: 148px;
    height: 140px;
    display: inline-block;
    align-items: center;
    justify-content: center;
}

.huan_cate_type .swiper-slide {
    text-align: center;
}

.huan_cate_type .swiper-slide .huan_img img {
    max-width: 100%;
    max-height: 100%;
}

.huan_cate_type .swiper-button-next,
.huan_cate_type .swiper-button-prev {
    width: 15px;
    height: 26px;
    display: inline-block;
    opacity: 1 !important;
}

.huan_cate_type .swiper-button-next {
    background-image: url("../images/huan/next_icon.png") !important;
    background-size: cover;
}

.huan_cate_type .swiper-button-prev {
    background-image: url("../images/huan/prev_icon.png") !important;
    background-size: cover;
}

.huan_indtitle {
    font-size: 36px;
    color: #333333;
    text-align: center;
}

.huan_index_section1 .huan_indtitle {
    padding: 68px 0 50px;
}

.huan_index_section1 {
    background: url("../images/huan/index_section_1_bg.png") no-repeat center 46px;
}

.huan_index_section2 {
    background: url("../images/huan/index_section_2_bg.jpg") no-repeat center;
    background-size: cover;
    position: relative;
}

.huan_index_section2 .huan_text_bg {
    position: absolute;
    top: 15px;
    width: 100%;
    text-align: center;
}

.huan_index_section2 .huan_text_bg img {
    display: inline-block;
    max-width: 100%;
}

.huan_index_section2 .huan_indtitle {
    padding: 60px 0 57px;
    z-index: 9;
    position: relative;
}

.huan_index_section2 .huan_indcase_con {
    width: 91%;
    margin: 0 auto;
}

.huan_indcase_icons ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.huan_indcase_icons ul li {
    width: 12.5%;
    text-align: center;
    font-size: 16px;
    color: #4d4d4d;
    margin-bottom: 41px;
}

.huan_indcase_icons ul li .huan_icon {
    width: 64px;
    height: 64px;
    background-color: #134630;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
}

.huan_indcase_icons ul li:hover .huan_icon {
    background-color: #333333;
}

.huan_indcase_icons ul li .huan_icon img {
    max-width: 100%;
    max-height: 100%;
}

.huan_case_group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.huan_case_img_list {
    position: relative;
    width: 32.2%;
    overflow: hidden;
}

.huan_case_img_list .huan_fix_title {
    position: absolute;
    bottom: 24px;
    font-size: 22px;
    color: #ffffff;
    display: flex;
    align-items: center;
    width: 70%;
    left: 10%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 10px;
}

.huan_case_img_list .huan_fixed {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    bottom: -100%;
    width: 100%;
    padding: 44px 48px 0;
    transition: .3s;
}

.huan_case_img_list:hover .huan_fix_title {
    display: none;
}

.huan_case_img_list:hover .huan_fixed {
    bottom: 0;
}

.huan_case_img_list:hover {
    cursor: pointer;
}

.huan_case_img_list .huan_fixed .huan_title {
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 10px;
}

.huan_case_img_list .huan_fixed .huan_title em {
    display: inline-block;
    margin-right: 9px;
}

.huan_case_img_list .huan_fixed .huan_desp {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    padding-top: 7px;
}

.huan_case_img_list .huan_fixed .huan_more a {
    font-size: 14px;
    color: #ffffff;
    padding: 24px 0 23px;
    display: inline-block;
}

.huan_case_img_list .huan_fix_title em {
    display: inline-block;
    margin-right: 9px;
}

.huan_indcase_con .huan_pro_more {
    text-align: center;
    padding: 64px 0 61px;
}

.huan_indcase_con .huan_pro_more a {
    width: 160px;
    height: 46px;
    background-color: #134630;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #ffffff;
}

.huan_case_img_list .huan_img {
    overflow: hidden;
}

.huan_case_img_list .huan_img img {
    width: 100%;
}

.huan_index_section3 {
    background: url("../images/huan/index_section_3_title_bg.png") no-repeat center 94px;
    padding-bottom: 84px;
}

.huan_index_section3 .huan_index_aboutcon {
    width: 91%;
    margin: 0 auto;
}

.huan_index_section3 .huan_indtitle {
    padding: 68px 0 45px;
}

.huan_index_section3 .huan_index_aboutcon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.huan_index_section3 .huan_index_aboutcon .huan_right {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 60.34%;
}

.huan_index_section3 .huan_index_aboutcon .huan_right .huan_about_list {
    width: 48.7%;
    overflow: hidden;
    position: relative;
}

.huan_index_section3 .huan_index_aboutcon .huan_left {
    width: 37.93%;
    overflow: hidden;
    position: relative;
}

.huan_index_section3 .huan_text {
    font-size: 22px;
    color: #ffffff;
    position: absolute;
    width: 100%;
    bottom: 31px;
    display: inline-flex;
    align-items: center;
    padding-left: 40px;
}

.huan_index_section3 .huan_text em {
    margin-left: 24px;
}

.huan_index_section3 .huan_index_aboutcon .huan_about_list:nth-child(1),
.huan_index_section3 .huan_index_aboutcon .huan_about_list:nth-child(2) {
    margin-bottom: 30px;
}

.huan_index_section3 .huan_img img {
    transition: .3s;
    max-width: 100%;
}

.huan_index_section3 .huan_img img:hover {
    transform: scale(1.2);
}

.huan_index_section4 {
    background: url("../images/huan/index_section_4_bg.png") no-repeat;
    background-size: cover;
    position: relative;
}

.huan_index_section4 .huan_indtitle {
    padding: 101px 0;
    position: relative;
    z-index: 2;
}

.huan_index_section4 .huan_text_bg {
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.huan_index_section4 .huan_text_bg img {
    display: inline-block;
    max-width: 100%;
}

.huan_index_section4 .huan_strength {
    width: 91%;
    margin: 0 auto;
}

.huan_index_section4 .huan_strength ul {
    display: flex;
    justify-content: space-between;
}

.huan_index_section4 .huan_strength ul li {
    width: 16.67%;
    text-align: center;
}

.huan_strength ul li .huan_num {
    color: #134630;
}

.huan_strength ul li span {
    font-size: 60px;
    font-family: "PANGMENZHENGDAO";
}

.huan_strength ul li em {
    font-size: 18px;
    font-family: "PANGMENZHENGDAO";
}

.huan_strength ul li p {
    font-size: 16px;
    color: #000000;
    max-width: 75%;
    margin: 0 auto;
    text-align: center;
}

.huan_index_section4 .huan_more {
    text-align: center;
    padding: 50px 0 170px;
}

.huan_index_section4 .huan_more a,
.huan_index_section5 .huan_more a {
    width: 160px;
    height: 46px;
    background-color: #134630;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #ffffff;
}

.huan_index_section5 .huan_more {
    text-align: center;
}

.huan_index_section5 {
    position: relative;
}

.huan_index_section5 .huan_text_bg {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 70px;
    text-align: center;
}

.huan_index_section5 .huan_text_bg img {
    max-width: 100;
    display: inline-block;
}

.huan_index_section5 .huan_indtitle {
    padding: 70px 0 51px;
    z-index: 2;
    position: relative;
}

.huan_index_section5 .huan_index_new {
    width: 91%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.huan_index_new .huan_left {
    /* width: 100%; */
    width: 53.1%;
    position: relative;
}

.huan_index_new .huan_right {
    width: 43.68%;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #f5f5f5;
}

.huan_indnew_item a {
    display: flex;
    justify-content: space-between;
}

.huan_indnew_item:first-child {
    padding-top: 0;
}

.huan_indnew_item {
    border-bottom: solid 1px #e5e5e5;
    padding: 22px 0 20px;
}

.huan_date {
    color: #666666;
    display: inline-flex;
    flex-direction: column;
}

.huan_date .huan_day {
    font-size: 48px;
    font-weight: bold;
}

.huan_date .huan_ym {
    font-size: 16px;
    font-weight: bold;
}

.huan_indnew_item .huan_indnewcon .huan_name {
    font-size: 18px;
    color: #333333;
}

.huan_indnew_item .huan_indnewcon .huan_desp {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
}

.huan_indnew_item .huan_indnewcon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80.87%;
}

.huan_indnew_item .huan_indnewcon .huan_text {
    margin-right: 56px;
}

.huan_indnew_item .huan_img {
    width: 180px;
    height: 100px;
    overflow: hidden;
}

.huan_indnew_item .huan_img img,
.huan_indexnew_big .huan_img img {
    max-width: 100%;
    max-height: 100%;
}

.huan_indexnew_big .huan_img {
    width: 100%;
    height: 420px;
}

.huan_indnew_big .huan_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 50px 0 17px;
}

.huan_indnew_big .huan_name {
    font-size: 22px;
    color: #333333;
    margin-bottom: 4px;
}

.huan_indnew_big .huan_desp {
    font-size: 14px;
    line-height: 25px;
    color: #666666;
}

.huan_indnew_big .huan_con {
    width: 78%;
}

.huan_index_section5 .huan_more {
    margin: 48px 0 60px;
}

.huan_index_section6 .huan_indsupport {
    width: 91%;
    margin: 0 auto;
}

.huan_indsupport ul {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.huan_index_section6 {
    position: relative;
    margin-bottom: 60px;
}

.huan_index_section6 .huan_text_bg {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 75px;
    text-align: center;
}

.huan_index_section6 .huan_text_bg img {
    display: inline-block;
}

.huan_index_section6 .huan_indtitle {
    padding-bottom: 50px;
}

.huan_indsupport ul li {
    text-align: center;
    width: 21.4%;
}

.huan_indsupport ul li .huan_text {
    margin-bottom: 43px;
}

.huan_indsupport ul li .huan_text span {
    font-size: 22px;
    color: #333333;
    border-bottom: 2px solid #333333;
    padding-bottom: 10px;
    display: inline-block;
}

.huan_indsupport ul li .huan_img img {
    max-width: 100%;
}

.huan_text_bg img {
    max-width: 100%;
}

.huan_indnew_big .huan_img {
    height: 420px;
}

.huan_indnew_big .huan_img img {
    display: inline-flex;
}

.huan_pro_group .huan_progro_li .huan_pro_item a {
    max-width: 100%;
}

.huan_pro_group .huan_progro_li .huan_pro_item .huan_con {
    flex-wrap: wrap;
}

.huan_progro_li .huan_name {
    font-size: 16px;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 70%;
}

.huan_pj_desp {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    text-align: center;
    margin: -20px 0 52px;
}

.huan_pj_section1 {
    background: url("../images/huan/accessories_con_bg.jpg") no-repeat;
    background-size: cover;
}

.huan_pj_section1 .huan_pjse_con {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.8);
    display: inline-block;
    padding: 45px;
    margin: 60px 0;
}

.huan_pj_section2 .huan_pj_p {
    font-size: 24px;
    line-height: 36px;
    color: #333333;
    margin: 57px 0 37px;
}

.huan_pj_section2 {
    margin-bottom: 80px;
}

@media (max-width:1700px) {

    .huan_index_section3 .huan_index_aboutcon .huan_about_list:nth-child(1),
    .huan_index_section3 .huan_index_aboutcon .huan_about_list:nth-child(2) {
        margin-bottom: 21px;
    }

    .huan_strength ul li span {
        font-size: 53px;
    }
}

@media (max-width:1399px) {
    .huan_container {
        width: auto;
        max-width: 100%;
        padding: 0 10px;
    }

    .huan_zq_section2 .huan_adv ul {
        width: 55%;
    }

    .huan_zq_section2 .huan_adv ul li .huan_text {
        width: calc(100% - 43px);
    }

    .huan_step1 .huan_img {
        width: 50%;
        height: 401px;
    }

    .huan_step1 .huan_text {
        width: 55%;
        height: 389px;
    }

    .huan_step2 {
        width: 36%;
        padding: 35px 0 0 36px;
        height: 364px;
    }

    .huan_step3 {
        width: 62%;
    }

    .huan_step3 .huan_img {
        width: 349px;
        height: 278px;
    }

    .huan_zq_section3 .huan_img img {
        max-width: 100%;
    }

    .huan_step3 .huan_text {
        width: 462px;
        height: 321px;
    }

    .huan_history_item .huan_img,
    .huan_history_item .huan_desp {
        width: 50%;
    }

    .huan_history_item .huan_desp .huan_con {
        width: calc(100% + 30px);
    }

    .huan_history_tabs ul {
        overflow-x: scroll;
    }

    .huan_strength ul li span {
        font-size: 43px;
    }

    .huan_index_section4 .huan_indtitle {
        padding: 101px 0 70px;
    }

    .huan_index_section4 .huan_more {
        padding: 50px 0 100px;
    }

    .huan_indnew_big .huan_desp {
        padding-bottom: 10px;
    }

    .huan_index_section1,
    .huan_index_section3 {
        background-size: contain;
    }
}

@media (max-width:1199px) {
    .huan_seorder_list .huan_two_select select {
        max-width: 48%;
    }

    .huan_imcompany .huan_content .huan_right .huan_contact,
    .huan_imcompany .huan_content .huan_left .huan_img,
    .huan_imcompany .huan_content .huan_right .huan_img {
        height: 290px;
    }

    .huan_zs_point ul li {
        font-size: 18px;
    }

    .huan_zq_section2 .huan_adv .huan_img {
        width: 40%;
    }

    .huan_step2 {
        width: 100%;
        padding: 35px 0 50px 36px;
        height: auto;
    }

    .huan_zq_section3 .huan_step_group {
        flex-wrap: wrap;
    }

    .huan_step3 {
        width: 100%;
        margin-top: 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #f5f5f5;
    }

    .huan_step3 .huan_img,
    .huan_step3 .huan_text {
        width: 50%;
        height: auto;
        z-index: 1;
    }

    .huan_step3 .huan_img img {
        width: 100%;
    }

    .huan_step3 .huan_text {
        position: unset;
        padding: 0 43px 0 76px;
    }

    .huan_step4 .huan_text p {
        margin: 0 27px;
    }

    .huan_table {
        overflow: hidden;
        overflow-x: scroll;
    }

    .huan_table table {
        width: 1200px;
    }

    .huan_zq_section5 .form .huan_input input {
        width: 238px;
    }

    .huan_about_info ul li {
        width: 26%;
        margin-bottom: 53px;
    }

    .huan_about_info ul {
        justify-content: center;
        flex-wrap: wrap;
    }

    .huan_about_page .huan_more {
        margin: 0 0 63px;
    }

    .huan_about_lists .huan_about_group .huan_desp {
        font-size: 13px;
        margin: 10px 22px 27px 32px;
    }

    .huan_about_lists .huan_about_group .huan_head {
        margin: 0 22px 0 32px;
    }

    .huan_history_item .huan_desp .huan_con {
        min-height: 300px;
        height: auto;
        padding: 30px;
    }

    .huan_case_img_list .huan_fixed {
        bottom: -120%;
    }
}

@media (max-width:990px) {
    .huan_imcompany .huan_content .huan_right .huan_contact {
        padding: 0 0 0 10px;
    }

    .huan_imcompany ul li {
        font-size: 14px;
        line-height: 22px;
        color: #333333;
    }

    .huan_imcompany .huan_content .huan_right .huan_contact,
    .huan_imcompany .huan_content .huan_left .huan_img,
    .huan_imcompany .huan_content .huan_right .huan_img {
        height: 233px;
    }

    .huan_imcompany .huan_contact a {
        margin: 9px 0 0;
    }

    .huan_zs_point ul li {
        font-size: 14px;
        line-height: 25px;
    }

    .huan_step1 .huan_img {
        width: 100%;
    }

    .huan_step1 .huan_text {
        position: unset;
        width: 100%;
    }

    .huan_zq_section3 .huan_step_group {
        margin: 35px 0;
    }

    .huan_step3,
    .huan_step4 .huan_text {
        flex-wrap: wrap;
    }

    .huan_step3 .huan_img,
    .huan_step3 .huan_text,
    .huan_step4 .huan_text p {
        width: 100%;
    }

    .huan_step3 .huan_text {
        padding: 30px;
    }

    .huan_zq_section5 .huan_seorder_group {
        flex-wrap: wrap;
    }

    .huan_zq_section5 .form .huan_input input {
        width: 100%;
    }

    .huan_seorder_group .huan_seorder_list:last-child {
        width: 100%;
    }

    .huan_seorder_list .huan_two_select select {
        max-width: unset;
        width: 45%;
    }

    .huan_about_info ul li {
        width: 32%;
    }

    .huan_about_lists .huan_about_group .huan_name {
        font-size: 21px;
    }

    .huan_history_item .huan_desp .huan_year {
        font-size: 23px;
        margin: 17px 0 13px 36px;
    }

    .huan_history_item .huan_desp .huan_con {
        font-size: 15px;
    }

    .huan_pro_group .huan_progro_li .huan_pro_item {
        width: 33.33%;
    }

    .huan_pro_group .huan_progro_li .huan_pro_item:nth-child(-n+5) {
        display: none;
    }

    .huan_pro_group .huan_progro_li .huan_pro_item:nth-child(-n+3) {
        display: block;
    }

    .huan_index_banner .huan_indban_btn a {
        padding: 14px 74px;
    }

    .huan_index_banner .huan_img img {
        width: 90%;
        display: inline-block;
    }

    .huan_index_banner .huan_img {
        text-align: center;
        width: 100%;
    }

    .huan_index_banner .huan_indban_btn {
        padding: 77px 0 50px;
    }

    .huan_case_img_list .huan_fix_title,
    .huan_case_img_list .huan_fixed .huan_title {
        font-size: 18px;
    }

    .huan_case_img_list .huan_fixed {
        padding: 14px 18px 0;
    }

    .huan_case_img_list .huan_fixed .huan_more a {
        padding: 14px 0 10px;
    }

    .huan_case_img_list .huan_fixed {
        height: 100%;
    }

    .huan_case_img_list .huan_fix_title {
        bottom: 10px;
        left: 6%;
    }

    .huan_index_section3 .huan_text {
        font-size: 18px;
        bottom: 9px;
        padding-left: 13px;
    }

    .huan_index_section4 .huan_strength ul {
        flex-wrap: wrap;
    }

    .huan_index_section4 .huan_strength ul li {
        width: 33.33%;
        margin: 10px 0;
    }

    .huan_index_section5 .huan_index_new {
        flex-wrap: wrap;
    }

    .huan_index_new .huan_left,
    .huan_index_new .huan_right {
        width: 100%;
    }
}

@media (max-width:767px) {
    .huan_seorder_group .huan_seorder_list {
        width: 100%;
        margin-bottom: 10px;
    }

    .huan_seorder_group {
        flex-wrap: wrap;
    }

    .huan_seorder_group .huan_label {
        font-size: 14px;
        padding-bottom: 8px;
    }

    .huan_service_order form {
        margin: 20px 0 22px;
    }

    .huan_seorder_list input,
    .huan_seorder_list select {
        line-height: 33px;
        height: 35px;
        padding: 0 50px 0 13px;
        font-size: 14px;
    }

    #huan_uploadfile {
        font-size: 15px;
        padding: 10px 40px;
        margin-right: 20px;
    }

    .huan_file_group {
        font-size: 14px;
    }

    .huan_seorder_btn input {
        font-size: 14px;
        padding: 9px 57px;
    }

    .huan_imcompany .huan_pagetitle {
        margin: 20px 0 18px;
    }

    .huan_pagetitle h3 {
        font-size: 24px;
    }

    .huan_pagetitle .huan_en {
        font-size: 20px;
        padding: 2px 0 1px;
    }

    .huan_pagetitle .huan_desp {
        font-size: 14px;
    }

    .huan_imcompany .huan_content,
    .huan_imcompany .huan_content .huan_right {
        flex-wrap: wrap;
    }

    .huan_imcompany .huan_content .huan_left,
    .huan_imcompany .huan_content .huan_right,
    .huan_imcompany .huan_content .huan_right .huan_img,
    .huan_imcompany .huan_content .huan_right .huan_contact {
        width: 100%;
    }

    /* .huan_imcompany .huan_content .huan_right .huan_contact,
    .huan_imcompany .huan_content .huan_left .huan_img,
    .huan_imcompany .huan_content .huan_right .huan_img {
        min-height: 233px;
    } */

    .huan_imcompany .huan_content .huan_img img {
        width: 100%;
    }

    /* .huan_imcompany .huan_content .huan_right .huan_img {
        margin: 20px 0;
    } */

    .huan_imcompany ul li {
        font-size: 14px;
        line-height: 29px;
    }

    .huan_zs .huan_pagetitle {
        margin: 30px 0 20px;
    }

    .huan_zs .huan_zs_point {
        height: auto;
    }

    .huan_zs .huan_zs_point ul {
        flex-wrap: wrap;
        padding: 12vw 0 2vw;
        justify-content: flex-start;
    }

    .huan_zs .huan_zs_point ul li {
        width: 33.33%;
        margin-bottom: 10vw;
    }

    .huan_form_name {
        font-size: 18px;
        margin-top: 19px;
    }

    .huan_zq_section1 h4 {
        margin: 16px 0 8px;
    }

    .huan_service_order h4 {
        font-size: 20px;
    }

    .huan_zq_section1 .huan_desp {
        font-size: 14px;
        padding-bottom: 25px;
    }

    .huan_zq_section2 .huan_adv {
        flex-wrap: wrap;
    }

    .huan_zq_section2 .huan_adv .huan_img,
    .huan_zq_section2 .huan_adv ul {
        width: 100%;
    }

    .huan_zq_section2 .huan_adv ul li .huan_text {
        width: calc(100% - 50px);
    }

    .huan_zq_section2 {
        margin: 19px 0 9px;
    }

    .huan_zq_section2 h4 {
        margin-bottom: 22px;
    }

    .huan_zq_section3 h4 {
        margin-bottom: 23px;
    }

    .huan_step1 .huan_img {
        height: auto;
    }

    .huan_zq_section3 .huan_name {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .huan_zq_section3 p {
        line-height: 27px;
        font-size: 14px;
    }

    .huan_step1 .huan_text,
    .huan_step2 {
        height: auto;
        padding: 25px;
    }

    .huan_step4 .huan_text {
        margin: 16px 0 15px;
    }

    .huan_zq_section4 h4 {
        margin-bottom: 24px;
    }

    .huan_down_table .huan_download {
        margin: 22px 0 14px;
        font-size: 15px;
    }

    .huan_down_table p {
        font-size: 15px;
    }

    .huan_zq_section5 h3 {
        margin: 25px 0 25px;
        font-size: 20px;
    }

    .huan_step4 .huan_text p {
        margin: 0 10px;
    }

    .huan_about_info .huan_about_desp {
        font-size: 14px;
        line-height: 30px;
    }

    .huan_about_info .huan_pagetitle {
        margin: 20px 0 10px;
    }

    .huan_about_info ul li {
        width: 49%;
        margin-bottom: 30px;
    }

    .huan_about_info ul li .huan_num span {
        font-size: 30px;
    }

    .huan_about_info ul li p {
        font-size: 12px;
    }

    .huan_about_page .huan_more {
        margin: 0 0 23px;
    }

    .huan_about_page .huan_about_img {
        margin: 0 0 20px;
    }

    .huan_about_lists .huan_container {
        flex-wrap: wrap;
    }

    .huan_about_lists .huan_about_group {
        width: 100%;
        margin-bottom: 20px;
    }

    .huan_history .huan_pagetitle {
        margin: 5px 0 20px;
    }

    .huan_history_lists .huan_history_item {
        flex-wrap: wrap;
    }

    .huan_history_item .huan_img,
    .huan_history_item .huan_desp,
    .huan_history_item .huan_desp .huan_con {
        width: 100%;
    }

    .huan_history_tabs ul li {
        margin: 0 25px;
    }

    .huan_history_more {
        margin-bottom: 37px;
    }

    .huan_index_banner .huan_img {
        margin: 25px 0;
    }

    .huan_index_banner .huan_more a {
        width: 137px;
        height: 29px;
        font-size: 12px;
    }

    .huan_index_banner .huan_indban_btn {
        padding: 17px 0 20px;
    }

    .huan_index_banner .huan_indban_btn a {
        font-size: 12px;
    }

    .huan_index_banner .huan_indban_btn a {
        padding: 5px 17px;
    }

    .huan_right_tool {
        display: none;
    }

    .huan_index_section1 .huan_indtitle {
        padding: 21px 0 20px;
    }

    .huan_indtitle {
        font-size: 24px;
    }

    .huan_pro_group .huan_progro_li .huan_pro_item:nth-child(-n+3) {
        display: none;
    }

    .huan_pro_group .huan_progro_li .huan_pro_item:nth-child(-n+2) {
        display: block;
    }

    .huan_pro_group .huan_progro_li .huan_pro_item {
        width: 50%;
    }

    .huan_pro_group .huan_progro_li .huan_img {
        height: 200px;
    }

    .huan_more_list,
    .huan_more_link {
        text-align: center;
        width: 100%;
        margin: 27px 0 31px;
    }

    .huan_index_section2 .huan_indtitle {
        padding: 14px 0 16px;
    }

    .huan_indcase_icons ul,
    .huan_case_group,
    .huan_index_section3 .huan_index_aboutcon {
        flex-wrap: wrap;
    }

    .huan_case_img_list {
        width: 100%;
        margin-bottom: 20px;
    }

    .huan_indcase_icons ul li {
        width: 25%;
        font-size: 12px;
        margin-bottom: 21px;
    }

    .huan_indcase_con .huan_pro_more {
        text-align: center;
        padding: 10px 0 25px;
    }

    .huan_index_section3 .huan_indtitle {
        padding: 28px 0 25px;
    }

    .huan_index_section3 {
        background: url(../images/huan/index_section_3_title_bg.png) no-repeat center 24px;
        background-size: 90%;
    }

    .huan_index_section3 .huan_index_aboutcon .huan_left,
    .huan_index_section3 .huan_index_aboutcon .huan_right {
        width: 100%;
    }

    .huan_index_section3 .huan_index_aboutcon .huan_left {
        margin-bottom: 20px;
    }

    .huan_index_section3 {
        padding-bottom: 35px;
    }

    .huan_index_section4 .huan_indtitle {
        padding: 21px 0 4px;
    }

    .huan_index_section4 .huan_strength {
        position: relative;
    }

    .huan_index_section4 .huan_text_bg {
        top: 17px;
    }

    .huan_text_bg img,
    .huan_index_section4 .huan_text_bg img {
        max-width: 90%;
    }

    .huan_strength ul li span {
        font-size: 22px;
    }

    .huan_strength ul li em {
        font-size: 12px;
    }

    .huan_strength ul li p {
        font-size: 13px;
    }

    .huan_index_section4 .huan_more {
        padding: 10px 0 30px;
    }

    .huan_index_section4 .huan_strength {
        width: 100%;
    }

    .huan_index_section5 .huan_indtitle {
        padding: 18px 0 15px;
    }

    .huan_index_section5 .huan_text_bg {
        top: 17px;
    }

    .huan_indnew_item .huan_indnewcon {
        flex-wrap: wrap;
        padding: 0 0 0 15px;
    }

    .huan_indnew_item .huan_indnewcon .huan_text {
        margin: 0;
    }

    .huan_indnew_big .huan_img {
        height: auto;
    }

    .huan_indnew_big .huan_img img {
        width: 100%;
    }

    .huan_indnew_big .huan_text {
        padding: 26px 0 0 0;
        width: 100%;
    }

    .huan_indnew_big .huan_con {
        /* width: 74%; */
        width: 100%;
    }

    .huan_index_section5 .huan_more {
        margin: 28px 0 30px;
    }

    .huan_index_section6 .huan_text_bg {
        top: 2px;
    }

    .huan_index_section6 .huan_indtitle {
        position: relative;
        z-index: 2;
        padding-bottom: 17px;
    }

    .huan_indsupport ul {
        flex-wrap: wrap;
    }

    .huan_indsupport ul li {
        text-align: center;
        width: 48%;
    }

    .huan_indsupport ul li .huan_text {
        margin-bottom: 15px;
    }

    .huan_indsupport ul li {
        margin-bottom: 20px;
    }

    .huan_indsupport ul li .huan_text span {
        font-size: 16px;
    }

    .huan_index_section6 {
        position: relative;
        margin-bottom: 15px;
    }

    .huan_pj_desp {
        font-size: 14px;
        line-height: 26px;
        margin: -5px 0 32px;
    }

    .huan_pj_section1 .huan_pjse_con {
        padding: 25px;
        margin: 30px 0;
    }

    .huan_pj_section2 .huan_pj_p {
        font-size: 16px;
        line-height: 27px;
        margin: 27px 0 17px;
    }

    .huan_pj_section2 {
        margin-bottom: 25px;
    }
}




/* 修改 */

.huan_cate_type .swiper-slide .huan_img{
    width: 100% !important;
}
.huan_cate_type .swiper-slide .huan_text{
    font-size: 18px;
}