/**
 *               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
 */
/*
 * author 229343733@qq.com
 */



html,body{
    font-family:"Microsoft YaHei","PingFang SC",sans-serif;
    font-weight: 400;
}
input, button, textarea,select,button{
    font-family:"Microsoft YaHei","PingFang SC",sans-serif;
    font-weight: 400;
}
.bgf4{
    background: #f4f8fa;
}
.bgf5{
    background: #f5f5f5;
}
.bgf6{
    background: #f6f6f6;
}
.bgf8{
    background: #f8f8f8;
}

.fwl{
    font-weight: 200;
}
.fwm{
    font-weight: 500;
}
.fws{
    font-weight: 600;
}
.fwb{
    font-weight: 700;
}

.header_box{
    height: 0;
}
.header_box.sub_det{
    height: 117px;
    background: #dd0024;
}

.header{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 7;
    width: 100%;
    height: 117px;
    border-bottom: 1px solid rgba(255,255,255,.2);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.header_box.sub_det2 .header{
    position: relative;
}

.header.hover{
    background:#fff;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.header_lag{
    width: 40px;
    display: block;
    position: relative;
    margin-right: 30px;
}
.header_lag_tt{
    width: 100%;
    height:45px;
    color: #666;
    font-size: 14px;
    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;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.header_lag_tt .icon{
    font-size: 14px;
    margin-left: 6px;
}

.header_lag_down{
    display: none;
    position: absolute;
    left: 50%;
    top: 50px;
    z-index: 2;
    width: 120px;
    padding: 8px 0;
    background: #fff;
    box-shadow: 0 0 6px rgba(115,115,115,.2);
    margin-left: -60px;
    border-radius: 4px;
}
.header_lag_down a{
    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;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 26px;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}
.header_lag_down a:last-child{
    border-bottom: 0;
}
.header_lag_down a .icon{
    margin-right: 6px;
}
.header_lag_down a:hover{
    color: #dd0024;
}



.logo{
    width: 210px;
    height: 116px;
    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;
}
.logo img{
    max-width: 100%;
    max-height: 100%;
}

.header_r{
    width: calc(100% - 210px);
    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;
}

.menu_dl{
    width: calc(100% - 140px);
    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;
    -webkit-align-items: center;
    -ms-align-items:center;
    padding:0 2.6vw 0 0;
}
.menu_dl dd{
    position: relative;
    padding: 0 1.15vw;
}
.menu_dl dd.dd_pro{
    position: static;
}
.menu_tt{
    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;
    font-size: 16px;
    line-height: 116px;
    color: #fff;
    white-space: nowrap;
    position: relative;
}
.menu_tt::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    display: block;
    width: 100%;
    height: 3px;
    opacity: 0;
    background: #fff;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.menu_dl dd.hover .menu_tt::after{
    opacity: 1;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.menu_tt .icon{
    font-size: 14px;
    margin-left: 6px;
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
}
.menu_down{
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    z-index: 2;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    min-width: 210px;

    background: #fff;
    box-shadow: 0 0 8px rgba(115,115,115,.2);
}

.menu_down>a{
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #666;
    text-align: center;
    padding: 10px 0;
    /*border-bottom: 1px solid #e5e5e5;*/
}
.menu_down>a{
    border-bottom: 1px solid #e5e5e5;
}
.menu_down a:last-child{
    border-bottom: none;
}
.menu_down a:hover{
    color: #dd0024;
}



.menu_down_pro{
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    width: 100%;
     overflow-y: auto;
    z-index: 2;
    background: #fff;
    box-shadow: 0 0 10px rgba(115,115,115,.2);
}
.menu_down_pro .wrapper{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}


.menu_down_pro_l{
    width: 100%;
    height: 80vh;
    overflow-y: auto;
    padding: 46px 0;
    background: #fff;
    position: relative;
}

.menu_down_pro_title1{
    display: block;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 30px;
}

.menu_down_pro_title1:hover{
    color: #dd0024 !important;
}
.menu_down_pro_list{
    width: 100% ;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    
}
.menu_down_pro_item{
    width: 20%;
    border-right: 1px solid #eee;
    padding: 0 1%;
}
.menu_down_pro_item:last-child{
    border-right: none;
}
.menu_down_pro_list_dl{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}

.menu_down_pro_list_dl dd{
    width: 48%; 
}

.menu_down_pro_list_dl dd a{
    display: block;
}
.menu_down_pro_list_dl dd .pic{
    overflow: hidden;
    padding: 0;
}
.menu_down_pro_list_dl dd .pic img{
    width: 100%;
}
.menu_down_pro_list_dl dd .tt{
    font-size: 16px;
    color: #333;
    text-align: center;
    padding: 12px 0;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.menu_down_pro_list_dl dd a:hover .pic img{
    transform:scale(1.03,1.03);
    -webkit-transform:scale(1.03,1.03);
}
.menu_down_pro_list_dl dd a:hover .tt{
    color: #dd0024;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.menu_down_pro_list_dl dd{
    padding: 0 20px;
}


.menu_down_pro_r{
    width: 35%;
    padding: 50px 0 50px 4.25rem;
    background: #f6f6f6;
    position: relative;
}
.menu_down_pro_r::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: #f6f6f6;
}


.menu_down_pro_r_pic{
    overflow: hidden;
}
.menu_down_pro_r_pic a:hover img{
    transform:scale(1.03,1.03);
    -webkit-transform:scale(1.03,1.03);
}






.header_r_r{
    width:140px;
    height:116px;
    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;
    -webkit-align-items: center;
    -ms-align-items:center;
    border-left: 1px solid rgba(255,255,255,.2);
}
.header_search_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;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}


.header.hover .menu_tt,
.header.hover .header_lag_tt,
.header.hover .header_search_icon{
    color: #333;
}

.header.hover .menu_tt::after{
    background: #dd0024;
}
.header.hover .header_r_r{
    border-left: 1px solid rgba(0,0,0,.07);
}










.search_box{
    display: none;
    position: fixed;
    left:50%;
    top: 50%;
    margin:-30px 0 0 -450px;
    z-index: 15;
    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;
    text-transform: uppercase;
}
.search_box_sub{
    width:40px;
    height: 40px;
    color: #dd0024;
    font-size: 28px;
    font-weight: bold;
    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);
}






