@charset "UTF-8";
/* public css */
:root {
    /* 宽度 */
    --jq_w1200: 1200px;
    --jq_color1: #022134;
    --jq_color2: #ffffff;
    --jq_color3: #333333;
    --jq_color4: #868383;
    --jq_color5: #40484b;
    --jq_color6: #f4f5f6;
    --jq_color7: #ebebeb;
    --jq_color8: #8e8f91;
    --jq_color9: #f0f0ee;
    --jq_color10: #f4f5f6;
    --jq_color11: #a9b2b4;
    --jq_color14: #007fc8;
    --jq_color16: #f6f9fc;
    --jq_color17: rgba(0,0,0,0.085);
    --jq_color19: #e60013;
    --jq_color20: #e13507;
    --jq_color24: #67c23a;
    --jq_color25: #f7f9fc;
    /* 字体大小 */
    --jq_fs1: 12px;
    --jq_fs2: 14px;
    --jq_fs3: 16px;
    --jq_fs4: 18px;
    --jq_fs5: 20px;
    --jq_fs6: 22px;
    --jq_fs7: 24px;
    --jq_fs8: 26px;
    --jq_fs9: 28px;
    --jq_fs10: 30px;
    --jq_fs11: 32px;
    --jq_fs12: 34px;
    /* 外边距 */
    --jq_ml1: 5px;
    --jq_ml2: 10px;
    --jq_ml3: 15px;
    --jq_ml4: 20px;
    --jq_ml5: 25px;
    --jq_ml6: 30px;
    --jq_ml7: 35px;
    --jq_ml8: 40px;
    --jq_ml9: 45px;
    --jq_ml10: 50px;
    --jq_mr1: 5px;
    --jq_mr2: 10px;
    --jq_mr3: 15px;
    --jq_mr4: 20px;
    --jq_mr5: 25px;
    --jq_mr6: 30px;
    --jq_mr7: 35px;
    --jq_mr8: 40px;
    --jq_mr9: 45px;
    --jq_mr10: 50px;
    --jq_mt1: 5px;
    --jq_mt2: 10px;
    --jq_mt3: 15px;
    --jq_mt4: 20px;
    --jq_mt5: 25px;
    --jq_mt6: 30px;
    --jq_mt7: 35px;
    --jq_mt8: 40px;
    --jq_mt9: 45px;
    --jq_mt10: 50px;
    --jq_mb1: 5px;
    --jq_mb2: 10px;
    --jq_mb3: 15px;
    --jq_mb4: 20px;
    --jq_mb5: 25px;
    --jq_mb6: 30px;
    --jq_mb7: 35px;
    --jq_mb8: 40px;
    --jq_mb9: 45px;
    --jq_mb10: 50px;
    /* 内边距 */
    --jq_pl1: 5px;
    --jq_pl2: 10px;
    --jq_pl3: 15px;
    --jq_pl4: 20px;
    --jq_pl5: 25px;
    --jq_pl6: 30px;
    --jq_pl7: 35px;
    --jq_pl8: 40px;
    --jq_pl9: 45px;
    --jq_pl10: 50px;
    --jq_pr1: 5px;
    --jq_pr2: 10px;
    --jq_pr3: 15px;
    --jq_pr4: 20px;
    --jq_pr5: 25px;
    --jq_pr6: 30px;
    --jq_pr7: 35px;
    --jq_pr8: 40px;
    --jq_pr9: 45px;
    --jq_pr10: 50px;
    --jq_pt1: 5px;
    --jq_pt2: 10px;
    --jq_pt3: 15px;
    --jq_pt4: 20px;
    --jq_pt5: 25px;
    --jq_pt6: 30px;
    --jq_pt7: 35px;
    --jq_pt8: 40px;
    --jq_pt9: 45px;
    --jq_pt10: 50px;
    --jq_pb1: 5px;
    --jq_pb2: 10px;
    --jq_pb3: 15px;
    --jq_pb4: 20px;
    --jq_pb5: 25px;
    --jq_pb6: 30px;
    --jq_pb7: 35px;
    --jq_pb8: 40px;
    --jq_pb9: 45px;
    --jq_pb10: 50px;
}

html, body, .app {
    width: 100%;
    height: 100%;
    color: var(--jq_color3);
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    color: var(--jq_color3);
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

a:hover {
    color: var(--jq_color14);
}

.box-1200 {
    width: var(--jq_w1200);
}

/* 公共 */
/* products-table */
.products-table {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.products-table .theads {
    width: 100%;
}

.products-table .theads .ths {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--jq_color17);
    background: var(--jq_color16);
}

.products-table .theads .ths .tds {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--jq_fs2);
}

.products-table .theads .ths .tds.border {
    border: none;
    border-right: 1px solid var(--jq_color17);
}

.products-table .tbodys {
    width: 100%;
}

.products-table .tbodys .trs {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--jq_color17);
}

.products-table .tbodys .trs .tds {
    width: 100%;
    display: flex;
    padding: var(--jq_pt1);
    align-items: center;
    font-size: var(--jq_fs2);
}

.products-table .tbodys .trs .tds .field-label {
    width: 100px;
    flex-shrink: 0;
    text-align: right;
}

