﻿* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 5.21vw;
}

body {
    font-size: 12px;
}

ul,
li {
    list-style: none;
}
table{border-collapse:collapse;border-spacing:0}
a {
    text-decoration: none;
    color: inherit;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;

}

a:focus {
    text-decoration: none;
}

input {
    box-sizing: border-box;
    outline: none;
}

button {
    cursor: pointer;
    outline: none;
}

input::placeholder,
textarea::placeholder {
    color: #999999;
}

input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999999;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999999;
}

.img {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.txt_show1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.txt_show2 {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.img_box img {
    width: 100%;
}


.pc_head {
    height: 108px;
    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.26);
    background: #ffffff;
}

.pc_head_box {
    height: 100%;
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pc_head_logo {
    width: 260px;
    min-width: 260px;
    display: block;
}

.pc_head_logo img {
    width: 100%;
}

.head_nav_list {
    display: flex;
    height: 100%;
    width: 52.5%;
    justify-content: space-between;
}

.head_nav_item {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.head_nav_item .a1 {
    color: #666666;
    font-size: 16px;
    position: relative;
}

.head_nav_item:hover .a1,
.head_nav_item.active .a1 {
    color: #3a8870;
}

.head_nav_item:hover .head_menu2_box {
    display: block;
}

.head_menu2_box {
    position: absolute;
    top: 100%;
    display: none;
    border-top: 1px solid #2b7b10;
    background-color: #ffffff;
    z-index: 100;
}

.head_menu2_box p {
    padding: 21px 29px;
    color: #666666;
}

.head_menu2_box p a {
    font-size: 14px;
    white-space: nowrap;
}

.head_menu2_box p:hover {
    background-color: #f5faf8;
    color: #3a8870;
}


.head_search {
    height: 38px;
    display: flex;
    border-radius: 19px;
    border: solid 1px #e5e5e5;
    overflow: hidden;
}

.head_search input {
    width: 140px;
    border: none;
    font-size: 14px;
    padding-left: 20px;
}

.head_search .search_icon {
    width: 46px;
    height: 100%;
    background: url(../images/head_search.png) no-repeat center / 18px;
    cursor: pointer;
}


/* 移动端头部 */
.m_header {
    display: none;
}

.m_head {
    position: fixed;
    left: 0;
    top: 0;
    height: 42px;
    width: 100%;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.head_seat {
    height: 42px;
    width: 100%;
}

.m_nav_btn {
    position: absolute;
    left: 6%;
    width: 45px;
    height: 32px;
    background: url(../images/nav_btn.jpg) no-repeat center;
}

.m_head_logo {
    width: 150px;
    height: 30px;
    background: url(../images/logo.png) no-repeat center / cover;
}

.m_head_logo>img {
    width: 100%;
}

.m_nav_mask {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1090;
    background: rgba(0, 0, 0, .15);
}

.m_nav_list {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1091;
    width: 270px;
    max-width: 100%;
    z-index: 1100;
    background: #f7f7f7;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.m_nav_list.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.m_nav_meun {
    display: block;
    height: 44px;
    color: #333;
    line-height: 44px;
    text-indent: 15px;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    transition: height .3s;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.xia3 {
    display: block;
    position: relative;
}

.xia3>i {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    background: url(../images/xia333.png) no-repeat center / 100%;
    transition: transform .2s;
}

.m_nav_meun.active i {
    transform: rotate(180deg);
}

.body_active {
    position: fixed;
    overflow: hidden;
    -webkit-transition: margin-left .3s ease-in-out;
    transition: margin-left .3s ease-in-out;
}

.m_nav_list>a:hover {
    /* background-color: #7089D3;
    color: #fff; */
}


/* 移动端头部结束 */

.wrap {
    width: 1400px;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}


.foot_box {
    background-image: linear-gradient(#252525,
            #252525),
        linear-gradient(#043b7a,
            #043b7a);
    padding: 3.6% 0 0;
}

.foot_top {
    display: flex;
    padding-bottom: 25px;
}


.foot_list {
    display: flex;
    flex: 1;
}

.foot_list_item {
    width: 15.2%;
}

.foot_icon {
    display: none;
    float: right;
    position: relative;
    width: 19px;
    height: 19px;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    background: url(../images/foot_icon.png) no-repeat center / 100%;
}


.foot_list_item .title {
    font-size: 16px;
    color: #ffffff;
    opacity: 0.75;
    margin-bottom: 35px;
}

.foot_list_item a {
    font-size: 13px;
    color: #ffffff;
    display: block;
    margin-bottom: 15px;
}

.foot_link {
    width: 25.7%;
    color: #ffffff;
    margin-right: 10px;
}

.foot_link h4 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
}

.foot_link .item {
    height: 45px;
    margin-bottom: 10px;
}

.foot_link .item img {
    height: 100%;
}

.foot_contact {
    width: 298px;
}

.foot_contact .item {
    padding-left: 44px;
    line-height: 24px;
    background-repeat: no-repeat;
    background-position: top left;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 33px;
}

.foot_contact .wx_icon {
    background-image: url(../images/foot_wx.png);
    background-size: 24px;
}

.foot_contact .phone_icon {
    background-image: url(../images/foot_phone.png);
    background-size: 18px;
}

.foot_contact .em_icon {
    background-image: url(../images/foot_Email.png);
    background-size: 21px;
    background-position: top 5px left;
}

.foot_contact .dz_icon {
    background-image: url(../images/foot_dizi.png);
    background-size: 16px;
}

.foot_qr {
    width: 110px;
}

.foot_qr img {
    width: 100%;
}

.foot_bot {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.foot_msg {
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
}

.foot_msg p {
    font-size: 14px;
    color: #ffffff;
}

.foot_msg .fg {
    margin: 0 14px;
}

.home_swiper{
    overflow: hidden;
    position: relative;
}

.home_swiper .img {
    padding-bottom: 40.8%;
}

.home_swiper .swiper-pagination-bullet{
    opacity: 1;
    width: 12px;
    height: 12px;
    background: #ffffff;
}

.home_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #f18d00;
}

.home_item1 {
    padding: 3% 0 2.7%;
}

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

.home_item1_box .item {
    width: 31.7%;
}

.home_item1_box .item .img {
    padding-bottom: 69.1%;
}

.home_item1_box .item .tag {
    font-size: 20px;
    color: #333333;
    padding-left: 39px;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 22px;
    background-image: url(../images/lamp.png);
    margin: 18px 0 14px;
    transition: all .3s;
}

.home_item1_box .item .msg {
    color: #999999;
    font-size: 16px;
    padding-left: 39px;
    transition: all .3s;
}

.home_item1_box .item:hover .tag {
    background-image: url(../images/lamp2.png);
    color: #458270;

}

.home_item1_box .item:hover .msg {
    color: #458270;

}

.home_item1_box .item:hover .hover_box1 {
    opacity: 1;
}

.hover_box1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5) url(../images/lamp_bg.png) no-repeat center / auto 95%;
    padding-top: 16.8%;
    transition: all .3s;
    opacity: 0;
}

.hover_box1 .icon {
    width: 33px;
    height: 35px;
    margin: 0 auto;
    background: url(../images/lamp3.png) no-repeat center / 100%;
}

.hover_box1 h4 {
    font-size: 24px;
    color: #ffffff;
    padding-top: 25px;
    font-weight: 500;
    text-align: center;
}

.hover_box1 p {
    padding-top: 15px;
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
    width: 198px;
    margin: 0 auto;
    opacity: 0.8;
}

.home_item2 {
    padding: 2.4% 0 3.7%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.m_title {
    position: relative;
    text-align: center;
}

.m_title .en {
    position: relative;
    margin-bottom: -20px;
    font-size: 42px;
    color: #dddddd;
    opacity: 0.74;
    line-height: 42px;
}

.m_title .cn {
    font-size: 34px;
    color: #458270;
    position: relative;
    z-index: 2;
}

.w100 {
    width: 100%;
}

.home_item2_box {
    display: flex;
    justify-content: space-between;
    padding-top: 3.5%;
}

.home_item2_box .l {
    width: 42.8%;
}

.home_item2_box .r {
    width: 51.2%;
}

.home_item2_box .r .msg {
    padding-top: 25px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.home_item2_box .item_box {
    display: flex;
    padding-top: 12.5%;
}

.home_item2_box .item {
    margin-right: 47px;
}

.home_item2_box .item .num {
    font-size: 42px;
    color: #458270;
    font-weight: 700;
}

.home_item2_box .item .num span {
    font-size: 24px;
    font-weight: 500;
}

.home_item2_box .item .tag {
    font-size: 16px;
    color: #555555;
}

.home_item2_box .r .btn {
    width: 140px;
    display: block;
    margin-top: 56px;
    line-height: 42px;
    text-align: center;
    background-color: #90b0af;
    font-size: 14px;
    color: #ffffff;
}

.home_item3 {
    padding: 4.1% 0 3.8%;
}

.home_item3_box {
    display: flex;
    justify-content: space-between;
    padding-top: 4.2%;
}

.home_item3_box .l {
    width: 42.1%;
}

.lou_box {
    position: relative;
    padding-bottom: 100%;
}

.lou_box .box1 {
    position: absolute;
    width: 55%;
    height: 55%;
    border: 4px solid #3a8870;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #a3bdbc;
    box-sizing: border-box;
    z-index: 0;
}

.lou_box .box2 {
    position: absolute;
    width: 37%;
    height: 37%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #dfe8e8;
    z-index: 1;
}

.lou_box .box3 {
    position: absolute;
    width: 20%;
    height: 20%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #ffffff;
    z-index: 2;
}

.lou_box .logo {
    position: absolute;
    width: 30%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}

.lou_box .item {
    position: absolute;
    width: 23.3%;
    height: 23.3%;
    min-width: 100px;
    min-height: 100px;
    background-image: linear-gradient(0deg,
            #fafafa 0%,
            #ededed 100%),
        linear-gradient(#ffffff,
            #ffffff);
    box-shadow: 0 0 5px 4px #cccccc;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 6;
    cursor: pointer;
    transition: all .3s;
}

.lou_box .item:hover{
    transform: scale(1.1);
}

.lou_box .item .lou {
    background-repeat: no-repeat;
    background-position: top center;
    height: 50px;
    width: 50px;
}

.lou_box .item p {
    font-size: 16px;
    color: #458270;
    text-align: center;
}

.lou_box .item .jxl {
    background-image: url(../images/jxl_icon.png);
    background-size: 31px;
}

.lou_box .item .bgl {
    background-image: url(../images/bgl_icon.png);
    background-size: 41px;
}

.lou_box .item .ssl {
    background-image: url(../images/ssl_icon.png);
    background-size: 33px;
}

.lou_box .item .hds {
    background-image: url(../images/hds_icon.png);
    background-size: 32px;
}

.lou_box .no1 {
    top: 0;
    left:38.34%;
}

.lou_box .no2 {
    top: 38.34%;
    right: 0;
}

.lou_box .no3 {
    bottom: 0;
    left: 38.34%;
}

.lou_box .no4 {
    top: 38.34%;
    left: 0;
}

.home_item3_box .r {
    width: 50.7%;
}

.home_item3_box .r .txt_msg {
    font-size: 18px;
    color: #90b0af;
    line-height: 36px;
    padding: 9.8% 0 11.2%;
    text-indent: 2em;
}

.home_item3_box .r .lou_msg {
    background-color: #ffffff;
    box-shadow: 0px 4px 16px 0px rgba(114, 114, 114, 0.23);
    border: solid 2px #90b0af;
    padding: 35px 60px 40px 54px;
}

.home_item3_box .lou_msg .tag {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.home_item3_box .lou_msg .tag .cn {
    font-size: 36px;
    color: #3a8870;
}

.home_item3_box .lou_msg .tag .en {
    font-size: 14px;
    color: #bac7c3;
    margin-left: 43px;
}

.home_item3_box .lou_msg .msg {
    font-size: 18px;
    color: #999999;
    line-height: 36px;
}

.home_item4 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 3.9% 0 4.2%;
}

.home_item4_box {
    padding-top: 5.3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.home_item4_box::after {
    content: '';
    width: 30.2%;
    height: 0;
}

.home_item4_box .item {
    width: 30.2%;
}

.home_item4_box .item .img {
    padding-bottom: 68.7%;
}

.home_item4_box .item .text {
    background-color: #ffffff;
    padding: 28px 24px 27px;
}

.home_item4_box .item .tag {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 7px;
}

.home_item4_box .item .msg {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
}

.home_item4_box .item .bot {
    margin-top: 13px;
    padding: 25px 9px 0;
    border-top: 1px solid #dcdcdc;
    display: flex;
    align-items: center;
}

.home_item4_box .item .bot .time {
    font-size: 12px;
    color: #848484;
    line-height: 16px;
    padding-left: 25px;
    background: url(../images/time_icon.png) no-repeat center left / 16px;
}

.home_item4_box .item .bot .jt_r {
    width: 12px;
    height: 12px;
    background: url(../images/home_r.png) no-repeat center / 100%;
    margin-left: auto;
}

.home_item4 .btn_box {
    padding-top: 4.2%;
}

.home_item4 .more {
    display: block;
    margin: 0 auto;
    width: 173px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background-color: #90b0af;
}

.head_swiper_box {
    position: relative;
    padding-bottom: 23.4%;
}

.head_swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.head_swiper .img {
    height: 100%;
}

.banner_title {
    position: absolute;
    width: 1400px;
    max-width: 100%;
    bottom: 11%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.banner_title .cn {
    font-size: 36px;
    color: #ffffff;
}

.banner_title .en {
    font-size: 16px;
    color: #3a8870;
    opacity: 0.5;
    padding-left: 36px;
}

.list_type_box {
    padding: 3.6% 0 3%;
}

.cplist_type {
    display: flex;
    justify-content: center;
}

.cplist_type .item {
    padding: 0 3.1%;
    opacity: 0.5;
}

.cplist_type .item.active {
    opacity: 1;
}

.cplist_type .item>div {
    height: 49px;
}

.cplist_type .item .icon1 {
    background: url(../images/cp_icon1.png) no-repeat top 5px center / 31px;;
}

.cplist_type .item .icon2 {
    background: url(../images/cp_icon2.png) no-repeat top 5px center / 31px;;
}

.cplist_type .item .icon3 {
    background: url(../images/cp_icon3.png) no-repeat top 5px center / 31px;;
}
.cplist_type .item .icon4 {
    background: url(../images/cp_icon4.png) no-repeat top 5px center / 31px;;
}
.cplist_type p {
    font-size: 22px;
    color: #3a8870;
}

.cp_list_box {
    padding-bottom: 3.3%;
}

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

.cp_item {
    width: 21.8%;
    margin: 20px 0 71px;
}


.cp_item_zw {
    width: 21.8%;
    height: 0;
}

.cp_item .img {
    padding-bottom: 100%;
    background-size: 100% auto;
    background-color: #fbfbfb;
    border: solid 2px #e5e5e5;
    transition: all .3s;
    box-sizing: border-box;
}

.cp_item:hover .img {
    background-color: #f3f8f6;
    box-shadow: 0px 0px 20px 0px rgba(35, 74, 61, 0.15);
    border: solid 2px #3a8870;
}

.cp_item p {
    font-size: 18px;
    color: #666666;
    padding-top: 36px;
    text-align: center;
    transition: all .3s;
}

.cp_item:hover p {
    color: #3a8870;
}

.paging_box {
    display: flex;
    justify-content: center;
}

.paging_box a {
    font-size: 18px;
    color: #c2d7d0;
    margin: 0 11px;
}

.paging_box a:hover,
.paging_box a.active {
    color: #539681;
}

.cp_info_item1 {
    padding: 3.1% 0 3.3%;
}

.cp_info_head {
    display: flex;
    padding: 16px 0 19px 16px;
    background-color: #f3f8f6;
    border: solid 1px #e5e5e5;
}

.cp_info_head .l {
    width: 588px;
}

.cp_info_head .r {
    flex: 1;
    padding: 45px 15px 20px 6.2%;
}

.cp_swiper {
    overflow: hidden;
    background: #ffffff;
}

.cp_swiper .img {
    padding-bottom: 64.4%;
    background-size: 100% auto;

}

.cp_thumbs_box {
    display: flex;
    padding-top: 22px;
}

.cp_swiper_prev,
.cp_swiper_next {
    width: 44px;
    height: 111px;
    background-color: #3a8870;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    outline: none;
    cursor: pointer;
}

.cp_swiper_prev.swiper-button-disabled,
.cp_swiper_next.swiper-button-disabled {
    background-color: #e3ece9;
}

.cp_swiper_prev.swiper-button-disabled {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAWCAYAAAD0OH0aAAABGklEQVQ4jY3TzSpGURSH8R9RFDMDAx8TAynyMVFGUpRyPW5ASbkT6Q0pyiXIgCgDSj7yTQaUkVYt9XYO533/k3M6+3laa6+zd8vs/ooms4paW5PwAebQ21paKmcn4XesNaqwj3l8YAqXVcJmwl8Yw1V8/E/YwwJeMP0L/yfUEv7EBK7rF4vCLhYTnizCRWEj4e/s+aJUu07YxlIjONKaPQd8hkGcl6iCMJnvb7gvEX8IUzm+GRyivUQVhGeM4Dbl4xJVECKPCb9iOKXOEl0nRB5yP1FpNNvrqBLkERjJPcXzBN1VQiROZrQVlYZy3F1VQiQGEefoCX04RU+VEAl4HDcYwFH82EY37i6nFz+0H+vN3OkYedyJZWz9AHYQPKA+IMdvAAAAAElFTkSuQmCC);
}

.cp_swiper_prev {
    margin-right: 11px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAWCAYAAAD0OH0aAAABGElEQVQ4jY3UTysuYRjH8Q9RFDvJQmzOQsqJx+bIUlFyXo+X4MWgJ06K8hKkOFEWlFD+/1ucEytddamnGc+Y32amme+367rvue7peHn7p2ZW0OyqCe9iDkN1KvzBEp4x812FHczjFdM4qxLWE/6PnziPh+2EbSzgAb8+4XZCM+FY3BQuWl8WhS0sJtwowkVhNeH37Pm0VLtF2MTv7+BIZ/Yc8DFGcVKiCkIj759wXSK+EKZz+2axh+4SVRDuMY6rlA9LVEGI3Cb8iLGUekt0ixC5yfVEpYlsr6dKkCMwnmuK61/0VwmRmMxoKyr9yO3uqxIisRExR3cYxhEGqoRIwJO4xAj248PWOXGDOIjjibW6P4EYmWVsfACH8ERUtqAEqwAAAABJRU5ErkJggg==);
}

.cp_swiper_next.swiper-button-disabled {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAWCAYAAAD0OH0aAAABHklEQVQ4jYXTzypEYRzG8c8IjQ1XYEMRBuVfVmJL2bgLV8DaHbgIG6UUi1lJWQiRP5GNlVL2lCH0yzt1nJk586zeOs/39+d531Naqm71Yx3beNFGHVjDBk7QU2z/A3ZwgwGcobPBlQNeMYs7VHCN7gZnBgjVMIFHjOICXQ3uDBD6wSQeMJ46louA0EeC7jHUrFMeCH2mnaLTWNqpXASE3lMATxjBaT2IVkDoOwXxnMaM6EtFQOgNg6hiOKB2QKiWeTKVwltNOsBKOk+1Aw6xnM6R3FURsJ8xT+NSQUoxxiq+MFc3a/Eyj7FQnxm32Y/5DnVzvKsGcx44ylSeiQWbzRpAb6q8mCr/m7kZsJmpPI/zVuZQLL2LPuylX7S18AsZVzfKFgUsogAAAABJRU5ErkJggg==);
}

.cp_swiper_next {
    margin-left: 11px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAWCAYAAAD0OH0aAAABHklEQVQ4jYXTzypEYRzG8c8IjQ1XYEMRBuVfVrKmbNyFK+A2XISNUoqFlZSFEPkT2VgpZWdhaobQL+/UcWbmzLN66zzf35/nfU/pvVYdxAa28aqDurCOTZyir9j+B+zgFkM4R3eTKwe8YR73qOAGvU3ODBCqYwpPGMcleprcGSD0g2k8YjJ1LBcBoVqCHjDSqlMeCH2mnaLTRNqpXASEqimAZ4zhrBFEOyD0nYJ4SWNG9KUiIPSBYRxhNKBOQKieeTKVwltNOsBqOs90Ag6xks6R3HURsJ8xz+JKQUoxxhq+sNAwa/MyT7DUmBl32Y/5Dg1zvKsmcx44zlSeiwVbzRpAf6q8nCr/m7kVsJWpvIiLduZQLL2LAeylX7S98Avt+zktRo5W+QAAAABJRU5ErkJggg==);
}



.cp_thumbs {
    overflow: hidden;
    flex: 1;
}

.cp_thumbs .img {
    height: 112px;
    background-size: 100% auto;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    box-sizing: border-box;
}

.cp_info_head .r .tag {
    font-size: 36px;
    color: #3a8870;
}

.cp_info_head .r .cptd {
    font-size: 18px;
    color: #3a8870;
    padding: 50px 0 45px;
}

.cp_info_head .r .td_list {
    font-size: 16px;
    color: #666666;
}

.cp_info_head .r .td_list li {
    margin-bottom: 8px;
}

.cp_info_head .r .btn_box {
    display: flex;
    padding-top: 43px;

}

.cp_info_head .r .btn_box a {
    width: 125px;
    border-radius: 24px;
    box-sizing: border-box;
    font-size: 15px;
    text-align: center;
    line-height: 48px;
    margin-right: 20px;
}

.cp_info_head .r .btn_box .xj {
    color: #3a8870;
    background-color: #e3ece9;
    border: solid 1px #3a8870;
    position: relative;
}

.cp_info_head .r .btn_box .xj .img_box{
    position: absolute;
    display: none;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    background: #ffffff;
    z-index: 10;
}

.cp_info_head .r .btn_box .xj:hover .img_box{
    display: block;
}


.cp_info_head .r .btn_box .ggs {
    background-color: #3a8870;
    color: #ffffff;
}

.cp_info_head .r .back {
    display: inline-block;
    font-size: 13px;
    color: #3a8870;
    padding-left: 21px;
    background: url(../images/back_icon.png) no-repeat top 2px left / 12px;
    /* opacity: 0.3; */
    margin-top: 30px;
}

.cp_info_item2 {
    padding-bottom: 4.1%;
}

.cp_info_item2 .title {
    font-size: 18px;
    color: #3a8870;
    padding-left: 58px;
    padding-bottom: 34px;
}

.cp_table {
    display: flex;
    justify-content: space-around;
}

.cp_table table {
    width: 47.7%;
}

.cp_table table tr {
    height: 41px;
    font-size: 14px;
    color: #333333;
}

.cp_table table tr td:first-child {
    width: 33%;
    min-width: 140px;
    padding-left: 43px;
}

.cp_table table tr:nth-child(odd) td {
    background-color: #f7f7f7;
}

.succ_case {
    padding: 3.2% 0 3.9%;
}

.m_title2 {
    text-align: center;
}

.m_title2 .cn {
    font-size: 36px;
    color: #3a8870;
}

.m_title2 .en {
    font-size: 16px;
    color: #becad5;
    margin-top: 6px;
}

.succ_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;
}

.succ_list::after {
    content: '';
    width: 32%;
    height: 0;
}

.succ_list .item {
    width: 32%;
    padding: 20px 0 75px;
}

.succ_list .item .img {
    padding-bottom: 67.8%;
}

.succ_list .item p {
    font-size: 18px;
    color: #666666;
    padding-top: 35px;
    text-align: center;
}

.succ_case_info {
    padding: 0 0 3.9%;
}

.succ_case_info .title {
    font-size: 30px;
    color: #333333;
    padding-bottom: 6.4%;
    text-align: center;
    font-weight: 600;
}

.succ_case_info .content{
    padding-top: 20px;
}

.succ_case_info .content * {
    max-width: 100%;
}

.succ_case_page {
    display: flex;
    justify-content: space-between;
    width: 1014px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 8.5%;
    box-sizing: border-box;
}

.succ_case_page a {
    font-size: 16px;
    color: #999999;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: top 2px left;
    max-width: 35%;
}

.succ_case_page .prev {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAABt0lEQVQ4jY3UT4iOURTH8c88JhQrCztTWIhZYpRSmhWJJKZY+LfHhgylLCjszO7dICvEhkgWKFmQUJONSKGspJjVxIyO9zz1uO/jzdncnnvO+Z57f/ecZ6DT6ShsAJswhlEMpfsjHuE67mO2mTZYQIZxGWsxjSeZFLYMu7EPL7Afb9pAUf0OZnAKE/heFFqIIxjHc2zFw3BUjZME5BvW40wLJE40hbMZ8zVzhmtQaHIp77wZk6VoOIf3GMnviNmSp78SjCqFHcngf0GOZ/WXjf3J9K0JRoB2pbATPYi/ITvxs/BfzNyxKkV+2qJJCZnuKdPVLF52NEBL8K4IOPofkNpCu6H61WYLZ73/A796Ulss+ugzlheuC1iUpwrb2wcYbfFpMBtqTzbbVCNgPNd+sMjZgGtxhRuYi8M9tbqw81noKuYU/kOYF4wqZylm50TdpX1gqxv7q3ASr4JRpdAHs9rdDGiDrcj5CluJe5kTQzxTv0506XYsxrPUZUEBe5t7xxIYsTvqaWhO/wOsSy2iGU/jMT6kfyk2Yj5e40Cuf6z8HwU9dNiWjRhdH7MY9gW3cBO3c2C7ht++NGpqxnWBIgAAAABJRU5ErkJggg==);
}

.succ_case_page .next {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAABpklEQVQ4jZXUT4iNYRTH8c99iCmTpR1lZiFmabJQCquRRhKmLAz2rGiQlahhN3Z3gyzFhshqEs3Cn4yabGRSKCsprITRybn19tw7MznL95zf93ne3/s7b6vdbquqhRGMYRc2ZPsDpnEbj7DQlK2sIEO4iWH8xJMURQ3iCI7hBY7jTS/QbtzHH1zAFH5UB63FKUzgOUbzlkrjJgH5gu24nJCBCvQNl3Lma2qGOqBWvk7cZC/mUrQN85isTcyZPenT9WCUNHY4BXON4Vd54sQSsMk8cCRAh9PYqWrwFw4uA7uW2kMlTX7aw1g5tBQsPJsJRsmczHchFoedrvrvsL50yXrXb3zPTq1Z6Dz82OMzN2sFbmUYr+Bq1Y+gfioZqB3o70J0Q85W/f7UTpfcndU4+Z8QmfJVwSi5S7M4jy2Noa3LQCLR5/AyGCUTPZ43eIjNORi7tGkRSBz4IDUnwvDOF4iUHsC6BJzBGrytAPEsIvAsZ/d3tqG5/fGKsYw38stcxGO8z/5G7EQfXuNoc6Xq/1EMhDf7MoSR+tjFqM+4izu4l5b8K/wFaPVoxhvplKUAAAAASUVORK5CYII=);
}

.succ_case_page .prev:hover {
    color: #3a8870;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAABuUlEQVQ4jY3Uz4uPURTH8dc8JhQrCztTWIhZYtSU0qxIJDHFwq+9HwsylLKgxuzMH4CsEBsiWaBkQUJNNiKFspJiVhMzOr7nqcf9Pr45m9tzzznvc+/nnvP0DY8fU1gfNmMUIxhI90c8wnXcx1wzrb+ADOIy1mMGTzIpbAX2YD9e4ADetIGi+h3M4gwm8b0otBhHMYbn2IaH4agaJwnINwzjXAskTjSN8xnzNXMGa1BocinvvAVTpWgYx3sM5XfEbM3TXwlGlcIOZfC/ICez+svG/lT61gUjQLtT2MkuxN+QXfhZ+C9m7miVIj9t0aSEzHSV6WgWLzsSoGV4VwQc/w9IbaHdQP1qc4Wz3v+BX12pLRZ99BkrC9cEluSpwvb1AEZbfOrPhtqbzTbdCBjLtRcscjbiWlzhBubjSFetDuxCFrqKeYX/MBYEo8pZitk5VXdpD9jaxv4anMarYFQp9KGsdjcD2mCrcr7CVuNe5sQQz9avE126A0vxLHVZVMDe5t6JBEbsznoamtP/ABtSi2jGs3iMD+lfjk1YiNc4mOsfK/9HQQ8dtmcjRtfHLIZ9wS3cxO0c2I7hN62xadGYMgQKAAAAAElFTkSuQmCC);
}

.succ_case_page .next:hover {
    color: #3a8870;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAABp0lEQVQ4jZXUz4uOYRTG8c97E8pkaUcxC41ZmiymFFYjjSYxysKvPVnQICtRL7vxBzBZig2R1STTLPwINdnIpFBWUlgJo5Pz1tP9vjOTs3zOub73/VzPdZ7WcPu0qloYwSHswsZsf8A0buMRFpqylRVkEFMYwk88SVFUPw7jGJ7jON70Au3GffzBRUziR3XQOpzCBJ5hNG+pNG4SkC8YxpWEbK5A33A5Z76mZrADauXrxE32Yi5F2zGPdm1izuxJn24Eo6SxQymYawy/zBMnloC188CRAI2nsZPV4C8cWAZ2PbUHS5o808NYObQULDybDUbJnMx3IRaHnan677ChdMl61298z06tWeg8/NjjMzdrBW5lGK/iWtWPoH4qGagd6OtCdEPOVf2+1E6X3J3VOPmfEJnyVcEouUuvcAFbG0PbloFEos/jRTBKJvpo3uAhBnIwdmnLIpA48EFqToThnS8QKd2P9Qk4i7V4WwHiWUTgac6Odbahuf3xirGMN/PLXMJjvM/+JuzEGrzGkeZK1f+jGAhv9mUII/Wxi1GfcRd3cC8t+Vf4C1hyaC05Xn/xAAAAAElFTkSuQmCC);
}

.service_type_box {
    border-bottom: 1px solid #e5e5e5;
}

.service_type {
    display: flex;
}

.service_type a {
    width: 190px;
    line-height: 67px;
    text-align: center;
    color: #999999;
    font-size: 20px;
}

.service_type a:hover,
.service_type a.active {
    background-color: #90b0af;
    color: #ffffff;
}

.lxwm_item1 {
    padding: 4.16% 0 4.4%;
}

.lxwm_box {
    width: 1208px;
    max-width: 100%;
    margin: 47px auto 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 15px -3px #999999;
    display: flex;
    font-size: 0;
}

.lxwm_box .l {
    width: 50%;
}

.lxwm_box .r {
    width: 50%;
    box-sizing: border-box;
    padding: 33px 15px 10px 50px;
}

.lxwm_item {
    font-size: 18px;
    color: #333333;
    padding-left: 46px;
    margin-bottom: 32px;
}


.lxwm_item.em {
    background: url(../images/lxwm_em.png) no-repeat top 4px left / 22px;
}

.lxwm_item.wx {
    background: url(../images/lxwm_wx.png) no-repeat top 3px left / 23px;
}

.lxwm_item.phone {
    background: url(../images/lxwm_phone.png) no-repeat top 3px left / 22px;
}

.lxwm_item.fax {
    background: url(../images/lxwm_fax.png) no-repeat top 3px left / 19px;
}

.lxwm_item.dz {
    background: url(../images/lxwm_wz.png) no-repeat top 3px left / 17px;
    margin-bottom: 25px;
}

.lxwm_item.qr {
    background: url(../images/lxwm_qr.png) no-repeat top 15px left / 21px;
    margin: 0;
}

.lxwm_item.qr img {
    width: 149px;
    margin-right: 20px;
}

.shzc_box {
    padding: 3.8% 0 5.7%;
}

.shzc_box .tips {
    line-height: 26px;
    font-size: 16px;
    color: #333333;
    padding: 40px 0;
    width: 470px;
    max-width: 100%;
    margin: 0 auto;
    /* text-align: center; */
}

.shzc_item {
    display: flex;
    width: 825px;
    max-width: 100%;
    margin: 0 auto 20px;
    position: relative;
}

.shzc_item .l {
    position: relative;
    width: 98px;
    text-align: center;
    background-color: #3a8870;
}

.shzc_item .l::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 25px solid #ffffff;
    border-left: 49px solid transparent;
    border-right: 49px solid transparent;
    border-bottom: 25px solid transparent;
}

.shzc_item .l::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 25px solid #3a8870;
    border-left: 49px solid transparent;
    border-right: 49px solid transparent;
    border-bottom: 25px solid transparent;
}

.shzc_item .l span {
    position: absolute;
    top: 50%;
    font-size: 18px;
    color: #ffffff;
    width: 100%;
    left: 0;
    text-align: center;
}

.shzc_item .r {
    flex: 1;
    background-color: #f5faf8;
    border-radius: 0px 11px 11px 0px;
    border: solid 1px #3a8870;
    padding: 17px 30px 12px 38px;
}

.shzc_item .r ul {
    font-size: 14px;
    color: #333333;

}

.shzc_item .r ul li {
    line-height: 28px;
    list-style-type: decimal;
}

.shzc_box .shzc_item:nth-of-type(1) {
    z-index: 10;
}

.shzc_box .shzc_item:nth-of-type(2) {
    z-index: 9;
}

.shzc_box .shzc_item:nth-of-type(3) {
    z-index: 8;
}

.shzc_box .shzc_item:nth-of-type(4) {
    z-index: 7;
}

.shzc_box .shzc_item:nth-of-type(5) {
    z-index: 6;
}

.shzc_box .shzc_item:nth-of-type(6) {
    z-index: 5;
}

.shzc_box .shzc_item:nth-of-type(7) {
    z-index: 4;
}

.shzc_box .shzc_item:nth-of-type(8) {
    z-index: 3;
}

.shzc_box .shzc_item:nth-of-type(9) {
    z-index: 2;
}

.shzc_box .shzc_item:nth-of-type(10) {
    z-index: 1;
}

.solution_box .wrap {
    padding-top: 4.4%;
    padding-bottom: 6.5%;
}

.solution_list4 {
    padding-top: 4.2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.solution_list4 .item {
    width: 22.5%;

}

.solution_list4 .item .img {
    padding-bottom: 96.2%;
}

.solution_list4 .item p {
    font-size: 18px;
    color: #666666;
    text-align: center;
    padding-top: 35px;
}

.solution_box2 .wrap {
    padding-top: 4.4%;
    padding-bottom: 4.9%;
}

.solution_box2 .m_title2 {
    padding-bottom: 2.5%;
}

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

.solution_list3::after{
    content: '';
    width: 32%;
    height: 0;
}

.solution_list3 .item {
    width: 32%;
    padding: 8px 0 86px;
}

.solution_list3 .item .img {
    padding-bottom: 68.3%;
}

.solution_list3 .item p {
    font-size: 18px;
    color: #666666;
    text-align: center;
    padding-top: 35px;
}


.solution_info {
    padding: 5.2% 0 5.3%;
}

.solution_info .title {
    font-size: 30px;
    color: #333333;
    font-weight: 600;
    padding-bottom: 4.2%;
    text-align: center;
}

.solution_info .content * {
    max-width: 100%;
}

.gcsp_box {
    padding: 4.8% 0 3.7%;
}

.gcsp_video {
    position: relative;
    padding-bottom: 53.2%;
    background: #000;
    margin-top: 40px;
}

.gcsp_video video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    outline: none;
}

.gcsp_box h4 {
    font-size: 24px;
    color: #333333;
    padding: 60px 0 10px;
}

.gcsp_box .msg {
    font-size: 16px;
    line-height: 32px;
    color: #999999;
}

.gcsp_list {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    flex-wrap: wrap;
}

.gcsp_list .item {
    width: 17.8%;
    position: relative;
}

.gcsp_list .item_zw {
    width: 17.8%;
    height: 0;
}

.gcsp_list .item .img {
    padding-bottom: 63.2%;
}

.gcsp_list .item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.gcsp_list .item::after {
    content: '';
    position: absolute;
    z-index: 2;
    width: 7.6%;
    padding-bottom: 7.6%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/play_icon.png) no-repeat center / 100%;
}

