#carousel .option {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#carousel .sinothk {
    margin-top: 87px;
    margin-left: 55px;
    width: 371px;
    height: 248px;
}

#carousel .carousel-inner,
#carousel .carousel-item {
    height: 560px;
}
#carousel .carousel-item .w-100 {
    object-fit: cover;
    height: 100%;
}

#carousel .title {
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    font-size: 48px;
    color: #FFFFFF;
    margin-left: 200px;
    margin-top: -89px;
    line-height: 48px;
}

#carousel .hint {
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    margin-left: 200px;
    margin-top: 26px;
    line-height: 20px;
}

#carousel .btn {
    width: 216px;
    height: 50px;
    background: linear-gradient(90deg, #006DFF, #0082FF);
    border-radius: 4px;
    border: 0px solid #000000;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    padding: 0;
    margin-left: 200px;
    margin-top: 47px;
}

#carousel .carousel-indicators {
    right: auto;
    margin-left: 200px;
    bottom: 63px;
    margin-bottom: 0;
}

#carousel .msg-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 776px;
    height: 128px;
}

#carousel .msg-bg img {
    position: absolute;

}

#carousel .msg-bg .d1 {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    position: relative;
    margin-top: 23px;
    margin-left: 29px;
    line-height: 20px;

}

#carousel .msg-bg .d2 {
    font-family: PingFangSC-Light;
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    position: relative;
    margin-left: 29px;
    margin-top: 21px;
    line-height: 14px;
}

#carousel .msg-bg .d3 {
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    position: relative;
    margin-top: 12px;
    margin-left: 29px;
    height: 16px;
    line-height: 16px;
}

.types {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 400px;
    width: 100%;
    height: 152px;
    background: #FFFFFF;
    box-shadow: 0px 10px 60px 0px rgba(24, 35, 53, 0.1);
}

.types .type-item {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.types .type-item img{
    width: 76px;
    height: 56px;
}
.types .type-item .tx {
    margin-left: 10px;
}

.types .type-item .tx h1{
    height: 18px;
    font-family: Alibaba PuHuiTi;
    font-weight: bold;
    font-size: 18px;
    color: #202124;
    line-height: 18px;
}

.types .type-item .tx h2{
    height: 14px;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 14px;
    color: #4D4D50;
    line-height: 14px;
    margin-top: 9px;
}

.content .title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
}

.content .title div:nth-child(1),
.content .title div:nth-child(5) {
    width: 10px;
    height: 10px;
    background: #5AE1DB;
}

.content .title div:nth-child(1),
.content .title div:nth-child(4) {
    margin-right: 10px;
}

.content .title div:nth-child(2),
.content .title div:nth-child(4) {
    width: 10px;
    height: 10px;
    background: #0069E9;
}

.content .title div:nth-child(3) {
    height: 32px;
    font-family: Alibaba PuHuiTi;
    font-weight: bold;
    font-size: 32px;
    color: #202124;
    line-height: 32px;
    margin: 0 40px;
}

.content .subtitle {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 15px;
    color: #202124;
    line-height: 15px;
    opacity: 0.8;
    text-align: center;
    margin-top: 18px;
}

.content1 {
    padding-top: 53px;
    padding-bottom: 78px;
    box-shadow: 0px 10px 60px 0px rgba(24, 35, 53, 0.1);
}

.content1 .content-list {
    display: flex;
    justify-content: center;
    margin-top: 33px;
}
.content-list-mobile{
    margin: 0 20px;
}
.content1 .content-list .item {
    width: 120px;
    height: 272px;
    border-radius: 4px;
    background: #110B25;
    overflow: hidden;
    margin-right: 14px;
    background-size: cover;
    background-position: center;
    position: relative;
    cursor: pointer;
    transition: all 0.4s ease;
}
.content1 .content-list-mobile .item{
    width: 100%;
    height: 220px;
    border-radius: 4px;
    background: #110B25;
    margin-top: 20px;
    position: relative;

}
.content1 .content-list-mobile .item{
    background-size: 100%;
    background-repeat: no-repeat;
}
.content1 .content-list .item:nth-child(1),
.content1 .content-list-mobile .item:nth-child(1){
    background-image: url(../img/index-icon5.png);
}

