@charset "utf-8";
/* CSS Document */

#header_nav-wrapper{ height:360px; background:url(../images/header_nav-menu/product.jpg)no-repeat;background-size: cover;}
.overlay{background-color: rgb(0 0 0 / 40%);height: 360px;position: absolute;width: 100%;display: flex;align-items: center;}
.header_nav{width: 1040px;margin: 0 auto;}
.header_nav h2{ font-size:36px; color:#FFF;}
.header_nav h2 span{ display:inline-block; height:24px; border-left:1px solid #fff; font-size:24px; color:#fff; padding-left:15px; line-height:24px;}
.header_nav h2 p { font-weight:900; font-size:14px; color:#fff;}
.header_nav  p  span { font-size:14px; color:#ffb3b5;}

.header_content h2{ font-size:30px; color:#FFF; font-weight:900;text-align: center;}


/* #header_title-wrapper{ } */
.header_title{ height:60px; width:1140px; }
.header_title p{ float:right;}
.header_title p a{ text-align:center; color:#666865; font-size:12px; line-height:60px;  margin-right:34px; }
.header_title p a:hover{ color:#F00;}


.header_cate{width:1140px;margin: 0 auto;border-bottom: 1px solid #eee;margin-top: 80px;position: relative;}
.header_cate a{width: 105px;height: 33px;line-height: 33px;font-size: 18px;text-align: center;display: inline-block;color: #333;}
.header_cate a.active{color: rgb(255, 101, 55);}
.header_cate a.active::after{content: " ";display: block;width: 105px; height: 1px;background: rgb(255, 101, 55);position: absolute;bottom: -1px;}