.zhfc_box {
    padding: 4.8% 0 36px;
}

.zhfc_list {
    display: flex;
    justify-content: space-between;
    padding-top: 4.2%;
    display: flex;
    flex-wrap: wrap;
}

.zhfc_list .item_zw {
    width: 23.3%;
    height: 0;
}

.zhfc_list .item {
    width: 23.3%;
    padding-bottom: 4%;
}

.zhfc_list .item .img {
    padding-bottom: 61.1%;
    border-radius: 10px;
}

.zhfc_list .item p {
    font-size: 16px;
    color: #333333;
    padding-top: 20px;
    padding-left: 7px;
}

.ryrz_list {
    padding-top: 6.2%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ryrz_list .item {
    width: 21.5%;
    padding-bottom: 59px;
}

.ryrz_list .item_zw {
    width: 21.5%;
    height: 0;
}

.ryrz_list .item .img {
    padding-bottom: 70.5%;
    box-shadow: 0 0 20px 0 #999999;
}

.ryrz_list .item p {
    padding-top: 22px;
    font-size: 14px;
    color: #3a8870;
    text-align: center;
}

.about_us1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 4.7%;
}

.about_us1 .l {
    width: 39.2%;
}

.about_us1 .img_box {
    background-color: #90b0af;
}

.about_us1 .img_box img {
    transform: translate(5.4%, 6.4%);
}

