* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    max-width: 100%;
    overflow-wrap: break-word;
}

.watermarkImage {
    display: block;
    position: relative;
}
@font-face {
    font-family: 'DINCond-Bold';
    src: url('./dincond-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #ffffff;
    -webkit-touch-callout: none;
    /* -webkit-user-select: none; */
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

html body,
button,
input,
pre,
select,
textarea {
    color: #222;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: lighter;
}


.line {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 100%;
    word-break: break-all;
    text-decoration: none;
}

.line._l2 {
    -webkit-line-clamp: 2;
}

.line._l3 {
    -webkit-line-clamp: 3;
}

.line._l4 {
    -webkit-line-clamp: 4;
}

.line._l5 {
    -webkit-line-clamp: 5;
}

.line._l6 {
    -webkit-line-clamp: 6;
}

.line._l8 {
    -webkit-line-clamp: 8;
}

.line._l7 {
    -webkit-line-clamp: 7;
}
.rfqBtn {
    position: relative;
}
/* .rfqBtn::before {
    position: absolute;
    right: 0;
    content: attr(data-number);
    top: 0;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    background-color: red;
} */
.title-list {
    display: flex;
    background-color: #f1f1f1;
    height: 40px;
    position: relative;
    align-items: center;
    z-index: 9;
}

.title-list .item {
    width: calc(100% / 6);
    text-align: center;
    cursor: pointer;
    height: 40px;
    line-height: 60px;
    color: #333;
    position: relative;
    /* z-index: 999; */
    transition: all ease-in .3s;
}

.title-list .item:hover,
.title-list .item.active {
    color: #fff;
    background: #e00007;

}

.title-list .item a {
    display: block;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    border-radius: 2px;
    position: relative;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 100%;
    word-break: break-all;
    text-decoration: none;
}

.MessageBox>.message-box.error {
    background-color: #ff6221;

}

.footer_page {
    display: flex;
    justify-content: center;
    align-items: center;
}

.MessageBox>.message-box {
    background-color: #33c676;
    color: #fff;
    display: flex;
    position: fixed;
    top: 50px;
    z-index: 30000;
    left: 50%;
    transform: translate(-50%);
    padding: 10px 20px;
}

.MessageBox>.message-box.error {
    background-color: #ff6221;

}

.MessageBox>.message-box {
    background-color: #33c676;
    color: #fff;
    display: flex;
    position: fixed;
    top: 50px;
    z-index: 30000;
    left: 50%;
    transform: translate(-50%);
    padding: 10px 20px;
}

.ModelBox {
    background-color: #3333;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 30000;
}

.ModelBox>* {
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 15px -7px #ccc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 50%;
    padding: 20px 40px;
    position: absolute;
    top: 15%;
    min-width: 378px;
    transform: translate(-50%);
}

.ModelBox>*>i {
    border-radius: 50%;
    color: #ff6221;
    font-size: 40px;
    margin-bottom: 10px;
}

.ModelBox>*>.content {
    margin-bottom: 16px;
}

.ModelBox>*>.model-btn-list {
    display: flex;
    justify-content: center;
}

#common-fixed .FlexRow {
    display: flex;
    flex-direction: row;
}

#common-fixed .fiexd-image {
    width: 60px;
    height: 60px;
    margin-right: 30px;
}

.tel_box {
    max-width: none;
    width: 392px;
    box-shadow: 0 0 10px 6px rgb(0 0 0 / 10%);
    background-color: #fff;
    border-radius: 5px;
    color: #212529;
    position: absolute;
    right: calc(100%);
    top: 50%;
    transform: translateY(-50%);
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    padding: 15px;
    box-sizing: border-box;
    z-index: 9 !important;
}

.fiexd-text h2 {
    line-height: 2rem;
}

.fiexd-text>div {
    font-size: 12px;
}

.fiexd-content {
    font-size: 16px;
    color: #fff;
    width: 0;
    transition: all ease-in .6s;
}

#common-fixed .sanjiao {
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}

#common-fixed .left .item:hover>.tel_box {
    display: flex;
}

#common-fixed {
    position: fixed;
    width: fit-content;
    height: 100vh;
    display: flex;
    right: 0;
    top: 50%;
    z-index: 9999;
    transform: translateY(-50%);
    justify-content: center;
    transition: all .3s;
}

#common-fixed .box,
#common-fixed .right {
    transition: all .3s;
}
#common-fixed .right {
    height: 100%;
}
#common-fixed .box {
    height: 100%;
}

