header {
    color: #fff;
    padding: 15px 0 10px;
}

header .main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .right .lang {
    color: #000;
    margin-left: 20px;
    position: relative;
    cursor: pointer;
}

header .right .lang::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -2px;
    margin-left: 6px;
    border: 5px solid transparent;
    border-top-color: #000;
}

header .right .lang .select_box {
    display: none;
    position: absolute;
    z-index: 999;
    border-radius: 6px;
    width: 120px;
    flex-direction: column;
    top: 100%;
    left: 50%;
    transform: translateX(-42%);
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 2px 10px;
}

header .right .lang:hover .select_box {
    display: flex;
}

header .right .lang .select_box a {
    padding: 3px 2px;
    border-bottom: 1px solid #ccc;
}

header .right .lang .select_box a:last-child {
    border-bottom: none;
}

header .right .lang .select_box a:hover {
    opacity: .8;
}

header .main .right {
    display: flex;
    align-items: center;
}

header .main .right nav .nav {
    display: flex;
    align-items: center;
}

header .main .right nav .nav li {
    padding: 0 17px;
}

header .main .right nav .nav li a {
    color: #000000;
    font-size: 16px;
    font-family: 'ralewayREGULAR';
    font-weight: bold;
    display: block;
    padding: 6px 1px;
    border-bottom: 2px solid transparent;
}

header .main .right nav .nav li.active a {
    border-bottom: 2px solid #db1522;
}

header .main .right .getPay {
    margin-left: 70px;
    color: #d9000f;
    font-size: 15px;
    border: 2px solid #d9000f;
    padding: 8px 24px;
    border-radius: 8px;
    cursor: pointer;
}

header .main .right .getPay:hover {
    background-color: #d9000f;
    color: #fff;
}

.banner {
    font-size: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner img {
    width: 100%;
}

.banner .btns {
    position: absolute;
    bottom: 20px;
    right: 46px;
}

.banner .btns .msgBtn {
    width: 46px;
    font-size: 0;
    cursor: pointer;
}

.banner .btns .msgBtn img {
    width: 100%;
}

.banner .btns .msgBtn .msgText {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    width: 110px;
    height: 32px;
    border-radius: 8px;
    box-shadow: 4px 0 10px rgba(0, 0, 0, .2);
    margin-right: 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .2s;
}

.banner .btns .msgBtn .msgText::before {
    content: '';
    position: absolute;
    border: 6px solid transparent;
    border-left-color: #fff;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.banner .btns .msgBtn:hover .msgText {
    opacity: 1;
}

.solutions {
    padding: 81px 0;
}

.solutions .main {
    display: flex;
    align-items: center;
    gap: 50px;
}

.solutions .main>div {
    flex: 1;
    width: 0;
}

.solutions .main .left .pic {
    width: 100%;
    font-size: 0;
}

.solutions .main .left .pic img {
    width: 100%;
}

.solutions .main .left .picList {
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
    gap: 10px;
    margin-top: 10px;
}

.solutions .main .left .picList .item {
    flex: 1;
    overflow: hidden;
    height: 70px;
    opacity: .8;
    border: 2px solid transparent;
}

.solutions .main .left .picList .item.active {
    border-color: #d9000f;
    opacity: 1;
}

.solutions .main .left .picList .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: transform .5s;
}

.solutions .main .left .picList .item:hover img {
    transform: scale(1.05);
}

.solutions .main .text .title {
    text-align: center;
    color: #db1522;
    font-family: 'ralewayExtraBold';
    font-size: 30px;
}

