/**
 *               ii.                                         ;9ABH,          
 *              SA391,                                    .r9GG35&G          
 *              &#ii13Gh;                               i3X31i;:,rB1         
 *              iMs,:,i5895,                         .5G91:,:;:s1:8A         
 *               33::::,,;5G5,                     ,58Si,,:::,sHX;iH1        
 *                Sr.,:;rs13BBX35hh11511h5Shhh5S3GAXS:.,,::,,1AG3i,GG        
 *                .G51S511sr;;iiiishS8G89Shsrrsh59S;.,,,,,..5A85Si,h8        
 *               :SB9s:,............................,,,.,,,SASh53h,1G.       
 *            .r18S;..,,,,,,,,,,,,,,,,,,,,,,,,,,,,,....,,.1H315199,rX,       
 *          ;S89s,..,,,,,,,,,,,,,,,,,,,,,,,....,,.......,,,;r1ShS8,;Xi       
 *        i55s:.........,,,,,,,,,,,,,,,,.,,,......,.....,,....r9&5.:X1       
 *       59;.....,.     .,,,,,,,,,,,...        .............,..:1;.:&s       
 *      s8,..;53S5S3s.   .,,,,,,,.,..      i15S5h1:.........,,,..,,:99       
 *      93.:39s:rSGB@A;  ..,,,,.....    .SG3hhh9G&BGi..,,,,,,,,,,,,.,83      
 *      G5.G8  9#@@@@@X. .,,,,,,.....  iA9,.S&B###@@Mr...,,,,,,,,..,.;Xh     
 *      Gs.X8 S@@@@@@@B:..,,,,,,,,,,. rA1 ,A@@@@@@@@@H:........,,,,,,.iX:    
 *     ;9. ,8A#@@@@@@#5,.,,,,,,,,,... 9A. 8@@@@@@@@@@M;    ....,,,,,,,,S8    
 *     X3    iS8XAHH8s.,,,,,,,,,,...,..58hH@@@@@@@@@Hs       ...,,,,,,,:Gs   
 *    r8,        ,,,...,,,,,,,,,,.....  ,h8XABMMHX3r.          .,,,,,,,.rX:  
 *   :9, .    .:,..,:;;;::,.,,,,,..          .,,.               ..,,,,,,.59  
 *  .Si      ,:.i8HBMMMMMB&5,....                    .            .,,,,,.sMr 
 *  SS       :: h@@@@@@@@@@#; .                     ...  .         ..,,,,iM5 
 *  91  .    ;:.,1&@@@@@@MXs.                            .          .,,:,:&S 
 *  hS ....  .:;,,,i3MMS1;..,..... .  .     ...                     ..,:,.99 
 *  ,8; ..... .,:,..,8Ms:;,,,...                                     .,::.83 
 *   s&: ....  .sS553B@@HX3s;,.    .,;13h.                            .:::&1 
 *    SXr  .  ...;s3G99XA&X88Shss11155hi.                             ,;:h&, 
 *     iH8:  . ..   ,;iiii;,::,,,,,.                                 .;irHA  
 *      ,8X5;   .     .......                                       ,;iihS8Gi
 *         1831,                                                 .,;irrrrrs&@
 *           ;5A8r.                                            .:;iiiiirrss1H
 *             :X@H3s.......                                .,:;iii;iiiiirsrh
 *              r#h:;,...,,.. .,,:;;;;;:::,...              .:;;;;;;iiiirrss1
 *             ,M8 ..,....,.....,,::::::,,...         .     .,;;;iiiiiirss11h
 *             8B;.,,,,,,,.,.....          .           ..   .:;;;;iirrsss111h
 *            i@5,:::,,,,,,,,.... .                   . .:::;;;;;irrrss111111
 *            9Bi,:,,,,......                        ..r91;;;;;iirrsss1ss1111
 */

html,
body {
    font-family: "Microsoft YaHei", arial, verdana;
}

input,
button,
textarea,
select,
button {
    font-family: "Microsoft YaHei", arial, verdana;
}

.bgf2 {
    background: #f2f4f5;
}
.bgf8{
    background: #ffffff;
}
.bgf9{
    background: #eaeaea;    
}

.pb10 {
    padding-bottom: 10px;
}


.header{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
    width:100%;
    height: 88px;
}



.header_con{
    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;
    position: relative;
    padding-right: 30px;
}

.logo{
    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: 188px;
    height: 88px;
}
.logo img{
    max-height: 100%;
    transition:all 0s;
    -webkit-transition:all 0s;
}
.logo img.pc{
    display: block;
    height: 50px;
}
.logo img.pc_hover{
    display: none;
    height: 50px;
}
.logo img.mobile{
    display: none;
    height: 32px;
}


.header_r{
    width: calc(100% - 188px);
    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;
}
.menu_dl{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding-right: 10px;
}
.menu_dl dd{
    padding: 0 21px;
}
.menu_dl dd a{
    display: block;
    line-height: 88px;
    color: #fff;
    font-size: 14px;
    position: relative;
}

