@charset "utf-8";

#sub_bnr_wrap{display:flex;align-items:center;justify-content:center;width:100%;height:330px;padding-top:90px;overflow:hidden;position:relative;overflow:hidden;transition:all .3s;}
#sub_bnr_wrap .sub_bg{width:100%;height:100%;position:absolute;top:0;left:0;animation:sub 20s linear infinite;}
#sub_bnr_wrap .sub_tit_box{text-align:center;position:relative;z-index:2}
#sub_bnr_wrap .sub_tit_box .sub_tit{font-weight:700;font-size:60px;color:#172345;font-family: 'Poppins';}
#sub_bnr_wrap .sub_tit_box .sub_txt{font-size:16px;line-height:normal;color:#888}

#sub_bnr_wrap .sub_tit_box .sub_tit .bar{display:inline-block;margin:0 10px;font-size:40px;vertical-align:7px}