@import url('../../home/lib/bootstrap/css/bootstrap.min.css');
@import url('../../../static/font-awesome/css/font-awesome.css');
@import url('../../home/lib/animate/animate.min.css');
@import url('../../../static/swiper/swiper-bundle.css');
@import url('../../../static/layui/css/layui.css');

/*--------------------------------------------------------------
    Fonts
--------------------------------------------------------------*/

@font-face {
    font-family: 'Anton-Regular';
    src: url('../font/Anton-Regular.ttf');
}

@font-face {
    font-family: 'InterTight-Regular';
    src: url('../font/InterTight-Regular.ttf');
}

@font-face {
    font-family: 'InterTight-Medium';
    src: url('../font/InterTight-Medium.ttf');
}

@font-face {
    font-family: 'InterTight-Bold';
    src: url('../font/InterTight-Bold.ttf');
}

@font-face {
    font-family: 'InterTight-ExtraBold';
    src: url('../font/InterTight-ExtraBold.ttf');
}

@font-face {
    font-family: 'InterTight-SemiBold';
    src: url('../font/InterTight-SemiBold.ttf');
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../font/Poppins-Medium.ttf');
}

/*--------------------------------------------------------------
    General
--------------------------------------------------------------*/
:root {
    --primary-color: #0A469B;
    --secondary-color: #D02127;
}

body {
    background: #FFF;
    font-size: 15px;
    font-family: 'InterTight-Regular';
}

a {
    color: #202020;
    transition: all 0.5s;
}

a:hover,
a:active,
a:focus {
    color: var(--primary-color);
    outline: none;
    text-decoration: none;
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.no-data {
    font-size: 18px;
    text-align: center;
}

.section-title,
.section-subtitle,
.section-intro {
    margin: 0;
    padding: 0;
}

.section-title {
    font-size: 40px;
    font-family: 'Anton-Regular';
    text-transform: uppercase;
}

.section-subtitle {
    font-size: 30px;
}

.section-intro {
    font-size: 20px;
    line-height: 35px;
}

.swiper-container {
    position: relative;
}

.text-primary {
    color: var(--primary-color);
}

.text-secondary {
    color: var(--secondary-color);
}

.bg-primary {
    background-color: var(--primary-color);
}

.bg-secondary {
    background-color: var(--secondary-color);
}

.bg-white {
    background-color: #FFF;
}

.img {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
}

.img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    object-fit: cover;
}

.warp {
    margin: 1rem;
    padding: 1rem;
    transition: all 0.5s;
}

.warp:hover {
    box-shadow: 0 0 2px 2px rgba(114, 114, 114, 0.5);
}

.warp .img {
    padding-bottom: 100%;
}

body {
    color: revert;
}

.article .view {
    padding: 0;
    word-wrap: break-word;
    cursor: text;
    height: 90%;
}

.article pre {
    margin: .5em 0;
    padding: .4em .6em;
    border-radius: 8px;
    background: #f8f8f8;
}

.article p {
    margin: 5px 0;
}

.article p,
.article span {
    text-wrap-mode: wrap !important;
    word-wrap: break-word;
}

.article iframe,
.article table,
.article img,
.article img ul {
    max-width: 100%;
}

.article .h1,
.article .h2,
.article .h3,
.article .h4,
.article .h5,
.article .h6,
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
    margin: revert;
    font-size: revert;
    font-weight: revert;
}

.article li {
    list-style: unset;
}

.article sup {
    font-size: revert;
    top: revert;
    line-height: revert;
}

.article td,
.article th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}

.article .list-paddingleft-2 {
    padding-left: 30px;
}

.article .list-paddingleft-3 {
    padding-left: 60px;
}

.article .selectTdClass {
    background-color: #edf5fa !important
}

.article table.noBorderTable td,
.article table.noBorderTable th,
.article table.noBorderTable caption {
    border: 1px dashed #ddd !important
}

.article table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
}

.article td,
.article th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}

.article caption {
    border: 1px dashed #DDD;
    border-bottom: 0;
    padding: 3px;
    text-align: center;
}

.article th {
    border-top: 1px solid #BBB;
    background-color: #F7F7F7;
}

.article table tr.firstRow th {
    border-top-width: 2px;
}

.article .ue-table-interlace-color-single {
    background-color: #fcfcfc;
}

.article .ue-table-interlace-color-double {
    background-color: #f7faff;
}

.article td p {
    margin: 0;
    padding: 0;
}

.article ol,
.article ul {
    margin: 0;
    pading: 0;
    width: 95%
}

.article li {
    clear: both;
}

.article ol.custom_cn {
    list-style: none;
}

.article ol.custom_cn li {
    background-position: 0 3px;
    background-repeat: no-repeat
}

.article .pagebreak {
    display: block;
    clear: both !important;
    cursor: default !important;
    width: 100% !important;
    margin: 0;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination p {
    margin: 0;
    cursor: pointer
}

.pagination {
    justify-content: center;
    display: flex;
    padding-top: 2rem;
    padding-bottom: 0;
}

.pagination a {
    display: block;
    float: left;
    margin-right: 10px;
    padding: 2px 12px;
    height: 40px;
    width: 40px;
    background: #FFF;
    text-decoration: none;
    color: #808080;
    font-size: 15px;
    line-height: 38px;
    position: relative;
}

.pagination a:hover {
    color: #FFF;
    background: var(--primary-color);
}

.pagination a.cur {
    border: none;
    background: var(--primary-color);
    color: #FFF;
}

.pagination a .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pagination p {
    float: left;
    padding: 2px 12px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    color: #bbb;
    border: 1px #CCC solid;
    background: #FCFCFC;
    margin-right: 8px;
}

.pagination p.pageRemark {
    border-style: none;
    background: none;
    margin-right: 0;
    padding: 4px 0;
    color: #666;
}

.pagination p.pageRemark b {
    color: red;
}

.pagination p.pageEllipsis {
    border-style: none;
    background: none;
    padding: 4px 0;
    color: #808080;
}

/*--------------------------------------------------------------
# placeholderBox
--------------------------------------------------------------*/
#placeholderBox {
    height: 100px;
    /*高度要和#header一致*/
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
/* .back-to-top {
    position: fixed;
    display: none;
    background: var(--primary-color);
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #FFF;
} */

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    /* background-color: #FFF; */
    z-index: 999;
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s;
    /* box-shadow: 0 0 5px 2px rgba(167,167,167,0.5); */
}

#header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1560px;
}

#header .logo img {
    filter: saturate(0%) brightness(100);
    transition: all 0.2s;
}

#header .search {
    display: flex !important;
    align-items: center;
    position: relative;
    padding-left: 30px;
}


#header .search img {
    width: 20px;
    cursor: pointer;
}

#header .search form {
    position: absolute;
    width: 180px;
    height: 65px;
    top: 107%;
    right: 0;
    padding-top: 10px;
    opacity: 0;
    overflow: hidden;
    transition: height .3s ease-out, opacity .3s ease-out;
}

#header .search form>input {
    width: 100%;
    padding: 0 48px 0 16px;
    height: 42px;
    color: #000;
    background-color: #fff;
    appearance: none;
}

#header .search form>input:focus {
    outline: unset;
    border-color: #7F7F7F;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

#header .search form>input::placeholder {
    color: #555;
    font-size: 15px;
}

#header .search-form {
    padding-top: 8px;
}

#header.header-scrolled {
    background-color: #fff;
    box-shadow: 0 0 5px 2px rgba(167, 167, 167, 0.5);
}

#header.header-scrolled .logo img {
    filter: unset;
}

#header.header-scrolled .main-nav a {
    color: #202020;
}

#header.header-scrolled .search img {
    filter: brightness(0);
}

/*--------------------------------------------------------------
# Top Navigation Menu
--------------------------------------------------------------*/
.main-nav {
    display: none;
}

