.head_fixed{position: fixed; top: 0; left: 0; right: 0; z-index: 9999; height: 65px; background-color: rgba(0, 0, 0, 0.8); font-size: 0;}
.head_wrap{width: 100%; margin: 0 auto; display: flex; align-items: center; justify-content: space-between;}
.head_logo{display: flex; align-items: center; height: 65px;}
.head_logo>.i{width: 70px; height: auto;}
.head_nav{display: flex; align-items: center;}
.head_nav_li>a{line-height: 63px; font-size: 14px; color: #FFF; margin: 0 24px; border-bottom: 2px solid transparent; cursor: pointer; display: inline-block;}
.head_nav_li.act>a, .head_nav_li:hover >a{color: #E60012; border-color: #E60012;}

/* footer */
.footer_wrap{cursor: default;}
.foot_tp{background-color: #3B3B3B; padding: 66px 0 100px;}
.foot_tp_cont{display: flex; align-items: flex-start; justify-content: space-between;}
.ft_address{padding-top: 7px;}
.ft_address>.t1{display: flex; align-items: flex-start;}
.ft_address>.t1>.icon{width: 60px; height: 60px; margin-right: 14px;}
.ft_address>.t1>.txt>.t1{font-size: 20px; color: #FFF; line-height: 24px;}
.ft_address>.t1>.txt>.t2{font-size: 30px; color: #FFF;}
.ft_address>.t2{display: flex; align-items: center; margin-top: 32px;}
.ft_address>.t2>.i{width: 20px; height: 20px; margin-right: 8px;}
.ft_address>.t2>.t{font-size: 16px; color: #B9B9B9;}
.ft_nav_ul{display: flex; align-items: flex-start;}
.ft_nav_li{width: 130px; text-align: center;}
.ft_nav_li>.tit{font-size: 20px; color: #ECECEC; margin-bottom: 12px; display: block;}
.ft_nav_li>.txt>a{display: block; font-size: 16px; color: #BDBDBD; line-height: 28px;}
.ft_nav_li>.txt>a:hover{color: #E60012;}
.ft_ewm{position: relative; top: -3px; z-index: 1;}
.ft_ewm>img{width: 130px; height: 130px; border-radius: 10px;}
/* cont */
.foot_ct{background-color: #2C2C2C; padding-top: 68px;}
.foot_ct_ul{display: flex; align-items: flex-start; justify-content: center; margin-bottom: 48px;}
.foot_ct_list{padding: 0 20px; text-align: center;}
.foot_ct_list>.i{width: 160px; height: 120px; margin-bottom: 12px;}
.foot_ct_list>.t{font-size: 16px; color: #E3E3E3;}
.foot_ct_tit{line-height: 99px; font-size: 14px; color: #AFAFAF; text-align: center; border-top: 1px solid #6A6A6A;}







