/* Ã¥Â¤Â´Ã©Æ’Â¨ */
body {
    background-color: #F3F3F3;
}

* {
    transition: all 0.3s ease;
}

.index-line-header {
    padding: 14px;
    background-color: #fff;
}

.index-line-header .left {
    color: #0c0c0c;
    font-size: 18px;
}

.index-line-header .left a {
    color: #d41313;
}

.index-line-header .right .item {
    margin-left: 20px;
    color: #595959;
    font-size: 15px;
}


.index-line-header .right .item img {
    margin-right: 10px;
}



/* Ã¥â€¢â€ Ã¥â€œÂÃ¥Ë†â€ Ã§Â±Â» */
.goods-content .title-title {
    font-size: 20px;
    margin-top: 30px;
    margin-left: 20px;
    line-height: 34px;
}
.goods-content .title-title:hover {
    color:#d41313;
}

.goods-content .body {
    margin-top: 20px;
    /*border: 1px solid #e5e5e5;*/
    background: #fff;
}

.goods-content .body .left {
    width: 300px;
    height: 450px;
}

.goods-content .body .left img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.goods-content .body .left .go {
    /*width: 136px;*/
    height: 40px;
    background-color: #d41313;
    border-radius: 10px;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    top: 76%;
    display: inline-block;
    line-height: 40px;
    padding: 0 10px;
    position: absolute;
}

