.banner{margin-top: 80px;}


.p_h6{
    line-height: 24px;
    height: 24px;
    border-left: 4px solid #00923f;
    padding-left: 20px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
}



/***  新闻  ***/
.news{padding: 50px 0;}
.carousel_news{
    width: 39%;
    height: 322px;
    position: relative;
    display: inline-block;
}
.carousel_news .carousel-indicators{
    right: 0;
    width: 70px!important;
    /*left: 600px!important;*/
    bottom: 10px;
    left: initial;
    margin: 0;
    margin-left: -30px;
}
.carousel_news .carousel-indicators li{
    height: 8px;
    width: 8px;
}
.carousel_news .carousel-indicators .active{
    width: 20px;
}
.carousel_news .carousel-inner,.carousel_news .carousel-inner .item{
    width: 100%;
    height: 100%;
}
.carousel_news .carousel-inner .item img{
    width: 100%;
    height: 100%;
}
.carousel_news .item_tip{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0),rgba(0,0,0,.6));
}
.carousel_news .item_tip p{
    width: 50%;
    padding-left: 22px;
    line-height: 45px;
    color: #fff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.carousel_news1 .carousel_news{
    width: 100%;
}
.carousel_news1 .news_right{
    width: 100%;
}

.news_right{
    float: right;
    width: 57.58%;
    height: 322px;
    display: inline-block;
}

.news_right_list{
    display: inline-block;
    width: 74.2%;
    height: 100%;
    position: relative;
    border: 1px solid #f2f2f2;
}

