.insIntroBox .introBox .Txt, .tabBox .applicationsList .applicationsItem .text, .classNote {
    color: #7c5c2f;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.9px;
}

.outerWrap.noBg {
    background-image: none !important;
}

.mainArea {
    background-image: url(../images/bg/Product-bg2.jpg);
    background-repeat: repeat;
}
.mainArea.ins {
    background-image: url(../images/bg/Product-bg2.jpg);
    background-repeat: repeat;
    padding-top: 0;
}
@media (max-width: 768px) {
    .mainArea.ins {
        padding-bottom: 30px;
    }
}

.pageTitleBar {
    margin-bottom: 80px;
}
@media (max-width: 768px) {
    .pageTitleBar {
        margin-bottom: 40px;
    }
}

.classBox {
    margin-bottom: 25px;
}

.classNote {
    text-align: left;
    padding-bottom: 55px;
}
.classNote img {
    max-width: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.productsBox {
    overflow: hidden;
}

.productsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -33px;
}
.productsList .productsItem {
    padding: 0 33px 40px;
    width: 25%;
}
@media (max-width: 1180px) {
    .productsList {
        margin: 0 -15px;
    }
    .productsList .productsItem {
        padding: 0 15px 40px;
        width: 33.3333333333%;
    }
}
@media (max-width: 768px) {
    .productsList {
        margin: 0 -10px;
    }
    .productsList .productsItem {
        padding: 0 10px 40px;
        width: 50%;
    }
}
@media (max-width: 480px) {
    .productsList {
        margin: 0;
    }
    .productsList .productsItem {
        padding: 0 0 30px;
        width: 100%;
    }
}
.productsList .Img {
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}
.productsList .Img a {
    display: block;
    overflow: hidden;
}
.productsList .Img img {
    display: block;
    width: 100%;
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.productsList .code {
    border-top: 1px solid #d6ccbe;
    padding-top: 8px;
    margin-top: 10px;
    padding-bottom: 2px;
}
.productsList .Txt {
    padding: 15px 0;
}
.productsList .Txt .title {
    color: #553e1e;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 1.08px;
    max-height: 55px;
}
.productsList .Txt .title a {
    color: #553e1e;
    display: block;
}
.productsList .Txt .text {
    color: #7c5c2f;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.9px;
}
@media (min-width: 481px) {
    .productsList .Txt .text {
        height: 73px;
        overflow: hidden;
    }
}

.code {
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.5;
}
.code .model {
    color: #553e1e;
    font-weight: 500;
    position: relative;
}
.code .model:after {
    position: relative;
    margin: auto 8px;
    content: "";
    width: 1px;
    height: 13px;
    display: inline-block;
    background-color: #d6ccbe;
}
.code .num {
    color: #7c5c2f;
}

.classTitle {
    color: #ca1518;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.96px;
    line-height: 1.875;
    border: 2px solid #ca1518;
    border-radius: 16px;
    display: inline-block;
    padding: 0 12.82px;
}

.proDepictionBox {
    background-image: url(../images/bg/homeBg02t.png), url(../images/bg/Product-bg1.jpg);
    background-repeat: no-repeat, no-repeat;
    width: 100%;
    background-size: auto, cover;
    background-position: center bottom, center top;
    padding-top: 90px;
    padding-bottom: 195px;
}
@media (max-width: 768px) {
    .proDepictionBox {
        padding-top: 40px;
        padding-bottom: 80px;
    }
}

.tabBox {
    padding-top: 40px;
    padding-bottom: 120px;
}
@media (max-width: 992px) {
    .tabBox {
        padding-bottom: 40px;
    }
}
.tabBox .tab {
    margin-top: 0;
}
.tabBox .applicationsList {
    margin: 0 -20px;
}
.tabBox .applicationsList .slick-dots {
    position: relative;
    bottom: 0;
    padding-top: 30px;
}
.tabBox .applicationsList .slick-prev,
.tabBox .applicationsList .slick-next {
    border-color: #ca1518;
    background-color: #ca1518;
}
.tabBox .applicationsList .slick-prev svg,
.tabBox .applicationsList .slick-next svg {
    color: #ffffff;
    stroke: #ffffff;
}
.tabBox .applicationsList > .applicationsItem {
    float: left;
    width: 33.33%;
}
.tabBox .applicationsList > .applicationsItem:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.tabBox .applicationsList .applicationsItem {
    padding: 0 20px;
}
.tabBox .applicationsList .applicationsItem .item a {
    display: block;
}
.tabBox .applicationsList .applicationsItem .Img {
    border-radius: 20px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}
.tabBox .applicationsList .applicationsItem .Img img {
    width: 100%;
}
.tabBox .applicationsList .applicationsItem .Txt .txtBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 14px 0 12px;
}
.tabBox .applicationsList .applicationsItem .Txt .title {
    color: #553e1e;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 1.2px;
    font-weight: 500;
    overflow: hidden;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 80px);
            flex: 0 0 calc(100% - 80px);
}
.tabBox .applicationsList .applicationsItem .Txt .classTitle {
    display: block;
    color: #a40000;
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 1.25;
    padding: 3.5px 11.07px;
    border-color: #a40000;
    min-width: 77px;
}
@media (max-width: 992px) {
    .tabBox .applicationsList .applicationsItem .Txt .txtBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .tabBox .applicationsList .applicationsItem .Txt .title {
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        padding-top: 10px;
    }
}
@media (max-width: 1440px) {
    .tabBox .applicationsList {
        margin: 0 -15px;
    }
    .tabBox .applicationsList .slick-list {
        max-width: calc(100% - 60px);
        margin: auto;
    }
    .tabBox .applicationsList .slick-prev {
        left: 15px;
    }
    .tabBox .applicationsList .slick-next {
        right: 15px;
    }
    .tabBox .applicationsList .applicationsItem {
        padding: 0 15px;
    }
}
@media (max-width: 600px) {
    .tabBox .applicationsList {
        margin: 0 -10px;
    }
    .tabBox .applicationsList .slick-list {
        max-width: calc(100% - 44px);
    }
    .tabBox .applicationsList .slick-prev {
        left: 10px;
    }
    .tabBox .applicationsList .slick-next {
        right: 10px;
    }
    .tabBox .applicationsList .applicationsItem {
        padding: 0 10px;
    }
}

.insIntroBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 769px) {
    .insIntroBox {
        background-image: url(../images/bg/proInsFrame_top.svg), url(../images/bg/proInsFrame_bottom.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center top, center bottom;
        padding: 50px 0;
    }
}
@media (max-width: 992px) {
    .insIntroBox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
.insIntroBox .albumBox {
    width: 40%;
    padding-right: 30px;
}
.insIntroBox .albumBox .albumList .albumItem {
    cursor: pointer;
}
.insIntroBox .albumBox .albumList .albumItem img {
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.insIntroBox .albumBox .albumListMain {
    margin: 0 -10px;
}
.insIntroBox .albumBox .albumListMain .slick-list {
    max-width: calc(100% - 55px);
    margin: auto;
}
.insIntroBox .albumBox .albumListMain .slick-prev,
.insIntroBox .albumBox .albumListMain .slick-next {
    border-color: #ca1518;
    background-color: #ca1518;
}
.insIntroBox .albumBox .albumListMain .slick-prev svg,
.insIntroBox .albumBox .albumListMain .slick-next svg {
    color: #ffffff;
    stroke: #ffffff;
}
.insIntroBox .albumBox .albumListMain .slick-prev {
    left: 10px;
}
.insIntroBox .albumBox .albumListMain .slick-next {
    right: 10px;
}
.insIntroBox .albumBox .albumListMain > .albumItem:not(:first-child) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.insIntroBox .albumBox .albumListMain .albumItem {
    padding: 0 10px;
}
.insIntroBox .albumBox .albumListMain .albumItem img {
    border-radius: 20px;
}
.insIntroBox .albumBox .albumListNav {
    margin: 15px -5px 0;
}
.insIntroBox .albumBox .albumListNav .albumItem {
    padding: 0 5px;
}
@media (max-width: 1440px) {
    .insIntroBox .albumBox {
        padding-right: 35px;
    }
}
@media (max-width: 992px) {
    .insIntroBox .albumBox {
        width: 100%;
        padding-right: 0;
        padding-bottom: 50px;
    }
    .insIntroBox .albumBox .albumListMain .slick-list {
        max-width: 100%;
    }
    .insIntroBox .albumBox .albumListMain .slick-prev {
        left: 30px;
    }
    .insIntroBox .albumBox .albumListMain .slick-next {
        right: 30px;
    }
}
@media (max-width: 480px) {
    .insIntroBox .albumBox .albumListMain .slick-prev {
        left: 25px;
    }
    .insIntroBox .albumBox .albumListMain .slick-next {
        right: 25px;
    }
}
.insIntroBox .introBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
@media (max-width: 767px) {
    .insIntroBox .introBox {
        -webkit-box-flex: 1;
            -ms-flex: auto;
                flex: auto;
    }
}
.insIntroBox .introBox .articleTitle {
    padding: 24px 0 12px;
    margin-bottom: 12px;
}
.insIntroBox .introBox .Txt {
    margin-top: 6px;
}
.insIntroBox .introBox .btn {
    padding-top: 30px;
    width: 200px;
}
@media (max-width: 992px) {
    .insIntroBox .introBox .btn {
        margin: 0 auto;
    }
}
.insIntroBox .introBox .btn:hover a {
    background-color: #db0000;
}
.insIntroBox .introBox .btn a {
    display: block;
    min-width: 180px;
    padding: 14px 15px;
    font-size: 16px;
    color: #fff;
    background-color: #ca1518;
    border-radius: 26px;
    line-height: 1.5;
    text-align: center;
}

.specification {
    padding-top: 30px;
}
.specification .specificationList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0 -15px;
}
.specification .specificationList li {
    padding: 0 15px 30px;
    width: 50%;
    min-height: 186px;
    text-align: center;
}
.specification .specificationList li .item {
    height: 100%;
    position: relative;
    padding: 23px 10px;
}
.specification .specificationList li .item:before, .specification .specificationList li .item:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.specification .specificationList li .item:before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 2px solid #a18a6a;
    border-radius: 20px;
}
.specification .specificationList li .item:after {
    width: 100%;
    height: 100%;
    border: 1px solid #d6ccbe;
    border-radius: 20px;
}
.specification .specificationList li .specTitle {
    color: #553e1e;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 1.2px;
    font-weight: 500;
    border-bottom: 1px solid #d6ccbe;
    padding-bottom: 10px;
    margin-bottom: 12px;
}
.specification .specificationList li .specBox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.specification .specificationList li .specBox::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 80px;
    width: 0.5px;
    background: #a18a6a;
}
.specification .specificationList li .specBox .left, .specification .specificationList li .specBox .right {
    width: 50%;
}
.specification .specificationList li .specImg {
    position: relative;
    width: 43px;
    height: 43px;
    margin: auto;
    border: 2px solid #a18a6a;
    border-radius: 50%;
}
.specification .specificationList li .specImg img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.specification .specificationList li .specTxt {
    color: #7c5c2f;
    font-size: 13px;
    line-height: 1.84;
    letter-spacing: 0.78px;
    margin-top: 6px;
    line-height: 1.2;
}
@media (max-width: 768px) {
    .specification .specificationList {
        margin: 0 -10px;
    }
    .specification .specificationList li {
        padding: 0 10px 30px;
        width: 33.33%;
        max-width: 100%;
    }
}
@media (max-width: 537px) {
    .specification .specificationList li {
        width: 50%;
    }
}
@media (max-width: 414px) {
    .specification .specificationList {
        margin: 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .specification .specificationList li {
        padding: 0 0 30px;
        width: 100%;
        max-width: 216px;
    }
    .specification .specificationList li:last-child {
        padding-bottom: 0;
    }
}

.interestBox {
    padding-top: 70px;
    padding-bottom: 10px;
    background-image: url(../images/bg/Product-bg2.jpg);
    background-repeat: repeat;
}
@media (max-width: 768px) {
    .interestBox {
        padding-top: 50px;
    }
}
.interestBox .titleBox {
    margin-bottom: 30px;
}
.interestBox .titleBox .titleEn {
    font-size: 27px;
    display: block;
    line-height: 1.037;
    padding-top: 13px;
}
@media (min-width: 769px) {
    .interestBox .titleBox {
        margin-bottom: 52px;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
    .interestBox .titleBox .titleEn {
        padding-left: 10px;
    }
}
.interestBox .interestList {
    margin: 0 -33px;
}
.interestBox .interestList .slick-dots {
    position: relative;
    bottom: 0;
    padding-top: 30px;
}
.interestBox .interestList .slick-prev,
.interestBox .interestList .slick-next {
    border-color: #ca1518;
    background-color: #ca1518;
}
.interestBox .interestList .slick-prev svg,
.interestBox .interestList .slick-next svg {
    color: #ffffff;
    stroke: #ffffff;
}
.interestBox .interestList .slick-prev {
    left: -48px;
}
.interestBox .interestList .slick-next {
    right: -48px;
}
.interestBox .interestList > .interestItem {
    float: left;
    width: 25%;
}
.interestBox .interestList > .interestItem:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
@media (max-width: 1024px) {
    .interestBox .interestList > .interestItem {
        width: 33.3333333333%;
    }
    .interestBox .interestList > .interestItem:nth-child(4) {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }
}
@media (max-width: 768px) {
    .interestBox .interestList > .interestItem {
        width: 50%;
    }
    .interestBox .interestList > .interestItem:nth-child(3) {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }
}
@media (max-width: 600px) {
    .interestBox .interestList > .interestItem {
        width: 100%;
    }
    .interestBox .interestList > .interestItem:nth-child(2) {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }
}
.interestBox .interestList .interestItem {
    padding: 0 33px;
}
.interestBox .interestList .Img {
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}
.interestBox .interestList .Img a {
    display: block;
    overflow: hidden;
}
.interestBox .interestList .Img img {
    display: block;
    width: 100%;
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.interestBox .interestList .code {
    border-top: 1px solid #d6ccbe;
    padding-top: 8px;
    margin-top: 10px;
    padding-bottom: 2px;
}
.interestBox .interestList .Txt {
    padding: 15px 0;
}
.interestBox .interestList .Txt .title {
    color: #553e1e;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 1.08px;
    max-height: 55px;
}
.interestBox .interestList .Txt .title a {
    color: #553e1e;
    display: block;
}
.interestBox .interestList .Txt .text {
    color: #7c5c2f;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.9px;
    height: 73px;
    overflow: hidden;
}
@media (max-width: 1440px) {
    .interestBox .interestList {
        margin: 0 -15px;
    }
    .interestBox .interestList .slick-list {
        max-width: calc(100% - 60px);
        margin: auto;
    }
    .interestBox .interestList .slick-prev {
        left: 15px;
    }
    .interestBox .interestList .slick-next {
        right: 15px;
    }
    .interestBox .interestList .interestItem {
        padding: 0 15px;
    }
}
@media (max-width: 600px) {
    .interestBox .interestList {
        margin: 0 -10px;
    }
    .interestBox .interestList .slick-list {
        max-width: calc(100% - 44px);
    }
    .interestBox .interestList .slick-prev {
        left: 10px;
    }
    .interestBox .interestList .slick-next {
        right: 10px;
    }
    .interestBox .interestList .interestItem {
        padding: 0 10px;
    }
}

.productClassBox .productClassLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -25px;
}
@media (max-width: 1180px) {
    .productClassBox .productClassLink {
        margin: 0 -10px;
    }
}
.productClassBox .productClassItem {
    width: 50%;
    padding: 0 25px 50px;
}
@media (max-width: 1180px) {
    .productClassBox .productClassItem {
        padding: 0 10px 35px;
    }
}
@media (max-width: 767px) {
    .productClassBox .productClassItem {
        width: 100%;
    }
}
.productClassBox .item {
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    height: 100%;
}
.productClassBox .Txt {
    padding: 10px 30px 20px;
}
@media (max-width: 767px) {
    .productClassBox .Txt {
        padding: 10px 20px 20px;
    }
}
.productClassBox .title a {
    font-size: 20px;
    font-weight: 500;
    color: #553e1e;
}
.productClassBox .title a:hover {
    color: #ca1518;
}
.productClassBox .text {
    margin-top: 5px;
    font-size: 15px;
    letter-spacing: 0.9px;
    line-height: 1.6;
    height: 50px;
    color: #7c5c2f;
    overflow: hidden;
}