.about_us1 .r {
    width: 52%;
    padding-top: 30px;
    line-height: 40px;
    font-size: 16px;
}

.about_us1 .r p {
    color: #69887e;
    text-indent: 2em;

}

.about_us2 {
    padding-top: 6.2%;
}

.about_us2 img {
    width: 100%;
}


.fzlc_box {
    background: url(../images/fzlc_bg.png) no-repeat center / cover;
}

.fzlc_swiper {
    height: 712px;
    overflow: hidden;
}

.fzlc_page {
    padding: 4.8% 0 0;
}

.fzlc_page .m_title2 {
    padding-bottom: 3.4%;
}

.company_history {
    height: 100%;
    padding: 373px 0 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
}

.company_history::before {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #438f74;
    opacity: 0.5;
    width: 100%;
    top: 50%;
}

.fzlc_swiper .swiper-wrapper .swiper-slide:nth-child(even) .company_history {
    flex-direction: column-reverse;
    padding: 20px 0 373px;

}

.company_history .icon {
    position: absolute;
    width: 36px;
    height: 36px;
    background-color: #f2fdf9;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    border: solid 1px #438f74;
    left: 0;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
}

.company_history .year {
    font-size: 18px;
    color: #438f74;
    font-weight: 600;
    padding: 27px 0;
}

