@charset "utf-8";
@media screen and (max-width: 768px){}
a{
    color: #666666;
}
a:hover{
    text-decoration: none;
}
p{
    line-height: 2;
    color: #666666;
    margin-bottom: 15px;
}
/* 首页 */
.btn_more{
    padding:0 45px;
    display: inline-block;
    line-height: 2.4;
    border:solid 1px #e9e9e9;
    text-transform: uppercase;
    color: #999999;
}

.title>div{
    display: inline-block;
    height: 120px;
    padding-top: 60px;
}
.title .title_cn{
    color:#6fa847;
    font-size: 24px;
    margin-right: 10px;
}
.title .title_en{
    color:#999999;
    font-size: 14px;
}
@media screen and (max-width: 768px){
    .title{
        padding:15px 0;
    }
    .title>div{
        display: block;
        height: auto;
        padding:0;
    }
    .title .title_cn{
        font-size: 18px;
    }
}
.pro_show{
    padding-bottom: 30px;
}
.pro_show .pro_show_header{
    display: flex;
    list-style: none;
    padding-left: 0;
    background-color: #f8f8f8;
    border-top: 1px solid #e3e3e3;
    justify-content: space-between;
}
.pro_show .pro_show_header li{
    flex: 1;
    text-align: center;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pro_show .pro_show_header .pro_title1{
    font-size: 18px;
    color: #6fa847;
}
.pro_show .pro_show_header .pro_title2{
    color: #999999;
}

.pro_show .pro_show_header li.active{
    background-color: white;
    border-top: solid 5px #6fa847;
}
.pro_show .pro_list{
    display: flex;
    justify-content: space-between;
}
.pro_show .pro_list .pro_item{
    width: 24%;
}
@media screen and (max-width: 768px){
    .pro_show{
        padding-bottom: 15px;
    }
    .pro_show .pro_show_header{
        flex-wrap: wrap;
    }
    .pro_show .pro_show_header li{
        flex: auto;
        width: 50%;
        height: 48px;
    }
    .pro_show .pro_show_header li a{
        line-height: 48px;
        width: 100%;
    }
    .pro_show .pro_show_header .pro_title1{
        font-size: 16px;
    }
    .pro_show .pro_show_header .pro_title2{
        display: none;
    }
    
    .pro_show .pro_show_header li.active{
        border-top: solid 2px #6fa847;
    }
    .pro_show .pro_list{
        flex-wrap: wrap;
    }
    .pro_show .pro_list .pro_item{
        width: calc(50% - 7px);
        margin-bottom: 15px;
    }
}


.i_intro{
    padding-bottom: 30px;
}
.num_box{
    background: url(../images/bg1.jpg) center;
}
.num_box .num_list{
    height: 180px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.num_box .num_list .num_item{
    flex: 1;
    color: white;
    text-align: center;
    border-right: solid 1px white;
}
.num_box .num_list .num_item:last-child{
    border-right: none;
}
.num_box .num_list .num_item .item_num{
    font-size: 54px;
}
.num_box .num_list .num_item .item_info{
    font-size: 16px;
}
@media screen and (max-width: 768px){
    .i_intro{
        padding-bottom: 15px;
    }
    .num_box{
        background-size: cover;
        padding:15px 0;
    }
    .num_box .num_list{
        height:auto;
        flex-wrap: wrap;
    }
    .num_box .num_list .num_item{
        flex: auto;
        width: 50%;
        border-right: none;
    }
    .num_box .num_list .num_item:last-child{
        border-right: none;
    }
    .num_box .num_list .num_item .item_num{
        font-size: 24px;
    }
    .num_box .num_list .num_item .item_info{
        font-size: 14px;
    }
}
.i_honor{
    padding: 100px 0;
}
.i_honor .swiper-slide{
    padding-bottom: 60px;
}
.i_honor .my-bullet-active{
    background-color: #fe4f00;
    opacity: 1;
}
@media screen and (max-width: 768px){
    .i_honor{
        padding: 15px 0;
    }
    .i_honor .swiper-slide{
        padding-bottom: 15px;
    }
}

.footer{
    background-color: #333333;
    padding-top: 54px;
    padding-bottom: 28px;
    color: white;
}
.footer a{
    color: white;
}
.footer .footer_flex{
    display: flex;
    justify-content: space-between;
}
.footer .footer_item.item_nav{
    display: flex;
    justify-content: space-around;
}
.footer .item_nav .nav_item{
    flex: 1;
    padding:0 20px;
}
.footer .item_nav .nav_item .item_row{
    margin-bottom: 20px;
    font-size: 16px;
}
.footer .footer_item p{
    color: #a9a9a9;
    line-height: 1.2;
}
@media screen and (max-width: 768px){
    .footer{
        padding:15px 0;
    }
    .footer .footer_flex{
        flex-wrap: wrap;
    }
    .footer .footer_item{
        width: 100%;
        margin-bottom: 15px;
    }
    .footer .item_nav{
        margin-bottom: 15px;
    }
    .footer .item_nav .nav_item{
        padding:0 15px 0 0;
    }
    .footer .item_nav .nav_item .item_row{
        margin-bottom: 5px;
        font-size: 14px;
    }
    .footer .footer_item p{
        color: #a9a9a9;
        line-height: 1.2;
    }
}




.swiper-button-change{
    padding:20px 0;
}
.swiper-button-change .change-button-prev{
    width: 24px;
    height: 24px;
    background-color: #cccccc;
    color: white;
    display:inline-block;
    text-align:center;
    line-height: 24px;
    cursor: pointer;
}
.swiper-button-change .change-button-next{
    width: 24px;
    height: 24px;
    background-color: #cccccc;
    color: white;
    display:inline-block;
    text-align:center;
    line-height: 24px;
    cursor: pointer;
}



.breadNav{
    height: 92px;
    line-height: 92px;
    background-color: #f9f9f9;
    margin-bottom: 30px;
}
.breadNav .current_page{
    font-size: 24px;
    color: #6fa847;
}
.breadNav .current_position{
    text-align: right;
}
.breadNav .current_position img{
    margin-top: -5px;
    margin-right:5px;
}
@media screen and (max-width: 768px){
    .breadNav{
        height: auto;
        line-height: 3;
        margin-bottom: 0;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .breadNav .current_position{
        text-align: left;
    }
    .breadNav .current_position img{
        margin-top: -5px;
        margin-right:5px;
    }
}





.pro_content{
    display: flex;
}
.pro_content .pro_show{
    flex: 1;
    width: 768px;
}
.pro_content .pro_show .pro_show_header li{
    height: 60px;
}
.pro_content .otherPro{
    width: 160px;
    margin-left: 30px;
}
.pro_content .otherPro .other_title{
    background-color: #f34e00;
    line-height: 52px;
    color: white;
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}
.pro_content .otherPro .pro_type_name{
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 2;
    text-align: center;
    color: #666666;
}
@media screen and (max-width: 768px){
    .pro_content{
        padding-top: 15px;
    }
    .pro_content .pro_show{
        flex: 1;
        width: 50%;
    }
    .pro_content .pro_show .pro_show_header li{
        height: auto;
    }
    .pro_content .otherPro{
        display: none;
    }
}





.inner_content {
    padding:30px 0;
}
.inner_content p{
    line-height: 2;
    text-indent: 2em;
    font-size: 16px;
}
.inner_content.num_box{
    margin-bottom: 60px;
}
@media screen and (max-width: 768px){
    .inner_content {
        padding:15px 0;
    }
    .inner_content p{
        font-size: 14px;
    }
    .inner_content.num_box{
        margin-bottom: 15px;
    }
}



.honor_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.honor_list .honor_item{
    width: calc(20% - 4px);
}
.honor_list .honor_item2{
    width: calc(40% - 8px);
}
.honor_list .item_name{
    font-size: 16px;
    text-align: center;
    line-height: 3;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
@media screen and (max-width: 768px){
    .honor_list .honor_item{
        width: calc(33.33% - 4px);
    }
    .honor_list .item_name{
        font-size: 12px;
        line-height: 2;
    }
}

.inner_content .equipment_item:hover .equipment_name{
    background-color: #f3611d;
    color: white;
}
.inner_content .equipment_item .equipment_name{
    line-height: 36px;
    text-align: center;
}
@media screen and (max-width: 768px){
    .inner_content .equipment_item:hover .equipment_name{
        background-color: #f3611d;
        color: white;
    }
    .inner_content .equipment_item .equipment_name{
        line-height: 2;
        text-align: center;
    }
}


.inner_content .map {
    height: 500px;
    border: solid 1px #cccccc;
    margin-bottom: 60px;
}
.inner_content .contact_box{
    position: relative;
}
.inner_content .contact_box .fixed_info{
   position: absolute;
   right: 0;
   top: 0;
   bottom: 0;
   z-index: 99;
   color: white;
   width: 330px;
   background-color: rgba(254, 79, 0, .65);
   padding-left: 24px;
   padding-top: 64px;
}
.fixed_info .contact_title{
    font-size: 18px;
    margin-bottom: 15px;
}
.fixed_info .line{
    width: 100px;
    height: 3px;
    background-color: white;
    margin-bottom: 10px;
}
.fixed_info .contact_text{
    font-size: 16px;
    line-height: 2;
}
@media screen and (max-width: 768px){
    .inner_content .map {
        margin-bottom: 15px;
    }
    .inner_content .contact_box{
        position: relative;
    }
    .inner_content .contact_box .fixed_info{
       position: unset;
       width: 100%;
       color: #666666;
       background-color: white;
       padding-left: 0px;
       padding-top: 0px;
       padding-bottom: 15px;
    }
    .fixed_info .contact_title{
        font-size: 16px;
    }
    .fixed_info .line{
        background-color: #666666;
    }
    .fixed_info .contact_text{
        font-size: 16px;
        line-height: 2;
    }
}