body,
html,
p,
hr {
  margin: 0;
  padding: 0;
}
::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
::-webkit-scrollbar-track {
  background-color: #D9D9D9;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #D02627;
}
.fc-flex {
  display: flex;
}
.fc-flex-vcenter {
  display: flex;
  align-items: center;
}
.mainBox {
  position: fixed;
  top:0;
  bottom:0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.header {
  position: fixed;
  width: 100%;
  padding: 10px 6vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
}
.logo {
  height: 56px;
}
.langchange {
  display: flex;
  align-items: center;
}
.langchange .btn {
  padding: 8px 18px;
  line-height: 1.2;
  border-radius: 20px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin: 0 10px;
  cursor: pointer;
}
.langchange .btn.active {
  background-image: linear-gradient(270deg, #FF2D67 0%, #FF7B9F 100%);
}
.swiper-container {
  width: 100%;
  height: 100%;
  direction: ltr;
}
.swiper-slide {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/*.item_01 {*/
/*  background-color: #97969b;*/
/*  background-image: url(../img/index_bj1.png);*/
/*}*/
.item_02 {
  background-color: #FF61AE;
  background-image: url(../img/index_bj1.png);
}
.item_03 {
  background-color: #FF61AE;
  background-image: url(../img/index_bj2.png);
}
.item_04 {
  background-color: #FF61AE;
  background-image: url(../img/index_bj3.png);
}
.item_05 {
  background-color: #FF61AE;
  background-image: url(../img/index_bj4.png);
}
.item_06 {
  background-color: #FF61AE;
  background-image: url(../img/index_bj5.png);
}
.item_07 {
  background-color: #FF61AE;
  background-image: url(../img/index_bj6.png);
}
.item_08 {
  background-color: #FF61AE;
  background-image: url(../img/index_bj7.png);
}
.content_slide1 {
  position: absolute;
  width: 100%;
  top: 35%;
  text-align: center;
}
.content_slide1 .t {
  font-size: 56px;
  color: #fff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  margin-bottom: 48px;
  padding: 0 50px;
}
.downbtn {
  height: 58px;
}
.img_text {
  position: absolute;
  width: 100%;
  max-width: 90%;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin: auto;
}
.img_text .imgbox {
  width: 30%;
  text-align: center;
}
.img_text .imgbox img {
  max-width: 95%;
}
.img_text .textbox {
  flex: 1;
  /*text-align: center;*/
  color: #fff;
}

.img_text .textbox .text {
  font-size: 120px;
  line-height: 1;
  font-weight: bolder;
  position: relative;
  z-index: 10;
}
.img_text .textbox .text_img {
  position: absolute;
  top: 150px;
  left: 25%;
}
.img_text .textbox .textsm {
  font-size: 63px;
  font-weight: bold;
  margin-top: 18px;
  color: rgba(255,255,255,0.56);
}
.img_text .textbox .downbtn {
  margin-top: 64px;
}
.footer {
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: 100%;
  background-color: #00000040;
  color: #fff;
  text-align: center;
}
.footer .con {
  padding-bottom: 5px;
}
.footer .hr {
  width: 100%;
  height: 1px;
  transform: scaleY(-1);
  background: #47535F;
  border: none;
}
.footer .copyright {
  /* padding: 0px 0 25px; */
  font-size: 16px;
}
.footer .footlogo {
  height: 57px;
  padding: 32px 0 20px;
}
.footer .footmeau {
  justify-content: center;
  /* font-size: 24px; */
}
.footer .footmeau .item {
  margin: 0 20px;
  font-size: 20px;
  cursor: pointer;
}
.footer .footmeau .item img {
  margin: 0 8px;
}
.zhengce-item{
  background-image: url(../img/bg-select.png);
  background-size: 100% 100%;
  position: absolute;
  z-index: 1000;
  top: -4rem;
  margin-right:4rem;
  color: #000;
  font-size: 1rem;
  text-align: right;
  padding: 0.4rem;
  border-radius: 0.2rem;
  white-space: nowrap;
  background-position: center;
  display: none;
}
.zhengce-controls{
display: flex;
justify-content: center;
align-items: center;
}
.zhengce-item .itemFont{
  margin:0.5rem 0.1rem;
}
.rotated {
  transform: rotate(180deg); 
  transition: transform 0.3s ease-in-out; 
}
.dialog {
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
.dialogContent {
  width: 90%;
  height: 64vh;
  max-width: 1065px;
  background-color: #fff;
  border-radius: 20px;
  margin: 18vh auto;
  position: relative;
  overflow: hidden;
}
.dialogContent .close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1001;
  cursor: pointer;
}
.dialogItem {
  height: 100%;
  position: relative;
  display: none;
  box-sizing: border-box;
}
.article {
  padding: 0 60px;
  font-size: 16px;
  height: 100vh;
  position: relative;
  color: #3D3D3D;
}
.article .title {
  width: 100%;
  height: 120px;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 60px;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background-color: #fff;
}
.article .content {
  height: 100%;
  padding-top: 120px;
  box-sizing: border-box;
}
.article p {
  margin-bottom: 14px;
}
.article li {
  margin-bottom: 6px;
}
.article .p_t1 {
  font-size: 20px;
  font-weight: bold;
}
.article .p_t2 {
  font-weight: bold;
}
.scroll_box {
  height: 100%;
  overflow: auto;
}
.ar {
  direction: rtl;
}
.ar .img_text {
  direction: rtl;
}
@media screen and (max-width: 680px) {
  .header {
    padding: 10px 0;
  }
  .logo {
    height: 38px;
    margin: 0 15px;
  }
  .langchange .btn {
    font-size: 13px;
    padding: 5px 9px;
  }
  .content_slide1 .t {
    font-size: 28px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    margin-bottom: 24px;
    padding: 0 50px;
  }

  .swiper-container {
    width: 100%;
    height: 100vh;
    direction: ltr;
  }
/* .item_01 {
  background-color: #97969b;
  background-size: 250% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.item_02 {
  background-color: #2f9395;
  background-size: 250% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.item_03 {
  background-color: #b1742a;
  background-size: 250% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.item_04 {
  background-color: #6089b5;
  background-size: 250% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.item_05 {
  background-color: #6089b5;
  background-size: 250% 100%;
  background-repeat: no-repeat;
  background-position: center center;
} */
  .downbtn {
    height: 40px;
  }
  .swiper-slide{
    position: relative;
    width: 100%;
    height: 100%;
  }
  .img_text {
    flex-direction: column;
    top:0;
    left: 4%;
    transform: translateX(-50%);
    position: absolute;
    padding-top: 8%;
  }
  .img_text .imgbox  {
    height:60%;
  }
  .img_text .imgbox img {
    height:100%;
  }
  .img_text .textbox .text {
    font-size: 28px;
  }
  .img_text .textbox .textsm {
    font-size: 16px;
    margin-top: 9px;
  }
  .img_text .textbox .downbtn {
    margin-top: 32px;
  }
  .footer {
    background-color: #00000040;
    /* height: 238px; */
    color: #fff;
    text-align: center;
  }
  .footer .con {
    /* padding-bottom: 5px; */
  }
  .footer .copyright {
    /* padding: 0px 0 12px; */
    font-size: 10px;
  }
  .footer .footlogo {
    height: 29px;
    padding: 10px 0 16px;
  }
  .footer .footmeau {
    font-size: 12px;
  }
  .footer .footmeau .item {
    margin: 0 10px;
    font-size: 12px;
  }
  .footer .footmeau .item img {
    margin: 0 3px;
    width: 16px;
  }
  .dialogItem {
    padding-bottom: 25px;
  }
  .dialogContent {
    height: 80vh;
    background-color: #fff;
    border-radius: 10px;
    margin: 10vh auto;
  }
  .dialogContent .close {
    width: 24px;
    font-size: 24px;
    top: 10px;
    right: 10px;
  }
  .article {
    font-size: 14px;
    padding: 0 16px;
  }
  .article .title {
    font-size: 20px;
    height: 76px;
    padding: 10px 40px;
  }
  .article .content {
    height: 100%;
    padding-top: 76px;
    box-sizing: border-box;
  }
  .article .p_t1 {
    font-size: 16px;
  }
  .fc-flex-vcenter{
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .fc-flex-vcenter .item{
    flex: 1 1 calc(50% - 20px);
    margin: 0 10px;
    text-align: center;
    padding:5px 20px;
    box-sizing: border-box;
    font-size:0.6rem;
  }
}
