/*================基本样式重置================*/
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
span,
i,
a,
em,
strong,
b,
input,
textarea,
select,
button {
  margin: 0;
  padding: 0;
}
i,
em {
  font-weight: normal;
  font-style: normal;
}
b {
  font-weight: normal;
}
a,
i,
em,
span,
b,
img {
  display: block;
}
body {
  overflow-x: hidden;
  font-family: "Microsoft Yahei";
}
li {
  list-style: none;
}
a,
img,
input {
  border: 0 none;
}
a {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}
a:focus,
input:focus {
  outline: 0 none;
}
input::-webkit-search-cancel-button {
  display:  none;
}
/*清除谷歌浏览器下的 search 叉号*/
input::-ms-clear {
  display:  none;
}
/*清除IE下的 search 叉号*/
input {
  display: block;
  background: none;
}
input[type=file]::-webkit-file-upload-button {
  width: 0;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  border: none;
}
button {
  display: block;
  border: none;
  cursor: pointer;
}
textarea {
  border: none;
  resize: none;
  outline: none;
  font-family: "Microsoft Yahei";
}
/*去掉火狐和谷歌浏览器的Textarea改变尺寸大小功能*/
/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
/* 去除点击选项卡时出现的蓝色边框 */
.swiper-pagination .swiper-pagination-bullet:focus,
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
/* 去除点击选项卡时出现的蓝色背景 */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: " ";
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}
.wow {
  visibility: hidden;
}
[v-cloak] {
  display: none;
}
svg {
  display: block;
  vertical-align: middle;
}
/*========定义基础样式========*/
.hide {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}
/*a标签鼠标hover高亮显示状态（可选用）*/
a .opacity {
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
a:hover .opacity {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
.over {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.text_over2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/*主体宽度样式（可选用）如有新宽度，命名规则以小写w开头，后接具体宽度数据，例：*/
.w1400 {
  width: 72.91%;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
}
body {
  font-size: 18px;
}
.content {
  margin: 0 auto;
  min-height: 500px;
}
/*锚点定位*/
.anchorF {
  position: relative;
}
.anchor {
  position: absolute;
  left: 0;
  top: -130px;
  width: 100%;
  height: 1px;
  z-index: -1;
  opacity: 0;
}
.flex {
  display: flex;
  justify-content: center;
}
@font-face {
  font-family: "poppins";
  src: url("../font/Poppins-Regular.ttf");
}
@font-face {
  font-family: "poppinsBold";
  src: url("../font/Poppins-Bold.ttf");
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: all 0.5s;
}
.header .w1400 {
  position: relative;
}
.header .logo {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 80px;
}
.header .logo img {
  max-width: 158px;
  width: auto;
  height: 46px;
}
.header .logo .img2 {
  display: none;
}
.header .left {
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 26%;
  width: calc(50% - 13%);
}
.header .left:last-child {
  margin-right: 0;
}
.header .one {
  position: relative;
}
.header .one .one_a {
  position: relative;
  line-height: 80px;
  font-size: 18px;
  color: #fff;
}
.header .one .one_a::after {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background: #fff;
  content: "";
}
.header .one .pos {
  position: absolute;
  top: 78px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  max-height: 0;
  opacity: 0.7;
  overflow: hidden;
}
.header .one .pos .bor {
  display: flex;
  height: 70px;
  align-items: center;
}
.header .one .pos a {
  text-align: center;
  color: #666666;
  white-space: nowrap;
  padding: 0 20px;
  font-size: 16px;
}
.header .one .pos a.cur,
.header .one .pos a:hover {
  color: #7df574;
}
.header .one:hover .one_a::after,
.header .one.cur .one_a::after {
  transition: all 0.5s;
  width: 100%;
}
.header .one:hover .pos {
  transition: all 0.7s;
  opacity: 1;
  max-height: 80px;
}
.header .matrix {
  position: relative;
  /* cursor: no-drop; */
  cursor: pointer;
}
.header .matrix .icon {
  display: flex;
  justify-content: center;
  width: 130px;
  max-width: 100%;
  line-height: 36px;
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.14);
}
.header .matrix .icon p {
  padding-left: 26px;
  font-size: 16px;
  color: #fff;
  background: url(../images/icon/i3.png) left center no-repeat;
  background-size: 17px auto;
}
.header .matrix .posCode {
  transition: all 0.8s;
  position: absolute;
  right: 0;
  top: 30px;
  width: 931px;
  height: 0px;
  overflow: hidden;
}
.header .matrix .posCode img {
  padding-top: 40px;
  width: 100%;
  height: 380px;
}
.header .matrix:hover .posCode {
  transition: all 0.8s;
  height: 420px;
}
.header .search_icon {
  width: 21px;
  height: 80px;
  background: url(../images/icon/i23s.png) right center no-repeat;
  background-size: 21px auto;
}
.header .header_bac {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  height: 0;
  z-index: -1;
}
.header .header_bac.cur {
  transition: all 0.5s;
  height: 70px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
}
.header.header_fixed {
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.9);
}
.header.header_fixed .logo .img1 {
  display: none;
}
.header.header_fixed .logo .img2 {
  display: block;
}
.header.header_fixed .one .one_a {
  color: #333;
}
.header.header_fixed .one .one_a::after {
  background: #4de73f;
}
.header.header_fixed .matrix .icon {
  background: #7df574;
}
.header.header_fixed .matrix .icon p {
  color: #333;
  background-image: url(../images/icon/i3s.png);
}
.header.header_fixed .search_icon {
  background-image: url(../images/icon/i23.png);
}
.header_black .logo .img1 {
  display: none;
}
.header_black .logo .img2 {
  display: block;
}
.header_black .one .one_a {
  color: #333;
}
.header_black .one .one_a::after {
  background: #4de73f;
}
.header_black .matrix .icon {
  background: #7df574;
}
.header_black .matrix .icon p {
  color: #333;
  background-image: url(../images/icon/i3s.png);
}
.header_black .search_icon {
  background-image: url(../images/icon/i4ss.png);
}
.footer_mar {
  padding-bottom: 120px;
}
.footer {
  position: relative;
  z-index: 6;
  background: #1b1f24;
}
.footer .msg {
  position: absolute;
  left: 0;
  top: -120px;
  width: 100%;
}
.footer .msg .w1400 {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 36px 2% 36px 9%;
  border-radius: 20px;
  background: #79f46f;
}
.footer .msg .pic {
  position: relative;
  width: 150px;
  height: 150px;
}
.footer .msg .pic span {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #a5f89f;
}
.footer .msg .pic i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -60px;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.footer .msg .pic .icon {
  position: absolute;
  left: -26px;
  top: -8px;
  width: 56px;
  height: 63px;
}
.footer .msg .pic .icon em {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url(../images/icon/i12.png) bottom center no-repeat;
  background-size: 100% auto;
}
.footer .msg .next {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.footer .msg .next::before,
.footer .msg .next::after {
  content: "";
  display: block;
}
.footer .msg .text {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 450px;
  color: #333;
}
.footer .msg .text .icon {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.footer .msg .text .icon img {
  display: none;
}
.footer .msg .text .icon em {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
}
.footer .msg .text b {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 48px;
  font-weight: bold;
}
.footer .msg .text span {
  margin-bottom: 10px;
  height: 48px;
  font-size: 20px;
  line-height: 56px;
  font-weight: bold;
}
.footer .msg .text .i {
  height: 30px;
}
.footer .msg .text .i img {
  height: 100%;
}
.footer .over {
  overflow: hidden;
}
.footer .cen {
  padding-top: 170px;
  padding-bottom: 50px;
}
.footer .cen .left {
  padding-left: 5px;
}
.footer .cen .left .logo {
  margin-bottom: 45px;
  width: 190px;
}
.footer .cen .left .logo img {
  width: 100%;
}
.footer .cen .left .iconList {
  display: flex;
}
.footer .cen .left .iconList li {
  margin: 0 7px;
  position: relative;
  cursor: pointer;
}
.footer .cen .left .iconList li .icon {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: #79f46f 1px solid;
  overflow: hidden;
}
.footer .cen .left .iconList li .icon .box {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100px;
}
.footer .cen .left .iconList li .icon .box img {
  width: 100%;
}
.footer .cen .left .iconList li .pos {
  transition: all 0.5s;
  position: absolute;
  left:0;
  bottom: 76px;
  height: 0px;
  overflow: hidden;
}
.footer .cen .left .iconList li .pos img {
  height: 130px;
}
.footer .cen .left .iconList li .pos.pos1 {
  width: 121px;
}
/*.footer .cen .left .iconList li .pos.pos2,*/
/*.footer .cen .left .iconList li .pos.pos3 {*/
/*  width: 231px;*/
/*}*/
.footer .cen .left .iconList li:hover .icon {
  border: #fff 1px solid;
}
.footer .cen .left .iconList li:hover .icon .box {
  transition: all 0.5s;
  top: -50px;
}
.footer .cen .left .iconList li:hover .pos {
  transition: all 0.5s;
  height: 130px;
}
.footer .cen .right {
  padding-right: 5px;
  display: flex;
  justify-content: space-between;
  width: 50%;
}
.footer .cen .right dl dt {
  margin-bottom: 30px;
  font-size: 20px;
  color: #fff;
}
.footer .cen .right dl dt a {
  color: #fff;
}
.footer .cen .right dl dt a:hover {
  color: #7df574;
}
.footer .cen .right dl dd a {
  line-height: 38px;
  font-size: 16px;
  color: #fff;
}
.footer .cen .right dl dd a:hover {
  color: #7df574;
}
.footer .Ftext {
  padding: 20px 0;
  font-size: 14px;
  color: #fff;
}
.footer .Ftext div {
  display: flex;
  align-items: center;
}
.footer .Ftext a {
  margin-left: 10px;
  color: #fff;
}
.footer .Ftext a.iconA {
  padding-left: 25px;
  background: url(../images/icon/i18.png) left center no-repeat;
  background-size: 20px auto;
}
/*=== 分页 ===*/
.page-items2 {
  margin-bottom: 100px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 18px;
}
.pagePart {
  display: flex;
  align-items: center;
}
.page-item,
.page-info {
  width: 52px;
  display: inline-block;
  text-align: center;
  margin: 0 10px;
  color: #333;
  border-radius: 100%;
  border: #7df574 1px solid;
  transition-duration: 0.5s;
}
.page-item a,
.page-info a {
  cursor: pointer;
}
.page-item a,
.page-item span,
.page-info a,
.page-info span {
  height: 52px;
  line-height: 52px;
  color: #999999;
  border-radius: 100%;
  background: #fff;
  transition-duration: 0.5s;
}
.page-item.active .page-link,
.page-info.active {
  color: #fff;
  background: #7df574;
  border-radius: 100%;
}
.page-item:hover a,
.page-info:hover a {
  color: #fff;
  background: #7df574;
}
.page-item:first-child {
  margin-right: 20px;
}
.page-item:first-child span,
.page-item:first-child a {
  background: url(../images/icon/i25.png) center no-repeat;
}
.page-item:first-child a:hover {
  background-color: #7df574;
}
.page-item:last-child {
  margin-left: 20px;
}
.page-item:last-child span,
.page-item:last-child a {
  background: url(../images/icon/i26.png) center no-repeat;
}
.page-item:last-child span::before,
.page-item:last-child a::before {
  left: 0;
}
.page-item:last-child a:hover {
  background-color: #7df574;
}
.page-item:last-child:before,
.page-item:first-child:after {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  border: 2px solid rgba(125, 245, 116, 0.45);
  border-radius: 50%;
}
.page-item:last-child:hover:before,
.page-item:first-child:hover:before {
  display: block;
  animation-duration: 1.2s;
  animation-name: menu_circle;
  animation-iteration-count: infinite;
}
.page-item:last-child,
.page-item:first-child {
  position: relative;
}
@keyframes menu_circle {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  80% {
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
@keyframes menu_circle2 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  80% {
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
.pc {
  display: block;
}
.m_header,
.m_nav,
.mobile {
  display: none;
}
@media (max-width: 1200px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  .w1400,
  .w {
    margin: 0 auto;
    width: 90%;
    min-width: 300px;
  }
  body {
    font-size: 0.48rem;
  }
  .content {
    min-height: 50vh;
  }
  .anchor {
    top: -3rem;
  }
  .header {
    display: none;
  }
  .m_header {
    transition: all 0.5s;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 15;
    width: 100%;
  }
  .m_header .logo {
    display: flex;
    align-items: center;
    height: 2.8rem;
  }
  .m_header .logo img {
    display: block;
    height: 1.4rem;
  }
  .m_header .logo .m2 {
    display: none;
  }
  .m_header .nav_icon {
    margin-left: 0.7rem;
    width: 0.99rem;
    height: 2.8rem;
    background: url(../images/mobile/icon/mi1.png) center no-repeat;
    background-size: 100% auto;
  }
  .m_header .nav_icon.cur {
    background-image: url(../images/mobile/icon/mi4.png);
    background-size: 0.74rem auto;
  }
  .m_header .search_icon {
    margin-left: 0.45rem;
    width: 0.93rem;
    height: 2.8rem;
    background: url(../images/mobile/icon/mi2.png) center no-repeat;
    background-size: 100% auto;
  }
  .m_header .matrix {
    margin-top: 0.85rem;
  }
  .m_header .matrix .icon {
    display: flex;
    justify-content: center;
    width: 3.57rem;
    height: 1.1rem;
    line-height: 1.1rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.14);
  }
  .m_header .matrix .icon p {
    padding-left: 0.7rem;
    font-size: 0.48rem;
    color: #fff;
    background: url(../images/mobile/icon/mi3.png) left center no-repeat;
    background-size: 0.53rem auto;
  }
  .m_header .matrix .posCode {
    transition: all 0.8s;
    position: fixed;
    right: 50%;
    top: 1.2rem;
    transform: translateX(50%);
    width: 13rem;
    height: 0px;
    overflow: hidden;
  }
  .m_header .matrix .posCode img {
    padding-top: 1rem;
    width: 100%;
    height: 14.44rem;
  }
  .m_header .matrix:hover .posCode {
    transition: all 0.8s;
    height: 18.57rem;
  }
  .m_header.m_header_fixed {
    background: rgba(255, 255, 255, 0.9);
  }
  .m_header.cur {
    background: none;
  }
  .m_header.m_header_fixed .logo .m1,
  .m_header.cur .logo .m1 {
    display: none;
  }
  .m_header.m_header_fixed .logo .m2,
  .m_header.cur .logo .m2 {
    display: block;
  }
  .m_header.m_header_fixed .nav_icon,
  .m_header.cur .nav_icon {
    background-image: url(../images/mobile/icon/mi1s.png);
  }
  .m_header.m_header_fixed .nav_icon.cur,
  .m_header.cur .nav_icon.cur {
    background-image: url(../images/mobile/icon/mi4s.png);
    background-size: 0.74rem auto;
  }
  .m_header.m_header_fixed .search_icon,
  .m_header.cur .search_icon {
    background-image: url(../images/mobile/icon/mi2s.png);
  }
  .m_header.m_header_fixed .matrix .icon,
  .m_header.cur .matrix .icon {
    background: #7df574;
  }
  .m_header.m_header_fixed .matrix .icon p,
  .m_header.cur .matrix .icon p {
    color: #333;
    background-image: url(../images/mobile/icon/mi3s.png);
  }
  .m_nav {
    transition: all 0.7s;
    display: block;
    position: fixed;
    left: 100%;
    top: 0;
    z-index: 13;
    width: 100%;
    height: 100vh;
    background: url(../images/mobile/index/m_nav_bac.jpg) right bottom no-repeat;
    background-size: cover;
  }
  .m_nav.cur {
    transition: all 0.7s;
    left: 0%;
  }
  .m_nav ul {
    margin: 4rem auto 0;
    width: 86%;
    height: calc(100% - 4.6rem);
  }
  .m_nav ul li {
    position: relative;
    border-bottom: rgba(153, 153, 153, 0.4) 1px solid;
  }
  .m_nav ul .one {
    transition: all 0.5s;
    position: relative;
    padding: 0 0.5rem;
    font-size: 0.72rem;
    line-height: 2.3rem;
    color: #333;
    font-weight: bold;
  }
  .m_nav ul .more {
    display: none;
  }
  .m_nav ul .more::before {
    display: none;
  }
  .m_nav ul .go .more {
    display: block;
    transition: all 0.5s;
    position: absolute;
    right: 0;
    top: 0;
    width: 2.3rem;
    height: 2.3rem;
    background: url(../images/mobile/icon/mi5.png) center no-repeat;
    background-size: 0.32rem auto;
  }
  .m_nav ul .go .more.cur {
    transform: rotate(90deg);
  }
  .m_nav ul .pos {
    display: none;
    padding-bottom: 0.4rem;
  }
  .m_nav ul .pos a {
    padding-left: 1.3rem;
    line-height: 1.8rem;
    font-size: 0.6rem;
    color: #333;
  }
  .m_nav ul .on .on a {
    color: #00622f;
  }
  .m_nav ul .on .one,
  .m_nav ul .one:hover {
    transition: all 0.5s;
    color: #00622f;
  }
  .header_black .logo .m1 {
    display: none;
  }
  .header_black .logo .m2 {
    display: block;
  }
  .header_black .nav_icon {
    background-image: url(../images/mobile/icon/mi1s.png);
  }
  .header_black .nav_icon.cur {
    background-image: url(../images/mobile/icon/mi4s.png);
    background-size: 0.74rem auto;
  }
  .header_black .search_icon {
    background-image: url(../images/mobile/icon/mi2s.png);
  }
  .header_black .matrix .icon {
    background: #7df574;
  }
  .header_black .matrix .icon p {
    color: #333;
    background-image: url(../images/mobile/icon/mi3s.png);
  }
  .footer_mar {
    padding-bottom: 3rem;
  }
  .footer .msg {
    top: -3rem;
  }
  .footer .msg .w1400 {
    padding: 0 1.4rem;
    border-radius: 0.2rem;
  }
  .footer .msg .pic {
    margin-right: 1.1rem;
    width: 3.36rem;
    height: 3.36rem;
  }
  .footer .msg .pic i {
    margin-top: -1.32rem;
    width: 2.64rem;
    height: 2.64rem;
  }
  .footer .msg .pic .icon {
    left: -0.57rem;
    top: -0.08rem;
    width: 1.06rem;
    height: 1.2rem;
  }
  .footer .msg .next {
    flex-wrap: wrap;
    justify-content: left;
    padding-top: 0.9rem;
  }
  .footer .msg .text {
    padding-bottom: 0.8rem;
    max-width: 100%;
  }
  .footer .msg .text .icon {
    margin-bottom: 0.2rem;
  }
  .footer .msg .text .icon img {
    display: block;
    margin-right: 0.26rem;
    height: 0.51rem;
  }
  .footer .msg .text .icon em {
    font-size: 0.46rem;
  }
  .footer .msg .text b {
    margin-bottom: 0;
    font-size: 0.52rem;
    line-height: 0.72rem;
  }
  .footer .msg .text span {
    margin-bottom: 0;
    height: auto;
    font-size: 0.48rem;
    line-height: 0.72rem;
    font-weight: bold;
  }
  .footer .msg .text .i {
    display: none;
  }
  .footer .cen {
    padding-top: 4.3rem;
    padding-bottom: 1.1rem;
    border-bottom: #32363a 1px solid;
  }
  .footer .cen .left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0;
    width: 100%;
  }
  .footer .cen .left .logo {
    margin-bottom: 0;
    width: 4.6rem;
  }
  .footer .cen .left .iconList li {
    margin: 0 0.5rem 0 0;
  }
  .footer .cen .left .iconList li .icon {
    width: 1.36rem;
    height: 1.36rem;
  }
  .footer .cen .left .iconList li .icon .box {
    width: 1.36rem;
    height: 2.72rem;
  }
  .footer .cen .left .iconList li .pos {
    left: auto;
    right: 0;
    bottom: 1.8rem;
    width: 4.2rem;
  }
  .footer .cen .left .iconList li .pos img {
    width: 100%;
    height: 4.5rem;
  }
  /*.footer .cen .left .iconList li .pos.pos1,*/
  /*.footer .cen .left .iconList li .pos.pos2{*/
  /*  width: 4.2rem;*/
  /*}*/
  /*.footer .cen .left .iconList li .pos.pos3 {*/
  /*  width: 8rem;*/
  /*}*/
  .footer .cen .left .iconList li:hover .icon .box {
    top: -1.36rem;
  }
  .footer .cen .left .iconList li:hover .pos {
    height: 4.5rem;
  }
  .footer .cen .right {
    display: none;
  }
  .footer .Ftext {
    padding: 0.56rem 0;
    font-size: 0.48rem;
    line-height: 0.86rem;
  }
  .footer .Ftext div {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .Ftext a {
    margin: 0 0.2rem;
  }
  .footer .Ftext a.iconA {
    padding-left: 0.6rem;
    background: url(../images/icon/i18.png) left center no-repeat;
    background-size: 0.45rem auto;
  }
  /*=== 分页 ===*/
  .page-items2 {
    margin-bottom: 2.4rem;
    font-size: 0.48rem;
  }
  .page-item,
  .page-info {
    width: 1.5rem;
    margin: 0 0.2rem;
  }
  .page-item a,
  .page-item span,
  .page-info a,
  .page-info span {
    height: 1.5rem;
    line-height: 1.5rem;
  }
  .page-item:first-child {
    margin-right: 0.2rem;
  }
  .page-item:last-child {
    margin-left: 0.2rem;
  }
  .page-item:first-child span,
  .page-item:first-child a,
  .page-item:last-child span,
  .page-item:last-child a {
    background-size: 0.6rem auto;
  }
}
.fadeRotate {
  -webkit-animation-name: fadeRotate;
  animation-name: fadeRotate;
}
@-webkit-keyframes fadeRotate {
  0% {
    opacity: 0;
    transform: rotateZ(-360deg);
  }
  100% {
    opacity: 1;
    transform: rotateZ(0deg);
  }
}
.fadeInUp50 {
  -webkit-animation-name: fadeInUp50;
  animation-name: fadeInUp50;
}
@keyframes fadeInUp50 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp50R5 {
  -webkit-animation-name: fadeInUp50R5;
  animation-name: fadeInUp50R5;
}
@keyframes fadeInUp50R5 {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0) rotate(5deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeHeigh100 {
  -webkit-animation-name: fadeHeigh100;
  animation-name: fadeHeigh100;
}
@keyframes fadeHeigh100 {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 100%;
  }
}
.transY50 {
  opacity: 0;
  transform: translateY(50px);
}
.fadeScale11 {
  -webkit-animation-name: fadeScale11;
  animation-name: fadeScale11;
}
@-webkit-keyframes fadeScale11 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes scrollsX {
  0% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(-10px);
  }
}
.svgBac {
  position: absolute;
  visibility: visible;
}
.svgBac svg {
  width: 100%;
}
.svgBac .icon-path {
  opacity: 0;
  stroke-miterlimit: 10;
  fill: rgba(255, 255, 255, 0);
}
@keyframes icon-path-animation {
  0% {
    opacity: 1;
    stroke-dasharray: 4917;
    stroke-dashoffset: 4917;
  }
  80% {
    opacity: 1;
    stroke-dasharray: 4917;
    stroke-dashoffset: 0;
  }
  95% {
    opacity: 1;
    stroke-dasharray: 4917;
    stroke-dashoffset: 0;
  }
  100% {
    opacity: 1;
    stroke-dasharray: 4917;
    stroke-dashoffset: 0;
  }
}
