/*通用样式*/
:root {
    --public-color: #cf1f2a;
    --max: 1430px;
}

.header {
    filter: drop-shadow(rgba(10, 68, 132, 0.2) 0px 0px 5px);
}

.label-navigation-bar ul.breadcrumb li+li:before {
    color: #333333;
}

.label-navigation-bar ul.breadcrumb li a {
    color: #333333;
}

.label-navigation-bar ul.breadcrumb li {
    color: #333333;
}

/* header-small */
.header-small {
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    z-index: 99;
    overflow: hidden;
    max-height: 0;
    transition: 0.5s;
}

.header-small.active {
    max-height: 130px;
    transition: 0.5s;
}

.header-small .tabs {
    width: 100%;
    display: table;
    border-collapse: separate;
    table-layout: auto;
    background-color: #f0f3f7;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.header-small .tabs .tabs-justify {
    width: 100%;
    table-layout: fixed;
}

.header-small .tabs a.tab {
    position: relative;
    display: table-cell;
    transition: all ease 0.3s;
    padding: 1em 1em;
    transform: translate3d(0, 0, 0);
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    border-bottom: 2px solid #f1f1f1;
}

.header-small .tabs a.tab:hover {
    color: var(--public-color);
    border-bottom: 2px solid var(--public-color);
}

.header-small .tabs a.tab.active {
    color: var(--public-color);
    border-bottom: 2px solid var(--public-color);
}

.header-small .tabs a.tab.active:after {
    opacity: 1;
    transform: scale(1, 1);
}

/* middle */
.middle {
    padding-top: 95px;
}

/* middle-one */
.middle-one {
    padding-top: 15px;
}

/* middle-two */
.middle-two {
    padding: 90px 0 100px 0;
}

.middle-two .container-xl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.middle-two .container-xl .left {
    width: 50%;
    padding-right: 5%;
}

.middle-two .container-xl .left .t1 h5 {
    font-size: 42px;
    line-height: 56px;
    color: #333333;
    font-weight: 400;
}

.middle-two .container-xl .left .t2 {
    margin-top: 50px;
    color: #666666;
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
}

.middle-two .container-xl .left .t3 {
    margin-top: 40px;
}

.middle-two .container-xl .left .t3 p {
    color: #666666;
    font-size: 18px;
    line-height: 42px;
    font-weight: 300;
    position: relative;
    padding-left: 30px;
}

.middle-two .container-xl .left .t3 p::before {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    border: 2px solid var(--public-color);
    top: 14px;
    left: 0;
    /* transform: translateY(-50%); */
}