.products-table .tbodys .trs .tds.center {
    justify-content: center;
    align-items: center;
}

.products-table .tbodys .trs .tds.border {
    border: none;
    border-right: 1px solid var(--jq_color17);
}

.products-table .tbodys .trs .tds.operate {
    justify-content: flex-end;
}

.products-table .tbodys .trs:nth-child(even):hover, .products-table .tbodys .trs:hover {
    background: var(--jq_color17);
}

.products-table .tbodys .trs:nth-child(even) {
    background: var(--jq_color25);
}

.products-table.border {
    border: 1px solid var(--jq_color17);
}

.products-table.pc-phone.products-table-phone {
    display: none;
}

.products-table.pc-phone.products-table-phone .tbodys {
    width: 100%;
}

.products-table.pc-phone.products-table-phone .tbodys .trs {
    display: flex;
    flex-direction: column;
}

/* form */
.jq-common-form {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.jq-common-form .form-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: var(--jq_mb4);
}

.jq-common-form .form-box .form-item-box {
    width: 100%;
    display: flex;
}

.jq-common-form .form-box .form-item {
    width: 100%;
    display: flex;
    margin-bottom: var(--jq_mb3);
    font-size: var(--jq_fs2);
}

.jq-common-form .form-box .form-item .field-label {
    width: 60px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-shrink: 0;
    padding-top: 7px;
}

.jq-common-form .form-box .form-item .field-value {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.jq-common-form .form-box .form-item .field-value .field-value-input {
    width: 100%;
    display: flex;
}

.jq-common-form .form-box .form-item .field-value .field-value-input .input, .jq-common-form .form-box .form-item .field-value .field-value-input .textarea {
    width: 100%;
    height: 32px;
    padding: 0 var(--jq_pt2);
    border: 1px solid var(--jq_color17);
    outline: none;
    font-size: var(--jq_fs2);
    border-radius: 4px;
    transition: all 0.3s;
}

.jq-common-form .form-box .form-item .field-value .field-value-input .textarea {
    min-height: 64px;
    height: auto;
    padding: var(--jq_pt1) var(--jq_pt2);
}

.jq-common-form .form-box .form-item .field-value .field-value-input .input:hover, .jq-common-form .form-box .form-item .field-value .field-value-input .textarea:hover {
    border: 1px solid var(--jq_color14);
}

.jq-common-form .form-box .form-item .field-value .field-value-input .input.error, .jq-common-form .form-box .form-item .field-value .field-value-input .textarea.error {
    border: 1px solid var(--jq_color19);
}

.jq-common-form .form-box .form-item .field-value .field-value-input .imgs {
    width: 80px;
    height: 32px;
    margin-left: var(--jq_ml1);
    flex-shrink: 0;
}

.jq-common-form .form-box .form-item .field-value .field-value-error {
    width: 100%;
    font-size: var(--jq_fs1);
    color: var(--jq_color19);
    margin-top: 2px;
    display: none;
}

.jq-common-form .form-box .form-item .field-value .field-value-error.active {
    display: block;
}

.jq-common-form .form-submit {
    width: 100%;
}

.jq-common-form .form-submit .btn {
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--jq_fs2);
    font-weight: bold;
    background: var(--jq_color14);
    border-radius: 5px;
    cursor: pointer;
    padding: 0 var(--jq_pt4);
    border: none;
    opacity: 0.8;
    color: var(--jq_color2);
}

.jq-common-form .form-submit .btn:hover {
    opacity: 1;
}

.input, .textarea {
    width: 100%;
    height: 32px;
    padding: 0 var(--jq_pt2);
    border: 1px solid var(--jq_color17);
    outline: none;
    font-size: var(--jq_fs2);
    border-radius: 4px;
    transition: all 0.3s;
}

.textarea {
    min-height: 64px;
    height: auto;
    padding: var(--jq_pt1) var(--jq_pt2);
}

.input:hover, .textarea:hover {
    border: 1px solid var(--jq_color14);
}

.input.error, .textarea.error {
    border: 1px solid var(--jq_color19);
}

.button {
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--jq_fs2);
    font-weight: bold;
    background: var(--jq_color14);
    border-radius: 5px;
    cursor: pointer;
    padding: 0 var(--jq_pt4);
    border: none;
    opacity: 0.8;
    color: var(--jq_color2);
}

.button:hover {
    opacity: 1;
}

.button.danger {
    background: var(--jq_color19);
}

.button.info {
    background: var(--jq_color6);
}

.button.success {
    background: var(--jq_color24);
}

.wrap {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
}

.wrap .content {
    width: calc(100% - 288px);
    height: 100%;
    background-color: #f0f0f0;
    overflow: hidden auto;
}

/* 菜单 */
.menu-pc {
    width: 288px;
    height: 100%;
    background-color: var(--jq_color1);
    display: flex;
    flex-direction: column;
    position: relative;
}

.menu-pc .lang {
    width: 100%;
    padding: var(--jq_pt2);
    position: relative;
    display: flex;
    z-index: 3;
}

