.w1400 {
  width: 73.57%;
  margin: 0 auto;
}

.w1599 {
  width: 84.08%;
  margin: 0 auto;
}

.w1760 {
  width: 92.5%;
  margin: 0 auto;
}

.w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.bef:before,
.bef-lf:before,
.bef-center:before,
.aft:after {
  position: absolute;
  display: block;
  content: "";
}

.bef-lf:before {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bef-center:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.f24 {
  font-size: 23px;
}

.tit {
  font-size: 0.4rem;
  font-weight: bold;
  text-align: center;
  color: #222222;
}

.tdes {
  font-size: 18px;
  text-align: center;
  color: #666666;
  margin-top: 10px;
}

.tdes span {
  font-weight: bold;
  color: #4285f4;
}

.ico {
  display: inline-block;
}

.ps {
  position: sticky;
  top: 15px;
}

.more {
  position: relative;
  line-height: 1.625;
  display: inline-block;
  margin-top: 0.6rem;
  padding: 13px 40px;
  overflow: hidden;
  color: #fff;
  border-radius: 4px;
  background-color: #1a73e8;
}

.news .news-right .con-btns .btns .btn {
  position: relative;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.more::before,
.news .news-right .con-btns .btns .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -45px;
  width: 25px;
  height: 100%;
  background: #fff;
  opacity: 0.3;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.more span,
.more em {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.more em {
  font-size: 20px;
  font-weight: bold;
  margin-left: 10px;
}

.more:hover::before,
.news .news-right .con-btns .btns .btn:hover::before {
  left: calc(100% + 45px);
  width: 35px;
}

.more:hover,
.news .news-right .con-btns .btns .btn:hover {
  background: #34a853;
}

.news .news-right .con-btns .btns .btn:hover {
  color: #fff;
  border-color: #34a853;
}

@media screen and (max-width: 1599px) {
  .w1599 {
    width: 90%;
  }
  .w1400 {
    width: 80%;
  }
  .f24 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1439px) {
  .w1400 {
    width: 90%;
  }
}
@media screen and (max-width: 1359px) {
  .more {
    padding: 10px 25px;
  }
}
@media screen and (max-width: 1259px) {
  .w1200 {
    width: 90%;
  }
  .m-none {
    display: none;
  }
  .more {
    padding: 10px 20px;
  }
  .tit {
    font-size: 26px;
  }
  .tdes {
    font-size: 17px;
  }
}
@media screen and (max-width: 1151px) {
  .f24 {
    font-size: 18px;
  }
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  .tit {
    font-size: 24px;
  }
  .tdes {
    font-size: 15px;
    margin-top: 5px;
  }
}
.swiper-pagination-bullet {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 6px !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  border-radius: 20px;
  background: rgba(0, 170, 58, 0.3);
}

.swiper-pagination-bullet-active {
  width: 16px;
  height: 6px;
  background-color: #00aa3a;
}

.banner_swiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3);
}

.banner_swiper .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.swiper-pagination-progress {
  background-color: rgba(51, 51, 51, 0.2);
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background-color: #024498;
}

.swiper-pagination .current,
.swiper-pagination .line,
.swiper-pagination .total {
  font-family: Bebas;
  font-size: 16px;
  color: #aebbcc;
}

.swiper-pagination .current {
  color: #024498;
}

.swiper-container-horizontal > .swiper-scrollbar {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #f2f2f2;
}

.swiper-,
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner_swiper .swiper-container-horizontal > .swiper-pagination-bullets,
.banner_swiper .swiper-pagination-custom,
.banner_swiper .swiper-pagination-fraction {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.swiper-pagination .swiper-pagination-current {
  color: #333333;
}

.swiper-button-next,
.swiper-button-prev {
  font-size: 26px;
  line-height: 64px;
  width: 64px;
  height: 64px;
  text-align: center;
  color: #b5b5b5;
  border: solid 1px #b5b5b5;
  border-radius: 50%;
  background: 0 0;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #ffffff;
  border: solid 1px #00aa3a;
  background-color: #00aa3a;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: no-drop !important;
  pointer-events: unset !important;
}

.headfixed {
  position: relative;
  z-index: 99;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.headfixed.headerbgm,
.hheaderbgm {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.headfixed.headerbgm::before,
.headfixed1::before {
  display: none;
}

.headfixed .headfixed_show {
  position: relative;
  z-index: 3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 13.5%;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.headfixed .logo {
  position: relative;
  display: block;
}

.headfixed .logo img {
  margin: 0;
}

.headfixed .menu_list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 65%;
  margin-left: 4vw;
}

.headfixed .menu_pcul {
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.headfixed .menu_pcul li {
  position: relative;
  vertical-align: top;
}

.headfixed .menu_pcul li > a {
  font-size: 18px;
  position: relative;
  z-index: 2;
  display: block;
  padding: 36px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}

.headfixed .menu_pcul li .head_subnav {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  min-width: 180px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0;
  background: #ffffff;
  -webkit-box-shadow: 0 7px 29px 0 rgba(184, 184, 184, 0.14);
          box-shadow: 0 7px 29px 0 rgba(184, 184, 184, 0.14);
}

.headfixed .menu_pcul li:hover .head_subnav {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: auto;
  opacity: 1;
}

.headfixed .menu_pcul li.cur > a:after,
.headfixed .menu_pcul li:hover > a:after {
  opacity: 1;
}

.headfixed .menu_pcul li:hover {
  border-color: #0056b8;
}

.h-serch .icon-ssicon {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0.5rem 0 0.6rem;
}

.h-button .more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 110px;
  height: 40px;
  font-size: 18px;
  margin-top: 0px;
  padding: 0px;
  text-align: center;
  color: #ffffff;
  border-radius: 4px;
  background-color: #1a73e8;
}

.navbar-togger {
  display: none;
  visibility: visible;
  padding: 22px 0px;
  transition: transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96), opacity 0.28s 0.36s cubic-bezier(0.52, 0.16, 0.24, 1), -webkit-transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96);
  border: none;
  background: 0 0;
  cursor: pointer;
}

.navbar-togger .icon_bar {
  width: 24px;
  height: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  background-color: #2381d9;
}

.navbar-togger .icon_bar:nth-of-type(2) {
  margin: 5px 0;
  width: 20px;
}

.headfixed .menu_list.on .navbar-togger .icon_bar:nth-child(1) {
  -webkit-transform: translate(0, 7px) rotate(45deg);
          transform: translate(0, 7px) rotate(45deg);
}

.headfixed .menu_list.on .navbar-togger .icon_bar:nth-child(2) {
  opacity: 0;
}

.headfixed .menu_list.on .navbar-togger .icon_bar:nth-child(3) {
  -webkit-transform: translate(0, -7px) rotate(-45deg);
          transform: translate(0, -7px) rotate(-45deg);
}

.banner {
  position: relative;
}

.banner .b-futitle {
  font-size: 18px;
}

.pub-mbanner {
  display: none;
}

.banner .pub-mbanner,
.banner .pub-pbanner {
  width: 100%;
}

.banner .pub-mbanner img,
.banner .pub-pbanner img {
  width: 100%;
  margin: 0 auto;
}

.banner .swiper_fontlist {
  position: absolute;
  z-index: 3;
  top: 55%;
  width: 100%;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
}

.banner .pub-mbanner {
  display: none;
}

.banner .swiper_font .tit {
  font-size: 0.46rem;
  margin-bottom: 10px;
}

.banner.ny_banner .swiper_font .tit {
  text-align: left;
}

.banner .swiper_font .subtit {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 2px;
}

@media screen and (max-width: 1599px) {
  .headfixed .headfixed_show {
    margin: 0 10%;
  }
  .headfixed .menu_pcul li > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1439px) {
  .headfixed .headfixed_show {
    margin: 0 5%;
  }
  .headfixed .menu_list {
    margin-left: 0.5rem;
  }
  .headfixed .logo img {
    width: 120px;
  }
  .h-button .more {
    font-size: 16px;
    line-height: 32px;
    width: 100px;
    height: 34px;
  }
}
@media screen and (max-width: 1259px) {
  .headfixed .menu_list {
    margin-left: 0.2rem;
  }
  .headfixed .menu_list {
    width: 70%;
  }
  .h-serch .icon-ssicon {
    margin: 0 0.2rem 0 0.3rem;
  }
  .headfixed .logo img {
    width: 100px;
  }
}
@media screen and (max-width: 1151px) {
  .headfixed .menu_list {
    width: 75%;
    margin-left: 0px;
  }
  .headfixed .logo img {
    width: 100px;
  }
  .headfixed .menu_pcul li > a {
    font-size: 15px;
  }
  .h-serch {
    display: none;
  }
  .banner {
    margin-top: 66px;
  }
  .h-button .more {
    font-size: 15px;
    line-height: 1;
    width: auto;
    height: auto;
    padding: 10px 15px;
  }
  .banner .b-futitle {
    font-size: 16px;
  }
  .headfixed {
    position: fixed;
    top: 0px;
    /* height: 66px; */
    background: #fff;
  }
  .headfixed .headfixed_show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .headfixed .menu_pcul li > a {
    padding: 0;
  }
  .banner .swiper_fontlist {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .banner .more {
    margin-top: 20px;
  }
  .banner .swiper_font .tit {
    font-size: 24px;
  }
  .banner .more {
    margin-top: 20px;
  }
}
@media screen and (max-width: 980px) {
  .navbar-togger {
    display: inline-block;
  }
  .headfixed {
    background: #ffffff;
    -webkit-box-shadow: 0 0 103px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 103px 0 rgba(0, 0, 0, 0.1);
  }
  .headfixed .headfixed_show {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .headfixed .menu_list {
    position: relative;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 60px;
    margin-left: 0px;
  }
  .headfixed .menu_pcul {
    position: fixed;
    top: 66px;
    right: 0px;
    left: auto;
    -webkit-transform: translateX(105%);
            transform: translateX(105%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 85%;
    height: 100%;
    padding: 20px 0;
    -webkit-transition: 1.5s;
    transition: 1.5s;
    background: #ffffff;
    -webkit-box-shadow: 5px 4px 5px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 5px 4px 5px 1px rgba(0, 0, 0, 0.1);
  }
  .headfixed .menu_list.on .menu_pcul {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .headfixed .menu_pcul li {
    width: 100%;
  }
  .headfixed .menu_pcul li > a {
    line-height: 3;
    text-align: left;
    padding: 5px 20px;
    border-bottom: 1px solid #ececec;
  }
  .headfixed .menu_pcul li > a:hover {
    color: #ffffff;
    background-color: #0065ff;
  }
  .h-button .more {
    font-size: 15px;
    line-height: 1.5;
    padding: 8px 22px;
  }
  .banner {
    margin-top: 60px;
  }
  .banner .swiper_fontlist {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .banner .swiper_font .subtit {
    font-size: 18px;
  }
}
@media screen and (max-width: 980px) {
  .banner .pub-pbanner {
    display: none;
  }
  .banner .pub-mbanner {
    display: block;
  }
  .more {
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .h-button .more {
    font-size: 14px;
    line-height: 1.5;
    padding: 7px 18px;
  }
  .more {
    padding: 8px 20px;
    margin-top: 25px;
  }
  .more em {
    font-size: 16px;
  }
}
.bottom-from {
  padding: 50px 0 40px;
  background: url(../images/bottom-bg.png);
}
.bottom-from .tit2 {
  font-size: 0.3rem;
  text-align: center;
  color: #ffffff;
}
.bottom-from .tdes {
  line-height: 1.67;
  text-align: center;
  color: #ffffff;
  margin-top: 5px;
}
.bottom-from .btns {
  margin-top: 0.3rem;
}
.bottom-from .btns .btn {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 15px;
  padding: 12px 40px;
  color: #ffffff;
  color: #ffffff;
  border: 1px solid;
  overflow: hidden;
  border-radius: 4px;
}
.bottom-from .btns .btn-2 {
  border-color: #34a853;
  background-color: #34a853;
}
.bottom-from .btns .btn:hover::before {
  background-color: #34a853;
}
@media (max-width: 1599px) {
  .bottom-from .tit2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 980px) {
  .bottom-from .tdes {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .bottom-from {
    padding: 35px 0 30px;
  }
  .bottom-from .btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
  .bottom-from .btns .btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
    padding: 10px 20px;
  }
}

.footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  background: #f7f7f7;
}

.footer .foot_top {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 0.75rem;
}

.footer .footer-subtit a {
  font-size: 18px;
  position: relative;
  display: block;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.8);
}

.footer .ftlogo {
  display: block;
}

.footer .ftlogo img {
  margin: 0;
  margin-bottom: 25px;
}

.footer .footer_addrli {
  line-height: 1.875;
  color: #666666;
}

.footer .footer_addrli span {
  color: #ababab;
}

.footer .ftlogo_share .bshare_icon {
  font-size: 24px;
  line-height: 1.2 !important;
  width: auto;
  height: auto;
  margin-top: 40px;
  margin-right: 25px;
  color: #195b8e;
  background: 0 0;
}

.footer .ftlogo_share .bshare_icon:last-child {
  margin-right: 0;
}

.footer .footer-menu li,
.footer .footer-subtit {
  position: relative;
}

.footer .footer-subnav a {
  font-size: 14px;
  display: inline-block;
  padding: 4px 0;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.4);
}

.footer .footer-subnav span {
  display: inline-block;
  vertical-align: middle;
}

.footer .foot-copy a:hover,
.footer .foot-rtlink a:hover,
.footer .footer-subnav a:hover,
.footer .ftlogo_share .bshare_icon:hover {
  color: #ffffff;
}

.footer .foot-bot {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer .foot-copy,
.footer .foot-copy a,
.footer .foot-rtlink,
.footer .foot-rtlink a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
}

.footer .foot_left {
  padding-right: 4%;
}

.footer .footer-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer .foot-rtlink a {
  padding: 0 5px;
}

.footer .foot-rtlink span {
  color: rgba(255, 255, 255, 0.2);
}

.footer .foot-rtlink a:first-child {
  padding-left: 0;
}

.footer .foot-rtlink a:last-child {
  padding-right: 0;
}

.footer .foot-ewm {
  font-size: 14px;
  font-weight: lighter;
  position: relative;
  width: 105px;
  text-align: center;
  color: #ffffff;
}

.footer .foot-ewm img {
  max-width: 105px;
  max-height: 105px;
  margin-bottom: 10px;
}

.footer {
  padding: 0.65rem 0 0.3rem;
  background: rgb(27, 27, 27);
}
.footer .ftlogo img {
  width: 110px;
}
.footer .foot_left .fo-ewm {
  width: 80px;
}
.footer .foot_left .fo-ewm .ewm {
  height: 80px;
  padding: 2px;
  border-radius: 4px;
  background-color: #ffffff;
}
.footer .foot_left .fo-ewm p {
  font-size: 14px;
  line-height: 2;
  text-align: center;
  color: #666666;
}
.footer .foot_right {
  width: 190px;
  margin-left: 4%;
}
.footer .foot_right svg {
  width: 30px;
  margin-top: 5px;
  margin-right: 5px;
}
.footer .foot_right p:first-child {
  font-size: 16px;
}
.footer .foot_right p {
  font-size: 15px;
  width: calc(100% - 30px);
  margin-bottom: 10px;
  color: #ffffff;
}
.footer .foot-rtlink {
  margin-bottom: 5px;
}
.footer .foot-rtlink .icon-jiantou1 {
  display: inline-block;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.footer .foot-rtlink .none {
  display: none;
}
.footer .foot-rtlink.on .icon-jiantou1 {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.footer .foot-rtlink.on a {
  display: inline-block;
}
.footer .share a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  border-radius: 4px;
  background-color: #ffffff;
}
@media (max-width: 1599px) {
  .footer .footer-subtit a {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  .footer .footer-menu {
    display: none;
  }
  .footer .foot_right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .footer .ftlogo img {
    margin-bottom: 20px;
  }
}
@media (max-width: 980px) {
  .footer {
    padding: 40px 0 20px 0;
  }
  .footer .foot_top {
    padding-bottom: 20px;
  }
  .footer .foot-bot .flexsb {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .foot-bot .fb-left,
  .footer .foot-bot .fb-right {
    width: 100%;
  }
  .footer .foot-bot .fb-left {
    margin-bottom: 15px;
  }
}
@media (max-width: 640px) {
  .footer {
    padding: 35px 0 15px 0;
  }
  .footer .footer-subtit a,
  .footer .foot_left .fo-ewm p {
    display: none;
  }
  .footer .foot_left, .footer .foot_right {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 0px;
  }
  .footer .foot_right {
    margin-top: 15px;
  }
  .footer .ftlogo img {
    margin-bottom: 18px;
  }
  .footer .foot_top {
    padding-bottom: 5px;
  }
  .footer .foot_right p {
    font-size: 15px;
  }
  .footer .foot-copy,
  .footer .foot-copy a,
  .footer .foot-rtlink,
  .footer .foot-rtlink a {
    font-size: 13px;
  }
}

.right-flex {
  position: fixed;
  z-index: 9;
  right: 20px;
  bottom: 5%;
  display: none;
  width: 50px;
  height: auto;
}

.right-flex ul {
  width: 100%;
}

.right-flex li {
  line-height: 50px;
  position: relative;
  float: right;
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  -webkit-transition: width 0.3s, background 0.3s, margin 0.3s;
  transition: width 0.3s, background 0.3s, margin 0.3s;
  background: #1a73e8;
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

.right-flex li .ico {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}

.right-flex li a {
  display: block;
  width: 100%;
  height: 100%;
}

.right-flex li p {
  font-size: 15px;
  line-height: 50px;
  padding: 0 20px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  color: #ffffff;
}

.right-flex li.one {
  width: 90px;
  height: 50px;
  border-radius: 4px;
  background-color: #458d45;
}

.right-flex li.one p {
  font-size: 16px;
  line-height: 22px;
  padding: 3px 10px;
  text-align: center;
}

.right-flex li.four .ico,
.right-flex li.li-three .ico,
.right-flex li.two .ico {
  left: 0;
}

.right-flex li.four p,
.right-flex li.li-three p,
.right-flex li.two p {
  padding: 0 20px 0 50px;
}

.right-flex li.three {
  width: 150px;
  margin-right: -100px;
}

.right-flex li .ico {
  font-size: 24px;
  text-align: center;
  color: #ffffff;
}

.right-flex li .ico.ico03 {
  font-size: 32px;
}

.right-flex .right-close {
  font-size: 12px;
  font-weight: 700;
  display: none;
  width: 100%;
  height: 40px;
}

.right-flex .close-icon {
  font-size: 14px;
  line-height: 32px;
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  background: #a7afb9;
}

.right-flex.show .close-icon {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.right-flex .to-top em {
  display: block;
  padding-top: 10px;
  text-align: center;
  color: #ffffff;
}

@media (min-width: 1259px) {
  .right-flex li:hover {
    background: #4285f4;
  }
  .right-flex li.one:hover {
    width: 90px;
    background-color: #4285f4;
  }
  .right-flex li.four:hover .ico,
  .right-flex li:hover .ico {
    right: 0;
    left: auto;
    color: #ffffff;
  }
  .right-flex li.two:hover {
    margin-right: 0;
  }
  .right-flex li.three:hover {
    width: 140px;
    margin-right: 0;
  }
  .right-flex li.four:hover {
    width: 180px;
    margin-right: 0;
  }
  .right-flex li.li-three:hover p,
  .right-flex li.two:hover p {
    padding: 0 20px;
  }
  .right-flex li.four:hover p:last-child {
    padding: 0 53px 0 0;
  }
  .right-flex li.four:hover p:last-child img {
    border: 3px solid #004982;
    border-radius: 8px;
  }
  .right-flex li.two:hover {
    width: 200px;
    margin-right: 0;
  }
}
@media (max-width: 1151px) {
  .right-flex .four,
  .right-flex .right-close,
  .right-flex li.one,
  .right-flex li.two {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .right-flex,
  .right-flex li {
    width: 40px;
    height: 40px;
  }
  .right-flex li .ico {
    font-size: 20px;
    line-height: 40px;
    width: 40px;
    height: 40px;
  }
  .right-flex .to-top em {
    font-size: 12px;
    line-height: 30px;
    margin-top: 0;
  }
  .right-flex {
    top: 100%;
  }
}
.app-kfbt {
  display: none;
  height: 48px;
}

.app-kf {
  position: fixed;
  z-index: 5;
  overflow: hidden;
}

.app-kf,
.kufuul {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
}

.kufuul {
  position: absolute;
  display: inline-block;
  padding: 2px 0;
}

.button--aylen,
.button--isi,
.button--ujarak,
.button--wapasha {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.button--isi::before {
  content: "";
  position: absolute;
  top: 0;
  left: -45px;
  width: 25px;
  height: 100%;
  background: #fff;
  opacity: 0.3;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.button--ujarak:hover::before,
.button--wapasha:hover::before,
.button--aylen:hover::after,
.button--aylen:hover::before {
  left: calc(100% + 45px);
  width: 35px;
}

.button--isi:hover {
  background-color: #1a73e8 !important;
}

.button--ujarak:hover {
  background-color: #34a853;
  border-color: #34a853 !important;
}

.button--ujarak::before {
  content: "";
  position: absolute;
  top: 0;
  left: -45px;
  width: 25px;
  height: 100%;
  background: #fff;
  opacity: 0.3;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.button--aylen::before {
  background: #7986cb;
}

.button--aylen::after {
  background: #ffffff;
}

.button--aylen:hover::after {
  -webkit-transition-delay: 175ms;
          transition-delay: 175ms;
}

.button--aylen::after,
.button--aylen::before {
  content: "";
  position: absolute;
  top: 0;
  left: -45px;
  width: 25px;
  height: 100%;
  background: #fff;
  opacity: 0.3;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.button--wapasha::before {
  content: "";
  position: absolute;
  top: 0;
  left: -45px;
  width: 25px;
  height: 100%;
  background: #fff;
  opacity: 0.3;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.none {
  display: none;
}

.pings {
  margin-top: 0.45rem;
}
.pings .upper,
.pings .next {
  padding: 0 20px;
  border-radius: 20px;
}
.pings a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  color: #999;
}
.pings a:last-child {
  margin-right: 0px;
}
.pings a.on, .pings a:hover {
  color: #ffffff;
  background: #0064ff;
}

@media screen and (max-width: 980px) {
  .pings a {
    min-width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 640px) {
  .pings .upper,
  .pings .next {
    height: 28px;
    padding: 5px 10px;
  }
  .pings a {
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    margin-right: 3px;
    font-size: 14px;
  }
}
.mk-swiper-kehu .tags {
  font-size: 20px;
  max-width: 790px;
  margin: 0.4rem auto 0;
}
.mk-swiper-kehu .tags .tag {
  background-color: #ffffff;
  border-radius: 22px;
  padding: 8px 30px;
  margin: 12px 10px;
}
.mk-swiper-kehu .tags .tag .ico {
  margin-right: 10px;
}
.mk-swiper-kehu .tags .tag .txt {
  color: #56657C;
}
.mk-swiper-kehu #lsem4sw {
  position: relative;
  margin: 0 auto;
  padding: 30px 0px 0;
  text-align: center;
}
.mk-swiper-kehu #lsem4sw .swiper-slide-active .lsem3-img {
  width: 100%;
}
.mk-swiper-kehu #lsem4sw .swiper-slide {
  width: auto;
}
.mk-swiper-kehu #lsem4sw .swiper-slide-active {
  width: auto;
  border-radius: 10px;
  background-size: 100% 100%;
}
.mk-swiper-kehu #lsem4sw .swiper-slide img {
  display: block;
}
.mk-swiper-kehu #lsem4sw .swiper-pagination {
  bottom: 20px;
  display: none;
  width: 100%;
}
.mk-swiper-kehu #lsem4sw .swiper-button-prev,
.mk-swiper-kehu #lsem4sw .swiper-button-next {
  left: 0;
  display: none;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 1439px) {
  .mk-swiper-kehu .tags {
    font-size: 18px;
  }
}
@media screen and (max-width: 1259px) {
  .mk-swiper-kehu .tags {
    font-size: 17px;
  }
}
@media screen and (max-width: 980px) {
  .mk-swiper-kehu .tags {
    max-width: 100%;
  }
  .mk-swiper-kehu .tags .tag {
    padding: 8px 25px;
    margin: 10px 5px;
  }
}
@media screen and (max-width: 640px) {
  .mk-swiper-kehu .tags {
    font-size: 15px;
    margin-top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mk-swiper-kehu .tags .tag {
    width: 48%;
    margin: 0px;
    margin-right: 4%;
    padding: 12px 20px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(18, 22, 30, 0.04);
            box-shadow: 0px 0px 30px 0px rgba(18, 22, 30, 0.04);
    margin-top: 15px;
  }
  .mk-swiper-kehu .tags .tag:nth-child(2n) {
    margin-right: 0px;
  }
  .mk-swiper-kehu .tags .tag .ico {
    margin: 0px auto;
  }
  .mk-swiper-kehu .tags .tag .ico img {
    max-width: 15px;
    max-height: 15px;
  }
  .mk-swiper-kehu .tags .tag .txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
    padding-left: 10px;
  }
  .mk-swiper-kehu #lsem4sw .swiper-pagination {
    display: block;
    bottom: 0px;
  }
  .mk-swiper-kehu #lsem4sw .swiper-container {
    padding-bottom: 40px;
  }
  .mk-swiper-kehu #lsem4sw {
    padding: 20px 0px 0;
  }
}
.mk-yxkt {
  background: #f7f8fa;
}
.mk-yxkt .boxs {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.5rem;
}
.mk-yxkt .boxs .bt {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.mk-yxkt .boxs .bx {
  position: relative;
  width: 31%;
}
.mk-yxkt .boxs .ptag {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  padding: 8px 20px;
  color: #ffffff;
  border-radius: 0 0 10px 0;
  background: rgb(196, 219, 251);
  font-size: 14px;
}
.mk-yxkt .boxs .box {
  background: #ffffff;
}
.mk-yxkt .boxs .box .des {
  margin: 0.2rem 0;
  color: #777;
}
.mk-yxkt .boxs .box .time {
  color: #999;
  font-size: 14px;
}
.mk-yxkt .boxs .box .time .icon-sj {
  font-size: 14px;
}
.mk-yxkt .boxs .box .time .icon-sj::before {
  font-size: 15px;
}
.mk-yxkt .lbox .pic {
  height: 50%;
  background: #ffffff;
}
.mk-yxkt .lbox .pic img {
  height: 100%;
}
.mk-yxkt .lbox .box {
  height: 50%;
  padding: 0.4rem 25px;
}
.mk-yxkt .cbox .box {
  width: 100%;
  padding: 55px 25px 0.3rem;
}
.mk-yxkt .cbox .box:last-child {
  margin-top: 20px;
}
.mk-yxkt .rbox {
  padding: 45px 0.3rem 0;
  background: #ffffff;
}
.mk-yxkt .rbox .box {
  padding: 0.2rem 0;
  border-bottom: 1px solid #EAEAEA;
}
.mk-yxkt .rbox .box:last-child {
  border-bottom: 0;
}
.mk-yxkt .rbox .box .bt {
  font-size: 18px;
  margin-bottom: 8px;
}

@media screen and (max-width: 1599px) {
  .mk-yxkt .boxs .ptag {
    padding: 5px 15px;
  }
  .mk-yxkt .cbox .box {
    padding: 0.5rem 25px 0.3rem;
  }
  .mk-yxkt .boxs .box .des {
    font-size: 14px;
    margin: 0.15rem 0;
  }
  .mk-yxkt .rbox {
    padding: 0.5rem 0.3rem 0;
  }
  .mk-yxkt .rbox .box .bt {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1359px) {
  .mk-yxkt .rbox .box .bt {
    font-size: 17px;
  }
  .mk-yxkt .boxs .bx {
    width: 32%;
  }
}
@media screen and (max-width: 1151px) {
  .mk-yxkt .rbox .box {
    padding: 0.27rem 0;
  }
  .mk-yxkt .cbox .box,
  .mk-yxkt .rbox {
    padding-top: 35px;
  }
  .mk-yxkt .boxs .cbox .box:nth-child(2) .bt {
    margin-top: 20px;
  }
  .mk-yxkt .rbox .box .bt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .mk-yxkt .boxs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 5px;
  }
  .mk-yxkt .boxs .bx {
    width: 48.5%;
    margin-right: 3%;
    margin-top: 3%;
  }
  .mk-yxkt .boxs .bx:nth-child(2n),
  .mk-yxkt .boxs .bx:last-child {
    margin-right: 0px;
  }
  .mk-yxkt .boxs .rbox {
    width: 100%;
  }
  .mk-yxkt .rbox {
    padding: 40px 30px 20px;
  }
  .mk-yxkt .rbox .box {
    padding: 15px 0;
  }
}
@media screen and (max-width: 640px) {
  .mk-yxkt .boxs .cbox {
    display: none;
  }
  .mk-yxkt .boxs .bx {
    width: 48%;
  }
  .mk-yxkt .rbox {
    padding: 30px 20px 15px;
  }
  .mk-yxkt .lbox .box {
    padding: 25px 20px;
  }
  .mk-yxkt .boxs .box .des {
    margin: 10px 0;
    line-height: 1.7;
  }
  .mk-yxkt .boxs .bx {
    margin-right: 0px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 580px) {
  .mk-yxkt .boxs .bx {
    width: 100%;
  }
  .mk-yxkt .boxs .rbox {
    margin-top: 20px;
  }
}
a.box {
  display: block;
}

a:hover .bt {
  color: #4285f4;
}

.section1 .list .li:hover .pimg img {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.site2 .swiper-slide:hover .section3_nicon img,
.seo3 .box2 .box:hover .ico img,
.seo2 .boxs .box:hover .ico img,
.sem1 .boxs .box:hover .ico img,
.sem2 .boxs .box:hover .ico,
.abo1 .abo1-boxs .box:hover .ico img, .abo2 .rboxs .item:hover .ico img {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.site2 .swiper-slide:hover .section3_ndec {
  font-weight: bold;
}

.section1 .list .li:hover .bt,
.section4 .items .item:hover .num,
.mk-swiper-kehu .tags .tag:hover .txt,
.seo1 .boxs .box:hover .txt,
.seo3 .box1 .box:hover .bt,
.seo3 .box2 .box:hover .bt,
.sem1 .boxs .box:hover .bt,
.sem2 .boxs .box:hover .bt,
.abo1 .abo1-boxs .box:hover .bt,
.abo3 p:hover span {
  color: #4285f4;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.banner .swiper_font.index_b1 .tag li:hover {
  color: #34a853;
}

.site3 .section2_li:hover img,
.site4 .swiper-slide:hover img,
.news .news-left .item:hover .pic img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.mk-swiper-kehu .tags .tag:hover .ico,
.seo1 .boxs .box:hover .ico,
.seo3 .box1 .box:hover .ico,
.abo3 p:hover svg,
.footer .foot_right .subli:hover svg {
  -webkit-animation: swing 1s;
          animation: swing 1s;
}

.footer .share a:hover {
  opacity: 0.8;
}

.fontani span {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  position: relative;
  display: inline-block;
  opacity: 0;
}

.fontani.on span {
  opacity: 1;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@-webkit-keyframes to_up {
  25% {
    -webkit-transform: translateY(-5px);
  }
  50%, 100% {
    -webkit-transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(5px);
  }
}
@keyframes to_up {
  25% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
.section4 .items .num .s4top {
  -webkit-animation: to_up 2s linear infinite;
  animation: to_up 2s linear infinite;
}

@media screen and (max-width: 980px) {
  .fontani span {
    opacity: 1;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .headfixed .h-button {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .headfixed .menu_list {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .navbar-togger {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .headfixed .menu_list {
    width: 24px;
  }
}
@media screen and (max-width: 640px) {
  .headfixed .logo {
    margin-right: 1rem;
  }
}

.head-lianxi {
    height: 46px;
    width: 100%;
    background: #000
}

.head-lianxi .layout {
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center
}

.head-lianxi .h-item {
    color: #fff;
    font-size: 16px
}

.head-lianxi .h-item a{
  color: #fff;
}
 