.main-nav,
.main-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-nav>ul>li {
    position: relative;
    white-space: nowrap;
    float: left;
    height: 70px;
    line-height: 70px;
}

.main-nav>ul>li.drop-down>a {
    line-height: 70px;
}

.first-nav>ul>li:first-child>a {
    padding: 0 30px 0 0;
}

.main-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 0 35px;
    font-size: 20px;
    font-family: 'Poppins-Medium';
    transition: 0.5s;
}

.main-nav a:hover,
.main-nav .active>a,
.main-nav li:hover>a {
    color: var(--primary-color);
    text-decoration: none;
}

.main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 25px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #FFF;
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
}

.main-nav .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.main-nav .drop-down li {
    height: 50px;
    line-height: 50px;
    min-width: 180px;
    position: relative;
}

.main-nav .drop-down ul a {
    padding: 0 20px;
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
    color: #000;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active>a,
.main-nav .drop-down ul li:hover>a {
    color: var(--primary-color);
}

.main-nav .drop-down>a:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.main-nav .drop-down .drop-down>a {
    padding-right: 35px;
}

.main-nav .drop-down .drop-down>a:after {
    content: "\f105";
    position: absolute;
    right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: rgba(40, 38, 70, 0.8);
    transition: 0.4s;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #8dc2fa;
    text-decoration: none;
}

/* .mobile-nav .drop-down > a:after {
    content: "\f078";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down > a:after {
    content: "\f077";
} */

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    margin: 18px 18px 0 0;
    color: var(--primary-color);
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(40, 38, 70, 0.8);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #202020;
    color: #FFF;
}

.footer h3 {
    font-size: 25px;
}

.footer ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.footer ul li {
    font-size: 25px;
    padding: 5px 0;
}

/* Mobile Footer */
.mobile-footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
}

.mobile-footer .panel-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-footer .panel-heading:after {
    content: "＋";
    color: #FFF;
    right: 25px;
    font-size: 20px;
}

.mobile-footer .panel-heading.active:after {
    content: '－' !important;
}

.mobile-footer .panel-heading .panel-title {
    font-size: 20px;
    padding: 10px 0;
}

/*--------------------------------------------------------------
# Section Banner
--------------------------------------------------------------*/
.banner {
    position: relative;
    padding: 0;
}

.banner.mobile {
    display: none;
}

.banner .img {
    padding-bottom: 31.25%;
}

.banner.mobile .img {
    padding-bottom: 48%;
}

.banner .container {
    max-width: 1580px;
}

.banner .text {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    margin: 0 auto;
}

.banner .text .title {
    color: #fff;
    font-size: 45px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Anton-Regular';
}

.banner .breadcrumb {
    background-color: unset;
    padding: 20px 0 0 0;
    margin-bottom: 0;
    justify-content: center;
}

.banner .breadcrumb span,
.banner .breadcrumb a {
    color: #999999;
    font-size: 19px;
    font-family: 'InterTight-Medium';
}

.banner .breadcrumb .active {
    color: #fff;
}

/*--------------------------------------------------------------
# Index Carousel
--------------------------------------------------------------*/
.index-carousel {
    padding: 0;
}

.index-carousel .img {
    height: 100vh;
    padding-bottom: 33.3%;
}

.index-carousel .swiper-pagination {
    bottom: 50px;
}

.index-carousel .swiper-pagination .swiper-pagination-bullet {
    width: 60px;
    height: 13px;
    border-radius: 10px;
    background-color: #fff;
    margin: 0 13px;
    opacity: unset;

}

.index-carousel .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--primary-color);
}

.btn-prev,
.btn-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #FFF;
    cursor: pointer;
    z-index: 99;
    transition: all 0.5s;
}

.btn-prev i,
.btn-next i {
    font-size: 25px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.btn-prev i {
    left: 48%;
}

.btn-next i {
    left: 52%;
}

.btn-prev:hover,
.btn-next:hover {
    background-color: var(--primary-color);
}

.btn-prev:hover i,
.btn-next:hover i {
    color: #FFF;
}

/*------------------------------------------------------------------
    FAQ
------------------------------------------------------------------*/
.faq-list {
    list-style: none;
    font-size: 20px;
    text-align: left;
    padding: 0;
}

.faq-list li {
    margin-bottom: 40px;
}

.faq-list .question {
    color: #000000;
    background-color: unset;
    position: relative;
    padding: 0 0 20px 0;
    font-size: 25px;
    font-family: 'InterTight-SemiBold';
    border-bottom: 1px solid #999999;
}

.faq-list .collapsed .question::after {
    content: '\f107';
    font-family: FontAwesome;
    transform: rotate(0);
}

.faq-list .question::after {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 35px;
    transition: all 0.5s;
    transform: rotate(180deg);
}

.faq-list .answer {
    color: #666666;
    background-color: #FFF;
    padding: 20px 0 10px 0;
    font-size: 18px;
    font-family: 'InterTight-Regular';
}

.more-btn {
    font-family: 'InterTight-SemiBold';
    padding: 6px 37px;
    border-radius: 30px;
}

.faq-list .show-more {
    text-align: center;
}

.layui-flow-more {
    margin: 60px 0 0 0;
}

/* .main-nav ul>li:first-child a {
    padding: 0 30px 0 0;
} */

.head-between {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
}

.head-between .left {
    width: 32%;
}

.head-between .left h3 {
    color: #fff;
    font-size: 50px;
    line-height: 65px;
    font-family: 'Anton-Regular';
    text-transform: uppercase;
}

.head-between .right {
    width: 50%;
}

.head-between .right p {
    color: #fff;
    font-size: 19px;
    font-family: 'InterTight-Medium';
    line-height: 34px;
}

.index-category {
    background-repeat: no-repeat;
    background-image: url(../images/category_bg.jpg);
    background-size: cover;
}

.index-category .list-row {
    margin-top: 30px;
    position: relative;
    z-index: 2;
}

.category-item .box {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.category-item {
    margin-top: 30px;
}

.category-item .text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 30px;
    background-color: rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: all 0.5s;
}

.category-item .text h3 {
    width: 180px;
    color: #fff;
    font-size: 30px;
    font-family: 'InterTight-SemiBold';
    margin-bottom: 15px;
}

.category-item .text .move-item {
    height: 0;
    margin-top: 15px;
    transition: 0.5s ease;
}

.category-item .text .move-item p {
    color: #fff;
    font-size: 16px;
    font-family: 'InterTight-Regular';
    line-height: 28px;
}

.category-item .text .move-item span {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-family: 'InterTight-SemiBold';
    text-decoration: underline;
    text-underline-offset: 3px;
    margin-top: 25px;
}

.category-item:hover .text {
    background-color: rgba(0, 0, 0, 0.6);
}

.category-item:hover .text h3 {
    position: relative;
}

.category-item:hover .text .move-item {
    height: 300px;
    margin-top: 0;
    margin-bottom: 35px;
}

.category-item .text img {
    position: absolute;
    right: 30px;
    bottom: 35px;
    height: 60px;
}

.index-product #product {
    padding-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 100px;
}

.index-product .product-item img {
    object-fit: contain;
}

.index-product .swiper-pagination {
    width: 1000px;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
}

.index-product .swiper-pagination-bullet {
    width: 127px;
    height: 9px;
    margin: unset !important;
    background-color: #000000;
    opacity: 1;
    border-radius: unset;
}

.index-product .swiper-pagination-bullet-active {
    position: relative;
}

.index-product .swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-color: var(--primary-color);
    border-radius: 5px;
}

.index-product .swiper-pagination-bullet:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.index-product .swiper-pagination-bullet:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.product-item .text {
    margin-top: 15px;
    text-align: center;
}

.product-item .img-box {
    transition: all 0.5s;
}