.content1 .content-list .item:nth-child(2),
.content1 .content-list-mobile .item:nth-child(2) {
    background-image: url(../img/index-icon7.png);
}

.content1 .content-list .item:nth-child(3),
.content1 .content-list-mobile .item:nth-child(3) {
    background-image: url(../img/index-icon9.png);
}

.content1 .content-list .item:nth-child(4),
.content1 .content-list-mobile .item:nth-child(4) {
    background-image: url(../img/index-icon11.png);
}

.content1 .content-list .item:nth-child(5),
.content1 .content-list-mobile .item:nth-child(5) {
    background-image: url(../img/index-icon13.png);
}

.content1 .content-list .item:nth-child(6),
.content1 .content-list-mobile .item:nth-child(6) {
    background-image: url(../img/index-icon15.png);
}

.content1 .content-list .item .icon {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 66px;
    left: 0;
    right: 0;
    margin: auto;
}
.content1 .content-list-mobile .item .icon {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 33px;
    top: 33px;
    bottom: 0;
    margin: 0;
}
.content1 .content-list .item .name,
.content1 .content-list-mobile .item .name {
    height: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 16px;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.content1 .content-list-mobile .item .name {
    left: 62px;
    top: 33px;
    bottom: 0;
    margin: 0;
    text-align: left;
}
.content1 .content-list .item .remark,
.content1 .content-list .item .detail {
    display: none;
}

.content1 .content-list .item:hover,
.content1 .content-list .default {
    width: 448px;
    transition: all 0.4s ease;
}

.content1 .content-list .item:hover .icon,
.content1 .content-list .default .icon {
    left: 33px;
    top: 33px;
    bottom: 0;
    margin: 0;
}

.content1 .content-list .item:hover .name,
.content1 .content-list .default .name {
    left: 62px;
    top: 33px;
    bottom: 0;
    margin: 0;
    text-align: left;
}

.content1 .content-list .item:hover .remark,
.content1 .content-list .default .remark,
.content1 .content-list-mobile .remark {
    width: 292px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 30px;
    position: absolute;
    top: 126px;
    left: 33px;
    display: block;
}
.content1 .content-list-mobile .remark {
    top: 100px;

}
.content1 .content-list .item:hover .detail,
.content1 .content-list .default .detail,
.content1 .content-list-mobile .detail {
    height: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 12px;
    opacity: 0.5;
    position: absolute;
    bottom: 28px;
    left: 33px;
    display: block;
}

.content2 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.content2 .tabs {
    display: flex;
    justify-content: center;
    margin-top: 54px;
    border-bottom: 1px solid rgba(223, 227, 232, 0.34);
}

.content2 .tabs .item {
    width: 200px;
    height: 41px;
    text-align: center;
    margin: 0 120px;
    cursor: pointer;
}

.content2 .tabs .name {
    height: 20px;
    font-family: Alibaba PuHuiTi;
    font-weight: bold;
    font-size: 20px;
    color: #202125;
    line-height: 20px;
}

.content2 .tabs .active .name {
    color: #0053BB;
    font-weight: 800;
}

.content2 .tabs .active .line {
    width: 190px;
    height: 2px;
    background: #0053BB;
    margin: 0 auto;
    margin-top: 18px;
}

.content2 .info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 36px;
}

.content2 .info-left {
    width: 586px;
}

.content2 .info-right {
    width: 586px;
    height: 312px;
    border-radius: 10px;
    object-fit: cover;
}

.content2 .info-title {
    display: flex;
    align-items: center;
}

.content2 .info-title div:nth-child(1) {
    height: 24px;
    font-family: Barlow Condensed;
    font-weight: 600;
    font-size: 24px;
    color: #0053BB;
    line-height: 24px;
}

.content2 .info-title div:nth-child(2) {
    height: 20px;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 20px;
    color: #202124;
    line-height: 20px;
    margin-left: 10px;
}