.solutions .main .text .list {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.solutions .main .text .list .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.solutions .main .text .list .item .tit {
    display: flex;
    line-height: 1;
    padding: 20px 0;
    align-items: flex-end;
}

.solutions .main .text .list .item .tit .num {
    font-family: 'alibabaHeavy';
    font-size: 48px;
    color: #000;
}

.solutions .main .text .list .item .tit span {
    font-family: 'alibabaHeavy';
    font-size: 30px;
    margin-left: 2px;
    color: #000;
    padding-bottom: 2;
}

.solutions .main .text .list .item .tit p {
    line-height: 1;
    padding-bottom: 4px;
    margin-left: 4px;
}

.solutions .main .text .list .item p {
    font-size: 16px;
    font-family: 'ralewaySemiBold';
    color: #959595;
}

.solutions .main .text .list {
    margin-top: 48px;
}

.partner .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.partner {
    position: relative;
}

.partner .contact {
    position: relative;
    padding: 76px 0;
    z-index: 9;
}

.partner .contact .title {
    color: #fff;
    font-family: 'ralewayBold';
    text-align: center;
    font-size: 36px;
}

.partner .contact .desc p {
    color: #fff;
    font-family: 'ralewaySemiBold';
    font-size: 22px;
    text-align: center;
    margin-top: 42px;
    line-height: 36px;
}

.partner .contact .partnerList {
    display: flex;
    background-color: #fff;
}

.partner .contact .partnerList .item {
    flex: 1;
    padding: 18px;
    padding-bottom: 30px;
}

.partner .contact .partnerList .item .pic {
    font-size: 0;
    width: 100%;
}

.partner .contact .partnerList .item img {
    width: 100%;
}

.partner .contact .partnerList .item .tit {
    text-align: center;
    font-family: 'ralewayBold';
    font-size: 20px;
    color: #171712;
    margin-top: 14px;
    padding: 0 10px;
}

.partner .contact .partnerList .item p {
    text-align: center;
    font-family: 'ralewaySemiBold';
    font-size: 16px;
    color: #4a4a4a;
    line-height: 24px;
    margin-top: 10px;
}

.partner .contact .more {
    background-color: #db1522;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 30px;
    border-radius: 6px;
    margin: 20px auto;
    display: block;
    width: fit-content;
}

.videoCenter .main .title {
    text-align: center;
    font-size: 40px;
    font-family: 'ralewayBlack';
    color: #db1522;
}

.videoCenter .main .desc {
    color: #585757;
    font-size: 36px;
    font-family: 'ralewaySemiBold';
    text-align: center;
    margin-top: 10px;
}

.videoCenter .main .videoList {
    display: flex;
    flex-wrap: wrap;
    --gap: 46px;
    --col: 3;
    gap: var(--gap);
    padding: 70px 0;
}

.videoCenter .main .videoList .item {
    width: calc(100% / var(--col) - (var(--gap) * (var(--col) - 1)) / var(--col));
}

.videoCenter .main .videoList .item .pic {
    width: 100%;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
}

.videoCenter .main .videoList .item .pic img {
    max-width: 90%;
    max-height: 90%;
}

.videoCenter .main .videoList .item .tit {
    text-align: center;
    color: #000000;
    font-size: 18px;
    font-family: 'ralewayBold';
    margin-top: 21px;
}

.performance {
    background: url('../images/performancebg.png') no-repeat;
    background-size: cover;
    padding: 70px 0;
}

.performance .title {
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-family: 'ralewayBlack';
}

.performance .cardlist {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-top: 58px;
}

.performance .cardlist .item {
    background: rgba(255, 255, 255, .7);
    padding: 85px 24px 70px;
    text-align: center;
    border-radius: 12px;
}

.performance .cardlist .item:last-child {
    background: rgba(255, 255, 255, .5);
}

.performance .cardlist .item .tit {
    color: #000;
    font-size: 30px;
    font-family: 'ralewayBold';

}

.performance .cardlist .item p {
    padding: 30px 0 42px;
    color: #2b2b2b;
    font-size: 24px;
    font-family: 'ralewayBold';
}

.performance .cardlist .item a {
    color: #fff;
    font-size: 18px;
    font-family: 'ralewayBold';
    background-color: #db1522;
    border-radius: 6px;
    padding: 12px 22px;
}

.ourSolution {
    padding: 100px 0;
}

.ourSolution .title {
    text-align: center;
    font-size: 40px;
    font-family: 'ralewayExtraBold';
    color: #e23b46;
}

.ourSolution .ourList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.ourSolution .ourList .item {
    width: calc(100% / 4);
    position: relative;
}

.ourSolution .ourList .item .bg {
    padding-top: 100%;
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.ourSolution .ourList .item .bg .cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 26px);
    height: calc(100% - 26px);
    background: var(--bg);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ourSolution .ourList .item .cont .icon {
    width: 131px;
    height: 121px;
    background: url('../images/ourhomeicon.png') no-repeat;
    background-position: var(--icon-x) var(--icon-y);
}

.ourSolution .ourList .item .cont .text {
    color: #fff;
    font-family: 'ralewayBold';
    font-size: 30px;
    text-align: center;
    margin-top: 28px;
    padding: 0 20px;
}

.ourSolution .btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
}