#common-fixed .left {
    /* height: fit-content; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}

.shopping-box>.content {
    height: calc(100% - 56px);
    overflow: auto;
}

.shopping-box>.content::-webkit-scrollbar {

    width: 8px;

    height: 8px;

    background-color: #F5F5F5;

}

.shopping-box .card {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #fff;
    margin-bottom: 6px;
    padding: 10px;
    width: 100%;
    border-radius: 0;
}

.shopping-box .card .image {
    height: 50px;
    margin: 0 10px 0 0;
    position: relative;
    width: 50px;
}

.shopping-box .card .image img {
    height: 50px;
    width: 50px;
}

.shopping-box .card .image i {
    align-items: center;
    background-color: #999c;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 24px;
    height: 50px;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .2s;
    width: 50px;

}

.shopping-box .card .image:hover>i {
    opacity: 1;
}

.shopping-box .card .right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 12px;
}

.shopping-box .card .right .model {
    color: #4066b8;
    font-size: 12px;

}

.shopping-box .card .right>.maker {
    color: #333;
}

.shopping-box>.title {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 50px;
    margin-bottom: 6px;
    padding-left: 10px;
    width: 100%;
}

.shopping-box>.title>i {
    color: #4066b8;
    font-size: 20px;
    margin-right: 10px;
}

.shopping-box>.content .empty {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

#page_box .layui-laypage a,
#page_box .layui-laypage span {
    padding: 0 10px;
}

.shopping-box>.content .empty i {
    font-size: 50px;
}

.shopping-box>.content .empty div {
    color: #333;
    display: inline-block;
    font-size: 13px;
    margin: 15px 0 0;
}

.shopping-box>.content>.primary.btn {
    width: calc(100% - 20px);
    margin: auto;
    background-color: #4066b8;
    color: #fff;
    text-align: center;
    display: block;
}

ul,
ol,
li {
    margin: 0;
    padding: 0;
}

.shopping-box {
    width: 0;
    transition: all .3s;
    background-color: #f6f8fc;
    box-shadow: 0 0 15px -7px #ccc;
    display: flex;
    flex-direction: column;
    height: 0;
    position: relative;
}

section {
    min-height: calc(100vh - 78px - 390.5px);
}

.shopping-box.active {
    width: 250px;
    height: 100vh;
    transition: all .3s;
}

/*定义滚动条轨道

内阴影+圆角*/

.shopping-box>.content::-webkit-scrollbar-track {

    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

    border-radius: 10px;

    background-color: #F5F5F5;

}

/*定义滑块

内阴影+圆角*/

.shopping-box>.content::-webkit-scrollbar-thumb {

    border-radius: 10px;

    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);

    background-color: #555;

}

.dropdown-item {
    font-size: 12px;
}

#common-fixed .left .item {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 50px;
    margin-bottom: 10px;
    background-color: rgba(0, 0, 0, .6);
    transition: all .8s;
    overflow: hidden;
}

#common-fixed .left .item:lase-child {
    margin-bottom: 0;
}

.title-logo {
    max-width: 170px !important;
    width: auto !important;
    height: 60px !important;
    display: flex;
    overflow: hidden;
    margin: 0 !important;
}

.title-logo img {
    margin: 0;
}

#common-fixed .left .item>.box {
    color: #fff;
    align-items: center;
    display: flex;
}

#common-fixed .left .item>.box i {
    display: flex;
    cursor: pointer;
    width: 24px;
    height: 24px;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    margin: 12px 12px 14px 14px;
    align-items: center;
    justify-content: center;

}

#common-fixed .left>.item:hover>.fiexd-content {
    width: auto;
    transition: all ease-in .6s;

}

.ModelBox>*>.model-btn-list .btn {
    color: #333;
    font-family: unset;
    font-size: 14px;
    position: relative;
    transition: all .2s;
    border-radius: 19px !important;
    margin: 0 10px;
    min-width: 60px;
    overflow: hidden;
    padding: 6px 16px !important;
    background: #f0f0f0;
    line-height: 16px;
}

.ModelBox>*>.model-btn-list>.btn:first-child {
    background-color: #4066b8;
    color: #fff;
}

.l2 {
    -webkit-line-clamp: 2;
    word-break: break-word;
}

.l3 {
    -webkit-line-clamp: 3;
    word-break: break-word;
}

.l4 {
    -webkit-line-clamp: 4;
    word-break: break-word;
}

._row {
    display: flex;
    flex-wrap: wrap;
}

.f_r {
    justify-content: flex-end;
}

.f_c {
    justify-content: center;
}

.f_s {
    justify-content: space-between;
}

.a_c {
    align-items: center;
}

.a_e {
    align-items: flex-end;
}

.w1200 {
    width: 1220px;
    margin: 0 auto;
}

.w1460 {
    width: 1460px;
    margin: 0 auto;
}

.w1350 {
    width: 1350px;
    margin: 0 auto;
}

._p10 {
    padding-left: 10px;
    padding-right: 10px;
}

#title-imageBox {
    position: relative;
    width: 100%;
    padding: 11% 0;
    overflow: hidden;
}

#title-imageBox img {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);
}

