/*================基本样式重置================*/
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 {
  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 {
  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 {
  background: none;
}
button {
  border: none;
  cursor: pointer;
}
textarea {
  resize: none;
  font-size: 12px;
}
/*去掉火狐和谷歌浏览器的Textarea改变尺寸大小功能*/
/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: " ";
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 9px;
}
.swiper-pagination-bullet {
  transition: all 0.5s;
  opacity: 1;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #d1d1d1;
}
.swiper-pagination-bullet-active {
  width: 28px;
  background: #4daa94;
}
.swiper-container-vertical > .swiper-scrollbar {
  background: url(../images/icon/icon_44.png) center no-repeat;
  background-size: 1px 100%;
}
.swiper-scrollbar-drag {
  margin: 0 auto;
  width: 3px;
  background: #fff;
}
@media (max-width: 1200px) {
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.09rem;
  }
  .swiper-pagination-bullet {
    width: 0.18rem;
    height: 0.18rem;
    border-radius: 0.18rem;
  }
  .swiper-pagination-bullet-active {
    width: 0.42rem;
  }
}
/*========定义基础样式========*/
.hide {
  display: none;
}
.vis {
  visibility: hidden;
}
.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;
}
.swiper-pagination {
  font-size: 0;
}
.over {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.text_over1 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text_over2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -ms-box;
  -ms-line-clamp: 2;
  -ms-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -o-box;
  -o-line-clamp: 2;
  -o-box-orient: vertical;
}
.text_over3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -ms-box;
  -ms-line-clamp: 3;
  -ms-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -o-box;
  -o-line-clamp: 3;
  -o-box-orient: vertical;
}
/*主体宽度样式（可选用）如有新宽度，命名规则以小写w开头，后接具体宽度数据，例：*/
.w1200 {
  width: 1200px;
  margin: 0px auto;
}
.w1400 {
  width: 72.91%;
  min-width: 1200px;
  margin: 0px auto;
}
.content {
  min-height: 700px;
}
body {
  overflow-x: hidden;
}
.header {
  transition: all 0.8s;
  position: fixed;
  left: 50%;
  top: 56px;
  z-index: 20;
  width: 1200px;
  margin-left: -600px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  background: rgba(53, 135, 197, 0.85);
}
.header::before {
  position: absolute;
  right: 80%;
  top: 0;
  width: 20%;
  height: 100%;
  background: #fff;
  border-radius: 7px 0 0 7px;
  content: " ";
}
.header .w1200 > div.clearfix {
  position: relative;
  z-index: 10;
  padding: 0 23px 0 0;
}
.header .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 310px;
  height: 90px;
  background: #fff;
  border-radius: 7px 0 0 7px;
}
.header .logo img{
  width: 280px;
}
.header .nav .one {
  position: relative;
  float: left;
}
.header .nav .one_a {
  position: relative;
  padding: 0 2px;
  margin: 0 12px;
  line-height: 90px;
  font-size: 17px;
  color: #fff;
}
.header .nav .one_a::after {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #59c68d;
  content: " ";
}
.header .nav .one.cur .one_a,
.header .nav .one:hover .one_a {
  color: #fff;
}
.header .nav .one.cur .one_a::after,
.header .nav .one:hover .one_a::after {
  transition: all 0.5s;
  width: 100%;
}
.header .nav .one .pos {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  top: 66px;
  transform: translateX(-50%);
  width: 0;
  max-height: 0;
  padding-top: 1px;
  overflow: hidden;
}
.header .nav .one .pos .bor {
  margin: 18px 10px 10px;
  padding: 15px 0;
  width: 130px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: rgba(53, 135, 197, 0.85);
}
.header .nav .one .pos .bor a {
  position: relative;
  padding: 7px 0px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.header .nav .one .pos .bor a::before {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #59c68d;
  content: " ";
}
.header .nav .one .pos .bor a:hover::before {
  width: 27px;
}
.header .nav .one:hover .pos {
  width: auto;
  max-height: 450px;
}
.header .icon_more {
  position: relative;
  display: flex;
  margin: 28px 0 0 20px;
  padding-left: 10px;
  width: 145px;
  height: 33px;
  border-radius: 33px;
  color: #fff;
  border: rgba(255, 255, 255, 0.6) 1px solid;
}
.header .icon_more::before {
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -10px;
  width: 1px;
  height: 19px;
  background: rgba(255, 255, 255, 0.6);
  content: " ";
}
.header .icon_more input {
  float: left;
  width: 113px;
  color: #fff;
  cursor: pointer;
}
.header .icon_more input::-moz-placeholder {
  color: #fff;
}
.header .icon_more input::-webkit-input-placeholder {
  color: #fff;
}
.header .icon_more input::-o-input-placeholder {
  color: #fff;
}
.header .icon_more input::-ms-input-placeholder {
  color: #fff;
}
.header .icon_more .but{
  float: left;
  width: 22px;
  height:33px;
  background: url(../images/icon/icon_63s.png) center no-repeat;
  background-size: 17px auto;

}
.header_fixed {
  transition: all 0.8s;
  left: 0;
  top: 0;
  margin-left: 0;
  width: 100%;
  background: rgba(53, 135, 197, 0.85);
  border-radius: 0;
}
.header_fixed .logo {
  border-radius: 0;
}
.header_fixed::before {
  border-radius: 0;
}
.scroll {
  opacity: 1;
  position: absolute;
  z-index: 10;
  width: 41px;
  height: 51px;
  background: url(../images/icon/i_3.png) center no-repeat;
  bottom: 6%;
  left: 50%;
  margin-left: -11px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: scrolls;
  animation-name: scrolls;
}
.scroll.scroll_fixed {
  display: none;
}
@media (max-width: 1200px) {
  .scroll {
    width: 0.41rem;
    height: 0.51rem;
    background: url(../images/m/icon/i_5.png) center no-repeat;
    background-size: 0.41rem auto;
    bottom: 7%;
    margin-left: -0.2rem;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-name: Mscrolls;
    animation-name: Mscrolls;
  }
}
.m_header {
  transition: all 0.5s;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
  width: 100%;
  background: #fff;
  border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
}
.m_header .logo {
  display: flex;
  align-items: center;
  height: 1.2rem;
}
.m_header .logo img {
  display: block;
  height: 0.39rem;
}
.m_header .nav_icon {
  width: 0.45rem;
  height: 1.2rem;
  background: url(../images/m/icon/i_2.png) center no-repeat;
  background-size: 100% auto;
}
.m_header .search {
  margin-right: 0.42rem;
  width: 0.37rem;
  height: 1.2rem;
  background: url(../images/m/icon/i_1.png) center no-repeat;
  background-size: 100% auto;
}
.m_header.cur .nav_icon,
.page_box2 .m_header .nav_icon {
  background: url(../images/m/icon/icon_4.png) center no-repeat;
  background-size: 100% auto;
}
.m_nav {
  transition: all 0.7s;
  display: block;
  position: fixed;
  left: 100%;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  background: #fff;
}
.m_nav.cur {
  transition: all 0.7s;
  left: 0%;
}
.m_nav ul {
  margin-top: 1.6rem;
  width: 100%;
  height: calc(100% - 1.8rem);
  overflow-y: auto;
}
.m_nav ul li {
  position: relative;
  overflow-x: hidden;
}
.m_nav ul .one {
  transition: all 0.5s;
  position: relative;
  padding: 0 4%;
  font-size: 0.34rem;
  line-height: 1rem;
  color: #333;
  border-bottom: #e7e5e5 1px solid;
}
.m_nav ul .go .more {
  transition: all 0.5s;
  position: absolute;
  right: 0;
  top: 0;
  width: 1rem;
  height: 1rem;
  background: url(../images/m/icon/icon_3.png) center no-repeat;
  background-size: 0.15rem auto;
}
.m_nav ul .go .more.cur {
  transform: rotate(90deg);
}
.m_nav ul .pos {
  display: none;
  padding: 0.2rem 0;
  background: #fbfbfb;
}
.m_nav ul .pos a {
  padding-left: 0.78rem;
  line-height: 0.9rem;
  font-size: 0.3rem;
  color: #333;
}
.m_nav ul .on .one,
.m_nav ul .one:hover {
  transition: all 0.5s;
  color: #3587c5;
}
.m_nav ul .on .on a {
  color: #3587c5;
}
.m_nav .b_text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.14rem;
  line-height: 1.14rem;
  color: #fff;
  border-top: #ccc 1px solid;
}
.m_nav .search input {
  width: calc(100% - 0.8rem);
  height: 1.14rem;
  font-size: 0.3rem;
  color: #fff;
}
.m_nav .search input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.m_nav .search input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.m_nav .search input::-o-input-placeholder {
  color: #fff;
  opacity: 1;
}
.m_nav .search input::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.m_nav .search .but {
  display: block;
  width: 0.5rem;
  height: 1.14rem;
  background: url(../images/icon/icon_3.png) right center no-repeat;
  background-size: 0.38rem auto;
}
.footer {
  padding-top: 52px;
  background: url(../images/i/footer.jpg) center no-repeat;
  background-size: cover;
}
.footer .top {
  margin-bottom: 42px;
}
.footer .top .left .logo {
  margin-bottom: 50px;
}
.footer .top .left .logo img {
  height: 40px;
}
.footer .top .left .list a {
  float: left;
  font-size: 16px;
  color: #fff;
}
.footer .top .left .list a:hover {
  font-weight: bold;
}
.footer .top .left .list i {
  float: left;
  margin: 5px 25px 0;
  width: 1px;
  height: 10px;
  background: #565b61;
}
.footer .top .right img {
  float: right;
  width: 117px;
  height: 118px;
}
.footer .top .right .text {
  float: right;
  margin-right: 10px;
  color: #fff;
  text-align: right;
}
.footer .top .right .text b {
  margin: 62px 0 10px;
  font-size: 16px;
}
.footer .top .right .text p {
  font-size: 26px;
  font-weight: bold;
  font-family: Arial;
}
.footer .bot {
  border-top: #5a5f65 1px solid;
  line-height: 98px;
  font-size: 16px;
  color: #fff;
}
.footer .bot .right {
  display: flex;
  justify-content: right;
}
.footer .bot .right a {
  padding-left: 20px;
  color: #fff;
}
.m_footer {
  background: url(../images/m/i/footer.jpg) center no-repeat;
  background-size: cover;
}
.m_footer .logo {
  display: flex;
  align-items: center;
  height: 1.18rem;
  border-bottom: #464b51 1px solid;
}
.m_footer .logo img {
  height: 0.4rem;
}
.m_footer .next {
  padding: 0.34rem 0;
  font-size: 0.24rem;
  line-height: 0.38rem;
  color: #fff;
}
.m_footer .next a {
  color: #fff;
}
.header,
.footer {
  display: block;
}
.m_header,
.m_header_mar,
.m_nav,
.m_footer {
  display: none;
}
@media (max-width: 1200px) {
  .w,
  .w1200 {
    margin: 0 auto;
    width: 92%;
  }
  .header,
  .footer {
    display: none;
  }
  .m_header,
  .m_header_mar,
  .m_nav,
  .m_footer {
    display: block;
  }
  .content {
    min-height: 70vh;
  }
}
/* 悬浮 */
.suspension {
  transition: all 0.5s;
  position: fixed;
  right: -104px;
  bottom: 20%;
  z-index: 13;
  padding: 10px 0;
  width: 60px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 30px 0 0 30px;
  cursor: pointer;
}
.suspension_fixed {
  transition: all 0.5s;
  right: 0%;
}
.suspension .sus {
  position: relative;
}
.suspension .sus p {
  position: relative;
  width: 100%;
  height: 52px;
}
.suspension .sus1 p {
  background: url(../images/icon/hansports.png) center no-repeat;
}
.suspension .sus2 p {
  background: url(../images/icon/i_13.png) center no-repeat;
}
.suspension .sus .pos {
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  right: 76px;
  margin-top: -70px;
  width: 0px;
  height: 138px;
  overflow: hidden;
}
.suspension .sus .pos img {
  display: block;
  width: 143px;
  height: 138px;
}
.suspension .sus:hover .pos {
  width: 143px;
}
.suspension .sus1:hover p {
  background: url(../images/icon/hansports.png) center no-repeat;
}
.suspension .sus2:hover p {
  background: url(../images/icon/i_13s.png) center no-repeat;
}
@media (max-width: 1200px) {
  .suspension {
    right: -20%;
    transform: scale(0.7);
  }
  .suspension_fixed {
    right: -3%;
  }
}
.title b {
  font-size: 50px;
  color: #f2f1f1;
  font-weight: bold;
  font-family: Arial;
  text-align: center;
}
.title .clearfix {
  margin-top: -33px;
  display: flex;
  justify-content: center;
  font-size: 30px;
}
.title .clearfix i {
  font-weight: bold;
  color: #4394d2;
}
.title .clearfix em {
  font-weight: bold;
  color: #4daa93;
}
.title .tNext {
  margin-top: 56px;
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  text-align: justify;
}
.page_banner {
  position: relative;
  z-index: 4;
}
.page_banner .pic {
  width: 100%;
  height: 593px;
  overflow: hidden;
}
.page_banner .pic i {
  width: 100%;
  height: 100%;
}
.page_banner .posText{
  position: absolute;
  left: 0;
  top: 55%;
  transform:translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
}
.page_banner .posText b{
  margin-bottom: 6px;
  font-size: 38px;
  font-weight: bold;
}
.page_banner .posText p{
  font-size: 10px;
}