.ourSolution .btns a {
    color: #fff;
    background-color: #db1522;
    padding: 12px 22px;
    border-radius: 8px;
}

.longTermCoop {
    background: url('../images/longCoopBg.png') no-repeat;
    background-size: cover;
    padding: 132px 0 124px;
    background-position: center center;
}

.longTermCoop .title {
    font-family: 'ralewaySemiBold';
    color: #fff;
    font-size: 36px;
    text-align: center;
}

.longTermCoop .desc {
    text-align: center;
    font-family: 'ralewaySemiBold';
    color: #fff;
    font-size: 24px;
    margin-top: 30px;
    font-style: italic;
}

.longTermCoop .main {
    padding: 0 30px;
}

.longTermCoop .main .logoList {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    border-radius: 2px;
}

.longTermCoop .main .logoList .item {
    width: calc(100% / 5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 0;
}

.longTermCoop .main .logoList .item img {
    max-width: 80%;
}

.certContact {
    padding: 80px 0;
}

.certContact .title {
    text-align: center;
    font-size: 36px;
    color: #d9000f;
    font-family: 'ralewayExtraBold';
}

.certContact .certList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.certContact .certList .item {
    width: calc(100% / 5);
    padding: 10px;
}


.certContact .certList .item img {
    width: 100%;
}

.latestNews .main {
    display: flex;
    align-items: center;
}

.latestNews .left {
    width: 560px;
}

.latestNews .left .title {
    text-align: center;
    color: #d9000f;
    font-family: 'ralewayExtraBold';
    font-size: 36px;
}

.latestNews .left p {
    text-align: center;
    font-family: 'ralewayBold';
    font-size: 28px;
    color: #000;
    margin-top: 22px;
}

.latestNews .left a {
    width: fit-content;
    margin: 45px auto;
    display: block;
    padding: 10px 26px;
    background: #db1522;
    color: #fff;
    font-size: 24px;
    font-family: 'ralewayBold';
    border-radius: 8px;
}


.latestNews .right {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    flex: 1;
    padding-left: 100px;
}


.latestNews .right .item {
    width: calc(100% / 3 - (36px * 2 / 3));
    cursor: pointer;
}


.latestNews .right .item .pic {
    font-size: 0;
    width: 100%;
}

.latestNews .right .item .pic img {
    width: 100%;
}



.latestNews .right .item .title {
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
}


.latestNews .right .item .date {
    color: #7d7d7d;
    font-size: 14px;
    margin-top: 6px;
    font-weight: bold;
}

.getInTouchNow {
    background: url('../images/getInTouchNowbg.png') no-repeat;
    background-size: cover;
    background-position: center center;
}

.getInTouchNow .main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 169px 0 140px;
}

.getInTouchNow .main .icon img {
    width: 112px;
}