.company_history .content {
    height: 300px;
    overflow: auto;

}

.fzlc_swiper .swiper-wrapper .swiper-slide:nth-child(even) .company_history .content {
    display: flex;
    flex-direction: column-reverse;
}

.fzlc_swiper .swiper-wrapper .swiper-slide:nth-child(even) .company_history .content .item:first-child {
    margin: 0;
}

.company_history .content::-webkit-scrollbar {
    width: 2px;
    height: 8px;
}


.company_history .content::-webkit-scrollbar-thumb {
    border-radius: 100px;
    -webkit-box-shadow: inset 0 0 5px #3a8870;
    background: #dcdcdc;
}


.company_history .content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: transparent;
}

.company_history .content .item {
    margin-bottom: 30px;
}

.company_history .content h4 {
    font-size: 12px;
    color: #438f74;
    font-weight: 600;
    line-height: 24px;
}

.company_history .content p {
    font-size: 12px;
    color: #87b1a2;
    line-height: 24px;
}

.qywh_box {
    padding: 7.1% 0 0;
}

.qywh_item1 {
    position: relative;
    font-size: 18px;
    color: #69887e;
    line-height: 40px;
    padding: 28px 45px;
    /* text-align: center; */
    width: 1230px;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.qywh_item1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 18px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAASCAYAAACuLnWgAAABGUlEQVQ4jZ2VwRGCMBRE14wFWAIdaAdqBdqBeOTklRPOcKIDjloCdqAdaAeUYAkOggayWTL6jpv987P5IUzgISmyFatAmeZXEjuSIosARLQA1FOPOQZwIitQAZBNuhrf5vaGJOBISsuFFLuxlWjw3pxxzLGIjC6J4iD0qkzzp5tkR7aWe2Mm1c5iSwst7/TGMavI8qhGUuAzw36SoFkQ+2XUZZrXbhNlllc3KbLmmGa04GzM/GL2sGHpy2PQJGC+k2JRAx/UfZqogaO/oz6B9IMjNkmRLUa+jYaalJYlKaLGBFLIoQfqqMmcLMLssCDFcnObjJm9TdQrrQg1+ZfBjfS9wn2871Vojm5d8z9Zj5jVTM6Bj9QmAfACGXRHsJGE/rgAAAAASUVORK5CYII=) no-repeat center / 100%;
}

