body{
    margin: 0;
}
[v-cloak]{
    display: none;
}
.box {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-content: center;
}
.boxs {
  width: 1200px;
  margin: 0 auto;
}
input,select{
  outline:none;
      margin: 0;
    padding: 0;
}
 .content-box{
      background: rgba(240, 240, 240, 1);
   }
 .header-box{
    border-bottom: 1px solid #BFBFBF;
  }
.header-boxs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0 30px;

}
.logo {
	width: 192px;
	height: 71px;
	margin-top: 13px;
	margin-left: -3px;
}

.lang {
  font-size: 16px;
  cursor: pointer;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #848584;
  margin-top: 11px;
  padding: 3px 17px;
  background: #ffffff;
  border: 1px solid #48b57b;
  border-radius: 5px;
  display: inline-block;
    text-decoration: none;
}

.menu-ul {
  display: flex;
  position: relative;
  z-index: 0;
  margin-top: 10px;
  justify-content: center;
}
.menu-li.select {
  background: #4fab73;
  color: #ffffff;
}
.menu-li {
  width: 71px;
  cursor: pointer;
  height: 44px;
  background: #ffffff;
  border: 1px solid #b0b0b0;
  border-radius: 12px;
  text-align: center;
  margin-right: 4px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  padding-top: 8px;
}

.input-box {
  width: 501px;
  height: 38px;
  background: #ffffff;
  border: 1px solid #48b57b;
  border-radius: 19px;
  margin-top: -23px;
  float: left;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 0 20px;
  justify-content: space-between;
}

