.carousel {
    margin-bottom: 70px;
    margin-top: 90px;
}

@media (max-width: 768px) {
    /* 移动端导航栏样式 */
    .carousel-indicators {
        margin-bottom: 5px;
    }
}
@media (min-width: 769px) {
    /* PC端导航栏样式 */
    .carousel-indicators {
        margin-bottom: 1rem;
    }
}

.carousel .carousel-indicators button {
    width: 70px;
}

.carousel .carousel-inner {
    width: 100%;
}

.content-box {
    margin-right: auto;
    margin-left: auto;
    width: 85%;
}

.content-box .box-title {
    margin-bottom: 70px !important;
}

.content-box .box-title h2 {
    position: relative;
    clear: both;
    display: table;
    margin: 0 auto;
    padding-bottom: 8px;
}

.content-box .box-title h2::after {
    content: '';
    width: 20%;
    height: 2px;
    position: absolute;
    left: 50%;
    margin-left: -10%;
    bottom: 0;
    min-width: 35px;
    border: 2px solid #014e00;
}
@media (max-width: 768px) {
    .content-box .box-title h2::after {
        height: 0;
        left: 45%;
    }
}
@media (min-width: 769px) {
    .content-box .box-title h2::after {
        height: 2px;
        left: 50%;
    }
}

/* 推荐信息PC端 */
.panel-list {
    margin-right: auto;
    margin-left: auto;
    width: 85%;
    max-width: 1010px;
    height: auto;
}

.panel-img-box {
    position: relative;
    float: left;
    margin: 0 4% 30px 0;
    overflow: hidden;
}

.bigbox {
    width: 64%;
    padding-bottom: 30%;
    overflow: hidden;
    height: 0;
}

.smallbox {
    width: 32%;
    padding-bottom: 30%;
    overflow: hidden;
    height: 0;
}

.panel-list .box-right {
    margin-right: 0;
}

.panel-list .boxline3 {
    margin-right: 2%;
}

.panel-img-box .img-box {
    transition: all .5s;
}

.panel-img-box:hover .img-box {
    transform: scale(1.05);
}

.panel-img-box .img-box img {
    width: 100%;
}

.panel-img-box .img-box .mask {
    position: absolute;
    opacity: 1;
    height: 70%;
    width: 100%;
    content: "";
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 70%);
    display: block;
    top: auto;
    bottom: 0;
}

.panel-img-box .text-box {
    position: absolute;
    width: 100%;
    padding: 15px 30px;
    bottom: -40px;
    color: #ffffff;
    transition: all .3s;
}

.panel-img-box:hover .text-box {
    bottom: 0;
}

.panel-img-box .text-box .text-box1 {
    font-size: 1.1em;
}

.panel-img-box .text-box .text-box2 {
    font-size: 18px;
}

.panel-img-box .text-box .text-box3 {
    font-size: 0.875em;
}

.panel-img-box .text-box .text-box4 {
    display: block;
    position: relative;
    margin-top: 15px;
    font-size: 0.875em;
}

.panel-img-box .text-box .right-arrow::after {
    position: absolute;
    top: -3px;
    content: '\e900';
    font-family: 'icomoon';
    font-style: normal;
    font-size: 1.4em;
    color: #ff0101;
}

/* 推荐信息移动端 */
.carousel-panel-list {
    margin-top: 20px;
    margin-bottom: 0;
}

.carousel-panel-list .carousel-caption p {
    color: white;
}

.carousel-panel-list .carousel-indicators button {
    width: 4px;
}

@media (max-width: 768px) {
    /* 移动端导航栏样式 */
    .panel-list {
        display: none;
    }
    .carousel-panel-list {
        display: block;
    }
}
@media (min-width: 769px) {
    /* PC端导航栏样式 */
    .panel-list {
        display: block;
    }
    .carousel-panel-list {
        display: none;
    }
}

/* app模块-star */
/* .app-box {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
    position: relative;
    overflow: hidden;
}

.app-box img {
    width: 100%;
}

.app-content {
    position: absolute;
    top: 75%;
    width: 100%;
    font-size: 1.2em;
    margin: 0 auto;
    text-align: center;
}

.app-content a {
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    position: relative;
    top: auto;
    height: 40px;
    line-height: 40px;
    min-width: 170px;
    border: 1px solid white;
    color: white;
}

.app-box:hover .app-content a {
    background-color: #014e00;
    border: 1px solid #014e00;
}

.app-content a:hover {
    background-color: #014e00;
    border: 1px solid #014e00;
} */

/* app模块-end */

/* 公司简介模块-star */
.intro-box {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 70px;
}