.qywh_item1::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25px;
    height: 18px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAASCAYAAACuLnWgAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFFmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDggNzkuMTY0MDM2LCAyMDE5LzA4LzEzLTAxOjA2OjU3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIwLTA5LTAzVDE0OjEwOjEyKzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMC0wOS0wM1QxNDoxMTo1MSswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMC0wOS0wM1QxNDoxMTo1MSswODowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxYWZhZjNlNC0yZDUzLTY0NGUtODJjMy00YTNmNzk5ZDY0OTUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MWFmYWYzZTQtMmQ1My02NDRlLTgyYzMtNGEzZjc5OWQ2NDk1IiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MWFmYWYzZTQtMmQ1My02NDRlLTgyYzMtNGEzZjc5OWQ2NDk1Ij4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDoxYWZhZjNlNC0yZDUzLTY0NGUtODJjMy00YTNmNzk5ZDY0OTUiIHN0RXZ0OndoZW49IjIwMjAtMDktMDNUMTQ6MTA6MTIrMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4wIChXaW5kb3dzKSIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5W2FRYAAABDklEQVQ4jZ2UvXHDMAyFP+s8gEfQBtEGtieI19AGrHQxK3W5VGyVDewJwmyQbKARMkIK/0RiiEfbqMSHh/sASsKCSbR9twIa7BiD82Mqtn1XA7VVtEzODfAhIHvgJaO/AjurqErOKwEAiIYu61JIU4A8El8pREZwPhqp+h7IWplFTkG+U4gyx5zY9t1G1ADEeyCfhq5qxuD833UVOvoJzh+M3JOoizD/uhphtgClumMKUR0dRW5j6Nfpp5CiOY3CFQ+Xh+psrrFf4GDoqjGAtxnkVnMmng09ThfpBWKZD7mtC8WN/T49VGfzzjCrKayaMTg/zCDCHMWuAnv6fSosOf0w21xHAgCnKf9NmmvsF1wMRnDuBWIKAAAAAElFTkSuQmCC);
}