.menu-pc .lang a {
    width: 100%;
    color: var(--jq_color2);
    display: flex;
    align-items: center;
}

.menu-pc .lang a i {
    margin-right: var(--jq_mr2);
}

.menu-pc .lang .lang-child {
    width: 100%;
    position: absolute;
    left: 0;
    flex-direction: column;
    box-shadow: 0 10px 10px var(--jq_color2);
    display: flex;
    overflow: hidden;
    transition: all 0.3s;
    top: -1000px;
    background: var(--jq_color1);
    z-index: 2;
}

.menu-pc .lang .lang-child a {
    background-color: var(--jq_color1);
    padding: var(--jq_pt2);
    border-top: var(--jq_color2) 1px solid;
}

.menu-pc .lang .lang-child a:hover {
    background-color: var(--jq_color2);
    color: var(--jq_color1);
}

.menu-pc .lang:hover .lang-child {
    top: 44px;
}

.menu-pc .logo {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: var(--jq_pt6) 0;
}

.menu-pc .logo img {
    width: 80px;
    height: auto;
}

.menu-pc .menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 100px;
}

.menu-pc .menu a {
    width: 100%;
    color: var(--jq_color2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: var(--jq_pt3) 0;
    font-size: var(--jq_fs4);
    transition: all 0.5s;
    position: relative;
    z-index: 2;
}

.menu-pc .menu a span {
    position: relative;
    z-index: 2;
}

.menu-pc .menu a:hover {
    color: var(--jq_color1);
}

.menu-pc .menu a::before {
    content: '';
    width: 0;
    height: 100%;
    background-color: var(--jq_color2);
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s;
    z-index: 1;
}

.menu-pc .menu a:hover::before {
    width: 100%;
}

.menu-pc .copyright {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: absolute;
    bottom: var(--jq_mb3);
    font-size: var(--jq_fs1);
    color: var(--jq_color4);
}

.menu-pc .copyright a {
    color: var(--jq_color4);
    margin-top: 10px;
}

.menu-pc .copyright a:hover {
    color: var(--jq_color2);
}

.menu-phone {
    width: 100%;
    height: 60px;
    background: var(--jq_color1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--jq_pt4);
}

.menu-phone .logo {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
}

.menu-phone .logo img {
    width: 100%;
    /* height: 100%; */
}

.menu-phone .menuCheckLang {
    height: 100%;
    display: flex;
    align-items: center;
}

.menu-phone .menuCheckLang .menu-check {
    width: 18px;
    height: 16px;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-right: var(--jq_mr4);
    cursor: pointer;
    flex-shrink: 0;
}

.menu-phone .menuCheckLang .menu-check span {
    width: 100%;
    height: 2px;
    background-color: var(--jq_color2);
    position: absolute;
    top: 7px;
}

.menu-phone .menuCheckLang .menu-check::before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--jq_color2);
    position: absolute;
    top: 0px;
}

.menu-phone .menuCheckLang .menu-check::after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--jq_color2);
    position: absolute;
    bottom: 0px;
}

.menu-phone .menuCheckLang .lang {
    width: 100%;
    height: 100%;
    padding: var(--jq_pt2);
    position: relative;
    display: flex;
    z-index: 3;
    align-items: center;
}

.menu-phone .menuCheckLang .lang a {
    width: 100%;
    color: var(--jq_color2);
    display: flex;
    align-items: center;
}

.menu-phone .menuCheckLang .lang a i {
    margin-right: var(--jq_mr2);
}

.menu-phone .menuCheckLang .lang .lang-child {
    width: 100%;
    position: absolute;
    left: 0;
    flex-direction: column;
    box-shadow: 0 10px 10px var(--jq_color2);
    display: flex;
    overflow: hidden;
    transition: all 0.3s;
    top: -1000px;
    background: var(--jq_color1);
    z-index: 2;
}

.menu-phone .menuCheckLang .lang .lang-child a {
    background-color: var(--jq_color1);
    padding: var(--jq_pt2);
    border-top: var(--jq_color2) 1px solid;
}

.menu-phone .menuCheckLang .lang .lang-child a:hover {
    background-color: var(--jq_color2);
    color: var(--jq_color1);
}

.menu-phone .menuCheckLang .lang:hover .lang-child {
    top: 60px;
}

.menu-phone .menu {
    width: 100%;
    position: absolute;
    left: 0;
    top: 60px;
    display: none;
    flex-direction: column;
    background: var(--jq_color5);
}

.menu-phone .menu a {
    width: 100%;
    color: var(--jq_color2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: var(--jq_pt3) 0;
    font-size: var(--jq_fs4);
    transition: all 0.5s;
    position: relative;
    z-index: 2;
}

.menu-phone .menu a span {
    position: relative;
    z-index: 2;
}

.menu-phone .menu a:hover {
    color: var(--jq_color5);
}

.menu-phone .menu a::before {
    content: '';
    width: 0;
    height: 100%;
    background-color: var(--jq_color2);
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s;
    z-index: 1;
}

.menu-phone .menu a:hover::before {
    width: 100%;
}

.menu-phone .menu.active {
    display: flex;
}

/* AppBanner */
.banner-box {
    width: 100%;
    height: 500px;
    position: relative;
}

.banner-box .swiper {
    height: 100%;
}

.banner-box .swiper .swiper-wrapper {
    height: 100%;
}

.banner-box .swiper .swiper-wrapper .swiper-slide {
    height: 100%;
}

.banner-box .swiper .swiper-wrapper .swiper-slide a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 30px;
}

