/**
 *               ii.                                         ;9ABH,          
 *              SA391,                                    .r9GG35&G          
 *              &#ii13Gh;                               i3X31i;:,rB1         
 *              iMs,:,i5895,                         .5G91:,:;:s1:8A         
 *               33::::,,;5G5,                     ,58Si,,:::,sHX;iH1        
 *                Sr.,:;rs13BBX35hh11511h5Shhh5S3GAXS:.,,::,,1AG3i,GG        
 *                .G51S511sr;;iiiishS8G89Shsrrsh59S;.,,,,,..5A85Si,h8        
 *               :SB9s:,............................,,,.,,,SASh53h,1G.       
 *            .r18S;..,,,,,,,,,,,,,,,,,,,,,,,,,,,,,....,,.1H315199,rX,       
 *          ;S89s,..,,,,,,,,,,,,,,,,,,,,,,,....,,.......,,,;r1ShS8,;Xi       
 *        i55s:.........,,,,,,,,,,,,,,,,.,,,......,.....,,....r9&5.:X1       
 *       59;.....,.     .,,,,,,,,,,,...        .............,..:1;.:&s       
 *      s8,..;53S5S3s.   .,,,,,,,.,..      i15S5h1:.........,,,..,,:99       
 *      93.:39s:rSGB@A;  ..,,,,.....    .SG3hhh9G&BGi..,,,,,,,,,,,,.,83      
 *      G5.G8  9#@@@@@X. .,,,,,,.....  iA9,.S&B###@@Mr...,,,,,,,,..,.;Xh     
 *      Gs.X8 S@@@@@@@B:..,,,,,,,,,,. rA1 ,A@@@@@@@@@H:........,,,,,,.iX:    
 *     ;9. ,8A#@@@@@@#5,.,,,,,,,,,... 9A. 8@@@@@@@@@@M;    ....,,,,,,,,S8    
 *     X3    iS8XAHH8s.,,,,,,,,,,...,..58hH@@@@@@@@@Hs       ...,,,,,,,:Gs   
 *    r8,        ,,,...,,,,,,,,,,.....  ,h8XABMMHX3r.          .,,,,,,,.rX:  
 *   :9, .    .:,..,:;;;::,.,,,,,..          .,,.               ..,,,,,,.59  
 *  .Si      ,:.i8HBMMMMMB&5,....                    .            .,,,,,.sMr 
 *  SS       :: h@@@@@@@@@@#; .                     ...  .         ..,,,,iM5 
 *  91  .    ;:.,1&@@@@@@MXs.                            .          .,,:,:&S 
 *  hS ....  .:;,,,i3MMS1;..,..... .  .     ...                     ..,:,.99 
 *  ,8; ..... .,:,..,8Ms:;,,,...                                     .,::.83 
 *   s&: ....  .sS553B@@HX3s;,.    .,;13h.                            .:::&1 
 *    SXr  .  ...;s3G99XA&X88Shss11155hi.                             ,;:h&, 
 *     iH8:  . ..   ,;iiii;,::,,,,,.                                 .;irHA  
 *      ,8X5;   .     .......                                       ,;iihS8Gi
 *         1831,                                                 .,;irrrrrs&@
 *           ;5A8r.                                            .:;iiiiirrss1H
 *             :X@H3s.......                                .,:;iii;iiiiirsrh
 *              r#h:;,...,,.. .,,:;;;;;:::,...              .:;;;;;;iiiirrss1
 *             ,M8 ..,....,.....,,::::::,,...         .     .,;;;iiiiiirss11h
 *             8B;.,,,,,,,.,.....          .           ..   .:;;;;iirrsss111h
 *            i@5,:::,,,,,,,,.... .                   . .:::;;;;;irrrss111111
 *            9Bi,:,,,,......                        ..r91;;;;;iirrsss1ss1111
 */




html,body{
    font-family: arial,verdana;
}
input, button, textarea,select,button{
    font-family: arial,verdana;   
}
.bgf8{
    background: #f8f8f8;
}

