img {
    width: 100%;
}

.section {
    padding: 40px 0;
}


/* 产品供应 */

.product-supply .product-more {
    margin-top: 40px;
    text-align: center;
}

.product-supply .pic-wrap {
    position: relative;
    overflow: hidden;
    border: 1px solid #f5f5f5;
}

.product-supply .pic-wrap .pic {
    height: 255px;
}

.product-supply .pic-wrap:hover .mark {
    top: 0;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}

.product-supply .mark {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    transition: all .4s;
    text-align: center;
    margin-top: -40px;
    border-top-left-radius: 50% 8%;
    border-top-right-radius: 50% 8%;
    padding: 10px;
    box-sizing: border-box;
}

.product-supply .mark .title {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-supply .pic-wrap:hover .mark .title {
    font-size: 20px;
    overflow: visible;
    white-space: normal;
    word-wrap: break-word;
}

.product-supply .mark .title-en {
    font-size: 16px;
}

.product-supply .mark .layui-btn {
    font-size: 16px;
    background: rgba(49, 108, 203, .8);
    margin-top: 30px;
}

.product-supply .gl-pic {
    margin-bottom: 30px;
}
.product-supply .gl-pic:last-child {
    margin-bottom: 0;
}

/* 物资采购 */

.material-procurement {
    background-color: #f5f5f5;
}

.material-procurement .layui-table td,
.material-procurement .layui-table th {
    font-size: 16px;
}

.material-list {
    background-color: #fff;
    box-shadow: 2px 2px 5px #ddd;
    padding: 15px 0;
    margin-bottom: 20px;
}

.material-list:hover {
    cursor: pointer;
}

.material-list .layui-table {
    margin-bottom: 0
}

.material-list h4 {
    font-size: 18px;
    padding-left: 15px;
}

.material-list .deadline {
    background: #316ccb;
    color: #fff;
    padding: 3px 5px;
    line-height: 1;
}


/* 防疫物资 */

.epidemic-prevention-materials .epidemic {
    text-align: center;
}

.epidemic-prevention-materials .epidemic h1 {
    font-size: 28px;
    font-style: italic;
    margin-bottom: 80px;
    margin-top: 20px;
    line-height: 1.8;
}

.epidemic-prevention-materials .epidemic p {
    font-size: 20px;
    margin-bottom: 30px;
    letter-spacing: 0.2em;
}


/* 平台优势 */

.platform-advantages {
    background: #f5f5f5;
}

.platform-advantages .gl-title li {
    margin-bottom: 30px;
    font-size: 20px;
}

.platform-advantages .gl-title li::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 28px;
    background: url(../../img/index/icon.png);
    margin-right: 20px;
    vertical-align: middle;
}

.platform-advantages .gl-title li:nth-child(2)::before {
    background-position: 0 -28px;
}

.platform-advantages .gl-title li:nth-child(3)::before {
    background-position: 0 -56px;
}

.platform-advantages .gl-title li:nth-child(4)::before {
    background-position: 0 -84px;
}

.platform-advantages .img-wrap {
    position: relative;
    overflow: hidden;
}

.platform-advantages .img-wrap:hover .img-title {
    margin-bottom: 0;
}

.platform-advantages .img-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    padding: 5px 0;
    margin-bottom: -40px;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.platform-advantages .img-title h1 {
    font-size: 22px;
    padding: 10px 15px;
}

.platform-advantages .img-title p {
    padding: 10px 15px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*业务范围*/

.business .layui-container {
    position: relative;
}

.business .main-title h1 {
    font-size: 24px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 3px #316ccb solid;
}

.business .map {
    position: relative;
    width: 96%;
    margin: 80px auto 30px;
}

@keyframes country {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(6);
    }
}

.map .country {
    position: absolute;
    color: #0054a7;
    font-weight: 600;
}

.map .country>span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    border-radius: 50%;
    background: #0054a7;
}

.map .country>span>span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    box-shadow: inset 0 0 3px #0054a7;
    animation: country 3s infinite;
}

.China .layui-icon-rate-solid {
    font-size: 30px;
    display: block;
    text-align: center;
}

.map .China {
    left: 33%;
    top: 33%;
    color: #d81e06;
}

.Taiwan {
    left: 33%;
    top: 32%;
}