.input-box select {
  border-radius: 19px;
  margin-left: -10px !important;
    background: #ffffff;
    color: #333333;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent; /*取消按钮效果功能*/
    -webkit-user-select:auto;
    webkit-touch-callout:none; /*取消按钮文字放大效果功能*/
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.input-box svg{
    width: 12px;
    position: absolute;
    top: 14px;
    left: 110px;
    height: 12px;
}
.input-box input {
  width: 300px;
}
.input-box input,
.input-box select {
  border: 0;
  margin-left: 10px;
  height: 36px;
}
  .classify-ul{
        display: flex;
        justify-content: space-between;
        margin-top: 70px;
        padding-bottom: 65px;
        position: relative;
    }
    .classify-li{
        cursor: pointer;
        text-decoration: none;
        border-radius: 10px;
        background-color: #ffffff;
    }
    .classify-li .img1{
        width: 115px;
        height: 92px;
        border-radius: 10px 10px 0 0;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 60px;
    }
    .classify-li:hover{
        box-shadow: 3px 4px 10px 0px rgba(65, 65, 65, 0.35);
    }
    .classify-li .span1{
        text-align: center;
        font-size: 14px;
        font-family: MicrosoftYaHei;
        font-weight: 400;
        color: #2B2B2B;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .classify-select{
        position: absolute;
        bottom: 0;
        background-size: 100% 100%;
        width: 0;

        height: 0;

        border-left: 25px solid transparent;

        border-right: 25px solid transparent;
    }

    .detail-box{
        width: 1200px;
        background: #FFFFFF;
        border-radius: 10px;
        padding: 20px 0 0;
        margin-bottom: 28px;
        position: relative;
    }

    .detail-box-menu{
        width: 100%;
        margin: 0 auto;
        display: flex;
        border-bottom: 1px solid rgba(219, 219, 219, 1);
        padding-bottom: 13px;
        padding-top: 18px;
        padding-left: 32px;
        box-sizing: border-box;
        padding-right: 31px;
    }

    .detail-box-menu .logos{
        width: 183px;

        object-fit: contain;
    }
    .detail-box-menu .wechart{
        width: 123px;
        height: 125px;
        margin-left: 106px;
        margin-top: -20px;
    }
.detail-box-menu .wechart img {
    width: 123px;
    height: 125px;
    object-fit: contain;
    box-shadow: 3px 4px 10px 0px rgba(65, 65, 65, 0.35);
}
    .detail-box-menu .text-box{
        width: 611px;
        font-size: 16px;
        font-family: MicrosoftYaHei;
        font-weight: 400;
        color: #2B2B2B;
        margin-left: 103px;
		margin-top:10px;
    }
    .detail-box-menu .text-box .text-box-li{
        display: inline-block;
        margin-bottom: 10px;
        cursor: pointer;
        width: 24%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color:#000000;
        text-decoration: none;
    }
    .detail-box-menu .text-box .text-box-li:nth-child(4n){
        margin-right: 0;
    }

    .swiper-container{
        width: 100%;
        height: 160px;
        overflow: hidden;
    }
    .swiper-wrapper{
        height: 100%;
    }

    .guanggao{
        width: 1200px;
        height: 135px;
        background-image: url("../../../image/pc/guanggao.png");
        background-size: 100% 100%;
        margin-bottom: 12px;
        cursor: pointer;
    }
    .guanggao_en{
        width: 1200px;
        height: 135px;
        background-image: url("../../../image/pc/guanggao_en.png");
        background-size: 100% 100%;
        margin-bottom: 12px;
        cursor: pointer;
    }
    .guanggaos{
        width: 1200px;
        height: 135px;
        background-image: url("../../../image/pc/cn_0319.png");
        background-size: 100% 100%;
        margin-bottom: 12px;
        cursor: pointer;
        display: block;
    }
.guanggaos_en{
    width: 1200px;
    height: 135px;
    background-image: url("../../../image/pc/zhanlan_en_0818.png");
    background-size: 100% 100%;
    margin-bottom: 12px;
    cursor: pointer;
    display: block;
}
    .guanggao-List{
        display: flex;
        justify-content: space-around;
        background-color: #ffffff;
        align-items: center;
        height: 149px;
        width: 1200px;
        border-radius: 10px;
        margin-bottom: 28px;
    }
    .guanggao-li{
        width: 300px;
        height: 40px;
        text-align: center;
        border-right: 1px dashed #C9C9C9;
    }
.guanggao-li:nth-child(4){
    border: 0;
}
    .guanggao-li p{
        text-align: center;
        font-size: 18px;
        font-family: MicrosoftYaHei;
        font-weight: 400;
        color: #2B2B2B;
        margin: 17px 0 0;
    }
    .guanggao-li img{
        margin-top: -34px;
    }

.swiper-container{
    width: 1108px;
    margin-top: 38px !important;
}
.icon-sousuo{
    cursor: pointer;
}
    .swiper-img{
        width: 334px;
        height: 123px;
        cursor: pointer;
        object-fit: cover;
    }
.swiper-button-prev, .swiper-container-rtl .swiper-button-next,.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-size: 12px 21px !important;
    top: 56% !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image: url("../../../image/pc/right.png") !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background-image: url("../../../image/pc/left.png") !important;
}
.Offline-event{
    width: 1108px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}
.Offline-event .h1{
    display: flex;
    justify-content: center;
    align-items: center;
}
.Offline-event .h1 img{
    width: 36px;
    height: 36px;
}
.Offline-event .h1 span{
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #2B2B2B;
    margin-left: 16px;
}
.Offline-event .h2{
    width: 890px;
    height: 26px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #2B2B2B;
    overflow: hidden;
}
.Offline-event .h2 .h2-li{
    width: 100%;
    height: 26px;
    white-space: normal;
}
.Offline-event .h2 .h2-li a{
    height:26px ;
}
.Offline-event .h2 .h2-li span{
    height:26px ;
}

.footers{
    text-align: center;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #2B2B2B;
}
.footers .img1{
    width: 247px;
    height: 29px;
    margin-top: 20px;
}
.footers .span1{
    top: -9px;
    position: relative;
    left: 11px;
}
.footers .img2{
    width: 20px;
    height: 20px;
}
.footers .span2{
    top: -6px;
    position: relative;
    left: 11px;
    color: #000000;
    text-decoration: none;
}

