.newstitle-index {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    min-width: 435px;
}

.newstitle-title {
    font-size: 14px;
    font-weight: bolder;
    line-height: 40px;
}

.news-more {
    float: right;
    margin-right: 40px;
    font-size: 14px;
    font-weight: bolder;
}

.carousel-caption{
    left:0;
    width:100%;
    text-align:center;
}

.newstitle-time {
    margin-bottom: 4px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}

.carousel-indicators button {
    background-color: #6a8d6d !important;
    height: 5px !important;
    width: 50px !important;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    filter: drop-shadow(3px 3px 3px #333)
}

.maintext-l1 {
    transition: all 1s;
}

    .maintext-l1 span:not(:nth-child(1)) {
        margin-left: 30px;
    }

.mainmenu-index {
    z-index: 1000;
    position: absolute;
    left: 50px;
    height: 60px;
    width: 93%;
}

.intro-text {
    text-indent: 2em;
}

.card-text {
    text-indent: 2em;
}

@media (max-width: 992px) {
    .byxs {
        padding: 20px 0px 50px 0px;
        text-align: center;
    }

        .byxs img {
            width:100%;
            margin: 10px;
            border: 1px solid #236952;
            border-radius: 10px;
            cursor: pointer;
            transition: all 1s;
        }

            .byxs img:hover {
                box-shadow: 5px 5px 10px #6a8d6d;
            }
    .carousel {
        height: 25vh;
    }

        .carousel img {
            width:100vw;
            float: right;
        }

    .intro-node {
        text-align: center;
    }

    .intro-node-en {
        text-align: center;
        min-height: 200px;
    }

    .mtop40{
        margin-top:0px !important;
    }
    .mtop60 {
        margin-top: 0px !important;
    }

    .intro-node-title {
        width: 270px;
        margin-left: auto;
        margin-right: auto;
    }

        .intro-title {
            font-size: 30px;
            font-weight: bolder;
            color: #236952;
            line-height: 60px;
            vertical-align: middle;
            text-align: center;
        }

    .intro-text {
        font-size: 15px;
        color: #236952;
        line-height: 25px;
        vertical-align: middle;
        text-align: left;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .col-sm-12 {
        margin-top: 25px;
    }

    .maintext {
        text-align: center;
        width: 50%;
        padding-left: 45px;
        padding-right: 45px;
    }

    .tools {
        display: none;
    }

    .maintext-l1 {
        font-size: 25px;
        color: #fff;
        font-weight: bold;
    }
}

@media (min-width: 993px) {
    .byxs {
        padding: 50px 0px 50px 0px;
        text-align: center;
    }

        .byxs img {
            height: 230px;
            margin-left: auto;
            margin-right: auto;
            border: 1px solid #236952;
            border-radius: 10px;
            cursor: pointer;
            transition: all 1s;
        }

            .byxs img:hover {
                box-shadow: 5px 5px 10px #6a8d6d;
            }
    #newslist {
        margin-left: 20px;
        margin-right: 40px;
    }


    .carousel img {
        width: 100%;
    }

    .carousel-control-prev-icon {
        width: 4rem;
        height: 4rem;
        color: #236952;
    }

    .carousel-control-next-icon {
        width: 4rem;
        height: 4rem;
        color: #236952;
    }

    .intro-node {
        width: 48%;
        display: flex;
        flex-wrap: wrap;
        padding: 30px 100px 30px 100px;
        justify-content: center;
        height: 270px;
        overflow: hidden;
    }

    .intro-node-en {
        width: 48%;
        display: flex;
        flex-wrap: wrap;
        padding: 30px 100px 30px 100px;
        justify-content: center;
        height: 420px;
        overflow: hidden;
    }

    .intro-title {
        margin-top: auto;
        margin-bottom: auto;
        font-size: 40px;
        font-weight: bolder;
        color: #236952;
        height: 50px;
        line-height: 50px;
        vertical-align: middle;
        text-align: center;
    }

    .intro-text {
        font-size: 20px;
        color: #236952;
        line-height: 35px;
        vertical-align: middle;
        text-align: justify;
        margin-top: 15px;
        margin-bottom: 35px;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }

    .intro-node-text {
        padding-left: 40px;
        padding-right: 40px;
    }

    .maintext {
        margin-top: 240px;
        text-align: center;
        width: 50%;
        padding-left: 45px;
        padding-right: 45px;
    }

    .carousel-caption {
        top: 30%;
    }

    .maintext-l1 {
        font-size: 35px;
        color: #fff;
        font-weight: bold;
        text-shadow: 2px 2px 4px #66666688;
    }

    .main-data {
        margin: 50px;
        border: 2px solid #6a8d6d;
        padding: 25px;
        border-radius: 7px;
        height: 275px;
        overflow: hidden;
    }
}

.maintext-l2 {
    font-size: 65px;
    color: #59ac80;
    margin-top: 20px;
}

#bt_mp_right {
    font-size: 65px;
    color: #8bc34a;
    right: 20px;
    cursor: pointer;
}