.menu_mobile_btn{
    display: none;
    width: 33px;
    height: 55px;
    cursor: pointer;
}
.menu_mobile_btn_con{
    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;
}
.menu_mobile_btn_con .item{
    width: 100%;
    height: 3px;
    background: #fff;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.menu_mobile_btn .item:nth-child(2){
    margin: 8px 0;
}
.menu_mobile_btn.hover .item:nth-child(1){
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    -webkit-transform-origin: left top;
                -ms-transform-origin: left top;
                    transform-origin: left top;
                    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.menu_mobile_btn.hover .item:nth-child(2){
    opacity: 0;
}
.menu_mobile_btn.hover .item:nth-child(3){
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    -webkit-transform-origin: left bottom;
                -ms-transform-origin: left bottom;
                    transform-origin: left bottom;
                    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}



.header_search{
    width: 50px;
    height: 50px;
    background: url(../images/search_icon.png) no-repeat center center / 26px 26px;
    cursor: pointer;
}

.search_box{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    display: none;
    background: #222;
}
.search_box_rela{
    width: 100%;
    height: 100%;
    position: relative;
    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;
}
.search_close{
    position: absolute;
    top: 38px;
    right: 2.6%;
    width: 30px;
    height: 30px;
    background: url(../images/search_close.png) no-repeat center center;
    cursor: pointer;
}

.search_form{
    width: 94.8%;
    margin: 0 auto;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    border-bottom: 1px solid #515151;
}
.search_text{
    width: calc(100% - 100px);
    height: 100px;
    font-size: 40px;
    color: #555;
    text-align: center;
    padding-left:75px;
    background: url(../images/search_icon.png) no-repeat left 30px center / 26px 26px;
    border: none;
}
.search_btn{
    width: 100px;
    height: 100px;
    color: #fff;
    font-size: 24px;
    color: #555;
    border: none;
}



.mask{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(51,51,51,.6);
}



.header.hover{
    background: #fff;
    height: 78px;
    box-shadow: 0 0 8px rgba(115,115,115,.25);
}
.header.hover .logo{
    height: 78px;
}
.header.hover .logo img.pc{
    display: none;
}
.header.hover .logo img.pc_hover{
    display: block;
}

.header.hover .menu_dl dd a{
    color: #474646;
    font-size: 17px;
    line-height: 78px;
}
.header.hover .menu_dl dd a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 4px;
    opacity: 0;
    background: -webkit-linear-gradient(left,#64ACB7 0,#0867A6 100%);
    background: linear-gradient(to right,#64ACB7 0,#0867A6 100%);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.header.hover1{
    background: #fff;
    height: 88px;
    box-shadow: 0 0 8px rgba(115,115,115,.25);
}
.header.hover1 .logo{
    height: 88px;
}
.header.hover1 .menu_dl dd a{
    line-height: 88px;
}

.header.hover .menu_dl dd:hover a::after,
.header.hover .menu_dl dd.hover a::after{
    opacity: 1;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;    
}
.header.hover .header_search,
.header.hover2 .header_search{
    background: url(../images/search_icon2.png) no-repeat center center / 26px 26px;
}
.header.hover2 .menu_mobile_btn_con .item{
    background: #333;
}
.header.wap_head.hover2{
    background: #fff;
}
.header.wap_head{
}
.header.wap_head.hover2{
    box-shadow: 0 0 5px rgba(115,115,115,.25);
}
.header.wap_head .logo{
    background: none;
}
.header.wap_head .menu_dl{
    position: absolute;
    left: 0;
    top: 55px;
    width: 100%;
    padding: 20px 10px 50px;
    background: #fff;
    border-top: 1px solid #ddd;
}
.header.wap_head .menu_dl dd{
    width: 100%;
    padding:3px 10px;
}
.header.wap_head .menu_dl dd a{
    display: block;
    color: #666;
    font-size: 16px;
    line-height: 40px;
    position: relative;
}
.header.wap_head .menu_dl dd a:after{
    content: "";
    display: block;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: 36px;
    height: 36px;
    background: url(../images/menu_ico.png) no-repeat center center;
}

.header.wap_head .logo img.pc{
    display: block;
    height: 32px;
}
.header.wap_head .logo img.mobile{
    display: none;
}
.header.wap_head.hover2 .logo img.pc,
.header.wap_head.hover2 .logo img.pc_hover{
    display: none;
}
.header.wap_head.hover2 .logo img.mobile{
    display: block;
}
.banner_box{
    position: relative;
    width: 100%;
}
.banner{
    width: 100%;
}
.banner .item a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: rgba(0,0,0,.3);
}
.banner .item a .item_bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.banner .item a .item_bg2{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/*.banner .item .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;*/
/*}*/

/*.banner .item .icon img.pc{*/
/*    display: block;*/
/*    width: auto;*/
/*    -webkit-animation: fadeOutDown 2s;*/
/*    animation: fadeOutDown 2s;*/
/*    -webkit-animation-fill-mode: both;*/
/*    animation-fill-mode: both;*/
/*}*/
/*.banner .item .icon img.mobile{*/
/*    display: none;*/
/*    width: auto;*/
/*    -webkit-animation: fadeOutDown 2s;*/
/*    animation: fadeOutDown 2s;*/
/*    -webkit-animation-fill-mode: both;*/
/*    animation-fill-mode: both;*/
/*}*/

/*.banner.owl-carousel .owl-item.active a .item_bg{*/
/*    -webkit-animation: scaleBigToSmall 4s;*/
/*    animation: scaleBigToSmall 4s;*/
/*}*/
/*.banner.owl-carousel .owl-item.active a .icon img{*/
/*    -webkit-animation: fadeInUp 2s;*/
/*    animation: fadeInUp 2s;*/
/*    -webkit-animation-fill-mode: both;*/
/*    animation-fill-mode: both;*/
/*}*/


.banner_bars_box{
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: 3;
    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;
}
.banner_bars {
    height: 3px;
    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;
    z-index: 3;
}

.banner_bars .item{
    width: 59px;
    height: 1px;
    margin: 0 1px 0 0;
    background: #fff;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.banner_bars .item.active{
    height: 3px;
    background: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.banner_btn{
    width: 40px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    font-family: arial;
    margin: 0 3px;
    cursor: pointer;
}


.banner_page_num{
    position: absolute;
    right: 4%;
    top: 0;
    z-index: 2;
    height: 100%;
    width: 16px;
    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;
}
.banner_page_num .num1,
.banner_page_num .num2{
    font-size: 14px;
    color: #fff;
}
.banner_page_num .line{
    width: 13px;
    height: 2px;
    margin: 14px 0;
    background: #fff;
}


.main_content{
    padding: 80px 0;
}

.main_content2{
    padding-top: 80px;
    padding-bottom: 50px;
}

.ind_box1{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    background: url(../images/ind_bg11.jpg) no-repeat center center / cover;
}
.ind_box1_l{
    width: 50%;
    background: #fff;
}
.ind_box1_l_con{
    width: 100%;
    height: 100%;
    max-width: 570px;
    margin: 0 auto;
    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;
}

.ind_title1{
    margin-bottom: 20px;
}
.ind_title1 .tt{
    color: #333;
    font-size: 46px;
    margin-bottom: 6px;
}
.ind_title1 .tt.fwb{
    font-weight: bold;
}
.ind_title1 .tt2{
    font-size: 16px;
    color: #c4c4c4;
}


.ind_box1_text{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    text-align: justify;
}


.ind_box1_nums{
    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: 35px;
}
.ind_box1_nums .item{
    width: 30%;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.ind_box1_nums .item:hover{
    transform:translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.ind_box1_nums .item .num{
    font-size: 60px;
    color: #125fa3;
    font-family: "DINCond-Bold";
    background-image:-webkit-linear-gradient(top,#0867A6,#64ACB7); 
    background-image:linear-gradient(top,#0867A6,#64ACB7); 
    -webkit-background-clip:text; 
    background-clip: text;
    -webkit-text-fill-color:transparent; 
    margin-bottom: 8px;
}
.ind_box1_nums .item .num em{
    font-style:normal;
}
.ind_box1_nums .item .num .num_tt{
    font-size: 12px;
    font-family: "Microsoft YaHei";
    text-transform: uppercase;
}
.ind_box1_nums .item .tt{
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.btn_style1{
    display: block;
    width: 156px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    font-size: 12px;
    color: #666;
    border: 1px solid #e9e9e9;
    border-radius: 36px;
}
.btn_style1:hover{
    color: #fff;
    border-color: #666;
    background: #666666;
}





.ind_box1_r{
    width: 50%;
}
.ind_box1_r a{
    display: block;
    overflow: hidden;
    position: relative;
    margin:0 8% 0 2%;
    max-width: 681px;
}

/*.ind_box1_r a img{*/
/*    display: block;*/
/*    width: 100%;*/
/*    transition:all 1s;*/
/*    -webkit-transition:all 1s;*/
/*}*/
.ind_box1_r a .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;
    background: url(../images/ind_video_icon.png) no-repeat center center;
}

.ind_box1_text{
    font-size: 14px;
    color: #666;
    margin-bottom: 35px;
}

/*.ind_box1_r a:hover img{*/
/*    transform:scale(1.03,1.03);*/
/*    -webkit-transform:scale(1.03,1.03);*/
/*    transition:all 1s;*/
/*    -webkit-transition:all 1s;*/
/*}*/


.ind_pro_list1{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
}
.ind_pro_list1 dd{
    width: 25%;
    transition: width 455ms;
}
.ind_pro_list1 dd a{
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 764px;
}
.ind_pro_list1 dd img{
    display: block;
    width: 100%;
}
.ind_pro_list1_con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 45px 10% 20px !important;
    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: rgba(0,0,0,.5);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.ind_pro_list1_con .con{
    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;
}

.ind_pro_list1_con .con .icon{
    width: 150px;
    height: 100px;
    
}
.ind_pro_list1_con .con .icon.icon1{
    background: url(../images/ind_cate_icon2.png) no-repeat center center;
}
.ind_pro_list1_con .con .icon.icon2{
    background: url(../images/ind_cate_icon1.png) no-repeat center center;
}
.ind_pro_list1_con .con .icon.icon3{
    background: url(../images/ind_cate_icon3.png) no-repeat center center;
}
.ind_pro_list1_con .con .icon.icon4{
    background: url(../images/ind_cate_icon4.png) no-repeat center center;
}
.ind_pro_list1_con .con .cn{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 5px;
    box-sizing: content-box;
}
.ind_pro_list1_con .con .en{
    font-size: 16px;
}

.ind_pro_list1 dd:hover{
    width: 40%;
    transition: width 455ms;
}
.ind_pro_list1 dd.default{
    width: 20%;
    transition: width 455ms;
}
.ind_pro_list1 dd a:hover .ind_pro_list1_con{
    background: -webkit-linear-gradient(left,rgba(10,172,183,.75) 0,rgba(8,103,166,.75) 100%);
    background: linear-gradient(to right,rgba(10,172,183,.75) 0,rgba(8,103,166,.75) 100%);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}



.ind_box3{
    background: #e6e6e6;
}
.ind_title2{
    display: block;
    padding-top: 33px;
    margin-bottom: 40px;
    position: relative;
}
.ind_title2 .tt{
    font-size: 46px;
    font-weight: bold;
    position: relative;
    z-index: 2;
}

.ind_title2 .tt_bg{
    position: absolute;
    left: -3%;
    bottom: 16px;
    font-size: 84px;
    font-weight: bold;
    line-height: 1;
    color: #dfdfdf;
}

.news_list1 dd{
    margin-bottom: 35px;
}
.news_list1 dd a{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    background: #fff;
}
.news_list1 dd a .pic{
    width: 168px;
    height: 130px;
    overflow: hidden;
}
.news_list1 dd a .con{
    width: calc(100% - 168px);
    padding: 15px 4%;
    
}
.news_list1 dd a .con .tt_con{
    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;
    margin-bottom: 10px;
}
.news_list1 dd a .con .tt_con .tt{
    width: calc(100% - 120px);
    font-size: 16px;
    color: #333;
    font-weight: bold;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.news_list1 dd a .con .text{
    line-height: 20px;
}
.news_list1 dd a .con .time{
    color: #666;
    font-size: 14px;
}
.news_list1 dd a .con .time2{
    display: none;
    font-size: 12px;
    color: #999;
    padding-top: 5px;
}
.news_list1 dd a:hover{
    transform:translateY(-3px);
    -webkit-transform: translateY(-3px);
}
.news_list1 dd a:hover .pic img{
    transform:scale(1.03,1.03);
    -webkit-transform:scale(1.03,1.03);
}
.news_list1 dd a:hover .con .tt_con .tt{
    color: #125fa3;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}


.ind_box4{
    width: 100%;
    height: 245px;
    background: url(../images/swhz_bg.jpg) no-repeat center center / cover;
}
.ind_box4_con{
    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;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    background: -webkit-linear-gradient(left,rgba(10,172,183,.9) 0,rgba(8,103,166,.9) 100%);
    background: linear-gradient(to right,rgba(10,172,183,.9) 0,rgba(8,103,166,.9) 100%);
}



.ind_title3{
    color: #fff;
    margin-bottom: 20px;
}
.ind_title3 .tt{
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 11px;
}
.ind_title3 .text{
    font-size: 14px;
}

.btn_style2{
    display: block;
    width: 130px;
    line-height: 34px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #fda90b;
    border-radius: 5px;
}
.btn_style2:hover{
    background: #fd880b;
}


.footer{
    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;
}
.footer_l{
    width: 50%;
}
.footer_l_con{
    height: 100%;
    max-width: 460px;
    margin: 0 auto;
    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;
}
.footer_title .tt{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
}
.footer_title .line{
    width: 31px;
    height: 2px;
    background: #125fa3;
}
.footer_list{
    padding: 35px 0 21px;
}
.footer_list .item{
    font-size: 14px;
    color: #333;
    padding:6px 0;
    line-height: 20px;
}
.footer_list .item a{
    color: #333;
}
.footer_list .item a:hover{
    color: #125fa3;
}
.footer_list .item .pic{
    width: 120px;
}
.footer_list .item .tt{
    width: 120px;
    font-size: 14px;
    color: #333;
    text-align: center;
}


.footer_b{
    font-size: 12px;
    color: #666;
    line-height: 18px;
    padding-top: 15px;
    border-top: 1px solid #bababa;
}
.footer_b a{
    color: #666;
}
.footer_b a:hover{
    color: #125fa3;
}
.mobile_back_top{
    display: none;
    width: 64px;
    text-align: center;
    margin: 0 auto;
}
.mobile_back_top .icon{
    width: 30px;
    height: 46px;
    background: url(../images/back_top_icon.png) no-repeat center center / 100% auto;
    margin: 0 auto 7px;
}
.mobile_back_top .tt{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.footer_r{
    width: 50%;
    position: relative;
    overflow: hidden;
}
.footer_r img{
    display: block;
    width: 100%;
}
.footer_r .icon{
    position: absolute;
    left: 36%;
    top: 37.51%;
    width: 3.0625%;
    height: 15.5495%;
    background: url(../images/footer_map_icon.png) no-repeat center center / 100% auto;
    -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% {
		transform:translateY(0px);
        -webkit-transform: translateY(0px);
		animation-timing-function: ease-out
	}
	50% {
		transform:translateY(-8px);
        -webkit-transform: translateY(-8px);
		animation-timing-function: ease-in
	}
	100% {
		transform:translateY(0px);
        -webkit-transform: translateY(0px);
		animation-timing-function: ease-out
	}
}

@-webkit-keyframes jumptodown2 {
	0% {
		transform:translateY(0px);
        -webkit-transform: translateY(0px);
		animation-timing-function: ease-out
	}
	50% {
		transform:translateY(-8px);
        -webkit-transform: translateY(-8px);
		animation-timing-function: ease-in
	}
	100% {
		transform:translateY(0px);
        -webkit-transform: translateY(0px);
		animation-timing-function: ease-out
	}
}



/* about */
.sub_banner{
    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: 100%;
    position: relative;
    margin-top: 88px;
}
.sub_banner img{
    display: block;
}

.sub_banner_con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(51,51,51,.4);
}
.sub_banner_con .wrapper{
    height: 100%;
    color: #fff;
    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;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.sub_banner_line{
    width: 138px;
    height: 4px;
    background: #fff;
    margin-bottom: 10px;
}
.sub_banner_en{
    font-size: 72px;
}
.sub_banner_cn{
    font-size: 48px;
    margin-bottom: 26px;
}
.sub_banner_icon{
    width: 82px;
    height: 82px;
    background:#fda90b url(../images/sub_banner_icon.png) no-repeat center center;
    border-radius: 50%;
}




.sub_nav_bars_box{
    position: relative;
    box-shadow: 0 2px 5px rgba(115,115,115,.2);
}
.sub_nav_bars_icon{
    position: absolute;
    left: 0;
    top: 0;
    height: 3px;
    width: 100%;
    background: -webkit-linear-gradient(left,#64ACB7 0,#0867A6 100%);
    background: linear-gradient(to right,#64ACB7 0,#0867A6 100%);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.sub_nav_bars{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
}
.sub_nav_bars .item{
    display: block;
    font-size: 16px;
    color:#333;
    line-height: 75px;
    padding: 0 12px;
    margin: 0 45px;
}



/* about */
.about_box1{
    background: #f8f8f8;
}
.about_box1_con{
    padding: 95px 4%;
    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;
}
.about_box1_l{
    width: calc(100% - 330px);
}
.about_box1_l_con{
    max-width: 920px;
    margin: 0 auto;
}
.about_text{
    font-size: 14px;
    color: #666;
    line-height: 28px;
}

.about_box1_r{
    width: 270px;
}
.about_box1_r_nums .item{
    width: 100%;
    margin-bottom: 65px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.about_box1_r_nums .item:last-child{
    margin-bottom: 0;
}
.about_box1_r_nums .item:hover{
    transform:translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.about_box1_r_nums .item .num{
    font-size: 98px;
    line-height: 0.85;
    font-family: "DINCond-Bold";
    color: #125fa3;
    background-image:-webkit-linear-gradient(top,#0867A6,#64ACB7); 
    background-image:linear-gradient(top,#0867A6,#64ACB7); 
    -webkit-background-clip:text; 
    background-clip: text;
    -webkit-text-fill-color:transparent; 
    
    margin-bottom: 20px;
}
.about_box1_r_nums .item .num em{
    font-style: normal;
}
.about_box1_r_nums .item .num .num_tt{
    font-size: 30px;
    text-transform: uppercase;
}
.about_box1_r_nums .item .tt{
    font-size: 14px;
    color: #999;
    line-height: 20px;
}


.about_box2{
    width: 100%;
    height: 820px;
}
.about_box2 .wrapper{
    height: 100%;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:flex-end;
    -ms-justify-content:flex-end;
    -webkit-justify-content:flex-end;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
.about_box2_con{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:flex-end;
    -ms-justify-content:flex-end;
    -webkit-justify-content:flex-end;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    -ms-align-items:flex-end;
}
.about_box2_r_con{
    
}
.about_box2_r{
    width: 553px;
    height: 580px;
    background: -webkit-linear-gradient(left,rgba(8,103,166,.6) 0,rgba(10,172,183,.6) 100%);
    background: linear-gradient(to right,rgba(8,103,166,.6) 0,rgba(10,172,183,.6) 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;
    
}
.about_box2_r_con .item{
    color: #fff;
    margin-bottom: 50px;
}
.about_box2_r_con .item:last-child{
    margin-bottom: 0;
}
.about_box2_r_con .item .tt{
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}
.about_box2_r_con .item .text{
    font-size: 16px;
}



.about_box3{
    background: #f8f8f8;
}

.about_box3_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;
    max-width: 1220px;
    margin: 80px auto 0;
}
.about_box3_l{
    width: 210px;
    position: relative;
}
.about_box3_l_scroll{
    
}
.about_box3_l_scroll_fix.hover{
    position: fixed;
    top: 130px;
}

.about_box3_l_scroll_fix.hover2{
    position: absolute;
    bottom: 0;
}
.about_box3_l_scroll{
    width: 200px;
    height: 430px;
    padding: 15px 0;
    position: relative;
}
.about_box3_l_scroll::after{
    content: "";
    display: block;
    position: absolute;
    right: 8px;
    top: 0;
    z-index: 0;
    width: 2px;
    height: 100%;
    background: #777;
}
.about_box3_l_scroll .hd{
    display: none;
}
.about_box3_l_scroll .bd{
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}
.about_box3_l_scroll .bd ul{
    width: 100%;
}
.about_box3_l_scroll .bd ul li{
    width: 200px;
    height: 80px;
    overflow: hidden;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.about_box3_l_scroll .bd ul li .years{
    width: 150px;
    font-size: 40px;
    color: #666;
    text-align: right;
    font-family: "DINCond-Bold";
    text-align: right;
}
.about_box3_l_scroll .bd ul li .icon_box{
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    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: rgba(245,122,13,.6);
    border-radius: 50%;
    opacity: 0;
}
.about_box3_l_scroll .bd ul li .icon_box .icon{
    width: 10px;
    height: 10px;
    background: #f57a0d;
    border-radius: 50%;
}

.about_box3_l_scroll .bd ul li .line{
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 1;
    width: 14px;
    height: 1px;
    background: #777;
}
.about_box3_l_scroll .bd ul li.hover .icon_box{
    opacity: 1;
}
.about_box3_l_scroll .bd ul li.hover .years{
    color: #125fa3;
    font-size: 72px;
}

.about_box3_l_scroll_btn{
    position: absolute;
    right: 0px;
    width: 20px;
    height: 20px;
    background: url(../images/about_icon.png) no-repeat center center;
    cursor: pointer;
}
.about_box3_l_scroll_prev{
    top: -30px;
}
.about_box3_l_scroll_next{
    bottom: -30px;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
}




.about_box3_r{
    width: calc(100% - 250px);
    padding-left: 4%;
}
.about_his_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;
    margin-bottom: 50px;
}
.about_his_list1_con{
    width: 65%;
}
.about_his_list1_con .years{
    font-size: 76px;
    color: #c4c4c4;
    font-family: "DINCond-Bold";
}
.about_his_list1_con .text{
    font-size: 18px;
    line-height: 34px;
    color: #1e1e1e;
} 
.about_his_list1_pic{
    width: 30%;
    text-align: center;
}



/* news */

.news_list2{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.news_list2 dd{
    width: calc((100% - 80px) / 3);
    margin: 0 40px 40px 0;
}
.news_list2 dd a{
    display: block;
    background: #fff;
}
.news_list2_pic{
    overflow: hidden;
}
.news_list2_pic img{
    display: block;
    width: 100%;
}
.news_list2_con{
    height: 100px;
    padding: 28px 6%;
    border-bottom: 1px solid #e5e5e5;
}
.news_list2_tt{
    font-size: 18px;
    line-height: 1.4;
    color: #333;
    margin-bottom: 13px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.news_list2_text{
    font-size: 14px;
    color: #999;
    line-height: 28px;
    height: 56px;
}
.news_list2_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;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    height: 54px;
    font-size: 14px;
    color: #999;
    padding: 10px 6%;
    position: relative;
}
.news_list2_b::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 0;
    background: #125fa3;
    -webkit-transition: all .5s 0s ease-in-out;
    transition: all .5s 0s ease-in-out;
}

.news_list2_more,
.news_list2_time{
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    position: relative;
    z-index: 1;
}

.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{
    box-shadow: 0 0 10px rgba(115,115,115,.2);
}
.news_list2 dd a:hover .news_list2_tt{
    color: #125fa3;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.news_list2 dd a:hover .news_list2_b{
    color: #fff;
}
.news_list2 dd a:hover .news_list2_b::after{
    height: 100%;
    -webkit-transition: all .5s 0s ease-in-out;
    transition: all .5s 0s ease-in-out;
}



/* page */
.page{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding-top: 20px;
}
.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;
    font-size: 16px;
    color: #333;
    height: 42px;
    padding: 0 15px;
    margin: 0 4px;
    background: #fff;
}

.page a.hover,
.page a:hover{
    color: #fff;
    background: #125fa3;
}



/* news_Det */
.news_det_box{
    padding: 60px;
}
.news_det_wrap{
    max-width: 1100px;
}
.news_det_title{
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.news_det_time{
    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: 18px 0 30px;
    
}

.news_det_con{
    padding: 40px 0;
    font-size: 14px;
    max-width: 990px;
    margin: 0 auto;
    line-height: 28px;
    border-top: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
}
.news_det_con img{
    height: auto !important;
}

.news_det_b{
    
    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: 30px 0 0;
}
.news_det_page{
    width: calc(100% - 130px);
}
.news_det_page_item{
    line-height: 30px;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
} 
.news_det_page_item .tt{
    width: 60px;
    font-size: 14px;
    color: #333;
}
.news_det_page_item .text{
    width: calc(100% - 60px);
}
.news_det_page_item .text a{
    display: block;
    font-size: 14px;
    color: #888;
}
.news_det_page_item .text a:hover{
    color: #125fa3;
}

.news_det_backlist{
    width: 130px;
}
.news_det_backlist a{
    display: block;
    width: 130px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #125fa3;
    margin: 0 auto;
}
.news_det_backlist a:hover{
    color: #fff;
    background: #217ed1;
}



/* business */
.business_box{
    padding: 50px;
    max-width: 1120px;
    margin: 0 auto;
}

.business_title1{
    font-size: 14px;
    color: #333;
    margin-bottom: 50px;
}
.business_form{
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}

.business_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;
}

.business_form_list dd{
    width: 48.5%;
    margin-bottom: 24px;
}

.business_form_text,
.business_form_area{
    width: 100%;
    height: 43px;
    color: #333;
    font-size: 14px;
    border-radius: 3px;
    padding-left: 15px;
    border: 1px solid #eaeaea;
}
.business_form_text::-webkit-input-placeholder{
    color: #333;
}

.business_form_file{
    width: calc(100% - 90px);
}
.business_form_file_btn_box{
    position: relative;
    width: 82px;
    height: 42px;
    overflow: hidden;
    cursor: pointer;
}
.business_form_file_text{
    display: block;
    width: 82px;
    height: 42px;
    color: #fff;
    background: #b1b1b1;
    border: none;
    border-radius: 3px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.business_form_file_btn{
    position: absolute;
    left: 0;
    top: -30px;
    z-index: 2;
    display: block;
    width: 82px !important;
    height: 80px !important;
    opacity: 0;
    cursor: pointer;
}
.business_form_file_btn_box:hover .business_form_file_text{
    background: #333;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}

.business_form_list dd.dd_file{
    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;
}
.business_form_list dd.ddw{
    width: 100%;
}
.business_form_list dd:last-child{
    margin-bottom: 0;
}
.business_form_area{
    width: 100%;
    height: 200px;
    padding: 12px 15px;
    resize: none;
}

.business_form_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: 206px;
    height: 47px;
    color: #fff;
    font-size: 18px;
    background: #fda90b;
    border: none;
}
.business_form_btn:hover{
    color: #fff;
    background: #fd880b;
}



/* 招聘封面页 */
.zp_box1_desc{
    width: 100%;
    font-size: 18px;
    color: #616161;
    line-height: 40px;
    text-align: center;
    padding: 25px 0 50px;
}


.zp_box1_list{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding: 30px 0 50px;
}
.zp_box1_list .item{
    max-width: 569px;
    margin: 0 2.5%;
}
.zp_box1_list .item img{
    opacity: 0;
}
.zp_box1_list .item a{
    display: block;
    width: 100%;
    height: 100%;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.zp_box1_list .item.item1 a{
    background: url(../images/recruit_class1.png) no-repeat center center / cover;
}
.zp_box1_list .item.item2 a{
    background: url(../images/recruit_class2.png) no-repeat center center / cover;
}
.zp_box1_list .item.item1 a:hover{
    background: url(../images/recruit_class1_1.png) no-repeat center center / cover;
    transform:translateY(-3px);
    -webkit-transform: translateY(-3px);
}
.zp_box1_list .item.item2 a:hover{
    background: url(../images/recruit_class2_1.png) no-repeat center center / cover;
    transform:translateY(-3px);
    -webkit-transform: translateY(-3px);
}




/* 社会招聘 */
.recruit_list dt{
    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;
    color: #222;
    height:78px;
    font-size: 22px;
    padding: 0 60px;
    border-bottom: 1px solid #f0f0f0;
}
.recruit_list dd{
    border-bottom: 1px solid #f0f0f0;
}
.recruit_list .zw_ming{
    width: 28%;
}
.recruit_list .zw_num{
    width: 18%;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    -webkit-align-items: center;
    -ms-align-items:center;
}
.recruit_list .zw_add{
    width: 18%;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    -webkit-align-items: center;
    -ms-align-items:center;
}
.recruit_list .zw_time{
    width: 18%;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    -webkit-align-items: center;
    -ms-align-items:center;
}
.recruit_list .zw_view{
    width: 18%;
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    -webkit-align-items: center;
    -ms-align-items:center;
}
.recruit_list_t{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    height: 66px;
    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 60px;
    font-size: 16px;
    cursor: pointer;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.recruit_list_t_mobile{
    display: none;
    font-size: 12px;
    line-height: 28px;
    color: #125fa3;
    padding: 12px 0 15px;
}
.recruit_list_t_mobile_con{
    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;
}
.recruit_list_b{
    display: none;
    padding: 35px 60px;
}
.recruit_list_b_irtem{
    margin-bottom: 30px;
    color: #666;
}
.recruit_list_b_irtem:last-child{
    margin-bottom: 0;
}
.recruit_list_b_irtem_tt{
    font-size: 16px;
    margin-bottom: 12px;
}
.recruit_list_b_irtem_text{
    font-size: 14px;
    line-height: 30px;
}

.zw_view_btn1{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    -webkit-align-items: center;
    -ms-align-items:center;
}
.zw_view_btn1 .icon{
    width: 24px;
    height: 24px;
    background: #979797 url(../images/recruit_icon1.png) no-repeat center center;
    border-radius: 50%;
    margin-left: 15px;
}

.recruit_list dd.hover .recruit_list_t{
    color: #fff;
    background: #125fa3;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.recruit_list dd.hover .zw_view_btn1 .icon{
    background: #fff url(../images/recruit_icon2.png) no-repeat center center;   
}



/* 校园招聘 */
.zp_box2{
    padding: 35px;
}
.zp_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;
    max-width: 980px;
    margin: 0 auto;
    padding: 20px 0 15px;
}

.zp_box1_list1 dd{
    width: 47%;
    font-size: 18px;
    line-height: 32px;
    color: #666;
    background: #f8f8f8;
    text-align: center;
    padding: 22px 22px 22px 45px;
    position: relative;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.zp_box1_list1 dd::after{
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: -22px;
    width: 46px;
    height: 72px;
}
.zp_box1_list1 dd:nth-child(1)::after{
    background: url(../images/num1.png) no-repeat center center;
}
.zp_box1_list1 dd:nth-child(2):after{
    background: url(../images/num2.png) no-repeat center center;
}
.zp_box1_list1 dd:hover{
    transform:translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}



/* 人才发展 */
.rcfz_box1_con{
    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;
    max-width: 1360px;
    text-align: center;
    margin: 0 auto;
}

.rcfz_box1_l{
    width: 50%;
    padding: 0 4%;
    position: relative;
}
.rcfz_box1_r{
    width: 50%;
    padding: 90px 4% 110px;
    position: relative;
}
.rcfz_box1_r img{
    position: relative;
    z-index: 2;
}
.rcfz_box1_r:after{
    content: "";
    display:block;
    position: absolute;
    left: 0;
    top: 0;
    width: 960px;
    height: 100%;
    background:url(../images/rcfz_bg22.jpg) no-repeat center center / cover;
    
}



.rcfz_box2{
    background: url(../images/development_bg2.jpg);
}

.rcfz_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;
    padding-top: 30px;
}
.rcfz_box2_list1 dd{
    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: calc((100% - 66px) / 3);
    margin: 0 33px 33px 0;
    background: #fff;
    color: #333;
    height: 178px;
    font-size: 18px;
    line-height: 1.6;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.rcfz_box2_list1 dd:hover{
    transform:translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}



.rcfz_box3_text{
    font-size: 14px;
    color: #2d2d2d;
    line-height: 30px;
    padding-bottom: 70px;
}
.rcfz_box3_active .item a{
    display: block;
}
.rcfz_box3_active .item a .pic{
    overflow: hidden;
    margin-bottom: 14px;
}
.rcfz_box3_active .item a .pic img{
    display: block;
    width: 100%;
}
.rcfz_box3_active .item a .tt{
    color: #2d2d2d;
    font-size: 14px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.rcfz_box3_active .item a:hover .pic img{
    transform:scale(1.03,1.03);
    -webkit-transform:scale(1.03,1.03);
}
.rcfz_box3_active .item a:hover .tt{
    color: #125fa3;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.rcfz_box3_active.owl-theme .owl-dots{
    padding-top: 45px;
    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;
}
.rcfz_box3_active.owl-theme .owl-dots .owl-dot span{
    width: 16px;
    height: 16px;
    background: none;
    border: 3px solid #b8b8b8;
    border-radius: 50%;
}
.rcfz_box3_active.owl-theme .owl-dots .owl-dot.active span, 
.rcfz_box3_active.owl-theme .owl-dots .owl-dot:hover span{
    background: #fda90b;
    border-color: #fda90b;
}



.rcfz_box4{
    padding-bottom: 0;
}
.rcfz_box4_con{
    padding: 50px 0 80px;
    background: url(../images/pc_fuli_bg.png) no-repeat center top;
}
.rcfz_box4_con .wrapper{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
}
.rcfz_box4_pic_pc{
    display: block;
}


.rcfz_box4_pic_mobile{
    display: none;
}



/* 联系我们 */
.contact_box1{
    padding: 60px 6%;
}
.contact_title1{
    color: #333;
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #999;
}
.contact_title1 .tt{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
}
.contact_title1 .text{
    font-size: 16px;
}
.contact_box1_con{
    color: #333;
    font-size: 16px;
    line-height: 30px;
    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_box1_con .item{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    width: 26%;
}
.contact_box1_con .item .tt{
    width: 50px;
}
.contact_box1_con .item .text{
    width: calc(100% - 50px);
}
.contact_box1_con .item:nth-child(2){
    text-align: center;
}
.contact_box1_con .item .pic{
    width: 120px;
}

.contact_box1_con a:hover{
    color: #125fa3;   
}

.contact_box2{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    align-items: center;

}

.amap-container{height: 100%;}

.contact_box2 img{
    max-width: none !important;
    transition:none;
    -webkit-transition:none;
}
.contact_box2 canvas,
.amap-overviewcontrol,
.amap-controls,
.amap-logo{
    -webkit-filter: grayscale(100%); */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    /* filter: grayscale(100%); */
    filter: gray;
}
/* .my-map { margin: 0 auto; width: 1920px; height: 600px; }
.my-map .icon { background: url(../images/marker.png) no-repeat; }
.my-map .icon-cir { height: 31px; width: 28px; }
.my-map .icon-cir-red { background-position: -11px -5px; }
.amap-container{height: 100%;} */


.contact_box3{
    padding-bottom: 0 !important;
}
.contact_form{
    max-width: 1260px;
    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: 0 auto;
}

.contact_form dd{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items:center;
    width: 30%;
    border-bottom: 1px solid #999;
    margin-bottom: 50px;
}

.contact_form dd.ddw{
    width: 100%;
    border: none;
    margin-bottom: 30px;
}
.contact_form dd.ddw:last-child{
    margin-bottom: 0;
}
.contact_form_tt{
    width: 38px;
    color: #333;
    line-height: 70px;
    font-size: 18px;
}
.contact_form_text,
.contact_form_area{
    width: calc(100% - 64px);
    padding-left: 12px;
    border: none;
    height:70px;
    color: #333;
    font-size: 18px;
    background: none;
}
.contact_form_area{
    width: 100%;
    height: 250px;
    padding: 15px;
    resize: none;
    border: 1px solid #999;
}


.contact_footer{
    padding: 10px 0;
    height: 60px;
    background: #125fa3;
}
.contact_footer .wrapper{
    height: 100%;
    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;
}
.contact_footer_text{
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}

.contact_footer_text a{
    color: #fff;
}


.zp_box1_desc2{
    display:flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    justify-content:center;
    -ms-justify-content:center;
    -webkit-justify-content:center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding-top: 35px;
}
.zp_box1_desc2 .item{
    margin: 0 2%;
}
.zp_box1_desc2 .item .pic{
    text-align: center;
    margin-bottom: 7px;
}
.zp_box1_desc2 .item .tt{
    text-align: center;
    font-size: 18px;
    color: #666;
    text-decoration: underline;
}