.goods-content .body .right {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.goods-content .body .right .content {
    padding-top: 10px;
    height: 150px;
}

.goods-content .body .right .item {
    width: 33.333%;
    height: 225px;
    padding: 20px;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
}
.goods-content .body .right .item:nth-child(3n) {
    border-bottom: 1px solid #e1e1e1;
    border-right: none;
}

.goods-content .body .right .item .title {
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.goods-content .body .right .item img {
    position: absolute;
    right: 20px;
    bottom: 30px;
    height: 91px;
    width: 91px;
    object-fit: contain;
    border-radius: 10px;
}

.goods-content .body .right .item a {
    margin-top: 12px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
    font-size: 14px;
    color: #555555;
}

.goods-content .body .right .item a:hover {
    color: #d41313;
}


/* Ã¨Ââ€Ã§Â³Â»Ã¦Ë†â€˜Ã¤Â»Â¬ */
.contact-us {
    margin-top: 20px;
}

.contact-us .width1400 {
    height: 600px;
    background-image: url('http://globalsyt.oss-accelerate.aliyuncs.com/template/resources/img/index/tellusbg.png');
    background-size: 100%;
    border: none;
    border-radius: 5px;
}

.contact-us .content {
    margin-top: 80px;
    width: 1248px;
    height: 470px;
    background-image: url('http://globalsyt.oss-accelerate.aliyuncs.com/template/resources/img/index/tellussbg.png');
    background-size: 100%;
    background-position: center;
    border-radius: 20px;

}

.contact-us .call-us-box {
    width: 570px;
    height: 440px;
    background-color: #ffffff;
    border-radius: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 30px 45px;
}

.contact-us .call-us-box .title {
    font-size: 30px;
    font-weight: bold;
}

.contact-us .call-us-box .input span {
    color: #d41313;
    position: absolute;
    left: 20px;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

.contact-us .call-us-box .input {
    margin-top: 14px;
}

.contact-us .call-us-box input {
    background-color: #ffffff;
    border: solid 1px #f3f3f3;
    width: 100%;
    height: 52px;
    padding-left: 30px;
    font-size: 16px;
}

.contact-us .call-us-box input,
.contact-us .call-us-box textarea::placeholder {
    color: #8f8f8f;
}

.contact-us .call-us-box textarea {
    background-color: #ffffff;
    border: solid 1px #f3f3f3;
    font-size: 16px;
    padding-left: 20px;
    height: 128px;
    width: 100%;
    padding-top: 10px;
    resize: none;
    outline: none;
}

.contact-us .call-us-box .button {
    width: 100%;
    height: 52px;
    background-color: #d41313;
    margin-top: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
}

.contact-us .call-us-box .button:hover {
    background-color: rgb(241, 93, 93);
}

/* Ã¤Â¾â€ºÃ¥Âºâ€Ã¥â€¢â€  */

.suppliers-box {
    margin-top: 20px;
}

.suppliers-box .width1400 {
    background-color: #fff;
    padding: 27px 13px;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
}

.suppliers-box .title .left {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.suppliers-box .title .right {
    font-size: 16px;
    color: #333;
}

.suppliers-box .content .item {
    height: 388px;
    width: 336px;
    margin-right: 10px;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 10px;
}

.suppliers-box .content .item:hover {
    transform: translateY(-10px);
}

.suppliers-box .content .item:hover .tmbg {
    opacity: 0.9;
}

.suppliers-box .content .item:last-child {
    margin-right: 0;
}

.suppliers-box .content .item .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    object-fit: cover;
}

.suppliers-box .content .item .tmbg {
    position: absolute;
    background-image: linear-gradient(0deg,
    #ffffff 0%,
    #8192ae 30%,
    #02245c 100%);
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.6;
}

.suppliers-box .content .item:nth-child(2) .tmbg {
    position: absolute;
    background-image: linear-gradient(0deg,
    #ffffff 0%,
    #8aa1a6 30%,
    #14434c 100%);
}

.suppliers-box .content .item:nth-child(3) .tmbg {
    position: absolute;
    background-image: linear-gradient(0deg,
    #ffffff 0%,
    #8aa1a6 30%,
    #6b0706 100%);
}

.suppliers-box .content .item:nth-child(4) .tmbg {
    position: absolute;
    background-image: linear-gradient(0deg,
    #ffffff 0%,
    #988ca8 30%,
    #301850 100%);
}

.suppliers-box .content .item .title {
    color: #fff;
    font-size: 20px;
    top: 36px;
    left: 20px;
    width: 90%;
    z-index: 2;
    height: 50px;
    display: block;
    line-height: 25px;
}
.suppliers-box .content .item .title:hover {
    text-decoration:underline;
}

.suppliers-box .content .item .category {
    height: 25px;
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 100px;
}

.suppliers-box .content .item .adds {
    font-size: 16px;
    position: absolute;
    left: 20px;
    top: 140px;
    width: 90%;
    z-index: 2;
    display: flex;
    align-items: center;
}

/* ä¾›åº”å•†å¡ç‰‡é“¾æŽ¥æ ·å¼ */
.supplier-link {
    text-decoration: none;
    color: inherit;
    /* ç»§æ‰¿åŽŸæœ‰æ–‡å­—é¢œè‰²ï¼Œé¿å…é“¾æŽ¥é»˜è®¤è“è‰² */
    display: block;
    /* è®©é“¾æŽ¥åŒ…è£¹æ•´ä¸ªå¡ç‰‡ */
}

/* ç¡®ä¿äº§å“é“¾æŽ¥ä¼˜å…ˆçº§é«˜äºŽå¡ç‰‡é“¾æŽ¥ï¼Œç‚¹å‡»äº§å“æ—¶è·³è½¬åˆ°äº§å“é¡µ */
.supplier-link .goods-item {
    position: relative;
    z-index: 1;
    /* äº§å“é“¾æŽ¥å±‚çº§é«˜äºŽå¡ç‰‡é“¾æŽ¥ */
}


.suppliers-box .content .item .adds img {
    margin-right: 10px;
}

.suppliers-box .content .item .adds span {
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.suppliers-box .content .item .goods {
    position: absolute;
    width: 100%;
    bottom: 33px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.suppliers-box .content .item .goods .goods-item {
    display: block;
    width: 135px;
    height: 135px;
    border-radius: 10px;
    overflow: hidden;
    /* margin-right: 36px; */
}

.suppliers-box .content .item .goods .goods-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.suppliers-box .content .item .goods .goods-item .price {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 14px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

/* Ã¦â€ºÂ´Ã¥Â¤Å¡Ã¤ÂºÂ§Ã¥â€œÂ */
.featured-products {
    margin-top: 20px;
}

.featured-products .width1400 {
    background-color: #fff;
    padding: 27px 13px;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
}

.featured-products .title .left{
    font-size: 20px;
    font-weight: bold;
}
.featured-products .right{
    font-size: 16px;
    color: #333;
}

.featured-products .content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.featured-products .content .item {
    width: 220px;
    margin-right: 10px;
    display: block;
    margin-top: 20px;
}

.featured-products .content .item .img_div {
    width: 220px;
    height: 220px;
    overflow: hidden; /* éšè—è¶…å‡ºå®¹å™¨çš„éƒ¨åˆ† */
    border-radius: 8px; /* åœ†è§’æ•ˆæžœ */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* è½»å¾®é˜´å½± */
}

.featured-products .content .item .img_div img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    transition: transform 0.3s ease; /* è¿‡æ¸¡åŠ¨ç”»æ•ˆæžœ */
}
.featured-products .content .item:hover .img_div img {
    transform: scale(1.1);
}

.featured-products .content .item:nth-child(6n) {
    margin-right: 0;
}

.featured-products .content .item .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
    color: #222222;
    height: 40px;
    line-height: 20px;
}

.featured-products .content .item:hover div {
    color: #d41313;
}

.featured-products .content .item .price {
    font-size: 20px;
    margin-top: 6px;
    font-weight: 700;
}

/* Ã¦â€“Â°Ã©â€”Â»Ã¨Âµâ€žÃ¨Â®Â¯ */
.news {
    margin-top: 20px;
}

.news .title .left {
    font-size: 24px;
    font-weight: bold;
}

.news .title .right {
    font-size: 16px;
}

.news .title .right:hover {
    color:#d41313;
}

.news .content .list-content {
    margin-top: 20px;
}

.news .content .list-content .left {
    background-color: #fff;
    width: 688px;
    height: 525px;
    padding: 10px;
    border-radius: 5px;
}

.news .content .list-content .left .left-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
}

.news .content .list-content .left .sub-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}

.news .content .list-content .right-list {
    flex: 1;
    padding-left: 20px;
    height: 525px;
    width: 500px;
}

.news .content .list-content .right-list .item {
    height: 161px;
    width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
    display: block;
    padding: 10px;
    border-bottom: 4px solid #8f8f8f;
    border-radius: 5px;
}
.news .content .list-content .swiper-container2 img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.news .content .list-content .right-list .item:last-child {
    margin-bottom: 0;
}

.news .content .list-content .right-list .item .title {
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .content .list-content .right-list .item .sub-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    line-height: 25px;
}

.news .content .list-content .right-list .item .bottom {
    margin-top: 10px;
}

.news .content .list-content .right-list .item:hover .title {
    color: #d41313;

}

.news .content .list-content .right-list .item:hover .bottom .right {
    color: #d41313;
}

.news .content .list-content .right-list .item:hover {
    border-bottom: 4px solid #d41313;
}

/* ç§»åŠ¨ç«¯æ ·å¼ */

.call-us-phone {
    background-image: url('http://globalsyt.oss-accelerate.aliyuncs.com/template/resources/img/index/tellussbg.png');
    background-repeat: no-repeat;
    background-size: auto 220%;
    padding: 30px;
    color: #fff;
    background-position-x: 10%;
    background-position-y: 10%;
    margin-top: 10px;
}

.call-us-phone .title {
    color: #fff;
    font-size: 16px;
    text-shadow: 0 0px 12px rgba(0, 0, 0, 0.5);
}

.call-us-phone .sub-title {
    margin-top: 4px;
    color: #fff;
    font-size: 12px;
    text-shadow: 0 0px 12px rgba(0, 0, 0, 0.5);
}

.call-us-phone .button {
    text-align: right;
    width: 100%;
}

.call-us-phone .button a {
    display: inline-flex;
    width: 120px;
    height: 40px;
    color: #fff;
    border-radius: 20px;
    background-color: #C22F25;
    margin-top: 20px;
}

.product-list-phone {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 4px;
}

.product-list-phone .phone-swiper-container {
    width: 48vw;
    height: 300px;
    overflow: hidden;
    margin-top: 10px;
    border-radius: 10px;
}

.product-list-phone .phone-swiper-container .swiper-slide {
    height: 100%;
}

.product-list-phone .phone-swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-list-phone .product-item {
    width: 48vw;
    background-color: #fff;
    margin-top: 10px;
    overflow: hidden;
    border-radius: 8px;
}

.product-list-phone .product-item img {
    height: 180px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.product-list-phone .product-item .title {
    font-size: 14px;
    font-family: Roboto, Roboto-Regular;
    font-weight: 400;
    text-align: left;
    color: #888;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    min-height: 46px;
    word-break: break-word;
    padding: 0 10px;
    /* margin-top: 10px; */
}

.product-list-phone .product-item .price {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    padding: 0 10px;
    margin-top: 4px;
}

/*  Ã¥Âªâ€™Ã¤Â½â€œÃ¦Å¸Â¥Ã¨Â¯Â¢Ã¦Â Â·Ã¥Â¼Â  */
/* Ã¦â€°â€¹Ã¦Å“Âº */
@media (max-width: 767px) {

    .suppliers-box .title .left {
        margin-bottom: 0;
    }
    .goods-content-box {
        display: flex;
        flex-wrap: wrap;
    }

    .index-menu .right {
        display: none;
    }

    .index-line-header {
        display: none;
    }

    .index-menu {
        padding-top: 130px;
        padding-bottom: 0;
    }

    .phone-category-title {
        margin-top: 0;
    }

    .suppliers-box .width1400 {
        border: none;
    }

    .index-menu .mid .bottom {
        display: none;
    }

    .index-menu .mid .swiper-container,
    .index-menu .mid img {
        height: 200px !important;
    }

    .index-menu .mid .swiper-wrapper {
        height: 100%;
    }

    .goods-content {
        /* float: left;
        overflow: hidden; */
        width: 50vw;
    }

    .goods-content .title-title {
        /* display: none; */
        position: absolute;
        z-index: 9;
        left: -12px;
        font-size: 14px;
        line-height: 20px;
        color: #000000;
        margin-top: 10px;
    }

    .goods-content .body {
        margin-top: 0px;
        /* margin-bottom: 20px; */
    }

    .goods-content .body .left {
        width: 100%;
        height: 150px;
    }

    .goods-content .body .right {
        display: none;
    }

    .goods-content .body .left .go {
        display: none;
    }

    .phone-category-title .width1400 {
        border-bottom: none;
        border-left: none;
        border-right: none;
        padding: 10px;
    }

    .contact-us .content {
        width: 100%;
        height: 400px;
        background-repeat: no-repeat;
        background-image: none;
        margin-top: 20px;
    }

    .contact-us .call-us-box {
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
        height: auto;
        top: 60px;
        padding: 20px;
    }

    .contact-us .width1400 {
        background-size: 240%;
        background-repeat: no-repeat;
        height: auto;
    }

    .contact-us .call-us-box .title {
        font-size: 14px;
    }

    .contact-us .call-us-box textarea {
        height: 80px;
        font-size: 14px;
    }

    .contact-us .call-us-box input {
        font-size: 14px;
        height: 40px;
    }

    .suppliers-box .content {
        overflow-x: scroll;
    }

    .supplier-link {
        margin-right: 20px;
    }

    .featured-products .content .item {
        width: 49%;
        margin-right: 1%;
    }

    .featured-products .content .item:nth-child(2n) {
        margin-right: 0;
    }

    .featured-products .content .item img {
        width: 100%;
        object-fit: cover;
    }

    .news .content .list-content {
        flex-direction: column;
    }

    .news .content .list-content .left {
        width: 100%;
        height: auto !important;
    }

    .news .content .list-content .swiper-container2 {
        height: 200px !important;
    }

    .news .content .list-content .swiper-container2 img {
        height: 200px;
    }

    .swiper-wrapper {
        height: 100%;
    }

    .news .content .list-content .right-list {
        height: auto;
        padding: 10px;
    }

    .news .content .list-content .right-list .item .title {
        width: 90%;
    }

    .news .content .list-content .right-list .item {
        width: 100vw;
    }

    .news .content .list-content .right-list .item .sub-title {
        font-size: 14px;
    }
}

/* Ã¥Â¹Â³Ã¦ÂÂ¿ */
@media (min-width: 768px) and (max-width: 1023px) {
    .index-line-header .right .item {
        margin-left: 10px;
        font-size: 12px;
    }

    .index-menu .right {
        display: none;
    }

    .goods-content .body .right .item {
        width: 50%;
    }

    .goods-content .body .right .item a {
        width: 120px;
    }

    .goods-content .body .right .item:nth-child(n+5) {
        display: none;
    }

    .contact-us .width1400 {
        height: auto;
        border-radius: 20px;
    }

    .contact-us .content {
        margin-top: 0;
        width: 100%;
        height: auto;
    }


    .contact-us .call-us-box {
        width: 100%;
        left: 0;
        top: 0;
        position: static;
    }

    .suppliers-box .content {
        flex-wrap: wrap;
        justify-content: space-between;

    }

    .suppliers-box .content .item {
        width: 49%;
        margin-right: 0;
    }

    .featured-products .content .item {
        width: 32%;
    }

    .featured-products .content .item img {
        width: 100%;
        object-fit: cover;
    }

    .news .list-content {
        flex-direction: column;
    }

    .news .list-content .left {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .news .content .list-content .right-list {
        padding-left: 0;
        width: 100%;
    }
}

/* Ã§Â¬â€Ã¨Â®Â°Ã¦Å“Â¬/Ã¥ÂÂ°Ã¥Â¼ÂÃ¦Å“ÂºÃ¯Â¼Ë†Ã¥Â°ÂÃ¯Â¼â€° */
@media (min-width: 1024px) and (max-width: 1439px) {
    .goods-content .body .right .item a {
        width: 130px;
    }

    .contact-us .content {
        width: 1050px;
        height: 398px;
        margin-top: 64px;
    }

    .contact-us .width1400 {
        height: 490px;
    }

    .contact-us .call-us-box {
        width: 500px;
        height: 360px;
        padding: 20px 18px;
    }

    .contact-us .call-us-box .title {
        font-size: 24px;
    }

    .contact-us .call-us-box input {
        height: 40px;
        font-size: 14px;
    }

    .contact-us .call-us-box textarea {
        height: 100px;
    }

    .contact-us .call-us-box .button {
        height: 40px;
        font-size: 14px;
    }

    .suppliers-box .content .item .goods .goods-item .price {
        font-size: 12px;
    }

    .news .content .list-content .left {
        width: 488px;
    }
}

/* Ã¥Â¤Â§Ã¥Â±ÂÃ¨Â®Â¾Ã¥Â¤â€¡ */
@media (min-width: 1440px) {}

/*  */
