.introduce21_div {
    width: 100%;
    min-height: 73px;
    padding-top: 0px;
    background-color: #e9e8e8;
    padding-bottom: 0px;
}
.hjk{
    height: 106px;
    padding-top: 8px;

}
.introduce21_right{
    margin-top: -50px;
}
.hjk1{
    background-image: linear-gradient(105deg, rgb(177, 232, 255) 4%, rgba(227, 245, 255, 0.46) 51%, rgb(199, 239, 255) 91%);
}
.hjk2{
    background-image: linear-gradient(105deg, rgb(163, 234, 231) 4%, rgb(228, 246, 251) 51%, rgb(194, 240, 240) 91%);
}
.hjk3{
    background-image: linear-gradient(109deg, rgb(185, 213, 255) 3%, rgb(233, 243, 255) 51%, rgb(207, 226, 255) 91%);
}
.hjk4{
    background-image: linear-gradient(105deg, rgb(198, 202, 255) 4%, rgb(230, 232, 255) 51%, rgb(215, 217, 255) 91%);
}
.mtitle{
    line-height: 26px;
    font-size: 20px;
    font-weight: 300;
    margin-left: 10px;
}
.detext{
    color: #4b5c73;
    line-height: 21px;
    font-size: 16px;
    margin-bottom: 20px;
}
.items-center{
    display: flex;
    justify-content: center;
}
.relative_img{
    width: 58px;
}
.introduce21_div .list_div {
    display: flex;
    margin-top: 0px;
    justify-content: space-between;
}

.introduce21_div .list_item {
    box-shadow: 0 2px 14px #9697b480;
    border-radius: 10px;
    overflow: hidden;
    min-height: 100px;
    text-align: center;
    padding: 0;
    color: #000;
    border: 0.5px solid #FFF;
    margin-top: 11px;
    position: static;
    z-index: 99;
}

.introduce2_main{
    width: 1200px;
    margin: 0 auto;
}
.introduce2_main .title{
    text-align: center;
    line-height: 30px;
    font-size: 25px;
    color: #dfddddc7;
}
.introduce2_main .subtitle img{
    width: 25px;
    padding-right: 10px;
}
.sudesc{
    font-size: 23px;
    line-height: 50px;
    height: 50px;
    display: flex;
}
.name_en_item{
    padding-left: 20px;
    color: #cccbcb;
    font-weight: 600;
}

.introduce2_main .subtitle{
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    margin-top: -10px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}
.introduce2_left{
    background: url('/resources/img/home1/introduce.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5px 10px;
    width: 45%;
    border-radius: 10px;
    text-align: justify;
}
.introduce2_en_name{
    padding-top: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #d1888c;
}
.introduce2_name{
    font-size: 25px;
    font-weight: 600;
    color: #FFF;
}
.introduce2_des{
    font-size: 15px;
    padding-top: 30px;
    line-height: 23px;
    letter-spacing: 1.5px;
    color: #FFF;
}
.introduce2_right{

}
.introduce2_title{
    font-size: 15px;
    text-align: justify;
    line-height: 23px;
    letter-spacing: 1.5px;
}
.introduce2_div .list_div{
    display: flex;
    margin-top: 15px;
    justify-content: space-between;
}

.introduce2_div .list_item{
    box-shadow: 0 2px 14px #9697b480;
    border-radius: 5px;
    padding: 10px 10px;
    text-align: center;
    background-color: #FFF;
    color: #000;
}
.list_item .list_ty_01{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;

    margin: 0 auto;


}
.list_item .list_ty_01 img{
    width: 40px;
}
.list_ty_02{
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 8px;
    border-bottom: 1px solid red;
    color: #000
}

.list_ty_03{
    line-height: 30px;
    font-size: 18px;
    padding-bottom: 14px;
    padding-top: 17px;
    color: rgba(239, 51, 64, 1);
    font-weight: 600;
}
.list_ty_04 {
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    text-align: left;
    color: #5a5959;
}
.introduce2_div .list_item{
    width: 14%;
    min-height: 280px;
}
.clear{
    clear: both;
}

.introduce2_div .swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;

}
.introduce2_div .swiper-slide img{
    width: 140px;
    height: 200px;
}
.introduce2_div .swiper-slide {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
    overflow: hidden;
}
.introduce2_div .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}
@media (max-width:1200px) and (min-width: 175px){
    .introduce2_main{
        width: 98%;
    }
    .introduce2_div {
        padding-top: 0px;
    }
    .introduce2_div .list_item {
        width: 14%;
        min-height: 120px;
    }
}