.product-item:hover .img-box {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.product-item .text h3,
.product-item .text p {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-item .text h3 {
    font-size: 19px;
    margin-bottom: 5px;
    font-family: 'InterTight-Regular';
}

.product-item .text p {
    color: #202020;
    font-size: 23px;
    font-family: 'InterTight-SemiBold';
}

.index-adv {
    background-repeat: no-repeat;
    background-image: url(../images/adv_bg.jpg);
    background-size: cover;
}

.index-adv .row {
    margin-top: 50px;
    align-items: center;
}

.index-adv .head-between .left {
    width: 42%;
}

.index-adv .head-between .right {
    width: 47%;
}

.index-adv ul {
    display: flex;
    flex-wrap: wrap;
}

.index-adv ul li {
    width: 50%;
    margin-top: 38px;
}

.index-adv ul li .icon {
    height: 60px;
}

.index-adv ul li .icon img {
    height: 100%;
}

.index-adv ul li .text {
    padding-left: 10px;
}

.index-adv ul li {
    color: #fff;
    display: flex;
    align-items: center;
}

.index-adv ul li h5 {
    font-size: 37px;
    font-family: 'InterTight-ExtraBold';
}

.index-adv ul li p {
    color: #999999;
    font-family: 'InterTight-Medium';
}

.index-adv ul li:nth-child(1),
.index-adv ul li:nth-child(2) {
    margin-top: 0;
}

.index-adv ul li:nth-child(1),
.index-adv ul li:nth-child(3) {
    width: 48.8%;
}

.index-adv ul li:nth-child(5) {
    width: 46%;
}

.index-adv ul li:nth-child(6) {
    width: 54%;
    padding-left: 16px;
}

.index-adv ul li:nth-child(7) {
    width: 100%;
}

.index-adv ul li:nth-child(8) {
    width: 62%;
}

.index-adv ul li:nth-child(9) {
    width: 30%;
}

.index-adv ul li:nth-child(8),
.index-adv ul li:nth-child(9) {
    margin-bottom: 20px;
}

.index-adv .right .img {
    padding-bottom: 72.95%;
}

.index-adv .row .right {
    padding-left: 3%;
}

.index-quality {
    overflow: hidden;
    padding-bottom: 60px;
}

.index-quality .swiper-outer {
    margin-right: -25%;
}

.index-quality .section-title {
    color: #202020;
    margin-bottom: 15px;
}

.index-quality .section-intro {
    color: #202020;
    line-height: 28px;
}

.index-quality #quality {
    margin-top: 40px;
    padding-bottom: 80px;
}

.index-quality #qualityPagination {
    margin-left: -9%;
}

.index-quality #qualityPagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #000000;
    opacity: 1;
    margin: 0 7px;
}

.index-quality #qualityPagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primary-color);
}

.index-quality #quality .box {
    position: relative;
}

.index-quality #quality .box .text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 25px 30px 25px 25px;
}

.index-quality #quality .box .text h3 {
    color: #fff;
    font-size: 30px;
    font-family: 'InterTight-ExtraBold';
    margin-bottom: 10px;
}

.index-quality #quality .box .text p {
    color: #fff;
    line-height: 25px;
    height: 0;
    opacity: 0;
    font-family: 'InterTight-Regular';
    transition: all 0.5s;
    overflow: hidden;
}

.index-quality #quality .box:hover .text p {
    opacity: 1;
    height: 125px;
}

.index-news {
    background-color: #202020;
}

.index-news .row {
    margin-top: 50px;
}

.index-news .section-title,
.index-news .section-intro {
    color: #fff;
}

.index-news .section-title {
    margin-bottom: 15px;
}

.news-item .img {
    padding-bottom: 67.48%;
}

.news-item .img-box {
    position: relative;
}

.news-item .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.5s;
}

.news-item .icon-box img {
    height: 38px;
    opacity: 0;
    transition: all 0.5s;
}

.news-item h5 {
    margin-top: 20px;
    color: #fff;
    font-size: 20px;
    font-family: 'InterTight-SemiBold';
    height: 48px;
    margin-bottom: 10px;
    overflow: hidden;
}

.news-item p {
    color: #999999;
    font-size: 15px;
    height: 50px;
    overflow: hidden;
    line-height: 25px;
    font-family: 'InterTight-Regular';
}

.news-item:hover .icon-box {
    background-color: rgba(0, 0, 0, 0.5);
}

.news-item:hover .icon-box img {
    opacity: 1;
}

.main-footer {
    height: 100%;
    background-color: #333333;
    padding-top: 70px;
    padding-bottom: 50px;
}

.main-footer .row {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-footer .footer-img {
    width: 184px;
    margin: 0 auto;
}

.main-footer .footer-img img {
    width: 184px;
}

.main-footer .nav-group {
    display: flex;
    margin: 50px 0 30px 0;
}

.main-footer .nav-group.footer-link {
    margin: 35px 0 0px 0;
}

.main-footer .nav-group .item {
    margin: 0 30px;
}

.main-footer .nav-group .item a {
    color: #666666;
    font-size: 20px;
    font-family: 'InterTight-SemiBold';
    transition: all 0.5s;
}

.main-footer .nav-group .item a:hover {
    color: #fff;
}

.main-footer .info {
    text-align: center;
}

.main-footer .info h5 {
    color: #999999;
    font-size: 18px;
    font-weight: 100;
    margin-top: 25px;
    margin-bottom: 8px;
    font-family: 'InterTight-Regular';
}

.main-footer .info .phone {
    color: #fff;
    font-size: 30px;
    margin-bottom: 25px;
    line-height: 25px;
}

.main-footer .info p {
    color: #999999;
    font-size: 12px;
    line-height: 20px;
    font-family: 'InterTight-Regular';
}

.icon-group {
    display: flex;
    margin: 20px 0;
}

.icon-group .item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #515151;
    margin: 0 18px;
    border-radius: 50%;
    transition: 0.5s;
}

.icon-group .item i {
    color: #999999;
    font-size: 23px;
    transition: 0.5s;
}

.icon-group .item:first-child img {
    width: 22px;
    height: 22px;
    filter: brightness(0.66);
    transition: 0.5s;
}

.icon-group .item:hover {
    background-color: var(--primary-color);
}

.icon-group .item:hover i {
    color: #fff;
}

.icon-group .item:hover img {
    filter: brightness(1);
}

.product-list .row {
    justify-content: center;
}

.product-list .section-title {
    margin-bottom: 15px;
}

.product-list .container {
    max-width: 1800px;
}

.product-list .product-item {
    flex: 0 0 20%;
    max-width: 20%;
    margin-top: 40px;
}

.product-list .section-intro {
    width: 1000px;
    margin: 0 auto;
}

.product-list.search {
    padding-top: 40px;
}

