/* 澶撮儴 */

.header {
    padding: 10px 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    text-align: left;
    z-index: 99;
}
.header-fix {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
}

.menu .logo {
    padding-left: 40px;
    float: left;
}

.menu .logo img {
    /* width: 86px; */
    height: 85px;
}

.menu .slogan {
    float: left;
    padding-left: 35px;
    padding-top: 20px;
    height: 30px;
    font-size: 24px;
    color: #ffffff;
}

.submenu ul {
    padding-top: 25px;
}

.submenu ul li {
    float: left;
    /*width: 107px;*/
    font-size: 18px;
    text-align: center;
    line-height: 30px;
}

.submenu ul li a {
    color: #ffffff;
    text-decoration: none;
    padding: 0px 15px;
}

.submenu ul li .hover {
    font-size: 20px;
    font-weight: bold;
}

.submenu ul li .hover {
    font-size: 20px;
    font-weight: bold;
}

.call {
    padding-top: 20px;
    width: 220px;
    height: 30px;
    font-size: 24px;
    text-align: left;
    color: #ffffff;
    font-weight: bold;
}

.call .button {
    width: 117px;
    background: #f82121;
    font-size: 22px;
    text-align: center;
    color: #ffffff;
    line-height: 44px;
    border-radius: 10px;
    cursor: pointer;
}

.call i {
    font-size: 24px;
    margin-right: 10px;
    font-weight: normal;
}


/* 鐒︾偣鍥� */

.banner {
    position: relative;
}

.banner .info {
    width: 860px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    display: none;
}

.banner .info .title {
    font-size: 48px;
    text-align: center;
    color: #ffffff;
    letter-spacing: 3px;
}

.banner .info .ftitle {
    font-size: 96px;
    font-weight: Bold;
    text-align: center;
    color: #ffffff;
    letter-spacing: 3px;
    margin-bottom: 110px;
}

.banner .info .submit {
    width: 192px;
    background: #f90133;
    font-size: 26px;
    text-align: center;
    color: #ffffff;
    line-height: 54px;
    border-radius: 5px;
    margin: 0 auto;
    cursor: pointer;
}

.banner .pic img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    transform: none;
}


/* 閫傞厤 */

@media (min-width: 1366px) {
    .banner .info {
        display: block;
    }
}


/* 浜у搧鍒楄〃 */

.product-list .row .col-8 {
    /* margin: 0 auto; */
}

.product-list .title {
    margin-top: 130px;
    font-size: 96px;
    font-weight: Bold;
    text-align: center;
    color: #373737;
    letter-spacing: 3px;
}

.product-list .row .tag {
    margin-top: 70px;
    margin-bottom: 40px;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
}

.product-list .row .tag a {
    color: #686868;
    text-decoration: none;
}

.product-list .row .tag .active {
    font-size: 24px;
    text-align: center;
    color: #F90133;
    line-height: 30px;
}


/* 鍒楄〃 */

.product-list .row .col-10 {
    margin: 0 auto;
    margin-bottom: 130px;
}

.product-list .row .col-6 {
    padding-left: 15px;
    padding-right: 15px;
}

.product-list .row .col-6 .box {
    margin-top: 60px;
    border-radius: 10px;
    box-shadow: 0px 3px 8px #E5E5E5;
    position: relative;
}

.product-list .row .col-6 .box .pic {
    overflow: hidden;
}

.product-list .row .col-6 .box img {
    max-width: 100%;
    max-height: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: transform .3s ease-out;
}

.product-list .row .col-6 .box img:hover {
    transform: scale(1.05);
}

.product-list .row .col-6 .box .text .btitle {
    font-size: 30px;
    text-align: left;
    color: #373737;
    letter-spacing: 3px;
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 5px;
    min-height: 115px;
}

.product-list .row .col-6 .box .text .btitle a {
    color: #373737;
    text-decoration: none;
    /* transition: padding-left 0.5s; */
    transition-duration: 0.5s;
    transition-property: all;
}

.product-list .row .col-6 .box .text .btitle a:hover {
    padding-left: 15px;
}

.product-list .row .col-6 .box .text .ftitle {
    font-size: 22px;
    text-align: left;
    color: #5e5e5e;
    letter-spacing: 3px;
    padding-left: 15px;
    padding-bottom: 15px;
}

.product-list .row .col-6 .box .button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 128px;
    background: #f90133;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    border-radius: 10px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.product-list .row .col-6 .box .button a {
    color: #ffffff;
    text-decoration: none;
    display: block;
}

/*.product-list .row .col-6 .box .button:hover {*/
/*    background: green;*/
/*}*/

/*鍒嗛〉*/
.showpage {
    text-align: center;
    margin-bottom: 130px;
}

.showpage .pagination {
    display: block;
    box-shadow: none;
}
.showpage .pagination .active {
    color: #fff;
    background-color: #f90133;
}
.showpage .pagination li {
    margin-left: 10px;
    padding: 3px 10px;
    border:1px solid #e6e6e6;
    padding: 3px 8px;
    display: inline-block;
}
.showpage .pagination li a {
    color: #f90133;
}
.showpage .pagination .disabled{
    color: #aaa;
}