.content2 .info-subtitle {
    width: 586px;
    height: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #202124;
    line-height: 14px;
    opacity: 0.8;
    margin-top: 12px;
}

.content2 .line1 {
    width: 19px;
    height: 2px;
    background: #202124;
    margin-top: 22px;
}

.content2 .line2 {
    width: 464px;
    height: 1px;
    background: #DFE3E8;
    opacity: 0.34;
}

.content2 .text {
    width: 440px;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #202124;
    line-height: 30px;
    margin-top: 20px;
}

.content2 .info .btn {
    width: 112px;
    height: 38px;
    background: #0053B9;
    border-radius: 2px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 38px;
    margin-top: 50px;
    padding-top: 0;
}
.content3 .swiper2-container-mobile{
    display: none;
    padding-bottom: 60px;
    box-sizing: border-box;
}
.content3 .roll-x{
    color:#FFFFFF;
    overflow: hidden;
    overflow-x: scroll;
    height: 100%;
    display: flex;
    padding: 20px 20px 30px 20px;
    box-sizing: border-box;
}
.content3 .roll-x .swiper2-mobile{
    height: 100%;
    width: 300px;
    flex-shrink: 0;
    margin-right: 20px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.content3 .roll-x .swiper2-mobile .info-bg{
    width: 100%;
}
.content3 .roll-x .swiper2-mobile .info-title{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    background-color: rgba(0, 0, 0, .4);
}
.content3 .btn-mobile{
    width: fit-content;
    border-radius: 4px;
    border: 1px solid #999;
    margin: 30px auto 0 auto;
    font-size: 12px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 40px;
}
.content3 .roll-x::-webkit-scrollbar {
    display: none !important;
}

.content3 {
    position: relative;
    width: 100%;
    height: 585px;
}

.content3 .bg {
    position: absolute;
    width: 100%;
    height: 585px;
    z-index: -1;
}

.content3 .title div {
    color: #fff !important;
}

.content3 .subtitle {
    color: rgba(255, 255, 255, 0.8);
}

.content3 .zw {
    height: 40px;
}

.content3 .tabs {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid rgba(223, 227, 232, 0.2);
    margin-top: 38px;
    align-items: flex-end;
}

.content3 .tabs .item {
    height: 26px;
    margin: 0 60px;
    text-align: center;
    cursor: pointer;
}

.content3 .tabs .item .name {
    height: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #A1B1BE;
    line-height: 14px;
    text-align: center;
}

.content3 .tabs .active .name {
    color: #fff;
}

.content3 .tabs .active .line {
    width: 44px;
    height: 2px;
    background: #0053B9;
    margin: 0 auto;
    margin-top: 10px;
}

.content3 .tabs .more {
    width: 96px;
    height: 32px;
    background: rgba(223, 227, 232, 0.2);
    border-radius: 4px 4px 0px 0px;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    margin-left: 171px;
    cursor: pointer;
}

.content3 .swiper2-container {
    overflow: hidden;
}

.content3 .swiper2 {
    width: 572px;
    margin-top: 30px;
}

.content3 .swiper2 .swiper-wrapper {
    text-align: center;
}

.content3 .swiper2 .swiper-slide {
    width: 572px;
    height: 352px;
    position: relative;
}

.content3 .swiper2 .swiper-slide .info-bg {
    opacity: 0.2;
    width: 572px;
    height: 352px;
}

.content3 .swiper2 .swiper-slide-active {
    background: rgba(0, 83, 185, 0.88);
}

.content3 .swiper2 .hide {
    display: none;
}

.content3 .swiper2 .swiper-slide-active .info-title {
    height: 22px;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 22px;
    position: absolute;
    top: 38px;
    left: 40px;
    display: block;
}

.content3 .swiper2 .swiper-slide-active .info-remark {
    width: 487px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 35px;
    text-align: left;
    position: absolute;
    top: 90px;
    left: 40px;
    display: block;
}

.content3 .swiper2 .swiper-slide-active .projects {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 480px;
    position: absolute;
    top: 198px;
    left: 40px;
}

.content3 .swiper2 .swiper-slide-active .projects div {
    width: 50%;
    text-align: left;
    height: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 12px;
    margin-top: 12px;
    display: block;
}

.content3 .swiper2 .swiper-slide-active .btn {
    width: 110px;
    height: 34px;
    border: 1px solid #FFFFFF;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 34px;
    position: absolute;
    bottom: 35px;
    left: 40px;
    padding: 0;
    display: block;
}

.content4 .title {
    margin-top: 63px;
}

.content4 .swiper3-container {
    margin-top: 51px;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
}

.content4 .swiper3-container .swiper3 {
    width: 1120px;
    height: 384px;
    background: #0053B9;
}

.content4 .swiper3 .swiper-slide {
    display: flex;
}

.content4 .swiper3 .swiper-slide .img {
    width: 622px;
    height: 384px;
}

.content4 .swiper3 .info {
    width: 498px;
    position: relative;
}

.content4 .swiper3 .info .info-title {
    height: 24px;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 71px;
    margin-left: 38px;
}

.content4 .swiper3 .info .info-remark {
    width: 340px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    margin-top: 43px;
    margin-left: 38px;
}

.content4 .swiper3 .info .sinothk-text {
    font-family: Myriad Pro;
    font-weight: bold;
    font-size: 82px;
    color: #E6E9F0;
    line-height: 72px;
    opacity: 0.06;
    transform: rotate(-90deg);
    width: 384px;
    position: absolute;
    right: -159px;
    top: 158px;
}

.content5 {
    position: relative;
    margin-top: 87px;
    width: 100%;
    height: 542px;
    overflow: hidden;
}

.content5 .bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 542px;
}

