@import 'base.css';

* {
    font-family: '微软雅黑';
}

body {
    position: relative;
    min-height: 100vh;
}

/* .footer {
position: absolute;
left: 0;
right: 0;
bottom: 0;
z-index: 999;
} */

.nav_content {
    width: 1440px;
    margin: 0 auto;
}

.Mcontent {
    width: 1200px;
    margin: 0 auto;
}

.nav_list .Pc_nav_list {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
}

.nav_list .Pc_nav_list .nav_header {
    background: #16aa35;
    /* background-image: url("../image/nav_bg.jpg"); */
    background-size: cover
}

.nav_list .Pc_nav_list .nav_header .nav_tel {
    float: left;
    font-size: 18px;
    color: #fff
}

.nav_list .Pc_nav_list .nav_header .nav_list {
    float: right;
}

.nav_list .Pc_nav_list .nav_header .nav_list .list {
    margin-left: 30px;
    max-width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav_list .Pc_nav_list .nav_header .nav_list .list p {
    display: none;
}

.nav_list .Pc_nav_list .nav_header .nav_tel .tel_icon {
    display: inline-block;
    width: 12px;
    line-height: 34px;
    margin-right: 10px;
}

.nav_list .Pc_nav_list .nav_header .nav_tel .tel_icon img {
    width: 100%;
}

.nav_list .Pc_nav_list .nav_header .nav_list p {
    font-size: 14px;
    line-height: 34px;
    color: #fff
}

.nav_list .Pc_nav_list .nav_header .nav_list p a {
    color: #fff
}

.nav_list .Pc_nav_list .nav {
    background: #fff;
}

.nav_list .Pc_nav_list .nav ul {
    display: flex;
    display: -webkit-flex;

    justify-content: space-between;
    align-items: center;
}

.nav_list .Pc_nav_list .nav ul li {
    padding: 30px 0;
    position: relative;
}

.nav_list .Pc_nav_list .nav ul li a {
    font-size: 18px;
    color: #333333;
    line-height: 22px;
    padding: 14px 0;
    position: relative;
    font-weight: bold;
}


.nav_list .Pc_nav_list .nav ul li a:hover::after {
    width: 100%;
}

.nav_list .Pc_nav_list .nav ul li.active>a {
    color: #089e2f;
}

.nav_list .Pc_nav_list .nav ul li.active a:after {
    width: 100%;
}

.nav_list .Pc_nav_list .nav ul li .nav_logo {
    width: 86px;
}

.nav_list .Pc_nav_list .nav ul li .nav_logo img {
    width: 100%;
}

.nav_list .Pc_nav_list .nav ul li .nav_sub {
    position: absolute;
    top: 82px;
    left: 50%;
    transform: translateX(-50%);

    overflow: hidden;
    padding: 6px;
    padding-top: 0;

}

.nav_list .Pc_nav_list .nav ul li .nav_sub .nav_list_le {
    width: 140px;
    border-top: 3px solid #04aa2e;
    box-shadow: 0 0 6px 0px rgb(0 0 0 / 20%);
    background: #fff;
    /* padding: 10px; */
    /* background: #fff; */
}



.nav_list .Pc_nav_list .nav ul li:nth-of-type(3) .nav_sub .nav_list_le {
    width: 200px;
}


.nav_list .Pc_nav_list .nav ul li:nth-of-type(5) .nav_sub .nav_list_le {
    width: 210px;
}




.nav_list .Pc_nav_list .nav ul li .nav_sub .nav_list_ri {
    float: left;
    width: calc(100% - 230px);
    background: #f5f5f5;
    position: relative;
    padding: 50px 0;
    padding-bottom: 110px;
    padding-left: 100px;
    padding-right: 50px;
}

.nav_list .Pc_nav_list .nav ul li .nav_sub .nav_list_le ul {
    display: block;
}

.nav_list .Pc_nav_list .nav ul li .nav_sub .nav_list_le ul li a {
    font-size: 14px;
    line-height: 18px;
    /* font-weight: bold; */
    text-align: center;
}
.nav_list .Pc_nav_list .nav ul li:nth-child(2) .nav_sub .nav_list_le ul li:nth-child(1) a {
    padding: 13px 15px !important;
}

/* .nav_list .Pc_nav_list .nav ul li:nth-child(4) .nav_sub .nav_list_le ul li:nth-child(1) a {
    padding: 13px 13px !important;
} */

.nav_list .Pc_nav_list .nav ul li .nav_sub .nav_list_le ul li {
    position: relative;
    padding: 0px;
}

.nav_list .Pc_nav_list .nav ul li .nav_sub .nav_list_le ul li+li {
    border-top: 1px solid rgba(33, 170, 60, 0.7);
}


.nav_list .Pc_nav_list .nav ul li .nav_sub .nav_list_le ul li a::after {
    width: 0;
}

.nav_list .Pc_nav_list .nav ul li .nav_sub .nav_list_ri.active {
    opacity: 1;
}

.nav_list .Pc_nav_list .nav ul li .nav_sub .nav_list_ri .text h1 {
    font-size: 14px;
    color: #333;
    line-height: 1.75;
    padding-right: 100px;
}

.nav_list .Pc_nav_list .nav ul li .nav_sub .nav_list_ri .text {
    float: left;
    width: calc(100% - 312px);
    height: 180px;
    position: relative;
}

.nav_list .Pc_nav_list .nav ul li .nav_sub .nav_list_ri .text a {
    font-size: 14px;
    color: #333;
    border: 1px solid #ea5613;
    padding: 6px 65px;
    display: inline-block;
    border-radius: 40px;
    position: absolute;
    bottom: 0;
}

.nav_list .Pc_nav_list .nav ul li .nav_sub .nav_list_ri .text a::after {
    width: 0;
}

.nav_list .Pc_nav_list .nav ul li .nav_sub .nav_list_ri .right_img {
    width: 312px;
    float: left;
}

.nav_list .Pc_nav_list .nav ul li .nav_sub .nav_list_ri .right_img img {
    width: 100%;
}

.nav_list .Pc_nav_list .nav ul {
    position: relative;
}

.nav_list .Pc_nav_list .nav ul li.item:nth-of-type(4) {
    margin-right: 70px;
}

.nav_list .Pc_nav_list .nav ul li.item:nth-of-type(5) {
    margin-left: 70px;
}

.nav_list .Pc_nav_list .nav ul .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.info_title {
    margin-bottom: 30px;
}

.info_title h1 {
    font-size: 36px;
    color: #089e2f;
    line-height: 40px;
    text-align: center;
}

.info_title .line {
    width: 42px;
    height: 1px;
    background: #999999;
    margin: 0 auto;
    margin-top: 20px;
}

.page .PC_page ul {
    text-align: center;
}

.page .PC_page ul li {
    display: inline-block;
}

.page .PC_page ul li+li {
    margin-left: 5px;
}

.page .PC_page ul li a {
    background-color: #fff;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 20px;
    color: #666666;
    border: 1px solid #939292;
    display: inline-block;
}

.page .PC_page ul li a:hover {
    background: #089e2c;
    color: #fff;
}

.page .Ph_page {
    display: none;
}

.page .Ph_page a {
    font-size: 14px;
    line-height: 18px;
    color: #666666;
}

.page .Ph_page a:hover {
    color: #089e2c;
}

.page .PC_page ul .active a {
    background: #089e2c;
    color: #fff;
}

/* ph */
.ph_nav .nav_box .logo {
    float: left;
}

.ph_nav .nav_box .nav-btn {
    display: block;
    float: right;
    width: 60px;
    height: 60px;
    position: relative;
}

.ph_nav .nav_box .nav-btn .line {
    width: 24px;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
    left: 18px;
    transition: all 0.3s;
    transform-origin: left center;
}

.ph_nav .nav_box .nav-btn .line-top {
    top: 21px;
}

.ph_nav .nav_box .nav-btn .line-middle {
    top: 29px;
}

.ph_nav .nav_box .nav-btn .line-bottom {
    top: 38px;
}

.ph_nav .menu-on .line-top {
    transform: rotateZ(45deg)
}

.ph_nav .menu-on .line-middle {
    opacity: 0;
}

.ph_nav .menu-on .line-bottom {
    transform: rotateZ(-45deg)
}

.ph_nav {
    height: 60px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 1px #ebedf2;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    display: none;
    z-index: 1000;
}

.ph_nav .nav_box {
    padding-left: 10px;
    box-sizing: border-box;
}

.ph_nav .nav_box .logo {
    width: 70px;
    line-height: 60px;
}

.ph_nav .nav_box .logo img {
    width: 100%;
    vertical-align: middle;
}

.ph_nav_list .ph_navList {
    border-bottom: 1px solid #ccc;
    position: relative;
}

.ph_nav_list .act a {
    color: #c91c1d;
}

.ph_nav_list .ph_navList a {
    display: inline-block;
    padding: 20px 10px;
    box-sizing: border-box;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    position: relative;
    font-family: 'Noto Sans SC';
}

.ph_nav_list {
    background: #fff;
    position: relative;
    padding-bottom: 30px;
    display: none;
}

.ph_navList .nav_dd {
    position: absolute;
    display: block;
    right: 20px;
    top: 20px;
    width: 15px;
    height: 15px;
}

.ph_navList .nav_dd::before {
    content: '';
    height: 2px;
    width: 100%;
    background: #333;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ph_navList .nav_dd::after {
    content: '';
    height: 100%;
    width: 2px;
    background: #333;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.ph_navList .subl_list li {
    border-top: 1px solid #ccc;
}

.ph_navList .subl_list {
    display: none;
}

.ph_navList .subl_list li a {
    font-size: 14px;
    font-weight: normal;
}

.ph_navList .act::after {
    height: 0;
}

.ph_nav_height {
    /* height: 60px; */
    display: none;
}

@media (max-width: 1200px) {
    .Pc_nav_list {
        display: none;
    }

    .ph_nav {
        display: block
    }

    .ph_nav_height {
        display: block
    }
}





/* 首页banner */
.banner .swiper-pagination-bullet {
    width: 45px;
    height: 2px;
    border-radius: 0;
    background: #fff;
    opacity: 1;
    margin: 0 7px !important;
}

.banner .swiper-slide img {
    width: 100%;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #089e2f;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;
}

.banner .swiper-button-prev {
    left: 45px;
}

.banner .swiper-button-prev::after {
    font-size: 34px;
    color: #fff;
}

.banner .swiper-button-next {
    right: 45px;
}

.banner .swiper-button-next::after {
    font-size: 34px;
    color: #fff;
}

.footer {
    background: #1457b2;
    background-image: url('../image/footerImg.png');
    background-size: cover;
    background-position: top;
    padding-top: 50px;

}

.footer .footer_msg {
    display: flex;
    display: -webkit-flex;
    padding-bottom: 10px;
}

.footer .footer_msg .msgCont {
    display: flex;
    display: -webkit-flex;
    width: 1440px;
    margin: 0 auto;
}




.footer .footer_msg .msg_item .title {
    font-size: 18px;

    color: #fff;
    line-height: 22px;
    position: relative;
}

.footer .footer_msg .msg_item .msg_cont {
    margin-top: 25px;

}


.footer .footer_msg .msg_item .msg_cont .info a {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.footer .footer_msg .msg_item .msg_cont .msg_text a {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    flex-grow: 1;
}

.footer .footer_copyright {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    border-top: 1px solid #fff;
}

.footer .footer_copyright p {
    color: #fff;
    font-size: 14px;
    line-height: 40px;
}

.footer .footer_copyright p a {
    color: #fff;
}

.InfoBanner .banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.InfoBanner .banner img {
    width: 100%;
    position: relative;
    height: 100%;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
}

.infoNav {
    padding: 15px 0;
    border-bottom: 1px solid #d1d1d1;
}

.infoNav .nav_icon {
    width: 17px;
    display: inline-block;
}

.infoNav .nav_icon img {
    width: 100%;
}

.infoNav ul {
    display: flex;
    display: -webkit-flex;

    align-items: center;
}

.infoNav ul li+li {
    margin-left: 5px;
}

.infoNav ul li p {
    font-size: 14px;
    color: #666666;
}

.infoNav ul li a {
    font-size: 14px;
    color: #666;
}

.infoNav ul li.active a {
    color: #089e2f;
}

/* 首页简介 */
.index_introduce {
    padding-top: 70px;
}

.index_introduce .Mcontent {
    position: relative;
}

.index_introduce .introduce_msg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.index_introduce .introduce_title h1 {
    font-size: 40px;
    text-align: center;
    color: #30a136;
    line-height: 44px;
    font-weight: bold;
}

.index_introduce .introduce_title p {
    font-size: 12px;
    color: #d3d3d3;
    text-align: center;
    line-height: 16px;
    margin-top: 5px;
}

.index_introduce .introduce_text {
    margin-top: 30px;
}

.index_introduce .introduce_text p {
    font-size: 16px;
    line-height: 2;
    color: #555;
    text-align: center;
    letter-spacing: 1px;
}

.index_introduce .introduce_honor {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    padding-bottom: 70px;
}

.index_introduce .introduce_honor .item {
    width: 25%;
    float: left;
    text-align: center;
}

.index_introduce .introduce_honor .item h1 {
    font-weight: bold;
    font-size: 54px;
    color: #555555;
    position: relative;
}

.index_introduce .introduce_honor .item h1 .sup {
    font-size: 14px;
    display: inline-block;
    line-height: 26px;
    color: #fff;
    width: 26px;
    height: 26px;
    background: #089e2f;
    border-radius: 50%;
    position: relative;
    top: -30px;
}

.index_introduce .introduce_honor .item p {
    font-size: 16px;
    color: #555;
    line-height: 20px;
}

.index_introduce .introduce_video {
    position: relative;
}

.index_introduce .introduce_video .video {
    width: 100%;
    padding-top: 80px;
}

.index_introduce .introduce_video .video img {
    width: 100%;
}

.index_territory {
    background-image: url('../image/index_territory.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    background-color: #89b03b;
}

.index_territory .territory_left {
    width: 50%;
    float: left;
    padding: 120px;
    padding-top: 170px;
    padding-left: 0;
}

.index_territory .territory_left h1 {
    /* color: #fff; */
    color: #089e2f;
    font-size: 40px;
    line-height: 44px;
}

.index_territory .territory_left h2 {
    font-size: 24px;
    line-height: 32px;
    color: #333;
    margin-top: 25px;
}

.index_territory .territory_left p {
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    margin-top: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 105px;
}

.index_territory .territory_left .more {
    margin-top: 70px;
}

.index_territory .territory_left .more a {
    font-size: 14px;
    color: #fff;
    background: #0a57bf;
    padding: 14px 60px;
    border-radius: 40px;
    display: inline-block;
}

.index_territory .territory_left .more a .icon {
    width: 18px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    transition: all 0.36s;
    left: 0;
}

.index_territory .territory_left .more a .icon img {
    width: 100%;
}

.index_territory .territory_right {
    width: 50%;
    float: left;
}

.index_territory .territory_right .swiper-container {
    height: 750px;
}

.index_territory .territory_right .territory_item {
    padding: 50px;
    height: 250px;
    /* background: rgba(3, 125, 198, 0.1); */
    /* background: rgba(0, 0, 0, 0.1); */
    transition: all 0.3s;
}

.index_territory .territory_right .territory_item .item_left {
    width: 340px;
    float: left;
    position: relative;
    height: 100%;
}

.index_territory .territory_right .territory_item .item_right {
    width: calc(100% - 340px);
    float: left;
    position: relative;
    height: 100%;
}

.index_territory .territory_right .territory_item .item_left .item_cont {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.index_territory .territory_right .territory_item .item_left .title {
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
    transform: all 0.3s;
}

.index_territory .territory_right .territory_item .item_left .item_text {
    margin-top: 30px;
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
}

.index_territory .territory_right .territory_item .item_left .item_text p {
    font-size: 14px;
    color: #555555;
    line-height: 1.75;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    letter-spacing: 1px;
}

.index_territory .territory_right .territory_item .item_right .icon {
    width: 35px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* transition: all 0.3s; */
}

.index_territory .territory_right .territory_item .item_right .icon img {
    width: 100%;
}

.index_territory .territory_right .territory_item .item_right .icon_a {
    width: 62px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.3s;

}

.index_territory .territory_right .territory_item .item_right .icon_a img {
    width: 100%;
}

.index_territory .scroll_bar {
    position: absolute;
    width: 3px;
    height: 60%;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    background: #fff;
}

.index_title h1 {
    text-align: center;
    font-size: 40px;
    color: #555;
    line-height: 40px;
}

.index_title h1 .title_icon {
    width: 40px;
    margin-right: 10px;
    display: inline-block;
}

.index_title h1 .title_icon img {
    width: 100%;
}

.index_technology {
    padding: 60px 0;
}

.index_technology .technology_item {
    /* width: 33.333333%; */
    position: relative;
}


.index_technology .technology_item .item_img {
    width: 100%;
    position: relative;
    border: 1px solid #ededed;
    height: 250px;
    overflow: hidden;
}

.index_technology .technology_item .item_img img {
    width: 100%;
    display: block;
}

.index_technology .technology_item .item_img .img_a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.index_technology .technology_item .item_img .img {
    position: relative;
    transition: all 0.36s;
}

.index_technology .technology_item .item_icon {
    width: 78px;
    height: 78px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    box-shadow: 0 0 10px 1px #ccc;
    border-radius: 50%;
}

.index_technology .technology_item .item_icon img {
    width: 100%;
}

.index_technology .technology_item .item_icon .icon {
    position: relative;
    transition: all 0.36s;
}

.index_technology .technology_item .item_icon .icon_a {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.36s;
}

.index_technology .technology_item .item_text {
    height: 250px;
    border: 1px solid #ededed;
    background: #fff;
    padding: 75px 35px;
}

.index_technology .technology_item .item_text h1 {
    font-size: 18px;
    color: #2b2b2b;
    text-align: center;
    line-height: 22px;
}

.index_technology .technology_item .item_text p {
    font-size: 14px;
    line-height: 1.75;
    color: #555555;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.index_technology .Mcontent {
    position: relative;
}

.index_technology .swiper-button-prev {
    color: #aeaeae;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.index_technology .swiper-button-prev:after {
    font-size: 32px;
}

.index_technology .swiper-button-next {
    color: #aeaeae;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.index_technology .swiper-button-next:after {
    font-size: 32px;
}

.index_technology .technology_swiper {
    margin-top: 55px;
}

.index_technology .more {
    text-align: center;
    margin-top: 60px;
}

.index_technology .more a {
    font-size: 14px;
    color: #fff;
    background: #0a57bf;
    padding: 14px 60px;
    border-radius: 40px;
    display: inline-block;
}

.index_technology .more a .icon {
    width: 18px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    transition: all 0.36s;
    left: 0;
}

.index_technology .more a .icon img {
    width: 100%;
}

.index_case {
    background: #94adc3;
    background-image: url('../image/case_bg.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 70px 0;

}

.index_case .case_swiper {
    position: relative;
    margin-top: 55px;
}

.index_case .case_item .case_img {
    width: 100%;
    position: relative;
    overflow: hidden;
    /* height: 330px; */
}

.index_case .case_item .case_img img {
    width: 100%;
    display: block;
    transition: all 0.36s;
}

.index_case .case_item .case_img .img_a {
    position: relative;
}

.index_case .case_item .case_img .img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translate(-50%, -50%);
}

.index_case .case_item .case_text {
    background: #fff;
}

.index_case .case_item .case_text h1 {
    padding: 0 10px;
    text-align: center;
    font-size: 16px;
    line-height: 45px;
    color: #555555;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.case_swiper .swiper-button-prev {
    color: #fff;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.case_swiper .swiper-button-prev:after {
    font-size: 32px;
}

.case_swiper .swiper-button-next {
    color: #fff;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.case_swiper .swiper-button-next:after {
    font-size: 32px;
}

.case_swiper .technology_swiper {
    margin-top: 55px;
}

.index_case .more {
    text-align: center;
    margin-top: 50px;
}

.index_case .more a {
    font-size: 14px;
    color: #fff;
    background: #0a57bf;
    padding: 14px 60px;
    border-radius: 40px;
    display: inline-block;
}

.index_case .more a .icon {
    width: 18px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    transition: all 0.36s;
    left: 0;
}

.index_case .more a .icon img {
    width: 100%;
}

.index_companion .Mcontent {
    position: relative;
}

.index_companion .companion_swiper .companion_item {
    position: relative;
}

.index_companion .companion_swiper .companion_item img {
    width: 100%;
}

.index_companion .companion_swiper .companion_item .img_a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.index_companion .companion_swiper .companion_item .img {
    position: relative;
}

.index_companion .more {
    text-align: center;
    margin-top: 40px;
}

.index_companion .more a {
    font-size: 14px;
    color: #fff;
    background: #0a57bf;
    padding: 14px 60px;
    border-radius: 40px;
    display: inline-block;
}

.index_companion .more a .icon {
    width: 18px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    transition: all 0.36s;
    left: 0;
}

.index_companion .more a .icon img {
    width: 100%;
}

.companion_swiper .swiper-button-prev {
    color: #aeaeae;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.companion_swiper .swiper-button-prev:after {
    font-size: 32px;
}

.companion_swiper .swiper-button-next {
    color: #aeaeae;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
}

.companion_swiper .swiper-button-next:after {
    font-size: 32px;
}

.companion_swiper .technology_swiper {
    margin-top: 55px;
}

.index_companion .companion_swiper {
    margin-top: 30px;
}

.index_companion .swiper-container {
    height: 483px;

}

.index_companion .swiper-container .swiper-slide {
    height: auto;
}


.index_companion {
    padding: 60px 0;
}



/* 关于我们 董事长致辞 */
.About_oration {
    padding-top: 70px;
    padding-bottom: 60px;
}

.About_oration .oration {
    display: flex;
    display: -webkit-flex;

    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.About_oration .oration_img {
    width: 444px;
    text-align: center;
}

.About_oration .oration_img img {
    width: 80%;
}

.About_oration .oration_text {
    width: calc(100% - 444px);
    padding-top: 30px;
    padding-left: 60px;
}

.About_oration .oration_text .title h1 {
    font-size: 30px;
    color: #1e1e1e;
    line-height: 34px;
}

.About_oration .oration_text .title p {
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
    margin-top: 10px;
}

.About_oration .oration_text .content {
    margin-top: 35px;
}

.About_oration .oration_text .content p {
    font-size: 16px;
    line-height: 36px;
}

.About_information {
    padding-top: 70px;
    padding-bottom: 55px;
}

.About_information .content .item {
    width: 50%;
}

.About_information .content .item .information_img {
    width: 100%;
}

.About_information .content .item .information_img img {
    width: 100%;
}

.About_information .content .item .information_text {
    padding: 24px 30px;
}

.About_information .content .item .information_text .title h1 {
    font-size: 24px;
    color: #333333;
    line-height: 1.5;
}

.About_information .content .item .information_text .title p {
    font-size: 14px;
    color: #089e2c;
    line-height: 2;
}

.About_information .content .item .information_text .content p {
    font-size: 14px;
    color: #666666;
    line-height: 2;
}

.About_information .content .item .information_text .num .numItem {
    width: 50%;
    float: left;
    text-align: center;
    position: relative;
    margin-top: 50px;
}

.About_information .content .item .information_text .num .numItem:first-of-type ::after {
    content: '';
    width: 1px;
    height: 60%;
    background: #d1d1d1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.About_information .content .item .information_text .num .numItem h1 {
    font-size: 48px;
    line-height: 1.2;
    color: #089e2c;
}

.About_information .content .item .information_text .num .numItem p {
    font-size: 16px;
    line-height: 1.2;
    color: #666666;
    margin-top: 10px;
}

.About_territory {
    background-color: #ccc;
    background-image: url('../image/territory_bg.jpg');
    background-position: center;
    background-size: cover;
    padding-top: 56px;
    padding-bottom: 70px;
}

.About_territory .content p {
    text-align: center;
    font-size: 16px;
    line-height: 2;
    color: #666666;
}

.About_territory .territory_image {
    display: flex;
    display: -webkit-flex;

    align-items: center;
    margin-top: 60px;
    flex-wrap: wrap;
}

.About_territory .territory_image .image_left {
    width: 430px;
    display: flex;
    display: -webkit-flex;

    align-items: center;
}

.About_territory .territory_image .image_left .text {
    width: 120px;
}

.About_territory .territory_image .image_left .text h1 {
    font-size: 48px;
    color: #089e2c;
    line-height: 52px;
}

.About_territory .territory_image .image_left .text h1 span {
    font-size: 30px;
}

.About_territory .territory_image .image_left .text p {
    font-size: 16px;
    color: #666;
    margin-top: 15px;
    text-align: center;
}

.About_territory .territory_image .image_left .icon {
    width: 67px;
    margin-left: 100px;
}

.About_territory .territory_image .image_left .icon img {
    width: 100%;
}

.About_territory .territory_image .image_right {
    width: calc(100% - 430px);
    display: flex;
    display: -webkit-flex;

    justify-content: space-between;
}

.About_territory .territory_image .image_right .img_item .image {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 5px 1px #089e2f;
    position: relative;
    margin: 0 auto;
}

.About_territory .territory_image .image_right .img_item .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}

.About_territory .territory_image .image_right .img_item h1 {
    font-size: 14px;
    text-align: center;
    color: #666666;
    margin-top: 20px;
    line-height: 22px;
}

.About_honour .honour_list {
    width: calc(100% - 470px);
    float: left;
    padding-top: 60px;
}

.About_honour .honour_img {
    width: 470px;
    float: left;
}

.About_honour .honour_img img {
    width: 100%;
}

.About_honour .honour_list .honour_item {
    padding: 10px 0;
}

.About_honour .honour_list .honour_item p {
    font-size: 14px;
    color: #666666;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.honour_list .swiper-container {
    height: 250px;
}

.Technology {
    padding: 70px 0;
}

.Technology .technology_list {
    background: #fafafa;
}

.Technology .technology_list .list_item {
    position: relative;
}

.Technology .technology_list .list_item_text {
    width: 50%;
}

.Technology .technology_list .list_item_image {
    width: 50%;
    position: relative;
    height: 475px;
    overflow: hidden;
}

.Technology .technology_list .list_item_image img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.36s;
}

.Technology .technology_list .list_item_text {
    padding: 65px 55px;
}

.Technology .technology_list .list_item_text .title {
    text-align: right;
}

.Technology .technology_list .list_item_text .title h1 {
    font-size: 32px;
    color: #433e36;
    line-height: 1.2;
}

.Technology .technology_list .list_item_text .title p {
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    font-family: 'Arial';
    margin-top: 18px;
}

.Technology .technology_list .list_item_text .title .line {
    width: 62px;
    height: 4px;
    background: #46b661;
    float: right;
    margin-top: 40px;
}

.Technology .technology_list .list_item_text .content {
    text-align: right;
    margin-top: 55px;
}

.Technology .technology_list .list_item_text .content p {
    font-size: 16px;
    line-height: 2;
    color: #666;
}

.Technology .technology_list:nth-of-type(2n) .list_item_text .title {
    text-align: left;
}

.Technology .technology_list:nth-of-type(2n) .list_item_text .content {
    text-align: left;
}

.Technology .technology_list:nth-of-type(2n) .list_item_text .title .line {
    float: left;
}

.Technology .technology_list:nth-of-type(2n) .list_item_text {
    float: right;
}

.Technology .technology_list:nth-of-type(2n) .list_item_image {
    float: right;
}

.Development .Development_list {
    padding: 70px 0;
}

.Development .Development_list .list_item {
    display: flex;
    display: -webkit-flex;

    padding-top: 16px;
    padding-bottom: 30px;
    position: relative;
}

.Development .Development_list .list_item .item_img {
    width: 298px;
    position: relative;
}

.Development .Development_list .list_item .item_img img {
    width: 100%;
}

.Development .Development_list .list_item .item_img .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.Development .Development_list .list_item .item_img .img_a {
    position: relative;
}

.Development .Development_list .list_item .item_text {
    width: calc(100% - 298px);
    padding-left: 150px;
    margin-top: 30px;
}

.Development .Development_list .list_item .item_text .title {
    color: #2d94e8;
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
}

.Development .Development_list .list_item .item_text .text {
    background: #f6f6f6;
    padding: 30px 40px;
    margin-left: 30px;
    margin-top: 30px;
}

.Development .Development_list .list_item .item_text .text p {
    font-size: 14px;
    color: #555555;
    line-height: 2;
}

.Development .Development_list .line {
    position: absolute;
    top: 50%;
    left: 373px;
    transform: translate(-50%, -50%);
    height: 100%;
    z-index: 9;
}

.Development .Development_list .line::after {
    content: '';
    width: 6px;
    height: 100%;
    background: #f3f3f3;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.Development .Development_list .line .dot {
    width: 12px;
    height: 12px;
    background: #2c93e8;
    border-radius: 50%;
    position: absolute;
    top: 87px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.Development .Development_list .list_item:nth-of-type(2n) .item_text>h1 {
    color: #079d2e;
}

.Development .Development_list .list_item:nth-of-type(3n) .item_text>h1 {
    color: #ff5a00;
}

.Development .Development_list .list_item:nth-of-type(4n) .item_text>h1 {
    color: #ffa800;
}

.Development .Development_list .list_item:nth-of-type(5n) .item_text>h1 {
    color: #00c2a4;
}

.Development .Development_list .item_icon {
    width: 80px;
    position: relative;
    left: 334px;
}

.Development .Development_list .item_icon img {
    width: 100%;
}

.Honour {
    padding-top: 70px;
    padding-bottom: 30px;
}

.Honour .honout_nav {
    text-align: center;
}

.Honour .honout_nav li {
    display: inline-block;
}

.Honour .honout_nav li.active a {
    background: #2da544;
    color: #fff;
    border-color: #2da544;
}

.Honour .honout_nav li a {
    color: #333;
    display: inline-block;
    border: 1px dashed #e6e6e6;
    line-height: 44px;
    padding: 0 45px;
}

.Honour .honout_nav li+li {
    margin-left: 10px;
}

.Honour .honout_nav li a:hover {
    background: #2da544;
    color: #fff;
    border-color: #2da544;
}

.Honour .honour_list {
    display: flex;
    display: -webkit-flex;

    flex-wrap: wrap;
    margin-top: 30px;
}

.Honour .honour_list .list_item {
    width: 20%;
    padding: 0 8px;
    margin-bottom: 34px;
    transition: all 0.36s;
}

.Honour .honour_list .list_item.certificate {
    width: 25%;
}

.Honour .honour_list .list_item .item_img {
    position: relative;
    width: 100%;
    border: 1px solid #e6e5e5;
    overflow: hidden;
}

.Honour .honour_list .list_item .item_img img {
    width: 100%;
    display: block;
    transition: all 0.36s;
}

.Honour .honour_list .list_item .item_img .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.Honour .honour_list .list_item .item_img .img_a {
    position: relative;
}

.Honour .honour_list .list_item .item_text {
    background: #efeeee;
}

.Honour .honour_list .list_item .item_text h1 {
    font-size: 14px;
    color: #000000;
    line-height: 44px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    white-space: nowrap;
}

.Technology_info {
    padding-top: 65px;
    padding-bottom: 40px;
}

.Technology_info .title {
    text-align: center;
}

.Technology_info .title h1 {
    font-size: 36px;
    color: #333;
    line-height: 40px;
}

.Technology_info .title .line {
    width: 42px;
    height: 1px;
    background: #999999;
    margin: 0 auto;
    margin-top: 23px;
}

.Technology_info .technology_nav {
    text-align: center;
    margin-top: 30px;
}

.Technology_info .technology_nav ul {
    display: flex;
    flex-wrap: wrap;
}

.Technology_info .technology_nav li {
    /* padding: 0 10px; */
    margin: 2px 2px;
}

.Technology_info .technology_nav li.active a {
    background: #fff;
    color: #2da544;
    border-color: #2da544;
}

.Technology_info .technology_nav li a {
    color: #333;
    display: inline-block;
    border: 1px dashed #e6e6e6;
    line-height: 44px;
    padding: 0 15px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: #f9f9f9;
}

/* .Technology_info .technology_nav li+li {
margin-left: 10px;
} */

.Technology_info .technology_nav li a:hover {
    background: #2da544;
    color: #fff;
    border-color: #2da544;
}

.Technology_info .technology_cont img {
    max-width: 100% !important;
}

.Technology_info .technology_cont {
    margin-top: 30px;
}

.Technology_info .technology_cont h1 {
    font-size: 18px;
    color: #089e2c;
    line-height: 26px;
}

.Technology_info .technology_cont p {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}

.Technology_principle {
    background: #f3f3f3;
    padding-top: 40px;
    padding-bottom: 80px;
}

.Technology_principle .technology_cont h1 {
    font-size: 18px;
    color: #089e2c;
    line-height: 26px;
}

.Technology_principle .technology_cont p {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}

.Case {
    padding: 70px 0;
}

.Case .Case_content .big-small {
    width: 25%;
    /* padding: 0px 14px; */
    /* padding-bottom: 25px; */
    transition: all 0.3s;
}

.Case .Case_content .image {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.Case .Case_content .image img {
    width: 100%;
    height: 100%;
    transition: all 0.36s;
}

.Case .Case_content .image .img_a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.Case .Case_content .image .img {
    width: 100%;
    position: relative;
}

.Case .Case_content .word {
    font-family: "微软雅黑";
    font-size: 16px;
    color: #000000;
    text-align: center;
    background-color: #efeeee;
    line-height: 60px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Case .Case_content .big {
    width: 100%;
    display: flex;
    display: -webkit-flex;

    flex-direction: row;
    flex-wrap: wrap;
}

.Recruit {
    padding-top: 70px;
    padding-bottom: 60px;
}

.Recruit .Recruit_list .list_item .list_title {
    display: flex;
    display: -webkit-flex;

    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dcdcdc;
    cursor: pointer;
    padding: 10px;
    transition: all 0.36s;
}

.Recruit .Recruit_list .list_item .list_title .name h1 {
    font-size: 14px;
    color: #333333;
    line-height: 36px;
    transition: all 0.36s;
}

.Recruit .Recruit_list .list_item .list_title .date h1 {
    font-size: 14px;
    color: #333;
    line-height: 36px;
    transition: all 0.36s;
}

.Recruit .Recruit_list .list_item .list_title .date h1 span {
    font-size: 16px;
    line-height: 16px;
    margin-left: 10px;
}

.Recruit .Recruit_list .list_item .list_content {
    padding: 25px 20px;
}

.Recruit .Recruit_list .list_item .list_content p {
    font-size: 14px;
    line-height: 40px;
    color: #666666;
}

.Recruit .Recruit_list .list_item.active .list_title {
    background: #2da544;
    border-color: #2da544;
}

.Recruit .Recruit_list .list_item.active .list_title .name h1 {
    color: #fff;
}

.Recruit .Recruit_list .list_item.active .list_title .date h1 {
    color: #fff;
}

.Recruit .Recruit_list .list_item .list_title .name {
    width: 40%;
}

.Recruit .Recruit_list .list_item .list_title .name h1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.Cooperation {
    padding: 70px 0;
}

.Cooperation .cooperation_title h1 {
    font-size: 36px;
    color: #333333;
    line-height: 40px;
    text-align: center;
}

.Cooperation .cooperation_title .line {
    width: 42px;
    height: 1px;
    background: #999999;
    margin: 0 auto;
    margin-top: 20px;
}

.Cooperation .Cooperation_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.Cooperation .Cooperation_list .item {
    width: calc(100%/5);
}

.Cooperation .Cooperation_list .item {
    padding: 6px;
}

.Cooperation .Cooperation_list .item .item_image {
    width: 100%;
    position: relative;
    border: 1px solid #dadada;
    transition: all 0.3s;
}

.Cooperation .Cooperation_list .item .item_image:hover {
    box-shadow: 0 0 10px 10px #089e2f;
    border-color: #089e2f;
}

.Cooperation .Cooperation_list .item .item_image img {
    width: 100%;
}

.Cooperation .Cooperation_list .item .item_image .img_a {
    position: relative;
}

.Cooperation .Cooperation_list .item .item_image .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.Business {
    padding: 70px 0;
}

.Business .Business_content .item .Mcontent {
    padding: 10px 15px;
}

.Business .Business_content .item .item_img {
    width: 50%;
    float: left;
    overflow: hidden;
}

.Business .Business_content .item .item_img img {
    width: 100%;
    transition: all 0.36s;
}

.Business .Business_content .item .item_text {
    width: 50%;
    padding: 40px;
    float: left;
    padding-right: 0;
}

.Business .Business_content .item .item_text .item_title {
    text-align: right;
}

.Business .Business_content .item .item_text .item_title h1 {
    font-size: 32px;
    line-height: 36px;
    color: #433e36;
}

.Business .Business_content .item .item_text .item_title .line {
    width: 62px;
    height: 4px;
    background: #089e2c;
    float: right;
    margin-top: 25px;
}

.Business .Business_content .item .item_text .item_content {
    margin-top: 40px;
}

.Business .Business_content .item .item_text .item_content p {
    font-size: 16px;
    line-height: 2;
    color: #666666;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Business .Business_content .item {
    padding: 50px 0;
}

.Business .Business_content .item:first-of-type {
    padding-top: 0;
}

.Business .Business_content .item:nth-of-type(2n) .item_text {
    float: right;
    padding-left: 0;
    padding-right: 40px;
}

.Business .Business_content .item:nth-of-type(2n) .item_img {
    float: right;
}

.Business .Business_content .item:nth-of-type(2n) {
    background: #f8f8f8;
}

.Business .Business_content .item:nth-of-type(2n) .item_text .item_title {
    text-align: left;
}

.Business .Business_content .item:nth-of-type(2n) .item_text .item_title .line {
    float: left;
}

.Business .Business_content .item .Mcontent {
    padding: 10px;
    transition: all 0.36s;
}

.Contact {
    padding-top: 70px;
}

.Contact .contact_cont {
    display: flex;
    display: -webkit-flex;

    align-items: center;
    /* padding-top:70px; */
    padding-bottom: 55px;
}

.Contact .contact_item .title h1 {
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    letter-spacing: 3px;
}

.Contact .contact_item {
    width: 50%;
}

.Contact .contact_item .title {
    margin-bottom: 30px;
}

.Contact .contact_item .title p {
    font-size: 12px;
    color: #666;
    line-height: 16px;
}

.Contact .contact_list .item {
    display: flex;
    display: -webkit-flex;

    align-items: center;
}

.Contact .contact_list .item+.item {
    margin-top: 18px;
}

.Contact .contact_list .icon {
    width: 24px;
}

.Contact .contact_list .icon img {
    width: 100%;
}

.Contact .contact_list p {
    font-size: 18px;
    color: #333333;
    line-height: 22px;
    padding-left: 15px;
}

.Contact .qr_code {
    margin-top: 30px;
    padding: 0 40px;
}

.Contact .qr_code .code_img {
    width: 120px;
}

.Contact .qr_code .code_img img {
    width: 100%;
}

.Contact .qr_code .text {
    width: calc(100% - 120px);
    padding-left: 20px;
}

.Contact .qr_code .text p {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}

.Contact .qr_code {
    display: flex;
    display: -webkit-flex;

    align-items: center;
}

.Contact .contact_item .contact_img {
    width: 100%;
    padding: 15px;
}

.Contact .contact_item .contact_img img {
    width: 100%;
}

.Contact .Contact_map #Map {
    width: 100%;
    height: 490px;
}

.News {
    padding: 70px 0;
}

.News .News_swiper {
    display: flex
}

.News .News_swiper .news_left {
    width: 50%;
    padding-right: 30px;
}

.News .News_swiper .news_left .item {
    width: 100%;
}

.News .News_swiper .news_left .item img {
    width: 100%;
    height: 396px;
    object-fit: cover;
}

.News .News_swiper .news_right {
    width: 50%;
    border-top: 1px dashed #c3c3c3;
}

.News .News_swiper .news_right .item .item_title {
    display: flex;
    display: -webkit-flex;

    justify-content: space-between;
    align-items: center;
}

.News .News_swiper .news_right .item .item_title h1 {
    font-size: 18px;
    color: #333;
    line-height: 20px;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.36s;
}

.News .News_swiper .news_right .item {
    padding: 30px 0;
    padding-bottom: 25px;
    border-bottom: 1px dashed #c3c3c3;
}

.News .News_swiper .news_right .item .item_title p {
    font-size: 14px;
    line-height: 16px;
    color: #333;
}

.News .News_swiper .news_right .item .introduction {
    margin-top: 14px;
}

.News .News_swiper .news_right .item .introduction p {
    font-size: 14px;
    line-height: 26px;
    /* color: #8c8c8c; */
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.News .News_swiper .news_right .swiper-container {
    height: 426px;
}

.News .News_list {
    margin-top: 20px;
}

.News .News_list .list .list_title h1 {
    font-size: 18px;
    line-height: 22px;
    color: #333333;
}

.News .News_list .list .list_title h1 a {
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.News .News_list .list .list_title .line {
    height: 1px;
    width: 50px;
    background: #b2b2b2;
    margin-top: 13px;
}

.News .News_list .list .list_title .date {
    display: flex;
    display: -webkit-flex;

    margin-top: 30px;
}

.News .News_list .list .list_title .date p {
    font-size: 14px;
    line-height: 16px;
    color: #8c8c8c;
}

.News .News_list .list .list_title .date .shre {
    margin-left: 40px;
}

.News .News_list .list {
    border-bottom: 1px dashed #c3c3c3;
    /* border-top: 1px dashed #c3c3c3; */
}

.News .News_list .list .title_cont p {
    font-size: 14px;
    line-height: 26px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.News .News_list .list .more {
    margin-top: 25px;
}

.News .News_list .list .more a {
    color: #089e2c;
}

.News .News_list .list .News_detail {
    padding: 70px 0;
}

.News .News_list .list {
    padding: 20px 0;
}

.News .News_list .title_cont {
    margin-top: 14px;
}

.News .News_list .list .list_title .date .shre .icon {
    width: 18px;
    display: inline-block;
    margin-left: 5px;
}

.News .News_list .list .list_title .date .shre .icon img {
    width: 100%;
}

.News .page {
    margin-top: 40px;
}

.News_detail {
    padding: 70px 0;
    padding-top: 65px;
}

.News_detail .News_title h1 {
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
    color: #333;
}

.News_detail .News_title ul {
    text-align: center;
    margin-top: 30px;
}

.News_detail .News_title li {
    display: inline-block;
    margin: 0 35px;
}

.News_detail .News_title li p {
    font-size: 14px;
    color: #666666;
    line-height: 1.2;
}

.News_detail .News_title li p span {
    display: inline-block;
    width: 11px;
    vertical-align: middle;
    position: relative;
    top: -3px;
}

.News_detail .News_title li p span img {
    width: 100%;
}

.News_detail .news_content {
    margin-top: 30px;
}

.News_detail .news_content p {
    font-size: 14px;
    line-height: 2;
    color: #666666;
}

.News_detail .news_content img {
    max-width: 100% !important;
}

.News_detail .news_nav {
    display: flex;
    display: -webkit-flex;

    justify-content: space-between;
    margin-top: 80px;
}

.News_detail .news_nav .list {
    max-width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.News_detail .news_nav a {
    font-size: 14px;
    color: #666666;
}

.Territory_detail .Territory_title h1 {
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
    color: #089e2c;
}

.Territory_detail .Territory_content {
    margin-top: 30px;
}

.Territory_detail .Territory_content p {
    font-size: 14px;
    line-height: 2;
    color: #666666;
}

.Territory_detail .Territory_content img {
    max-width: 100% !important;
}

.Territory_detail .Territory_case .title {
    font-size: 16px;
    line-height: 20px;
    color: #089e2c;
    text-align: center;
}

.Territory_detail .Territory_case {
    margin-top: 55px;
}

.Territory_detail .Territory_case .case_detail {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.Territory_detail .Territory_case .case_detail .item {
    width: 25%;
    position: relative;
    transition: all 0.36s;
}

.Territory_detail .Territory_case .case_detail .item .item_img {
    position: relative;
    width: 100%;
}

.Territory_detail .Territory_case .case_detail .item .item_img img {
    width: 100%;
}

.Territory_detail .Territory_case .case_detail .item .item_img .img_a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.Territory_detail .Territory_case .case_detail .item .item_img .img {
    position: relative;
}

.Territory_detail .Territory_case .case_detail .item .item_title {
    transition: all 0.3s;
}

.Territory_detail .Territory_case .case_detail .item .item_title h1 {
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    transition: all 0.3s;
}

.Territory_detail {
    padding: 70px 0;
    padding-bottom: 100px;
}

/*研发实力*/
.H-Mcontent {
    width: 1200px;
    margin: 0 auto;
}

.H-one h1 {
    font-family: "微软雅黑";
    font-size: 36px;
    color: #089e2c;
    text-align: center;
    margin: 55px 0 0 0;
    font-weight: bold;
}

.H-line {
    width: 40px;
    margin: 0 auto;
    padding: 40px 0 14px 0;
}

.H-two h1 {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #666666;
    text-align: center;
}

.H-sec {
    background-image: url(../image/backgrund_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.H-image-one {
    display: flex;
    display: -webkit-flex;

    flex-wrap: wrap;
    align-items: center;
}

.H-image-small {
    width: 50%;
}

.H-image-one img {
    width: 100%;
}

.H-sec-one {
    color: #ffffff;
    text-align: center;
    padding: 70px 0px 0;
}

.H-sec-one h1 {
    font-size: 36px;
    color: #ffffff;
}

.H-L {
    width: 40px;
    height: 1px;
    background-color: #ffffff;
    margin: 40px auto 14px auto;
}

.H-sec-two h1 {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #ffffff;
}

.H-sec-two {
    padding: 0 0 26px 0;
}

.H-word {
    text-align: center;
    margin: 0 0 22px 0;
}

.H-word-one {
    letter-spacing: 2px;
    line-height: 28px;
    margin: 0 133px 0 130px;
}

.H-image-two {
    width: 853px;
    margin: 0 auto;
}

.H-image-two img {
    width: 100%;
}

.H-sec-th {
    display: flex;
    display: -webkit-flex;

    flex-direction: row;
    justify-content: space-around;
    padding: 23px 0 24px 0;
}

.H-sec-th h1 {
    font-family: "微软雅黑";
    font-size: 36px;
    color: #ffffff;
}

.H-line-two {
    width: 34px;
    height: 2px;
    background-color: #ffffff;
    margin: auto 0 auto 30px;
}

.H-left-word {
    display: flex;
    display: -webkit-flex;

    align-items: center;
}

.H-sec-th p {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #ffffff;
    line-height: 28px;
}

.H-div-one h1 {
    font-family: "微软雅黑";
    font-size: 36px;
    color: #089e2c;
    text-align: center;
    padding: 70px 0 0;
}

.H-line-thr {
    width: 40px;
    height: 1px;
    background-color: #666666;
    margin: 40px auto 14px;
}

.H-div-one h2 {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin: 0 0 22px 0;
}

.H-div-image-o {
    display: flex;
    display: -webkit-flex;

    flex-direction: row;
    flex-wrap: wrap;
}

.H-div-image-o-small {
    width: 50%;
}

.H-div-image-o img {
    width: 100%;
}

.H-div-two {
    background-color: #f8f8f8;
    margin: 0 auto;
}

.H-div-two-O h1 {
    font-family: "微软雅黑";
    font-size: 36px;
    text-align: center;
    color: #089e2c;
    padding: 70px 0 0;
}

.H-div-two-T h2 {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin: 0 0 22px 0;
}

.H-line-four {
    width: 40px;
    height: 1px;
    background-color: #666666;
    margin: 40px auto 14px;
}

.H-div-image-t {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;

    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 0 58px 0;
}

.H-div-image-t img {
    width: 100%;
}

.H-div-image-t-small {
    width: 50%;
}

.H-div-image-t h1 {
    font-family: "微软雅黑";
    font-size: 24px;
    color: #1080cf;
    text-align: right;
    line-height: 32px;
}

.H-div-image-t p {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #666666;
    text-align: right;
    line-height: 36px;
}

.H-thr-big {
    display: flex;
    display: -webkit-flex;

    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 0 64px 0;
}

.H-thr-left {
    width: 50%;
    margin: 64px 0 0 0;
}

.H-thr-left p {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #666666;
    line-height: 32px;
}

.H-thr-left img {
    width: 100%;
    margin-top: 34px;
}

.H-thr-right {
    width: 50%;
    margin: 20px 0 0 0;
}

.H-thr-word-w h1 {
    font-family: "微软雅黑";
    font-size: 15px;
    color: #666666;
    text-align: center;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 30px;
    line-height: 27px;
}

.H-thr-word-w {
    margin: 18px 0 0 0;
}

.H-thr-top {
    margin: 31px auto 0 auto;
}

.H-four {
    background-color: #1080cf;
}

.H-div-image-o-smallk img {
    width: 100%;
    padding: 0 7px 0 14px;
}

.H-div-image-o-smalll img {
    width: 100%;
    padding: 0 14px 0 7px;
}

.H-four-word p {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #ffffff;
    line-height: 32px;
    letter-spacing: 2px;
    text-align: center;
}

.H-four-word {
    margin: 34px 0 0px 0;
    padding-bottom: 70px;
}

.H-four-number {
    display: flex;
    display: -webkit-flex;

    flex-direction: row;
    justify-content: space-around;
}

.H-num-small {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #ffffff;
    margin: 0 0 36px 0;
}

.H-plus {
    background-color: #ffffff;
    height: 52px;
    width: 1px;
}

.H-num-big .span-two {
    font-family: "微软雅黑";
    font-size: 14px;
    background-color: #0a9d37;
    color: #ffffff;
    position: relative;
    top: -30px;
    left: 11px;
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
}

.H-num-big .span-one {
    font-family: "微软雅黑";
    font-size: 54px;
    color: #ffffff;
}

.H-num-big {
    margin: 0 0 16px 0;
}

.H-nav-span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0a9d37;
    position: relative;
    top: 4px;
    box-shadow: 0px 0px 8px 0 #0a9d37;
}

.H-left-navigation {
    padding: 0 0 0 40px;
}

.H-ul-div {
    display: flex;
    display: -webkit-flex;

    flex-direction: row;
    margin: 20px 0;
    transition: all 0.3s;
}

.H-nav-li {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #333333;
    padding: 0 0 0 10px;
}

.H-nav-ul::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 8px;
    width: 1px;
    height: calc(100% - 14px);
    background: #a0cfaa;
    z-index: -1;
}

.H-nav-ul {
    position: relative;
}

.H-left-navigation {
    position: fixed;
    top: 40%;
    transform: translateY(-50%);
    transition: all 0.5s;
    left: -300px;
}

.H-nav-li a {
    color: #999999;
    font-size: 14px;
    line-height: 1.2;
}

.H-nav-li.active a {
    color: #333;
}

.H-left-navigation.show {
    left: 0;
}

.H-thr-top .itemImg img {
    width: 100%;
}

.H-thr-right img {
    width: 100%;
}

.H-div-image-o-smallk {
    width: 50%;
}

.H-div-image-o-smalll {
    width: 50%
}

.index_introduce .introduce_video .video .Play {
    width: 60px;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.IndexVideo {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.IndexVideo .videoPop {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.IndexVideo .videoPop video {
    width: 100%;
}

.sunny_btna {
    position: absolute;
    top: 0;
    right: -46px;
    width: 24px;
    cursor: pointer;
}

.index_introduce .introduce_video .video .Play {
    width: 60px;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.IndexVideo {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.IndexVideo .videoPop {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.IndexVideo .videoPop video {
    width: 100%;
}

.sunny_btna {
    position: absolute;
    top: 0;
    right: -46px;
    width: 24px;
    cursor: pointer;
}


/* hover */
@media (min-width: 1200px) {

    .index_territory .territory_right .territory_item:hover {
        background-color: rgba(255, 255, 255, 0.7);
        box-shadow: 0 0 10px 10px #089e2f;
    }


    .index_territory .territory_right .territory_item:hover .item_left .item_text {
        height: 72px;
        color: #089e2f;
    }

    .index_territory .territory_right .territory_item:hover .item_left .title {
        color: #089e2f;
    }


    .index_territory .territory_right .territory_item:hover .item_right .icon_a {
        opacity: 1;
    }

    .index_territory .territory_right .territory_item:hover .item_right .icon {
        opacity: 0;
    }

    .index_technology .technology_item:hover .item_icon .icon {
        opacity: 0;
    }

    .index_technology .technology_item:hover .item_icon .icon_a {
        opacity: 1;
    }

    .Recruit .Recruit_list .list_item:hover .list_title {
        background: #2da544;
        border-color: #2da544;
    }

    .Recruit .Recruit_list .list_item:hover .list_title .name h1 {
        color: #fff;
    }

    .Recruit .Recruit_list .list_item:hover .list_title .date h1 {
        color: #fff;
    }

    .News .News_swiper .news_right .item:hover .item_title h1 {
        color: #079d2e;
    }

    .index_territory .territory_left .more a:hover {
        box-shadow: 10px 10px 25px 0 rgba(0, 0, 0, .3);
    }

    .index_territory .territory_left .more a:hover .icon {
        left: 10px;
    }

    .index_technology .more a:hover {
        box-shadow: 10px 10px 25px 0 rgba(0, 0, 0, .3);
    }

    .index_technology .more a:hover .icon {
        left: 10px;
    }

    .index_case .more a:hover {
        box-shadow: 10px 10px 25px 0 rgba(0, 0, 0, .3);
    }

    .index_case .more a:hover .icon {
        left: 10px;
    }

    .index_companion .more a:hover {
        box-shadow: 10px 10px 25px 0 rgba(0, 0, 0, .3);
    }

    .index_companion .more a:hover .icon {
        left: 10px;
    }

    .index_technology .technology_item:hover .item_img .img {
        transform: scale(1.2);
    }

    .index_case .case_item:hover .case_img img {
        transform: translate(-50%, -50%) scale(1.2);
    }

    .Honour .honour_list .list_item:hover .item_img img {
        transform: scale(1.1);
    }

    .Case .Case_content .big-small:hover .image .img {
        transform: scale(1.2);
    }

    .News .News_list .list:hover .list_title h1 a {
        color: #089e2f;
    }




    .Territory_detail .Territory_case .case_detail .item:hover {
        /* background: #169e35; */
        box-shadow: 0 0 10px 10px #169e35;
        z-index: 2;
    }


}



.index_introduce .introduce_title {
    animation-duration: 1s;
    animation-name: fadeInUp;
}

.index_introduce .introduce_text {
    animation-duration: 1s;
    animation-name: fadeInUp;
}

.index_territory .territory_left {
    animation-duration: 1s;
    animation-name: fadeInLeft;
}

.index_territory .territory_right {
    animation-duration: 1s;
    animation-name: fadeInRight;
}

.index_title {
    animation-duration: 1s;
    animation-name: fadeInUp;
}

.index_technology .technology_swiper .swiper-container {
    animation-duration: 1s;
    animation-name: fadeInUp;
}

.index_case .case_swiper .swiper-container {
    animation-duration: 1s;
    animation-name: fadeInUp;
}


.index_companion .companion_swiper .swiper-container {
    animation-duration: 1s;
    animation-name: fadeInUp;
}

.About_oration .oration_img {
    animation-duration: 1s;
    animation-name: fadeInLeft;
}

.About_oration .oration_text {
    animation-duration: 1s;
    animation-name: fadeInRight;
}

.info_title {
    animation-duration: 1s;
    animation-name: fadeInUp;
}



.About_territory .content {
    animation-duration: 1s;
    animation-name: fadeInUp;
}

.About_territory .territory_image {
    animation-duration: 1s;
    animation-name: fadeInUp;
}

.About_honour .honour_list {
    animation-duration: 1s;
    animation-name: fadeInLeft;
}

.About_honour .honour_img {
    animation-duration: 1s;
    animation-name: fadeInRight;
}

.Development .Development_list .list_item {
    animation-duration: 1s;
    animation-name: fadeInUp;
}

.Honour .honour_list .list_item {
    animation-duration: 1s;
    animation-name: fadeInUp;
}

.Technology .technology_list {
    animation-duration: 1s;
    animation-name: fadeInUp;
}


.Business .Business_content .item {
    animation-duration: 1s;
    animation-name: fadeInUp;
}

.Case .Case_content .big-small {
    animation-duration: 1s;
    animation-name: fadeInUp;
}


.Cooperation .Cooperation_list .item {
    animation-duration: 1s;
    animation-name: fadeInUp;
}


.News .News_swiper .news_left {
    animation-duration: 1s;
    animation-name: fadeInLeft;
}

.News .News_swiper .news_right {
    animation-duration: 1s;
    animation-name: fadeInRight;
}

.News .News_list .list {
    animation-duration: 1s;
    animation-name: fadeInUp;
}




/* .H-image-small .team_img{width: 518px;} */
.H-image-small .team_img {
    width: 100%;
}

.H-image-small .team_achievements {
    width: 549px;
}

.H-image-one .team_text p {
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

.H-image-small:nth-of-type(2) {
    padding-left: 50px;
}

.H-image-one {
    padding-bottom: 72px;
}

.H-thr-left {
    padding-right: 40px;
}

.H-thr-left p {
    letter-spacing: 1.1px;
}

.H-div-image-o-small:first-of-type {
    padding-right: 60px;
}

.H-div-image-o-small:last-of-type {
    padding-left: 20px;
}

.H-div-image-o {
    align-items: center;
    padding-top: 30px;
}

.H-div-image-t .programme_title {
    margin-bottom: 20px;
}

.H-div-image-t {
    padding-top: 20px;
}

.H-div-one {
    padding-bottom: 60px;
}


.About_information .content:nth-of-type(1) .item .information_text {
    padding-right: 0;
}

.About_information .content:nth-of-type(2) .item .information_text {
    padding-left: 0;
}

.About_information .content .item .information_text .title {
    margin-bottom: 20px;
}




.Case .technology_nav {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    /* display: none; */
}

.Case .technology_nav li {
    display: inline-block;
    padding: 0 10px;
}

.Case .technology_nav li.active a {
    background: #2da544;
    color: #fff;
    border-color: #2da544;
}

.Case .technology_nav li a {
    color: #333;
    display: inline-block;
    border: 1px dashed #e6e6e6;
    line-height: 44px;
    padding: 0 30px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.Case .technology_nav li+li {
    margin-left: 10px;
}

.Case .technology_nav li a:hover {
    background: #2da544;
    color: #fff;
    border-color: #2da544;
}


.PhBanner {
    display: none;
}



.banner {
    margin-top: 118px;

}


.InfoBanner .banner {
    margin-top: 0;
}

.nav_list .Pc_nav_list .nav {
    box-shadow: 0px 0px 10px 1px #ebedf2;
}



.index_introduce .indexTitle {
    width: 240px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.index_introduce .indexTitle img {
    width: 100%;
}


@media (max-width: 810px) {
    .index_introduce .indexTitle {
        width: 180px;
        margin-bottom: 10px;
    }
}

.phMap {
    display: none;
}

.phMap img {
    width: 100%;
}


@media (max-width: 414px) {
    .phMap {
        display: block;
    }

    .Contact .Contact_map #Map {
        display: none;
    }
}


.index_introduce .introduce_video .video .Play {
    display: none;
}


.H-nav-li a {
    color: #333;
}

.H-nav-li.active a {
    color: #333;
}





.News .News_list {
    margin-top: 20px;
    /* 400*300 */
    /* 800 * 600 */
}

.News_list .list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.News .News_list .list_left {
    width: 400px;

    /* border: 1px solid #000; */
}

.News .News_list .list_img {
    position: relative;
    overflow: hidden;
}

.News .News_list .list_img .image_a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.News .News_list .list_img .image {
    position: relative;
    z-index: 0;
}

.News .News_list .list_left img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.News .News_list .list_right {
    width: calc(100% - 400px);
    padding-left: 30px;
}




.H-left-navigation {
    top: 64%;
    z-index: 9999;
}


.News .News_list .list .list_title h1 a {
    font-size: 24px;
    font-weight: bold;
    color: #666;
    line-height: 1.2;
}

.News .News_list .list .list_title .line {
    display: none;
}

.News .News_list .list .more {
    margin-top: 65px;
}




/*  */

.footer .footer_msg .msg_item .msg_cont .info a:hover {
    color: #e90000;
}

.footer .footer_msg .msg_item .msg_cont .msg_text a:hover {
    color: #e90000;
}

.footer .footer_msg .msg_item .msg_cont .msg_text p {
    font-size: 14px;
    /* color: #bde8fe; */
    color: rgba(255, 255, 255, 0.8);
    display: block;
    line-height: 24px;
    flex-grow: 1;
}

.About_territory .territory_image .image_right .img_item .image {
    transition: all 0.3s;
}



.About_territory .territory_image .image_right .img_item h1 {
    transition: all 0.3s;
}



.index_case .case_item .case_text {
    transition: all 0.3s;
}



.index_case .case_item .case_text h1 {
    transition: all 0.3s;
}



.News .News_list .list {
    padding: 20px;
    transition: all 0.3s;
}





/* .News .News_list .list .title_cont p {
transition: all 0.3s;
} */

.H-nav-li {
    padding: 2px 10px;
    /* background: #000; */
    margin-left: 4px;
    transition: all 0.3s;
}

.H-nav-li.active {
    background: #089e2f;
    color: #fff;
}

.H-nav-li.active a {
    color: #fff;
}

.H-nav-li:hover {
    background: #089e2f;
}

.H-nav-li:hover a {
    color: #fff;
}

@media (min-width: 1200px) {
    .About_territory .territory_image .image_right .img_item:hover .image {
        box-shadow: 0 0 25px 1px #089e2f;
    }

    .About_territory .territory_image .image_right .img_item:hover h1 {
        color: #089e2f;
    }

    .index_case .case_item:hover {
        box-shadow: 0 0 10px 10px #089e2f;
    }


    .News .News_list .list:hover {
        box-shadow: 0 0 10px 10px #089e2f;
    }

    .Honour .honour_list .list_item a:hover {
        box-shadow: 0 0 10px 5px rgba(8, 158, 47, 1);
    }

    .News .News_swiper .news_right .item a:hover {
        box-shadow: inset 0 0 10px 10px rgba(8, 158, 47, 0.7);
    }

    .Case .Case_content .big-small:hover {
        box-shadow: 0 0 10px 10px #089e2f;
        z-index: 2;
    }


    .Business .Business_content .item .Mcontent:hover {
        box-shadow: 0 0 10px 10px #089e2f;
    }
}

.index_companion .companion_swiper .swiper-container {
    padding: 10px;
}

.index_companion .companion_swiper .companion_item {
    transition: all 0.3s;
}

/* .index_companion .companion_swiper .companion_item:hover {
    box-shadow: 0 0 10px 1px #089e2f;
} */
.index_companion .companion_swiper .companion_item:hover {
    box-shadow: 0 0 10px 10px #089e2f;
}



.nav_list .Pc_nav_list .nav ul li .nav_sub .nav_list_ri {
    background: rgba(8, 158, 47, 0.7);
    padding-bottom: 60px;
}

.nav_list .Pc_nav_list .nav ul li .nav_sub .nav_list_ri .text a {
    font-size: 14px;
    color: #089e2f;
    border: 1px solid #fff;
    background: #fff;
}

.nav_list .Pc_nav_list .nav ul li .nav_sub .nav_list_ri .text h1 {
    font-size: 16px;
    color: #fff;
}

.nav_list .Pc_nav_list .nav ul li .nav_sub .nav_list_ri .right_img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.nav_list .Pc_nav_list .nav ul li .nav_sub .nav_list_le ul li a {
    position: relative;
    padding: 13px 10px;
    display: block;
}
/* .nav_list .Pc_nav_list .nav ul li .nav_sub .nav_list_le ul li:nth-child(1) a {
    padding: 13px 15px !important;
} */

.nav_list .Pc_nav_list .nav ul li .nav_sub .nav_list_le ul li.active .icon {
    display: none;
}


.nav_list .Pc_nav_list .nav ul li .nav_sub .nav_list_le ul li.active a {
    background: transparent;
}


.nav_list .Pc_nav_list .nav ul li .nav_sub .nav_list_le ul li.active::after {

    color: #fff;
}

.nav_list .Pc_nav_list .nav ul li .nav_sub .nav_list_le ul li:hover {
    background: rgba(40, 169, 64, 0.2);
    background: #089e2c;
}

.nav_list .Pc_nav_list .nav ul li .nav_sub .nav_list_le ul li:hover a {
    background: transparent;
    color: #fff;
    /* color: #089e2c; */
}

.nav_list .Pc_nav_list .nav ul li .nav_sub .nav_list_le ul li:hover .icon {
    opacity: 1;
}

.nav_list .Pc_nav_list .nav ul li .nav_sub .nav_list_le ul li:hover::after {
    color: #fff;
}


.nav_list .Pc_nav_list .nav ul li a {
    padding: 6px 20px;
    font-size: 16px;
    color: #434343;
}

.nav_list .Pc_nav_list .nav ul .logo a {
    padding: 0;
}

.nav_list .Pc_nav_list .nav ul .logo a:hover {
    background: #fff;
    padding: 0;
}



.index_case .case_swiper .swiper-container {
    padding: 10px;
}


.footer .footer_msg .msgQr {
    display: flex;
}

.footer .footer_msg .msgQr .imageBox {
    width: 80px;
}

.footer .footer_msg .msgQr img {
    width: 100%;
}

.footer .footer_msg .msgQr h1 {
    font-size: 14px;
    text-align: center;
    line-height: 1;
    color: #fff;
    margin-top: 15px;
}

.footer .footer_msg .msg_item {
    width: 30%;
}

.footer .footer_msg .msg_item:last-of-type(1) {
    width: 40%;
}


.footer .footer_msg .QrBox {
    display: flex;
    align-items: center;
}

.nav_list .Pc_nav_list .nav ul li .nav_sub .nav_list_le ul li.active .icon {
    opacity: 1;
}

.nav_list .Pc_nav_list .nav ul li .nav_sub .nav_list_le ul li .icon {
    width: 6px;
    height: 6px;
    background-color: #fff;
    display: block;
    position: relative;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    left: 5px;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s;
}

.nav_list .Pc_nav_list .nav ul li .nav_sub .nav_list_le ul li .icon::after {
    content: '';
    width: 11px;
    height: 11px;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid #fff;
    transform: translate(-50%, -50%);
    border-radius: 50%;

}

.footer .footer_msg {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}

.footer .footer_msg .msg_item {
    width: auto;
}


.footer .footer_msg .msgQrBox .title {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 22px;
    text-align: center;
}

.footer .footer_msg .msgQr .imageBox {
    width: 80px;
}

.footer .footer_msg .msgQr .imageBox p {
    font-size: 15px;
    color: #fff;
    line-height: 22px;
    text-align: center;
    margin-top: 5px;
}

.footer .footer_msg .msgQr {
    margin-top: 10px;
}


.footer .footer_msg .msgCont .msgLeft {
    display: flex;
    width: calc(100% - 625px);
    padding-right: 50px;
    justify-content: space-between;
}

.footer .footer_msg .msg_item .title {
    padding-bottom: 13px;
}

.footer .footer_msg .msg_item .title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 34px;
    height: 3px;
    background: #0a9d37;
    z-index: 11;
}

.footer .footer_msg .msg_item.field {
    width: 320px;
}

.footer .footer_msg .msg_item.field .msg_cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer .footer_msg .msgRight {
    display: flex;
    width: 625px;
}

.footer .footer_msg .msgRight .Connect .title {
    display: flex;
    align-items: center;
    margin-bottom: 33px;
}

.footer .footer_msg .msgRight .Connect .title .icon {
    width: 30px;
}

.footer .footer_msg .msgRight .Connect .title .icon img {
    width: 100%
}

.footer .footer_msg .msgRight .Connect .title h1 {
    font-size: 26px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    padding-left: 10px;
    letter-spacing: 0px;
    width: calc(100% - 30px);
}

.footer .footer_msg .msgRight .Connect .cont_item .item {
    display: flex;
}


.footer .footer_msg .msgRight .Connect .cont_item .item .img {
    width: 20px;
    margin-top: 6px;
}

.footer .footer_msg .msgRight .Connect .cont_item .item p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-left: 10px;
}

.footer .footer_msg .msgRight .Connect {
    margin-left: 50px;
}

.footer .footer_msg .msgRight .msgQr {
    margin-top: 70px;
}

.footer .footer_copyright .msgCont {
    width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.Honour .honour_list .list_item a {
    display: block;

}

.index_technology .swiper-slide {
    padding: 10px;
}

.index_technology .technology_item {
    border: 1px solid transparent;
    transition: all 0.3s;
    /* padding: 10px; */
}

.index_technology .technology_item:hover {
    box-shadow: 0px 0px 10px 10px #04aa2e;
    border: 1px solid #04aa2e;
}

/*
.index_technology  .swiper-container{
padding: 10px;
} */

.News .News_swiper .news_right .item {
    padding: 0 0px;
}

.News .News_swiper .news_right .item a {
    display: block;
    padding: 30px 10px;

}

.footer .footer_msg .msg_item.field .title {
    text-align: center;
}

.footer .footer_msg .msg_item.field .title::after {
    left: 50%;
    transform: translateX(-50%);
}



.territory_right .swiper-slide {
    border-bottom: 1px solid #fff;
    padding: 15px;
    background: rgba(0, 0, 0, 0.1);
}

.index_territory .territory_right .territory_item {
    height: 230px;
}

.Case .page {
    margin-top: 40px;
}


.nav_list .Pc_nav_list .nav_header .nav_list .Tenders {
    margin-left: 10px;
}

.nav_list .Pc_nav_list .nav_header .nav_list .Tenders p {
    font-weight: bold;
    font-size: 16px;
}


/* 2023年3月10日 */

.footer .tenders {
    text-align: center;
    margin-top: 10px;
}

.footer .tenders a {
    font-size: 16px;
    color: #fff;
    background: #16aa35;
    padding: 10px 50px;
    border-radius: 40px;
    display: inline-block;
}

.footer .tenders a .icon {
    width: 18px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    transition: all 0.36s;
    left: 0;
}

.footer .tenders a .icon img {
    width: 100%;
}

.footer .tenders a:hover {
    box-shadow: 10px 10px 25px 0 rgb(0 0 0 / 30%);
}
.footer .tenders a:hover .icon {
    left: 10px;
}