
.main-content .content{
    width: 1200px;
    margin: 0 auto;
}
.content-text {
    font-size: 16px;
    color: #666666;
    line-height: 36px;
}
.market-container {
    margin-top: 40px;
    background-color: #F8F8F8;
}
.market-container .market-list-item {
    width: 25%;
    aspect-ratio: 3 / 2;
    float: left;
    padding: 40px 30px;
    position: relative;
}
.market-container .market-list-item .market-line {
    width: 2px;
    height: 30px;
    background: #1562C5;
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
}
.market-container .market-list-item .market-country {
    font-weight: bold;
    font-size: 50px;
    color: #1562C5;
    line-height: 56px;
    text-align: center;
}
.market-container .market-list-item .market-name {
    font-size: 16px;
    color: #333333;
    line-height: 21px;
    text-align: center;
    margin-top: 20px;
}




@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .main-content .content{
        width: 900px;
    }
}

@media only screen and (max-width: 1000px) {
    .main-content .content{
        width: 700px;
    }
}



.companies {
    margin: 60px 0 20px;
}
.companies .title span{
    color: #1E5CB3;
}
.companies .companies-line{
    width: 100%;
    height: 1px;
    background: #EEEEEE;
    margin: 40px 0;
}
.companies .companies-list-item {
    width: 200px;
    float: left;
    margin-right: 50px;
    margin-bottom: 40px;
    cursor: pointer;
    overflow: hidden;
}

.companies .companies-list-item:nth-child(5n) {
    margin-right: 0;
}

.companies .companies-list-item img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.companies .companies-list-item:hover img {
    transform: scale(1.1);
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .companies .companies-list-item{
        width: 160px;
        margin-right: 25px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 1000px) {
    .companies .companies-list-item{
        width: 120px;
        margin-right: 25px;
        margin-bottom: 20px;
    }
}


.service-content:first-child {
    margin-top: 0;
}
.service-content:last-child {
    margin-bottom: 60px;
}

.service-content .service-content-left, .service-content .service-content-right {
    float: left;
    width: 49%;
    height: 390px;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-content .service-content-left img, .service-content .service-content-right img{
    width: 100%;
    height: 100%;
}
.service-content .service-content-right {
    float: right;
}

.service-content .service-content-title {
    font-weight: bold;
    font-size: 30px;
}

.service-content .service-content-text {
    margin-top: 40px;
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .service-content .service-content-left, .service-content .service-content-right{
        height: 292px;
        font-size: 14px;
    }
    .service-content .service-content-text{
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1000px) {
    .service-content .service-content-left, .service-content .service-content-right{
        height: 227px;
        font-size: 14px;
        line-height: 20px;
    }
    .service-content .service-content-title{
        font-size: 24px;
    }
    .service-content .service-content-text{
        margin-top: 10px;
    }
}


.download_content_main {
    margin-top: 20px;
    margin-bottom: 80px;
}

.download-item {
    width: 48.8%;
    height: 120px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.16);
    float: left;
    margin-left: 2.4%;
    margin-top: 30px;
    cursor: pointer;
}
.download-item:nth-child(-n+2) {
    margin-top: 0;
}
.download-item:nth-child(2n+1) {
    margin-left: 0;
}
.download-item_title-image {
    float: left;
    line-height: 120px;
    margin-left: 30px;
    width: 60px;
}
.download-item_title-image img{
    width: 100%;
    height: 100%;
}
.download-item_title {
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    line-height: 120px;
    float: left;
    margin-left: 30px;
    width: calc(100% - 120px);
    height: 120px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .download-item_title-image {
        width: 40px;
        margin-left: 20px;
    }
    .download-item_title {
        font-size: 24px;
        margin-left: 20px;
        width: calc(100% - 80px);
    }
}

@media only screen and (max-width: 1000px) {
    .download-item_title-image {
        width: 30px;
        margin-left: 10px;
    }
    .download-item_title {
        font-size: 18px;
        margin-left: 10px;
        width: calc(100% - 50px);
    }
}