.header_box{
    height: 100px;
    background: #202020;
}
.header_fix{
    width: 100%;
    background: #202020;
    box-shadow: 0 0 7px rgba(115,115,115,.15);
    -webit-transition: all 0.5s;
    transition: all 0.5s;
}
.header_fix.hover{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4;
}
.header{
    height: 100px;
    width: 100%;
    position: relative;
    -webit-transition: all 0.5s;
    transition: all 0.5s;
}
.header .wrapper{
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.logo{
    width: 110px;
    height:100px;
    display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.logo img{
    display: block;
    max-width: 100%;
}
.head_r{
    width: calc(100% - 150px);
}
.head_r_t{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content:flex-end;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 17px 0 0;
}
.head_r_t .item{
    color: #c6c6c6;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding: 0 15px;
}
.head_r_t .item::after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 10px;
    background: #c6c6c6;
    margin-top: -5px;
}
.head_r_t .item:hover{
    color: #90b131;
}
.head_r_t .item:last-child::after{
    display: none;
}


.menu{
    display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
   -ms-justify-content: space-between;
   -webkit-justify-content: space-between;
   justify-content: space-between;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    position: relative;
}

.menu_dl{
    width: calc(100% - 60px);
    display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.menu_dl dd{
    float: left;
    height: 60px;
    position: relative;
    -webit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.menu_dl dd.pro_dd{
    position: static;
}
.menu_tt .text{
    width: 100%;
    display: block;
    color: #ddd;
    text-align: center;
    line-height:60px;
    font-size: 16px;
    padding: 0 25px;
}
.menu_dl dd.hover .menu_tt .text{
    color: #90b131;
}

.menu_down_pro{
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 3;
    width: 100%;
    max-width: 1015px;
    background: #fff;
    padding: 30px;
}
.menu_down_pro_wrap{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.menu_down_pro_item{
    width: 23%;
}
.menu_down_pro_item_tt{
    display: block;
    font-size: 18px;
    color: #333;
    
    margin-bottom: 17px;
}
.menu_down_pro_down a{
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-bottom: 8px;
}
.menu_down_pro_down a:last-child{
    margin-bottom: 0;
}
.menu_down_pro_down a:hover{
    color: #90b131;
    -ms-transform: translateX(3px);
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}



.menu_down{
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 3;
    width: 326px;
    background: #fff;
    padding: 26px 45px;
}
.menu_down a{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    padding: 10px 0;
}
.menu_down a .tt{
    width: calc(100% - 30px);
}
.menu_down a .icon{
    width: 30px;
    height: 30px;
    background: url(../images/menu_ico.png) no-repeat center center;
}
.menu_down a:hover{
    color: #90b131;
    -ms-transform: translateX(3px);
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}






.head_search{
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    background: #202020;
    border-radius: 50%;
}

.search_box{
    display: none;
    position: fixed;
    left:50%;
    top: 50%;
    z-index: 5;
    margin:-30px 0 0 -450px;
    z-index: 9;
    width:900px;
    height: 60px;
    padding: 10px;
    background: #f5f5f5;
}
.search_box_text{
    width: calc(100% - 90px);
    height: 40px;
    border: 0;
    font-size: 14px;
    padding-left: 20px;
    background: none;
}
.search_box_text::-webkit-input-placeholder{
    font-size: 14px;
}
.search_box_sub{
    width:40px;
    height: 40px;
    color: #90b131;
    font-size: 28px;
    background: none;
    border: 0;
}

.search_box_close{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    color: #999;
    margin-left: 10px;
    border: 0;
    background: none;
}
.search_box_close:hover{
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}


.header_fix.hover,
.header_fix.hover .header{
    height: 60px;
    -webit-transition: all 0.5s;
    transition: all 0.5s;
}
.header_fix.hover .logo{
    height: 60px;
}

.header_fix.hover .logo{
    height: 60px;
    padding: 8px 0;
    -webit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition:;
    -moz-transition:;
    -ms-transition:;
    -o-transition:;
}
.header_fix.hover .menu_dl dd{
    -webit-transition: all 0.5s;
    transition: all 0.5s;
}
.header_fix.hover .head_r_t{
    display:none;
}



/*
 * wap head
 */
 .mobile_header{
    display: none;
    clear: both;
    width: 100%;
    height: 52px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.mobile_header_top{
    position: fixed;
    left: 0;
    top:0;
    z-index: 7;
    width: 100%;
    height: 52px;
    background:#fff;
    box-shadow: 0 2px 3px rgba(0,0,0,.1);
}


.mobile_logo{
    width: 140px;
    height: 52px;
    margin-left: 15px;
}
.mobile_logo img{
    display: block;
    height: 35px;
    width: auto;
}

.mobile_menu_btn{
    position: absolute;
    right: 0;
    top: 0;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    width: 54px;
    height: 52px;
    cursor: pointer;
}
.mobile_menu_btn span{
    display: block;
    height: 3px;
    width: 28px;
    background: #90b131;
    border-radius: 4px;
    margin-bottom: 6px;
}
.mobile_menu_btn span:last-child{
    margin-bottom: 0;
}
.mobile_search_icon{
    width: 40px;
    height: 52px;
    color: #90b131;
    font-size: 26px;
    line-height: 52px;
    text-align: center;
    margin-right: 52px;
    cursor: pointer;
}
.mobile_header.hover{
    background:rgba(0,0,0,.5);
    box-shadow: 0 2px 3px rgba(0,0,0,.1);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.mobile_menu_box{
    position: fixed;
    right: -110%;
    top:0;
    z-index: 8;
    width:75%;
    height: 100%;
    background:#202020;
    padding: 20px 15px;
    overflow-y: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile_menu_box.show{
    right: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile_menu_dl dd{
    clear: both;
    line-height: 1.3;
    border-bottom: 1px solid #3c3c3c;
}
.mobile_menu_tt{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.mobile_menu_tt .text{
    float: left;
    width: 80%;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0;
    text-transform: capitalize;
}
.mobile_menu_tt_icon{
    display: none;
    float: right;
    float: right;
    width: 20%;
    line-height: 44px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    transform: rotateZ(-180deg);
    -webkit-transform: rotateZ(-180deg);
    -webit-transition: all 0.5s;
    transition: all 0.5s;
}

.mobile_menu_down{
    display:none;
    padding:6px 0 10px 12px;
}
.mobile_menu_down_clm{
    margin-bottom: 12px;
}
.mobile_menu_down_clm_tt{
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
}
.mobile_menu_down_clm_tt .tt{
    width: calc(100% - 50px);
    color: #fff;
    line-height: 20px;
    padding: 10px 0;
}
.mobile_menu_down_clm_tt .icon{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    transform: rotateZ(-180deg);
    -webkit-transform: rotateZ(-180deg);
    -webit-transition: all 0.5s;
    transition: all 0.5s;
}
.mobile_menu_down_clm.hover .mobile_menu_down_clm_tt .icon{
    transform: rotateZ(-90deg);
    -webkit-transform: rotateZ(-90deg);
    -webit-transition: all 0.5s;
    transition: all 0.5s;
}
.mobile_menu_down_clm_list{
    display: none;
    padding: 5px 0 0 10px;
}
.mobile_menu_down_clm_list a{
    display: block;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    padding: 5px 0 5px 14px;
    position: relative;
}
.mobile_menu_down_clm_list a::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    margin-top: -3px;
    background: #fff;
    border-radius: 50%;
}



.mobile_menu_tt_icon.hover{
    transform: rotateZ(-90deg);
    -webkit-transform: rotateZ(-90deg);
    -webit-transition: all 0.5s;
    transition: all 0.5s;
}


/* .mobile_menu_dl dd.hover .mobile_menu_tt .text{
    font-weight: bold;
} */

.mobile_search_box{
    position: fixed;
    left: 0;
    top: 52px;
    z-index: 7;
    display: none;
    width: 100%;
    padding: 20px;
    background: #fafafa;
}
.mobile_search_box form{
    width: 100%;
    padding:2px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.mobile_search_text{
    float: left;
    line-height: 40px;
    padding-left: 15px;
    font-size: 14px;
    width:calc(100% - 40px);
    border: 0;
}

.mobile_search_btn_text{
    float: right;
    width: 40px;
    height: 40px;
    font-size: 22px;
    color: #90b131;
    text-align: center;
    line-height: 40px;
    border: none;
    background: none;
}

.mobile_menu_b{
    margin-top: 40px;
}
.mobile_menu_b_clm{
    margin-bottom: 25px;
}
.mobile_menu_b_clm .tt{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 8px;
}
.mobile_menu_b_clm .text{
    font-size: 14px;
    color: #fff;
}
.mobile_menu_b_clm .text a{
    color: #fff;
    word-break: break-all;
}


.mobile_lag_box{
    padding: 30px 0 20px;
    margin-bottom: 40px;
}
.mobile_lag_tt{
    font-size: 18px;
    color:#fff;
    font-weight: bold;
    padding-bottom: 18px;
}
.mobile_lag_text{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.mobile_lag_text a{
    color: #fff;
    font-size: 16px;
    margin-right: 25px;
}



.mask,
.mobile_menu_mask{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 7;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
}
.mobile_menu_mask{
    z-index: 8;
}




/*
 * banner
 */
.banner_box{
    position: relative;
}
.banner{
    clear: both;
}
.banner .item a{
    display: block;
    overflow: hidden;
}
.banner.owl-theme .owl-controls{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    bottom: 12px;
}
.banner.owl-theme .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.banner.owl-theme .owl-dots .owl-dot.active span, 
.banner.owl-theme .owl-dots .owl-dot:hover span{
    background: #90b131;
    width:30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.banner_text{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 28px;
    color: #fff;
    background: #90b131;
    height: 100px;
}



.scroll_dots.owl-theme .owl-controls{
    width: 100%;
    padding-top: 25px;
}
.scroll_dots.owl-theme .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #d5d5d5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.scroll_dots.owl-theme .owl-dots .owl-dot.active span, 
.scroll_dots.owl-theme .owl-dots .owl-dot:hover span{
    background: #90b131;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}




.main_content{
    padding: 60px 0;
}


.ind_pro_cate_list1{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ind_pro_cate_list1 dd{
    width: 22.8%;
}
.ind_pro_cate_list1 dd a{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 2px solid #fff;
}
.ind_pro_cate_list1 dd a .pic{
    width: 53%;
    overflow: hidden;
}
.ind_pro_cate_list1 dd a .tt{
    width: 47%;
    padding:0 3% 0 1%;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}
.ind_pro_cate_list1 dd a:hover{
    border-color:#90b131;
}
.ind_pro_cate_list1 dd a:hover .pic img{
    -ms-transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
    transform: scale(1.03,1.03);
}


.ind_box2_title_box{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.ind_title1{
    display: block;
    font-size: 42px;
    color: #333;
    
    margin-bottom: 25px;
}
.ind_box2_title_box .ind_title1{
    margin-bottom: 0;
}
.ind_box2_bras{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 30px;
}
.ind_box2_bras .item{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    height: 50px;
    min-width: 210px;
    font-size: 14px;
    color: #000;
    padding: 0 45px;
    margin-bottom: 10px;
    background: #f7f7f7;
    position: relative;
}
.ind_box2_bras2 .item{
    background: #fff;
}
.ind_box2_bras .item::before{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 20px;
    margin-top: -10px;
    background: #d7d7d7;
}
.ind_box2_bras .item:last-child::before,
.ind_box2_bras .item.hover::before,
.ind_box2_bras .item:hover::before{
    display: none;
}
.ind_box2_bras .item::after{
    content: "";
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-left-width: 7px;
    border-right-width: 7px;
    border-top-width: 7px;
    border-bottom-width:0;
    border-color:#90b131 transparent transparent transparent;
    margin-left: -7px;
}
.ind_box2_bras .item.hover,
.ind_box2_bras .item:hover{
    color: #fff;
    background: #90b131;
}
.news_list_bars{
    padding-left: 0;
}
.news_list_bars .item.hover,
.news_list_bars .item:hover{
    color: #fff;
    background: #666;
}
.ind_box2_bras .item.hover::after,
.ind_box2_bras .item:hover::after{
    display: block;
}

.news_list_bars .item::after{
    border-color:#666 transparent transparent transparent;
}

.ind_box2_con{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ind_box2_item1{
    width: 27.21%;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}
.ind_box2_item1 img{
    display: block;
    width: 100%;
}
.ind_box2_item2{
    width: 71.28%;
}
.ind_box2_item2 a{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
}
.ind_box2_item2_pic{
    width: 65.13%;
    overflow: hidden;
}
.ind_box2_item2_con{
    width: 34.87%;
    padding: 5px 4%;
}
.ind_box2_item2_con2{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    padding: 5px 10%;
    background: #90b131;
}
.ind_box2_item2_con .tt{
    font-size: 28px;
    color: #202020;
    
    margin-bottom: 18px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.ind_box2_item2_con .text{
    font-size: 18px;
    color: #202020;
    margin-bottom: 20%;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.ind_box2_item2_con .icon{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 26px;
    color: #90b131;
    font-family: arial;
    background: #202020;
}

.ind_box2_item1 a:hover img,
.ind_box2_item2 a:hover img{
    -ms-transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
    transform: scale(1.03,1.03);
}
.ind_box2_item2:hover .ind_box2_item2_con,
.ind_box2_item1:hover .ind_box2_item2_con{
    color: #fff;
}
.ind_box2_item2:hover a{
    background: #90b131;
}
.ind_box2_item1:hover .ind_box2_item2_con2{
    opacity: 1;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.ind_box2_item1:hover a .tt,
.ind_box2_item1:hover a .text,
.ind_box2_item2:hover a .tt,
.ind_box2_item2:hover a .text{
    color: #fff;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ind_box3_t{
}
.ind_box3_text{
    font-size: 18px;
    color: #202020;
    line-height: 28px;
}

.ind_box3_b{
    padding: 35px 0;
}
.ind_box3_b_list{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ind_box3_b_list dd{
    width: calc((100% - 50px) / 3);
    margin: 0 25px 0 0;
}
.ind_box3_b_list dd .pic{
    overflow: hidden;
}
.ind_box3_b_list dd .pic img{
    width: 100%;
}
.ind_box3_b_list dd .tt{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    height: 55px;
    font-size: 18px;
    line-height: 1.3;
    padding: 0 5%;
    text-align: center;
    color: #333;
    background: #fff;
    
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.ind_box3_b_list dd:last-child{
    margin-right: 0;
}
.ind_box3_b_list dd a:hover .pic img{
    -ms-transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
    transform: scale(1.03,1.03);
}
.ind_box3_b_list dd a:hover .tt{
    color: #90b131;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}


.ind_box4_tabs_item a{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #f7f7f7;
}
.ind_box4_tabs_item_pic{
    width: 62.5%;
    overflow: hidden;
}
.ind_box4_tabs_item_con{
    width: 37.5%;
    padding: 25px 3.5%;
}
.ind_box4_tabs_item_tt{
    font-size: 26px;
    color: #333;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.ind_box4_tabs_item_text{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin: 15px 0 10%;
}

.more_btn1{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
    color: #666;
}
.more_btn1 .icon{
    margin-left: 10px;
}
.ind_box4_tabs_item a:hover .ind_box4_tabs_item_pic img{
    -ms-transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
    transform: scale(1.03,1.03);
}
.ind_box4_tabs_item a:hover .ind_box4_tabs_item_tt{
    color: #90b131;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}


.news_list1{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.news_list1 dd{
    width:31%;
    margin: 0 3.5% 0 0;
}
.news_list1 dd a{
    display: block;
}
.news_list1 dd a .time{
    font-size: 20px;
    color: #333;
    margin-bottom: 18px;
}
.news_list1 dd a .tt{
    font-size: 18px;
    color: #666;
    
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.news_list1 dd a .text{
    font-size: 14px;
    line-height: 24px;
    margin: 8px 0 18px;
}
.news_list1 dd a .icon{
    width:20px;
    text-align: center;
    font-size: 20px;
    color: #90b131;
    -ms-transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}
.news_list1 dd a:hover{
    -ms-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.news_list1 dd a:hover .tt{
    color: #90b131;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.ind_cus_list1{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ind_cus_list1 dd{
    width: calc((100% - 30px) / 3);
    margin: 0 15px 15px 0;
}
.ind_cus_list1 dd a{
    display: block;
    position: relative;
}
.ind_cus_list1 dd a .pic{
    overflow: hidden;
}
.ind_cus_list1 dd a .pic img{
    width: 100%;
}
.ind_cus_list1 dd a .con{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0 10% 10%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    background:rgba(157,157,157,.35);
    border: 3px solid transparent;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.ind_cus_list1 dd a .con .tt{
    font-size: 30px;
    
    color: #fffefe;
    margin-bottom: 25px;
}
.ind_cus_list1 dd a .con .text{
    height: 0;
    font-size: 14px;
    line-height: 21px;
    color: #6666;
    overflow: hidden;
    margin-bottom: ;
}
.ind_cus_list1 dd a .con .btn{
    width: 157px;
    line-height: 35px;
    font-size: 18px;
    color: #9a9a9a;
    text-align: center;
    background: #fff;
    -ms-transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.ind_cus_list1 dd a:hover .pic img{
    -ms-transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
    transform: scale(1.03,1.03);
}

.ind_cus_list1 dd a:hover .con{
    background: #fff;
    border: 3px solid #90b131;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.ind_cus_list1 dd a:hover .con .tt{
    color: #333;
}
.ind_cus_list1 dd a:hover .con .btn{
    color: #fff;
    background: #90b131;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.ind_cus_list1 dd a:hover .con .text{
    height: 42px;
    font-size: 14px;
    line-height: 21px;
    color: #6666;
    overflow: hidden;
    margin-bottom:32px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}



/* footer */
.footer{
    background: #2d2d2d;
}
.footer_t_wrap{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer_t_item{
    width: 20%;
}
.footer_title{
    display: block;
    font-size: 20px;
    color: #fff;
    
    margin-bottom: 24px;
}

.footer_list a.item{
    display: block;
    font-size: 14px;
    color: #afafaf;
    line-height: 26px;
}
.footer_list a:hover,
.footer_chat_btn a:hover{
    color: #fff;
    -ms-transform: translateX(3px);
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}
.footer_chat_btn a{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
    color: #afafaf;
}
.footer_chat_btn a .icon{
    font-size: 22px;
    margin-right: 6px;
}


.footer_news_list1 dd{
    margin-bottom: 30px;
}
.footer_news_list1 dd a{
    color: #afafaf;
}
.footer_news_list1 dd a .tt{
    font-size: 15px;
    
    margin-bottom: 10px;
}
.footer_news_list1 dd a .text{
    font-size: 14px;
    line-height: 22px;
}
.footer_news_list1 dd a:hover{
    color: #fff;
}

.footer_contact_list{

}

.footer_contact_list_item{
    color: #afafaf;
    font-size: 14px;
    color: #afafaf;
    line-height: 26px;
}
.footer_contact_list_item a{
    color: #afafaf;
}
.footer_contact_list_item a:hover{
    color: #fff;
    -ms-transform: translateX(3px);
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}


.footer_title2{
    font-size: 16px;
    color: #fefefe;
    
    margin-bottom: 10px;
}
.footer_sm_list{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer_sm_list a{
    width: 30px;
    text-align: center;
    font-size: 18px;
    color: #d5d5d5;
    margin-right: 6px;
    position: relative;
}
.footer_sm_list a .code_weixin{
    display: none;
    position: absolute;
    left: 50%;
    bottom: 30px;
    width: 120px;
    max-width: none;
    height: 120px;
    margin-left: -60px;
}
.footer_sm_list a:hover .code_weixin{
    display: block;
}
.footer_sm_list a:hover{
    color: #fff;
    -ms-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}


.footer_t_form_list dd{
    padding-bottom: 10px;
}
.footer_t_form_text,
.footer_t_form_area{
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #fff;
    padding-left: 14px;
    background: #515151;
    border: none;
}
.footer_t_form_text::-webkit-input-placeholder,
.footer_t_form_area::-webkit-input-placeholder{
    color: #ccc;
}
.footer_t_form_area{
    height: 90px;
    padding: 12px 10px 0 14px;
    margin-bottom: 12px;
}
.footer_t_form_btn{
    display: block;
    width: 138px;
    font-size: 16px;
    color: #303030;
    line-height: 38px;
    background: #fff;
    border: none;
    
}
.footer_t_form_btn:hover{
    color: #fff;
    background:#90b131;
}


.footer_b{
    color: #909090;
    font-size: 14px;
    line-height: 20px;
}
.footer_b .wrapper{
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 28px 0;
    border-top: 1px solid #3f3f3f;
}
.footer_b_text a{
    color: #909090;
}
.footer_b_text a:hover{
    color: #fff;
    text-decoration: underline;
}

.back_top{
    display:none;
    position: fixed;
    right: 0;
    bottom: 15%;
    z-index: 5;
    width: 50px;
    height: 50px;
    line-height: 52px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: #90b131;
    -ms-transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    cursor: pointer;
}


.sub_page_h1{
    display: none;
}

/* about */
.location{
    padding: 13px 0;
    line-height: 24px;
}
.location a{
    color: #333;
    font-size: 14px;
}

.sub_navs_box{
    background: #f9f9f9;
    padding: 70px 0;
}
.sub_navs_wrap{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sub_navs_title{
    width: 280px;
    font-size: 42px;
    color: #333;
    line-height: 1;
}
.sub_navs_con{
    width: calc(100% - 280px);
}



/* about_box1 */
.sub_title1{
    display: block;
    margin-bottom: 45px;
}
.sub_title1 .tt{
    font-size: 36px;
    
}
.sub_title1 .text{
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    margin-top: 15px;
}

.sub_title2{
    font-size: 24px;
    color: #333;
    
    margin-bottom: 20px;
}


.about_box1_clm1{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #f8f8f8;
    margin-bottom: 60px;
}

.about_box1_clm1_video{
    width: 50%;
}
.about_box1_clm1_video a{
    display: block;
    overflow: hidden;
    position: relative;
}
.about_box1_clm1_video_pic img{
    display: block;
    width: 100%;
}
.about_box1_clm1_video_icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.about_box1_clm1_video_icon img{
    width: 85px;
    height: 85px;
}
.about_box1_clm1_video a:hover .about_box1_clm1_video_pic img{
    -ms-transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
    transform: scale(1.03,1.03);
}


.about_box1_clm1_r{
    width: 50%;
    padding: 25px 5%;
}

.about_box1_clm1_r_tt{
    margin-bottom: 25px;
}
.about_box1_clm1_r_tt .tt{
    font-size: 30px;
    color: #333;
}
.about_box1_clm1_r_tt .line{
    width: 50px;
    height: 1px;
    background: #90b131;
    margin-top: 24px;
}

.about_box1_clm1_r_text1{
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 10px;
}
.about_box1_clm1_r_text2{
    color: #666;
    font-size: 14px;
    line-height: 1.7;
}

.about_box1_clm2{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about_box1_clm2 dd{
    width: 24%;
    text-align: center;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.about_box1_clm2 dd .num{
    font-size: 62px;
    line-height: 1.2;
    color: #90b131;
}
.about_box1_clm2 dd .tt{
    font-size: 16px;
    line-height: 1.3;
    color: #333;
}
.about_box1_clm2 dd:hover{
    -ms-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}


.about_box2{
    background: url(../images/about_bg1.jpg) no-repeat center center / cover;
}

.about_box2_his_scroll{
    
}
.about_box2_his_box{
    position: relative;
    z-index: 2;
}
.about_box2_his_box::after{
    content: "";
    position: absolute;
    left: 8%;
    top: 50%;
    display: block;
    width: 84%;
    height: 1px;
    z-index: 0;
    background: #979797;
}
.about_box2_his_scroll .item{
    height: 300px;
}
.about_box2_his_item_con{
    width: 100%;
    height: 100%;
    position: relative;
}
.about_box2_his_item{
    width: 190px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
    position: absolute;
    left: 50%;
    top:125px;
    margin-left: -95px;
    z-index: 2;
}
.about_box2_his_item .num{
    position: relative;
    z-index: 3;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    background: #90b131;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.about_box2_his_item .line{
    width: 1px;
    height: 46px;
    background: #979797;
    position: relative;
    margin-bottom: 12px;
}
.about_box2_his_item .line::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    width: 8px;
    height: 8px;
    background: #90b131;
    margin-left: -4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.about_box2_his_item .tt{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}


.about_box2_his_scroll .owl-wrapper .owl-item:nth-child(2n) .about_box2_his_item{
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: absolute;
    top:auto;
    bottom: 124px;
}
.about_box2_his_scroll .owl-wrapper .owl-item:nth-child(2n) .about_box2_his_item .line{
    margin:12px 0 0;
}
.about_box2_his_scroll .owl-wrapper .owl-item:nth-child(2n) .about_box2_his_item .line::after{
    bottom: auto;
    top: 0;
}


.about_box2_his_btn_box{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 30px;
}

.about_box2_his_btn{
    width: 120px;
    line-height: 33px;
    font-size: 20px;
    text-align: center;
    background: #fff;
    margin: 0 15px;
}

.about_box2_his_btn:hover{
    color: #fff;
    background: #90b131;
}
.about_box2_his_btn_prev{
    -ms-transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}



.about_box3_con a{
    display: block;
    overflow: hidden;
    position: relative;
}
.about_box3_con a img{
    width: 100%;
}
.about_box3_con a .btn{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 170px;
    line-height: 44px;
    margin: -22px 0 0 -85px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #90b131;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}


.about_box4{
    background: url(../images/about_bg2.jpg) no-repeat center center / cover;
}
.about_box4_con{
    position: relative;
    max-width: 880px;
    margin: 0 auto;
}
.about_box4_scroll{
    max-width: 660px;
    margin: 0 auto;
}
.about_box4_scroll .item .pic{
    overflow: hidden;
}
.about_box4_scroll .item{
    overflow: hidden;
}
.about_box4_scroll .item .tt{
    font-size: 16px;
    color: #202020;
    text-align: center;
    text-decoration: underline;
    margin: 15px 0 20px;
    
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.about_box4_scroll .item:hover .pic img{
    -ms-transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
    transform: scale(1.03,1.03);
}
.about_box4_scroll .item:hover .tt{
    color: #90b131;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}


.about_box4_scroll_btn{
    position: absolute;
    top:45%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    width: 42px;
    height: 90px;
    color: #fff;
    font-size: 28px;
    background: #494949;
    cursor: pointer;
    margin-top: -45px;
    cursor: pointer;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.about_box4_prev::before{
    display: block;
    -ms-transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
}
.about_box4_prev{
    left: 0;
}

.about_box4_next{
    right: 0;
}
.about_box4_next::before{
    display: block;
    -ms-transform: rotateZ(-90deg);
    -webkit-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    -o-transform: rotateZ(-90deg);
}


.about_box5_list{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.about_box5_list .item{
    display: block;
    width: calc((100% - 40px) / 2);
    position: relative;
    overflow: hidden;
    margin: 0 40px 0 0;
}
.about_box5_list .item:nth-child(2n){
    margin-right: 0;
}
.about_box5_list .item img{
    display: block;
    width: 100%;
}
.about_box5_list .item .con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 25px 8%;
    color: #fff;
    background: rgba(51,51,51,.4);
}
.about_box5_list .item .con .tt{
    font-size: 30px;
    margin-bottom: 20px;
}
.about_box5_list .item .con .text{
    font-size: 18px;
    line-height: 1.5;
}
.about_box5_list .item:hover img{
    -ms-transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
    transform: scale(1.03,1.03);
}

.case_list1{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.case_list1 dd{
    width: calc((100% - 18px) / 3);
    margin: 0 9px 28px 0;
    overflow: hidden;
    position: relative;
}
.case_list1_pic{
    display: block;
    overflow: hidden;
}
.case_list1_pic img{
    width: 100%;
}
.case_list1_con{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 12% 10%;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    border: 3px solid #fff;
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
}
.case_list1_con_tt{
}
.case_list1_con_tt a{
    display: block;
    font-size: 24px;
    color: #333;
    line-height: 1.2;
}
.case_list1_con_btn_box{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.case_list1_con_btn_box a{
    padding: 0 12px;
    line-height: 31px;
    font-size: 14px;
    color: #666;
    border: 1px solid #e7e7e7;
    margin:0 5px 5px 0;
}

.case_list1_con_btn_box a:hover{
    color: #fff;
    background: #90b131;
    border: 1px solid #90b131;
}

.case_list1_con_more{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}
.case_list1_con_more .icon{
    margin-left: 10px;
}
.case_list1 dd:hover .case_list1_pic img{
    -ms-transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
    transform: scale(1.03,1.03);
}
.case_list1 dd:hover .case_list1_con{
    opacity: 1;
    border: 3px solid #90b131;
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
}


/* page */
.page{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    padding-top: 2%;
}
.page a{
    width: 32px;
    line-height: 32px;
    color: #666;
    font-size: 14px;
    text-align: center;
    margin: 0 4px 8px;
}
.page a.prev,
.page a.next{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    width: auto;
    padding: 0 10px;
}
.page a.prev .icon{
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    margin-right: 3px;
    position: relative;
    top: 2;
}
.page a.next .icon{
    transform: rotateZ(-90deg);
    -webkit-transform: rotateZ(-90deg);
    margin-left: 3px;
    position: relative;
    top: 2;
}
.page a:hover,
.page a.hover{
    color: #fff;
    background: #90b131;
}




/* case_det */
.case_det_title{
    font-size: 32px;
    color: #333;
    
    margin-bottom: 20px;
}
.case_det_date{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.case_det_date.news_det_date{
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-bottom: 20px;
}

.case_det_date .item{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    color: #888;
    font-size: 16px;
    margin: 0 12px 6px;
}
.case_det_date .item .icon{
    font-size: 20px;
    margin-right: 8px;
}

.case_det_box{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.case_det_pic{
    width: 46.4%;
    overflow: hidden;
}
.case_det_box_r{
    width: 53.6%;
    padding: 25px 4%;
}
.case_det_con_title{
    font-size: 22px;
    color: #90b131;
    
    margin-bottom: 20px;
}
.case_det_con{
    font-size: 16px;
    color: #888;
    line-height: 1.7;
}
.case_det_con a{
    color: #90b131;
}

.sub_page_tags{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 3% 0;
}

.sub_page_tags a{
    font-size: 14px;
    padding: 0 15px;
    line-height: 33px;
    background: #f9f9f9;
    margin-right: 6px;
    margin-bottom: 6px;
}
.sub_page_tags a:hover{
    color: #fff;
    background: #90b131;
}

.case_det_b{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 55px;
    border-top: 1px solid #e5e5e5;
}

.case_det_share{
    width: 300px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.case_det_share_tt{
    width: 60px;
    font-size: 18px;
    color: #333;
    text-align: right;
}
.case_det_share_con{
    width: calc(100% - 60px);
    padding-left: 12px;
    position: relative;
    top: -2px;
}

.case_det_b_r{
    width: calc(100% - 300px);
}

.case_det_page{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.case_det_page_item{
    width:48%;
    padding: 20px 5%;
    border: 1px solid #e9e9e9;
}
.case_det_page_item_tt{
    font-size: 16px;
    color: #666;
    margin-bottom: 8px;
}
.case_det_page_item_text a{
    display: block;
    font-size: 18px;
    line-height: 1.2;
    color: #333;
    
}

.case_det_page_item_text a:hover{
    color: #90b131;
}



.sub_title2{
    font-size: 24px;
    color: #222;
    
    margin-bottom: 26px;
}

.case_list2{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.case_list2_dd4 dd{
    width: calc((100% - 75px) / 4);
    margin: 0 25px 25px 0;
}
.case_list2_dd3 dd{
    width: calc((100% - 50px) / 3);
    margin: 0 25px 25px 0;
}

.case_list2 dd a{
    display: block;
}
.case_list2 dd a .pic{
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
.case_list2 dd a .pic img{
    width: 100%;
}
.case_list2 dd a .con{
    padding: 28px 0 10px 10px;
}
.case_list2 dd a .con .tt{
    font-size: 16px;
    text-align: center;
    color: #202020;
    margin-bottom: 14px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.case_list2 dd a .con .more{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    color: #222;
    font-size: 16px;
    
}
.case_list2 dd a .con .more .icon{
    margin-left: 6px;
    width: 18px;
    height: 18px;
    background: url(../images/case_icon1.png) no-repeat center center;
}
.case_list2 dd a:hover .pic img{
    -ms-transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
    transform: scale(1.03,1.03);
}
.case_list2 dd a:hover .con .tt{
    color: #90b131;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}


/* contact */
.contact_list1{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
}

.contact_list1 dd{
    width: calc((100% - 21px) / 4);
    margin: 0 7px 0 0;
    text-align: center;
    padding: 50px 2%;
    background: #fff;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.contact_list1 dd:last-child{
    margin-right: 0;
}
.contact_list1 dd .icon{
    font-size: 58px;
    line-height:1.3;
    color: #90b131;
}
.contact_list1 dd .tt{
    font-size: 24px;
    color: #333;
    padding: 20px 0 18px;
}
.contact_list1 dd .con{
    font-size: 16px;
    color: #666;
    line-height: 20px;
}
.contact_list1 dd .con a{
    display: block;
    line-height: 20px;
    margin: 7px 0;
}
.contact_list1 dd .con a:hover{
    color: #90b131;
}

.contact_list1 dd:hover{
    box-shadow: 0 0 8px rgba(115,115,115,.2);
    transform:translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}


.contact_form_box{
    background: url(../images/contact_inq_bg.jpg) no-repeat center center / cover;
}

.contact_form{
    max-width: 998px;
    margin: 0 auto;
}
.contact_form_list{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.contact_form_list dd{
    width: 48%;
    margin-bottom: 15px;
}
.contact_form_list dd.ddw{
    width: 100%;
    margin-right: 0;
}
.contact_form_tt{
    font-size: 14px;
    color: #333;
    padding-bottom: 10px;
}
.contact_form_inp,
.contact_form_area{
    display: block;
    width: 100%;
    line-height: 35px;
    padding-left: 15px;
    font-size: 14px;
    color: #333;
    background: #fff;
    border: 1px solid #d9d9d9;
}

.contact_form_area{
    display: block;
    width: 100%;
    height: 105px;
    line-height: 1.6;
    padding: 10px 15px;
    resize: none;
}

.contact_form_list dt{
    width: 100%;
    padding-top: 15px;
}
.contact_form_btn{
    display: block;
    width: 148px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    
    background: #90b131;
    border: none;
}

/* download */
.down_navs{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding-bottom: 30px;
    max-width: 1145px;
    margin: 0 auto;
}
.down_navs a{
    display: block;
    padding: 0 25px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    border: 1px solid #e5e5e5;
    margin: 0 3px 6px;
}
.down_navs a.hover,
.down_navs a:hover{
    color: #fff;
    border-color: #90b131;
    background: #90b131;
}

.down_list1{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    max-width: 1145px;
    margin: 0 auto;
}
.down_list1 dd{
    width: calc((100% - 35px) / 2);
    margin: 0 35px 35px 0;
}
.down_list1 dd:nth-child(2n){
    margin-right: 0;
}
.down_list1 dd a{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding:8%;
    border: 1px solid #e5e5e5;
}
.down_list1_con{
    width: calc(100% - 95px);
    padding-right: 3%;
}
.down_list1_tt{
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.down_list1_size{
    font-size: 14px;
    color: #888;
    margin-bottom:35px;
}
.down_list1_btn{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    color: #202020;
}
.down_list1_btn .icon{
    font-size: 18px;
    margin-right: 8px;
}
.down_list1_r{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    width: 95px;
    height: 95px;
    font-size: 36px;
    color: #202020;
    background: #f8f8f8;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.down_list1 dd a:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.15);
}
.down_list1 dd a:hover .down_list1_tt{
    color: #90b131;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.down_list1 dd a:hover .down_list1_r{
    color: #fff;
    border-color: #90b131;
    background: #90b131;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}



/* case_list2 */
.case_list3{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.case_list3 dd{
    width: calc((100% - 50px) / 3);
    margin: 0 25px 25px 0;
}
.case_list3 dd a{
    display: block;
}
.case_list3_pic{
    overflow: hidden;
}
.case_list3_pic img{
    width: 100%;
}
.case_list3_con{
    width: 100%;
    padding:35px 8%;
    background: #f9f9f9;
}
.case_list3_tt{
    font-size: 18px;
    line-height: 1.2;
    color: #333;
    font-weight: bold;
    margin-bottom: 18px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.case_list3_desc{
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 22px;
}
.case_list3_btn{
    width: 44px;
    height: 44px;
    font-size: 26px;
    color: #90b131;
    line-height: 42px;
    text-align: center;
    background: #202020;
    font-weight: bold;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.case_list3 dd a:hover{
    box-shadow: 0 0 14px rgba(115,115,115,.2);
}
.case_list3 dd a:hover .case_list3_pic img{
    transform:scale(1.03,1.03);
    -webkit-transform:scale(1.03,1.03);
}

.case_list3 dd a:hover .case_list3_tt{
    color: #90b131;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.case_list3 dd a:hover .case_list3_btn{
    color: #fff;
    background: #90b131;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}


/* news_det */
.sub_page1{
    padding: 35px 0 60px;
}

.sub_wrap1{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.main_l{
    width: 266px;
}

.main_l_search{
    padding: 12px 20px;
    margin-bottom: 3px;
}
.main_l_search form{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
}
.main_l_search_btn{
    width: 35px;
    line-height: 40px;
    font-size: 20px;
    color: #666;
    text-align: left;
    border: none;
    background: none;
    position: relative;
}
.main_l_search_btn::after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 15px;
    margin-top: -7px;
    background: #d6d6d6;
}
.main_l_search_text{
    width: calc(100% - 35px);
    font-size: 14px;
    color: #333;
    padding-left: 15px;
    border: none;
    background: none;
}
.main_l_search_text:::-webkit-input-placeholder{
    color: #666;
}

.main_l_item{
    padding: 20px;
    margin-bottom: 3px;
}
.main_l_title{
    font-size: 16px;
    color: #333;
    
    margin-bottom: 10px;
}
.main_l_nav_list dd{

}
.main_l_nav_list_tt{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
}
.main_l_nav_list_tt .tt{
    display: block;
    width: calc(100% - 40px);
    font-size: 16px;
    color: #444;
    line-height: 1.4;
    padding: 10px 0;
}
.main_l_nav_list_tt .icon{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.main_l_nav_list_tt .icon_con{
    width: 0;
    height: 0;
    border-style: solid;
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 5px;
    border-bottom-width: 0;
    border-color: #bebebe transparent transparent transparent;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.main_l_nav_list_down{
    display: none;
    padding: 0 0 10px 0; 
}
.main_l_nav_list_down a{
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    padding: 10px 0;
}
.main_l_nav_list_down a:hover{
    color: #90b131;
    transform:translateX(3px);
    -webkit-transform:translateX(3px);
}

.main_l_nav_list dd.hover .main_l_nav_list_tt .tt,
.main_l_nav_list_tt:hover .tt{
    color: #90b131;
}
.main_l_nav_list dd.hover .main_l_nav_list_tt .icon_con{
    border-color: #666666 transparent transparent transparent;
    transform:rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.main_l_nav_list dd.hover2 .main_l_nav_list_tt .icon_con{
    border-color: #bebebe transparent transparent transparent;
    transform:rotateZ(-90deg) !important;
    -webkit-transform: rotateZ(-90deg) !important;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.main_l_recom_news{
    padding: 20px;
    margin-bottom: 3px;
}

.main_l_news_list1 dd a{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    padding: 12px 0;
}

.main_l_news_list1 dd a .tt{
    width:calc(100% - 45px);
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.main_l_news_list1 dd a .icon{
    width: 40px;
    height: 40px;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
}
.main_l_news_list1 dd a .icon_con{
    width: 0;
    height: 0;
    border-style: solid;
    border-left-width: 5px;
    border-right-width: 0;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-color: transparent transparent transparent #bebebe;
}
.main_l_news_list1 dd a:hover .tt{
    color: #90b131;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}


.main_l_tags_list{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding-top: 10px;
}
.main_l_tags_list a{
    color: #666;
    font-size: 14px;
    padding: 0 12px;
    line-height: 32px;
    margin-bottom: 8px;
}
.main_l_tags_list a:hover{
    background: #f9f9f9;
}

.main_r{
    width: calc(100% - 280px);
}


.news_det_top{
    padding: 5% 6%;
    margin-bottom: 13px;
}

.news_det_con{
    border-top: 1px solid #ededed;
    padding: 4% 0;
    font-size: 16px;
    line-height: 1.7;
}
.news_det_date a{
    color: #90b131;
}



.news_rela_pro{
    padding:4%;
}
.hot_news_list1{
    margin-bottom: 45px;
}
.hot_news_list1 dd a{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.hot_news_list1_pic{
    width: 67.8%;
    overflow: hidden;
}
.hot_news_list1_con{
    width: 32.2%;
    padding: 15px 3%;
}
.hot_news_list1_time{
    font-size: 16px;
    color: #888;
}
.hot_news_list1_tt{
    font-size: 22px;
    line-height: 1.3;
    color: #333;
    
    margin: 12px 0 24px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.hot_news_list1_text{
    font-size: 16px;
    color: #888;
    line-height: 1.5;
    margin-bottom: 35px;
}
.hot_news_list1_btn{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    width: 165px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    background: #90b131;
    border-radius: 3px;
}
.hot_news_list1_btn .icon{
    font-size: 14px;
    margin-left: 8px;
}
.hot_news_list1 dd a:hover .hot_news_list1_pic img{
    transform:scale(1.03,1.03);
    -webkit-transform:scale(1.03,1.03);
}
.hot_news_list1 dd a:hover .hot_news_list1_tt{
    color: #90b131;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}


/* news_list02 */
.news_list2 dd{
    margin-bottom: 10px;
}
.news_list2 dd a{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    background: #fff;
    padding: 30px;
}
.news_list2_pic{
    width: 39%;
    overflow: hidden;
}
.news_list2_con{
    width: 61%;
    padding: 15px 4%;
}
.news_list2_time{
    font-size: 16px;
    color: #888;
}
.news_list2_tt{
    font-size: 20px;
    line-height: 1.3;
    color: #333;
    margin: 10px 0 20px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.news_list2_text{
    font-size: 16px;
    color: #888;
    line-height: 1.5;
}

.news_list2 dd a:hover .news_list2_pic img{
    transform:scale(1.03,1.03);
    -webkit-transform:scale(1.03,1.03);
}
.news_list2 dd a:hover .news_list2_tt{
    color: #90b131;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.news_list2 dd a:hover{
    box-shadow:0 0 15px rgba(115,115,115,.1);
}


/* packging */
.pack_box1{
    margin-bottom: 50px;
}

.pack_box1_con{
    font-size: 16px;
    color: #333;
    max-width: 1020px;
    margin:0 auto;
    line-height: 1.5;
}
.pack_box1_con .pro_table table{
    width: 100%;
}
.pack_box1_con .pro_table tr td{
    padding: 8px 10px;
    border: 1px solid #e5e5e5;
}

.pack_box1_title1{
    font-size: 30px;
    color: #333;
    margin-bottom: 25px;
}

.pack_box2_list{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    max-width: 1154px;
    margin: 0 auto;
}
.pack_box2_list dd{
    width: calc((100% - 120px) / 4);
    border: 1px solid #e5e5e5;
    padding: 15px 10px;
    margin: 0 40px 40px 0;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.pack_box2_list dd .pic{
    overflow: hidden;
    text-align: center;
}
.pack_box2_list dd .tt{
    font-size: 16px;
    color: #333;
    padding: 15px 0 0;
}
.pack_box2_list dd:hover{
    transform:translateY(-3px);
    -webkit-transform: translateY(-3px);
    box-shadow: 0 0 15px rgba(115,115,115,.2);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.pack_box2_btn_box{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.pack_box2_btn{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    width: 300px;
    margin: 0 4%;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}
.pack_box2_btn .icon{
    width: 106px;
    margin-right: 15px;
}

.pack_box2_btn .tt{
    width:calc(100% - 121px);
}
.pack_box2_btn:hover{
    transform:translateY(-3px);
    -webkit-transform: translateY(-3px);
}

.pack_box3_tt{
    font-size: 24px;
    color: #333;
}

.pack_box3_list{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    max-width: 833px;
    padding-top: 40px;
    margin: 0 auto;
}
.pack_box3_list dd{
    width: 224px;
    height: 224px;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    border-radius: 50%;
    text-align: center;
    background: #f9f9f9;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.pack_box3_list dd .icon{
    font-size: 78px;
    line-height: 1;
    color: #90b131;
    margin-bottom: 12px;
}
.pack_box3_list dd .tt{
    font-size: 22px;
    color: #333;
}
.pack_box3_list dd:hover{
    transform:translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}


/* pro_list */
.sub_title3{
    font-size: 36px;
    margin-bottom: 25px;
}
.pro_list1{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pro_list1 dd{
    width: calc((100% - 28px) / 3);
    margin: 0 14px 14px 0;
}

.pro_list1 dd a{
    display: block;
    background: #fff;
    height: 100%;
    padding:10px 10px 25px;
    position: relative;
}
.pro_list1 dd a .pic{
    overflow: hidden;
    position: relative;
}
.pro_list1 dd a .pic img{
    display: block;
    width: 100%;
}
.pro_list1 dd a .pic img.pic2{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}


.pro_list1 dd a .tt{
    font-size: 16px;
    color: #333;
    text-align: center;
    padding-top: 20px;
    -ms-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.pro_list1 dd a:hover{
    box-shadow: 0 0 15px rgba(115,115,115,.2);
    -ms-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.pro_list1 dd a:hover .tt{
    color: #90b131;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.pro_list1 dd a:hover .pic .pic2{
    opacity: 1;
}


/* pro_cover */
.pro_cover_clm1:nth-child(odd){
    background: #f9f9f9;
}
.pro_cover_clm1 .wrapper{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pro_cover_clm1_l{
    width: 25%;
}
.pro_cover_clm1_l .sub_title1{
    margin-bottom: 20px;
}
.pro_cover_clm1_list a{
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    padding: 5px 0;
    text-decoration: underline;
}
.pro_cover_clm1_list a:hover{
    color: #90b131;
    -ms-transform: translateX(3px);
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}
.pro_cover_clm1_list{
    margin-bottom: 35px;
}

.pro_cover_clm1_btn{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    width: 162px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    background: #666;
    padding:0 25px;
}
.pro_cover_clm1_btn:hover{
    background: #90b131;
}


.pro_cover_clm1_r{
    width: 70%;
}



.pro_det_t_wrap{
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro_det_t_l{
    width: 50%;
}
.pro_det_t_r{
    width: 50%;
    padding-left:3%;
}

.pro_det_pic_tabs_item_wrap{
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pro_det_pic_sml{
    width: 99px;
    position: relative;
    padding: 0;
}
.pro_det_pic_sml .hd{
    overflow: hidden;
    display: none;
}

.pro_det_pic_sml .bd ul li{
    overflow: hidden;
    cursor: pointer;
    position: relative;
    margin-bottom: 18px;
    box-sizing: content-box;
    border: 1px solid #e6e6e6;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.pro_det_pic_sml .bd ul li img{
    display: block;
    width: 97px;
    height: 97px;
}
.pro_det_pic_sml .bd ul li::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border:1px solid #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.pro_det_pic_sml .bd ul li.hover,
.pro_det_pic_sml .bd ul li.hover::after{
    border-color:#90b131;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}


.pro_det_pic_r{
    width: calc(100% - 99px);
    padding-left: 15px;
}

.pro_det_pic_scroll{
    display: none !important;
}
.pro_det_pic_scroll.owl-theme .owl-controls{
    position: absolute;
    left: 0;
    bottom: 6px;
}




.pro_det_title{
    font-size: 32px;
    
    margin-bottom: 21px;
}

.pro_det_sku{
    font-size: 16px;
    color: #888;
    margin-bottom: 13px;
}

.pro_det_clm2{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0;
    border-top: 1px solid #e6e6e6;
}

.pro_det_clm2_item{
    width: 250px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 15px;
}
.pro_det_clm2_item_icon{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    width: 65px;
    height: 65px;
    color: #202020;
    font-size: 28px;
    background: #f6f6f6;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.pro_det_clm2_item_con{
    width: calc(100% - 65px);
    padding-left: 14px;
    
}
.pro_det_clm2_item_con_tt{
    font-size:14px;
    color: #666;
    line-height: 22px;
}

.pro_det_color_list{
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pro_det_color_list .item{
    width: 25px;
    height: 25px;
    position: relative;
    margin: 0 9px 0 0;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.pro_det_color_list .item.hover{
    -ms-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0 2px 5px rgba(115,115,115,.25);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}


.pro_det_btn2{
    display: inline-block;
    font-size: 16px;
    color: #333;
    text-decoration: underline;
    margin-bottom: 18px;
}
.pro_det_btn2:hover{
    color: #90b131;
    text-decoration: underline;
}
.pro_det_btn{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    line-height: 55px;
    width: 100%;
    color: #fff;
    max-width: 260px;
    padding: 0 30px;
    
    background: #90b131;
}
.pro_det_btn .icon{
    font-size: 18px;
    margin-left: 20px;
    -ms-transform: rotateZ(-90deg);
    -webkit-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    -o-transform: rotateZ(-90deg);
}

.pro_det_clm3{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 35px;
}
.pro_det_clm3_email{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    color: #333;
    margin: 0 35px 0 0;
}
.pro_det_clm3_email .icon{
    font-size: 22px;
    margin-right: 8px;
}
.pro_det_clm3_email:hover{
    color: #90b131;
}


.pro_det_share{
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pro_det_share_tt{
    font-size: 16px;
}
.pro_det_share_con{
    position: relative;
    top: -2px;
}


/* pro_det */
.pro_det_b_bars_box{
    height: 60px;
}
.pro_det_b_bars{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 3;
}
.pro_det_b_bars .item{
    background: #f7f7f7;
}


.pro_det_b_tabs_item{
    margin-bottom: 50px;
}
.pro_det_b_title{
    font-size: 24px;
    color: #333;
    
    margin-bottom: 18px;
}

.pro_det_b_con{
    font-size: 16.8px;
    color: #666;
    line-height: 1.6;
}
.pro_det_b_con table{
    width: 100%;
}
.pro_det_b_con table tr td{
    padding:8px 10px;
    border: 1px solid #e9e9e9;
}
.pro_det_b_con table tr td:nth-child(odd){
    background: #f7f7f7;
}
.pro_det_b_con img{
    height: auto !important;
}


.pro_det_b_desc_wrap{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pro_det_b_desc_pic{
    width: 50%;
}
.pro_det_b_desc_con{
    width: 50%;
    padding: 25px 4%;
    background: #f7f7f7;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.bgf7{
    background: #f7f7f7;
}


.pro_det_b_custom{
    width: 100%;
    height: 500px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.pro_det_b_custom_con{
    width: 80%;
    max-width:1070px;
    height: 356px;
    background: rgba(51,51,51,.5);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.pro_det_b_custom_title{
    color: #fff;
    margin-bottom: 50px;
}
.pro_det_b_custom_title .tt{
    font-size: 26px;
    
}
.pro_det_b_custom_title .text{
    font-size: 18px;
    padding-top: 12px;
}



/* quality */

.quality_box1{
    padding: 60px 0 0;
}

.quality_box1_con{
    height: 650px;
    color: ;
    padding-top: 60px;
}
.quality_title1{
    margin-bottom: 35px;
}
.quality_title1 .num{
    font-size: 60px;
    color: #90b131 !important; 
    margin-bottom: 15px;
}
.quality_title1 .tt{
    color: #333;
    font-size: 30px;
    line-height: 1.1;
    
    max-width: 410px;
    margin-bottom: 20px;
}
.quality_title1 .text{
    color: #666;
    font-size: 18px;
    line-height: 1.6;
}
.quality_title1.quality_title12 .tt,
.quality_title1.quality_title12 .text{
    color: #fff;
}


.quality_box2_list1{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.quality_box2_list1 dd{
    width: calc((100% - 42px) / 4);
    position: relative;
    margin: 0 14px 14px 0;
}
.quality_box2_list1 dd:last-child{
    margin-right: 0;
}

.quality_box2_list1 dd .pic{
    overflow: hidden;
}
.quality_box2_list1 dd .pic img{
    width: 100%;
}
.quality_box2_list1 dd .con{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    background: url(../images/qua_page_bg1.png) repeat-x center bottom;
}
.quality_box2_list1 dd .con .tt{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 8% 8%;
    font-size: 20px;
    line-height: 1.1;
    color: #fff;
    
}
.quality_box2_list1 dd .con .tt .line{
    width: 5px;
    height: 15px;
    background: #90b131;
    margin-top: 5px;
    margin-right: 10px;
}
.quality_box2_list1 dd .con .tt .tt_con{
    width: calc(100% - 15px);
}
.quality_box2_list1 dd:hover .pic img{
    -ms-transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
    transform: scale(1.03,1.03);
}


.quality_box3_con{
    max-width: 1280px;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 auto;
}
.quality_box3_con_l,
.quality_box3_con_r{
    width: 31.25%;
}
.quality_box3_con_item{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 25px 0;
}
.quality_box3_con_l .quality_box3_con_item{
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.quality_box3_con_item .tt{
    width: calc(100% - 65px);
    font-size: 20px;
    color: #333;
}
.quality_box3_con_l .quality_box3_con_item .tt{
    padding-right: 20px;
}

.quality_box3_con_r .quality_box3_con_item .tt{
    padding-left: 20px;
}
.quality_box3_con_item .icon{
    width: 65px;
    height: 65px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 28px;
    background: #fff;
    color: #90b131;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #eaeaea;
}


.quality_box3_con_pic{
    position: absolute;
    left: 50%;
    width: 35%;
    margin-left: -17.5%;
}



/* research */
.research_box1{
}
.research_box1_con{
    position: relative;
}
.research_box1_con_r{
    position: absolute;
    top: 0;
    right: 10%;
    width: 80%;
    max-width: 420px;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.research_box1_con_r .tt{
    color: #fff;
    font-size: 28px;
    line-height: 1.5;
    
    background: #90b131;
    padding: 0 12px;
}

.research_box1_con_r .text{
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    padding:20px 15px;
}


.research_box2{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.research_box2_pic{
    width: 63.2%;
    overflow: hidden;
}
.research_box2_con{
    width: 36.8%;
    padding: 20px 5%;
}

.research_box2_tt1{
    font-size: 28px;
    color: #333;
    
    margin-bottom: 18px;
}
.research_box2_tt2{
    font-size: 18px;
    color: #333;
    line-height: 1.3;
    margin-bottom: 20px;
}

.research_box2_text{
    font-size: 14px;
    line-height: 1.5;
    color: #666;
}


.research_box3{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.research_box3_l{
    width: 35.3%;
    position: relative;
    overflow: hidden;
}
.research_box3_l img{
    display: block;
    width: 100%;
}
.research_box3_l .tt{
    position: absolute;
    left: 0;
    top: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 24px;
    color: #fff;
    line-height: 1.4;
    padding: 20px 12%;
    
    background: rgba(51,51,51,.8);
}

.research_box3_r{
    width: 63.4%;
    overflow: hidden;
}
.research_box2 img:hover,
.research_box3 img:hover,
.research_box3_l:hover img{
    -ms-transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
    transform: scale(1.03,1.03);
}

/* service */
.service_list1 dd{
}
.service_title .icon{
    color: #90b131;
    font-size: 64px;
}
.service_title{
    max-width: 1024px;
    margin: 0 auto;
}
.service_title .tt{
    font-size: 28px;
    color: #333;
    font-weight: bold;
    margin: 18px 0 22px;
}
.service_title .text{
    font-size: 16px;
    line-height: 1.5;
    color: #666;
}
.service_list1 dd:first-child{
    padding: 20px 0 60px;
}
.service_list1 dd:nth-child(even){
    background: #f9f9f9;
}

/* video */
.video_list1{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.video_list1 dd{
    width:calc((100% - 40px) / 2);
    margin: 0 40px 40px 0;
}
.video_list1 dd:nth-child(2n){
    margin-right: 0;
}
.video_list1 dd a{
    display: block;
}
.video_list1 dd a .pic{
    overflow: hidden;
    position: relative;
}
.video_list1 dd a .pic img{
    display: block;
    width: 100%;
}
.video_list1 dd a .pic .icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/video_icon1.png) no-repeat center center / 100px auto;
}
.video_list1 dd a .pic .duration{
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 16px;
    color: #fff;
    text-shadow: 0 0 10px rgba(115,115,115,.3);
}
.video_list1 dd a .tt{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    height: 60px;
    font-size: 18px;
    color: #333;
    border: 1px solid #eee;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.video_list1 dd a:hover{
    box-shadow: 0 0 15px rgba(115,115,115,.2);
}
.video_list1 dd a:hover .pic img{
    -ms-transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
    transform: scale(1.03,1.03);
}
.video_list1 dd a:hover .tt{
    color: #90b131;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}