body {
    min-width: 1200px;
    font-family: "Microsoft Yahei", SimHei;
    --base-color: #07943C;
}

.container {
    max-width: 1200px;
}

.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.search-form {
    width: 320px;
    margin-left: auto;
    margin-right: 0;
}

.head {
    height: 104px;
}

.head>.container>.row {
    padding-top: 24px;
}
.top-search{
    top:120px;
    width: 71%;
}
.top-tel {
    position: absolute;
    background-color: var(--base-color);
    right: -40px;
    top: 0;
    display: flex;
    justify-content: flex-end;
    z-index: 2;
    border-radius: 0 0 160px 160px;
    padding-right: 60px;
}

.top-tel i {
    transform: rotate(-45deg);
}

.top-nav {
    background-color: #fff;
    position: relative;
    z-index: 3;
    border-radius: 0 0 160px 160px;
}

.top-nav .nav-item {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.nav-line {
    height: 14px;
    width: 2px;
    background-color: #ccc;
    opacity: .5;

}

.nav-link {
    padding: 10px;
    width: 100%;
    position: relative;
}

.nav-link:hover {
    color: var(--base-color);
}

.nav-item.active a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 5px;
    background-color: #22ac38;
}

.sub-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(34, 172, 56, 0.6);
    width: 100%;
    min-width: max-content;
    padding: 9px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.nav-item:hover .sub-nav {
    opacity: 1;
    visibility: visible;
}

.nav-item:hover .sub-nav {}

.banner {
    margin-top: -104px;
    --swiper-navigation-size: 18px;
    --swiper-navigation-color: #fff;
}

.innerbanner {
    height: 450px;
    background-position: center;
    background-size: cover;
}

.about {
    height: 563px;
    background-image: url(../images/aboutbg.jpg);
    background-size: cover;
    background-position: center;
}

.about .left h3 {
    position: relative;
}

.about .left h3:after {
    content: "";
    width: 68px;
    height: 2px;
    background-color: var(--base-color);
    position: absolute;
    top: 0;
    left: 0;
}

.about .about-link {
    background-color: var(--base-color);
    color: #fff;
    border-radius: 40px;
}