.banner-box .swiper .swiper-wrapper .swiper-slide a img {
    width: 100%;
    height: 100%;
}

/* 产品列表 */
.product-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-box .product-title {
    width: 100%;
    height: 168px;
    background: url("icon/7.jpg") no-repeat left top;
    background-size: cover;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    padding: 0 var(--jq_pt6);
    justify-content: center;
    color: var(--jq_color2);
}

.product-box .product-title .max-title {
    font-size: var(--jq_fs4);
}

.product-box .product-title .min-title {
    font-size: var(--jq_fs2);
    margin-top: var(--jq_mt2);
}

.product-box .product-title.brand-title {
    background: url("icon/6.jpg") no-repeat left top;
    background-size: cover;
}

.product-box .product-title.aboutus-title {
    background: url("icon/3.jpg") no-repeat left top;
    background-size: cover;
}

.product-box .product-title.contact-title {
    background: url("icon/4.jpg") no-repeat left top;
    background-size: cover;
}

.product-box .product-title.news-title {
    background: url("icon/news-bg1.jpg") no-repeat left top;
    background-size: cover;
}

.product-box .product-title.help-title {
    background: url("icon/8.jpg") no-repeat left top;
    background-size: cover;
}

.product-box .product-title.application-title {
    background: url("icon/5.jpg") no-repeat left top;
    background-size: cover;
}