.China i {
    font-size: 20px;
    display: block;
    text-align: center;
}

.Russia {
    left: 32.47%;
    top: 16%;
}

.India {
    left: 25.59%;
    top: 48%;
}

.Malay {
    left: 31%;
    top: 58%;
}

.Japan {
    left: 44%;
    top: 35%;
}

.Korea {
    left: 39.63%;
    top: 40.96%;
}

.Romania {
    left: 7%;
    top: 28%;
}

.Turkey {
    left: 9%;
    top: 38%;
}

.Egypt {
    left: 9%;
    top: 46%;
}

.MiddleEast {
    left: 19.57%;
    top: 41%;
}

.Canada {
    left: 74%;
    top: 20%;
}

.Brazil {
    left: 87%;
    top: 70.2%;
}

.taiwan {
    left: 35%;
    top: 48%;
}

.Philippines {
    left: 37%;
    top: 55%;
}

.Indonesia {
    left: 35%;
    top: 63%;
}

.USA {
    left: 75%;
    top: 37%;
}

.USA {
    left: 75%;
    top: 37%;
}

.Columbia {
    left: 80%;
    top: 60%;
}

.Chile {
    left: 83%;
    top: 82%;
}

.Argentina {
    left: 82%;
    top: 91%;
}

.Kazakhstan {
    left: 27%;
    top: 25%;
}

.business .map-text1 {
    position: absolute;
    left: 44%;
    top: 8%;
    width: 338px;
}

.business h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #316ccb;
}

.business p {
    font-size: 16px;
    line-height: 28px;
}

.business .map-text2 {
    position: absolute;
    left: 49.589790%;
    top: 56%;
    width: 280px;
}


/* 资讯行情 */

.information-market {
    background: #f5f5f5;
}

.information-market .layui-tab-title {
    border: none;
    text-align: center;
    margin-bottom: 30px;
}

.information-market .layui-tab-title li {
    border: none;
    background: #f5f5f5;
    font-size: 18px;
}

.information-market .layui-tab-title li+li {
    margin-left: 20px;
}

.information-market .layui-tab-title .layui-this {
    color: #fff;
    background: #316ccb;
}

.information-market .box {
    background: #fff;
    padding: 10px;
    transition: all 0.4s;
}

.information-market .box .pic {
    margin-left: -10px;
    margin-top: -10px;
    margin-right: -10px;
    height: 272px;
}

.information-market .box:hover {
    box-shadow: 2px 2px 10px 2px #ddd;
    cursor: pointer;
}

.information-market .box .arrows {
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
    border-top: 1px #ddd solid;
    margin-top: 5px;
    height: 44px;
}

.information-market .box.pic-wrap .arrows {
    border-top: none;
}

.information-market h4 {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 22px;
    padding-right: 15px;
}

.information-market .arrows i {
    width: 26px;
    height: 22px;
    background: url(../../img/index/arrows.png) no-repeat;
    background-size: 100%;
    flex: none;
}

.information-market .arrows i.black {
    background-position: 0 0;
}

.information-market .arrows i.grey {
    background-position: 0 -44px;
}

.information-market .box:hover .arrows i {
    background-position: 0 -22px;
}

.information-market .box:hover h4 {
    color: #316ccb;
}

.information-market .box-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #999;
    margin-bottom: 10px;
    min-height: 40px;
}

.information-market .arrows .day {
    font-size: 20px;
    display: block;
}

.information-market .box+.box {
    margin-top: 15px;
}

@media screen and (max-width:768px) {
    .layui-carousel {
        overflow: hidden;
    }
    .layui-carousel img {
        width: 200%;
        position: relative;
        left: -50%;
    }
    .gl-title .headling-h1 {
        font-size: 18px;
    }
    .gl-title2 h2 {
        font-size: 14px;
    }
    .product-supply .mark {
        opacity: 1;
        background: rgba(0, 0, 0, 0.1);
    }
    .section {
        padding: 20px 0;
    }
    .epidemic-prevention-materials .epidemic h1 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .business .map-text1 {
        position: static;
        width: 100%;
        margin-bottom: 20px;
    }
    .business .map-text2 {
        position: static;
        width: 100%;
    }
    .business .map {
        display: none;
    }
}