.introduce .fr {
    margin-left: 56px;
}

.live_room li {
    background: none !important;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
}

.banner {
    width: 100%;
    height: 700px;
    background: url(../img/banner1.png) center center;
    background-size: cover;
    position: relative;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.banner_text{
    font-size: 20px;
    /* margin: 0 auto; */
    /*width: 370px;*/
    /*text-shadow: 2px 2px 1px #000;*/
    filter:
    drop-shadow(-1px 0px 2px #000)
    drop-shadow(0px 1px 2px #000)
    drop-shadow(0px -1px 2px #000)
    drop-shadow(1px 0px 2px #000);
    color: #FFFFFF;
    margin-bottom: 65px;
    /*position: absolute;
    bottom: 65px;
    left: 50%;
    margin-left: -180px;*/
}

.continer {
    margin: 0 auto;
    width: 1200px;
}

.part1 {
    width: 100%;
    height: 1625px;
    position: relative;
    background: url(../img/index_part1_bg.png);
}

.btn-area {
    width: 100%;
    height: 265px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

/* 按钮分隔div */
.btn_split {
    width: 100px;
    height: 105px;
}

.btn_left {
    width: 370px;
    height: 105px;
    background: url(../img/btn_link3.png) no-repeat 100% 100%;
    background-size: cover;
}

.btn_left:hover {
    background: url(../img/btn_link3_hover.png) no-repeat 100% 100%;
    background-size: cover;
}

.btn_right {
    width: 370px;
    height: 105px;
    background: url(../img/btn_link2.png) no-repeat 100% 100%;
    background-size: cover;
}

.btn_right:hover {
    background: url(../img/btn_link2_hover.png) no-repeat 100% 100%;
    background-size: cover;
}

.clear_fix {
    clear: both;
}

.row1{
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
}

.row2{
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;

}

.row3{
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
}

.row1 .pie_bg{
    margin-right: 75px;
}

.row2 .pie_bg{
    margin-left: 75px;
}

.row3 .pie_bg{
    margin-right: 75px;
}

.pie_bg{
    width: 400px;
    height: 400px;
    background: url(../img/pie_bg.png) no-repeat 100%  100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.pie_box{
    width: 234px;
    height: 221px;
    background: url(../img/box_close2.png);
    cursor: pointer;
}

.icon_click{
    width: 212px;
    height: 69px;
    background: url(../img/icon_click_big.png) no-repeat 100% 100%;
    position: absolute;
    top: 130px;
    left: 580px;
}

.icon2{
    left: -80px;
    z-index: 2;
}

.move{
    animation: mymove 0.5s infinite;
    -webkit-animation: mymove 0.5s infinite;
    /*Safari and Chrome*/
    animation-direction: alternate;
    /*轮流反向播放动画。*/
    animation-timing-function: ease-in-out;
    /*动画的速度曲线*/
    /* Safari 和 Chrome */
    -webkit-animation: mymove 0.5s infinite;
    -webkit-animation-direction: alternate;
    /*轮流反向播放动画。*/
    -webkit-animation-timing-function: ease-in-out;
    /*动画的速度曲线*/
}

/* 放大缩小动画效果 */
@keyframes mymove {
    0% {
        transform: scale(1);
        /*开始为原始大小*/
    }

    25% {
        transform: scale(1.1);
        /*放大1.1倍*/
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.1);
    }

}

@-webkit-keyframes mymove

/*Safari and Chrome*/
    {
    0% {
        transform: scale(1);
        /*开始为原始大小*/
    }

    25% {
        transform: scale(1.1);
        /*放大1.1倍*/
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.1);
    }
}

/* par1 靠左波浪线 */
.line_left {
    width: 183px;
    height: 61px;
    position: absolute;
    left: 0;
    top: 264px;
    background: url(../img/line_left.png) no-repeat 100% 100%;
}

/* par1 靠右波浪线 */
.line_right {
    width: 190px;
    height: 62px;
    position: absolute;
    top: 894px;
    right: 0;
    background: url(../img/line_right.png) no-repeat 100% 100%;
}

/* par1 星形icon */
.icon_star_left {
    width: 75px;
    height: 95px;
    position: absolute;
    top: 790px;
    left: 149px;
    background: url(../img/star.png) no-repeat 100% 100%;
}

/* par1 星形icon */
.icon_star_right {
    width: 97px;
    height: 125px;
    position: absolute;
    top: 201px;
    right: 10%;
    background: url(../img/star_big.png) no-repeat 100% 100%;
}

.video_popup{
    width: 569px;
    height: 405px;
    background: url(../img/video_bg.png) no-repeat 100% 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -235px;
    margin-top: -202px;
    display: none;
}

.btn_video_close{
    width: 59px;
    height: 59px;
    background: url(../img/btn_close2.png) no-repeat 100% 100%;
    position: absolute;
    right: -25px;
    top: 18px;
    cursor: pointer;
}

.video_play_box{
    width: 472px;
    height: 262px;
    margin: 92px 46px 46px 46px;
    background-color: #ffffff;
    border: 4px solid #000000;
    background-image: url(../img/video_user.jpg);
    background-size: cover;
}


/* 宝箱跳动 */
.shake{-webkit-animation:shake 1.2s linear;-webkit-animation-fill-mode:forwards;}

@-webkit-keyframes shake {
    0% {
      transform: scale(1);
      -webkit-transform: scale3d(1, 1, 1);
      
    }
  
    6%{
      -webkit-transform: scale(.9) rotate(-8deg);
      -webkit-transform: scale3d(1, 1, 1) rotate(0, 0, 1, -8deg);
    }
  
    18%, 30%,42%{
      -webkit-transform: scale(1.1) rotate(8deg);
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 8deg);
      
    }
  
    12%,24%, 36%,48%{
      -webkit-transform: scale(1.1) rotate(-8deg);
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -8deg);
      
    }
    54%{
      -webkit-transform: scale(1);
      -webkit-transform: scale3d(1, 1, 1);
    }
    
    60%{
      -webkit-transform: scale(1);
      -webkit-transform: scale3d(1, 1, 1);
    }
  
    80% {
      -webkit-transform: scale(1);
      -webkit-transform: scale3d(1, 1, 1);
      /*-webkit-transform: scale(1) translate(0px,150px);*/
      /*-webkit-transform: scale3d(1, 1, 1) translate3d(0px,150px,0);*/
    }
    90% {
      -webkit-transform: scale(1);
      -webkit-transform: scale3d(1, 1, 1);
      /*-webkit-transform: scale(1) translate(0px,130px);*/
      /*-webkit-transform: scale3d(1, 1, 1) translate3d(0px,130px,0);*/
    }
    100% {
      -webkit-transform: scale(1);
      -webkit-transform: scale3d(1, 1, 1);
      /*-webkit-transform: scale(1) translate(0px,150px);*/
      /*-webkit-transform: scale3d(1, 1, 1) translate3d(0px,150px,0);*/
    }
  
  }

  .part3 {
    width: 100%;
    height: 831px;
    background-color: #3F4DC8;
}

.contact_box {
    width: 100%;
    height: 671px;
    background: url(../img/part3_box.png) no-repeat 100% 100%;
    padding-top: 80px;
    color: #FFFFFF;
    position: relative;
}

.icon_map {
    width: 322px;
    height: 134px;
    background: url(../img/icon_place.png) no-repeat 100% 100%;
    position: absolute;
    right: 150px;
    top: 353px;
    cursor: pointer;
    animation: mymove 1.5s infinite;
    -webkit-animation: mymove 1.5s infinite;
    /*Safari and Chrome*/
    animation-direction: alternate;
    /*轮流反向播放动画。*/
    animation-timing-function: ease-in-out;
    /*动画的速度曲线*/
    /* Safari 和 Chrome */
    -webkit-animation: mymove 1.5s infinite;
    -webkit-animation-direction: alternate;
    /*轮流反向播放动画。*/
    -webkit-animation-timing-function: ease-in-out;
    /*动画的速度曲线*/
}

.map_box{
    width: 1267px;
    height: 713px;
    background: url(../img/map.jpg?20210913);
    background-size: cover;
}

.contact_body {
    padding: 50px 83px 83px 54px;
}

.contact_title {
    font-size: 20px;
    font-weight: bold;
    /* line-height: 46px; */
}

.contact_text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 10px;
}

.contact_info {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    float: left;
    line-height: 39px;
}

.contact_mid {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.contact_icon_box {
    margin-left: 28px;
    width: calc(100% - 188px);
    ;
    height: 38px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.contact_icon_box1 .flex{
    display: flex;
}
.contact_icon_box1 .flex .icon_row1{
    display: flex;
    flex-direction: column;
    margin:0 28px;
}

.contact_icon_box1 .flex h3{
    font-size:16px;
    font-weight: 700;
    margin-bottom:  10px;
    margin-top:  15px;
}
.contact_icon_box1 .flex span{
    margin-bottom:  10px;
}
.contact_icon_box1 .flex .icon_row2{
    display: flex;
    flex-direction: column;
    margin:0 28px;
}
.qr_code_box {
    width: 140px;
    height: 140px;
    text-align: center;
}

.icon_contact {
    width: 38px;
    height: 39px;
    float: left;
}

.icon_row1 {
    margin: 28px;
}

.icon_row2 {
    margin: 6px 0 0 28px;
}

.m-l-8 {
    margin-left: 8px;
}

.m-l-18 {
    margin-left: 18px;
}

.contact_bottom {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

/* par1 右边文字浮窗 */
.link_box {
    position: fixed;
    top: 50%;
    right: 20px;
    margin-top: -305px;
    width: 260px;
    height: 448px;
    background: url(../img/link_box.png) no-repeat left top;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.link-content{
    position: absolute;
    top: 213px;
    left: 0px;
    width: 100%;
    height: 668px;
    text-align: center;
    padding: 0 19px;
    box-sizing: border-box;
    z-index: 10
}
.link_text{
    border-bottom:1px solid #f49d16;
}
.link_text4{
    border: none;
}
.link-content a{
    display: block;
    font-size: 20px;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: bold;
    color: #F49D16;
    line-height: 82px;
    text-shadow: 0 0 5px #000, 0 0 5px #000;
}

.link-bottom{
    position: absolute;
    left: 0px;
    bottom:-120px;
    height: 170px;
    width: 100%;
    background: #fff;
    border: 4px solid #000;
    border-top: 0px;
    box-sizing: border-box;
}
.three{
    display: none;
}

.contact_list{
    display: none;
}
/* 手机版样式 */
@media (max-width: 1200px) {
    html {
        font-size: 13.333333vw;
    }

    #top,
    .icon_star,
    .point_left,
    .point_right,
    .pie_left,
    .pie_right,
    .link_box
    {
        display: none;
    }

    .banner {
        height: 3.75rem;;
        /*width: 100%;*/
        background: url("../img/mobile/banner1.png?v=20200816") 100% 100%;
        background-size: cover;
        margin-top: 0;
    }

    .banner_text{
        font-size: 0.08rem;
        /*width: 70%;*/
        /*text-shadow: 2px 2px 1px #000;*/
        filter:
        drop-shadow(-1px 0px 1px #000)
        drop-shadow(0px 1px 1px #000)
        drop-shadow(0px -1px 1px #000)
        drop-shadow(1px 0px 1px #000);
        color: #FFFFFF;
       /* position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -2.3rem;*/
        margin-bottom: 0.2rem;
    }

    .part1{
      height: 14.75rem;
      background: url(../img/mobile/event1_bg.jpg);
      background-size: cover;
    }

    .continer{
      width:100%;
    }

    .btn-area{
      height: 2.13rem;
    }

    /* 按钮分隔div */
    .btn_split {
        width: 0.31rem;
        height: 0.94rem;
    }

    .btn_left {
        width: 3.29rem;
        height: 0.94rem;
        background: url(../img/mobile/btn_link3.png) 100% 100%;
        background-size: cover;
    }

    .btn_left:hover {
        background: url(../img/mobile/btn_link3_hover.png) 100% 100%;
        background-size: cover;
    }

    .btn_right {
        width: 3.29rem;
        height: 0.94rem;
        background: url(../img/mobile/btn_link2.png) 100% 100%;
        background-size: cover;
    }

    .btn_right:hover {
        background: url(../img/mobile/btn_link2_hover.png) 100% 100%;
        background-size: cover;
    }

    .line_left{
        width: 1.33rem;
        height: 0.47rem;
        background:url(../img/mobile/line_left.png);
        background-size: cover;
        left: 0;
        top: 2.3rem;
    }

    .line_left_three{
        position: absolute;
        width: 1.33rem;
        height: 0.47rem;
        background:url(../img/mobile/line_left.png);
        background-size: cover;
        left: 0;
        top: 12.01rem;
    }

    .line_right{
        position: absolute;
        width: 1.39rem;
        height: 0.49rem;
        background:url(../img/mobile/line_right.png);
        background-size: cover;
        right: : 0;
        top: 8rem;

    }

    .icon_star_left{
        width: 0.51rem;
        height: 0.65rem;
        background-size: cover;
        left: 0.85rem;
        top: 4.68rem;
    }

    .icon_star_left_three{
        position: absolute;
        background:url(../img/star.png);
        width: 0.51rem;
        height: 0.65rem;
        background-size: cover;
        left: 0.85rem;
        top: 13.03rem;
    }

    .icon_star_right{
        width: 0.51rem;
        height: 0.65rem;
        background-size: cover;
        left: 5.50rem;
        top: 8.51rem;
    }

    .row1{
        width: 100%;
        height: 4rem;
    }

    .pie_bg{
        width: 4rem;
        height: 4rem;
        background-size: cover;
    }

    .row1 .pie_bg{
        margin-right: 0.3rem;
    }

    .pie_box{
        width: 2.34rem;
        height: 2.21rem;
        background-size: cover;
    }

    .icon_click{
        width: 2.12rem;
        height: 0.69rem;
        position: absolute;
        top: 1.3rem;
        background-size: cover;
        left: 1.3rem;
    }

    .icon2{
        display: none !important;
    }

    .icon3{
        display: none !important;
    }

    .row2{
        width: 100%;
        height: 4rem;
    }

    .row2 .pie_bg{
        margin-left: 0.3rem;
    }

    .row3{
        width: 100%;
        height: 4rem;
    }

    .row3 .pie_bg{
        margin-right: 0.3rem;
    }

    .part3{
      height: 18.79rem;
      display: none;
    }

    .video_popup{
        width: 6.55rem;
        height: 4.66rem;
        margin-left: -3.275rem;
        margin-top: -2.33rem;
        background: url(../img/mobile/video_bg.png);
        background-size: cover;
    }

    .video_play_box{
        width: 5.5rem;
        height: 3rem;
        margin: 1.01rem 0.46rem 0.46rem 0.46rem;
    }

    .btn_video_close{
        width: 0.67rem;
        height: 0.67rem;
        background: url(../img/mobile/btn_close2.png);
        background-size: cover;
        right: -0.3rem;
        top: 0.3rem;
    }

    .contact_box{
      width: calc(100% - 0.6rem);
      height: 17.59rem;
       margin:0 auto;
      background:url(../img/mobile/part3_box.png);
      background-size: cover;
      padding: 0;
    }

    .contact_body{
      padding: 0.5rem 0.61rem 0.82rem 0.28rem;
    }

    .contact_title{
      font-size: 0.28rem;
      line-height: 0.46rem;
      text-align: left;
    }

    .contact_text{
      font-size: 0.28rem;
      line-height: 0.48rem;
      text-align: justify;
    }

    .contact_mid {
      margin-top: 0.5rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .qr_code_box{
      width: 1.8rem;
      height: auto;
    }

    .contact_mid .qr_code_box {
      margin-left: -0.9rem;
    }

    .qr_code_box img{
      width: 100%;
    }

    .contact_info{
      width: 2.2rem;
      font-size: 0.2rem;
      line-height: 0.2rem;
      font-weight: 400;
      text-align: left;
      margin-left: -0.1rem !important;
      margin-top: 0.1rem;
    }

    .contact_icon_box1 .icon_row1,
    .contact_icon_box1 .icon_row2{
      display: none;
    }

    .contact_list{
      min-height: 2.4rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin-top: 0.5rem;
    }

    .icon_row{
      width: 6.9rem;
      display: flex;
      justify-content: flex-start;
      align-items: center;
    }

    .icon_contact{
      width: 0.48rem;
      height: 0.48rem;
      object-fit: cover;
      margin-right: 0.28rem;
    }

    .icon_row .contact_info{
      width: calc(6.9rem - 0.8rem) !important;
    }

    .level2{
      margin-top: 0.68rem !important;
    }

    .contact_bottom{
      margin-top: 0.5rem;
      justify-content: center;
    }

    .next_contact{
      margin-left: 0.96rem;
    }
}