.product-adv {
    background-image: url(../images/list_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.product-adv .section-title {
    width: 1000px;
    line-height: 60px;
    margin: 0 auto;
    color: #fff;
}

.product-adv .row {
    margin-top: 50px;
    align-items: center;
}

.product-adv .left {
    flex: 0 0 45%;
    max-width: 45%;
}

.product-adv .left img {
    width: 100%;
}

.product-adv .right {
    flex: 0 0 55%;
    max-width: 55%;
}

.product-adv .right ul {
    display: flex;
    flex-wrap: wrap;
}

.product-adv .right ul>li {
    width: 50%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.product-adv .right ul>li .text {
    padding-left: 15px;
    padding-right: 15px;
}

.product-adv .right ul>li .text h4 {
    color: #fff;
    font-size: 25px;
    font-family: 'InterTight-SemiBold';
}

.product-adv .right ul>li .text p {
    color: #999999;
    font-size: 18px;
    line-height: 25px;
    font-family: 'InterTight-Regular';
    margin-top: 10px;
}

.product-core-wap {
    display: none;
}

.product-core .section-title {
    margin-bottom: 20px;
}

.product-core .row {
    margin-top: 35px;
}

.product-core .box {
    display: flex;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.product-core .left img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

/* 左侧图片：默认全部隐藏，只显示 active 的那一张 */
.product-core .left .item {
    display: none;
}

.product-core .left .item.active {
    display: block;
    animation: coreImgFadeIn .4s ease;
}

@keyframes coreImgFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.product-core .left {
    flex: 0 0 55%;
    max-width: 55%;
    padding-right: 0;
}

.product-core .right {
    flex: 0 0 45%;
    max-width: 45%;
    padding-left: 0;
}

.product-core .right .right-box {
    width: 100%;
    height: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: var(--primary-color);
}

.product-core .right .right-box .item {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-family: 'InterTight-SemiBold';
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 17px;
    padding-bottom: 17px;
    border-bottom: 2px solid #fff;
    cursor: pointer;
}

.product-core .right .right-box .item.active {
    padding-left: 20px;
}

.product-core .right .right-box .item.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transform: translateY(-50%);
    background-color: #fff;
}

.product-core .right .right-box .item:last-child {
    border-bottom: 0;
}

.inquiry {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/inquiry_bg.jpg');
}

.inquiry .container {
    max-width: 1230px;
}

.inquiry .section-title {
    color: #fff;
    font-family: 'Anton-Regular';
    font-size: 48px;
    line-height: 55px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.inquiry .section-intro {
    width: 700px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    font-family: 'InterTight-Regular';
    font-size: 20px;
    margin-bottom: 30px;
    letter-spacing: 0.2px;
}

.inquiry #inquiryForm .item .title {
    color: #fff;
    font-size: 18px;
    font-family: 'InterTight-SemiBold';
    line-height: 1.333;
    text-align: left;
    margin-bottom: 7px;
}

.inquiry #inquiryForm .item .title b {
    color: #ff0000;
}

.inquiry #inquiryForm .item {
    margin-bottom: 25px;
}

.inquiry #inquiryForm .item:nth-last-child(2) {
    margin-bottom: 25px;
}

.inquiry #inquiryForm .item input,
.inquiry #inquiryForm .item textarea {
    height: 50px;
    border: unset;
    box-shadow: unset;
    padding: 0 15px;
    background-color: #FFF;
    border: 1px solid #ccc;
}

.inquiry #inquiryForm .item input:focus,
.item textarea:focus {
    box-shadow: unset;
    border: 2px solid var(--primary-color) !important;
}

.inquiry #inquiryForm .item input::placeholder {
    font-size: 16px;
    color: #c9c9c9;
}

.inquiry #inquiryForm .item textarea {
    width: 100%;
    height: 135px;
    resize: none;
    padding: 20px 12px;
    border-radius: 5px;
}

.inquiry #inquiryForm .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inquiry #inquiryForm .bottom .left {
    width: 40%;
    flex: 0 0 40%;
    max-width: 50%;
    padding-left: unset;
}

.inquiry #inquiryForm .bottom .right {
    width: 55%;
    flex: 0 0 55%;
    max-width: 55%;
    text-align: right;
    padding-right: unset;
}

.inquiry #inquiryForm .bottom .left p {
    font-size: 17px;
    color: #999999;
    font-family: 'InterTight-Regular';
    line-height: 1.389;
}

.inquiry #inquiryForm .bottom .right button {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    box-shadow: unset;
    padding: 13px 115px;
    border-radius: 30px;
    border: unset;
    background-color: var(--primary-color);
    font-family: 'InterTight-SemiBold';
}

.inquiry:not(.zh) .section-intro {
    font-size: 18px;
    line-height: 27px;
}

.inquiry:not(.zh) #inquiryForm .item .title {
    text-transform: capitalize;
}

.inquiry:not(.zh) #inquiryForm .bottom .left p {
    font-size: 16px;
}


.product-detail-1 .container {
    width: 100%;
}

.product-detail-1 .img {
    padding-bottom: 100%;
}

.product-detail-1 .left {
    max-width: 43%;
    flex: 0 0 43%;
    padding-left: 15px;
    padding-right: 30px;
}

.product-detail-1 .left .carousel-box {
    position: relative;
}

.product-detail-1 .left .carousel-box #gallery {
    border: 1px solid #dfdddd;
}

.product-detail-1 .right {
    max-width: 57%;
    flex: 0 0 57%;
}

.product-detail-1 .right h5 {
    font-size: 28px;
    font-family: 'InterTight-SemiBold';
    margin-bottom: 13px;
}

.product-detail-1 .line {
    width: 100%;
    height: 1px;
    background-color: #999999;
    margin: 30px 0;
}

.product-detail-1 .thumbs-box {
    position: relative;
    padding-left: 45px;
    padding-right: 45px;
    margin-top: 2rem;
}

.product-detail-1 .right .article {
    font-size: 18px;
    font-family: 'Kanit-Regular';
    margin-bottom: 40px;
}

.product-detail-1 .right .article .list-paddingleft-2 {
    padding-left: 15px;
}

.gallery-prev,
.gallery-next {
    position: absolute;
    width: 40px;
    height: 110px;
    background-color: #7F7F7F;
    bottom: 0;
    border-radius: unset;
    display: block !important;
    transition: all 0.5s;
}

.gallery-prev {
    left: 0 !important;
}

.gallery-next {
    right: 0 !important;
}

.gallery-prev i,
.gallery-next i {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
}

.gallery-prev:hover,
.gallery-next:hover {
    background-color: var(--primary-color);
    color: #FFF;
    cursor: pointer;
}

.thumbs-box .swiper-slide .img {
    border: 1px solid #dfdddd;
}

.thumbs-box .swiper-slide.swiper-slide-thumb-active .img {
    border-color: var(--primary-color);
}

.product-detail-1 .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: -15px;
}

.product-detail-1 .right {
    position: relative;
    padding-left: 30px;
    padding-right: 0;
}

.product-detail-1 .right .title {
    font-size: 48px;
    font-family: 'Anton-Regular';
    margin-bottom: 15px;
    color: #202020;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 30px;
    -webkit-line-clamp: 2;
}

.product-detail-1 .right .intro {
    color: #202020;
    font-size: 18px;
    font-family: 'InterTight-Regular';
    line-height: 32px;
    max-height: 280px;
    overflow-y: scroll;
    padding-right: 15px;
    margin-bottom: 40px;
}

.product-detail-1 .right .intro::-webkit-scrollbar {
    width: 4px;
}

.product-detail-1 .right .intro::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: var(--primary-color);
}

.product-detail-1 .right .recommend {
    margin: 6.4rem 0;
}

.product-detail-1 .right .contact-btn {
    margin-top: 30px;
}

.product-detail-1 .right .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.product-detail-1 .right .col-lg-2 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.product-detail-1 .right .recommend .child {
    padding: 8px 0;
    text-align: center;
    border: 2px solid #b9b9b9;
}

.product-detail-1 .right .recommend .child a {
    color: #000;
    font-size: 15px;
}

.product-detail-1 .right .recommend .child:hover {
    transition: 0.2s;
    border: 2px solid var(--primary-color);
}

.product-detail-1 .right .contact-btn {
    font-size: 20px;
    font-family: 'InterTight-SemiBold';
    padding: 12px 40px;
    border-radius: 30px;
    color: #fff;
    background-color: var(--primary-color);
}

.product-intro {
    padding-top: 0;
}

.product-intro .section-title {
    margin-bottom: 40px;
}

.about .container {
    max-width: 1300px;
}

.about .section-title {
    margin-bottom: 30px;
}

.video {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}

.video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    object-fit: cover;
}

.video .img {
    cursor: pointer;
    padding-bottom: 33.54%;
}

.video .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.video .icon i {
    color: #FF0000;
    font-size: 80px;
}

.oem .row {
    align-items: center;
}

.oem .left .section-title {
    margin-bottom: 40px;
}