/*每个图片的初始css属性*/
.carousel-item {
    display: none;
    transition: transform .6s ease-in-out;
}

/*单独出现可以让元素出现在当前元素的右侧*/
.carousel-item-next {
    display: flex;
    position: absolute;
    top: 0;
    transform: translate3d(0, 0, 0);
}

/*组合出现下面类时，即当前元素开始向左移动动画*/
.active .carousel-item-left {
    transform: translate3d(0, 0, 0);
}

/*下一个元素开始回归初始位置，也向左滑动*/

.main-data .data-node {
    text-align: center;
    padding: 10px;
    transition: all 1s;
}

.data-icon {
    font-size: 80px;
    color: #6a8d6d;
    height: 100px;
    line-height: 80px;
    vertical-align: middle;
    filter: drop-shadow(3px 3px 2px #6a8d6d);
    transition: all 1s;
}

.dsmall {
    font-size: 120px !important;
    height: 130px !important;
    line-height: 120px !important;
}

.data-num {
    font-size: 20px;
    font-weight: bolder;
    color: #59ac80;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    transition: all 1s;
}

.data-num-big {
    font-size: 40px;
    height: 60px;
    line-height: 60px;
    transition: all 1s;
}

.data-title {
    font-size: 16px;
    font-weight: bolder;
    color: #236952;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
}

.main-intro {
    margin: 50px;
    padding: 25px;
}

.intro-node {
    margin: 5px;
    padding: 25px;
    background-size: cover;
    background-position: center;
    color: #fff;
    background-color: #236952;
    transition: all 1s;
}

.intro-node-title {
    font-size: 30px;
    font-weight: bolder;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    transition: all 1s;
    text-shadow: 3px 3px 2px #236952;
}

.mtop40 {
    margin-top: 12%;
}

.mtop60 {
    margin-top: 22%;
}

.mtop10 {
    margin-top: 2%;
}

.tech-node {
    padding-top: 50px;
}

.intro-node-title i {
    margin-right: 20px;
    font-size: 40px;
}

.intro-node-text {
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
    margin-top: 25px;
}

.tech-icon {
    height: 160px;
    line-height: 160px;
    vertical-align: middle;
}

    .tech-icon i {
        font-size: 80px;
    }

.card-cn {
    transition: all 1s;
    height: 350px;
}

.card-en {
    transition: all 1s;
    height: 250px;
}

.card-title {
    line-height: 30px;
    vertical-align: middle;
    font-weight: bolder;
    color: #236952;
}

.card-text-cn {
    font-size: 14px;
    text-align: justify;
}

.card-text-en {
    display: none;
}

.card-header {
    background-color: transparent;
    border: 0px none;
    height: 144px;
}

.card-body {
    height: 220px;
}

.card:hover {
    box-shadow: 5px 5px 10px #6a8d6d;
}


.main-biaoyang {
    margin-top: 80px;
}

.footer-icp img {
    height: 30px;
}

.fadeInUp {
    animation: fadeInUp 1s ease 0.3s 1 both;
}

.fadeOutDown {
    animation: fadeOutDown 1s ease 0.3s 1 both;
}

.zoomIn {
    animation: zoomIn 1s ease 0.3s 1 both;
}

.zoomOut {
    animation: zoomOut 1s ease 0.3s 1 both;
}

.pt-logo img {
    width: 100%;
    height: auto !important;
    border: 0px none;
    transition: all 1s;
}

.pt-logo {
    margin-bottom: 40px;
}

    .pt-logo:hover {
        filter: drop-shadow(2px 2px 1.5px #236952);
    }
