bady {
    background: #fff;
}

.flex {
    display: flex;
}

.line {
    background: #9d3909;
    height: 5px;
}

.hcgy {
    background-color: #f2f2f2;
    padding: 55px 90px;
    justify-content: space-between;
    margin-bottom: 50px;
}

.h-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 70px;
    flex-direction: column;
    width: 245px;
}

.h-title .line {
    margin-top: 36px;
}

.gy-intro .line {
    margin-bottom: 36px;
}

.gy-intro {
    width: 630px;
}

.gy-intro p {
    font-size: 24px;
}

.gy-intro p span {
    color: #D9001B;
    font-size: 36px;
}

.ys-item {
    position: relative;
}

.sm-tit {
    flex-direction: column;
    align-items: center;
    gap: 24px
}

.sm-tit .sm-line {
    height: 5px;
    background: #ce0c1d;
    width: 90px;
}

.sm-tit-cn {
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.sm-tit-cn h2{ font-size: 28px;}

.sm-tit-en {
    font-size: 20px;
    font-weight: 400;
}


.ys-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
    margin-bottom: 60px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.ys-item {
    position: relative;
    height: 323px;
    width: 1060px;
}

.ys-img {
    width: 705px;
    height: 320px;
    z-index: 1;
}


.ys-item:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.ys-item img{
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
}

.ys-intro {
    z-index: 2;
    transform: translateY(-50%);
    top: 50%;
}

.ys-item:nth-child(odd) .ys-img {
    position: absolute;
    left: 0;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    overflow: hidden;
}

 

.ys-item:nth-child(odd) .ys-intro {
    position: absolute;
    right: 0;
    border-top-right-radius: 26px;
    border-bottom-left-radius: 26px;
}

.ys-item:nth-child(odd) .ys-intro .ys-txt {
    margin-left: 62px;
}

.ys-item:nth-child(even) .ys-img {
    position: absolute;
    right: 0;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    overflow: hidden;
}


.ys-item:nth-child(even) .ys-intro {
    position: absolute;
    left: 0;
    height: 216px;
    box-sizing: border-box;
    border-top-left-radius: 26px;
    border-bottom-right-radius: 26px;
}

.ys-item:nth-child(1) .ys-intro {
    background-color: rgba(249, 60, 60, 0.2);
}

.ys-item:nth-child(even) .ys-intro .ys-tit {
    position: absolute;
    right: 45px;
}

.ys-item:nth-child(even) .ys-intro .ys-txt {
    position: absolute;
    left: 26px;

}

.ys-item:nth-child(2) .ys-intro {
    background-color: rgba(2, 167, 240, 0.2);
}

.ys-item:nth-child(3) .ys-intro {
    background-color: rgba(22, 213, 182, 0.2);
}

.ys-item:nth-child(1) .ys-intro .ys-tit {
    background-color: rgba(249, 60, 60, 0.7);
}

.ys-item:nth-child(2) .ys-intro .ys-tit {
    background-color: rgba(2, 167, 240, 0.7);
}

.ys-item:nth-child(3) .ys-intro .ys-tit {
    background-color: rgba(22, 213, 182, 0.7);
}


.ys-intro {
    display: flex;
    width: 720px;
    padding: 30px;
    /* gap:40px; */
    box-sizing: border-box;
    align-items: center;
}

.ys-intro i {
    font-size: 22px;
}

.ys-tit {
    width: 290px;
    box-sizing: border-box;
    padding: 26px 0;
    height: 164px;
    display: flex;
    flex-direction: column;
    gap: 20PX;
}

.ys-tit {
    font-size: 30px;
    color: #fff;
}

.ys-txt {
    width: 309px;
    font-size: 20px;
    line-height: 40px;

    text-align: left;
}

.db-content {
    padding: 50px 0;
    margin-bottom: 50px;
}

.table-wap {
    margin-top: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.table-wap table tr:nth-of-type(2n+1) {
    background: #fff;
}

.table-wap table tr:nth-of-type(2n) {
    background: #d8f3ff;
}

.table-wap table th {
    height: 76px;
    background: #0096ff;
    color: #fff;
    font-size: 22px;
}

.table-wap table td:nth-child(2){
   color: #000;
}

.table-wap table td:nth-child(3){
    color: #777777;
 }

.table-wap table,
.table-wap td,
.table-wap th,
.table-wap tr {
    border: 1px solid #3ea7f1;
}

.table-wap table tr:hover td:not([rowspan]) {
    background-color: #98d4ff;
    /* font-weight: 600; */
}
.table-wap td {
    font-size: 16px;
    line-height: 25px;
    text-align: left;
}

.table-wap td p {
    padding: 14px;
}

.table-wap .db-tit {
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    text-align: center;
}

.table-wap .db-lm {
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.clear {
    clear: both;
}

.tech-list {
    margin-top: 50px;
    margin-bottom: 30px;
}

.tech-item {
    margin: 0 auto;
    position: relative;
    padding: 26px;
    height: 300px;
}

.tech-item:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
}

.tech-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.tech-desc {
    line-height: 40px;
}

.t-img {
    height: 300px;
    width: 543px;
}

.t-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.t-con {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 543px;
    justify-content: center;
    height: 100%;
    text-align: justify;
}

.t-con h2 {
    font-size: 26px;
    font-weight: 700;
}

.t-con .t-line {
    height: 3px;
    width: 80px;
    background-color: #f08997;
}

.t-con p {
    font-size: 20px;
}

.t-con p span {
    font-size: 28px;
    color: #D9001B;
}

.tech-item:nth-child(odd) .t-img {
    float: left;
}

.tech-item:nth-child(odd) .t-con {
    float: right;
}

.tech-item:nth-child(even) .t-img {
    float: right;
}

.tech-item:nth-child(even) .t-con {
    float: left;
}

.sz p {
    writing-mode: vertical-rl;
    font-size: 120px;
    color: #e2e2e2;
    font-family: 'Arial Normal', 'Arial', sans-serif;
    font-weight: 400;
}

table img {
    height: 207px;
    width: 376px;
    object-fit: cover;
}

.spec {
    background-color: rgba(242, 242, 242, 0.7);
    justify-content: space-between;
    padding: 50px 30px;
    margin-bottom: 50px;
}

.spec-table {
    margin-top: 50px;
}
.spec-table thead tr th{background-color: #ce0c1d;color: #fff;font-size: 20px;}
.spec-table tr td{background-color: #fff;}
.spec-table table,.spec-table td,.spec-table th,.spec-table tr{border:1px solid #f19b9a ;}

.spec-table table td:nth-child(1){
    color: #000;
    font-size: 16px;
    font-weight: 700;
 }

 .spec-table table td:nth-child(2){font-size: 15px;}

.fv-content {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.fv-item {
    width: 360px;
    padding: 45px 25px;
    border-radius: 30px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.fv-item img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}

.fv-item:hover img{
    opacity: 0.6;
}

.sq {
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 18px;
    border-radius: 10px;
    gap: 50px
}

.fv-item-title {
    height: 122px;
    width: 274px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    gap: 22px;
    padding: 20px 0;
}

.fv-item-title i {
    font-size: 22px;
}

.fv-item-title div {
    font-size: 28px;
}

.fv-item-desc {
    height: 200px;
    width: 274px;
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 18px;
    box-sizing: border-box;
}

.fv-item:nth-child(1) .fv-item-title,
.fv-item:nth-child(1) .fv-item-desc {
    background-color: rgba(249, 60, 60, 0.6);
    border-radius: 14px;
}

.fv-item:nth-child(2) .fv-item-title,
.fv-item:nth-child(2) .fv-item-desc {
    background-color: rgba(2, 133, 189, 0.6);
    border-radius: 14px;
}

.fv-item:nth-child(3) .fv-item-title,
.fv-item:nth-child(3) .fv-item-desc {
    background-color: rgba(117, 2, 189, 0.6);
    border-radius: 14px;
}


.fv-item:nth-child(1):hover .fv-item-title,
.fv-item:nth-child(1):hover .fv-item-desc {
    background-color: rgba(249, 60, 60, 0.3);
    border-radius: 14px;
    color: rgba(249, 60, 60, 1);
    font-weight: 700;
}

.fv-item:nth-child(2):hover .fv-item-title,
.fv-item:nth-child(2):hover .fv-item-desc {
    background-color: rgba(2, 133, 189, 0.3);
    border-radius: 14px;
    color: rgba(2, 133, 189, 1);
    font-weight: 700;
}

.fv-item:nth-child(3):hover .fv-item-title,
.fv-item:nth-child(3):hover .fv-item-desc {
    background-color: rgba(117, 2, 189, 0.3);
    border-radius: 14px;
    color:rgba(117, 2, 189, 1);
    font-weight: 700;
}


.hui{
    background-color: #f2f2f2;
    margin: 50px 0;
    padding: 50px 0;
}

.q-tit {
    align-items: flex-end;
    gap: 100px;
}

.q-tit .sm-tit-cn {
    flex-direction: column;
    gap: 22px;
    align-items: start;
}

.q-tit .sm-line {
    height: 50px;
    width: 90px;
    border-top: 5px solid #ce0c1d;
}

.big-tit-en {
    font-size: 120px;
    color: #e2e2e2;
    font-family: 'Arial Normal', 'Arial', sans-serif;
    line-height: 100px;
}

.q-item {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    border-top: 1px dashed #e3e3e3;
    padding-top: 20px;
}

.q-item .num {
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
    color: #D9001B;
    padding-top: 7px;
}

.q-item .q-content{ flex: auto;}

.wen {
    font-weight: 700;
    line-height: 30px;
    font-size: 18px;
    padding: 10px 24px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    border-radius: 30px;
}

.da {
    border: 1px solid #e3e3e3;
    background-color: #fff;
    border-radius: 30px;
    font-size: 18px;
    color: #333333;
    padding: 10px 24px;
    margin-top: 10px;
    line-height: 30px;
}

.q-box {
    
}


.btns {
    margin-top: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.a-btn {
    display: block;
    color: #FFFFFF;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    background-color: rgba(2, 109, 155, 0.7);
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    text-decoration: none;
}

.sm-video {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.sm-video video {
    height: 675px;
    width: 1200px;
    object-fit: cover;
}

.about-intro {
    margin-bottom: 50px;
}

.about-intro article p {
    font-size: 18px;
    line-height: 30px;
}


.sm-contact {
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
}

.sm-contact-item {
    display: flex;
    width: 256px;
    box-sizing: border-box;
    flex-direction: column;
    padding: 40px 20px;
    border: 1px solid #e8eaf2;
    gap: 20px;
}

.sm-contact-item:hover {
    border: 1px solid #e0dfff;
    box-shadow: 0 12px 32px 0 rgba(44, 44, 54, .08);
    cursor: pointer;
    transition: .4sease;
}

.c-text {
    height: 233px;
    width: 213px;
    background-color: rgba(181, 233, 255, 0.3);
    font-size: 24px;
    line-height: 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.c-text img {
    height: 154px;
    width: 154px;
    object-fit: cover;
}

.c-text p {
    text-align: center;
}

.c-tit {
    text-align: center;
    font-size: 28px;
}

.c-icon {
    text-align: center;
}

.c-icon img{height: 50px;}