*{margin: 0; padding: 0; font-size: 0px;}
li{list-style: none;}
ul{padding: 0;}
a{text-decoration: none; color: black;}
body{position: relative;}
iframe{
    border: 0px;
    overflow: hidden;
}
.header_top1{
    width: 1208px;
    height: 140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.header_logo{
    width: 800px;
}
.header_right{
    width: 408px;
    text-align: right;
}
.header_right p{
    color: #666666;
    font-size: 20px;
}
.header_right p i{
    color: #ff3300;
    font-size: 24px;
}
.navbox{
    width: 100%;
    height: 53px;
    background-image: linear-gradient(#176f2e, #098139);
}
.navbox ul{
    width: 1208px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 53px;
}
.navbox ul li{
    flex: 1;
    text-align: center;
    height: 53px;
}
.navbox ul li:hover{
    background: #0d602e;
}
.navbox ul li a{
    display: block;
    line-height: 53px;
    align-items: center;
    font-size: 20px;
    color: #FFFFFF;
}
.nav_cur{
    background: #0d602e;
}
.swiper {
    width: 100%;
    /* height: 600px; */
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ind_pro{
    background: #f7f7f7;
    width: 100%;
    height: 762px;
    padding-top: 80px;
}
.ind_entitle{
    font-size: 30px;
    text-align: center;
    color: #006f29;
}
.ind_cntitle{
    font-size: 30px;
    text-align: center;
    color: #000000;
    font-weight: bold;
    line-height: 80px;
}
.ind_des{
    font-size: 18px;
    text-align: center;
    color: #5d5d5d;
    margin-bottom: 92px;
}
.ind_pro_items{
    display: flex;
    width: 1208px;
    margin: 0 auto;
    justify-content: space-between;
}
.ind_pro_item{
    width: 286px;
    height: 430px;
    background: #FFFFFF;
    position: relative;
}
.ind_pro_item:hover{
    animation:updown 1s 1;
    animation-fill-mode: forwards;
}
@keyframes updown
{
	from{margin-top:0px;}
	to{margin-top:-20px;}
}
.ind_pro_item div{
    text-align: center;
    margin-top: 7px;
}
.ind_pro_item img{
    width: 272px;
    height: 202px;
}
.ind_pro_title{
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    line-height: 57px;
    font-size: 20px;
}
.ind_pro_des{
    width: 272px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 20px;
}
.ind_pro_link{
    display: block;
    width: 107px;
    height: 30px;
    line-height: 30px;
    background: #f6710c;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    position: absolute;
    left: calc(50% - 53px);
    bottom: 20px;
}
.ind_aboutus{
    height: 580px;
    background: url(img/ind_aboutus_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.ind_aboutus_box{
    width: 1208px;
    height: 418px;
    margin: 0 auto;
    margin-top: 82px;
    display: flex;
    overflow: hidden;
    cursor: pointer;
}
.ind_aboutus_box_left{
    width: 557px;
/*    display: flex;
    flex-wrap: wrap; */
}
.ind_aboutus_box_left img{
    width: 557px;
/*    height: 200px;
    margin-bottom: 17px; */
}
.ind_aboutus_box_left img:nth-child(odd){
    margin-right: 17px;
}
.ind_aboutus_box_right{
    flex:1;
    margin-left: 38px;
    position: relative;
}
.ind_aboutus_entitle{
    color: #FFFFFF;
    font-size: 27px;
    line-height: 50px;
}
.ind_aboutus_cntitle{
    color: #FFFFFF;
    font-size: 27px;
    font-weight: bold;
    line-height: 40px;
}
.ind_aboutus_des{
    color: #FFFFFF;
    font-size: 22px;
    line-height: 100px;
}
.ind_aboutus_content p,.ind_aboutus_content a{
    color: #FFFFFF;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 2px;
}
.ind_aboutus_content p:last-child{
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-align: right;
}
.ind_case{
    height: 980px;
    background-image: linear-gradient(#fffbff,#efebef);
    overflow: hidden;
}
.ind_case_cur{
    display: none;
    background-color: #00702a;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.ind_case_cur h3{
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: normal;
    margin-top: 30px;
}
.ind_case_cur p{
    display: block;
    width: 85%;
    line-height: 30px;
    margin: 0 auto;
    color: #FFFFFF;
    font-size: 18px;
    margin-top: 20px;
}
.ind_case_imgs{
    width: 1208px;
    margin: 0 auto;
    margin-top: -30px;
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
}
.ind_case_imgs>a{
    border: 1px solid #dedbde;
    padding: 5px;
    background: #FFFFFF;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
}
.ind_case_imgs>a img{
    width: 368px;
    height: 288px;
}
.ind_case_imgs>a:nth-child(3),a:nth-child(6){
    margin-right: 0px;
}
.ind_case_btn{
    width: 100px;
    margin: 0 auto;
    margin-top: 20px;
    border: 1px solid #80b895;
    padding: 10px;
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
}
.ind_news{
    padding: 40px 0px;
    background: #f7f7f7;
    overflow: hidden;
}
.ind_news_list{
    width: 1208px;
    margin: 0 auto;
    padding: 30px 0px;
    margin-top: -20px;
    background: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.ind_news_item{
    width: 555px;
    height: 107px;
    border: 1px solid #f2eff2;
    display: flex;
    margin-bottom: 30px;
}
.ind_news_item_l{
    width: 104px;
    height: 100%;
    border-right: 1px solid #f2eff2;
}
.ind_news_item_l h1{
    font-size: 40px;
    text-align: center;
    margin-top: 15px;
}
.ind_news_item_l p{
    text-align: center;
    font-size: 16px;
    color: #999999;
}
.ind_news_item_r{
    height: 100%;
    flex: 1;
}
.ind_news_item_r h1{
    display: block;
    font-size: 18px;
    margin: 13px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ind_news_item_r p{
    font-size: 14px;
    margin: 0px 13px;
    line-height: 20px;
    color: #999999;
}
footer{
    padding: 20px 0px;
    background: #313439;
}
.footer_main{
    width: 1208px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.footer_main>div{
    color: #FFFFFF;
    font-size: 14px;
    border-right: 1px solid #666666;
    text-align: center;
}
.footer_main>div:nth-child(n+3){
    flex: 1;
    display: flex;
    justify-content: center;
}
.footer_main>div:nth-child(2){
    width: 415px;
    display: flex;
    justify-content: center;
    line-height: 25px;
}
.footer_main div:first-child{
    width: 170px !important;
    
}
.footer_main div:first-child img:hover{
    filter: brightness(150%);
}
.footer_main div:last-child{
    border-right: 0px;
    display: block;
}
.footer_main div:last-child p{
    font-size: 16px;
    text-align: center;
}
.footer_main div:last-child img{
    margin-top: 10px;
}
.footer_main div p{
    font-size: 16px;
    text-align: left;
}
.footer_main div:nth-child(3){
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer_main div:nth-child(3) a{
    font-size: 16px;
    color: #FFFFFF;
    display: block;
    width: 120px;
}
.footercr{
    padding: 20px;
    color: #FFFFFF;
    background: #292829;
    font-size: 14px;
    text-align: center;
    letter-spacing: 2px;
}


.sec_banner{
    height: 330px;
    background-image: url(img/sec_banner.jpg);
    background-position: center center;
}
.sec_main{
    width: 1208px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
.sec_main_left{
    width: 208px;
}
.sec_main_right{
    width: 956px;
}
.sec_classname{
    height: 160px;
    background: #ff6600;
    overflow: hidden;
    margin-top: -60px;
    margin-bottom: 2px;
}
.sec_classname div{
    color: #FFFFFF;
    text-align: center;
}
.sec_cnclassname{
    font-size: 26px;
    margin-top: 50px;
    letter-spacing: 2px;
}
.sec_enclassname{
    font-size: 14px;
    margin-top: 6px;
}
.sec_left_class{
    background: #3a4249;
    margin-bottom: 16px;
}
.sec_left_class a{
    display: block;
    width: 180px;
    margin: 0 auto;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 57px;
    border-bottom: 1px solid #999999;
}
.sec_left_class a:last-child{
    border-bottom: 0px;
}
.sec_left_cur{
    background: #242628;
    position: relative;
    width: 100% !important;
}
.sec_left_contact_title{
    height: 25px;
    line-height: 25px;
    background: #ff6600;
    text-align: center;
    color: #FFFFFF;
    font-size: 15px;
}
.sec_left_contact_tel400{
    line-height: 50px;
    color: #ff3300;
    font-size: 24px;
    text-align: center;
}
.sec_left_contact_info p{
    font-size: 14px;
    display: block;
    padding-left: 35px;
    margin-bottom: 15px;
    min-height: 26px;
}
.sec_left_contact_info p:nth-child(1){
    background: url(img/icon1.png);
    background-repeat: no-repeat;
}
.sec_left_contact_info p:nth-child(2){
    background: url(img/icon2.png);
    background-repeat: no-repeat;
    line-height: 26px;
}
.sec_left_contact_info p:nth-child(3){
    background: url(img/icon3.png);
    background-repeat: no-repeat;
    line-height: 26px;
}
.sec_nav,.sec_nav a{
    font-size: 14px;
    color: #666666;
    line-height: 50px;
}
.sec_single_title{
    font-size: 30px;
    color: #000000;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 40px;
}
.sec_single_content,.sec_single_content *{
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 1px;
}
.sec_single_piclist{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.sec_picbox{
    width: 290px;
    height: 409px;
    margin-right: 43px;
    margin-bottom: 40px;
}
.sec_picbox:nth-child(3n){
    margin-right: 0px;
}
.sec_picbox img{
    width: 100%;
    height: 225px;
}
.sec_picbox a,.sec_picbox p{
    font-size: 16px;
    display: block;
    line-height: 30px;
    text-align: center;
}
.sec_news_item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 44px;
}
.sec_newslist_pic{
    width: 297px;
    height: 232px;
}
.sec_newslist_pic img{
    width: 100%;
    height: 100%;
}
.sec_newslist_right{
    width: 599px;
}
.sec_newslist_title{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    height: 60px;
}
.sec_newslist_abstract{
    font-size: 14px;
    line-height: 20px;
}

/*分页*/
#page *{font-size: 14px;}
#page{font:12px/16px arial; margin-top:10px;display: flex;}
#page span{display: inline-block; margin: 0 auto;}
#page a{margin-right:3px; border:1px solid #D9D9D9; padding:3px 7px; text-decoration:none; color:#666;}
#page a.now_page,#page a:hover{color:#fff; background:#D9D9D9;}
#cur_page{color:#fff; background:#D9D9D9;}