.intro-pic {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.intro-pic img {
    display: block;
    margin: 0 auto;
    width: 80%;
}

.intro-a {
    position: absolute;
    top: 65%;
    width: 100%;
    font-size: 1.2em;
    margin: 0 auto;
    text-align: center;
}

.intro-a a {
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    position: relative;
    height: 40px;
    line-height: 40px;
    min-width: 150px;
    border: 1px solid white;
    color: white;
}

.intro-a span {
    position: absolute;
    width: 0;
    border: 1px solid transparent;
    top: 80%;
    left: 44%;
    transition: all .3s;
}

.intro-box:hover .intro-a span {
    border: 1px solid white;
    width: 12%;
}

.intro-copywriting {
    display: flex;
    position: relative;
    align-items: center;
}

.intro-text {
    display: inline-block;
    width: 60%;
    height: auto;
    margin-top: 2%;
    margin-left: 10%;
}

.temp-margin {
    height: 70px;
}

.text-contact {
    padding: 0 5%;
}

.contact-item {
    position: relative;
    margin-bottom: 5%;
}

.contact-item>h2 {
    font-size: 20px;
    font-weight: 700;
}

.contact-item-detail>h2 {
    font-size: 14px;
}

.header-phone>h2::before {
    content: '\e943';
    font-family: 'icomoon';
    font-weight: normal !important;
    position: absolute;
    top: 0;
}

.header-email>h2::before {
    content: '\ea86';
    font-family: 'icomoon';
    font-weight: normal !important;
    position: absolute;
    top: 0;
}

.header-address>h2::before {
    content: '\e9ca';
    font-family: 'icomoon';
    font-weight: normal !important;
    position: absolute;
    top: 0;
}

@media (max-width: 768px) {
    /* 移动端导航栏样式 */
    .header-phone>h2::before {
        left: -10%;
    }
    .header-email>h2::before {
        left: -10%;
    }
    .header-address>h2::before {
        left: -10%;
    }
}
@media (min-width: 769px) {
    /* PC端导航栏样式 */
    .header-phone>h2::before {
        left: 0%;
    }
    .header-email>h2::before {
        left: 0%;
    }
    .header-address>h2::before {
        left: 0%;
    }
}

.intro-wx {
    display: inline-block;
    right: 2%;
    width: 30%;
    margin-top: 2%;
}

.intro-wx-item {
    width: 60%;
    text-align: center;
}

.intro-wx-item img {
    width: 85%;
}

.intro-wx-item h2 {
    font-size: 1.2vw;
}
/* 公司简介模块-end */

.index-service {
    text-align: center;
    position: relative;
    width: 85%;
    max-width: 1010px;
    margin: 70px auto;
    padding-left: 15px;
    padding-right: 15px;
}

.index-service::after {
    content: '';
    display: block;
    width: 85%;
    height: 1px;
    margin: 60px auto 90px auto;
    background-color: #dddddd;
}

.box-title {
    margin-bottom: 70px;
}

.box-title h2 {
    position: relative;
    clear: both;
    display: table;
    margin: 0 auto;
    padding-bottom: 8px;
}

.box-title h2::after {
    content: '';
    width: 20%;
    height: 2px;
    position: absolute;
    left: 50%;
    margin-left: -10%;
    bottom: 0;
    min-width: 35px;
    border: 2px solid #014e00;
}

.row1 {
    display: flex;
    flex-wrap: wrap;
}

.index-service .col-items {
    height: auto;
    margin-bottom: 10px;
}

.col-items a {
    display: block;
    overflow: hidden;
}

.col-items .img-box2 {
    overflow: hidden;
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 50%;
    vertical-align: middle;
}

.col-items img {
    display: block;
    float: none;
    height: auto;
    width: 100%;
    position: absolute;
    object-fit: cover;
    left: 0;
    transition: all .5s;
}

.col-items:hover img {
    transform: scale(1.05);
}

.col-items .type {
    top: 0;
    left: 0;
    position: absolute;
    padding: 7px 20px;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 70%);
    max-width: 90%;
    z-index: 8;
}

.type span {
    color: #fff;
    font-size: 13px;
    display: block;
    width: 100%;
    height: 100%;
}

.item-text-box {
    height: 270px;
    background: #f8f8f8;
    text-align: left;
    padding: 25px 28px 36px 28px;
}

.col-items:hover .item-text-box {
    background: #f2f2f2;
}

.item-text-box .title {
    height: auto;
    display: block;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1.625em;
    overflow: hidden;
    margin-bottom: 10px;
}

.item-text-box .info {
    height: 46px;
    overflow: hidden;
    margin-bottom: 5px;
    font-size: 1.1em;
}

.item-text-box .text {
    display: block;
    overflow: hidden;
    text-indent: 2em;
    margin-bottom: 0;
    color: #666;
}

.icon-date::before {
    content: '\e904';
    font-style: normal;
    font-family: 'icomoon';
    margin-right: 10px;
}

.icon-locate::before {
    content: '\e906';
    font-style: normal;
    font-family: 'icomoon';
    margin-right: 10px;
}

.more-info-box {
    text-align: center;
}

.more-info {
    margin-top: 30px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.more-info-box .more-info {
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 1.2em;
}

.more-info .more-active {
    margin: 0 15px;
    padding: 10px 30px;
    min-width: 120px;
    height: 40px !important;
    line-height: 40px !important;
    border: 1px solid #111;
}

.more-info a {
    transition: all .6s;
}

@media (max-width: 768px) {
    /* 移动端导航栏样式 */
    .more-info .more-active {
        padding: 10px 15px;
    }
}
@media (min-width: 769px) {
    /* 移动端导航栏样式 */
    .more-info .more-active {
        padding: 10px 30px;
    }
}

.more-active:hover {
    color: white;
    background-color: #014e00;
    border: 1px solid #014e00;
}

.banner1 {
    max-width: 1920px;
    margin: auto;
}

.box-bg-pic {
    position: relative;
    background-color: #f5f5f7;
    padding-top: 70px;
    padding-bottom: 70px;
}

/* 轮播图调整-star */
.carousel-pd25 {
    padding-bottom: 25%;
    height: 0;
}

.mar-b0 {
    margin-bottom: 0 !important;
}

.carousel-control-prev {
    visibility: hidden;
}

.carousel:hover .carousel-control-prev {
    visibility: visible;
}

.carousel-control-next {
    visibility: hidden;
}

.carousel:hover .carousel-control-next {
    visibility: visible;
}

.carousel-mask {
    position: absolute;
    visibility: hidden;
    opacity: 1;
    height: 25%;
    width: 100%;
    content: "";
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 70%);
    display: block;
    top: auto;
    bottom: 0;
    z-index: 1;
}

.carousel:hover .carousel-mask {
    visibility: visible;
}

/* 轮播图调整-end */