.product-box .product-main {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.product-box .product-main .tab-box {
    width: 100%;
    padding: var(--jq_pl6);
    background: var(--jq_color6);
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

.product-box .product-main .tab-box .tab-active {
    width: 100%;
    height: 44px;
    display: flex;
}

.product-box .product-main .tab-box .tab-active a {
    height: 100%;
    padding: 0 var(--jq_pl9);
    background: var(--jq_color7);
    margin-right: var(--jq_mr4);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

.product-box .product-main .tab-box .tab-active a:hover {
    background: var(--jq_color8);
}

.product-box .product-main .tab-box .tab-active a.active {
    background: var(--jq_color8);
    color: var(--jq_color2);
}

.product-box .product-main .tab-box .tab-main {
    width: 100%;
    flex-shrink: 0;
}

.product-box .product-main .tab-box .tab-main .tab-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.product-box .product-main .tab-box .tab-main .tab-content a {
    margin-right: var(--jq_mr4);
    margin-top: var(--jq_mt4);
    font-size: var(--jq_fs2);
}

.product-box .product-main .tab-box .tab-main .content-active.hidden {
    display: none;
}

.product-box .product-main .tab-box .tab-main .prodeuct-search {
    width: 100%;
    margin: 20px 0;
}

.product-box .product-main .tab-box .tab-main .prodeuct-search .search-input {
    width: 50%;
    height: 36px;
    border: 1px solid var(--jq_color9);
    outline: none;
    display: flex;
}

.product-box .product-main .tab-box .tab-main .prodeuct-search .search-input input {
    width: 100%;
    height: 100%;
    padding: 0 var(--jq_pl2);
    border: none;
    outline: none;
}

.product-box .product-main .tab-box .tab-main .prodeuct-search .search-input button {
    width: 80px;
    height: 100%;
    background: var(--jq_color14);
    border: none;
    color: var(--jq_color2);
    flex-shrink: 0;
    cursor: pointer;
}

.product-box .product-main .product-list-box {
    width: 100%;
    height: 100%;
    background: var(--jq_color2);
    display: flex;
    flex-direction: column;
    padding-bottom: var(--jq_pb4);
}

.product-box .product-main .product-list-box .prod-list-type {
    width: 100%;
    padding: var(--jq_pl2);
    display: flex;
    justify-content: flex-end;
}

.product-box .product-main .product-list-box .prod-list-type a {
    margin-left: var(--jq_ml2);
    color: var(--jq_color5);
}

.product-box .product-main .product-list-box .prod-list-type a i {
    font-size: var(--jq_fs6);
}

.product-box .product-main .product-list-box .product-list {
    width: 100%;
    display: none;
    flex-wrap: wrap;
    padding: 0 var(--jq_pt2);
}

.product-box .product-main .product-list-box .product-list .product-list-item {
    width: calc(100% / 4 - 20px);
    margin: var(--jq_mt2);
    display: flex;
    border: 1px solid var(--jq_color9);
    padding: var(--jq_pt2);
    transition: all 0.3s;
    cursor: pointer;
}

.product-box .product-main .product-list-box .product-list .product-list-item:hover {
    border: 1px solid var(--jq_color8);
}

.product-box .product-main .product-list-box .product-list .product-list-item .img {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

.product-box .product-main .product-list-box .product-list .product-list-item .img img {
    width: 100%;
    height: 100%;
}

.product-box .product-main .product-list-box .product-list .product-list-item .text {
    width: calc(100% - 80px);
    padding-left: var(--jq_pl2);
    display: flex;
    flex-direction: column;
}

.product-box .product-main .product-list-box .product-list .product-list-item .text .max {
    font-weight: bold;
}

.product-box .product-main .product-list-box .product-list .product-list-item .text .min {
    width: 100%;
    font-size: var(--jq_fs2);
    display: flex;
    flex-direction: column;
}

.product-box .product-main .product-list-box .product-list-table {
    margin-bottom: var(--jq_mb4);
    display: none;
}

.product-box .product-main .product-list-box .product-list.list-block {
    display: flex;
}

.product-box .product-main .product-list-box .product-list-table.list-block {
    display: flex;
}

.product-box .product-main .product-detail-box {
    width: 100%;
    background: var(--jq_color2);
    display: flex;
    flex-direction: column;
    padding: var(--jq_pt4);
}

.product-box .product-main .product-detail-box .product-detail-main {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.product-box .product-main .product-detail-box .product-detail-main .product-detail-pic {
    width: 260px;
    height: 260px;
    border: 1px solid var(--jq_color9);
    margin-right: 20px;
    padding: var(--jq_pt2);
}

.product-box .product-main .product-detail-box .product-detail-main .product-detail-pic .product-detail-banner {
    width: 100%;
    height: 100%;
}

.product-box .product-main .product-detail-box .product-detail-main .product-detail-basicInfo {
    width: calc((100% - 280px) / 2);
    height: 500px;
    border: 1px solid var(--jq_color9);
    margin-right: 20px;
    padding: var(--jq_pt2);
}

.product-box .product-main .product-detail-box .product-detail-main .product-detail-basicInfo .basicInfor-title {
    font-size: var(--jq_fs4);
    font-weight: bold;
    margin-bottom: var(--jq_mb2);
}

.product-box .product-main .product-detail-box .product-detail-main .product-detail-basicInfo .basicInfo-list-box {
    width: 100%;
    height: calc(100% - 35px);
    overflow: hidden auto;
}

.product-box .product-main .product-detail-box .product-detail-main .product-detail-basicInfo .basicInfo-list-box .basicInfo-list {
    width: 100%;
    display: flex;
    margin-bottom: var(--jq_mb2);
    font-size: var(--jq_fs2);
}

.product-box .product-main .product-detail-box .product-detail-main .product-detail-basicInfo .basicInfo-list-box .basicInfo-list .field-label {
    /* width: 100px; */
    text-align: right;
    margin-right: var(--jq_mr2);
    font-weight: bold;
    flex-shrink: 0;
}

.product-box .product-main .product-detail-box .product-detail-main .product-detail-basicInfo .basicInfo-list-box .basicInfo-list .field-value {
    width: calc(100% - 100px);
}

.product-box .product-main .product-detail-box .product-detail-main .product-detail-from {
    width: calc((100% - 280px) / 2);
    height: 500px;
    border: 1px solid var(--jq_color9);
    padding: var(--jq_pt2);
}

.product-box .product-main .product-detail-box .product-detail-main .product-detail-from .product-detail-from-title {
    font-size: var(--jq_fs4);
    font-weight: bold;
    margin-bottom: var(--jq_mb2);
    flex-shrink: 0;
}

.product-box .product-main .product-detail-box .product-detail-main .product-detail-from .product-detail-from-box {
    height: calc(100% - 35px);
    overflow: hidden auto;
}

.product-box .product-main .product-detail-box .product-detail-main .product-detail-from .form-submit {
    display: flex;
    justify-content: center;
}

.product-box .product-main .product-detail-box .product-other {
    width: 100%;
    margin-top: var(--jq_mt4);
    display: flex;
    flex-direction: column;
}

.product-box .product-main .product-detail-box .product-other .product-other-title {
    font-size: var(--jq_fs4);
    font-weight: bold;
    margin-bottom: var(--jq_mb2);
}

.product-box .product-main .product-detail-box .product-other .product-other-main {
    width: 100%;
    padding-bottom: var(--jq_pb4);
}

.page-box {
    width: 100%;
    padding: var(--jq_pl4px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.page-box a {
    height: 30px;
    padding: 0 var(--jq_pl2);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--jq_color9);
    margin-right: var(--jq_mr2);
    transition: all 0.3s;
}

.page-box a:hover {
    border: 1px solid var(--jq_color8);
}

.page-box a.active {
    background: var(--jq_color8);
    color: var(--jq_color2);
}

.brand-type-tab {
    width: 100%;
    background: var(--jq_color2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    padding-bottom: 0;
}

.brand-type-tab .title {
    font-size: var(--jq_fs3);
    font-weight: bold;
}

.brand-type-tab .tab a i {
    font-size: var(--jq_fs5);
    margin-left: 5px;
}

.brand-type-tab .tab a.active {
    color: var(--jq_color14);
}

.brand-letter {
    width: 100%;
    background: var(--jq_color2);
    padding: 10px 20px 0 20px;
    display: flex;
    flex-wrap: wrap;
}

.brand-letter a {
    width: 30px;
    height: 30px;
    background: var(--jq_color6);
    font-size: var(--jq_fs3);
    border: 1px solid var(--jq_color6);
    margin-right: 10px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-letter a:hover {
    border: 1px solid var(--jq_color1);
}

.brand-letter a.active {
    background: var(--jq_color1);
    color: var(--jq_color2);
}

.brand-typelist {
    width: 100%;
    background: var(--jq_color2);
    display: flex;
    flex-direction: column;
}

.brand-typelist .typelist-label {
    width: 100%;
}

.brand-typelist .typelist-label .list-label {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.brand-typelist .typelist-label .list-label .title {
    padding: 10px 20px;
    font-weight: bold;
}

.brand-typelist .typelist-label .list-label .list-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.brand-typelist .typelist-label .list-label .list-box a {
    width: calc(100% / 4);
    padding: 10px 20px;
}

.brand-typelist .typelist-label .list-label .list-box a:hover {
    text-decoration: underline;
}

.brand-typelist .typelist-img {
    width: 100%;
}

.brand-typelist .typelist-img .list-img {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.brand-typelist .typelist-img .list-img .title {
    padding: 10px 20px;
    padding-bottom: 0px;
    font-weight: bold;
}

.brand-typelist .typelist-img .list-img .list-box {
    width: 100%;
}

.brand-box {
    width: 100%;
    background: var(--jq_color2);
    display: flex;
    flex-wrap: wrap;
    padding: var(--jq_pt2);
}

.brand-box .brand-list {
    width: calc(100% / 4 - 20px);
    margin-bottom: var(--jq_mb2);
    border: 1px solid var(--jq_color9);
    padding: var(--jq_pt2);
    display: flex;
    flex-direction: column;
    margin: var(--jq_mt2);
    transition: all 0.3s;
}

.brand-box .brand-list:hover {
    border: 1px solid var(--jq_color8);
}

.brand-box .brand-list .img {
    width: 100%;
    height: 80px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    padding: 10px;
}

.brand-box .brand-list .img img {
    max-width: 100%;
    max-height: 100%;
}

.brand-box .brand-list .title {
    width: 100%;
    font-size: var(--jq_fs4);
    font-weight: bold;
}

.brand-box .brand-list .text1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: var(--jq_mt3);
    font-size: var(--jq_fs2);
}

.brand-box .brand-list .text2 {
    width: 100%;
    margin-top: var(--jq_mt3);
    font-size: var(--jq_fs1);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.brand-box .brand-list .more {
    width: 100%;
    margin-top: var(--jq_mt3);
    font-size: var(--jq_fs2);
}

.brand-box .brand-list .more a {
    color: var(--jq_color14);
}

.aboutus-box {
    width: 100%;
    background: var(--jq_color2);
    display: flex;
    flex-direction: column;
}

.aboutus-box .aboutus-tab {
    width: 100%;
    height: 52px;
    background: var(--jq_color10);
    display: flex;
    padding: 0 40px;
    align-items: center;
}

.aboutus-box .aboutus-tab a {
    height: 100%;
    padding: 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutus-box .aboutus-tab a.active {
    color: var(--jq_color14);
    background: var(--jq_color2);
    border-bottom: 2px solid var(--jq_color8);
}

.aboutus-box .aboutus-main {
    width: 100%;
    display: flex;
    padding: var(--jq_pt8);
}

.aboutus-box .aboutus-main .aboutus-content {
    width: calc(100% - 250px);
    padding-right: var(--jq_pl2);
    font-size: var(--jq_fs2);
}

.aboutus-box .aboutus-main .aboutus-content p {
    /* text-indent: 2em; */
    margin-bottom: var(--jq_mb4);
    line-height: 26px;
}

.aboutus-box .aboutus-main .aboutus-content p.bold {
    font-weight: bold;
}

.aboutus-box .aboutus-main .aboutus-content span.title {
    font-weight: bold;
}

.aboutus-box .aboutus-main .aboutus-img {
    width: 250px;
    padding: 0 var(--jq_pl2);
    flex-shrink: 0;
}

.aboutus-box .aboutus-main .aboutus-img img {
    width: 100%;
}

.aboutus-box .aboutus-main .join-content {
    width: calc(100% - 250px);
    padding-right: var(--jq_pl2);
    font-size: var(--jq_fs2);
}

.aboutus-box .aboutus-main .join-content .join-tips {
    width: 100%;
    display: flex;
    font-size: var(--jq_fs3);
    font-weight: bold;
}

.aboutus-box .aboutus-main .join-content .join-process {
    width: 100%;
    display: flex;
    margin: var(--jq_mt2) 0;
}

.aboutus-box .aboutus-main .join-content .join-main {
    width: 100%;
}

.aboutus-box .aboutus-main .join-content .join-main .join-item {
    width: 100%;
}

.aboutus-box .aboutus-main .join-content .join-main .join-item .join-item-title {
    width: 100%;
    display: flex;
    font-weight: bold;
    padding: var(--jq_pt2) 0;
    align-items: center;
    border-bottom: 1px solid var(--jq_color9);
    cursor: pointer;
}

.aboutus-box .aboutus-main .join-content .join-main .join-item .join-item-title i {
    margin-right: var(--jq_mr2);
    transition: all 0.3s;
}

.aboutus-box .aboutus-main .join-content .join-main .join-item .join-item-title.active i {
    transform: rotate(90deg);
}

.aboutus-box .aboutus-main .join-content .join-main .join-item .join-item-content {
    width: 100%;
    padding-top: var(--jq_pt2);
    background: var(--jq_color9);
    padding: var(--jq_pl2);
    display: none;
}

.aboutus-box .aboutus-main .join-content .join-main .join-item .join-item-content p {
    /* text-indent: 2em; */
    margin-bottom: var(--jq_mb2);
    line-height: 20px;
}

.aboutus-box .aboutus-main .join-content .join-main .join-item .join-item-content p.bold {
    font-weight: bold;
}

.aboutus-box .aboutus-main .join-content .join-main .join-item .join-item-content span {
    font-weight: bold;
}

.aboutus-box .aboutus-main .join-content .join-main .join-item .join-item-content.active {
    display: block;
}

.aboutus-box .news-main {
    width: 100%;
    display: flex;
    padding: var(--jq_pt8);
    justify-content: space-between;
}

.aboutus-box .news-main .news-list {
    width: calc(100% - 260px);
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    padding-right: var(--jq_pr4);
}

.aboutus-box .news-main .news-list .news-list-title {
    width: 100%;
    font-size: var(--jq_fs3);
    font-weight: bold;
    margin-bottom: var(--jq_mb2);
}

.aboutus-box .news-main .news-list .news-list-main {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: var(--jq_mb4);
}

.aboutus-box .news-main .news-list .news-list-main .news-list-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: var(--jq_pl2) 0;
}

.aboutus-box .news-main .news-list .news-list-main .news-list-item .text {
    white-space: initial;
    padding-right: var(--jq_pr2);
}

.aboutus-box .news-main .news-recommend {
    width: 260px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.aboutus-box .news-main .news-recommend .news-recommend-title {
    width: 100%;
    font-size: var(--jq_fs3);
    font-weight: bold;
    margin-bottom: var(--jq_mb2);
}

.aboutus-box .news-main .news-recommend .news-recommend-main {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.aboutus-box .news-main .news-recommend .news-recommend-main a {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: var(--jq_mb4);
}

.aboutus-box .news-main .news-recommend .news-recommend-main a .img {
    width: 100%;
}

.aboutus-box .news-main .news-recommend .news-recommend-main a .img img {
    width: 100%;
}

.aboutus-box .news-main .news-recommend .news-recommend-main a .text {
    width: 100%;
    font-size: var(--jq_fs2);
    white-space: initial;
}

.aboutus-box .news-main .news-detail {
    width: calc(100% - 260px);
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    padding-right: var(--jq_pr8);
}

.aboutus-box .news-main .news-detail .title-time-source {
    width: 100%;
    padding: var(--jq_pl4) 0;
    margin-bottom: var(--jq_mb4);
    border-bottom: 1px solid var(--jq_color9);
}

.aboutus-box .news-main .news-detail .title-time-source .news-detail-title {
    width: 100%;
    font-size: var(--jq_fs5);
    font-weight: bold;
}

.aboutus-box .news-main .news-detail .title-time-source .time-source {
    margin-top: var(--jq_mt2);
    font-size: var(--jq_fs2);
    color: var(--jq_color8);
}

.aboutus-box .news-main .news-detail .news-detail-content {
    font-size: var(--jq_fs2);
}

.aboutus-box .news-main .news-detail .news-detail-content p {
    margin: var(--jq_mb4) 0;
}

.contact-box {
    width: 100%;
    background: var(--jq_color2);
    display: flex;
    padding: var(--jq_pt4) var(--jq_pl2);
}

.contact-box .contact-wrap {
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    flex-shrink: 0;
}

.contact-box .contact-wrap .contact-item {
    width: 100%;
}

.contact-box .contact-wrap .contact-item .contact-item-title {
    margin: var(--jq_mt2) 0;
}

.contact-box .contact-wrap .contact-item .contact-item-title.notMt {
    margin-top: 0;
}

.contact-box .contact-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 var(--jq_mt2);
}

.contact-box .contact-item .contact-item-title {
    width: 100%;
    font-size: var(--jq_fs3);
    font-weight: bold;
    margin-bottom: var(--jq_mb2);
    flex-shrink: 0;
}

.contact-box .contact-item .contact-main {
    width: 100%;
    height: 100%;
    border: 1px solid var(--jq_color9);
    padding: var(--jq_pt2);
    line-height: 28px;
}

.contact-box .contact-item .contact-main .text {
    width: 100%;
    display: flex;
    margin-bottom: var(--jq_mb2);
}

.contact-box .contact-item .contact-main .text .field-label {
    font-size: var(--jq_fs2);
    font-weight: bold;
    flex-shrink: 0;
}

.contact-box .contact-item .contact-main .text .field-value {
    font-size: var(--jq_fs2);
}

.contact-box .contact-item .contact-main .text .field-value img {
    width: 100px;
}

.typeList {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: var(--jq_color2);
}

.typeList .typelist-items {
    width: 100%;
    border: 1px solid var(--jq_color17);
    margin-bottom: var(--jq_mb4);
}

.typeList .typelist-items .typelist-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid var(--jq_color17);
    font-size: var(--jq_fs4);
}

.typeList .typelist-items .typelist-content {
    width: 100%;
    padding: 20px;
    display: flex;
}

.typeList .typelist-items .typelist-content .imgModelBelong {
    display: flex;
}

.typeList .typelist-items .typelist-content .imgModelBelong .modelBelong {
    padding-left: var(--jq_pl2);
}

.typeList .typelist-items .typelist-content .img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border: 1px solid var(--jq_color17);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: var(--jq_pt1);
}

.typeList .typelist-items .typelist-content .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.typeList .typelist-items .typelist-content .brief-content {
    width: calc(100% - 210px);
    padding-left: 20px;
    font-size: var(--jq_fs2);
    line-height: 24px;
}

.typeList .typelist-items .typelist-content.typelist-content-max {
    display: flex;
}

.typeList .typelist-items .typelist-content-min {
    display: none;
}

.typeList .typelist-items .typelist-content.products {
    flex-wrap: wrap;
}

.typeList .typelist-items .typelist-content.products .page-box {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: var(--jq_mt4);
}

.help-main {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: var(--jq_pt4);
}

.help-main .help-tips {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.help-main .help-tips .max {
    font-size: var(--jq_fs2);
    font-weight: bold;
}

.help-main .help-tips .min {
    font-size: var(--jq_fs1);
    margin-top: var(--jq_mt2);
}

.help-main .help-table, .help-main .help-from {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: var(--jq_mt4);
}

.help-main .help-table .table-button {
    margin-top: var(--jq_mt2);
}

.help-main .help-from {
    border: 1px solid var(--jq_color9);
    padding: var(--jq_pt2);
}

.application-box {
    width: 100%;
    background: var(--jq_color2);
    display: flex;
    flex-wrap: wrap;
    padding: var(--jq_pt4);
}

.application-box .application-item {
    width: calc(100% / 4 - 40px);
    margin: var(--jq_mt4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--jq_color11);
    padding: var(--jq_pt4);
    position: relative;
    overflow: hidden;
}

.application-box .application-item .text {
    font-size: var(--jq_fs4);
    font-weight: bold;
    color: var(--jq_color2);
}

.application-box .application-item .tips {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 1000px;
    left: 0;
    transition: all 0.3s;
    background: var(--jq_color1);
    color: var(--jq_color2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--jq_pt4);
}

.application-box .application-item .tips .tips-title {
    font-size: var(--jq_fs4);
    font-weight: bold;
    margin-bottom: var(--jq_mb2);
}

.application-box .application-item .tips .tips-text {
    font-size: var(--jq_fs2);
}

.application-box .application-item:hover .tips {
    top: 0;
}

.application-box .application-detail-item {
    width: calc(100% / 4 - 40px);
    height: 200px;
    margin: var(--jq_mt4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--jq_color11);
    position: relative;
    overflow: hidden;
}

.application-box .application-detail-item .img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.application-box .application-detail-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.application-box .application-detail-item .text {
    width: 100%;
    font-size: var(--jq_fs2);
    color: var(--jq_color2);
    background: var(--jq_color1);
    position: absolute;
    left: 0;
    bottom: 0;
    white-space: initial;
    padding: var(--jq_pt2);
    opacity: 0.8;
}

/* 动画代码 */
@keyframes example1 {
    from {
        opacity: 0;
        left: -60px;
    }
    to {
        opacity: 1;
        left: inherit;
    }
}

@keyframes example2 {
    from {
        opacity: 0;
        left: -60px;
    }
    to {
        opacity: 1;
        left: 0;
    }
}

@keyframes example3 {
    from {
        opacity: 0;
        left: -60px;
    }
    to {
        opacity: 1;
        left: 0;
    }
}

.banner-max-text {
    width: 100%;
    font-size: 54px;
    /*color: var(--jq_color2);*/
    /*margin-bottom: 30px;*/
    /*white-space: pre-wrap;*/
    position: relative;
    left: -60px;
}

.banner-min-text {
    width: 100%;
    font-size: 34px;
    color: var(--jq_color20);
    margin-bottom: 10px;
    white-space: pre-wrap;
    position: relative;
    left: -60px;
}

.banner-en-text {
    width: 100%;
    font-size: 18px;
    color: var(--jq_color2);
    margin-bottom: 10px;
    white-space: pre-wrap;
    position: relative;
    left: -60px;
}

.swiper-slide-active .banner-max-text {
    animation-name: example1;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.swiper-slide-active .banner-min-text {
    animation-name: example2;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
}

.swiper-slide-active .banner-en-text {
    animation-name: example3;
    animation-duration: 1.4s;
    animation-fill-mode: forwards;
}

.highlight {
    background-color: yellow;
    /* 高亮背景色 */
    font-weight: bold;
    /* 加粗字体 */
}

.rfqTd {
    width: calc((100% - 100px) / 6) !important;
    flex-shrink: 0 !important;
}