.project {
    background-image: url(../images/projectbg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}

.project .project-title {
    width: fit-content;
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    margin: auto;
    color: var(--base-color);
}

.project .project-title h3 {
    letter-spacing: 2px;
}

.first-project {
    height: 42px;
}

.first-project a {
    width: 205px;
    height: 42px;
    background-color: var(--base-color);
    border-radius: 9px;
    line-height: 42px;
}

.first-project a:first-of-type {
    display: none;
}

.first-project a:nth-of-type(2) {
    left: 126px;

}

.first-project a:nth-of-type(3) {
    right: 499px;
}

.first-project a:nth-of-type(4) {
    right: 101px;
}

.third-project {
    height: 179px;
}

.third-project a {
    width: 49px;
    height: 179px;
    text-align: center;
    background-color: rgb(229, 229, 229);
    color: #000;
    display: block;
    writing-mode: vertical-lr;
    line-height: 49px;
    letter-spacing: 3px;
    border-radius: 9px;
    position: absolute;
    display: none;
}

.third-project a.line {
    height: 31px;
    width: 69px;
    line-height: 31px;
    left: 410px;
    display: block;
    writing-mode: unset;
    /*position: relative;*/
}

.third-project a.line:after {
    content: '';
    width: 15px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    background-color: var(--base-color);
}

.third-project a:nth-of-type(1) {
    left: 24px;
    display: block;
}

.third-project a:nth-of-type(2) {
    left: 78px;
    display: block;
}

.third-project a:nth-of-type(3) {
    left: 133px;
    display: block;
}

.third-project a:nth-of-type(4) {
    left: 187px;
    display: block;
}

.third-project a:nth-of-type(5) {
    left: 243px;
    display: block;
}

.third-project a:nth-of-type(6) {
    left: 487px;
    display: block;
}

.third-project a:nth-of-type(7) {
    left: 541px;
    display: block;
}

.third-project a:nth-of-type(8) {
    left: 595px;
    display: block;
}

.third-project a:nth-of-type(10) {
    left: 726px;
    display: block;
}

.third-project a:nth-of-type(12) {
    left: 780px;
    display: block;
}

.third-project a:nth-of-type(13) {
    left: 672px;
    display: block;
}

.third-project a:nth-of-type(15) {
    left: 834px;
    display: block;
}

.third-project a:nth-of-type(20) {
    left: 891px;
    display: block;
}

.third-project a:nth-of-type(21) {
    left: 945px;
    display: block;
}

.third-project a:nth-of-type(22) {
    left: 999px;
    display: block;
}

.third-project a:nth-of-type(23) {
    left: 1053px;
    letter-spacing: 1px;
    display: block;
}

.third-project a:nth-of-type(24) {
    left: 1107px;
    letter-spacing: 1px;
    display: block;
}

.third-project a:nth-of-type(28) {
    left: 294px;
    display: block;
}

.third-project a:nth-of-type(29) {
    left: 348px;
    display: block;
}

.third-project a:nth-of-type(29) {
    left: 348px;
}

.third-project a:nth-of-type(30) {
    top: 32px;
}

.third-project a:nth-of-type(31) {
    top: 78px;
}

.third-project a:nth-of-type(32) {
    bottom: 0;
    height: auto;
    padding: 5px 10px;
    line-height: 1.5;
}

.case {
    height: 531px;
    background: url(../images/casebg.jpg) center no-repeat;
    background-size: cover;
    --swiper-navigation-color: #fff;
}

.case .col-7 {
    background-color: rgb(125, 190, 27);
}

.case .right span+span {
    margin-top: 17px;
}

.case .cast-title {
    padding-left: 4px;
    padding-right: 4px;
    margin-top: -16px;
    position: relative;
    z-index: 1;
}

.case .cast-title div {
    width: 19.8%;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
    background-color: #fff;
    cursor: pointer;
}

.case .cast-title div.act {
    background-color: var(--base-color);
    color: #fff;
}

.news {
    background: url(../images/newsbg.jpg) center no-repeat;
    background-size: cover;
}

.news-main a {
    display: block;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.news-main a h5 {
    position: absolute;
    background-color: rgba(101, 190, 186, 1);
    width: 100%;
    height: 75px;
    line-height: 75px;
    text-align: center;
    padding: 0 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
    left: 0;
    bottom: 0;
    transition: all .4s;
}

.news-main a .news-cover {
    background-color: rgba(101, 190, 186, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 9px;
    top: 0;
    left: 0;
    transform: rotateY(-90deg);
    transition: all .5s;
}

.news-main a .news-cover>div {
    border: 1px solid #fff;
    color: #fff;
}

.news-main .news-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.news-main a:hover h5 {
    bottom: -100%;
}

.news-main a:hover .news-cover {
    transform: rotateY(0);
}

.sortname {
    background-color: var(--base-color);
}

.culture-li {
    width: 46%;
    margin-top: 25px;
}

.culture-li-entitle {
    background-color: rgba(91, 189, 120, 1);
}

.cunture-line {
    width: 24px;
    height: 2px;
    background-color: var(--base-color);
}

.about-box3 {
    background-image: url(../images/tl_02.jpg);
    background-size: right center;
    background-size: cover;
}

.fzlc {
    background-image: url(../images/fzlcbg.jpg);
    height: 500px;
    background-size: cover;
    background-position: top center;
}

.honor-img {
    position: relative;
    height: 350px;
    cursor: pointer;
    overflow: hidden;
}

.honor-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: all .3s;
}

.honor-img:hover img {
    transform: scale(1.05);
}

.honor-img:hover~.honor-name {
    background-color: var(--base-color) !important;
    color: #fff;
}

.honor-img:hover {
    border-color: var(--base-color) !important;
}

.honor-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.honor-navs a:hover {
    color: var(--base-color);
}

.honor-navs a.act {
    background-color: var(--base-color) !important;
    color: #fff;
}

.inner-left {
    position: relative;
}

.inner-left-title {
    width: 86%;
    background-color: var(--base-color);
    border-radius: 0 9px 0 80px;
    position: absolute;
    left: 0;
    z-index: 1;
}

.inner-left-main {
    padding-top: 75px;
    padding-bottom: 40px;
    border-left: 3px solid #e0e0e0;
    border-right: 3px solid #e0e0e0;
    position: relative;
    min-height: 280px;
}

.inner-left-main::after {
    content: '';
    position: absolute;
    width: 102%;
    height: 15px;
    background-color: var(--base-color);
    left: -3px;
    bottom: 0;
}

.inner-news-content-desc,
.job-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-title:hover a {
    color: var(--base-color);
}

.inner-left-main>div:hover>a {
    color: var(--base-color);
}

.inner-left-main>div {
    position: relative;
}

.left-sub {
    width: 260px;
    position: absolute;
    top: 0;
    left: 100%;
    box-shadow: 1px 0px 1px #ccc;
    border: 1px solid #ccc;
    background-color: rgba(255, 255, 255, 1);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
}

.left-sub a:hover {
    color: var(--base-color);
}

.inner-left-main>div:hover .left-sub {
    opacity: 1;
    visibility: visible;
}

.pro-swiper,
.pro-swiper .swiper {
    height: 400px;
}

.pro-swiper {
    border: 1px solid #dcdcdc;
}

.pro-thumb-swiper,
.pro-thumb-swiper .swiper {
    height: 95px;
}
.pages-left a:hover{color: var(--base-color);}

.foot{background-color: var(--base-color);}
.code{width: 120px;height: 120px;}