.oem .right {
    padding-left: 50px;
}

.oem .right .img {
    padding-bottom: 70%;
}

.oem .right h4 {
    font-size: 28px;
    font-family: 'InterTight-SemiBold';
    padding-top: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 120px;
}

.oem .oem-prev,
.oem .oem-next {
    width: 50px;
    height: 50px;
    border-radius: unset;
}

.oem .oem-next {
    top: unset !important;
    transform: unset !important;
    right: 0 !important;
    bottom: 0 !important;
    background-color: var(--primary-color);
}

.oem .oem-prev {
    top: unset !important;
    transform: unset !important;
    left: unset !important;
    right: 50px !important;
    bottom: 0 !important;
    background-color: #000000;
}

.oem .oem-next i,
.oem .oem-prev i {
    color: #fff;
}

.factory {
    background-image: url(../images/factory_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.factory .section-title {
    color: #fff;
    margin-bottom: 10px;
}

.factory .item {
    margin-top: 30px;
}

.factory .item .img {
    padding-bottom: 62.17%;
}

.more-btn {
    color: #fff;
    border: unset;
    font-size: 18px;
    font-family: 'InterTight-SemiBold';
    background-color: var(--primary-color);
}

.cert .row {
    margin-left: -10px;
    margin-right: -10px;
}

.cert .item {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}

.cert .item .img {
    padding-bottom: 128.67%;
}

.news .row {
    margin-left: -10px;
    margin-right: -10px;
}

.news .news-item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 40px;
}

.news .news-item h5 {
    color: #000000;
}

.casedetail .news-box {
    margin-top: 0;
}

.casedetail {
    padding-top: 70px;
    padding-bottom: 80px;
}

.casedetail .container {
    max-width: 1430px;
}

.casedetail .img {
    padding-bottom: 58.77%;
}

.casedetail .left {
    padding-left: unset;
    padding-right: 55px;
}

.casedetail .left .title {
    color: #000000;
    font-size: 36px;
    font-family: 'Anton-Regular';
    text-transform: uppercase;
    line-height: 45px;
}

.casedetail .left .specific .item {
    display: flex;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 45px;
}

.casedetail .left .specific .item:nth-child(even) {
    flex-direction: row-reverse;
}

.casedetail .left .specific .item:last-child {
    margin-bottom: unset;
}

.casedetail .left .specific .item .img {
    padding-bottom: 58.54%;
}

.casedetail .left .specific .item .title,
.casedetail .left .specific .item .intro {
    color: #000000;
}

.casedetail .left .specific .item .intro {
    line-height: 30px;
}

.casedetail .left .specific .item .text {
    padding-left: 30px;
}

.casedetail .left .specific .item:nth-child(even) .text {
    padding-left: 15px;
    padding-right: 30px;
}

.casedetail .other {
    position: sticky;
    top: 150px;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-right: unset;
}

.casedetail .other .title {
    font-size: 32px;
    font-family: 'Anton-Regular';
    text-transform: uppercase;
    word-spacing: 3px;
    margin-bottom: 10px;
}

.casedetail .other .other-box {
    padding: 30px 20px 30px 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
}

.casedetail .other .other-box .item .content {
    font-size: 18px;
}

.casedetail .other .other-box.news-box {
    background-color: #fff;
    padding: 30px 40px 30px;
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.1);
    border-bottom: 4px solid var(--primary-color);
}


.casedetail .other hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

.casedetail .other .example {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 8px 0 8px 0;
}

.casedetail .other .example .col-3 {
    flex: 0 0 34%;
    max-width: 34%;
    float: left;
    padding-left: 0;
}

.casedetail .other .example .col-3 .img {
    padding-bottom: 67%;
}

.casedetail .other .example .col-7 {
    flex: 0 0 66%;
    max-width: 66%;
    float: left;
    padding-left: 5px;
}

.casedetail .other .example .col-7 .example-title {
    height: 44px;
    overflow: hidden;
}

.casedetail .other .example .col-7 .example-title a {
    color: #202020;
    font-size: 15px;
    font-family: 'InterTight-Regular';
    line-height: 23px;
    transition: all 0.2s;
}

.casedetail .other .example .col-7 .name a {
    color: #202020;
}

.casedetail .other .example:hover .col-7 .example-title a {
    color: var(--primary-color);
}

.casedetail .solution-detail {
    padding-top: 0;
    padding-bottom: 0;
}

.casedetail .inquiry-box {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 30px;
    padding-bottom: 35px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    border: 1px solid #e1e1e1;
}

.casedetail .inquiry-box .title {
    font-size: 20px;
    color: #202020;
}

.casedetail .inquiry-box #form textarea {
    height: 100px;
}

.casedetail .inquiry-box #form input,
.casedetail .inquiry-box #form textarea {
    font-size: 12px;
}

.casedetail #form .formbtn {
    padding: 9px 0;
}

.casedetail .other hr {
    margin-top: 30px;
    margin-bottom: 20px;
    background-color: #e1e1e1;
}

.casedetail .other .bottom-line {
    border-bottom: 4px solid #a3906d;
}

.casedetail .news-item .info li {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #B9B9B9;
}

.casedetail .news-item .info li:last-child {
    border-right: unset;
}

.casedetail .news-item .info li span {
    font-size: 16px;
    font-family: 'InterTight-Regular';
    margin-left: 2px;
}

.casedetail .intro {
    font-size: 20px;
    color: rgb(102, 102, 102);
    line-height: 1.75;
    margin-right: 70px;
}

.casedetail .news-item .info {
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: unset;
    padding: 0;
}

.casedetail .article {
    margin-top: 30px;
}

.casedetail .news-item {
    padding-left: 0;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    padding-top: 4rem;
}

.social-links .social-item {
    position: relative;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-top: 1rem;
    margin-right: 10px;
    transition: all 0.2s;
}

.social .social-item.wechat {
    position: relative;
    margin-right: unset;
}

.social-links .social-item i {
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #999999;
}

.social-links .social-item:hover {
    background-color: #fff;
}

.social-links .social-item:hover i {
    color: var(--primary-color);
}