.page_banner .posBox {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.page_banner .w1200 {
  position: relative;
}
.page_banner .crumbs {
  padding: 0 0 30px;
  font-size: 18px;
  color: #fff;
}
.page_banner .crumbs i {
  float: left;
  width: 20px;
  height: 24px;
  background: url(../images/icon/i_14.png) center no-repeat;
  background-size: 100% auto;
}
.page_banner .crumbs a {
  float: left;
  color: #fff;
}
.page_banner .crumbs a:hover {
  font-weight: bold;
}
.page_banner .crumbs span {
  float: left;
  margin: 0 15px;
}
.page_banner .pos {
  position: absolute;
  left: 0;
  top: -80px;
  width: 145px;
  height: 172px;
  background: #4388bd;
  border-radius: 10px;
}
.page_banner .pos .text {
  position: absolute;
  left: 95px;
  top: 35px;
  width: 300px;
  color: #fff;
}
.page_banner .pos .text b {
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
}
.page_banner .pos .text p {
  margin-bottom: 18px;
  font-size: 10px;
  font-family: Arial;
  font-weight: 700;
}
.page_banner .pos::after {
  position: absolute;
  left: 96px;
  top: 140px;
  width: 54px;
  height: 56px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  content: " ";
}
.page_banner .pos span {
  line-height: 172px;
  font-size: 150px;
  color: #fff;
  text-align: center;
  opacity: 0.1;
}
.page_nav {
  margin-top: 46px;
  transition: all 0.6s;
  display: flex;
  justify-content: center;
  width: 100%;
  border-bottom: #e5e5e5 1px solid;
  background: #fff;
}
.page_nav a {
  margin: 0 40px;
  position: relative;
  line-height: 90px;
  font-size: 20px;
  color: #666;
}
.page_nav a::after {
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  width: 0px;
  height: 2px;
  background: #4388bd;
  content: "";
}
.page_nav a:hover,
.page_nav a.on {
  color: #4388bd;
}
.page_nav a:hover::after,
.page_nav a.on::after {
  width: 100%;
}
.subNav {
  display: none;
}
.page_nav {
  display: flex;
}
/*分页*/
.paging {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.paging li {
  font-size: 16px;
}
.paging li span,
.paging li a {
  margin: 0 7px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  color: #666;
  text-align: center;
  border-radius: 2px;
  background: #f8f8f8;
}
.paging li.active span {
  color: #fff;
  background: #49a37a;
}
.paging li a:hover {
  color: #49a37a;
}
.paging li:first-child {
  font-size: 16px;
  color: #999;
}
.paging li:first-child a,
.paging li:first-child span {
  background: #f8f8f8 url(../images/icon/icon_62.png) center no-repeat;
  border: none;
}
.paging li:first-child a:hover {
  background: #49a37a url(../images/icon/icon_62s.png) center no-repeat;
}
.paging li:last-child {
  font-size: 16px;
  color: #999;
}
.paging li:last-child a,
.paging li:last-child span {
  background: #f8f8f8 url(../images/icon/icon_61.png) center no-repeat;
  border: none;
}
.paging li:last-child a:hover {
  background: #49a37a url(../images/icon/icon_61s.png) center no-repeat;
}
.page_more{
  display: none;
}
@media (max-width: 1200px) {
  .title b {
    font-size: 0.5rem;
  }
  .title .clearfix {
    margin-top: -0.35rem;
    font-size: 0.34rem;
  }
  .title .tNext {
    margin-top: 0.5rem;
    font-size: 0.24rem;
  }
  .page_banner {
    margin-top: 1.2rem;
  }
  .page_banner .pic {
    height: 4.73rem;
  }
  .page_banner .pic .p_1 {
    display: none;
  }
  .page_banner .pic .m_1 {
    display: block;
  }
  .page_banner .posText b{
    margin-bottom:0.06rem;
    font-size: 0.36rem;
  }
  .page_banner .posText p{
    font-size: 0.18rem;
  }
  .page_banner .crumbs {
    position: relative;
    z-index: 3;
    line-height: 0.32rem;
    padding: 0 0 0.3rem;
    font-size: 0.22rem;
  }
  .page_banner .crumbs i {
    width: 0.23rem;
    height: 0.32rem;
    background: url(../images/icon/i_14.png) center no-repeat;
    background-size: 100% auto;
  }
  .page_banner .crumbs span {
    margin: 0 0.1rem;
  }
  .page_banner .pos {
    top: -0.9rem;
    width: 1.45rem;
    height: 1.72rem;
    border-radius: 0.1rem;
  }
  .page_banner .pos .text {
    left: 0.95rem;
    top: 0.35rem;
    width: 3rem;
  }
  .page_banner .pos .text b {
    margin-bottom: 0.1rem;
    font-size: 0.38rem;
    font-weight: normal;
  }
  .page_banner .pos .text p {
    margin-bottom: 0.18rem;
    font-size: 0.1rem;
  }
  .page_banner .pos::after {
    left: 0.96rem;
    top: 1.4rem;
    width: 0.54rem;
    height: 0.56rem;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
  }
  .page_banner .pos span {
    line-height: 1.72rem;
    font-size: 1.5rem;
  }
  .subNav {
    display: block;
  }
  .page_nav {
    display: none;
  }
  .subNav {
    transition: all 0.6s;
    position: relative;
    z-index: 3;
    margin-top: 0.5rem;
    width: 100%;
    background: #fff;
    border-bottom: #e6e6e6 1px solid;
  }
  .subNav .swiper-slide {
    position: relative;
    margin: 0 0.4rem 0 4%;
    width: auto;
    line-height: 1.2rem;
    font-size: 0.3rem;
    text-align: center;
  }
  .subNav .swiper-slide a {
    color: #666;
  }
  .subNav .swiper-slide::after {
    transition: all 0.5s;
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
    width: 0px;
    height: 0.04rem;
    background: #4388bd;
    content: "";
  }
  .subNav .swiper-slide:hover a,
  .subNav .swiper-slide.cur a {
    color: #4388bd;
  }
  .subNav .swiper-slide:hover::after,
  .subNav .swiper-slide.cur::after {
    width: 80%;
  }
  .subNav .swiper-slide:last-child::before {
    display: none;
  }
  /*分页*/
  .paging{
    display: none;
  }
  .page_more{
    display: block;
    margin: 0 auto;
    width: 92%;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.28rem;
    color: #fff;
    text-align: center;
    background: #4388bd;
  }
}
@-webkit-keyframes scrolls {
  from {
    bottom: 7%;
  }
  50% {
    bottom: calc(7% + 12px);
  }
  100% {
    bottom: 7%;
  }
}
@keyframes scrolls {
  from {
    bottom: 7%;
  }
  50% {
    bottom: calc(7% + 12px);
  }
  100% {
    bottom: 7%;
  }
}
@-webkit-keyframes Mscrolls {
  from {
    padding-bottom: 0.05rem;
  }
  50% {
    padding-bottom: 0.12rem;
  }
  100% {
    padding-bottom: 0.05rem;
  }
}
@keyframes move-forever {
  0% {
    transform: translate3d(-80px, 0, 0);
  }
  50% {
    transform: translate3d(80px, 0, 0);
  }
  100% {
    transform: translate3d(-80px, 0, 0);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    -ms-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    -ms-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp_box {
  -webkit-animation-name: fadeInUp_box;
  animation-name: fadeInUp_box;
}
@-webkit-keyframes fadeInUp_box {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp_box {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    -ms-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
