.introduce_img05 img{
    width: 80px;
    height: 80px;
}
.c_bj{
    text-align: center;
}
.introduce_btn02{
    background-image: linear-gradient(180deg, #CFE6FF 0%, #FEFFFF 100%);
    width: 100px;
    height: 35px;
    border-radius: 30px;
}
.f_l02 img{
    width: 60px;
    margin: 97px 10px 0 13px;
}
.title_1{
    font-size: 27px;
    color: #595858;
    line-height: 51px;
}
.introduce_ico{
    display: flex;
    overflow: hidden;
    justify-content: center;
    margin-top: -78px;
}
.cte_1{
    color: #00a0e9;
    font-size: 20px;
    line-height: 30px;
}
.cte_2{
    color: #666;
    font-size: 20px;
    line-height: 30px;
}
.bjg_01{
    background: url(/resources/img/home1/sec3-bg2.png) no-repeat;
    width: 100%;
    height: 148px;
    background-position: center;
    background-size: contain;
    padding-top: 60px;
    margin-top: -70px;
}
.img_lkg{
    display: none;
}
.img_lkg1{
    display: block;
}
.title_btn{
    cursor: pointer;
    padding: 10px 27px;
    border: 1px solid #6e88d7;
    border-radius: 5px;
    width: fit-content;
    font-size: 16px;
    margin-right: 40px;
    color: #FFF;
    background-color: #4270fe;
}
.img_lkg{
    width: 80%;
    margin: 0 auto;
}
.btn_item{
    cursor: pointer;
    padding: 10px 27px;
    border: 1px solid #6e88d7;
    border-radius: 25px;
    width: fit-content;
    font-size: 16px;
    margin-right: 40px;
}
.btn_item:hover{
    color: rgb(0, 108, 255);
    border: 1px solid rgb(0, 108, 255);
}
.btn_tag01{
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
}
.title_2{
    font-size: 16px;
    color: #595858;
    line-height: 21px;
    height: 23px;
    overflow: hidden;
}
.introduce_pp{
    display: flex;
    justify-content: space-between;
}
.introduce_l{
    width: 700px;
    text-align: left;
}
.introduce_f{
    width: 500px;
}
.introduce_title_2{
    line-height: 50px;
    font-size: 23px;
}
.introde_div01{
    background-color: #FFF;
    box-shadow: 0 2px 14px #9697b480;
    border-radius: 5px;
    width: 96%;
    padding: 2%;
    margin-bottom: 10px;
}

.introduce_div{
    width:100%;
    min-height: 500px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.introduce_div .list_item{
    margin-top: 10px;
}
.introduce_main{
    width: 1200px;
    margin: 0 auto;
    display: flex;

}

.introduce_left{
    background: url('/resources/img/home1/introduce.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5px 10px;
    width: 20%;
    border-radius: 10px;
    text-align: justify;
}
.introduce_en_name{
    padding-top: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #d1888cab;

}
.introduce_name{
    font-size: 25px;
    font-weight: 600;
    color: #FFF;
}
.introduce_des{
    font-size: 15px;
    padding-top: 30px;
    line-height: 23px;
    color: #FFF;
}
.introduce_right{
    margin-left: 2%;
    width: 78%;
}
.introduce_title{
    font-size: 15px;
    text-align: justify;
    line-height: 23px;
    letter-spacing: 1.5px;
}
.list_div{
    margin-top: 0px;
    justify-content: space-between;
}
.list_div_11{
    display: flex;
}
.list_item{
    box-shadow: 0 2px 14px #9697b480;
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
}
.list_item .list_li_01{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #d7d7d7;

}
.list_item .list_li_01 img{
    width: 50px;
    height:50px;
}
.list_li_02{
    font-size: 18px;
    line-height: 26px;
    color: red;
}

.introduce_div .list_li_03{
    font-size: 16px;
    line-height: 30px;
}
.introduce_div .list_li_04{
    font-size: 13px;
    line-height: 19px;
    height: 55px;
    overflow: hidden;
    color: #000;
    text-align: left;
}
.list_item{
    width: 27%;

}
.clear{
    clear: both;
}
@media (max-width:1200px) and (min-width: 175px){
    .introduce_main {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .introduce_left{
        width: 93%;
        margin: 0 auto;
    }
    .introduce_name {
        font-size: 17px;
    }
    .introduce_en_name {
        font-size: 18px;
    }
    .introduce_des {
        font-size: 14px;
        padding-top: 10px;
    }

    .introduce_title {
        font-size: 13px;
        text-indent: 30px;
        line-height: 23px;
        letter-spacing: 1.5px;
        margin-top: 10px;
    }
    .introduce_right {
        margin-left: 2%;
        width: 96%;
    }
    .list_item {
        width: 27%;
        height: auto;
    }
    .introduce_div .list_li_03{
        line-height: 24px;
        font-size: 15px;
    }
}