.getInTouchNow .main .title {
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-family: 'ralewayBold';
    margin-top: 20px;
    line-height: 2;
}

.getInTouchNow .main a {
    background-color: #db1522;
    color: #fff;
    padding: 6px 32px;
    border-radius: 8px;
    margin-top: 50px;
    font-weight: bold;
    font-size: 24px;
}


.latestNews .left a:hover,
.latestNews .left a .partner .contact .more:hover,
.performance .cardlist .item a:hover,
.ourSolution .btns a:hover {
    opacity: .8;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

footer {
    background-color: #000;
    padding: 40px 0;
}

footer .main {
    display: flex;
    justify-content: space-between;
}

footer .fun {
    max-width: 481px;
}

footer .fun .logo img {
    width: 198px;
}

footer .fun .text {
    color: #fff;
    margin-top: 18px;
}

footer .fun .text p {
    margin-top: 6px;
    font-size: 15px;
}

footer .fun .text p strong {
    font-weight: normal;
    color: #d7000f;
}

footer .fun form {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 8px;
}

footer .fun form label {
    color: #b2b2b2;
}

footer .fun form input#email {
    background-color: #fff;
    border: none;
    outline-style: none;
    width: 390px;
    border-radius: 2px;
    padding: 5px 10px;
    margin-top: 10px;
}

footer .fun form .btn {
    background: #d9000f;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    width: 390px;
    text-align: center;
    border-radius: 100px;
    margin-top: 18px;
    padding: 8px 0;
}

footer .links {
    display: flex;
    align-items: center;
    gap: 26px;
    margin-top: 25px;
    padding-bottom: 5px;
}

footer .links a {
    width: 21px;
    height: 19px;
    background: url('../images/footerLinkIcon.png') no-repeat;
    background-position: var(--icon-x) 0;
}

footer .fun .btn {
    background-color: #d9000f;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 10px;
    border-radius: 6px;
    width: 226px;
    text-align: center;
    margin-top: 22px;
}

footer .navLinks {
    padding-top: 70px;
    color: #fff;
    display: flex;
    flex-direction: column;
    max-width: 500px;
}

footer .navLinks .tit {
    font-size: 18px;
    font-family: 'ralewayBold';
    padding-bottom: 15px;
}

footer .navLinks a {
    font-size: 16px;
    font-family: 'ralewayMedium';
    padding: 15px 0;
}


footer .navLinks.navLinks_end a {
    display: flex;
    align-items: start;
    padding: 8px 0;
}

footer .navLinks img {
    width: 22px;
    height: auto;
    margin-right: 10px;
    margin-top: 2px;
}

footer .navLinks a:hover {
    color: #d9000f;
}

.footerText {
    margin-top: 40px;
}

footer .main .copy {
    display: flex;
    align-items: center;
}

footer .main .copy p {
    color: #e9e8e8;
    font-size: 15px;
    margin-right: 20px;
}

footer .main a {
    color: #ffffff;
    font-size: 16px;
}

footer .main a:hover {
    opacity: .6;
}

header .right .menu {
    position: relative;
    width: 26px;
    height: 18px;
    margin-left: 26px;
    cursor: pointer;
    display: none;
}

header .right .menu .line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
    background-color: #d7000f;
    transition: opacity .2s;
}

header .right .menu::after,
header .right .menu::before {
    content: '';
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #d7000f;
    transition: transform .5s;
}

header .right .menu::before {
    top: 100%;
    transform: translateY(-100%);
}

header .right .menu.cancel::before,
header .right .menu.cancel::after {
    top: 50%;
    transform: rotate(45deg);
}

header .right .menu.cancel::before {
    transform-origin: center center;
    transform: rotate(-45deg);
}

header .right .menu.cancel .line {
    opacity: 0;
}

header {
    position: relative;
}