/* 头部 */
#Header {
    padding: 0px 35px;
    z-index: 2000;
    background-color: #fff;
    box-shadow: -10px 10px 10px 2px rgba(0, 0, 0, .05);
    position: sticky;
    top: 0;
    font-size: 16px;
    color: #222;
}

#Header>.header-box {
    background-color: #214c96;
    color: #fff;

}

.navbar {
    position: relative;
    padding: 0px 0;
}

.navbar>.container-fluid {
    padding: 0;
    position: relative;
}

.navbar #background_logo {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 260px;
    height: auto;
    display: flex;
    overflow: auto;
    z-index: 3;
}

.navbar #logo {
    position: absolute;
    z-index: 3;
    bottom: 10px;
    left: 51px;
    width: 158px;
    height: auto;
    display: flex;
    overflow: auto;
}

.i-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navbar-light .navbar-nav .nav-link {
    color: unset;
}

.navbar-expand-lg .navbar-collapse {
    position: relative;
}

.navbar-light:hover .navbar-nav:hover .nav-link:hover {
    color: #E00007;
}

.navbar .info {
    position: absolute;
    bottom: calc(100% + 11px);
    height: 50px;
    color: #333;
    font-size: 12px;
    padding-left: 75px;
    font-weight: 600;
}

.navbar .info>div:last-child {
    padding-left: 150px;
}

body a,
body a:hover {
    color: unset;
    text-decoration: none;
}

.navbar .navbar-nav {
    flex: 1;
    justify-content: space-between;
    z-index: 3000;
    margin: 0 40px !important;
}

.t_c {
    text-align: center;
}

.t_l {
    text-align: left;
}

.t_r {
    text-align: right;
}

._title {
    font-size: 38px;
    font-weight: 600;
}

/* 底部样式 */
#Footer .up {
    background-color: #e9eaea;
    padding: 32px 0 27px;
}

#Footer .up .left {
    width: 68%;
}

#Footer .up .left .title {
    line-height: 38px;
    font-size: 20px;
    margin-bottom: 28px;
    position: relative;
}

#Footer .up .left .title::after {
    content: '';
    position: absolute;
    left: 0;
    top: calc(100% + 3px);
    height: 2px;
    width: 20px;
    background-color: #df0000;
}

#Footer .up .left .children .name {
    display: block;
    line-height: 28px;
}

#Footer .up .left>.item {
    width: calc((100% - 100px) / 5);
    margin-right: 20px;
}

#Footer .up .right {
    width: 32%;
    padding: 0 0 0 30px;
    border-left: 1px solid #d2d2d2;
}

#Footer .up .right .title {
    line-height: 40px;
    font-size: 20px;
}

#Footer .up .right .title span {
    color: #b60005;
}
.skiptranslate *{
  height: 0 !important;
  overflow: hidden !important;
}
body {
    top: auto !important;
}
#Footer .up .right .content {
    line-height: 20px;
    font-size: 13px;
    font-weight: 400;
    margin: 6px 0 0;
}

#Footer .down {
    padding: 13px 0 12px;
    color: #fff;
    font-weight: lighter;
    background: #b60005;
}

#Footer  .imgList ._image {
    width: 30px;
    height: 30px;
    margin: 5px 5px 5px 0;
}

#Footer .down .info {
    text-align: center;
    line-height: 28px;
}

._x {
    padding: 10px 0 0;
    line-height: 24px;
    text-align: center;
    opacity: .6;
    border-top: 1px solid #fff;
    margin: 7.5px 0 0;
}

.top_box {
    padding: 0 10px;
}

.footer_box {
    background-color: #083584;
    padding: 10px;
    line-height: 1.8;
}

.head-contentBox1 {
    display: flex;
    align-items: center;

}

.d-flex {
    position: relative;

}

#Header .d-flex input {
    margin-right: 0 !important;
    padding: 6px 45px 6px 12px;
    border-radius: 23px;
    width: 240px;

}
#Header .d-flex input::placeholder {
    color: #e8e8e8;
}
.serbox {
    position: absolute;
    bottom: calc(100% + 17px);
    right: 0;
    z-index: 3000;
}

.nodata_box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-pagination-bullet-active,
.swiper-pagination-bullet-active {
    background: #b60005 !important;
    border-color: #b60005 !important;
    opacity: 1 !important;
}

#searchbtn {
    border-radius: 0 0.25rem 0.25rem 0;
    width: 40px;
    height: 38px;
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
    display: flex;
    position: absolute;
    right: 0;
    background-color: #fefefe;
    align-items: center;
    justify-content: center;
    border: 1px solid #ced4da;
    border-left: 0;
}

#searchbtn i {
    color: #222;
    font-size: 20px;
}

#google_translate_element,
#J_lang_switch {
    height: 100%;
    width: auto;
    margin-left: 40px;
    cursor: pointer;
    background-color: initial;
    border: none;
}

.nav-link:hover,
.nav-link.active {
    color: red !important;
}