﻿

.about_me {
    width: 90%;
    margin: 0 auto;
    position: relative
}

.about_me .about_cont {
    width: 71.2%;
    margin: 0 auto
}

.about_me .introd_text {
    width: 70%;
    font-size: 16px;
    margin: 0 auto;
    color: #6d6d6d;
    text-indent: 28px;
    line-height: 33px;
    text-align: justify
}

.tip_cont {
    width: 71.2%;
    position: relative;
    margin: 50px auto
}

.tip_cont img {
    width: 100%;
    height: auto
}

.tip_cont p {
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 46%
}

.tip_cont .tip_txt {
    font-size: 12px;
    font-weight: 500
}

.se_videobox {
    width: 80%;
    display: flex;
    margin: 40px auto
}

.se_videobox video {
    width: 100%;
    height: 100%;
    object-fit: fill
}

.se_leftv {
    width: 60%;
    height: 380px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 20px
}

.se_rightv {
    flex: 1;
    display: flex;
    flex-direction: column
}

.se_rightv video {
    border-radius: 20px;
    margin: 5px;
    height: 182px
}

.se_hboy {
    margin-top: 2px
}

.pc_swiper {
    width: 100%;
    height: 200px;
    min-width: 1200px;
    position: relative
}

.pc_swiper .swiper-container {
    width: 71.2%;
    overflow: hidden;
    margin: 0 auto;
    height: 100%
}

.pc_swiper .swiper-container .swiper-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex
}

.pc_swiper .swiper-container .swiper-wrapper .swiper-slide {
    width: auto;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.pc_swiper .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%
}

.pc_swiper .swiper-button-prev {
    position: absolute;
    width: 100px;
    height: 100px;
    background: url("../images/right.png") no-repeat 10px 10px;
    background-size: 50px 50px;
    top: 37%;
    left: 8%
}

.pc_swiper .swiper-button-next {
    position: absolute;
    width: 100px;
    height: 100px;
    background: url("../images/left.png") no-repeat;
    background-size: 50px 50px;
    top: 50%;
    right: 6%
}



.art_cont {
    width: 50%;
    margin: 20px auto
}

.art_cont video {
    width: 100%;
    border-radius: 10px
}

.text_center {
    text-align: center
}

.bind{
    width: 300px;
    height: 200px;
}
.about_me .about_cont{
   display: flex;
}
.art_cont{
    width: 35%;
}