.qywh_list {
    width: 1215px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    flex-wrap: wrap;
    padding-top: 7.6%;
}

.qywh_list .item {
    width: 47.1%;
    display: flex;
    margin-bottom: 58px;
}

.qywh_list .item .l {
    width: 33.6%;
    font-size: 0;
}

.qywh_list .item .l img {
    width: 100%;
}

.qywh_list .item .r {
    flex: 1;
    border: solid 1px #90b0af;
    box-sizing: border-box;
    border-left: none;
    padding: 40px 20px 10px 44px;
}

.qywh_list .item .r h4 {
    font-size: 24px;
    color: #3a8870;
    margin-bottom: 30px;
}

.qywh_list .item .r p {
    color: #3a8870;
    font-size: 18px;
    line-height: 26px;
}

.news_box .wrap {
    padding-top: 5%;
    padding-bottom: 4.2%;
}

.news_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 5.2%;
}

.news_list .item {
    width: 23.2%;
    margin-bottom: 60px;
}

.news_list .item_zw {
    width: 23.2%;
    height: 0;
}

.news_list .item .img {
    padding-bottom: 61.8%;
    border-radius: 10px;
}

.news_list .item h4 {
    padding-top: 20px;
    font-size: 16px;
    color: #333333;
}

.news_list .item p {
    padding-top: 10px;
    font-size: 12px;
    color: #7c7c7c;
    line-height: 24px;
}