.news_list{
    padding: 0 20px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.news_list li{
    height: 25%;
    width: 100%;
    border-bottom: 1px #f2f2f2 dashed;
}
.news_list li a{
    color: #4f4f4f;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.news_list li:last-child{
    border: 0;
}
.news_list li p{
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list li time{
    width: 150px;
    text-align: center;
}


.news_right_nav{
    width:25.8%;
    float: right;
}
.news_right_nav >div{
    height: 161px;
    background-color: #f2f2f2;
    text-align: center;
    color: #4f4f4f;
    padding-top: 30px;
    cursor: pointer;
}
.news_right_nav >div p{margin: 0}
.news_right_nav >div .icon{
    font-size: 60px;
}
.news_right_nav div.active{
    background-color: #00923f;
    color: #fff;
    position: relative;
}
.news_right_nav div.active:before{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    /*border: 10px solid #00923f;*/
    border: 10px solid transparent;
    border-right: 10px solid #00923f;
    left: -20px;
    top: 44%;
}

.sm_p .box_work{
    width: 100%;
}
.sm_p .box_guild{
    width: 100%;
}
.sm_p .box_tips{
    width: 100%;
}
.box{
    background-color: #f3f3f3;
    padding: 50px 0;
}

.box .box_item{
    float: left;
    margin-right: 2%;
}
.box .box_item:last-child{
    margin: 0;
}

.box_work{
    width: 26%;
}
.box_guild{
    width: 44%;
}
.box_tips{
    width: 26%;
}

.box .box_work button{
    width: 124px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: transparent;
    border: 1px solid #b8afab;
}
.box .box_work button a{color: #7f7f7f;}
.box .box_work button:hover a{color: #fff;}
.box .box_work button:hover{
    background-color: #00923f;
    border: 1px solid #00923f;
}
.box_work_bd h6{
    font-size: 14px;
    color: #333333;
}
.box_work_bd p{
    font-size: 20px;
    color: #4f4f4f;
    line-height: 46px;
    padding: 18px 0;
}

.box_work .box_work_bd{
    height: 550px;
    background: url("../img/bg1.png") no-repeat 100% 100% /cover;
    padding: 60px 30px 0 30px;
}
.box_guild_bd h6{
    font-size: 14px;
    color: #333333;
}
.box_guild_bd h5{
    font-size: 20px;
    color: #333333;
    line-height: 46px;
    padding: 18px 0 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.box_guild_bd p.p_text_over{
    font-size: 14px;
    color: #4f4f4f;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
.box_guild .box_guild_bd{
    height: 550px;
    background: url("../img/bg2.png") no-repeat 100% 100% /cover;
    padding: 60px 30px 0 30px;
}
.box_guild .box_guild_bd button a{color: #fff;}
.box_guild .box_guild_bd button{
    width: 124px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #00923f;
    border: 1px solid #00923f;
}
.box_photo{
    margin: 30px 0 88px;
    position: relative;
}
.box_photo img{
    width: 40%;
}
.box_photo img:last-child{
    position: absolute;
    margin-top: 70px;
    margin-left: -30px;
}
.box_photo img:nth-child(2){
    position: absolute;
    right: 0;
}

.box_tips.carousel{
    position: relative;
    width: 100%;
    height: 100%;
}
.box_tips.carousel .carousel-indicators{
    bottom: 25px;
}
.box_tips.carousel .carousel-indicators li{
    width: 8px;
    height: 8px;
}
.box_tips.carousel .carousel-indicators .active{
    width: 20px;
}
.box_tips .box_tips_bd1{
    height: 260px;
    background: url("../img/bg3.png")  no-repeat 100% 100% /cover;
    margin-bottom: 30px;
    padding: 60px 30px 0 30px;
}
.box_tips_bd1 h6{
    font-size: 14px;
    color: #fff;
}
.box_tips_bd1 p{
    font-size: 20px;
    color: #fff;
    line-height: 46px;
    height: 112px;
    overflow: hidden;
    text-align: justify;
    padding: 20px 0;
}
.box_tips .box_tips_bd2{
    height: 260px;
    background: url("../img/bg4.jpg")  no-repeat 100% 100% /cover;
    padding: 35px 30px 0 30px;
}
.box_tips .box_tips_bd2 h5{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
.box_tips .box_tips_bd2 h5 small{
    font-size: 14px;
    color: #333;
}
.box_tips_bd2 ul{
    margin-top: 20px;
    padding-left: 12px;
}
.box_tips_bd2 ul li{
    line-height: 38px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.box_tips_bd2 ul li a{
    color: #4f4f4f;
    font-size:16px;

}
.box_tips_bd2 ul li a i.icon{
    margin-right: 12px;
    color: #00923f;
    font-size:8px;
}
.box_tips_bd2 div{
    text-align: right;
}
.box .box_tips_bd2 button:hover{
    background-color: #00923f;
    border: 1px solid #00923f;
}
.box .box_tips_bd2 button:hover a{color: #fff;}
.box_tips_bd2 button{
    width: 124px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    float: right;
}
.box_tips_bd2 button a{ color: #4f4f4f;}


@media (min-width: 768px){
    .nav-box1.navbar-collapse.collapse {
        display: none !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}
@media (min-width: 1380px){
    .container {
        width: 1380px;
    }
}

.box_history{border-top: 1px solid #f2f2f2;}
.box_history >div>h6{text-align: center;font-size: 28px;color: #4f4f4f;padding: 50px 0 30px;}
.box_history >div>p{text-align: center;font-size: 16px;color: #4f4f4f;padding: 20px 0 20px;}
.history_ul{max-height: 800px;overflow-x: hidden;overflow-y: auto;}
.history_ul{width: 1200px;}
.history_ul li{width: 50%;height: 150px;}
.history_ul li:nth-child(2n -1){border-right: 1px solid #00923f;text-align: right;padding-right: 60px;position: relative;}
.history_ul li:nth-child(2n){margin-left: calc(50% - 1px);border-left: 1px solid #00923f;text-align: left;position: relative;padding-left: 60px;}
.history_ul li:nth-child(2n-1):after{content: '';width: 50px;height: 1px;background-color:#00923f;position: absolute; /*right: 0;*/margin-left: 10px; /*margin-top: -45px;*/top: 20px;}
.history_ul li:nth-child(2n):after{content: '';width: 50px;height: 1px;background-color:#00923f;position: absolute; /*right: 0;*/margin-left: -60px;top: 20px;}
.history_ul h6{font-size: 28px;margin-bottom: 10px;}
/*.history_ul p{color: #888888;font-size: 14px;color: #888888;}*/
.history_ul li:last-child{color: #888888;font-size: 14px;width: 100%;text-align: center;margin-left: 0;margin-top: 40px;border-left: 0;padding: 0;height: 50px;}
.history_ul li:last-child:after{content: '';width: 0;}