.middle-two .container-xl .left .t4 {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.middle-two .container-xl .left .t4 > span {
    display: block;
}

.middle-two .container-xl .left .t4 > span:nth-child(1) {
    max-width: 250px;
    width: 45%;
    text-align: center;
}

.middle-two .container-xl .left .t4 > span:nth-child(1) a {
    color: #000000;
    line-height: 64px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.middle-two .container-xl .left .t4 > span:nth-child(2) {
    width: 50%;
}

.middle-two .container-xl .left .t4 > span:nth-child(2) img {
    width: 90px;
    height: 90px;
}

.middle-two .container-xl .left .t4 > span:nth-child(2) a p {
    margin-left: -20px;
    font-weight: 700;
}

.middle-two .container-xl .left .t4 > span:nth-child(2) a {
    color: #000000;
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.middle-two .container-xl .left .t5 {
    margin-top: 40px;
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    line-height: 22px;
    display: flex;
    align-items: center;
}

.middle-two .container-xl .left .t5 a {
    margin-left: 10px;
    background-color: #dddddd;
    width: 22px;
    height: 22px;
    display: flex;
}

.middle-two .container-xl .left .t5 a i {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
    margin: auto;
}

.middle-two .container-xl .left .t5 a i:hover {
    color: var(--public-color);
}

.middle-two .container-xl .right {
    width: 50%;
}

.middle-two .container-xl .right .product-thumb {
    border: none;
    min-height: 440px;
    /*background-color: #f7f9fb;*/
}

.middle-two .container-xl .right .product-thumb a {
    width: 100%;
    height: 100%;
    min-height: 440px;
    padding: 0 60px 0 60px;
    display: flex;
}

.middle-two .container-xl .right .product-thumb a img {
    margin: auto;
    mix-blend-mode: multiply;
}

.middle-two .container-xl .right .product-thumbs {
    margin-top: 22px;
}

.middle-two .container-xl .right .swiper-slide {
    border: 2px solid #dddddd;
    height: 110px;
    border-radius: 10px;
}

.middle-two .container-xl .right .product-thumbs .active {
    /*background-color: #b4c4d6;*/
    border: 2px solid var(--public-color);
}

.middle-two .container-xl .right .product-thumbs .swiper-slide:hover {
    /*background-color: #b4c4d6;*/
    border: 2px solid var(--public-color);
}

.middle-two .container-xl .right .product-thumbs .swiper-slide a {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0 20px;
}

.middle-two .container-xl .right .right .product-thumbs .swiper-slide a img {
    margin: auto;
    mix-blend-mode: multiply;
}

.middle-two .container-xl .right .swiper-button-prev,
.middle-two .container-xl .right .swiper-rtl .swiper-button-next {
    right: 0;
    transform: translateX(-50%);
    display: inline-block;
}

.middle-two .container-xl .right .swiper-button-next,
.middle-two .container-xl .right .swiper-rtl .swiper-button-prev {
    right: 0;
    display: inline-block;
}

.middle-two .container-xl .right .swiper-button-prev:after {
    content: '\f053';
    font-family: 'CmsFont' !important;
    font-size: 24px;
    color: #7e7e7e;
}

.middle-two .container-xl .right .swiper-button-next:after {
    content: '\f054';
    font-family: 'CmsFont' !important;
    font-size: 24px;
    color: #7e7e7e;
}

.middle-two .container-xl .right .mySwiper1 {
    position: relative;
    overflow: hidden;
    list-style: none;
    z-index: 1;
}

.middle-two .but{width: 190px;text-align:center;cursor:pointer;}
.middle-two .but a{line-height:56px;}

.middle-two .box1{display:flex;align-items:center;flex-wrap:wrap;}
.middle-two .box1 .t5{margin-left:20px;}


.middle-two .tag{margin-top: 30px;font-size: 17px;line-height: 30px;}
.middle-two .tag span{color: var(--public-color);}
.middle-two .tag i{color: var(--public-color);}
.middle-two .tag a{font-size: 17px;line-height: 30px;color: #333;}
.middle-two .tag a:hover{text-decoration: underline;color: var(--public-color);}
.middle-two .tag a:after{content: ",";display: inline-block;margin-left: 3px;margin-right: 4px;}
.middle-two .tag a:last-child:after{display: none;}

@media(max-width:768px) {
  .middle-two .tag{display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;}
.middle-two .but{width: 160px;}
.middle-two .box1 .t5{margin-left:10px;}
}

/* middle-three */
.middle-three {
    padding-bottom: 90px;
    position: static;
    max-height: none;
}

.middle-three .tabs {
    background-color: transparent;
    box-shadow: none;
}

/* middle-four */
.middle-four {
    padding-bottom: 40px;
}

.middle-four .up {
    color: #333333;
    font-size: 26px;
    line-height: 56px;
    font-weight: 600;
    position: relative;
}

.middle-four .up::before {
    position: absolute;
    content: "";
    background: var(--public-color);
    width: 150px;
    height: 6px;
    left: 0;
    bottom: 0;
}

.middle-four .image {
    margin-top: 15px;
    display: flex;
}

.middle-four .image img {
    margin: auto;
}

.middle-four .row {
    margin-top: 15px;
}

.middle-four .row .col-md-3 {
    padding-bottom: 60px;
    position: relative;
}

.middle-four .row .col-md-3::before {
    position: absolute;
    content: "";
    background: var(--public-color);
    width: 45px;
    height: 45px;
    top: 25px;
    left: 25px;
    opacity: 0.3;
    border-radius: 50%;
}

.middle-four .row .col-md-3::after {
    position: absolute;
    content: attr(val);
    background: var(--public-color);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    top: 31.5px;
    left: 31.5px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.middle-four .row .col-md-3 img {
    max-width: 100%;
    height: auto;
}

.middle-four .row .col-md-3 p {
    width: 70%;
    margin-top: 15px;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    font-weight: 400;
}
.middle-four .qtxx{
    margin-bottom: 100px;
}
.middle-four .qtxx .t1{
    color: #333333;
    font-size: 26px;
    line-height: 56px;
    font-weight: 600;
}
.middle-four .qtxx .t2{
    margin-top: 40px;
    color: #666666;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
}

/* middle-five */
.middle-five {
    padding-bottom: 90px;
}

.middle-five .up {
    color: #333333;
    font-size: 26px;
    line-height: 56px;
    font-weight: 600;
    position: relative;
}

.middle-five .up::before {
    position: absolute;
    content: "";
    background: var(--public-color);
    width: 150px;
    height: 6px;
    left: 0;
    bottom: 0;
}

.middle-five .down {
    margin-top: 40px;
    color: #666666;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
}
.middle-five .down img{
    max-width: 100%;
    height: auto;
}
.middle-five .down table{
    word-break: break-all;
    word-wrap: break-all;
}

/* middle-six */
.middle-six {
    padding-bottom: 90px;
}

.middle-six .up {
    color: #333333;
    font-size: 26px;
    line-height: 56px;
    font-weight: 600;
    position: relative;
}

.middle-six .up::before {
    position: absolute;
    content: "";
    background: var(--public-color);
    width: 150px;
    height: 6px;
    left: 0;
    bottom: 0;
}

.middle-six .down {
    margin-top: 40px;
}

.middle-six .down .cont {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.middle-six .down .cont::before {
    position: absolute;
    content: "";
    background: var(--public-color);
    width: 61%;
    height: 5px;
    right: 0;
    bottom: 0;
}

.middle-six .down .cont .left {
    width: 32%;
    background: #f8f8f8;
}

.middle-six .down .cont .right {
    width: 61%;
    font-size: 18px;
    line-height: 32px;
    color: #666666;
    font-weight: 300;
}

/* middle-seven */
.middle-seven {
    padding-bottom: 20px;
}

.middle-seven .up {
    color: #333333;
    font-size: 26px;
    line-height: 56px;
    font-weight: 600;
    position: relative;
}

.middle-seven .up::before {
    position: absolute;
    content: "";
    background: var(--public-color);
    width: 150px;
    height: 6px;
    left: 0;
    bottom: 0;
}

.middle-seven .row {
    margin-top: 70px;
}

.middle-seven .row .col-md-4 p {
    margin-top: 40px;
    position: relative;
    text-indent: 36px;
    color: #666666;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
}

.middle-seven .row .col-md-4 p::before {
    position: absolute;
    content: "";
    text-indent: 0;
    width: 13px;
    height: 13px;
    border: 2px solid var(--public-color);
    left: 0;
    top: 9px;
}

.middle-seven .cont-one {
    padding-top: 90px;
}

.middle-seven .cont {
    padding-bottom: 100px;
}

.middle-seven .cont .t1 {
    color: #333333;
    font-size: 26px;
    line-height: 56px;
    font-weight: 600;
}

.middle-seven .cont table {
    width: 100%;
    margin-top: 40px;
    word-break: break-all;
    word-wrap: break-all;
    border: none;
    border-top: 5px solid var(--public-color);
}

.middle-seven .cont table tr {
    border: 1px solid #dddddd;
}

.middle-seven .cont table tr td {
    border: 1px solid #dddddd;
    font-size: 18px;
    line-height: 56px;
    color: #333333;
    font-weight: 300;
    text-align: center;
}

.middle-seven .cont table tr:first-child td {
    font-weight: 500;
}

.middle-seven .cont img {
    margin-top: 40px;
    max-width: 100%;
    height: auto;
}

/* middle-eight */
.middle-eight {
    background: #f8f8f8;
    padding: 70px 0 65px 0;
}

.middle-eight .up {
    color: #333333;
    font-size: 26px;
    line-height: 56px;
    font-weight: 600;
    position: relative;
}

.middle-eight .up::before {
    position: absolute;
    content: "";
    background: var(--public-color);
    width: 150px;
    height: 6px;
    left: 0;
    bottom: 0;
}

.middle-eight .down {
    margin-top: 55px;
}

.middle-eight .down .col-md-3 {
    padding-bottom: 15px;
}

.middle-eight .down .col-md-3 .image {
    background: #fff;
}

.middle-eight .down .col-md-3 .image a {
    width: 100%;
    display: flex;
    height: auto;
}

.middle-eight .down .col-md-3 .image a img {
    margin: auto;
    width: auto;
}

.middle-eight .down .col-md-3 .txt {
    margin-top: 20px;
}

.middle-eight .down .col-md-3 .txt a {
    font-size: 20px;
    line-height: 48px;
    color: #333333;
    font-weight: 500;
    text-decoration: underline;
    transition: 0.5s;
}

.middle-eight .down .col-md-3 .txt a:hover {
    color: var(--public-color);
}

/* middle-nine */
.middle-nine {
    padding-top: 70px;
    background: #fff;
}

.middle-nine .container-xl {
    max-width: 1665px;
    margin-right: 0;
}

.middle-nine .container-xl .up {
    color: #333333;
    font-weight: 600;
    font-size: 26px;
    line-height: 48px;
    position: relative;
}

.middle-nine .container-xl .up::before {
    position: absolute;
    content: "";
    background: var(--public-color);
    width: 150px;
    height: 6px;
    left: 0;
    bottom: 0;
}

.middle-nine .container-xl .row {
    margin-top: 100px;
}

.middle-nine .container-xl .row .col-md-3>div {
    padding-right: 40px;
    padding-bottom: 50px;
    padding-top: 10px;
    height: 100%;
}

.middle-nine .container-xl .row .col-md-3:not(:last-child) {
    border-right: 2px solid #cdcdcd;
    max-width: calc(25% - 2px);
}

.middle-nine .container-xl .row .col-md-3>div .t1 a {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* 超出部分用省略号表示 */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.middle-nine .container-xl .row .col-md-3>div .t2 {
    color: #6a6a6a;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
}

.middle-nine .container-xl .row .col-md-3>div .t3 {
    margin-top: 30px;
    color: #6a6a6a;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* 超出部分用省略号表示 */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 84px;
}

.middle-nine .container-xl .row .col-md-3>div .t4 {
    margin-top: 40px;
}

.middle-nine .container-xl .row .col-md-3>div .t4 a {
    color: var(--public-color);
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    text-transform: uppercase;
    display: flex;
    max-height: 32px;
}

.middle-nine .container-xl .row .col-md-3>div .t4 a span {
    display: inline-block;
}

.middle-nine .container-xl .row .col-md-3>div .t4 a span:nth-child(1) {
    overflow: hidden;
    width: 0;
    transition: 0.5s;
}

.middle-nine .container-xl .row .col-md-3>div .t4 a span:nth-child(2) {
    margin-left: 0;
    transition: 0.5s;
}

.middle-nine .container-xl .row .col-md-3>div .t4 a:hover span:nth-child(2) {
    margin-left: 15px;
    transition: 0.5s;
}

.middle-nine .container-xl .row .col-md-3>div .t4 a:hover span:nth-child(1) {
    width: auto;
    transition: 0.5s;
}

.middle-nine .container-xl .row .col-md-3>div>a {
    color: #333333;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    transition: 0.5s;
    text-transform: uppercase;
}

.middle-nine .container-xl .row .col-md-3>div>a:hover {
    color: var(--public-color);
    transition: 0.5s;
}

.middle-nine .container-xl .row .col-md-3:not(:first-child) {
    padding-left: 40px;
}

.middle-nine .container-xl .row .col-md-3:last-child {
    padding: 0;
}

.middle-nine .container-xl .row .col-md-3:last-child>div {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.middle-six .row .col-6{margin-top: 50px;}
.middle-six .row .col-6 .img img{width: 100%;height: auto;}
.middle-six .row .col-6 .text{margin-top: 15px;}

@media (max-width: 768px) {
.middle-six .row .col-6{margin-top: 20px;}
    .middle{padding-top: 15px;}
    .label-navigation-bar ul.breadcrumb{padding: 8px 0px;}
    .label-navigation-bar ul.breadcrumb li a{font-size: 14px;line-height: 22px;}
    .label-navigation-bar ul.breadcrumb li+li:before{padding: 0 5px;}
    .middle-two{padding: 30px 0 30px 0;}
    .middle-two .container-xl .left{padding-right: 0;}
    .middle-two .container-xl .left .t2{margin-top: 15px;}
    .middle-two .container-xl .left .t3{margin-top: 15px;}
    .middle-two .container-xl .left .t4{margin-top: 15px;}
    .middle-two .container-xl .left .t5{margin-top: 15px;}
    .middle-two .container-xl .right{margin-top: 15px;}
    .middle-two .container-xl .left .t4 > span:nth-child(1) a{font-size: 14px;line-height: 50px;}
    .middle-two .container-xl .right .swiper-slide{height: auto;}
    .middle-two .container-xl .right .product-thumb{min-height: auto;}
    .middle-two .container-xl .right .product-thumb a{padding: 0 30px 0 30px;min-height: auto;}
    .middle-four{padding-bottom: 30px;}
    .middle-four .row .col-md-3{padding-bottom: 15px;width: 50%;}
    .middle-four .row .col-md-3 p{width: 100%;font-size: 14px;line-height: 22px;}
    .middle-four .qtxx{margin-top: 15px;margin-bottom: 25px;}
    .middle-four .qtxx .t1{font-size: 24px;line-height: 32px;}
    .middle-four .qtxx .t2{font-size: 14px;line-height: 22px;margin-top: 15px;}
    .middle-five{padding-bottom: 30px;}
    .middle-five .down{margin-top: 15px;font-size: 14px;line-height: 22px;}
    .middle-six{padding-bottom: 30px;}
    .middle-six .down{margin-top: 15px;}
    .middle-six .down .cont::before{display: none;}
    .middle-six .down .cont{margin-top: 15px;}
    .middle-seven .row{margin-top: 15px;}
    .middle-seven .row .col-md-4{padding-bottom: 15px;}
    .middle-seven .row .col-md-4 p{margin-top: 15px;font-size: 14px;line-height: 22px;}
    .middle-seven .cont{padding-bottom: 15px;padding-top: 15px;}
    .middle-seven .cont table{margin-top: 15px;}
    .middle-seven .cont img{margin-top: 15px;}
    .middle-eight{padding: 30px 0 30px 0;}
    .middle-eight .up{font-size: 24px;line-height: 32px;}
    .middle-eight .down{margin-top: 15px;}
    .middle-nine{padding-top: 30px;}
    .middle-nine .container-xl .up{font-size: 24px;line-height: 32px;}
    .middle-nine .container-xl .row{margin-top: 15px;}
    .middle-nine .container-xl .row .col-md-3:not(:last-child){max-width: none;border: 0;}
    .middle-nine .container-xl .row .col-md-3>div{padding-right: 0;padding-bottom: 15px;}
    .middle-nine .container-xl .row .col-md-3>div .t3{margin-top: 15px;height: 42px;}
    .middle-nine .container-xl .row .col-md-3>div .t4{margin-top: 15px;}
    .middle-nine .container-xl .row .col-md-3:not(:first-child){padding-left: 0;}
    .middle-seven .cont table tr td{font-size:14px;line-height:20px;}
}