.news_list .item .date {
    font-size: 12px;
    color: #999999;
    text-align: right;
    padding-top: 20px;
}

.news_info {
    padding-bottom: 55px;
}

.news_info_head {
    padding: 4.8% 15px 35px;
    border-bottom: 1px solid #e5e5e5;
}

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

.news_info_msg {
    display: flex;
    justify-content: center;
    padding-top: 28px;
}

.news_info_msg p {
    min-width: 120px;
    font-size: 14px;
    color: #999999;
}

.news_content {
    width: 887px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 3.7%;
}

.news_content * {
    max-width: 100%;
}

.expo_mask {
    position: fixed;
    z-index: -1;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

.expo_mask.show {
    z-index: 1000;
    visibility: visible;
}

.expo_box {
    position: absolute;
    width: 1004px;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.expo_banner {
    overflow: hidden;
}

.expo_banner .img {
    padding-bottom: 61.6%;
}


.expo_banner .swiper-pagination-bullet {
    background: transparent;
    opacity: 1;
    width: 10px;
    height: 10px;
    border: solid 1px #ffffff;
    border-radius: 50%;
}

.expo_banner .swiper-pagination-bullet-active {
    background-color: #ffffff;
}

.expo_mask_hide {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 33px;
    height: 33px;
    border: solid 1px #ffffff;
    background: url(../images/cha_icon.png) no-repeat center / 13px;
    border-radius: 50%;
    cursor: pointer;
}

@media (max-width: 1430px) {
    .wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
}


@media (max-width: 1400px) {
    .foot_msg {
        padding: 24px 15px;
    }
}




@media (max-width: 1224px) {
    .foot_top {
        flex-wrap: wrap;
    }

    .foot_list {
        width: 100%;
        flex: none;
        box-sizing: border-box;
        padding: 0 15px 20px;
    }

    .foot_list_item {
        width: 16.6%;
    }

    .foot_link {
        width: 50%;
        padding-left: 15px;
        margin: 0;
    }

    .foot_contact {
        width: 45%;
        padding: 0 15px;
        box-sizing: border-box;
    }
}

@media (max-width: 1000px) {
    .expo_mask_hide {
        top: -40px;
        right: 20px;
        width: 24px;
        height: 24px;
        background: url(../images/cha_icon.png) no-repeat center / 9px;
    }

    .cp_info_head {
        flex-wrap: wrap;
        padding: 15px;
    }

    .cp_info_head .l {
        width: 100%;
        margin: 0 auto;
    }

    .cp_item {
        width: 31%;
    }

    .cp_item_zw {
        width: 31%;
    }

}


@media (max-width: 768px) {
    .cp_info_head .r .btn_box .xj{
        display: none;
    }
    .fzlc_swiper {
        width: 95%;
        margin: 0 auto;
        height: 500px;
    }

    .company_history::before {
        top: 40px;
    }

    .company_history .icon {
        top: 40px;
    }

    .company_history {
        padding: 44px 20px !important;
        display: block !important;
    }

    .company_history .content {
        display: block !important;
    }

    .news_info_head {
        padding-bottom: 20px;
    }

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

    .news_info_msg {
        padding-top: 12px;
    }

    .news_content {
        padding: 20px 15px;
        box-sizing: border-box;
    }

    .news_list {
        justify-content: space-around;
    }

    .news_list .item {
        width: 45%;
    }

    .news_list .item_zw {
        width: 45%;
    }

    .qywh_item1 {
        width: 95%;
        margin: 0 auto;
        font-size: 14px;
        line-height: 32px;
        padding: 25px 30px;
    }

    .qywh_list .item {
        width: 95%;
        margin: 0 auto 30px;
    }

    .qywh_list .item .r {
        padding: 15px;
    }

    .qywh_list .item .r h4 {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .qywh_list .item .r p {
        font-size: 14px;
    }

    .about_us1 .l {
        width: 85%;
        margin: 0 auto;
    }

    .about_us1 .r {
        width: 100%;
        padding: 45px 15px 15px;
        box-sizing: border-box;
        line-height: 34px;
    }

    .about_us2 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .ryrz_list .item {
        width: 95%;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .ryrz_list .item p {
        padding-top: 9px;
    }

    .zhfc_list .item {
        width: 95%;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .zhfc_list .item p {
        padding-top: 9px;
    }

    .gcsp_box {
        padding-left: 15px;
        padding-right: 15px;
    }

    .gcsp_video {
        margin: 20px auto 0;
    }

    .gcsp_box h4 {
        font-size: 18px;
        padding: 22px 0 10px;
    }

    .gcsp_box .msg {
        font-size: 14px;
        line-height: 26px;
    }

    .gcsp_list {
        padding-top: 24px;
    }

    .gcsp_list .item {
        width: 100%;
        margin-bottom: 30px;
    }

    .solution_list3 .item {
        width: 95%;
        margin: 0 auto;
        padding: 8px 0 30px;
    }

    .solution_list3 .item p {
        padding-top: 13px;
    }

    .solution_list4 .item {
        width: 47%;
        margin: 0 auto 20px;
    }

    .solution_list4 .item p {
        padding-top: 13px;
    }

    .shzc_box .tips {
        line-height: 26px;
        font-size: 14px;
        padding: 20px 15px;
        box-sizing: border-box;
    }

    .shzc_item {
        width: 95%;

    }

    .shzc_item .l {
        width: 74px;
    }

    .shzc_item .l::before {
        border-top: 20px solid #ffffff;
        border-left: 37px solid transparent;
        border-right: 37px solid transparent;
        border-bottom: 20px solid transparent;
    }

    .shzc_item .l::after {
        border-top: 20px solid #3a8870;
        border-left: 37px solid transparent;
        border-right: 37px solid transparent;
        border-bottom: 20px solid transparent;
        bottom: -40px;
    }

    .shzc_item .l span {
        font-size: 12px;
    }

    .shzc_item .r {
        padding: 15px 10px 15px 20px;
    }

    .shzc_item .r ul {
        font-size: 12px;
    }

    .service_type a {
        width: 120px;
        line-height: 40px;
        font-size: 14px;
    }

    .m_title2 .cn {
        font-size: 18px;
    }

    .m_title2 .en {
        font-size: 12px;
        margin: 0;
    }

    .lxwm_box {
        flex-wrap: wrap;
        width: 95%;
        margin: 30px auto 0;
    }

    .lxwm_box .l {
        width: 100%;

    }

    .lxwm_box .r {
        width: 100%;
        padding: 15px;
    }

    .lxwm_item.qr img {
        width: 110px;
    }

    .succ_case_info .title {
        font-size: 18px;
        padding: 0 10px 20px;
    }

    .succ_case_info .content {
        padding: 0 10px;
    }

    .succ_case_page {
        padding: 6px;
    }

    .succ_case_page a {
        background-position:top left;
        font-size: 12px;
        background-size: 15px;
        padding-left: 20px;
    }

    .succ_list .item {
        width: 95%;
        margin: 0 auto;
        padding: 20px 0;
    }

    .succ_list .item p {
        padding-top: 15px;
    }

    .succ_case .paging_box {
        padding: 20px 0;
    }

    .cp_thumbs_box {
        display: none;
    }

    .cp_info_head .r {
        padding: 20px 0;
    }

    .cp_info_head .r .tag {
        font-size: 22px;
    }

    .cp_info_head .r .cptd {
        font-size: 16px;
        padding: 17px 0 25px;
    }

    .cp_info_head .r .td_list {
        font-size: 12px;
    }

    .cp_info_head .r .btn_box {
        padding-top: 28px;
    }

    .cp_info_head .r .btn_box a {
        line-height: 36px;
        border-radius: 18px;
        width: 114px;
        font-size: 14px;
    }

    .cp_info_item2 .title {
        padding-left: 19px;
        padding-bottom: 19px;
    }

    .cp_table {
        flex-wrap: wrap;
    }

    .cp_table table {
        width: 100%;
    }

    .cp_table table tr {
        font-size: 12px;
        height: 35px;
    }

    .cp_table table tr td:first-child {
        padding-left: 16px;
        min-width: 120px;
    }

    .banner_title {
        padding-left: 15px;
    }

    .banner_title .cn {
        font-size: 20px;
    }

    .banner_title .en {
        font-size: 12px;
        padding-left: 14px;
    }

    .cplist_type .item>div {
        height: 39px;
    }

    .cplist_type p {
        font-size: 14px;
    }

    .list_type_box {
        padding: 20px 0
    }

    .cp_list_box {
        padding-bottom: 30px;
    }

    .cp_list {
        justify-content: space-around;
    }

    .cp_item {
        width: 48%;
        margin: 10px 0 25px;
    }

    .cp_item p {
        padding-top: 17px;
    }

    .cp_item_zw {
        width: 48%;
    }

    .wrap {
        padding: 0;
    }

    .m_title .en {
        font-size: 28px;
    }

    .m_title .cn {
        font-size: 24px;
    }

    .home_item1_box {
        flex-wrap: wrap;
    }

    .home_item1_box .item {
        width: 95%;
        margin: 0 auto 20px;
    }

    .home_item1_box .item .tag {
        font-size: 18px;
        margin: 10px 0 10px;
    }

    .home_item1_box .item .msg {
        font-size: 14px;
    }

    .home_item2_box {
        flex-wrap: wrap;
    }

    .home_item2_box .l {
        width: 95%;
        margin: 0 auto;
    }

    .home_item2_box .r {
        width: 100%;
        box-sizing: border-box;
        padding: 15px;
    }

    .home_item2_box .r .msg {
        padding: 0;
        line-height: 24px;
    }

    .home_item2_box .item_box {
        justify-content: space-between;
    }

    .home_item2_box .item {
        margin: 0;
    }

    .home_item2_box .item .num {
        font-size: 22px;
    }

    .home_item2_box .item .num span {
        font-size: 12px;
    }

    .home_item2_box .item .tag {
        font-size: 14px;
    }

    .home_item2_box .r .btn {
        margin-top: 25px;
    }

    .home_item3_box {
        flex-wrap: wrap;
    }

    .home_item3_box .l {
        width: 95%;
        margin: 0 auto;
    }

    .home_item3_box .r {
        width: 100%;
        box-sizing: border-box;
        padding: 15px;
    }

    .home_item3_box .r .lou_msg {
        padding: 15px;
    }

    .home_item3_box .lou_msg .tag {
        margin-bottom: 14px;
    }

    .home_item3_box .lou_msg .tag .cn {
        font-size: 24px;
    }

    .home_item3_box .lou_msg .tag .en {
        margin-left: 35px;
    }

    .home_item3_box .lou_msg .msg {
        font-size: 15px;
        line-height: 31px;
    }

    .home_item4_box .item {
        width: 95%;
        margin: 0 auto 25px;
    }

    .m_header {
        display: block;
    }

    .pc_head {
        display: none;
    }

    /* 底部列表 */
    .foot_list {
        width: 100%;
        display: block;
        overflow: hidden;
        padding: 0;
    }

    .foot_list_item {
        width: 100%;
    }

    .foot_list_item .title {
        padding: 16px;
        display: block;
        margin-bottom: 0;
        line-height: 1.15;
        background: transparent;
        height: auto;
        -webkit-transform: none;
        transform: none;
        font-size: 16px;
        cursor: pointer;
    }

    .foot_list_item .foot_icon {
        display: inline-block;
    }

    .foot_list_item.active .foot_icon {
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }

    .foot_list_item a {
        overflow: hidden;
        height: 0;
        -webkit-transform: translate(100%);
        transform: translate(100%);
        margin: 0;
    }

    .foot_list_item.active a {
        display: block;
        height: auto;
        min-height: 40px;
        line-height: 22px;
        background: #444;
        border-top: 1px solid #262626;
        padding-top: 8px;
        padding-left: 8px;
        margin-top: -1px;
        -webkit-transform: translate(0);
        transform: translate(0);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .foot_list_item a:nth-of-type(1) {
        -webkit-transition: .2s .1s;
        transition: .2s .1s;
    }

    .foot_list_item a:nth-of-type(2) {
        -webkit-transition: .25s .15s;
        transition: .25s .15s;
    }

    .foot_list_item a:nth-of-type(3) {
        -webkit-transition: .3s .2s;
        transition: .3s .2s;
    }

    .foot_list_item a:nth-of-type(4) {
        -webkit-transition: .35s .25s;
        transition: .35s .25s;
    }

    .foot_list_item a:nth-of-type(5) {
        -webkit-transition: .4s .3s;
        transition: .4s .3s;
    }

    .foot_list_item a:nth-of-type(6) {
        -webkit-transition: .45s .35s;
        transition: .45s .35s;
    }

    .foot_list_item a:nth-of-type(7) {
        -webkit-transition: .5s .4s;
        transition: .5s .4s;
    }

    .foot_list_item a:nth-of-type(8) {
        -webkit-transition: .55s .45s;
        transition: .55s .45s;
    }

    .foot_list_item a:nth-of-type(9) {
        -webkit-transition: .6s .5s;
        transition: .6s .5s;
    }

    .foot_list_item a:nth-of-type(10) {
        -webkit-transition: .6.5s .5.5s;
        transition: .6.5s .5.5s;
    }

    /* 底部列表结束 */

    .foot_link {
        width: 100%;
        padding-top: 20px;
    }

    .foot_contact {
        width: 100%;
        padding-top: 20px;
    }

    .foot_contact .item {
        margin-bottom: 21px;
    }

    .foot_qr {
        margin: 0 auto;
    }

    .foot_msg {
        flex-wrap: wrap;
        padding: 15px;
    }

    .foot_msg p {
        width: 100%;
        text-align: center;
        font-size: 12px;
    }
}

@media (max-width: 500px) {
    .news_list .item {
        width: 95%;
        margin: 0 auto 30px;
    }

    .news_list .item .date {
        padding-top: 10px;
    }

    .solution_list4 .item {
        width: 95%;
    }

    .cp_item {
        width: 96%;
    }

    .cp_item_zw {
        width: 96%;
    }

}