.common_banner .text span{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
    margin: 0 0 12px 0;
}
.common_banner .text p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.common_peak .wrap .navigation{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
.common_peak .wrap .navigation a{
    margin: 0 50px 10px 0;
    padding: 0 18px;
    justify-content: unset;
    white-space: nowrap;
}
.common_peak .wrap .navigation a:after{
    left: 0;
    opacity: 0;
    width: 100%;
}
.common_peak .wrap .navigation a.on:after{
    opacity: 1;
}
.products{
    overflow: hidden;
}
.products .wrap{
    width: 1420px;
    margin: 84px auto 48px;
}
.products .wrap .item .show{
    height: 150px;
    background: ;
}
.products .wrap .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 61px 0;
}
.products .wrap .title > span{
    font-size: 40px;
    font-family: ITCAvantGardeStd;
    font-weight: bold;
    color: #333333;
}
.products .wrap .title .products_search{
    display: flex;
    height: 60px;
}
.products .wrap .title .products_search input{
    width: 540px;
    height: 100%;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    padding: 0 0 0 17px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
}
.products .wrap .title .products_search input::placeholder{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.products .wrap .title .products_search button{
    width: 60px;
    height: 100%;
    background: #004BAA;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.products .wrap .title .products_search .iconfont{
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
}
.products .wrap .content{
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #E6E6E6;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.products .wrap .content .item{
    width: 33.3%;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    padding: 51px 10px 22px 10px;
}
/*.products .wrap .content .item:nth-child(3n){*/
/*    border-right: 1px solid transparent;*/
/*}*/
.products .wrap .content .item .images{
    width: 310px;
    height: 262px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 38px;
}
.products .wrap .content .item .images img{
    max-width: 100%;
    max-height: 100%;
    transition: 2s;
}
.products .wrap .content .item .text{
    text-align: center;
}
.products .wrap .content .item .text p{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #666666;
    width: fit-content;
    margin: auto;
    position: relative;
}
.products .wrap .content .item .text p:after{
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    height: 1px;
    background: #004BAA;
    transform: translateX(-50%);
    width: 0;
    transition: 0.6s;
}
.products .wrap .content .item:hover .images img{
    transform: scale(1.1);
}
.products .wrap .content .item:hover .text p:after{
    width: 95px;
}
@media screen and (max-width: 1600px) {
    .common_banner .text span {
        font-size: 32px;
    }
    .products .wrap {
        width: 90%;
    }
    .products .wrap .title > span {
        font-size: 32px;
    }
    .products .wrap .title .products_search {
        height: 50px;
    }
}
@media screen and (max-width: 1024px) {
    .products .wrap .content .item {
        width: 50%;
    }
    .products .wrap .title .products_search {
        width: 60%;
    }
    .products .wrap .title .products_search input {
        width: 80%;
    }
    .common_peak .wrap .navigation{
        display: flex;
        flex-wrap: wrap;
    }
    .common_peak .wrap .navigation {
        grid-template-columns: repeat(3, 1fr);
    }
    .common_peak .wrap .navigation a {
        width: 33.3333%;
        margin-right: 0!important;
    }
    .common_peak .wrap .navigation a {
        font-size: 12px;
    }
    .common_banner .text span {
        font-size: 24px;
    }
    .products .wrap .item .show {
        display: none;
    }
    .products .wrap .title > span {
        font-size: 24px;
    }
}
@media screen and (max-width: 700px) {
    .products .wrap .content .item {
        width: 100%;
    }
    .products .wrap .title {
        flex-direction: column;
        align-items: flex-start;
    }
    .products .wrap {
        margin: 44px auto 48px;
    }
    .products .wrap .title > span {
        margin-bottom: 15px;
    }
    .products .wrap .title .products_search {
        width: 100%;
    }
    .products .wrap .title {
        margin: 0 0 21px 0;
    }
    .products .wrap .content .item .images {
        height: 200px;
        margin: 0 auto 20px;
    }
}
