.introduceText {
    width: 1200px;
    text-align: justify;
    line-height: 40px;

    color: #000;
    font-family: 'Microsoft YaHei' !important;

}

.introduceText p[style="text-align:center"]{ text-indent:0;}
.introduceText p,.introduceText span{
    font-size: 16px;
    line-height: 40px;
    font-family:  'Microsoft YaHei', 'Arial', sans-serif !important;
    white-space: pre-wrap;
}
.introduceText img{
    max-width: 100%;
    height: auto !important;
    margin-top: 15px;
}



.img_119 {
    width: 900px;
    position: absolute;
    z-index: 0;
    right: 0;
    top: 28px;
}
.flex {
    display: flex;
    position: relative;
    align-items: center;
}
.images {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* position: absolute; */
    /* width: 100%; */
    margin-top: 50px;
    /* left: 0; */
    /* right: 0; */
}
.images img {
    width: calc(50% - 5px);
    /* transition: transform 0.5s; */
    cursor: pointer;
    margin-bottom: 10px;
    margin-right: 10px;
}
.images img:nth-child(2n) {
    margin-right: 0;
}
.images img:hover {
    /* transform: scale(1.23);
    z-index: 1; */
}
.img_68 {
    flex: 1;
    width: 760px;
    margin-right: 10px;
}
.flex-column {
    flex-direction: column;
    height: 537px;
}
.flex-column img {
    flex: 1;
    height: calc(50% - 5px);
}
.img_63 {
    width: 100%;
    margin: 50px 0;
}
.swiper, .swiper img {
    width: 100%;
    height: 620px;
    object-fit: cover;
}
.swiper {
    margin: 50px 0;
}

.tab_menu{
    display: flex;
    justify-content:space-around;
    margin-bottom: 20px;
    padding: 0;
}
.tab_menu li{
    list-style: none;
    background: url("../images/show/lishibg.png");
    border-radius: 5px;
    height: 80px;
    width: 240px;
    line-height: 80px;
    text-align: center;
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 3px;
    text-shadow: 2px 2px 4px #999999;
}
.tab_menu .selected{
    border-bottom: 3px solid #333333;
}
.tab_box{
    width: 100%;
    /* color: #666666; */
    margin: 30px 0px;
    line-height: 30px;
    font-family: 'Microsoft YaHei', 'Arial', sans-serif !important;
}
.tab_box img{
    max-width: 100%;
    margin-top:15px;
}

.tab_menu_1{
    display: flex;
    justify-content:space-around;
    margin-bottom: 100px;
    padding: 0;
}

.tab_menu_1 li{
    list-style: none;
}
.tab_menu_1 li img{
    height: 103px;
    width: 228px;
}
.tab_menu_1 .selected{
    background-color: rgba(65, 200, 122, 0.7) !important;
}