/* 头部 */

.header {
    /*padding: 10px 0;*/
    padding-top: 10px;
    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; */
    border-radius: 10px;
    height: 85px;
}

.menu .slogan {
    float: left;
    padding-left: 35px;
    padding-top: 20px;
    height: 30px;
    font-size: 24px;
    color: #ffffff;
}

.menu .slogan span {
    display: block;
    font-size: 14px;
    text-align: center;
}

.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;
}

/*************** b ******************/

.submenu>ul>li {
    position: relative;
    line-height: 85px;
}

.submenu>ul>li:hover {
    font-weight: bold !important;
}

.sub_menu {
    border-radius: 10px;
    opacity: 0;
    visibility:hidden;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgb(0 0 0 / 70%);
    margin-top: 85px;
    padding-top: 0px !important;
    width: 140px;
}

/*.menus-item:hover>.sub_menu {*/
/*    visibility: visible !important;*/
/*    opacity:1 !important;*/
/*}*/

.menus-item:hover>.sub_menu {
    visibility: visible !important;
    opacity:1 !important;
}

.menus-item .icon img {
    width: 20px;
    transition: .2s
}
.menus-item:hover .icon img {
    /*margin-top: 100px;*/
    transform: rotate(-180deg)
}

.sub_menu li {
    line-height: 50px !important;
    width: 140px;
}
.sub_menu>li>a {
    text-align: center !important;
    font-weight: normal;
}
.sub_menu>li>a:hover {
    margin-left: 10px;
}

.menus-item .icon {
    width: 20px;
}

/*************** e ******************/

.call {
    padding-top: 20px;
    width: 217px;
    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 .order {
    width: 60%;
    top: 50%;
    /* width: 1124px; */
    /* padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 70px;
    padding-right: 70px; */
    position: absolute;

    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    /* background-color: #000000; */
    /* opacity: 0.6; */
    /* background-color: rgba(0, 0, 0, 0.5); */
    /* display: none; */
}


.banner .order .tab {
    display: flex;
    flex-direction: row;
}

.banner .order .tab>div {
    /*width: 200px;*/
    width: 50%;
    color: #333;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: rgba(255, 255, 255, 0.5);
}

.banner .order .tab>div span{
    display: block;
    line-height: 0px;
    font-size: 14px;
    font-weight: normal;
}

.banner .order .tab>div a {
    color: #333;
    text-decoration: none;
}

.banner .order .tab>.action {
    color: #FFF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    padding-bottom: 30px;
}

.banner .order .tab>.action span{
    display: block;
    line-height: 0px;
    font-size: 14px;
    font-weight: normal;
}

.banner .order .tab>.action a {
    color: #FFF;
    text-decoration: none;
}

.banner .order .personal_order {
    padding: 50px 40px;
    background-color: rgba(0, 0, 0, 0.5);
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 60% 40%;
    /*grid-template-columns: repeat(2, calc(50% - 15px));*/
    /*grid-row-gap: 20px;*/
}

.banner .order .personal_order .l .title {
    font-size: 60px;
    font-weight: Bold;
    text-align: left;
    color: #ffffff;
    line-height: 70px;
    opacity: 1;
    height: 70px;
    display: flex;
}

.banner .order .personal_order .l .ftitle {
    padding-top: 40px;
    font-size: 22px;
    text-align: left;
    color: #fffefe;
}

.banner .order .personal_order .r {
    margin-left: 50px;
}

.banner .order .personal_order .r .box {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 50% 50%;
    grid-row-gap: 15px;
    grid-column-gap: 20px;
    /*background-color: red;*/
}



.banner .order .personal_order .r .box .line input {
    font-size: 20px;
    font-weight: Normal;
    text-align: left;
    color: #777777;
    line-height: 26px;
    text-indent: 15px;
    height: 44px;
    width: 100%;
}

.banner .order .personal_order .r .button .submit {
    text-align: center;
    background-color: #E50043;
    color: #ffffff;
    border-radius: 5px;
    margin: 0 auto;
    cursor: pointer;
    width: 390px;
    line-height: 50px;
    margin-top: 20px;
}


.banner .order .left {
    float: left;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 50px 80px;
    display: none;
}

.banner .order .left .title {
    font-size: 60px;
    font-weight: Bold;
    text-align: left;
    color: #ffffff;
    line-height: 70px;
    opacity: 1;
    height: 70px;
    display: flex;
}

.banner .order .left .ftitle {
    padding-top: 40px;
    font-size: 22px;
    text-align: left;
    color: #fffefe;
}

.banner .order .right {
    width: 100%;
    float: none;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px 40px;
}

.banner .order .right .title {
    font-size: 24px;
    font-weight: Bold;
    text-align: center;
    color: #ffffff;
    letter-spacing: 5px;
}

.banner .order .right .line {
    margin-top: 15px;
}

.banner .order .right .line input {
    height: 60px;
    width: 100%;
    font-size: 20px;
    font-weight: Normal;
    text-align: left;
    color: #777777;
    line-height: 26px;
    text-indent: 15px;
}

.banner .order .right .line .submit {
    width: 100%;
    line-height: 60px;
    text-align: center;
    background-color: #E50043;
    color: #ffffff;
    border-radius: 5px;
    margin: 0 auto;
    cursor: pointer;
}


/* 适配 */
@media (max-width: 1366px) {
    .banner .order {
        margin-top: 30px;
    }
    /*.banner .order .personal_order .l .title {*/
    /*    font-size: 40px;*/
    /*    font-weight: Bold;*/
    /*    text-align: left;*/
    /*    color: #ffffff;*/
    /*    line-height: 50px;*/
    /*    opacity: 1;*/
    /*    height: 50px;*/
    /*    display: flex;*/
    /*}*/

    .banner .order .personal_order .r {
        margin-left: 0px;
        width: 500px;
    }

    /*.banner .order .personal_order .r .button .submit {*/
    /*    text-align: center;*/
    /*    background-color: #E50043;*/
    /*    color: #ffffff;*/
    /*    border-radius: 5px;*/
    /*    margin: 0 auto;*/
    /*    margin-top: 0px;*/
    /*    cursor: pointer;*/
    /*    width: 100%;*/
    /*    line-height: 50px;*/
    /*    margin-top: 20px;*/
    /*}*/

    .banner .order .l {
        display: none;
    }

    .banner .order .left {
        display: none;
    }

}

/* 适配 */

@media (min-width: 1366px) {

    .banner .order {
        width: 1124px;
        top: 50%;
    }



    .banner .order .left {
        display: block;
        padding-bottom: 56px;
    }

    .banner .order .right {
        padding: 47px 80px 47px 79px;
        float: right;
        width: auto;
    }

    .banner .order .right .line input {
        height: 44px;
        width: 259px;
    }
    .banner .order .right .line .submit {
        width: 110px;
        line-height: 40px;
    }

    @keyframes fade-in {
        0% {
            opacity: 0;
        }
        /*初始状态 透明度为0*/
        40% {
            opacity: 0;
        }
        /*过渡状态 透明度为0*/
        100% {
            opacity: 1;
        }
        /*结束状态 透明度为1*/
    }
    .banner .order {
        animation: fade-in;
        animation-duration: 0.5s;
        display: block;
    }
}

.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;
}