
span {
  display: inline-block;
}
@media screen and (min-width: 981px) {
.container{
      width:1400px !important;
      max-width:1400px !important;
}
.appMain {
      font-size: 14px !important;
}
}
@media screen and (max-width: 980px) {
.mainBot {
    margin-bottom: 270px;
}
}
.ztcolor{
   color:#1740a2 !important;
}
.ztbj{
  background:#1740a2 !important;
}
#app {
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
}
html{
  font-size:13px
}

.ztys[data-v-5de2e8d0] {
  color: #ffffff;
  background: transparent;
}
/*.ztys:hover{*/
/*  color: #1740a2 ;*/
/*  background: #ffffff;*/
/*}*/
/* .lan{
  background: #1740a2 !important;

}*/
/* .lan:hover{
  background: #ffffff;
}  */
.header-nav[data-v-5de2e8d0] {
  height: 54px;
  z-index: 9999;
}
.menu[data-v-5de2e8d0] {
  color: white;
}
.menu-link[data-v-5de2e8d0] {
  color: white;
}
/* .menu-link:hover{
  color:#1740a2 !important;
}  */
[data-v-5de2e8d0]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
[data-v-5de2e8d0]::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}
[data-v-5de2e8d0]::-webkit-scrollbar-thumb {
  background-color: #0ae;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    color-stop(0.5, rgba(255, 255, 255, 0.2)),
    color-stop(0.5, transparent),
    to(transparent)
  );
}
.header-nav .child-menu-box[data-v-5de2e8d0] {
  z-index: 99999999;
}
.menu-item[data-v-5de2e8d0] {
  flex: 1;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
.menu-item[data-v-5de2e8d0]:hover {
  /*background:#fafafa;*/
  /*color: #2c5cce;*/
  /* color: #2c5cce !important; */
  /*border-top:2px solid #2c5cce;*/
  /*border-bottom:2px solid white;*/
}
.menu-item_active[data-v-5de2e8d0]:hover {
  background: transparent;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  color: #c12b2b !important;
  /* color: #1740a2; */
}
.menu-item_active:hover a[data-v-5de2e8d0] {
  color: #c12b2b !important;
}
.active_c[data-v-5de2e8d0] {
  /*background:white !important;*/
  /*color:#1740a2 !important;*/
  /*border-top:2px solid #1740a2;*/
  /*border-bottom:2px solid white;*/
}
.header-nav .child-menu-box .child-menu[data-v-5de2e8d0] {
  width: 100%;
  position: absolute;
  z-index: 99999;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.child-link[data-v-5de2e8d0] {
  color: black;
}
.child-link[data-v-5de2e8d0]:hover {
  color: #c12b2b !important;
}
.header-nav .child-menu-box .child-menu .child-link[data-v-5de2e8d0] {
  white-space: nowrap;
  font-size: 14px;
}
.header-nav .menu .menu-item .menu-link[data-v-5de2e8d0] {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.header-nav .menu .menu-item a[data-v-5de2e8d0]:hover {
  text-decoration: none;
  opacity: 1;
}
.redTheme .child-menu-box[data-v-5de2e8d0] {
  background: #c12b2b;
}
.redTheme .child-menu-box .child-menu[data-v-5de2e8d0] {
  background: #c12b2b;
}
.redTheme .menu .menu-item.active[data-v-5de2e8d0] {
  /*background-color: #c12b2b;*/
}
.px-3[data-v-5de2e8d0] {
  padding: 0 !important;
}
@media screen and (min-width: 1151px) {
.disNone1[data-v-5de2e8d0] {
    display: none !important;
}
.ztbj[data-v-5de2e8d0] {
    background: transparent !important;
    position: absolute !important;
}
}
@media screen and (max-width: 1150px) {
.disNone[data-v-5de2e8d0] {
    display: none !important;
}
.sjHeader[data-v-5de2e8d0] {
    background: #fff !important;
    display: flex;
    justify-content: space-between;
    padding: 30px 15px;
}
.b-sidebar[data-v-5de2e8d0] {
    width: 550px !important;
}
#sidebar-right[data-v-5de2e8d0] {
    width: 550px !important;
}
}

@media screen and (min-width: 981px) {
.botton-index[data-v-e306048c]{
        width: 100%;
        background: #333333;
        color: #999999;
}
.entirety[data-v-e306048c] {
        width: 75%;
        margin: auto;
        border-bottom: 1px solid #666666;
        display: flex;
}
.left[data-v-e306048c] {
        display: flex;
        flex-direction: column;
        width: 33.333%;
        text-align: left;
        padding: 0 25px;
        margin: 40px 0;
        justify-content: center;
        border-right: 1px solid #666666;
}
.left img[data-v-e306048c] {
        width: 129px;
        height: 57px;
}
.left > div[data-v-e306048c] {
        margin-top: 30px;
}
.center[data-v-e306048c] {
        width: 33.333%;
        border-right: 1px solid #666666;
        padding: 0 25px;
        margin: 40px 0;
        display: flex;
        align-items: center;
        text-align: left;
}
.center ul li[data-v-e306048c]{
        list-style: none;
        margin: 15px 0;
}
.ram[data-v-e306048c] {
        color: #F4F4F4;
        margin-right: 15px;
}
.right[data-v-e306048c] {
        width: 33.333%;
        padding: 0 25px;
        margin: 40px 0;
}
.Aname[data-v-e306048c] {
        text-align: center;
        font-size: 16px;
        padding: 25px 0;
}
.QWM[data-v-e306048c] {
        display: flex;
        margin-top: 20px;
}
.QWM > div[data-v-e306048c] {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 66px;
        font-size: 12px;
}
.QWM span[data-v-e306048c] {
        color: #fff;
        margin-top: 10px;
}
.QWM img[data-v-e306048c] {
        width: 107px;
        height: 107px;
}
.sjbottom[data-v-e306048c] {
        display: none;
}
.synopsis[data-v-e306048c] {
        /* display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		word-wrap: break-word;
		white-space: normal !important;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical; */
}
}
@media screen and (max-width: 980px) {
.center ul li[data-v-e306048c] {
        font-size: 18px !important;
}
.synopsis[data-v-e306048c] {
        font-size: 17px !important;
}
.botton-index[data-v-e306048c]{
        width: 100%;
        background: #333333;
        color: #999999;
        padding: 20px 10px 0;
        position: fixed;
        bottom: 0;
        height: 270px;
        z-index: 999;
}
.entirety[data-v-e306048c] {
        margin: auto;
        display: flex;
        flex-direction: column;
}
.Aname[data-v-e306048c]{
        display: none;
}
.mb-3[data-v-e306048c] {
        display: none;
}
.center[data-v-e306048c] {
        display: flex;
        align-items: center;
        text-align: left;
}
.center ul li[data-v-e306048c]{
        list-style: none;
        margin: 15px 0;
        list-style:none;
}
.shouji[data-v-e306048c] {
        display: none !important;
}
.QWM[data-v-e306048c] {
        margin: 15px 15px 0;
}
.QWM img[data-v-e306048c] {
        width: 92px;
        height: 92px;
}
.QWM > div[data-v-e306048c] {
        display: flex;
        flex-direction: column;
        align-items: center;
}
.QWM span[data-v-e306048c] {
        margin-top: 15px;
        font-size: 16px;
}
.pcBottom[data-v-e306048c] {
        display: none;
}
.sjbottom[data-v-e306048c] {
        display: flex;
        justify-content: space-between;
        margin-top: 15px;
}
.left[data-v-e306048c] {
        display: flex;
        text-align: left;
        align-items: center;
        font-size: 12px;
}
.left > img[data-v-e306048c]{
        width: 130px;
        height: 58px;
        margin: 7px 30px;
}
.synopsis[data-v-e306048c] {
        margin: 0 15px;
        display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		word-wrap: break-word;
		white-space: normal !important;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
}
.pcBottom > ul[data-v-e306048c] {
        padding: 0;
}
}

.btmnav_index[data-v-5f481a4b]{
    width: 100%;
    height: 225px;
    background: #e0e7f7;
    margin-top: 0px;
}
.btm-row[data-v-5f481a4b]{
    display: flex;
    width: 100%;
    height: 225px;
    padding-top: 35px;
    font-size: 16px;
}
.btm_lx[data-v-5f481a4b]{
    width: 140px;
    height: 100%;
}
.btm_img[data-v-5f481a4b]{
    width: 150px;
    height: 100%;
    /* padding-left: 0; */
    text-align: left;
}
.btm_quan[data-v-5f481a4b]{
    font-size: 14px;
    text-align: left;
    margin-top: 11px;
}
.btm_dh[data-v-5f481a4b]{
    width: 520px;
    height: 100%;
}
.gzh[data-v-5f481a4b]{
    font-size: 14px;
    margin-top: 10px;
}

@media screen and (min-width: 981px) {
.nav_[data-v-fe5172b0]{
        width: 230px;
        position: relative;
        bottom: 80px;
}
.nav_bj[data-v-fe5172b0]{
        width: 230px;
        height: 120px;
        background: #B70515;
        padding: 25px  20px;
}
.nav_title[data-v-fe5172b0]{
        color: white;
        font-size: 18px;
        text-align: left;
}
.nav_list[data-v-fe5172b0]{
        background: #F3F5F7;
        color: #B70515;
        height: 57px;
        display: flex;
        justify-content: space-between;
        padding: 0px 10px;
        font-size: 16px;
        line-height: 57px;
        border-bottom: 1px solid #ccc;
        cursor: pointer;
}
.list_icon[data-v-fe5172b0]{
        text-align: right;
}
.active[data-v-fe5172b0]{
        color: #B70515;
}
}
@media screen and (max-width: 980px) {
.disNone[data-v-fe5172b0] {
        display: none;
}
.nav_list[data-v-fe5172b0] {
        cursor: pointer;
        background: #B70515 !important;
        color: #fff !important;
        border-radius: 6px;
        padding: 10px 25px !important;
        margin: 15px;
        font-size: 19px !important;
}
.active[data-v-fe5172b0]{
        background: #1cbee2 !important;
}
.nav_[data-v-fe5172b0] {
        display: flex;
        flex-wrap: wrap;
}
}


@media screen and (max-width: 980px) {
.disNone[data-v-e068bc5a] {
      display: none !important;
}
.container[data-v-e068bc5a] {
      padding: 0 !important;
}
    /* .shouye1 {
      font-size: 20px !important;
    }
    .shouye1 > img {
      width: 20px !important;
      height: 20px !important;
    } */
}
.skips[data-v-e068bc5a] {
  width: 100%;
}
.t_fk[data-v-e068bc5a]{
    display: flex;
}
.fk div[data-v-e068bc5a]{
    width: 14px;
    height: 14px;
}
.gr[data-v-e068bc5a]{
    background: green;
}
.bl[data-v-e068bc5a]{
    background: skyblue;
}
.fk[data-v-e068bc5a]{
    width: 28px;
    height: 28px;
    display: flex;
    flex-wrap: wrap;
}
.t_title[data-v-e068bc5a]{
    font-size: 24px;
    font-weight: bold;
    margin-left:20px;
    text-align: center;
}

@media screen and (max-width: 980px) {
.img-cp[data-v-458cb88e] {
    width: 300px !important;
    height: 327px !important;
}
.d-flex[data-v-458cb88e] {
    display: flex;
    flex-wrap: wrap;
}
.xiangguan1[data-v-458cb88e] {
    width: 342px !important;
    height: 458px !important;
    margin-top: 20px;
    margin-right: 15px;
}
.cp_txt[data-v-458cb88e] {
    font-size: 18px !important;
    margin-left: 20px !important;
}
}
@media screen and (min-width: 981px) {
.xiangguan1[data-v-458cb88e] {
    margin-right: 5px;
    flex: 0 0 24.5% !important;
    max-width: 24.5% !important;
    padding: 15px;
}
}
.d-flex[data-v-458cb88e] {
  display: flex;
  flex-wrap: wrap;
}
/* .xiangguan1 {
  width: 25%;
} */
.img_box[data-v-458cb88e] {
  padding: 55px;
  padding-top: 0;
  cursor: auto;
}
.cp_txt[data-v-458cb88e] {
  font-size: 14px;
  text-align: left;
}
.cp_flex[data-v-458cb88e] {
  margin-bottom: 30px;
}
.img-cp[data-v-458cb88e] {
  width: 100%;
  height: 220px;
  padding: 10px 0px;
}
.ms_title[data-v-458cb88e] {
  background: #b70515;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: white;
  font-size: 18px;
}
.ms_txt[data-v-458cb88e] {
  padding: 15px 0px;
  text-align: left;
  font-weight: 400;
  color: #666;
  line-height: 30px;
  font-size: 16px;
}
.img-auto[data-v-458cb88e] {
  width: 100%;
  height: auto;
}
.articleInfo[data-v-458cb88e] {
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  cursor: auto;
}
.articleTitle[data-v-458cb88e] {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 1.75px;
}
.articlePublishDate[data-v-458cb88e],
.articleSource[data-v-458cb88e] {
  font-size: 14px;
  font-weight: lighter;
  letter-spacing: 1.5px;
}
.divider[data-v-458cb88e] {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(172, 172, 172, 0.342);
}

@media screen and (max-width: 980px) {
.img_box[data-v-0d4f57c6] {
    padding: 10px 0 !important;
    margin-top: 20px;
}
.ms_txt[data-v-0d4f57c6] {
    padding: 0px !important;
    text-align: left;
    font-size: 20px !important;
}
}
.img_box[data-v-0d4f57c6] {
  padding: 30px 55px 20px 55px;
  border-bottom: 1px solid #e6e6e6;
}
.col-3[data-v-0d4f57c6] {
  margin-right: 5px;
  flex: 0 0 24.5% !important;
  max-width: 24.5% !important;
}
.cp_txt[data-v-0d4f57c6] {
  font-size: 14px;
  text-align: left;
}
.cp_flex[data-v-0d4f57c6] {
  margin-bottom: 30px;
}
.img-cp[data-v-0d4f57c6] {
  width: 100%;
  height: 220px !important;
  padding: 10px 0px;
}
.ms_title[data-v-0d4f57c6] {
  background: #b70515;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: white;
  font-size: 18px;
}
.ms_txt[data-v-0d4f57c6] {
  padding: 15px 0px;
  text-align: left;
  font-weight: 400;
  color: #666;
  line-height: 30px;
  font-size: 16px;
}
.img-auto[data-v-0d4f57c6] {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 981px) {
}
@media screen and (max-width: 980px) {
.col-4[data-v-5dbe5c36] {
    margin: 5px 0 !important;
    padding: 0 !important;
    width: 350px !important;
    max-width: 350px !important;
}
.main_box[data-v-5dbe5c36] {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    justify-content: space-between;
    margin: 0 2px !important;
}
.box_img[data-v-5dbe5c36] {
    width: 350px !important;
    height: 250px !important;
}
.border_b[data-v-5dbe5c36] {
    font-size: 24px !important;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.txt_two[data-v-5dbe5c36] {
    font-size: 20px !important;

    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical;
}
.box_txt[data-v-5dbe5c36] {
    padding: 0 5px !important;
}
}
.box_img[data-v-5dbe5c36] {
  width: 100%;
  height: 180px;
}
.col-4[data-v-5dbe5c36] {
  margin-top: 20px;
}
.box[data-v-5dbe5c36] {
  background: #b70515;
  padding: 10px;
  height: 108px;
  overflow: auto;
  color: white;
  width: 100%;
}
.border_b[data-v-5dbe5c36] {
  border-bottom: 3px solid white;
  padding-bottom: 3px;
  /* display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		word-wrap: break-word;
		white-space: normal !important;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical; */

  overflow: hidden;
  white-space: nowrap;
}
.main_box[data-v-5dbe5c36] {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}
.txt_one[data-v-5dbe5c36] {
  font-size: 16px;
}
.txt_two[data-v-5dbe5c36] {
  font-size: 12px;

  overflow: hidden;
  white-space: nowrap;

  /* display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		word-wrap: break-word;
		white-space: normal !important;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical; */
}
.box_txt[data-v-5dbe5c36] {
  border: 1px dashed #ccc;
  padding: 5px 5px;
  height: 87px;
}

.swiper-button-next.swiper-button-next1[data-v-562768ad]{
  /*width: 10%;*/
  z-index:999;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'white'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-prev1[data-v-562768ad] {
  /*width: 10%;*/
  z-index:999;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'white'%2F%3E%3C%2Fsvg%3E");
}
.swiper-container[data-v-562768ad] {
  /*width: 650px;*/
  width:100%;
  height: 370px;
}
#swiper-spit[data-v-562768ad]{
    width: 650px;
    background-color:cornflowerblue;
    opacity: 0.5;
    height: 40px;
    display: flex;
    align-items: center;
    bottom: 0;
    justify-content: right;
}
.photo[data-v-562768ad]{
    width:100%;
    height:100%
}

.swiper-container222[data-v-9e46f4d2] {
  width: 100%;
  height: 100%;

  cursor: pointer;
}
#swiper-spit[data-v-9e46f4d2] {
  width: 100px;
  background: #1740a2;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
}
/*.swiper-container-horizontal>.swiper-pagination222-bullets, .swiper-pagination222-custom, .swiper-pagination222-fraction{*/
/*    left: auto;*/
/*}*/
.titd[data-v-9e46f4d2] {
  position: absolute;
  top: 45px;
  left: 50px;
}
.title[data-v-9e46f4d2] {
  font-size: 30px;
  font-weight: bold;
  color: white;
  text-align: left;
}
.tet[data-v-9e46f4d2] {
  font-size: 15px;
  color: #a7a7a6;
}
@media screen and (max-width: 980px) {
.swip1[data-v-9e46f4d2] {
    height: 444px !important;
}
.shubiao[data-v-9e46f4d2] {
    display: none;
}
}

.header_bj[data-v-6efbdda4] {
  height: 1000px;
}
.bj2[data-v-6efbdda4] {
  height: 600px;
  margin-left: 51px;
}
.bj_box[data-v-6efbdda4] {
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.main[data-v-6efbdda4] {
  display: flex;
}
.right_main[data-v-6efbdda4] {
  flex: 1;
  padding-left: 10px;
}
.active[data-v-6efbdda4]:hover {
  background-image: linear-gradient(#f14a00, #ff7100) !important;
}
@media screen and (min-width: 981px) {
.jingdian[data-v-6efbdda4] {
    height: 1000px;
}
.video1[data-v-6efbdda4] {
    height: 840px;
    display: flex;
    padding-top: 90px;
}
.shehui1[data-v-6efbdda4] {
    display: none;
}
}
@media screen and (max-width: 980px) {
.size18[data-v-6efbdda4] {
    font-size: 18px !important;
}
  /* .mainBot {
    margin-bottom: 270px;
  } */
.header_bj[data-v-6efbdda4] {
    height: 444px !important;
}
.zanshi[data-v-6efbdda4] {
    height: 120px !important;
    top: 324px !important;
}
.zanshi0[data-v-6efbdda4] {
    width: 100% !important;
}
.zanshi1[data-v-6efbdda4] {
    width: 52px !important;
    height: 52px !important;
}
.zanshi2[data-v-6efbdda4] {
    font-size: 20px !important;
}
.zanshi3[data-v-6efbdda4] {
    font-size: 18px !important;
    width: 170px !important;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.laba[data-v-6efbdda4] {
    width: 32px !important;
    height: 32px !important;
}
.laba1[data-v-6efbdda4] {
    font-size: 20px !important;
}
.gonggao[data-v-6efbdda4] {
    padding: 30px !important;
}
.bianyaqi[data-v-6efbdda4] {
    width: 50% !important;
    height: 300px !important;
}
.bianyaqi1[data-v-6efbdda4] {
    margin: 0 auto !important;
    margin-top: 56px !important;
    height: 60px !important;
}
.bianyaqi1 > img[data-v-6efbdda4] {
    width: 50px !important;
    height: 54px !important;
    max-width: 50px !important;
    max-height: 54px !important;
}
.bianyaqi2[data-v-6efbdda4] {
    font-size: 20px !important;
    margin-top: 10px !important;
}
.bianyaqi3[data-v-6efbdda4] {
    font-size: 18px !important;
    margin-top: 5px !important;
    margin: 0 15px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.jingdian1[data-v-6efbdda4] {
    width: 100% !important;
    padding: 15px 20px 0 !important;
}
.size16[data-v-6efbdda4] {
    font-size: 16px !important;
}
.size14[data-v-6efbdda4] {
    font-size: 14px !important;
}
.size12[data-v-6efbdda4] {
    font-size: 12px !important;
}
.disNone[data-v-6efbdda4] {
    display: none !important;
}
.jingdian2[data-v-6efbdda4] {
    display: none;
}
.jingdian3[data-v-6efbdda4] {
    width: 100% !important;
    display: block !important;
    padding: 15px !important;
}
.jingdian4[data-v-6efbdda4] {
    width: 100% !important;
    height: 328px !important;
    margin-bottom: 15px !important;
}
.video1[data-v-6efbdda4] {
    width: 100% !important;
}
.video2[data-v-6efbdda4] {
    width: 100% !important;
}
.video3[data-v-6efbdda4] {
    height: 286px !important;
    width: 716px !important;
}
.container[data-v-6efbdda4] {
    padding: 0 !important;
    width: 100% !important;
}
.video4[data-v-6efbdda4] {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.yunimg[data-v-6efbdda4] {
    width: 24px !important;
    height: 24px !important;
}
.yunimg1[data-v-6efbdda4] {
    padding: 30px 15px !important;
}
.newszx[data-v-6efbdda4] {
    padding: 20px 20px 1px !important;
}
.newszx1[data-v-6efbdda4] {
    padding: 25px 15px !important;
}
.newszx2[data-v-6efbdda4] {
    width: 400px !important;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 20px !important;
}
.newszx3[data-v-6efbdda4] {
    width: 500px !important;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 10px !important;
    font-size: 18px !important;
}
.shehui[data-v-6efbdda4] {
    padding: 15px 20px !important;
}
.shehui1[data-v-6efbdda4] {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}
.shehui2[data-v-6efbdda4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    margin-top: 25px;
}
.shehui2 > img[data-v-6efbdda4] {
    width: 100%;
    height: 500px;
}
.shehui2 > span[data-v-6efbdda4] {
    margin-top: 10px;
}
.shehui3[data-v-6efbdda4] {
    width: 300px !important;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 15px !important;
}
}

@media screen and (min-width: 981px) {
.disNone1[data-v-19afa3be] {
        display: none !important;
}
}
@media screen and (max-width: 980px) {
.header_bj[data-v-19afa3be] {
        height: 444px !important;
}
.disNone[data-v-19afa3be] {
        display: none !important;
}
.container[data-v-19afa3be] { 
        padding: 0 !important;
}
.right_main[data-v-19afa3be] {
        padding: 0 !important;
        margin-bottom: 10px !important;
}
}
.header_bj[data-v-19afa3be]{
    height: 750px;
}
.bj_box[data-v-19afa3be]{
    justify-content: center;
    width: 100%;
    height: 100%;
      display: flex;
    align-items: center;
}
.main[data-v-19afa3be]{
    display: flex;
}
.right_main[data-v-19afa3be]{
    flex:1;
    padding-left:10px ;
}

@media screen and (min-width: 981px) {
.disNone1[data-v-11720fca] {
    display: none !important;
}
}
@media screen and (max-width: 980px) {
.header_bj[data-v-11720fca] {
    height: 444px !important;
}
.disNone[data-v-11720fca] {
    display: none !important;
}
.container[data-v-11720fca] {
    padding: 0 !important;
}
.right_main[data-v-11720fca] {
    padding: 0 !important;
    margin-bottom: 10px !important;
}
}
.header_bj[data-v-11720fca] {
  height: 750px;
}
.bj_box[data-v-11720fca] {
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.main[data-v-11720fca] {
  display: flex;
}
.right_main[data-v-11720fca] {
  flex: 1;
  padding-left: 10px;
  margin-bottom: 20px;
}

@media screen and (min-width: 981px) {
.disNone1[data-v-09af9dfc] {
        display: none !important;
}
}
@media screen and (max-width: 980px) {
.header_bj[data-v-09af9dfc] {
        height: 444px !important;
}
.disNone[data-v-09af9dfc] {
        display: none !important;
}
.container[data-v-09af9dfc] { 
        padding: 0 !important;
}
.right_main[data-v-09af9dfc] {
        padding: 0 !important;
        margin-bottom: 10px !important;
}
}
.header_bj[data-v-09af9dfc]{
    height: 750px;
}
.bj_box[data-v-09af9dfc]{
    justify-content: center;
    width: 100%;
    height: 100%;
      display: flex;
    align-items: center;
}
.main[data-v-09af9dfc]{
    display: flex;
}
.right_main[data-v-09af9dfc]{
    flex:1;
    padding-left:10px ;
    margin-bottom: 20px;
}

.header_bj[data-v-516c7194]{
    height: 750px;
}
.bj_box[data-v-516c7194]{
    justify-content: center;
    width: 100%;
    height: 100%;
      display: flex;
    align-items: center;
}
.main[data-v-516c7194]{
    display: flex;
}
.right_main[data-v-516c7194]{
    flex:1;
    padding-left:10px ;
}

@media screen and (min-width: 751px) {
}

.img_box[data-v-73a05958]{
    padding: 55px;
}
.col-3[data-v-73a05958]{
    margin-right: 5px;
   flex: 0 0 24.5% !important;
   max-width: 24.50% !important;
}
.cp_txt[data-v-73a05958]{
    font-size: 14px;
    text-align: left;
}
.cp_flex[data-v-73a05958]{
    margin-bottom: 30px;
}
.img-cp[data-v-73a05958]{
    width: 100%;
    height: 220px !important;
    padding: 10px 0px;
}
.ms_title[data-v-73a05958]{
    background: #b70515;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: white;
    font-size: 18px;
}
.ms_txt[data-v-73a05958]{
    padding: 15px 0px;
    text-align: left;
    font-weight: 400;
    color: #666;
    line-height: 30px;
    font-size: 16px;
}
.img-auto[data-v-73a05958]{
    width: 100%;
    height: auto;
}

@media screen and (min-width: 981px) {
.disNone1[data-v-51888b28] {
        display: none !important;
}
}
@media screen and (max-width: 980px) {
.header_bj[data-v-51888b28] {
        height: 444px !important;
}
.disNone[data-v-51888b28] {
        display: none !important;
}
.container[data-v-51888b28] { 
        padding: 0 !important;
}
.right_main[data-v-51888b28] {
        padding: 0 !important;
        margin-bottom: 10px !important;
}
}
.header_bj[data-v-51888b28]{
    height: 750px;
}
.main_box[data-v-51888b28] {
    margin-bottom: 20px;
}
.bj_box[data-v-51888b28]{
    justify-content: center;
    width: 100%;
    height: 100%;
      display: flex;
    align-items: center;
}
.main[data-v-51888b28]{
    display: flex;
}
.right_main[data-v-51888b28]{
    flex:1;
    padding-left:10px ;
}

.header_bj[data-v-12690f24]{
    height: 750px;
}
.bj_box[data-v-12690f24]{
    justify-content: center;
    width: 100%;
    height: 100%;
      display: flex;
    align-items: center;
}
.main[data-v-12690f24]{
    display: flex;
}
.right_main[data-v-12690f24]{
    flex:1;
    padding-left:10px ;
}

.leadersRoot[data-v-af573dbe] {
  width: 70%;
  box-sizing: border-box;
  margin: 0 auto;
}
.leaderImageBackground[data-v-af573dbe] {
  height: 210px;
  width: 170px;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  font-size: 16px !important;
}
.leaderTop[data-v-af573dbe] {
  margin-top: 0;
}
.leader_top_1[data-v-af573dbe] {
  position: relative;
  left: 40px;
}
.leader_top_2[data-v-af573dbe] {
  position: relative;
  right: 40px;
}
.leaderTop[data-v-af573dbe],
.leaderCenter[data-v-af573dbe],
.leaderBottom[data-v-af573dbe] {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 20px;
}
.leaderBottom[data-v-af573dbe] {
  margin-bottom: 20px;
}
.detailInfo[data-v-af573dbe] {
  background-color: rgba(255, 255, 255, 0.5);
  height: 60px;
  width: 100%;
  display: flex;
  flex-direction: column;
  color: black;
}
.divider[data-v-af573dbe] {
  border: 0.5px solid white;
  height: 1px;
  width: 100%;
}
.infoTop[data-v-af573dbe],
.infoBottom[data-v-af573dbe] {
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 981px) {
.disNone1[data-v-ee7fbff6] {
    display: none !important;
}
.aboutCon[data-v-ee7fbff6] {
    font-size: 16px;
}
}
@media screen and (max-width: 980px) {
.header_bj[data-v-ee7fbff6] {
    height: 444px !important;
}
.disNone[data-v-ee7fbff6] {
    display: none !important;
}
.container[data-v-ee7fbff6] {
    padding: 0 !important;
}
.right_main[data-v-ee7fbff6] {
    padding: 0 !important;
    margin-bottom: 10px !important;
}
.aboutCon[data-v-ee7fbff6] {
    /* width: 335px !important; */
    margin: 15px 10px 0 !important;
    font-size: 20px !important;
}
}
.header_bj[data-v-ee7fbff6] {
  height: 750px;
}
.bj_box[data-v-ee7fbff6] {
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.main[data-v-ee7fbff6] {
  display: flex;
}
.right_main[data-v-ee7fbff6] {
  flex: 1;
  padding-left: 10px;
}

.qrCodeContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    width: min-content;
}
.qrCode {
    height: 150px;
    width: 150px;
}
.phoneText {
    box-sizing: border-box;
    padding-left: 3.15rem;
}
.titleIcon {
    height: 25px;
    width: 25px;
}
@media screen and (min-width: 981px) {
.header_bj {
        height: 750px;
}
.bj_box {
        justify-content: center;
        height: 100%;
        display: flex;
        align-items: center;
}
.skip {
        background: #F3F5F7;
        width: 100%;
        height: 40px;
        font-size: 14px;
}
.skip>div {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-right: 220px;
        line-height: 40px;
}
.tirety {
        background: #B70515;
        width: 230px;
        height: 120px;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        font-size: 20px;
        padding: 26px 0 0 12px;
}
.content {
        display: flex;
        justify-content: center;
}
.lists {
        display: flex;
        flex-direction: column;
        margin-top: -120px;
}
.lists .tiretys {
        background: #F3F5F7;
        color: #B70515;
        display: flex;
        justify-content: space-between;
        height: 58px;
        line-height: 58px;
        padding: 0 20px;
        cursor: pointer;
}
.options {
        display: flex;
        flex-direction: column;
        width: 1128px;
        text-align: left;
        margin-left: 50px;
        margin-bottom: 50px;
}
.title {
        font-size: 20px;
        border-bottom: 1px solid #DDDDDD;
        margin: 27px 0 70px 0;
}
.title img {
        margin: 0 10px 0 -13px;
}
.contact {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
}
.contact>div {
        width: 548px;
        margin-top: 20px;
        border-bottom: 1px solid #E5E5E5;
        padding: 20px 0;
        line-height: 35px;
}
.tit {
        color: #b70515;
        font-weight: bold;
}
.con {
        color: #666666;
        margin-left: 43px;
}
.address img {
        width: 100%;
}
.chuanzhen {
        display: flex;
        flex-direction: column;
}
}
@media screen and (max-width: 980px) {
.size22 {
        font-size: 22px !important;
}
.options {
        margin: 40px !important;
}
.contact {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
}
.contact>div {
        width: 46%;
        border-bottom: 1px solid #E5E5E5;
        padding: 10px 0;
        line-height: 25px;
        text-align: left;
}
.chuanzhen {
        display: flex;
        flex-direction: column;
}
.header_bj {
        height: 444px;
}
.bj_box {
        justify-content: center;
        height: 100%;
        display: flex;
        align-items: center;
}
.bj_box>img {
        height: 104px;
        /* margin-top: 80px; */
}
.con {
        color: #666666;
        margin-left: 44px;
        margin-top: 15px;
}
.tit {
        color: #b70515;
        font-weight: bold;
        display: flex;
        margin-top: 20px;
}
.tit>img {
        width: 26px;
}
.lists {
        display: none;
}
.title {
        display: none;
}
.address {
        width: 96%;
        margin: auto;
}
.skip {
        background: #F3F5F7;
        width: 100%;
        height: 25px;
        padding-left: 15px;
}
.skip>div {
        display: flex;
        align-items: center;
        line-height: 25px;
}
.chuanzhen1 {
        font-size: 12px;
}
}

.rdzxjj[data-v-b747b8e8] {
  /* line-height: 16px !important; */
  margin-bottom: 0px !important;
  width: 100% !important;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  /* autoprefixer: off*/
  -webkit-box-orient: vertical;
  /* autoprefixer: on*/
}
.list_box[data-v-b747b8e8] {
  /*background: #016B66;*/
  cursor: pointer;
  display: flex;
  padding: 15px 0px;
}
.detail[data-v-b747b8e8] {
  color: white;
  font-size: 13px;
  padding: 15px 25px 15px 0px;
}
.detail p[data-v-b747b8e8] {
  margin-top: 15px;
  cursor: pointer;
}
.right_title[data-v-b747b8e8] {
  font-weight: bold;
  font-size: 18px;
}
.list_left[data-v-b747b8e8] {
  border-right: 1px solid #ccc;
}
.list_right1[data-v-b747b8e8] {
  flex: 1;
  color: #333333;
  text-align: left;
  padding: 15px 25px;
  background: #f3f5f7;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}
@media screen and (max-width: 980px) {
.list_left > img[data-v-b747b8e8] {
    width: 166px !important;
    height: 194px !important;
}
.list_right1[data-v-b747b8e8] {
    padding: 0 0 0 10px !important;
}
.right_title[data-v-b747b8e8] {
    /* margin: 10px 0 !important; */
    width: 70% !important;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.list_box[data-v-b747b8e8] {
    padding: 10px 0 !important;
    width: 100% !important;
}
.list_right1 > img[data-v-b747b8e8] {
    width: 35px !important;
    height: 35px !important;
    /* margin-top: 10px !important; */
}
.rdzxjj[data-v-b747b8e8] {
    /* line-height: 16px !important; */
    margin-bottom: 0px !important;
    width: 90% !important;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
}

@media screen and (min-width: 981px) {
.disNone1[data-v-25a3696f] {
        display: none !important;
}
}
@media screen and (max-width: 980px) {
.header_bj[data-v-25a3696f] {
        height: 444px !important;
}
.disNone[data-v-25a3696f] {
        display: none !important;
}
.container[data-v-25a3696f] {
        padding: 0 !important;
}
.right_main[data-v-25a3696f] {
        padding-left: 0 !important;
        width: 100% !important;
}
.rdzxList[data-v-25a3696f] {
        margin: 0 15px !important;
}
}
.header_bj[data-v-25a3696f]{
    height: 750px;
}
.bj_box[data-v-25a3696f]{
    justify-content: center;
    width: 100%;
    height: 100%;
      display: flex;
    align-items: center;
}
.main[data-v-25a3696f]{
    display: flex;
}
.right_main[data-v-25a3696f]{
    flex:1;
    padding-left:10px ;
}

@media screen and (min-width: 751px) {
.title {
        margin-bottom: 70px;
}
.details {
}
.scyxTit {
        text-align: center;
        color: #333333;
        font-size: 24px;
}
.scyxTime {
        text-align: center;
        color: #666666;
        padding: 30px 0;
        border-bottom: 1px solid #E6E6E6;
}
.scyxTime .riqi {
        border-right: 1px solid #E6E6E6;
        padding-right: 20px;
}
.scyxTime .source {
        margin-left: 20px;
}
.scyxContent {
        margin-top: 35px;
        color: #666666;
}
.scyxContent > div {
        line-height: 30px;
}
.piece {
        display: flex;
        justify-content: space-between;
        color: #fff;
        align-items: center;
        margin-top: 80px;
}
.SXpiece {
        color: #016B66;
        width: 400px;

        display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		word-wrap: break-word;
		white-space: normal !important;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
        cursor:pointer;
}
}

@media screen and (min-width: 981px) {
.p-1 {
    background: #b70515;
    height: 60px;
}
}
.btn-info {
  border: 0px;
  background: #b70515;
  margin-top: 12px;
  font-weight: bold;
}
.mb-1 {
  margin-top: 15px;
}
.p-1 {
  background: #b70515;
}
.btn-info:hover {
  background: #b70515;
}
.card-body {
  background: #f3f3f3;
}
.btn {
  text-align: left;
  font-size: 16px;
}
.btn-info:focus {
  border: 0px !important;
  background: #b70515;
}
.identification {
  font-size: 14px;
}
.identifications {
  margin-left: 130px;
}
.duty {
  margin-top: 30px;
}
.duty1 {
  margin-top: 10px;
}
.deliver {
  background: #b70515;
  color: #fff !important;
  width: 165px;
  height: 45px;
  margin-top: 30px;
  border: none;
}
@media screen and (max-width: 980px) {
.btn-info {
    margin: 15px 0 !important;
}
.btn {
    font-size: 24px !important;
}
.identification {
    /* font-size: 12px !important;  */
}
.identifications {
    margin-left: 25px !important;
}
.duty {
    margin-top: 15px !important;
    font-size: 12px !important;
}
.duty1 {
    font-size: 12px !important;
}
.deliver {
    width: 242px;
    height: 60px;
    margin-top: 20px;
    font-size: 20px;
}
.card-body {
    text-align: left;
}
}

@media screen and (min-width: 981px) {
}
@media screen and (max-width: 980px) {
.list_right {
    margin-top: 10px !important;
    padding: 25px !important;
}
.list_right .content {
    width: 440px !important;
    padding-left: 20px !important;
    text-align: left;
}
.times {
    margin-right: 20px !important;
}
.more > img {
    width: 34px !important;
    height: 40px !important;
}
.size12 {
    font-size: 12px !important;
}
.size14 {
    font-size: 14px !important;
}
.size16 {
    font-size: 16px !important;
}
.size18 {
    font-size: 18px !important;
}
.size20 {
    font-size: 20px !important;
}
}
.title {
  margin-bottom: 30px;
}
.list_right {
  background: #b70515;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  align-items: center;
  margin-top: 30px;
}
.list_right > div {
  display: flex;
}
.list_right .sun {
  font-size: 50px;
}
.list_right .content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border-left: 1px solid #cccccc;
  padding-left: 35px;
  width: 666px;
}
.list_right .content > div {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.list_right .times {
  margin-right: 35px;
}
.more {
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.more span {
  margin-top: 10px;
}
.paginate {
  margin: auto;
  margin-top: 60px;
}

@media screen and (min-width: 981px) {
}
@media screen and (max-width: 980px) {
.size20 {
        font-size: 20px !important;
}
.scyxContent {
        text-align: left !important;
        font-size: 12px;
        margin-top: 15px !important;
}
.syp {
        margin-right: 15px;
}
.piece {
        margin-top: 20px !important;
}
.scyxTime {
        padding: 15px 0 !important;
        font-size: 12px;
}
.scyxTime .riqi {
        padding-right: 10px !important;
}
.scyxTime .source {
        margin-left: 10px !important;
}
}
.title {
        margin-bottom: 70px;
}
.details {
}
.scyxTit {
        text-align: center;
        color: #333333;
        font-size: 24px;
}
.scyxTime {
        text-align: center;
        color: #666666;
        padding: 30px 0;
        border-bottom: 1px solid #E6E6E6;
}
.scyxTime .riqi {
        border-right: 1px solid #E6E6E6;
        padding-right: 20px;
}
.scyxTime .source {
        margin-left: 20px;
}
.scyxContent {
        margin-top: 35px;
        color: #666666;
        font-size: 16px;
}
.scyxContent > div {
        line-height: 30px;
}
.piece {
        display: flex;
        justify-content: space-between;
        color: #fff;
        align-items: center;
        margin-top: 80px;
}
.SXpiece {
        color: #016B66;
        max-width: 400px;
        font-size: 16px;
        display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		word-wrap: break-word;
		white-space: normal !important;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
        cursor:pointer;
}


@media screen and (min-width: 981px) {
}
@media screen and (max-width: 980px) {
.kjcxList {
        padding: 10px !important;
        margin-top: 10px !important;
}
.kjcxList .left {
        text-align: left;
}
.kjcxList .right img {
        width: 230px !important;
        height: 138px !important;
}
.kjcxTime > img {
        width: 20px !important;
        height: 20px !important;
}
.kjcxTime span {
        margin-left: 5px !important;
}
.kjcxTime1 {
        margin-right: 10px !important;
}
}
.title {
        margin-bottom: 30px;
}
.kjcxList {
        background: #F9F9F9;
        border-left: 2px solid #b70515;
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        padding: 20px;
        cursor:pointer;
}
.kjcxList .left {
        width: 60%;
        display: flex;
        justify-content: space-around;
        flex-direction: column;
}
.kjcxList .left > div{
        display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		word-wrap: break-word;
		white-space: normal !important;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
}
.kjcxList .right img{
        width: 230px;
        height: 137px;
}
.kjcxtit {
        font-size: 22px;
        color: #b70515;
}
.kjcxTime {
        color: #b70515;
        display: flex !important;
        align-items: center;
        font-size: 14px;
}
.kjcxTime span {
        margin-left: 10px;
}
.kjcxTime1 {
        margin-right: 20px;
}
.paginate {
        margin: auto;
        margin-top: 60px;
}


@media screen and (min-width: 981px) {
}
@media screen and (max-width: 980px) {
}

@media screen and (min-width: 981px) {
}
@media screen and (max-width: 980px) {
.nav-item > a {
        padding:20px 100px !important;
        font-size: 20px !important;
}
.zhsCon {
        margin: 20px !important;
        font-size: 20px !important;
}
.zgsTitle {
        font-size: 24px !important;
        margin: 10px 0 !important;
}
.zgsList {
        width: 100% !important;
        margin-top: 20px !important;
}
.zgsList img {
        width: 298px !important;
        height: 178px !important;
}
.zgstit { 
        font-size: 24px !important;

        display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		word-wrap: break-word;
		white-space: normal !important;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
}
.zgsTime {
        margin:0 !important;
}
.zgsAll {
        margin-left: 10px !important;
}
.zgsxwCon{
        display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		word-wrap: break-word;
		white-space: normal !important;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
}
.horizontal {
        margin-top: 10px !important;
}
.paginate {
        margin-right: 0px !important;
}
}
.zgsTitle {
        font-size: 40px;
        color: #333333;
        font-weight: bold;
        margin-bottom: 20px;
        margin-top: 30px;
        text-align: center;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        background-color: rgb(176,0,7) !important;
        color: #fff !important;
        font-size: 20px;
}
.nav-item > a {
        color: rgb(176,0,7);
        background: #e0e0e0;
        font-size: 20px;
        padding:36px 240px;
}
.nav-item > a:hover {
        color: rgb(176,0,7) !important;
}
.zgsList {
        display: flex;
        width: 1390px;
        margin: auto;
        margin-top: 20px;
        cursor:pointer;
}
.zgsAll {
        display: flex;
        flex-direction: column;
        text-align: left;
        margin-left: 30px;
        font-size: 16px;
        justify-content: space-around;
        width: 80%;
}
.zgsList img {
        width: 455px;
        height: 256px;
}
.zgstit {
        font-size: 28px;
        color: #666666;
}
.zgsTime {
        margin: 35px 0;
}


.appendixList {
  width: 100%;
  display: flex;
  flex-direction: column;
  line-height: 25px;
  align-items: flex-start;
}
.appendixList >>> .el-link{
    text-decoration: none;
}
@media screen and (min-width: 981px) {
.zgsxq {
    width: 1390px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
}
@media screen and (max-width: 980px) {
.zgsxq {
    margin: 15px !important;
}
.disNone {
    display: none !important;
}
.size24 {
    font-size: 24px !important;
}
}

@media screen and (min-width: 981px) {
.botton-index[data-v-3e7f397d] {
    width: 100%;
    background: #333333;
    color: #999999;
}
.entirety[data-v-3e7f397d] {
    width: 75%;
    margin: auto;
    border-bottom: 1px solid #666666;
    display: flex;
}
.left[data-v-3e7f397d] {
    display: flex;
    flex-direction: column;
    width: 33.333%;
    text-align: left;
    padding: 0 25px;
    margin: 40px 0;
    border-right: 1px solid #666666;
    justify-content: center;
}
.left img[data-v-3e7f397d] {
    width: 129px;
    height: 57px;
}
.left > div[data-v-3e7f397d] {
    margin-top: 30px;
}
.center[data-v-3e7f397d] {
    width: 33.333%;
    border-right: 1px solid #666666;
    padding: 0 25px;
    margin: 40px 0;
    display: flex;
    align-items: center;
    text-align: left;
}
.center ul li[data-v-3e7f397d] {
    list-style: none;
    margin: 15px 0;
}
.ram[data-v-3e7f397d] {
    color: #f4f4f4;
    margin-right: 15px;
}
.right[data-v-3e7f397d] {
    width: 33.333%;
    padding: 0 25px;
    margin: 40px 0;
}
.Aname[data-v-3e7f397d] {
    text-align: center;
    font-size: 16px;
    padding: 25px 0;
}
.QWM[data-v-3e7f397d] {
    display: flex;
    margin-top: 20px;
}
.QWM > div[data-v-3e7f397d] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 66px;
    font-size: 12px;
}
.QWM span[data-v-3e7f397d] {
    color: #fff;
    margin-top: 10px;
}
.QWM img[data-v-3e7f397d] {
    width: 107px;
    height: 107px;
}
.sjbottom[data-v-3e7f397d] {
    display: none;
}
.synopsis[data-v-3e7f397d] {
    /* display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		word-wrap: break-word;
		white-space: normal !important;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical; */
}
}
@media screen and (max-width: 980px) {
.center ul li[data-v-3e7f397d] {
    font-size: 18px !important;
}
.synopsis[data-v-3e7f397d] {
    font-size: 17px !important;
}
.botton-index[data-v-3e7f397d] {
    width: 100%;
    background: #333333;
    color: #999999;
    padding: 20px 10px 0;
    position: fixed;
    bottom: 0;
    height: 270px;
    z-index: 999;
}
.entirety[data-v-3e7f397d] {
    margin: auto;
    display: flex;
    flex-direction: column;
}
.Aname[data-v-3e7f397d] {
    display: none;
}
.mb-3[data-v-3e7f397d] {
    display: none;
}
.center[data-v-3e7f397d] {
    display: flex;
    align-items: center;
    text-align: left;
}
.center ul li[data-v-3e7f397d] {
    list-style: none;
    margin: 15px 0;
    list-style: none;
}
.shouji[data-v-3e7f397d] {
    display: none !important;
}
.QWM[data-v-3e7f397d] {
    margin: 15px 15px 0;
}
.QWM img[data-v-3e7f397d] {
    width: 92px;
    height: 92px;
}
.QWM > div[data-v-3e7f397d] {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.QWM span[data-v-3e7f397d] {
    margin-top: 15px;
    font-size: 16px;
}
.pcBottom[data-v-3e7f397d] {
    display: none;
}
.sjbottom[data-v-3e7f397d] {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.left[data-v-3e7f397d] {
    display: flex;
    text-align: left;
    align-items: center;
    font-size: 12px;
}
.left > img[data-v-3e7f397d] {
    width: 130px;
    height: 58px;
    margin: 7px 30px;
}
.synopsis[data-v-3e7f397d] {
    margin: 0 15px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.pcBottom > ul[data-v-3e7f397d] {
    padding: 0;
}
}

.engRoot[data-v-4930a099] {
  display: flex;
  flex-direction: column;
}
.engTop[data-v-4930a099] {
  background: url(../../static/img/eng_top_background.b321f44.png) no-repeat 100% 100%;
  width: 100%;
  height: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.title_[data-v-4930a099] {
  color: white;
  font-size: 35px;
  font-weight: 600;
}
.bottomPart[data-v-4930a099] {
  height: 350px;
  width: 1450px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  bottom: 50px;
}
.bottomPart > p[data-v-4930a099] {
  width: 682px;
  color: white;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.9px;
  text-align: justify;
  line-height: 35px;
}
.bottomPart > p[data-v-4930a099]::selection {
  background-color: white;
  color: #045bab;
}
.cardsBottom[data-v-4930a099] {
  height: 257px;
  width: 547px;
  background-color: white;
  box-sizing: border-box;
  z-index: 0;
  position: relative;
  top: 150px;
  right: 30%;
  font-size: 14px;
  font-weight: 400;
  color: #045bab;
  line-height: 30px;
  letter-spacing: 0.7px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 10px;
  padding-right: 30px;
}
.cardsTop[data-v-4930a099] {
  width: 567px;
  height: 338px;
  position: absolute;
  z-index: 10;
  top: 10%;
  right: 15%;
}
.projectsContainer[data-v-4930a099] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding-top: 50px;
  padding-bottom: 50px;
}
.projectsTitle[data-v-4930a099] {
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 40px;
  transition: all 0.15s linear;
}
.projectsTitle[data-v-4930a099]::selection {
  background-color: #045bab;
  color: white;
}
.projectsBottom[data-v-4930a099] {
  width: 1550px;
  height: 1000px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.projectNavList[data-v-4930a099] {
  width: 27%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.projectList[data-v-4930a099] {
  width: 1050px;
  height: 100%;
  box-sizing: border-box;
  padding: 30px;
  background-color: rgb(240, 240, 240);
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  flex-direction: justify;
}
.projects[data-v-4930a099] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
  /* 1% for scrollbar */
  width: 101%;
  overflow: auto;
}
.projectListTitle[data-v-4930a099] {
  height: 150px;
  font-size: 18px;
  text-align: left;
}
.projectListTitle[data-v-4930a099]::selection {
  background-color: rgb(47, 93, 201);
  color: white;
}
.projectNavItem[data-v-4930a099] {
  width: 100%;
  height: 110px;
  cursor: pointer;
  transition: all 0.1s linear;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  align-items: flex-start;
  padding: 40px;
}
.projectNavItem > p[data-v-4930a099] {
  color: white;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}
.projectNavItem_ACTIVE > p[data-v-4930a099]::selection {
  background-color: rgb(114, 164, 40);
}
.projectNavItem_INACTIVE > p[data-v-4930a099]::selection {
  background-color: rgb(34, 69, 164);
}
.projectNavItem_INACTIVE[data-v-4930a099] {
  background-color: rgb(35, 94, 202);
  border-left: 10px solid rgb(23, 70, 165);
}
.projectNavItem_ACTIVE[data-v-4930a099] {
  background-color: rgb(142, 190, 70);
  border-left: 10px solid rgb(110, 163, 32);
}
.divider[data-v-4930a099] {
  width: 120px;
  height: 1px;
  border: 1px solid white;
}
.projectItem[data-v-4930a099] {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-display: 18px;
}
.projectItem > img[data-v-4930a099] {
  width: 90%;
}
.projectItem > p[data-v-4930a099] {
  font-size: 18px;
}
.projectItem > p[data-v-4930a099]::selection {
  background-color: rgb(47, 93, 201);
  color: white;
}
.footer[data-v-4930a099] {
  background: url(../../static/img/eng_top_background.b321f44.png) no-repeat 100% 100%;
  width: 100%;
  height: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footerTitle[data-v-4930a099] {
  font-display: bold;
  letter-spacing: 4px;
  font-size: 40px;
  color: white;
}
.customerRelations[data-v-4930a099] {
  height: 600px;
  width: 1300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.logoItem[data-v-4930a099] {
  width: 310px;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.logoItem > img[data-v-4930a099] {
  height: 120px;
  width: 100%;
}
.logoItem > p[data-v-4930a099] {
  font-size: 18px;
  color: white;
  transition: all 0.15s linear;
  cursor: pointer;
}
.logoItem > p[data-v-4930a099]:hover {
  color: lightblue;
}
.logoItem > p[data-v-4930a099]::selection,
.logoItem > img[data-v-4930a099]::selection {
  background-color: transparent;
}
.customerRelations[data-v-4930a099] .el-carousel__container {
  height: 100%;
  width: 100%;
}
.customerRelations[data-v-4930a099] .el-carousel__item {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.customerRelations[data-v-4930a099] .el-carousel__arrow {
  height: 150px;
  width: 150px;
  font-size: 80px;
}
.bannerButton[data-v-4930a099] {
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.bannerButton > svg[data-v-4930a099] {
  width: 80px;
  height: 80px;
}
.engNav[data-v-4930a099] {
  height: 100px;
  width: 100%;
  background-color: white;
  box-sizing: border-box;
  padding-left: 150px;
  padding-right: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navImage[data-v-4930a099] {
  z-index: 100;
  height: 150px;
  width: 380px;
  position: relative;
  top: 20px;
}
.companyLocations[data-v-4930a099] {
  height: 300px;
  width: 1550px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.companyLocationItem[data-v-4930a099] {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 40%;
  height: 60px;
}
.companyLocationTitle[data-v-4930a099]::selection,
.companyLocationText[data-v-4930a099]::selection {
  background-color: #045bab;
  color: white;
}
.companyLocationTitle[data-v-4930a099] {
  color: rgb(4, 85, 168);
  font-size: 18px;
  font-weight: bold;
}
.companyLocationText[data-v-4930a099] {
  color: gray;
  font-size: 16px;
}
.companyLocationDivider[data-v-4930a099] {
  width: 100%;
  border-bottom: 1px solid gray;
}
.bottomMap[data-v-4930a099] {
  height: 538px;
  width: 100%;
  margin-top: 20px;
}
/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}