
.content-text {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.content-img {
    width: 100%;
    aspect-ratio: 1440 / 527;
    margin-top: 30px;
}

.content-img img {
    width: 100%;
    height: 100%;
}


.market-container {
    margin-top: 60px;
}

.market-container .market-list-item {
    width: 345px;
    height: 263px;
    float: left;
    padding: 40px 30px 0;
    margin-right: 20px;
}

.market-container .market-list-item:last-child {
    margin-right: 0;
}

.market-container .market-list-item .market-name {
    height: 82px;
    font-family: Roboto, Roboto;
    font-weight: bold;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 45px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.market-container .market-list-item .market-line {
    width: 100%;
    height: 2px;
    background: #FFFFFF;
    margin-top: 40px;
}

.market-container .market-list-item .market-country {
    margin-top: 24px;
}

.market-container .market-list-item .market-country .market-country-left {
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 45px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    float: left;
}

.market-container .market-list-item .market-country .market-country-right {
    font-family: Roboto, Roboto;
    font-weight: bold;
    font-size: 42px;
    color: #FFFFFF;
    line-height: 45px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    float: right;
}

@media only screen and (min-width: 1080px) and (max-width: 1440px) {
    .market-container .market-list-item {
        width: 255px;
        padding: 30px 10px 0;
    }
    .market-container .market-list-item .market-name{
        font-size: 22px;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1080px) {
    .market-container .market-list-item {
        width: 192px;
        padding: 30px 10px 0;
        margin-right: 10px;
        height: 200px;
    }
    .market-container .market-list-item .market-name{
        font-size: 16px;
        text-align: center;
        line-height: 32px;
        height: 60px;
    }
    .market-container .market-list-item .market-line{
        margin-top: 20px;
    }
    .market-container .market-list-item .market-country .market-country-left{
        font-size: 14px
    }
}



.companies-title {
    width: 1440px;
    margin: 80px auto 0;
}

.companies-title .companies-title-line {
    width: 96px;
    height: 1px;
    background: #8E8E8E;
    float: left;
    margin-top: 25px;
}

.companies-title .companies-title-text {
    font-family: Roboto;
    font-weight: bold;
    font-size: 42px;
    color: #333333;
    line-height: 51px;
    font-style: normal;
    text-transform: none;
    float: left;
    margin: 0 50px;
}

.companies {
    margin-top: 20px;
    margin-bottom: 20px;
}

.companies .companies-list-item {
    width: 240px;
    height: 240px;
    float: left;
    margin-right: 60px;
    margin-bottom: 60px;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid #DCDCDC;
}

.companies .companies-list-item:nth-child(5n) {
    margin-right: 0;
}

.companies .companies-list-item img {
    width: 238px;
    height: 238px;
    transition: all 0.5s;
}

.companies .companies-list-item:hover img {
    transform: scale(1.2);
}

@media only screen and (min-width: 1080px) and (max-width: 1440px) {
    .companies .companies-list-item{
        width: 184px;
        height: 184px;
        margin-right: 40px;
        margin-bottom: 40px;
    }
    .companies .companies-list-item img {
        width: 182px;
        height: 182px;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1080px) {
    .companies .companies-list-item{
        width: 144px;
        height: 144px;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .companies .companies-list-item img {
        width: 142px;
        height: 142px;
    }
}



.service-content {
    margin-top: 60px;
}

.service-content:first-child {
    margin-top: 0;
}

.service-content .service-content-left, .service-content .service-content-right {
    float: left;
    width: 690px;
    height: 458px;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    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 {
    margin-left: 60px;
}

.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: 1080px) and (max-width: 1440px) {
    .service-content{
        margin-top: 40px;
    }
    .service-content .service-content-left, .service-content .service-content-right {
        width: 520px;
        height: 345px;
    }
    .service-content .service-content-right {
        margin-left: 40px;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1080px) {
    .service-content{
        margin-top: 20px;
    }
    .service-content .service-content-left, .service-content .service-content-right {
        width: 390px;
        height: 259px;
    }
    .service-content .service-content-right {
        margin-left: 20px;
    }
    .service-content .service-content-title{
        font-size: 24px;
    }
    .service-content .service-content-text {
        margin-top: 20px;
        font-size: 14px;
        line-height: 24px;
    }
}


.download_content_main {
    margin-top: 20px;
    margin-bottom: 80px;
}

.download_content_main_list_li {
    width: 586px;
    height: 272px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.16);
    float: left;
    margin-left: 40px;
    margin-top: 40px;
    cursor: pointer;
}

.download_content_main_list_li:nth-child(2n+1) {
    margin-left: 0;
}

.download_content_main_list_li_title {
    font-family: Arial, Arial, serif;
    font-weight: bold;
    font-size: 36px;
    color: #333333;
    line-height: 60px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 40px 30px;
    border-bottom: 1px solid #DCDCDC;
    height: 200px;
}

.download_content_main_list_li_foot {
    width: 100%;
    height: 71px;
    display: flex;
    align-items: center;
    position: relative;
}

.download_content_main_list_li_foot_line {
    width: 4px;
    height: 18px;
    background: #003F9B;
    margin-left: 30px;
}

.download_content_main_list_li_foot_text {
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-left: 20px;
}

.download_content_main_list_li_foot_eye {
    position: absolute;
    right: 30px;
}