/*
 * 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: 14;
    width: 100%;
    height: 52px;
    background: #dd0024;
    box-shadow: 0 0 5px rgba(50,50,50,.2);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.mobile_logo{
    height: 52px;
    margin-left: 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;
    padding: 0 15px;
}
.mobile_logo img{
    height: 32px;
    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 .line{
    display: block;
    height: 3px;
    width: 28px;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 6px;
}
.mobile_menu_btn .line:last-child{
    margin-bottom: 0;
}

.mobile_search_icon{
    width: 40px;
    height: 52px;
    color: #fff;
    font-size: 22px;
    line-height: 52px;
    text-align: center;
    margin-right: 52px;
    cursor: pointer;
}


.mobile_menu_box{
    position: fixed;
    right: -110%;
    top:0;
    z-index: 15;
    width:75%;
    height: 100%;
    background:#fff;
    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 #e1e1e1;
}
.mobile_menu_tt{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.mobile_menu_tt .text{
    width: calc(100% - 50px);
    color: #333;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0;
    text-transform: capitalize;
}
.mobile_menu_dl dd.hover .mobile_menu_tt .text{
    color: #dd0024;
}
.mobile_menu_tt_icon{
    display: none;
    width: 44px;
    line-height: 44px;
    text-align: center;
    color: #333;
    font-size: 16px;
    -webit-transition: all 0.5s;
    transition: all 0.5s;
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    cursor: pointer;
}

.mobile_menu_down{
    display:none;
    padding:6px 0 10px 12px;
}
.mobile_menu_down_clm{
    margin-bottom: 8px;
}
.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: #333;
}
.mobile_menu_down_clm_tt .tt{
    width: calc(100% - 50px);
    color: #333;
    line-height: 20px;
    font-size: 14px;
    text-transform: capitalize;
    padding: 5px 0;
}
.mobile_menu_down_clm_tt .icon{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    -webit-transition: all 0.5s;
    transition: all 0.5s;
}
.mobile_menu_down_clm.hover .mobile_menu_down_clm_tt .icon{
    -webit-transition: all 0.5s;
    transition: all 0.5s;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
}
.mobile_menu_down_clm_list{
    display: none;
    padding: 5px 0 0 10px;
}
.mobile_menu_down_clm_list a{
    display: block;
    font-size: 12px;
    line-height: 1.4;
    color: #333;
    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:#333;
    border-radius: 50%;
}

.mobile_menu_tt_icon.hover{
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    -ms-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: 13;
    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: 20px;
    color: #dd0024;
    font-weight: bold;
    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;
    color: #333;
    margin-bottom: 8px;
}
.mobile_menu_b_clm .text{
    font-size: 14px;
    color: #333;
}
.mobile_menu_b_clm .text a{
    color: #333;
    word-break: break-all;
}


.mobile_lag_box{
    padding: 30px 0 20px;
    margin-bottom: 40px;
}
.mobile_lag_tt{
    font-size: 16px;
    color:#333;
    padding-bottom: 18px;
}
.mobile_lag_text{
    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;
}
.mobile_lag_text a{
    color: #333;
    font-size: 16px;
    margin-right: 25px;
}



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






.scroll_dots .scroll_dots_bars{
    position: relative;
    padding-top: 30px;
    z-index: 3;
    bottom: auto !important;
    width: 100%;
    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;
}
.scroll_dots .scroll_dots_bars .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #d7d7d7;
    margin: 0 6px;
    border-radius: 10px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.scroll_dots .scroll_dots_bars .swiper-pagination-bullet-active{
    background: #dd0024;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}








.fz60{
    font-size: 60px;
}
.fz52{
    font-size: 52px;
}
.fz48{
    font-size: 48px;
}
.fz46{
    font-size: 46px;
}
.fz42{
    font-size: 48px;
}
.fz40{
    font-size: 40px;
}
.fz36{
    font-size:36px;
}
.fz32{
    font-size:32px;
}
.fz30{
    font-size: 30px;
}
.fz26{
    font-size: 26px;
}
.fz24{
    font-size: 24px;
}
.fz22{
    font-size: 22px;
}
.fz20{
    font-size: 20px;
}
.fz18{
    font-size: 18px;
}
.fz16{
    font-size: 16px;
}


.public_text1{
    font-size: 16px;
    line-height: 30px;
}
.public_text2{
    font-size: 14px;
    line-height: 24px;
}
.public_text3{
    font-size: 18px;
    line-height: 30px;
}
.public_text4{
    font-size: 16px;
    line-height: 28px;
}


.public_text1 img,
.public_text2 img,
.public_text3 img,
.public_text4 img{
    height: auto !important;
}

.public_btn_box{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
}
.public_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;
    color: #fff;
    font-size: 16px;
    width: 180px;
    height: 60px;
    background: #eaae23;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.public_btn .icon{
    font-size: 20px;
}

.sub_wrap{
    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;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    position: relative;
}
.sub_wrap2{
    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_content{
    padding-top: 70px;
    padding-bottom: 70px;
}
.main_content2{
    padding-top: 70px;
}
.main_content3{
    padding-bottom: 70px;
}



/* banner */
.banner_box{
    position: relative;
}
.banner .swiper-slide{
    overflow: hidden;
    position: relative;
}
.banner_video{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_con{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.banner_con .wrapper{
    height: 100%;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
}
.banner_con_title .tt1{

}
.banner_con_title .tt2{
    line-height: 1.4;
    margin-bottom: 22px;
}
.banner_con_title .btn{
    display: block;
    width: 180px;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #dd0024;
    border-radius: 6px;
}

.banner_item{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner_item video {
        object-fit: cover;
}


.banner_float_icon{
    position: absolute;
    left: 50%;
    z-index: 2;
    width: 90px;
    text-align: center;
    transform: translate(-50%,0);
}
.banner_box .banner_float_icon{
    bottom: 140px;
}
.banner_float_icon .tt{
    font-size: 14px;
    margin-bottom: 13px;
}
.banner_float_icon .icon_con{
    position: relative;
    top: 0;
    -webkit-animation: jumptodown2 1s linear infinite;
    animation: jumptodown2 1s linear infinite;
    -moz-animation: jumptodown2 1s linear infinite;
    -o-animation: jumptodown2 1s linear infinite;
    -ms-animation: jumptodown2 1s linear infinite;
}


@keyframes jumptodown2 {
    0% {
        top: 0;
        animation-timing-function: ease-out
    }
    50% {
        top: -5px;
        animation-timing-function: ease-in
    }
    100% {
        top: 0;
        animation-timing-function: ease-out
    }
}

@-webkit-keyframes jumptodown2 {
    0% {
        top: 0;
        animation-timing-function: ease-out
    }
    50% {
        top: -5px;
        animation-timing-function: ease-in
    }
    100% {
        top: 0;
        animation-timing-function: ease-out
    }
}









/* ind_box1 */
.ind_box1{
    background: url(../images/ind_bg1.jpg) no-repeat center bottom / cover;
    position: relative;
}
.ind_box1_t{
    position: relative;
    margin-top: -73px;
    width: 100%;
    z-index: 2;
}
.ind_box1_list1{
    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;
}
.ind_box1_list1 dd{
    width: calc((100% - 5.06rem) / 4);
    height: 146px;
    border-radius: 10px;
    background: #fff;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    padding: 0 2.5%;
    box-shadow: 0 3px 10px rgba(0,0,0,0.09);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.ind_box1_list1 dd:hover{
    transform:translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.ind_box1_list1 dd .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: 70px;
    height: 70px;
    color: #fff;
    font-size: 40px;
    border-radius: 50%;
    background: #dd0024;
}
.ind_box1_list1 dd .con{
    width: calc(100% - 70px);
    padding-left: 25px;
}
.ind_box1_list1 dd .con .tt{
    margin-bottom: 6px;
}
.ind_box1_list1 dd .con .text{
    font-size: 14px;
}


.ind_box1_b{
    padding: 68px 0 110px;
}

.ind_title1{
    margin-bottom: 45px;
}
.ind_title1 .tt{
    line-height: 1.2;
}
.ind_title1 .text{
    padding-top: 10px;
}



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


.ind_box1_scroll_item_l{
    width: 47%;
}
.ind_box1_scroll_item_l_tt2{
    display: block;
    padding: 10px 0 12px;
}
.ind_box1_scroll_item_l_tt3{
    height: 120px;
    overflow: hidden;
    overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
    margin-bottom: 25px;
}

.ind_box1_scroll_item_l_list1{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding: 22px 0 25px;
    border-top: 1px solid #e5e5e5;
}
.ind_box1_scroll_item_l_list1 .item{
    width: 100%;
    line-height: 30px;
}
.ind_box1_scroll_item_l_list1 .item span{
    font-weight: bold;
}


.ind_box1_scroll_item_l_btn_box{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.ind_box1_scroll_item_l_btn{
    width: 140px;
    line-height: 46px;
    text-align: center;
    font-size: 14px;
    color: #dd0024;
    border: 2px solid #dd0024;
    border-radius: 4px;
    margin-right: 25px;
    margin-bottom: 10px;
}
.ind_box1_scroll_item_l_btn.hover{
    color: #fff;
    background: #dd0024;
}

.ind_box1_scroll_item_r{
    width: 50%;
}

.ind_box1_b_r{
    width: 300px;
    height: 452px;
    background: url(../images/ind_pro_r_bg.png) no-repeat right center / auto 100%;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    text-align: right;
    padding-right: 25px;
}

.ind_box1_b_r .item{
    width: 100%;
    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;
    -webkit-align-items: center;
    -ms-align-items:center;
    padding: 22px 0;
    font-size: 16px;
    text-align: right;
    cursor: pointer;
}
.ind_box1_b_r .item:nth-child(1),
.ind_box1_b_r .item:nth-child(5){
    transform:translateX(-60px);
    -webkit-transform:translateX(-60px);
}
.ind_box1_b_r .item:nth-child(2),
.ind_box1_b_r .item:nth-child(4){
    transform:translateX(-30px);
    -webkit-transform:translateX(-30px);
}
.ind_box1_b_r .item:nth-child(3){
    transform:translateX(0px);
    -webkit-transform:translateX(0px);
}
.ind_box1_b_r .item .icon{
    transform:translateX(5px);
    -webkit-transform:translateX(5px);
    opacity: 0;
    margin-left: 8px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.ind_box1_b_r .item.active .icon{
    transform:translateX(0px);
    -webkit-transform:translateX(0px);
    opacity: 1;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}


.ind_title_bars{
    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;
    padding: 34px 0 10px;
}
.ind_title_bars .item{
    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;
    height: 50px;
    color: #666;
    font-size: 16px;
    padding: 0 28px;
    border-radius: 4px;
    margin: 0 12px;
    cursor: pointer;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.ind_box2_bars .item{
    background: #f8f8f8;
}
.ind_box3_bars .item{
    background: #fff;
}
.ind_title_bars .item .icon{
    width: 36px;
    height: 36px;
    position: relative;
    margin-right: 8px;
}
.ind_title_bars .item .icon .pic1{
    opacity: 1;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.ind_title_bars .item .icon .pic2{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.ind_title_bars .item.hover{
    color: #fff;
    background: #dd0024;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.ind_title_bars .item.hover .icon .pic1{
    opacity: 0;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.ind_title_bars .item.hover .icon .pic2{
    opacity: 1;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}



.ind_box2_app_clm_list{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
    padding: 0 30px
}
.ind_box2_app_clm1{
    width: 19.79vw;
    margin-right: 1.04vw;
}
.ind_box2_app_clm2{
    width: 20.83vw;
    margin-right: 1.04vw;
}
.ind_box2_app_clm3{
    width: 32.29vw;
    margin-right: 1.04vw;
}
.ind_box2_app_clm4{
    width: 20.83vw;
}


.ind_box2_app_clm1_item{
    margin-bottom: 1.04vw;
}
.ind_box2_app_clm1_item a{
    display: block;
    overflow: hidden;
    position: relative;
}
.ind_box2_app_clm1_item a img{
    display: block;
    width: 100%;
}
.ind_box2_app_clm1_item a .tt{
    position: absolute;
    left: 0;
    bottom: -100%;
    z-index: 2;
    width: 100%;
    height: 92px;
    padding-top: 15px;
    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;
    background: url(../images/ind_case_item_bg.png) repeat-x center center / auto 100%;
    transition:all 0.8s;
    -webkit-transition:all 0.8s;
}

.ind_box2_app_clm1_item a:hover img{
    transform:scale(1.03,1.03);
    -webkit-transform:scale(1.03,1.03);
}
.ind_box2_app_clm1_item a:hover .tt{
    bottom: 0;
    transition:all 0.8s;
    -webkit-transition:all 0.8s;
}


.video_list1{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.video_list1 dd{
    width: calc(94% / 4);
    margin: 0 2% 40px 0;
}
.video_list1 dd a{
    display: block;
    box-shadow: 0 3px 10px rgba(115,115,115,.15);
}
.video_list1_pic{
    overflow: hidden;
    position: relative;
}
.video_list1_pic img{
    display: block;
    width: 100%;
}
.video_list1_pic .icon{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 72px;
    height: 72px;
    background: url(../images/video_icon1.png) no-repeat center center / cover;
    transform: translate(-50%,-50%);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.video_list1_pic .time{
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 70px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    background: rgba(0,0,0,.2);
    border-radius: 4px;
}
.video_list1_tt{
    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;
    height: 72px;
    line-height: 1.3;
    color: #333;
}
.video_list1 dd a:hover .video_list1_pic img{
    transform:scale(1.03,1.03);
    -webkit-transform:scale(1.03,1.03);
}
.video_list1 dd a:hover .video_list1_pic .icon{
    background: url(../images/video_icon2.png) no-repeat center center / cover;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}




.ind_box3_list{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.ind_box3_list dd{
    margin: 0 20px 20px 0;
}
.ind_box3_list1 dd{
    width: calc((100% - 20px) / 2);
}
.ind_box3_list2 dd{
    width: calc((100% - 40px) / 3);
}
.ind_box3_list dd:last-child{
    margin-right: 0;
}
.ind_box3_list dd a{
    display: block;
    overflow: hidden;
    position: relative;
}
.ind_box3_list dd a img{
    display: block;
    width: 100%;
}
.ind_box3_list dd a .tt{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 92px;
    padding-top: 15px;
    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;
    background: url(../images/ind_case_item_bg.png) repeat-x center center / auto 100%;
    white-space:nowrap;overflow: hidden;text-overflow:ellipsis;
}
.ind_box3_list dd a:hover img{
    transform:scale(1.03,1.03);
    -webkit-transform:scale(1.03,1.03);
}


.ind_box4{
    background:#fff url(../images/ind_bg2.png) no-repeat center bottom / auto 100%;
    padding: 6.25rem 0 9.69rem;
}


.ind_box4_l{
    width: 50%;
}
.ind_box4_l_title1{
    margin-bottom: 22px;
}
.ind_box4_l_title1 .tt2{
    padding: 10px 0 28px;
}
.ind_box4_l_title1 .line{
    width: 72px;
    height: 4px;
    background: #dd0024;
}



.ind_box4_r{
    width: 50%;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
}
.ind_box4_r a{
    display: block;
    width: 92px;
    height: 92px;
    margin-left: 35%;
}


.ind_box4_l_list{
    padding: 32px 0 50px;
    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;
}

.ind_box4_l_list .item{
    width: 24%;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.ind_box4_l_list .item .num{
    font-size: 4.5rem;
    font-family: "BarlowCondensed-Regular";
}
.ind_box4_l_list .item .tt{
    font-size: 14px;
}
.ind_box4_l_list .item:hover{
    transform:translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.ind_box4_l_btn{
    display: block;
    width: 180px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    background: #dd0024;
    border-radius: 6px;
}


.ind_box5{
    background:#f6f6f6 url(../images/ind_bg3.jpg) no-repeat center top / auto 322px;
}

.ind_box5_list1{
    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;
}
.ind_box5_list1 dd{
    width:calc(94% / 4);
    background: #fff;
    border-radius: 7px;
    overflow: hidden;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.ind_box5_list1 dd:hover{
    transform:translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.ind_box5_list1 dd .pic{
    overflow:hidden;
}
.ind_box5_list1 dd .pic img{
    width: 100%;
}
.ind_box5_list1 dd .con{
    padding: 22px 5%;
}
.ind_box5_list1 dd .con .tt{
    margin-bottom: 12px;
}



.ind_box6_title{
    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;
    margin-bottom: 10px;
}

.ind_box6_title_r{
    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;
    -webkit-align-items: center;
    -ms-align-items:center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.ind_box6_bars{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
}
.ind_box6_bars .item{
    width: 140px;
    font-size: 16px;
    color: #333;
    line-height: 50px;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    margin: 0 20px 0 0;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.ind_box6_bars .item.hover{
    color: #fff;
    background: #dd0024;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.ind_box6_bars2 .item{
    margin-right: 0;
}


.ind_box6_tabs_item_con{
    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;
}

.ind_box6_l{
    width: 37.5%;
}

.ind_box6_l_pic{
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
}
.ind_box6_l_pic img{
    display: block;
    width: 100%;
}
.ind_box6_l_pic .time{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 140px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-top-right-radius: 6px;
    background: #dd0024;
}

.ind_box6_l_con{
    padding: 28px 0 0;
}

.ind_box6_l_con_tt{
    display: block;
    color: #333;
    padding-bottom: 13px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 13px;
}

.ind_box6_l_con_text{
    margin-bottom: 21px;
}
.ind_box6_l_con_more{
    color: #999;
}
.ind_box6_l_con_more:hover{
    color: #dd0024;
}

.ind_box6_l:hover .ind_box6_l_pic img{
    transform:scale(1.03,1.03);
    -webkit-transform:scale(1.03,1.03);
}
.ind_box6_l:hover .ind_box6_l_con_tt{
    color: #dd0024;
}


.ind_box6_r{
    width: 58.75%;
}

.ind_box6_r_item{
    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;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    margin-bottom: 25px;
}

.ind_box6_r_item_pic{
    width: 220px;
    overflow: hidden;
    border-radius: 4px;
}
.ind_box6_r_item_pic img{
    width: 100%;
}
.ind_box6_r_item_con{
    width: calc(100% - 220px);
    padding-left: 1.75rem;
}
.ind_box6_r_item_con_tt{
    display: block;
    color: #333;
}
.ind_box6_r_item_con_text{
    margin: 10px 0 21px;    
}

.ind_box6_r_item:hover .ind_box6_r_item_pic img{
    transform:scale(1.03,1.03);
    -webkit-transform:scale(1.03,1.03);
}
.ind_box6_r_item:hover .ind_box6_r_item_con_tt{
    color: #dd0024;
}


.ind_box6_r_list dd{
    padding: 25px 0;
}
.ind_box6_r_list dd a{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
}
.ind_box6_r_list_date{
    width: 150px;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    -ms-align-items:flex-end;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    text-align: right;
    color: #999;
    padding-right: 1.56vw;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    
}
.ind_box6_r_list_date .days{
    margin-bottom: 6px;
}
.ind_box6_r_list_date .years{
    font-size: 14px;
}
.ind_box6_r_list_con{
    width: calc(100% - 150px);
    padding-left:1.3vw;
    border-left: 1px solid #e5e5e5;
}
.ind_box6_r_list_con_tt{
    color: #333;
    margin-bottom: 11px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.ind_box6_r_list dd a:hover .ind_box6_r_list_date{
    color: #dd0024;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.ind_box6_r_list dd a:hover .ind_box6_r_list_con_tt{
    color: #dd0024;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}


.ind_box7{
    background: url(../images/footer_bg.jpg) no-repeat center center / cover;
}
.ind_box7_l{
    width: 42.8%;
}
.ind_box7_title1{
    margin-bottom: 35px;
}
.ind_box7_title1 .text{
    padding-top: 12px;
}

.ind_box7_l_list{
    padding-top: 35px;
    border-top: 1px solid rgba(255,255,255,.4);
}
.ind_box7_l_list dd{
    padding: 11px 0;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    color: #fff;
}
.ind_box7_l_list dd .icon{
    width: 44px;
    font-size: 36px;
    line-height: 1;
}
.ind_box7_l_list dd .con{
    width: calc(100% - 44px);
}
.ind_box7_l_list dd .con a{
    color: #fff;
}



.ind_box7_r{
    width: 47%;
    max-width: 685px;
}
.ind_box7_r_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;
}
.ind_box7_r_list dd{
    width: calc((100% - 25px) / 2);
    margin-bottom: 24px;
    position: relative;
}
.ind_box7_r_list dd.ddw{
    width: 100%;
}
.ind_box7_r_list_text,
.ind_box7_r_list_area{
    width: 100%;
    height: 60px;
    font-size: 16px;
    color: #333;
    padding-left: 20px;
    border-radius: 4px;
    background: #fff;
    border: none;
}

.ind_box7_r_list_icon{
    position: absolute;
    left: 11px;
    top: 0;
    font-size: 16px;
    line-height: 60px;
    color: #f00;
}
.ind_box7_r_list_area{
    height: 120px;
    padding: 15px 15px 10px 20px;
    resize: none;
}

.ind_box7_r_list_btn{
    display: block;
    width: 100%;
    height: 60px;
    font-size: 16px;
    color: #fff;
    background: #dd0024;
    border-radius: 4px;
    border: none;
}



.footer{
    background: #191313;
}



.footer_t_l{
    width: calc(100% - 270px);
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding-right:15.63vw;
}

.footer_t_l_item{
    width: 20%;
}
.footer_t_l_item_tt{
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}
.footer_t_l_item_list a{
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #999;
}
.footer_t_l_item_list a:hover{
    color: #fff;
    transform:translateX(3px);
    -webkit-transform:translateX(3px);
}


.footer_t_r{
    width: 270px;
}
.footer_t_r_title{
    color: #e5e5e5;
}
.footer_t_r_title .tt2{
    display: block;
    font-family: "BarlowCondensed-Regular";
    font-weight: 500;
    color: #e5e5e5;
    padding: 6px 0;
}
.footer_t_r_title .text{
    font-size: 14px;
}

.footer_t_r_sm{
    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;
    -webkit-align-items: center;
    -ms-align-items:center;
    padding-top: 26px;
}

.footer_t_r_sm .item{
    position: relative;
    margin: 0 20px 0 0;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.footer_t_r_sm .item .icon{
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    background: #213a69;
    
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.footer_t_r_sm .item:last-child{
    margin-right: 0;
}
.footer_t_r_sm .item:hover{
    transform:translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.footer_t_r_sm .item:hover .icon{
    background: #dd0024;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.footer_t_r_sm .item .code{
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 120px;
    height: 120px;
    display: none;
    margin-left: -60px;
}
.footer_t_r_sm .item .code img{
    display: block;
    width: 120px;
}
.footer_t_r_sm .item:hover .code{
    display: block;
}


.footer_link{
    padding-bottom: 40px;
}

.footer_link_con{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    font-size: 14px;
}
.footer_link_con a{
    display: inline-block;
    color: #999;
    font-size: 14px;
    margin: 0 2.75rem 10px 0;
}
.footer_link_con a:hover{
    color: #fff;
}

.footer_b{
}
.footer_b .wrapper{
    padding: 26px 0 34px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    border-top: 1px solid rgba(255,255,255,.2);
}

.footer_b_r a{
    color: #999;
}
.footer_b_r a:hover{
    color: #fff;
}




/* float_fix */
.float_fix{
    position: fixed;
    right: 0;
    bottom: 30%;
    z-index: 7;
    width: 76px;
}
.float_fix .item{
    display: block;
    width: 76px;
    height: 76px;
    position: relative;
}
.float_fix .item .item_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: 76px;
    height: 76px;
    color: #fff;
    font-size: 30px;
    background: #dd0024;
    position: relative;
    z-index: 4;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.float_fix .item .item_con{
    position: absolute;
    right: -220px;
    top: 0;
    z-index: 3;
    width: 150px;
    height: 76px;
    background: #dd0024;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    color: #fff;
    padding-left: 15px;
    font-size: 16px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.float_fix .item .code{
    opacity: 0;
    position: absolute;
    right: -180px;
    top: 0;
    z-index: 3;
    width: 100px;
    height: 100px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.float_fix .item .code img{
    width: 100%;
}
.float_fix .item:hover .item_con{
    right: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.float_fix .item:hover .code{
    opacity: 1;
    right: 100%;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.back_top{
    display: none;
    font-size: 22px;
}
.back_top .item_icon::before{
    transform: rotateZ(-90deg);
    -webkit-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-180deg);
}
.float_fix .item:first-child .item_icon{
    border-top-left-radius: 10px;
}
.float_fix .item:last-child .item_icon{
    border-bottom-left-radius: 10px;
}




/* about */
.sub_banner_about{
    position: relative;
    height: 760px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sub_banner_about>img{
    width: 100%;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
}


.sub_banner_about_con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding:117px 0 76px;
}
.sub_banner_about_con .wrapper{
    height: 100%;
}
.sub_banner_about_l{
    width: 50%;
}
.sub_banner_about_l .tt1{
    margin-bottom: 15px;
}
.sub_banner_about_r{
    width: 50%;
    position: relative;
    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;
}


.sub_banner_about_r_video_con .pic{
    width: 90px;
    height: 90px;
}


.cir_line_box{
    position: relative;
    width: 100%;
    height: 100%;
}
.cir_line_box .line1,
.cir_line_box .line2,
.cir_line_box .line3{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    border: 1px solid #fff;
    transform: translate(-50%,-50%);
    transform-origin: center center;
}

.cir_line_box .line1{
    animation:aaaa3 3s infinite linear; 
    animation-delay: -1s;
}
.cir_line_box .line2{
    animation:aaaa3 3s infinite linear; 
    animation-delay: 0s;
}
.cir_line_box .line3{
    animation:aaaa3 3s infinite linear; 
    animation-delay: 1s;
}

@keyframes aaaa3 {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    50% {
        width: 140%;
        height: 140%;
        opacity: 0.45;
    }
    100% {
        width: 180%;
        height: 180%;
        opacity: 0;
    }
}



.sub_bar_box{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 77px;
    background: url(../images/sub_nav_bg.png) repeat-x center center / auto 100%;
    border-top: 1px solid rgba(255,255,255,.2);
}
.sub_bars{
    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;
}
.sub_bars .item{
    width: 220px;
    height: 76px;
    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;
    font-size: 16px;
    color: #fff;
}
.sub_bars .item .icon{
    font-size: 28px;
    margin-right: 8px;
}
.sub_bars .item.hover{
    background: #dd0024;
}



.about_box1{
    padding:6.77vw 0;
    background: url(../images/about_bg1.png) no-repeat center bottom -1px / 100% auto;
}


.about_box2{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 10.16vw;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.about_box2_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;
    padding-top: 2.6vw;
}
.about_box2_list dd{
    width: calc(88% / 3);
    padding-right: 6%;
    position: relative;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.about_box2_list dd:hover{
    transform:translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.about_box2_list dd::after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 7%;
    width: 1px;
    height: 86%;
    background: rgba(255,255,255,.2);
}
.about_box2_list dd:last-child:after{
    display: none;
}
.about_box2_list dd .icon{
    font-size: 54px;
    line-height: 1;
}
.about_box2_list dd .tt{
    margin: 26px 0 20px;
}



.about_box3{
}
.about_box3_l{
    width: 25.31vw;
}
.about_box3_l_list1{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.about_box3_l_list1 dd{
    width: 50%;
    padding: 0 2% 35px 0;
    margin: 0 0 35px 0;
    border-bottom: 1px dashed #e6e6e6;
}
.about_box3_l_list1 dd:nth-child(3),
.about_box3_l_list1 dd:nth-child(4){
    border: none;
}
.about_box3_l_list1 dd .num{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items:flex-start;
    font-size: 72px;
    line-height: 1;
    font-family: "BarlowCondensed-Regular";
    margin-bottom: 18px;
}
.about_box3_l_list1 dd .num .num_tt{
    font-size: 18px;
    position: relative;
    top: 15px;
    padding-left: 8px;
}

.about_box3_r{
    width: calc(100% - 25.31vw);
    position: relative;
}
.about_box3_r>img{
    width: 100%;
}
.about_box3_r_item{
    position: absolute;
    width: 49px;
    height: 49px;
}
.about_box3_r_item_rela{
    position: relative;
}
.about_box3_r_item_icon{
    width: 49px;
    height: 49px;
    background: url(../images/about_map_icon1.png) no-repeat center center;
    cursor: pointer;
}
.about_box3_r_item_down{
    display: none;
    position: absolute;
    left: 50%;
    width: 380px;
    height: 212px;
    background: #dd0024;
    border-radius: 6px;
    padding:0 23px;
    transform: translate(-50%,0);
}
.about_box3_r_item_down_tt{
    line-height: 70px;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.about_box3_r_item_down_b{
    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: 20px 0 0;
}
.about_box3_r_item_down_b_l{
    width:calc(100% - 140px);
}
.about_box3_r_item_down_b_l_clm .item{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items:flex-start;
    margin-bottom: 12px;
}
.about_box3_r_item_down_b_l_clm .item .icon{
    width: 24px;
    font-size: 20px;
}
.about_box3_r_item_down_b_l_clm .item .tt{
    width: calc(100% - 24px);
    font-size: 14px;
    line-height: 24px;
    padding-left: 4px;
}
.about_box3_r_item_down_b_l_clm .item .tt a{
    color: #fff;
}
.about_box3_r_item_down_b_r{
    width: 128px;
}

.about_box3_r_item:hover .about_box3_r_item_icon{
    background: url(../images/about_map_icon2.png) no-repeat center center;
}
.about_box3_r_item:hover .about_box3_r_item_down{
    display: block;
}


.ind_box3_list_con{
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 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: 20px 8%;
    background: #dd0024;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.ind_box3_list_con .tt1{
    margin-bottom: 14px;
}
.ind_box3_list dd a:hover .ind_box3_list_con{
    opacity: 1;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}




.sub_banner_about .banner_float_icon{
    bottom: 3.29vw;
}


.ind_box3_list_app_list dd{
    width: calc(96% / 3);
    margin: 0 2% 2.34vw 0;
    overflow: hidden;
    border-radius: 6px;
}



/* app_det */
.location_det{
    background: #f6f6f6;
    color: #666;
    font-size: 14px;
}
.location_det_l{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
}

.location_det_l{
    height: 68px;
    line-height: 68px;
}
.location_det_l a{
    color: #666;
    margin: 0 3px;
}
.location_det_l a:hover{
    color: #dd0024;
}

.location_det_l .icon{
    font-size: 22px;
    margin-right: 5px;
}
.location_det_r_tag a{
    color: #333;
    margin: 0 24px 0 0;
}
.location_det_r_tag a:last-child{
    margin-right: 0;
}
.location_det_r_tag a:hover{
    color: #dd0024;
}





.sub_main_app_det{
    padding: 55px 0 70px;
}
.app_det_l{
    width: calc(100% - 416px);
    padding-right: 3.13vw;
}

.news_page_l{
    width: calc(100% - 416px);
    padding-left: 3.13vw;
}

.app_det_date{
    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;
    padding: 15px 0 30px;
    border-bottom: 1px solid #e5e5e5;
}
.app_det_date .item{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    font-size: 14px;
    margin-right: 1.56vw;
}
.app_det_date .item .icon{
    font-size: 20px;
    padding-right: 6px;
}


.app_det_con{
    padding: 30px 0;
}


.app_det_tags{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.app_det_tags_tt{
    line-height: 40px;
}
.app_det_tags a{
    display: block;
    font-size: 14px;
    padding: 0 20px;
    line-height: 40px;
    color: #666;
    margin: 0 15px 10px 0;
    background: #f6f6f6;
}
.app_det_tags a:hover{
    color: #fff;
    background: #dd0024;
}

.app_det_tips{
    padding: 25px 0 40px;
    border-bottom: 1px solid #e5e5e5;
}
.app_det_page{
    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;
    padding: 15px 0;
}
.app_det_page_item{
    display: block;
    width: 50%;
    color: #666;
    font-size: 16px;
    line-height: 50px;
}
.app_det_page_item a{
    color: #999;
}
.app_det_page_item a:hover{
    color: #dd0024;
}


.app_det_r{
    width: 416px;
}

.app_det_r_item1{
    padding: 10px 23px;
    border: 10px solid #f5f5f5;
    margin-bottom: 2.4vw;
}
.app_det_r_item1:last-child{
    margin-bottom: 0;
}
.app_det_r_item1_title1{
    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;
    line-height: 66px;
    border-bottom: 1px solid #e5e5e5;
}
.app_det_r_item1_title1 a.more:hover{
    color: #dd0024 !important;
}

.app_det_r_list1{
    padding: 15px 0;
}
.app_det_r_list1 dd{
    padding: 8px 0;
}
.app_det_r_list1 dd a{
    display: block;
    font-size: 14px;
    line-height: 24px;
}
.app_det_r_list1 dd a:hover{
    color: #dd0024;
}



.app_det_r_list2{
    padding: 15px 0 0;
}
.app_det_r_list2 dd{
    padding: 15px 0;
}
.app_det_r_list2 dd a{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
}
.app_det_r_list2 dd a .pic{
    width: 136px;
    overflow: hidden;
}
.app_det_r_list2 dd a .pic img{
    width: 100%;
}
.app_det_r_list2 dd a .con{
    width: calc(100% - 136px);
    padding-left: 18px;
}
.app_det_r_list2 dd a .con .tt{
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-bottom: 12px;
}
.app_det_r_list2 dd a .con .time{
    font-size: 14px;
    color: #999;
}
.app_det_r_list2 dd a:hover .pic img{
    transform:scale(1.03,1.03);
    -webkit-transform:scale(1.03,1.03);
}
.app_det_r_list2 dd a:hover .con .tt{
    color: #dd0024;
}


.hzys_box1_list{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.hzys_box1_list dd{
    width: 25%;
    position: relative;
}
.hzys_box1_list dd::after{
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 15%;
    width: 1px;
    height: 70%;
    background: #e5e5e5;
}
.hzys_box1_list dd:last-child::after{
    display: none;
}
.hzys_box1_list_pic{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.hzys_box1_con{
    padding: 60px 12%;
    position: relative;
    z-index: 1;
}
.hzys_box1_con .num{
    color: #dd0024;
}
.hzys_box1_con .tt{
    color: #333;
    padding: 15px 0;
}
.hzys_box1_con .text{
    color: #999;
}
.hzys_box1_list dd:hover .hzys_box1_list_pic{
    opacity: 1;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.hzys_box1_list dd:hover .hzys_box1_con .num,
.hzys_box1_list dd:hover .hzys_box1_con .tt,
.hzys_box1_list dd:hover .hzys_box1_con .text{
    color: #fff;
}
.hzys_box1_list dd:hover::after{
    display: none;
}



.hzys_box2_list1{
    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;
}
.hzys_box2_list1 dd{
    width: calc((100% - 40px) / 2);
}
.hzys_box2_list1 dd a{
    display: block;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
}
.hzys_box2_list1 dd a img{
    width: 100%;
}
.hzys_box2_list1 dd a .tt{
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    padding: 0 5%;
}
.hzys_box2_list1 dd a:hover img{
    transform:scale(1.03,1.03);
    -webkit-transform:scale(1.03,1.03);
}


.hzys_box2_clm1_box{
    height: 400px;
    background: url(../images/gys_bg.jpg) no-repeat center center / cover;
    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;
    overflow: hidden;
}
.hzys_box2_clm1_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;
}
.hzys_box2_clm1_btn{
    width: 160px;
    height: 60px;
    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;
    margin: 0 22px 0 0;
    color: #666;
    background: #fff;
    border-radius: 4px;
}
.hzys_box2_clm1_btn .icon{
    font-size: 22px;
    margin-right: 8px;
}
.hzys_box2_clm1_btn.hover{
    color: #fff;
    background: #dd0024;
}
.hzys_box2_clm1_btn:last-child{
    margin-right: 0;
}


.zshz_form_list1{
    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;
}
.zshz_form_list1 dd{
    width: calc((100% - 50px) / 2);
    margin-bottom: 30px;
}
.zshz_form_list1 dd.ddw{
    width: 100%;
}
.zshz_form_list1_text,
.zshz_form_list1_area{
    width: 100%;
    background: #fff;
    height: 68px;
    font-size: 16px;
    color: #333;
    padding-left: 30px;
    border-radius: 4px;
    border: none;
}
.zshz_form_list1_area{
    height: 240px;
    padding: 18px 30px;
    resize: none;
}


.zshz_form_list1_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;
}
.zshz_form_list1_btn{
    display: block;
    width: 180px;
    height: 68px;
    color: #333;
    border: none;
    margin: 0 18px;
    background: #fff;
    border-radius: 4px;
}
.zshz_form_list1_btn.hover{
    color: #fff;
    background: #dd0024;
}




.case_list1{
    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;
}
.case_list1 dd{
    width: calc(96.25% / 2);
    margin-bottom: 3.8vw;
    box-shadow:  0 0 15px rgba(115,115,115,.1);
    border-radius: 10px;
}
.case_list1 dd a{
    display: block;
}
.case_list1_pic{
    position: relative;
}
.case_list1_pic>img{
    width: 100%;
}
.case_list1_icon{
    position: absolute;
    left: 2.71vw;
    bottom: -26px;
    width: 96px;
    height: 96px;
    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;
    background: #fff;
    text-align: center;
    border-bottom: 2px solid #dd0024;
    box-shadow:  0 0 10px rgba(50,50,50,.15);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.case_list1_icon .pic1{
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.case_list1_icon .pic2{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.case_list1_con{
    padding: 54px 2.6vw;
}

.case_list1_con_tt{
    margin-bottom: 12px;
}


.case_list1 dd:hover .case_list1_icon{
    bottom:2.08vw;
    background: #dd0024;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.case_list1 dd:hover .case_list1_icon .pic1{
    opacity: 0;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.case_list1 dd:hover .case_list1_icon .pic2{
    opacity: 1;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}


/* 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;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding: 20px 0 15px;
}
.page a{
    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: 50px;
    height: 50px;
    color: #666;
    font-size: 18px;
    border-radius: 2px;
    background: #f6f6f6;
    margin: 0 6px 6px;
}

.page a:hover,
.page a.hover{
    color: #fff;
    background: #dd0024;
}
a.page_btn.prev{
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
}


/* contact */
.contact_list1{
    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_list1 dd{
    width: calc((100% - 5.2vw) / 3);
    border-radius: 6px;
    padding: 55px 3%;
    background: #f6f6f6;
    margin-bottom: 30px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.contact_list1 dd .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: 92px;
    height: 92px;
    font-size: 48px;
    color: #fff;
    border-radius: 50%;
    background: #dd0024;
    margin: 0 auto 26px;
}
.contact_list1 dd .tt{
    text-align: center;
    margin-bottom: 14px;
}
.contact_list1 dd .text{
    max-width: 220px;
    margin: 0 auto;
}
.contact_list1 dd .text a{
    color: #999;
}

.contact_list1 dd .text a:hover,
.contact_list1 dd .text a.hover{
    color: #dd0024;
    text-decoration: underline;
}
.contact_list1 dd:hover{
    transform:translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.contact_box2{
    height: 300px;
    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;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding: 0 2.86vw;
    border-radius: 6px;
    background: url(../images/contact_bg1.jpg) no-repeat center center / cover;
}
.contact_box2_l_title .tt{
    margin-bottom: 15px;
}


.contact_box3_scroll_box{
    position: relative;
}

.contact_box3_scroll_item{
    display: block;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.contact_box3_scroll_item::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.8);
    opacity: 1;
}
.contact_box3_scroll_item img{
    width: 100%;
}
.contact_box3_scroll_item .tt{
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 92px;
    padding-top: 15px;
    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;
    background: url(../images/ind_case_item_bg.png) repeat-x center center / auto 100%;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.contact_box3_scroll .swiper-slide {
    transition: 300ms;
    transform: scale(0.7);
}
.contact_box3_scroll .swiper-slide-active,
.contact_box3_scroll .swiper-slide-duplicate-active{
    transform: scale(1);
}
.contact_box3_scroll .swiper-slide-active .contact_box3_scroll_item::after,
.contact_box3_scroll .swiper-slide-duplicate-active .contact_box3_scroll_item::after{
    opacity: 0;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.contact_box3_scroll .swiper-slide-active .contact_box3_scroll_item .tt,
.contact_box3_scroll .swiper-slide-duplicate-active .contact_box3_scroll_item .tt{
    opacity: 1;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.contact_box3_scroll_btn{
    position: absolute;
    top: 50%;
    z-index: 3;
    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: 60px;
    height: 60px;
    font-size: 28px;
    color: #707070;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    margin-top: -30px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.contact_box3_scroll_btn.prev{
    left: 15%;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
}

.contact_box3_scroll_btn.next{
    right: 15%;
}
.contact_box3_scroll_btn:hover{
    color: #fff;
    background: #dd0024;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.contact_box4{
    padding: 5.73vw 0 5.21vw;
}

.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: calc((100% - 2.6vw) / 2);
    margin-bottom: 28px;
}
.contact_form_list dd.ddw{
    width: 100%;
}
.contact_form_list_text,
.contact_form_list_area{
    display: block;
    width: 100%;
    height: 68px;
    font-size: 16px;
    color: #333;
    padding-left: 30px;
    border-radius: 4px;
    background: #f6f6f6;
    border: 1px solid #e5e5e5;
}
.contact_form_list_area{
    height: 240px;
    padding: 18px 30px;
    resize: none;
}
.contact_form_list dd .zshz_form_list1_btn{
    background: #f6f6f6;
    border: 1px solid #e5e5e5;
}
.contact_form_list dd .zshz_form_list1_btn.hover{
    background: #dd0024;
    color: #fff;
    border: 1px solid #dd0024;
}



.down_list1{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.down_list1 dd{
    width: calc((100% - 60px) / 3);
    margin: 0 30px 30px 0;
    background: #f6f6f6;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.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;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    padding: 1.56vw;
}

.down_list1_pic{
    width: 34%;
    overflow: hidden;
}
.down_list1_con{
    width: 66%;
    padding-left: 1.56vw;
}
.down_list1_con_tt1{
    word-break: break-all;
    margin-bottom: 6px;
}
.down_list1_con_size{
    padding: 15px 0 18px;
}

.down_list1_con_btn{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
}

.down_list1_con_btn .icon{
    font-size: 22px;
    color: #dd0024;
    margin-right: 9px;
}
.down_list1_con_btn .tt{
    text-decoration: underline;
} 

.down_list1 dd:hover{
    transform:translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}




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

.faq_list1 dd{
    width: calc((100% - 40px) / 2);
    margin-bottom: 40px;
    background: #f6f6f6;
    cursor: pointer;
}

.faq_title1_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;
    padding: 30px;
}
.faq_title1_tt .icon1{
    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;
    font-size: 18px;
    color: #fff;
    background: #dd0024;
    border-radius: 4px;
}
.faq_title1_tt .tt{
    width: calc(100% - 80px);
    padding-left: 15px;
}
.faq_title1_tt .icon2{
    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: 38px;
    height: 38px;
    color: #333;
    font-size: 20px;
    border-radius: 50%;
    background: #fff;
    transform: rotateZ(-90deg);
    -webkit-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.faq_list1 dd:hover .faq_title1_tt .icon2{
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.faq_title1_down{
    display: none;
    padding: 0 30px 30px;
}
.faq_title1_down_con{
    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;
}
.faq_title1_down .icon1{
    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;
    font-size: 18px;
    color: #fff;
    background: #eda407;
    border-radius: 4px;
}
.faq_title1_down .text{
    width: calc(100% - 40px);
    padding-left: 15px;
}



.his_box{
    position: relative;
    padding: 160px 0 20px;
    max-width: 1400px;
    margin: 0 auto;
}
.his_box::after{
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    background: #e5e5e5;
    margin-left: -1px;
}
.his_box_icon{
    position: absolute;
    left: 50%;
    top: -7px;
    z-index: 2;
    width: 34px;
    height: 14px;
    margin-left: -17px;
}


.his_list1{
    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;
}
.his_list1 dd{
    width:50%;
    padding-right: 3.91vw;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    -ms-align-items:flex-end;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    position: relative;
    margin-top: -3.91vw;
}
.his_list1_years{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    font-family: "BarlowCondensed-Regular";
    font-weight: 600;
}
.his_list1_years .icon{
    margin-right: 15px;
}

.his_list1_text{
    padding: 15px 0 2.6vw;
    text-align: right;
}

.his_list1_icon{
    position: absolute;
    right: -16px;
    top: 8px;
    z-index: 2;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    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;
    background: none;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.his_list1_icon .icon{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #c5c5c5;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.his_list1 dd:hover .his_list1_icon{
    background: rgba(220,0,36,.2);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.his_list1 dd:hover .his_list1_icon .icon{
    background: #dd0024;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.his_list1 dd:nth-child(2n){
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items:flex-start;
    padding-right: 0;
    padding-left: 3.91vw;
    margin-top: 11.3vw;
}
.his_list1 dd:nth-child(2n) .his_list1_text{
    text-align: left;
}
.his_list1 dd:nth-child(2n) .his_list1_icon{
    right: auto;
    left: -16px;
}



.news_det_l{
    width: 50px;
}
.news_det_l_bars{
    width: 50px;
    background: #fff;
}
.news_det_l_bars .item{
    width: 50px;
    position: relative;
}
.news_det_l_bars .item .icon{
    width: 50px;
    height: 50px;
    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;
    font-size: 24px;
    color: #b3b3b3;
    background: #f6f6f6;
    margin-bottom: 1px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.news_det_l_bars .item .code_down{
    position: absolute;
    left: 100%;
    top: 0;
    width: 120px;
    height: 120px;
    display: none;
}
.news_det_l_bars .item .code_down img{
    width: 100%;
}
.news_det_l_bars .item:hover .icon{
    color: #fff;
    background: #dd0024;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.news_det_l_bars .item:hover .code_down{
    display: block;
}
.news_det_l_bars .item .icon-arrow-right.prev{
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
}

.news_det_r{
    width: calc(100% - 50px);
    padding-left: 5.21vw;
    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;
}



.news_det_t .app_det_date{
    padding-bottom: 0;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    border-bottom: none;
    padding-top: 15px;
}


/* news */
.news_list1{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.news_list1 dd{
    width: calc(90% / 3);
    margin: 0 5% 70px 0;
}
.news_list1 dd a{
    display: block;
    overflow: hidden;
}
.news_list1_pic{
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.news_list1_pic img{
    width: 100%;
}
.news_list1_time{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 107px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #dd0024;
    border-radius: 4px;
}

.news_lis1_con{
    padding: 26px 0 0;
}
.news_lis1_tt{
    color: #333;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.news_lis1_text{
    margin: 12px 0;
}
.news_lis1_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: 130px;
    height: 40px;
    color: #999;
    font-size: 14px;
    border-radius: 20px;
    border: 2px solid #e5e5e5;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.news_list1 dd:hover .news_list1_pic img{
    transform:scale(1.03,1.03);
    -webkit-transform:scale(1.03,1.03);
}
.news_list1 dd:hover .news_lis1_tt{
    color: #dd0024;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.news_list1 dd:hover .news_lis1_btn{
    color: #fff;
    background: #dd0024;
    border: 1px solid #dd0024;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}





.hot_tags_box{
    margin-bottom: 3.65vw;
    padding: 0 30px 30px;
}
.hot_tags_title1{
    line-height: 76px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
.hot_tags_title1 .more{
    color: #999;
}
.hot_tags_title1 .more:hover{
    color: #dd0024;
}

.hot_tags_list{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.hot_tags_list a{
    width: 110px;
    line-height: 40px;
    color: #333;
    font-size: 14px;
    text-align: center;
    background: #fff;
    margin: 0 14px 14px 0;
}
.hot_tags_list a:hover{
    color: #fff;
    background: #dd0024;
}


.news_list2 dd{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}
.news_list2 dd:last-child{
    margin-bottom: 0;
    border-bottom: none;
}
.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;
}
.news_list2_pic{
    width: 280px;
    overflow: hidden;
}
.news_list2_pic img{
    width: 100%;
}
.news_list2_con{
    width: calc(100% - 280px);
    padding-left: 1.82vw;
}

.news_list2_tt{
    color: #333;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.news_list2_text{
    margin: 12px 0 25px;
}
.news_list2_time{
    font-size: 14px;
    color: #999;
}

.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: #dd0024;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.pro_list1{
    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;
}
.pro_list1 dd{
    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;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    width: calc((100% - 30px) / 2);
    background: #f6f6f6;
    margin-bottom: 30px;
    padding: 3.91vw 2.34vw;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.pro_list1_con{
    width: 64%;
}
.pro_list1_tt{
    display: block;
    margin-bottom: 12px;
}

.pro_list1_pic{
    width: 34%;
    text-align: center;
}

.pro_list1 dd:hover .pro_list1_pic img,
.pro_det_b_item6_scroll_item:hover .pro_list1_pic img{
    transform:scale(1.03,1.03);
    -webkit-transform:scale(1.03,1.03);
}


.pro_det_t{
    background: url(../images/pro_det_bg1.jpg) no-repeat center center / cover;
    padding: 5.73vw 0 5.21vw;
}


.pro_det_pic_scroll{
    width: 39%;
}

.pro_det_t_inf{
    width: 61%;
}

.pro_det_t_inf_con{
    max-width: 606px;
    margin: 0 auto;
}



.pro_det_b_bars_box{
    height: 105px;
}
.pro_det_b_bars_rela{
    position: relative;
    width: 100%;
    z-index: 3;
    background: #fff;
    border-bottom: 2px solid #e5e5e5;
}

.pro_det_b_bars{
    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;
}
.pro_det_b_bars .item{
    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;
    margin-right: 4.17vw;
    color: #666;
    height: 103px;
    font-size: 16px;
    position: relative;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.pro_det_b_bars .item::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 3px;
    opacity: 0;
    background: #dd0024;
}
.pro_det_b_bars .item .icon{
    font-size: 26px;
    margin-right: 7px;
}
.pro_det_b_bars .item.hover{
    color: #dd0024;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.pro_det_b_bars .item.hover::after{
    opacity: 1;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.pro_det_b_bars .item:last-child{
    margin-right: 0;
}
.pro_det_b_bars_r{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    -ms-align-items:flex-end;
    line-height: 1;
}
.pro_det_b_bars_r .icon{
    font-size: 36px;
    position: relative;
    bottom: -3px;
}
.pro_det_b_bars_r .tt1{
    margin: 0 0 0 10px;
}
.pro_det_b_bars_r .tt2{
    font-family: "BarlowCondensed-Regular";
    font-weight: 600;
}


/* pro_det_b */
.pro_det_b_tabs_item1_l{
    width: 47%;
}

.pro_det_b_title1{
    margin-bottom: 2.86vw
}
.pro_det_b_title1 .line{
    width: 68px;
    height: 4px;
    border-radius: 2px;
    background: #dd0024;
    margin-top: 22px;
}


.pro_det_b_tabs_item1_l .pro_det_b_title1{
    margin-bottom: 18px;
}
.pro_det_b_tabs_item1_l_list{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding-top: 2.29vw;
}
.pro_det_b_tabs_item1_l_list .item{
    width: 49%;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    margin: 0 1% 1.46vw 0;
}
.pro_det_b_tabs_item1_l_list .item .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: 24px;
    height: 24px;
    color: #dd0024;
    font-size: 14px;
    padding-top: 2px;
    border-radius: 50%;
    border: 2px solid #dd0024;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.pro_det_b_tabs_item1_l_list .item .tt{
    width: calc(100% - 24px);
    padding-left: 15px;
}
.pro_det_b_tabs_item1_l_list .item:hover .icon{
    color: #fff;
    background: #dd0024;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}



.pro_det_b_tabs_item1_r{
    width: 47%;
}
.pro_det_b_tabs_item1_r a{
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.pro_det_b_tabs_item1_r a>img{
    display: block;
    width: 100%;
}
.pro_det_b_tabs_item1_r .icon{
    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;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
}

.pro_det_b_tabs_item1_r a:hover>img{
    transform:scale(1.03,1.03);
    -webkit-transform:scale(1.03,1.03);
}

body table{
    width: 100%;
}
body table tr td{
    color: #666;
    text-align: center;
    padding: 12px 5px;
    border: 1px solid #f6f6f6;
}

body table tr{
    background: #fff;
}

body table tr:nth-child(odd){
    background: #fafbff;
}
body table tr:first-child td{
    color: #fff;
}
/*body table tr td:first-child{*/
/*  font-weight: bold;*/
/*}*/
body table tr:first-child{
    background: #dd0024;
    font-size: 20px;
    font-weight: bold;
}


.pro_det_b_item3_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;
}
.pro_det_b_item3_list dd{
    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;
    width: calc((100% - 40px) / 2);
    margin-bottom: 40px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(115,115,115,.15);
}

.pro_det_b_item3_list_pic{
    width: 46%;
    overflow: hidden;
}
.pro_det_b_item3_list_pic img{
    width: 100%;
}
.pro_det_b_item3_list_con{
    width: 54%;
    padding: 25px 5%;
}
.pro_det_b_item3_list_con .num{
    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: 50px;
    height: 50px;
    color: #fff;
    font-family: "BarlowCondensed-Regular";
    border-radius: 50%;
    background: #dd0024;
}

.pro_det_b_item3_list_con .tt1{
    margin: 18px 0 11px;
}
.pro_det_b_item3_list dd:hover .pro_det_b_item3_list_pic img{
    transform:scale(1.03,1.03);
    -webkit-transform:scale(1.03,1.03);
}


.pro_det_b_item4_list{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.pro_det_b_item4_list dd{
    width: calc(94% / 4);
    margin: 0 2% 30px 0;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.pro_det_b_item4_list_pic{
    overflow: hidden;
}
.pro_det_b_item4_list_pic img{
    width: 100%;
}
.pro_det_b_item4_list_con{
    padding: 22px 5% 25px;
}
.pro_det_b_item4_list_con .tt{
    font-size: 16px;
    margin-bottom: 8px;
}
.pro_det_b_item4_list dd:hover{
    transform:translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}


.pro_det_page{
    padding: 2.08vw 0 0 0;
    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;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.pro_det_page_item{
    width: 49%;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
}
.pro_det_page_item .tt{
    width: 96px;
}
.pro_det_page_item .text{
    width: calc(100% - 96px);
}
.pro_det_page_item .text a{
    display: block;
    color: #333;
}
.pro_det_page_item .text a:hover{
    color: #dd0024;
}


.pro_det_b_tabs_item5_scroll_item{
    position: relative;
    overflow: hidden;
}
.pro_det_b_tabs_item5_scroll_item img{
    display: block;
    width: 100%;
}
.pro_det_b_tabs_item5_scroll_item .tt,
.shili_box2_scroll_item .tt{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 92px;
    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;
    color: #fff;
    text-align: center;
    padding-top: 15px;
    background: url(../images/ind_case_item_bg.png) repeat-x center center / auto 100%;
}
.pro_det_b_tabs_item5_scroll_item:hover img{
    transform:scale(1.03,1.03);
    -webkit-transform:scale(1.03,1.03);
}


.pro_det_b_item6_scroll_item{
    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;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    background: #f6f6f6;
    padding: 3.91vw 2.34vw;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}




/* service */
.service_list1{
    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;
}
.service_list1 dd{
    width: calc(94% / 4);
    padding: 3.13vw 2% 5.47vw;
    margin: 0 0 30px 0;
    background: #f6f6f6;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.service_list1 dd:last-child{
    margin-right: 0;
}
.service_list1 dd .icon{
    font-size:56px;
    line-height: 1;
}
.service_list1 dd .tt{
    margin:1.3vw 0 0.6vw;
}
.service_list1 dd:hover{
    transform:translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}


.shili_box1_con{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:space-between;
    -ms-justify-content:space-between;
    -webkit-justify-content:space-between;
}
.shili_box1_l{
    width: 511px;
}

.shili_box1_r{
    width: 1089px;
}

.shili_box1_item{
    margin-bottom: 1.67vw;
}
.shili_box1_item a{
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.shili_box1_item a img{
    width: 100%;
}
.shili_box1_item .tt,
.shili_box2_scroll_item .tt{
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 92px;
    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;
    color: #fff;
    text-align: center;
    padding-top: 15px;
    background: url(../images/ind_case_item_bg.png) repeat-x center center / auto 100%;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.shili_box1_item:hover img{
    transform:scale(1.03,1.03);
    -webkit-transform:scale(1.03,1.03);
}
.shili_box1_item:hover .tt,
.shili_box2_scroll_item:hover .tt{
    bottom: 0;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.shili_box1_r{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.shili_box1_r_item{
    width: calc(50% - 1.67vw);
    margin-left: 1.67vw;
}

.shili_box2_scroll_item{
    display: block;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
}
.shili_box2_scroll_item img{
    width: 100%;
}

.shili_box2_scroll_item:hover img{
    transform:scale(1.03,1.03);
    -webkit-transform:scale(1.03,1.03);
}



/* sitemap */
.sitemap_list_item{
    padding-top: 30px;
}
.sitemap_list_item:first-child{
    padding-top: 0;
}

.sitemap_list_item_title{
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.sitemap_list_item_con{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.sitemap_list_item_con a{
    padding: 0 30px;
    font-size: 14px;
    color: #666;
    line-height: 40px;
    background: #f6f6f6;
    margin: 0 15px 15px 0;
}

.sitemap_list_item_con a:hover{
    color: #fff;
    background: #dd0024;
}


.tags_page_top{
    background: #f6f6f6;
}

.tags_page_top_title{
    line-height: 78px;
    padding: 0 23px;
}
.tags_page_top_con{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding:25px 23px 15px;
    line-height: 30px;
    background: #fff;
}
.tags_page_top_con a{
    color: #666;
    padding: 0 5px;
    margin: 0 14px 14px 0;
}
.tags_page_top_con a:hover{
    color: #dd0024;
}

.tags_page_con{
    padding:23px;
    background: #f6f6f6;
}
.tags_page_con .sitemap_list_item_con a{
    background: #fff;
}
.tags_page_con .sitemap_list_item_con a:hover{
    background: #dd0024;
}