.content5 .info {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content5 .info .info-left {
    width: 50%;
    height: 100%;
    position: relative;
}

.content5 .line {
    width: 1px;
    height: 100%;
    background-color: rgba(223, 227, 232, 0.2);
}
.info-left .box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.content5 .info-left .row1 {
    height: 24px;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 24px;
}

.content5 .info-left .row2 {
    height: 32px;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 32px;
    margin-top: 18px;
}

.content5 .info-left .row3 {
    width: 437px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
    opacity: 0.6;
    margin-top: 37px;
}

.content5 .info-left .row4 {
    display: flex;
    flex-wrap: wrap;
    width: 550px;
    margin-top: 16px;
}

.content5 .info-left .row4 .item {
    width: 35%;
    margin-top: 56px;
}

.content5 .info-left .row4 .item div:nth-child(1) {
    height: 32px;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 32px;
}

.content5 .info-left .row4 .item div:nth-child(1) span {
    font-size: 22px;
    line-height: 27px;
    height: 22px;
    margin-top: -24px;
    text-align: center;
    vertical-align: text-top;
}

.content5 .info-left .row4 .item div:nth-child(2) {
    height: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 14px;
    margin-top: 13px;
}

.content5 .info-right {
    width: 50%;
    display: flex;
    align-items: center;
}

.content5 .info-right .list {
    margin: 0 20px 0 20px;
    width: 550px;
}

.content5 .info-right .row {
    display: flex;
    justify-content: center;
}

.content5 .info-right .item {
    width: 185px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.content5 .info-right .item img {
    width: 40px;
    height: 40px;
}

.content5 .info-right .item div {
    height: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #BCC0C9;
    line-height: 14px;
    margin-top: 17px;
}

.content5 .tips {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content5 .tips .line1 {
    width: 1px;
    height: 28px;
    background: rgba(255, 255, 255, 0.1);
}

.content5 .tips .line2 {
    width: 1px;
    height: 28px;
    background: #DE3B34;
}

.content5 .tips .tx {
    width: 11px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 11px;
    line-height: 11px;
    color: #FFFFFF;
    margin: 22px auto;
}

.content6 {
    display: flex;
    justify-content: center;
    margin-top: 67px;
}

.content6 .item {
    width: 372px;
    height: 335px;
    background: #FFFFFF;
    box-shadow: 0px 40px 70px 0px rgba(26, 59, 84, 0.1);
}

.content6 .item .icon {
    width: 100%;
    height: 173px;
}

.content6 .item .name {
    height: 18px;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    line-height: 18px;
    margin-top: 37px;
    margin-left: 34px;
}

.content6 .item .remark {
    width: 285px;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    margin-top: 20px;
    margin-left: 34px;
}

.content7 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 309px;
    margin-top: 57px;
    overflow: hidden;
}

.content7 .bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content7 .info {
    margin-left: 260px;
}

.content7 .title {
    height: 54px;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    font-size: 54px;
    color: #FFFFFF;
    line-height: 54px;
}

.content7 .remark {
    width: 518px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    opacity: 0.8;
    margin-top: 37px;
}

.content7 .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 248px;
    height: 64px;
    background: #74DACC;
    border-radius: 40px;
    margin-right: 400px;

}
.content7 .btn-mobile {
    border-radius: 4px;
    border: 1px solid #999;
    margin: 30px auto 60px auto;
    font-size: 12px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 40px;
    display: none;
}
.content7 .btn div {
    font-family: Alibaba PuHuiTi;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 64px;
    margin-left: 22px;
}

.content7 .btn img {
    width: 32px;
    height: 23px;
}

.content7 .btn:hover {
    background-color: rgba(116, 218, 204, 0.5);
}

@media (max-width: 1600px) {
    .content1 .content-list .item:hover .detail,
    .content1 .content-list .default .detail,
    .content3 .swiper2 .swiper-slide-active .projects div{
        font-size: 10px;
    }
    .types .type-item .tx h2,
    .content2 .info-subtitle,
    .content2 .text,
    .content2 .info .btn,
    .content3 .tabs .item .name,
    .content3 .tabs .more,
    .content6 .item .remark,
    .content5 .info-right .item div,
    .content5 .info-left .row4 .item div:nth-child(2),
    .content5 .info-left .row3,
    .content3 .swiper2 .swiper-slide-active .info-remark,
    .content3 .swiper2 .swiper-slide-active .btn,
    .content4 .swiper3 .info .info-remark,
    #carousel .msg-bg .d2{
        font-size: 12px;
    }
    .content .subtitle,
    .content1 .content-list .item:hover .remark,
    .content1 .content-list .default .remark{
        font-size: 13px;
    }
    .content1 .content-list .item .name,
    .content6 .item .name,
    .content7 .remark,
    #carousel .msg-bg .d3{
        font-size: 14px;
    }
    .types .type-item .tx h1{
        font-size: 16px;
    }
    .content2 .tabs .name,
    .content2 .info-title div:nth-child(2),
    #carousel .hint,
    #carousel .btn,
    #carousel .msg-bg .d1{
        font-size: 18px;
    }
    .content3 .swiper2 .swiper-slide-active .info-title{
        font-size: 20px;
    }
    .content2 .info-title div:nth-child(1),
    .content7 .btn div,
    .content5 .info-left .row1,
    .content4 .swiper3 .info .info-title{
        font-size: 22px;
    }
    .content .title div:nth-child(3),
    .content5 .info-left .row4 .item div:nth-child(1),
    .content5 .info-left .row2{
        font-size: 30px;
    }
    #carousel .title{
        font-size: 38px;
    }
    .content7 .title{
        font-size: 42px;
    }
    .types{
        padding: 0 200px;
    }
    .content5 .info-right .item img{
        width: 22px;
        height: 22px;
    }
    .content7 .info{
        margin-left: 120px;
    }
    .content7 .btn{
        margin-right: 200px;
    }
}
@media (max-width: 1360px) {
}
@media (max-width: 1000px) {
    .main,
    .main-header{
        min-width: auto !important;
    }
    .main{
        margin-top: 56px !important;
    }
    #carousel .msg-bg,
    #carousel .sinothk,
    .content2 .tabs,
    .content3 .tabs,
    .content3 .swiper2-container,
    .content4 .swiper3 .info .sinothk-text,
    .content5 .info-right,
    .content7 .btn{
        display: none;
    }
    #carousel .carousel-indicators{
        right: 0;
        margin-left: 15%;
        bottom: 0;
        margin-bottom: 1rem;
    }
    #carousel .option{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #carousel .title{
        margin-top: 0;
        margin-left: 0;
    }
    #carousel .hint, #carousel .btn{
        margin-left: 0;
    }
    .types{
        padding: 0;
        display: block;
        height: auto;
        padding: 0 0 10px 20px;
    }
    .types .type-item{
        padding-top: 20px;
        box-sizing: border-box;
    }
    .types .type-item .tx h1{
        font-weight: 500;
    }
    .content .title div:nth-child(3){
        font-size: 19px;
    }
    .content .subtitle{
        padding: 0 20px 10px 20px;
        line-height: 22px;
    }
    .content2 .info{
        margin: 20px  20px 0 20px;
        flex-flow: column-reverse;
    }
    .content2 .info-right,
    .content2 .info-left,
    .content2 .text,
    .content2 .line2,
    .content2 .info-subtitle{
        width: 100%;
    }
    .content2 .info-right{
        height: 200px;
    }
    .content2 .info-left{
        margin: 20px 0 0 0;
    }
    .content2 .info .btn{
        margin-top: 20px;
    }
    .content3 .swiper2-container-mobile{
        display: block;
    }
    .content3{
        height: fit-content;
    }
    .content3 .bg{
        height: 100%;
    }
    .content4 .title{
        margin-top: 40px;
    }
    .content4 .swiper3-container{
        margin-top: 20px;
    }
    .content4 .swiper3-container .swiper3{
        width: 100%;
        height: fit-content;
    }
    .content4 .swiper3 .swiper-slide{
        flex-direction: column;
    }
    .content4 .swiper3 .swiper-slide .img{
        width: 100%;
        height: auto;
    }
    .content4 .swiper3 .info{
        width: 100%;
        padding: 40px 20px 40px 20px;
        box-sizing: border-box;
    }
    .content4 .swiper3 .info .info-title{
        margin: 0 0 20px 0;
        font-size: 19px;
    }
    .content4 .swiper3 .info .info-remark{
        width: 100%;
        margin: 0;
        line-height: 25px;
    }
    .content5{
        height: fit-content;
        margin: 0;
    }
    .content5 .info{
        flex-direction: column;
    }
    .content5 .info-left .box{
        position: static;
        padding: 40px 20px 40px 20px;
        box-sizing: border-box;
    }
    .content5 .bg{
        object-fit: cover;
        height: 100%;
    }
    .content5 .info-left .row3,
    .content5 .info-left .row4,
    .content5 .info .info-left{
        width: 100%;
    }
    .content5 .info-left .row4 .item{
        width: 50%;
    }
    .content5 .info-left .row1{
        font-size: 16px;
    }
    .content5 .info-left .row2{
        font-size: 19px;
    }
    .content5 .info-left .row3{
        font-size: 14px;
    }
    .content5 .info-left .row4 .item div:nth-child(1){
        font-size: 24px;
    }
    .content6{
        display: block;
        padding: 20px;
        margin: 0;
        box-sizing: border-box;
    }
    .content6 .item{
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
    .content6 .item .icon{
        height: auto;
    }
    .content6 .item .name{
        margin: 0;
        padding: 20px 20px 0 20px;
        height: fit-content;
    }
    .content6 .item .remark{
        margin: 0;
        padding:10px 20px 20px 20px;
        width: 100%;
        box-sizing: border-box;
    }
    .content7{
        flex-direction: column;
        height: fit-content;
        margin: 20px 0 0 0;
    }
    .content7 .info{
        padding:40px 20px 20px 20px;
        margin: 0;
        box-sizing: border-box;
    }
    .content7 .title{
        font-size: 19px;
    }
    .content7 .remark{
        width: 100%;
        margin: 10px 0 0 0;
    }
    .content7 .btn-mobile{
        display: flex;
    }
        
}