header .main .right nav.show_m {
    display: flex;
    position: absolute;
    top: 100%;
    border-top: 1px solid rgba(0, 0, 0, .1);
    left: 0;
    width: 100%;
    max-height: 80vh;
    overflow-y: scroll;
    background-color: #fff;
    z-index: 999;
}

header .main .right nav.show_m .nav {
    flex-direction: column;
    width: 100%;
}

header .main .right nav.show_m .nav li {
    width: 100%;
}

header .main .right nav.show_m .nav li a {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

/* about */
.longTermCoopAbout {
    background: none;
    margin-top: 40px;
    padding: 30px 0;
    background-color: #fff;
}

.aboutContact {
    background: #fbfbfb;
    padding: 60px 0;
}

.title_about {
    color: #db1522;
    font-family: 'cybs';
    font-size: 48px;
    text-align: center;
    margin-bottom: 20px;
}

.aboutContact .title_about {
    margin-bottom: 50px;
}

.aboutContact .text {
    color: #7e7e7e;
    font-family: 'ralewayMedium';
    font-size: 20px;
    line-height: 36px;
}

.title_about_desc {
    color: #b8b8b8;
    font-family: 'ralewayMedium';
    font-size: 20px;
    text-align: center;
    width: 58%;
    line-height: 36px;
    margin: 0 auto;
}

.longTermCoopAbout .title_public {
    background-color: #fbfbfb;
}

.environment .picList {
    display: flex;
    gap: 32px;
    padding-top: 45px;
    padding-bottom: 70px;
}

.environment .picList .item {
    flex: 1;
    font-size: 0;
}

.environment .picList .item img {
    width: 100%;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #777777;
}

/* videos */
.menu_left_contact {
    width: 295px;
}

.menu_left_contact .title_menu {
    display: flex;
    align-items: center;
}

.menu_left_contact .title_menu .icon {
    font-size: 0;
    margin-right: 6px;
}

.menu_left_contact .title_menu .icon img {
    width: 17px;
}

.menu_left_contact .title_menu span {
    font-family: 'ralewayBold';
    color: #0a0f1b;
    font-size: 24px;
}

.menu_left_contact .menuList {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.menu_left_contact .menuList .item {
    background: #ffeeef;
    border-radius: 0 8px 8px 0;
    border-left: 3px solid #ffeeef;
    color: #000000;
    font-family: 'ralewayBold';
    font-size: 16px;
    padding: 24px 0 24px 20px;
}

.menu_left_contact .menuList .item.active,
.menu_left_contact .menuList .item:hover {
    color: #fff;
    border-left-color: #000000;
    background: #db1522;
}

.menu_left_contact .menu_msg_card {
    margin-top: 22px;
    background: #0a0f1a;
    border-radius: 10px;
    padding: 16px;
}

.menu_left_contact .menu_msg_card .tit {
    color: #fff;
    font-family: 'ralewayBold';
    font-size: 15px;
}

.menu_left_contact .menu_msg_card .desc {
    font-family: 'ralewayREGULAR';
    color: #e1d8c9;
    line-height: 24px;
    font-size: 14px;
    margin-top: 12px;
}

.menu_left_contact .menu_msg_card a {
    display: block;
    color: #000000;
    font-size: 16px;
    font-family: 'ralewayBold';
    padding: 10px 42px;
    border-radius: 10px;
    background-color: #fff;
    margin: 35px auto 0;
    font-size: 16px;
    text-align: center;
    width: fit-content;
}

.menu_left_contact .menu_msg_card a:hover {
    background-color: #db1522;
    color: #fff;
}

.videos_container {
    margin-top: 40px;
    padding-bottom: 50px;
}

.videos_container .main {
    display: flex;
    gap: 80px;
}

.videos_container .main .right_videos {
    flex: 1;
}

.videos_container .main .right_videos .title {
    font-size: 24px;
    color: #0a0f1b;
    font-family: 'ralewaySemiBold';
}

.videos_container .main .right_videos .tit_desc {
    margin-top: 8px;
    font-family: 'ralewaySemiBold';
    color: #8c8374;
    font-size: 16px;
}

.videos_container .main .right_videos .video_list {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    --gap: 50px;
    --col: 3;
    gap: var(--gap);
}

.videos_container .main .right_videos .video_list .item {
    width: calc((100% / var(--col)) - ((((var(--col) - 1) * var(--gap))) / var(--col)));
    overflow: hidden;
    background-color: #fff;
    padding: 10px;
}

.videos_container .main .right_videos .video_list .item .pic {
    width: 100%;
    font-size: 0;
}

.videos_container .main .right_videos .video_list .item .pic img {
    width: 100%;
}

.videos_container .main .right_videos .video_list .item .tit {
    color: #000;
    font-size: 18px;
    font-family: 'ralewayBold';
    margin-top: 16px;
    width: 100%;
}

.videos_container .main .right_videos .video_list .item .tit p {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.pages_btns_nums {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 45px;
    gap: 12px;
}

.pages_btns_nums .btn {
    width: 38px;
    height: 38px;
    background: #d9d9d9;
    font-size: 18px;
    font-family: 'ralewayMedium';
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    cursor: pointer;
}

.pages_btns_nums .btn:hover,
.pages_btns_nums .btn.active {
    background: #db1522;
    color: #fff;
}

.videos_container {
    background-color: #fbfbfb;
}

.videos_container .main .right_videos .video_list .item .row {
    display: flex;
    align-items: flex-end;
}

.videos_container .main .right_videos .video_list .item .row .icon {
    margin-top: 16px;
    width: 50px;
    transition: transform .25s;
    cursor: pointer;
}

.videos_container .main .right_videos .video_list .item .row .icon img {
    width: 40px;
}

.videos_container .main .right_videos .video_list .item .tit span {
    display: block;
    margin-top: 15px;
    color: #5f5f5f;
    font-size: 16px;
    font-family: 'ralewayMedium';
}

.videos_container .main .right_videos .video_list .item .row .icon .active {
    display: none;
    width: 50px;
}

.videos_container .main .right_videos .video_list .item .row .icon:hover {
    transform: translateY(-5px);
}

.videos_container .main .right_videos .video_list .item .row .icon:hover img {
    display: none;
}

.videos_container .main .right_videos .video_list .item .row .icon:hover .active {
    display: block;
}

/* customer */
.customer_container .main .right_videos .video_list {
    --col: 4;
}

/* Contact Us */
.contactus .card {
    background-color: #fbfbfb;
    padding: 90px 0;
}

.contactus .card .main {
    display: flex;
    gap: 60px;
}

.contactus .card .item {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .06);
    padding: 30px 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contactus .card .item .tit {
    color: #000;
    font-family: 'ralewayBold';
    font-size: 24px;
    margin-top: 13px;
}

.contactus .card .item p {
    color: #000;
    font-size: 18px;
    line-height: 35px;
    margin-top: 10px;
    text-align: center;
}

.contactus .card .item.address {
    flex: 1;
}

.contactus .card .item {
    width: calc(50% / 2 - (15px));
}

.contactus .message_row {
    display: flex;
    gap: 100px;
    padding: 80px 0;
}

.contactus .message_row .left {
    width: 620px;
}


.onlineMessage .title,
.contactus .message_row .left .title {
    color: #d9000f;
    font-size: 36px;
    font-family: 'ralewayExtraBold';
}

.message_row .left .desc {
    color: #747474;
    font-size: 18px;
    font-family: 'ralewayREGULAR';
    margin-top: 12px;
}

.message_row .left p {
    color: #444444;
    font-size: 24px;
    font-family: 'ralewaySemiBold';
    margin-top: 28px;
}


.message_row .left .ewm {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.message_row .onlineMessage {
    flex: 1;
}

.message_row .onlineMessage form {
    margin-top: 20px;
    width: 100%;
}

.message_row .onlineMessage form .ipt {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.message_row .onlineMessage form .ipt label {
    color: #757575;
    font-family: 'ralewayREGULAR';
    font-size: 24px;
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 8px;
}

.message_row .onlineMessage form .ipt label span {
    font-family: 'ralewayREGULAR';
    color: #d9000f;
    font-size: 48px;
    margin-left: 8px;
    height: 20px;
}

.message_row .onlineMessage form .ipt input,
.message_row .onlineMessage form .ipt textarea {
    border: 1px solid #dedcdc;
    width: 100%;
    padding: 8px;
}

.message_row .onlineMessage form .submit {
    background-color: #d9000f;
    color: #fff;
    font-family: 'ralewayREGULAR';
    font-size: 24px;
    padding: 12px 38px 10px;
    display: block;
    cursor: pointer;
    margin-top: 40px;
}

.message_row .onlineMessage form .submit:hover {
    background-color: #a5000b;
}

/* news */
.news {
    background-color: #fafafa;
    padding: 58px 0;
}

.news .main {
    display: flex;
    gap: 68px;
}

.news .main .left {
    flex: 1;
}

.news .main .right {
    width: 385px;
    background-color: #fff;
    padding: 18px;
}


.news .main .left .newsList .item {
    display: flex;
    gap: 70px;
    background-color: #ffffff;
    margin-bottom: 53px;
}

.news .main .left .newsList .item .pic {
    width: 446px;
    font-size: 0;
}

.news .main .left .newsList .item .pic img {
    width: 100%;
}

.news .main .left .newsList .item .text {
    flex: 1;
    padding: 18px 35px;
}

.news .main .left .newsList .item .text .tit {
    font-size: 22px;
    font-family: 'ralewayBold';
    color: #000000;
}

.news .main .left .newsList .item .text .desc {
    font-family: 'ralewayMedium';
    color: #7d7b7b;
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
}

.news .main .left .newsList .item .text .row {
    display: flex;
    align-items: center;
    margin-left: 16px;
}

.news .main .left .newsList .item .text .datas {
    display: flex;
    align-items: center;
    margin-top: 6px;
}

.news .main .left .newsList .item .text .datas .icon {
    display: flex;
    align-items: center;
    margin-right: 2px;
}

.news .main .left .newsList .item .text .datas .date {
    margin-right: 6px;
}

.news .main .left .newsList .item .text .datas span {
    color: #636363;
    font-family: 'ralewayMedium';
    font-size: 16px;
}

.news .main .left .newsList .item .text .btn {
    color: #fff;
    background-color: #d40001;
    padding: 13px 30px 10px;
    width: fit-content;
    margin-top: 20px;
}

.news .main .right .newseltter {
    background-color: #d40001;
    color: #fff;
    padding: 24px 27px 40px;
}

.news .main .right .newseltter .title {
    color: #ffffff;
    font-family: 'ralewayBold';
    font-size: 30px;
}

.news .main .right .newseltter p {
    font-size: 16px;
    line-height: 30px;
    font-family: 'ralewayMedium';
    display: flex;
    flex-direction: column;
}

.news .main .right .newseltter p::after {
    content: '';
    width: 78px;
    height: 4px;
    background-color: #de494a;
    margin-top: 14px;
}

.news .main .right .newseltter form {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}

.news .main .right .newseltter form input {
    background: #fff;
    color: #6d6d6d;
    font-family: 'ralewayREGULAR';
    font-size: 16px;
    padding: 7px 9px;
}

.news .main .right .newseltter form .submit {
    margin-top: 22px;
    background-color: #de494a;
    color: #fff;
    font-family: 'ralewayBold';
    font-size: 18px;
}

.news .main .right .text_cont {
    margin-top: 28px;
    background-color: #f5f5f5;
    padding: 20px 27px 30px;
}

.news .main .right .text_cont .title {
    color: #d40001;
    font-size: 24px;
    font-family: 'ralewayBold';
    display: flex;
    flex-direction: column;
}

.news .main .right .text_cont .title::after {
    content: '';
    height: 4px;
    width: 77px;
    background-color: #de494a;
    margin-top: 6px;
}

.news .main .right .text_cont .item {
    margin-top: 18px;
}

.news .main .right .text_cont .item .tit {
    font-size: 18px;
    font-family: 'ralewayBold';
    color: #000000;
}

.news .main .right .text_cont .item p {
    font-size: 16px;
    font-family: 'ralewayMedium';
    color: #7c7c7c;
    line-height: 24px;
    margin-top: 10px;
}

.news .main .right .text_cont.contactus_textcont .item {
    display: flex;
}

.news .main .right .text_cont.contactus_textcont .item .icon img {
    width: 17px;
    opacity: .5;
}

.news .main .right .text_cont.contactus_textcont .item p {
    margin-top: 0;
    margin-left: 8px;
}

.news .main .left .news_desc {
    line-height: 36px;
    color: #575757;
}

.news .main .left .news_desc img {
    max-width: 100%;
    width: 100%;
    display: block;
    margin: 12px auto;
}

.news .main .left .news_desc .title {
    font-size: 24px;
    font-family: 'ralewayBold';
    color: #d40001;
    text-align: center;
    margin-bottom: 40px;
}

/* customerDesc */
.customerDesc .title {
    color: #000000;
    font-size: 36px;
    font-family: 'ralewayBold';
    text-align: center;
    padding: 40px;
}

.customerDesc img {
    width: 100%;
    display: block;
}

.customerDesc {
    padding-bottom: 60px;
}

/* product_desc */
.product_desc .head_contact .title {
    font-family: 'ralewayBold';
    font-size: 24px;
    color: #000;
}


.product_desc .head_contact {
    padding: 52px 0;
    background-color: #fbfafb;
}

.product_desc .head_contact .main {
    display: flex;
    align-items: center;
    gap: 100px;
}

.product_desc .head_contact .text {
    flex: 1;
}

.product_desc .head_contact .pic {
    width: 667px;
    font-size: 0;
}

.product_desc .head_contact .pic img {
    width: 100%;
}

.product_desc .head_contact .desc {
    color: #5f5f5f;
    font-family: 'ralewayREGULAR';
    font-size: 16px;
    margin-top: 22px;
}

.product_desc .head_contact p {
    color: #363636;
    font-family: 'ralewayREGULAR';
    font-size: 16px;
    line-height: 30px;
    margin-top: 22px;
}

.product_desc .head_contact .rows {
    margin-top: 28px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.product_desc .head_contact .rows .btn {
    color: #fff;
    font-size: 18px;
    padding: 14px 28px 12px;
    font-family: 'ralewayBold';
    border-radius: 100px;
    display: flex;
    align-items: center;
    background-color: #da1322;
}

.product_desc .head_contact .rows .btn span {
    margin-right: 10px;
}

.product_desc .head_contact .rows .btn img {
    width: 18px;
}

.product_desc .head_contact .rows .tab_btns {
    display: flex;
    align-items: center;
    gap: 12px;
}

.product_desc .head_contact .rows .tab_btns .btn_icon {
    width: 33px;
    font-size: 0;
}

.product_desc .head_contact .rows .tab_btns .btn_icon img {
    width: 100%;
}

.product_desc .contact table {
    width: 100%;
}

.product_desc .contact table tr td,
.product_desc .contact table tr th {
    border: 1px solid #d9d9d9;
    text-align: center;
    padding: 6px 10px;
}

.product_desc .contact div p {
    line-height: 30px;
}

.product_desc .contact table tr th {
    font-size: 22px;
    color: #393939;
}

.product_desc .contact table tr td {
    color: #393939;
    font-size: 18px;
}

.product_desc .contact div img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}