.social-links .social-item.tiktok {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-links .social-item.tiktok img {
    filter: brightness(100);
}

.social-links .social-item.tiktok:hover img {
    filter: unset;
}

.social-links .social-item.twitter,
.social-links .social-item.tiktok {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-links .social-item.twitter img,
.social-links .social-item.tiktok img {
    width: 18px;
    filter: grayscale(1) brightness(2);
}

.social-links .social-item.tiktok img {
    width: 20px;
}

.social-links .social-item.twitter:hover img,
.social-links .social-item.tiktok:hover img {
    filter: unset;
}

.solution-detail .social-links {
    padding-top: 0;
}

.solution-detail .social-links .social-item.tiktok img {
    width: 22px;
    filter: grayscale(1) brightness(6);
}

.solution-detail .social-links .social-item.twitter img {
    width: 20px;
    filter: grayscale(1) brightness(5);
}

.solution-detail .social-links .social-item i {
    color: #fff;
    font-size: 19px;
}

.solution-detail .social-links .social-item:hover {
    background-color: var(--primary-color);
}

.solution-detail .social-links .social-item {
    width: 37px;
    height: 37px;
    border-radius: 5px;
    margin-right: 15px;
    margin-top: 10px;
    background-color: #070707;
    transition: all 0.5s;
}

.solution-detail .social-links .social-item.tiktok img {
    width: 22px;
    filter: grayscale(1) brightness(6);
}

.solution-detail .social-links .social-item.twitter img {
    width: 20px;
    filter: grayscale(1) brightness(5);
}

.solution-detail .social-links .social-item i {
    color: #fff;
    font-size: 19px;
}

.solution-detail .social-links .social-item:hover {
    background-color: var(--primary-color);
}

.news-item .info {
    display: flex;
    background-color: #F4F5F8;
    padding: 11px 30px 11px 30px;
}

.news-item .info li:nth-child(1) {
    margin-right: 15px;
}

.news-item .info li img {
    margin-right: 3px;
}

.news-item .info li span {
    font-size: 14px;
}

.contact {
    background-repeat: no-repeat;
    background-image: url(../images/contact_bg.jpg);
    background-size: cover;
}

.contact .section-title {
    color: #fff;
    margin-bottom: 20px;
}

.contact .section-intro {
    width: 1350px;
    color: #fff;
    margin: 0 auto;
}

.contact .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-top: 30px;
}

.contact .item {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.contact .item .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #1A1A1A;
    padding: 50px 70px;
    height: 277px;
    transition: all 0.5s;
}

.contact .item .box:hover {
    background-color: var(--primary-color);
}

.contact .item h3 {
    color: #fff;
    font-size: 24px;
    margin-top: 20px;
    font-family: 'InterTight-SemiBold';
}

.contact .item ul {
    margin-top: 15px;
}

.contact .item ul li {
    line-height: 25px;
}

.contact .item ul li p {
    color: #fff;
    font-size: 18px;
    font-family: 'InterTight-Regular';
    text-align: center;
}

.map iframe {
    width: 100%;
    height: 570px;
}

.right-p-box {
    position: fixed;
    top: 62%;
    transform: translateY(50%);
    z-index: 100;
    right: 0;
    padding: 0;
    background-color: unset;
    transition: all 0.5s;
}

.right-fiexed {
    position: relative;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
    transition: all 0.7s;
    background-color: unset;
    padding: 0;
}

.right-fiexed:hover {
    right: 100%;
}

.right-fiexed .item {
    width: 44px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 10px 10px 10px 10px; */
    color: #FFF;
    background-color: var(--primary-color);
    position: relative;
    transition: all 0.7s;
}

.right-fiexed .item::after {
    content: '';
    width: 70%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
}

.right-fiexed:last-child .item:after {
    display: none;
}

.right-fiexed .item i {
    font-size: 28px;
}

.right-fiexed.envelope .item i {
    font-size: 22px;
}

.right-fiexed.wechat .item i {
    font-size: 19px;
}

.right-fiexed .item img {
    object-fit: contain;
}

.right-fiexed .item .title {
    height: 22px;
    overflow: hidden;
    color: white;
    font-family: 'roboto-regular';
}

.right-fiexed .item .title a {
    color: white;
}

.right-fiexed .item .top {
    width: 80px;
}

.right-fiexed:hover {
    right: 0 !important;
}

.right-fiexed.go-top:hover {
    right: -109px !important;
}

.right-fiexed .item .top a {
    color: white;
}

/* .right-fiexed:hover .item{
    background-color: var(--primary-color);
} */
.right-fiexed:hover .title {
    width: auto;
}

#side-control-in,
#side-control-out {
    display: none;
}

.product-faq {
    padding-top: 0;
    padding-bottom: 50px;
}

.product-faq .section-title {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .section-title {
        font-size: 35px;
    }

    .section-subtitle {
        font-size: 25px;
    }

    .section-intro {
        font-size: 15px;
    }

    #placeholderBox {
        height: 70px;
    }

    #header {
        height: 70px;
        padding: 10px 0;
    }

    #header .logo img {
        max-height: 50px;
    }

    .btn-prev {
        left: 30px;
    }

    .btn-next {
        right: 30px;
    }

    .main-nav li>a>i {
        display: none;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
    .section-title {
        font-size: 45px;
    }

    .section-subtitle {
        font-size: 30px;
    }

    .section-intro {
        font-size: 20px;
    }

    #placeholderBox {
        height: 100px;
    }

    #header {
        height: 100px;
        padding: 15px 0;
    }

    #header .logo img {
        max-height: 41px;
    }

    .main-nav {
        display: block;
    }

    .main-nav a {
        padding: 0 30px;
    }

    .mobile-nav {
        display: none;
    }

    .mobile-nav-toggle {
        display: none;
    }

    .main-footer {
        display: block;
    }

    .mobile-footer {
        display: none;
    }

    .btn-prev {
        left: 180px;
    }

    .btn-next {
        right: 180px;
    }
}

