.pro-img {
    width: 100%;
    height: 300px;
    background: url(../../images/product/header.png) no-repeat;
    background-size: 100% 300px;
    position: relative;
}

.pro-txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.pro-txt p {
    color: #fff;
}

.pro-txt p:first-child {
    font-size: 24px;
    letter-spacing: 14px;
}

.pro-txt p:nth-child(2) {
    font-size: 36px;
    letter-spacing: 0px;
    margin: 8px 0 23px 0;
}

.pro-txt p:last-child {
    display: block;
    width: 36px;
    height: 4px;
    background: #fff;
    margin: 0 auto;
}

.product-box {
    width: 1200px;
    padding: 42px 0 0 0;
    margin: 0 auto;
}

.box-top {
    width: 100%;
    height: 57px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.pro-bread {
    display: flex;
    padding-top: 5px;
}

.pro-nav ul {
    display: flex;
}

.pro-nav a {
text-decoration:none;
}

.pro-nav ul li {
    list-style: none;
    height: 33px;
    border: 1px solid #e5e5e5;
    border-radius: 18px;
    text-align: center;
    line-height: 31px;
    color: #999999;
    margin-left: 8px;
    cursor: pointer;
    transition: background 0.4s;
    padding: 0 18px 0 18px;
}

.pro-nav ul li:hover {
    height: 33px;
    line-height: 34px;
    background: #004088;
    border: none;
    color: #fff;
    padding: 0 19px 0 19px;
}

.pro-nav ul li.pro-active {
    height: 33px;
    line-height: 34px;
    background: #004088;
    border: none;
    color: #fff;
    padding: 0 19px 0 19px;
}

.pro-box-main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product {
    width: 376px;
    height: 400px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.pro-box-main a:hover{
    text-decoration: none;
}

.product:hover img {
    transform: scale(1.2);
}

.product-img {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.product-img img {
    width: 100%;
    height: 300px;
    transition: transform 0.4s;
}

.pro-box-main >a{
    color: #393d3f;
    margin:15px 0;
}
.product-msg {
    width: 100%;
    height: 100px;
    text-align: center;
    padding-top: 22px;
}

.product-msg p:first-child {
    font-size: 18px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-msg p:last-child {
    font-size: 16px;
    line-height: 30px;
    color: #b1b1b1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}