.header {
    background: #007892;
}



img {
    max-width: 100%;
    margin: 0;
}

.head {
    width: 100%;
    height: 80px;
    border: 1px solid red;
    position: fixed;
    top: 0;
    z-index: 999;
}

.honor_head {
    margin: 74px auto 100px;
    width: 984px;
    color: #001634;
    box-sizing: border-box;
}

.honor_head h1 {
    font-size: 68px;
    line-height: 78px;
    margin-bottom: 72px;
    text-align: center;
    margin-top: 0;
}


.category {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    height: 85px;
    padding-left: 0;
}

.category a {
    color: #001632;
}

.category_li {
    padding: 32px 10px
}


.section{
    margin-bottom: 110px;
}
.container {
    width: 1200px;
    margin:0 auto;
}
.container:first-child{
    margin-top: 80px;
}
.container:not(:first-child){
    margin-top: 50px;
}

.container .back {
    background-size: cover;
    background-repeat: no-repeat;
}

.d-block {
    display: block !important;
}

.section-subcategory-panel .subcategory-panel-inner.small {
    height: 180px;
}

.section-subcategory-panel .subcategory-panel-inner {
    background: #0099CD;
    box-shadow: 0 12px 64px rgba(0, 22, 50, .16);
}

.d-md-flex {
    display: flex !important;
}

.small,
small {
    font-size: 80%;
    font-weight: 400;
}

.section-subcategory-panel .subcategory-panel-image {
    position: relative;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.section-subcategory-panel .subcategory-panel-image .horn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

img,
svg {
    vertical-align: middle;
}

.section-subcategory-panel .subcategory-panel-infos {
    max-width: 48%;
    display: block;
    color: #fff;
    padding: 40px;
    position: relative;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.section-subcategory-panel .subcategory-panel-name {
    margin-bottom: 16px;
    color: #fff;
}

h4 {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, Arial, Noto Sans, sans-serif, Apple Color Emoji, Noto Color Emoji;
    font-size: 26px;
    color: #001632;
    line-height: 38px;
    margin-top: 0;
}

.section-subcategory-panel .subcategory-panel-note {
    min-height: 80px;
}

.txt-body {
    font-size: 16px;
    font-weight: 400;
}

.section-subcategory-panel .subcategory-panel-infos .bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 0;
}


.product {
    width: 1200px;
    margin: 0 auto;
}

.product ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 0 auto;
}

.product ul li {
    text-align: center;
    background: #fff;
    display: block;
    box-shadow: 0 0 32px rgba(0,22,50,.1);
    margin: 0 16px;
    width: 15%;
    margin-top: 40px;
}
.product ul li:nth-of-type(5n+1){
    margin-left: 0;
}
.product ul li:last-child,鑱?product ul li:nth-of-type(5n)鑱絳
 margin-right:鑱?;
}
.product ul li a {
    color: #001632;
}

.product ul li .text {
    padding: 16px 8px;
    box-sizing: border-box;
}

.product ul li img {
    width: 100%;
    height: 100%;
}
.product_bgc{
    background-size: 100%;
    background-repeat: no-repeat;
}