@media (max-width: 767px) {
    section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-title {
        font-size: 30px;
    }

    .section-subtitle {
        font-size: 20px;
    }

    .section-intro {
        font-size: 16px;
    }

    #placeholderBox {
        height: 50px;
    }

    #header {
        display: flex;
        align-items: center;
        height: 50px;
        padding: 5px 0;
    }

    #header .logo img {
        max-height: 40px;
    }

    .mobile-nav-toggle i {
        margin: 10px 15px 0 0;
    }

    .btn-prev,
    .btn-next {
        width: 35px;
        height: 35px;
    }

    .btn-prev {
        left: 15px;
    }

    .btn-next {
        right: 15px;
    }

    .btn-prev i,
    .btn-next i {
        font-size: 18px;
    }

    /* .banner {
        display: none;
    } */

    .banner.mobile {
        display: block;
    }

    .article tr,
    .article td,
    .article tr>div,
    .article td>div {
        width: auto !important;
        max-width: 100% !important;
    }

    .mobile-nav li>a>i {
        display: none;
    }

    .mobile-nav .drop-down>a>i {
        width: 50px;
        height: 43px;
        text-align: right;
        display: inline-block;
        padding-left: 10px;
        position: absolute;
        padding-right: 15px;
        right: 0;
        top: 13px;
        font-size: 14px;
    }

    .index-product .swiper-pagination {
        width: calc(100% - 15px);
    }

    .index-adv ul li {
        width: 100% !important;
    }

    .index-quality .swiper-outer {
        margin-right: 0;
    }

    .index-quality #qualityPagination {
        margin-left: 0;
    }

    .footer {
        height: 100%;
        background-color: #333333;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .footer .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .footer .footer-img {
        width: 120px;
        margin: 0 auto;
        padding-bottom: 10px;
        text-align: center;
    }

    .footer .footer-img img {
        width: 130px;
    }

    .footer .nav-group {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 20px 0 0 0;
    }

    .footer .nav-group .item {
        width: 26%;
        text-align: center;
        margin-bottom: 12px;
    }

    .footer .nav-group .item a {
        color: #999999;
        font-size: 18px;
        transition: all 0.5s;
    }

    .footer .nav-group .item a:hover {
        color: #fff;
    }

    .footer .nav-group.footer-link {
        margin: 15px 0 0 0;
    }

    .footer .nav-group.footer-link .item {
        width: 33%;
    }

    .footer .info {
        text-align: center;
    }

    .footer .info h5 {
        color: #999999;
        font-size: 18px;
        font-weight: 100;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .footer .info .phone {
        color: #fff;
        font-size: 20px;
        font-family: 'Poppins-Light';
        margin-top: 5px;
        margin-bottom: 15px;
    }

    .footer .info p {
        color: #999999;
        font-size: 12px;
        line-height: 20px;
    }

    .icon-group .item:first-child img {
        width: 16px;
        height: 16px;
    }

    .icon-group .item {
        width: 33px;
        height: 33px;
        margin: 0 10px;
    }

    .icon-group .item i {
        font-size: 16px;
    }

    #side-control-in,
    #side-control-out {
        display: block;
    }

    #side-control-in,
    #side-control-out {
        width: 25px;
        height: 50px;
        top: 90%;
        right: 0;
        position: fixed;
        background-color: var(--primary-color);
        z-index: 997;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.5s;
    }

    #side-control-out {
        right: -500px;
    }

    #side-control-in i,
    #side-control-out i {
        color: #ffffff;
        font-size: 23px;
    }

    #header .logo img {
        max-height: 35px;
    }

    .head-between {
        display: block;
    }

    .head-between .left,
    .head-between .right {
        width: 100%;
    }

    .index-carousel .img {
        height: unset;
        padding-bottom: 133.33%;
    }

    .index-carousel .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 7px;
    }

    .head-between .left h3 {
        font-size: 35px;
        line-height: 40px;
    }

    .head-between .right p {
        font-size: 16px;
        line-height: 30px;
        margin-top: 15px;
    }

    .category-item .text {
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.6);
    }

    .category-item .text h3 {
        font-size: 25px;
    }

    .category-item .text h3 {
        width: auto;
    }

    .category-item .text .move-item p {
        font-size: 14px;
        line-height: 23px;
    }

    .category-item .text .move-item {
        height: auto !important;
        margin-top: 0;
        margin-bottom: 0 !important;
    }

    .category-item .text .move-item span {
        font-size: 16px;
    }

    .category-item .text img {
        height: 45px;
    }

    .head-between {
        margin-bottom: 20px;
    }

    .index-category .list-row {
        margin-top: 10px;
    }

    .index-category .category-item:first-child {
        margin-top: 0;
    }

    .index-adv .head-between .left,
    .index-adv .head-between .right {
        width: 100%;
    }

    .index-adv ul li:nth-child(1),
    .index-adv ul li:nth-child(2) {
        margin-top: 30px;
    }

    .index-adv .row {
        margin-top: 0;
    }

    .index-adv ul li {
        align-items: center;
    }

    .index-adv ul li:nth-child(1),
    .index-adv ul li:nth-child(2),
    .index-adv ul li {
        margin-top: 20px;
    }

    .index-adv ul li:nth-child(1) {
        margin-top: 0;
    }

    .index-adv ul li:nth-child(8) {
        margin-bottom: 0;
    }

    .index-adv ul li:nth-child(9) {
        margin-bottom: 25px;
    }

    .index-adv ul li h5 {
        font-size: 22px;
        margin-bottom: 2px;
    }

    .index-adv ul li:nth-child(6) {
        padding-left: 0;
    }

    .index-adv ul li .icon {
        height: 55px;
    }

    .index-adv ul li .text {
        padding-left: 12px;
    }

    .index-product #product {
        padding-left: 0;
        padding-right: 0;
        margin-left: 15px;
        margin-right: 15px;
        padding-bottom: 45px;
    }

    .index-quality {
        padding-bottom: 20px;
    }

    .index-quality .section-intro {
        font-size: 16px;
    }

    .index-quality #quality {
        margin-top: 20px;
    }

    .index-quality #quality {
        padding-bottom: 50px;
    }

    .index-quality #quality .box .text {
        justify-content: center;
    }

    .index-quality #quality .box .text h3 {
        font-size: 24px;
    }

    .index-quality #quality .box .text p {
        height: 175px;
        opacity: 1;
    }

    .index-quality #quality .box:hover .text p {
        height: 175px;
        opacity: 1;
    }

    .index-quality #qualityPagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 5px;
    }

    .index-news .news-item {
        margin-bottom: 30px;
    }

    .index-news .section-intro {
        line-height: 27px;
    }

    .index-news .row {
        margin-top: 30px;
    }

    .news-item h5 {
        font-size: 18px;
        height: 50px;
        margin-bottom: 5px;
        line-height: 25px;
    }

    .index-news .news-item {
        margin-bottom: 25px;
    }

    .index-news .news-item:last-child {
        margin-bottom: 10px;
    }

    .product-item .text h3 {
        font-size: 17px;
    }

    .product-item .text p {
        font-size: 20px;
    }

    .footer .nav-group .item {
        width: 100%;
        margin-bottom: 15px;
    }

    .footer .nav-group .item:last-child {
        margin-bottom: 5px;
    }

    .footer .info h5 {
        font-size: 16px;
    }

    .footer ul li {
        font-size: 22px;
    }

    .right-p-box {
        top: 67%;
        bottom: 0;
        right: -500px;
        transform: unset;
    }

    .right-fiexed .item i {
        font-size: 22px;
    }

    .right-fiexed .item {
        width: 43px;
        height: 40px;
    }

    .right-fiexed.envelope .item img {
        height: 15px;
    }

    .right-fiexed .item img {
        height: 20px;
    }

    .main-nav {
        display: none;
    }

    .mobile-nav {
        background-color: var(--primary-color);
    }

    .mobile-nav a {
        padding: 10px 20px 15px 20px;
    }

    .mobile-nav .search {
        display: flex;
        align-items: center;
        margin-left: 15px;
        margin-top: 0;
        position: relative;
        padding: 10px 10px 10px 0;
    }

    .mobile-nav .search img {
        width: 18px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        filter: brightness(100);
    }

    .mobile-nav .search .search-form {
        display: flex;
        align-items: center;
        padding-left: 0;
        padding-right: 10px;
        opacity: 1 !important;
    }

    .mobile-nav .search .search-form input {
        width: 91%;
        padding-left: 10px;
    }

    .mobile-nav .search .search-form input::placeholder {
        font-size: 13px;
    }

    .mobile-nav .search .search-form i {
        display: flex;
        align-items: center;
        width: 50px;
        height: 35px;
        color: #fff;
        margin-left: 15px;
        font-size: 20px;
    }

    .mobile-nav .search .search-form .form-control {
        height: calc(1.3em + .75rem + 2px);
    }

    .banner .img {
        padding-bottom: 65%;
    }

    .product-adv .row {
        display: block;
    }

    .product-list .section-intro {
        width: 100%;
    }

    .product-adv .left,
    .product-adv .right {
        width: 100%;
    }

    .product-adv .section-title {
        width: 100%;
    }

    .inquiry {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .inquiry .section-title {
        font-size: 30px;
        line-height: 30px;
    }

    .inquiry .section-intro {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .inquiry:not(.zh) .section-intro {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 16px;
    }

    .inquiry #inquiryForm .item {
        margin-bottom: 20px;
    }

    .inquiry #inquiryForm .item .title {
        font-size: 14px;
    }

    .inquiry #inquiryForm .item input {
        height: 37px;
    }

    .inquiry #inquiryForm .bottom {
        display: block;
    }

    .inquiry #inquiryForm .bottom .right {
        padding-left: 0;
    }

    .inquiry #inquiryForm .bottom .right button,
    .inquiry:not(.zh) #inquiryForm .bottom .right button {
        width: 100%;
        font-size: 15px;
        padding: 10px 115px;
    }

    .inquiry .section-intro {
        width: unset;
    }

    .inquiry {
        margin-bottom: 0;
    }

    .inquiry #inquiryForm .bottom .left {
        display: none;
    }

    .inquiry #inquiryForm .bottom .right {
        width: 100%;
        max-width: 100%;
    }

    .banner .text .title {
        font-size: 28px;
    }

    .banner .breadcrumb span,
    .banner .breadcrumb a {
        font-size: 15px;
        text-align: center;
    }

    .product-list .product-item {
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 25px;
    }

    .product-list .section-intro {
        line-height: 27px;
    }

    .product-item .text {
        margin-top: 12px;
    }

    .product-item .text h3 {
        font-size: 15px;
    }

    .product-item .text p {
        font-size: 18px;
    }

    .product-adv .section-title {
        line-height: 35px;
    }

    .product-adv .left {
        margin-bottom: 30px;
    }

    .product-adv .left,
    .product-adv .right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .product-adv .row {
        margin-top: 30px;
    }

    .product-adv .right ul>li {
        width: 100%;
        margin-bottom: 20px;
    }

    .product-adv .right ul>li img {
        height: 22px;
    }

    .product-adv .right ul>li .text h4 {
        font-size: 19px;
    }

    .product-adv .right ul>li .text p {
        font-size: 16px;
        line-height: 21px;
        margin-top: 7px;
    }

    .product-list .row {
        margin-left: -10px;
        margin-right: -10px;
        margin-top: 0;
    }

    .product-list .product-item {
        padding-left: 10px;
        padding-right: 10px;
    }

    .product-core .section-title {
        margin-bottom: 15px;
    }

    .product-core .section-intro {
        line-height: 30px;
    }

    .product-core-pc {
        display: none;
    }

    .product-core-wap {
        display: block;
    }

    .banner .breadcrumb {
        padding: 15px 0 0 0;
    }

    .product-core-wap #core {
        margin-top: 25px;
    }

    .product-core-wap #core .item {
        font-size: 18px;
        font-family: 'InterTight-SemiBold';
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
    }

    .product-core-wap #core .item .text {
        padding-top: 10px;
    }

    .inquiry #inquiryForm .item input::placeholder {
        font-size: 15px;
    }

    .product-detail-1 .left {
        padding-right: 0;
    }

    .product-detail-1 .left,
    .product-detail-1 .right {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .product-detail-1 .right {
        padding-left: 15px;
    }

    .product-detail-1 .right .title {
        font-size: 35px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .product-detail-1 .right h5 {
        font-size: 20px;
    }

    .product-detail-1 .line {
        margin: 20px 0;
    }

    .product-detail-1 .right .intro {
        font-size: 16px;
        padding-right: 15px;
    }

    .product-detail-1 .right .contact-btn {
        font-size: 16px;
        padding: 10px 32px;
    }

    .product-intro {
        margin-top: 30px;
    }

    .product-intro .section-title {
        margin-bottom: 20px;
    }

    .product-faq {
        padding-bottom: 20px;
    }

    .product-faq .section-title {
        margin-bottom: 30px;
    }

    .faq-list .question {
        font-size: 18px;
        line-height: 25px;
        padding: 0 20px 12px 0;
    }

    .faq-list .question::after {
        font-size: 24px;
    }

    .faq-list .answer {
        font-size: 16px;
        line-height: 27px;
    }

    .faq-list li {
        margin-bottom: 25px;
    }

    .product-faq ul li:last-child .question {
        border-bottom: unset;
    }

    .inquiry #inquiryForm .item textarea {
        height: 120px;
    }

    .about .section-title {
        margin-bottom: 20px;
    }

    .about .section-intro {
        line-height: 32px;
    }

    .video .img {
        padding-bottom: 60%;
    }

    .video .icon i {
        font-size: 50px;
    }

    .oem .left .section-title {
        margin-bottom: 20px;
    }

    .oem .left .section-intro {
        line-height: 32px;
    }

    .oem .right {
        padding-left: 15px;
        margin-top: 30px;
    }

    .oem .right h4 {
        font-size: 22px;
        padding-top: 10px;
    }

    .oem .oem-prev,
    .oem .oem-next {
        width: 37px;
        height: 37px;
    }

    .oem .oem-prev {
        right: 37px !important;
    }

    .factory {
        padding-bottom: 35px;
    }

    .factory .item {
        margin-top: 20px;
    }

    .layui-flow-more {
        margin: 10px 0 0 0;
    }

    .more-btn {
        font-size: 15px;
        padding: 4px 30px;
    }

    .news .news-item {
        margin-bottom: 20px;
    }

    .news-item h5 {
        height: 46px;
        font-size: 17px;
        margin-top: 13px;
        line-height: 23px;
    }

    .news-item p {
        height: 42px;
        line-height: 23px;
    }

    .news-item .icon-box img {
        height: 32px;
    }

    .casedetail .left,
    .casedetail .right {
        padding-left: 15px;
        padding-right: 15px;
    }

    .casedetail {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .casedetail .left .title {
        font-size: 24px;
        line-height: 35px;
    }

    .casedetail .news-item {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .casedetail .news-item .info {
        margin-top: 25px;
        margin-bottom: 0;
    }

    .casedetail .article {
        margin-top: 10px;
    }

    .casedetail .other {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 35px;
        position: unset;
    }

    .casedetail .other hr {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .casedetail .other .other-box.news-box {
        padding: 20px 20px 30px 25px;
        position: unset;
    }

    .casedetail .other .example .col-3 {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .casedetail .other .example .col-7 {
        flex: 0 0 70%;
        max-width: 70%;
        padding-right: 0;
    }

    .casedetail .news-item .info li {
        margin-right: 15px;
        padding-right: 15px;
    }

    .casedetail .other .title {
        font-size: 23px;
    }

    .solution-detail .social-links .social-item {
        width: 35px;
        height: 35px;
    }

    .solution-detail .social-links .social-item i {
        font-size: 18px;
    }

    .casedetail .news-item .info li{
        display: flex;
        align-items: center;
    }

    .news-item .info li img{
        height: 17px;
    }

    .contact .section-intro{
        width: 100%;
        line-height: 30px;
    }

    .contact .item img{
        height: 37px;
    }

    .contact .item .box{
        height: auto;
        padding: 30px 30px;
        margin-bottom: 30px;
        margin-bottom: 20px;
    }

    .contact .item h3{
        font-size: 20px;
        margin-top: 17px;
    }

    .contact .item ul li p{
        font-size: 15px;
        line-height: 25px;
    }

    .contact .item:nth-child(2) img{
        height: 32px;
    }

    .map iframe{
        height: 300px;
    }

    .index-carousel .swiper-pagination{
        bottom: 10px;
    }    

}

@media (min-width: 1024px) and (max-width: 1600px) {
    .container,
    .contact .section-intro{
        max-width: calc(100% - 60px) !important;
    }

    .main-nav a{
        font-size: 18px;
    }

    .head-between .left{
        width: 35%;
    }

    .head-between .left h3{
        font-size: 45px;
        line-height: 60px;
    }

    .head-between .right p{
        font-size: 18px;
    }

    .category-item .text h3{
        font-size: 26px;
    }

    .category-item:hover .text .move-item{
        height: 250px;
    }

    .category-item .text .move-item p{
        font-size: 15px;
    }

    .category-item .text .move-item span{
        font-size: 16px;
    }

    .category-item .text img{
        height: 56px;
    }

    .product-item .text h3{
        font-size: 18px;
    }

    .product-item .text p{
        font-size: 22px;
    }

    .index-adv ul li .icon{
        height: 56px;
    }

    .index-adv ul li h5{
        font-size: 33px;
    }

    .section-intro{
        font-size: 18px;
        line-height: 30px;
    }

    .product-list .product-item{
        flex: 0 0 25%;
        max-width: 25%;
    }

    .product-adv .right ul>li .text h4{
        font-size: 21px;
    }

    .product-adv .right ul>li .text p{
        font-size: 17px;
        line-height: 22px;
    }

    .inquiry #inquiryForm .item .title{
        font-size: 17px;
    }

    .inquiry #inquiryForm .bottom .right button{
        font-size: 17px;
    }

    .product-detail-1 .right .title{
        font-size: 45px;
    }

    .product-detail-1 .right h5{
        font-size: 26px;
    }

    .product-detail-1 .right .intro{
        font-size: 17px;
    }

    .product-detail-1 .right .contact-btn{
        font-size: 18px;
        padding: 10px 32px;
    }

    .faq-list .question{
        font-size: 22px;
    } 

    .faq-list .question::after{
        top: 2px;
    }

    .layui-flow-more{
        margin: 40px 0 0 0;
    }

    .banner .breadcrumb span, .banner .breadcrumb a{
        font-size: 18px;
    }

    .more-btn{
        font-size: 17px;
    }

    .first-nav>ul>li:first-child>a{
        padding: 0 25px 0 0;
    }

    .main-nav a{
        padding: 0 25px;
    }

    #header .search{
        padding-left: 25px;
    }

    .contact .item .box img{
        height: 55px;
    }

    .contact .item:nth-child(2) img{
        height: 45px;
    }

    .contact .item ul li p{
        font-size: 16px;
    }

    .contact .item h3{
        margin-top: 15px;
    }
}