[class*='col-'] {
  padding: 0;
}
.layout_loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout_loading .wrapper {
  width: 13rem;
}
.showLoadingAnimate {
  z-index: 9999999999;
  opacity: 1;
}
.layout_loading.hideLoadingAnimate {
  animation: HideLoadingAnimation 2s forwards;
  z-index: 9999999999;
  opacity: 1;
}
@keyframes HideLoadingAnimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: -1;
    display: none!important;
  }
}
.swiper-pagation-black .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0.7;
  border-radius: 6px;
  transition: 0.3s;
}
.swiper-pagation-black .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
  width: 24px;
}
.swiper-pagation-black-vertical {
  width: 18px;
  text-align: right;
}
.swiper-pagation-black-vertical .swiper-pagination-bullet {
  display: inline-block !important;
  background: #fff;
  opacity: 0.7;
  border-radius: 6px;
  transition: 0.3s;
  margin-left: 12px!important;
  width: 12px;
  height: 12px;
}
.swiper-pagation-black-vertical .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
  width: 24px;
  margin-left: 0!important;
}
.page {
  width: 100%;
  min-height: 100%;
  position: relative;
}
.page .showContentAnimate {
  animation: animteSlide 0.8s forwards;
}
.page .showContentAnimate .animate-li-1 {
  animation: liAnimteSlide 0.8s forwards;
  transform: translateX(-100%);
}
.page .showContentAnimate .animate-li-2 {
  animation: liAnimteSlide 0.8s forwards 0.1s;
  transform: translateX(-100%);
}
.page .showContentAnimate .animate-li-3 {
  animation: liAnimteSlide 0.8s forwards 0.2s;
  transform: translateX(-100%);
}
.page .showContentAnimate .animate-li-4 {
  animation: liAnimteSlide 0.8s forwards 0.3s;
  transform: translateX(-100%);
}
.page .showContentAnimate .animate-li-5 {
  animation: liAnimteSlide 0.8s forwards 0.4s;
  transform: translateX(-100%);
}
.page .showContentAnimate .animate-li-6 {
  animation: liAnimteSlide 0.8s forwards 0.5s;
  transform: translateX(-100%);
}
.page .showContentAnimate .animate-li-7 {
  animation: liAnimteSlide 0.8s forwards 0.6s;
  transform: translateX(-100%);
}
.page .showContentAnimate .animate-li-8 {
  animation: liAnimteSlide 0.8s forwards 0.7s;
  transform: translateX(-100%);
}
.page .showContentAnimate .animate-li-9 {
  animation: liAnimteSlide 0.8s forwards 0.8s;
  transform: translateX(-100%);
}
.page .showContentAnimate .animate-li-10 {
  animation: liAnimteSlide 0.8s forwards 0.9s;
  transform: translateX(-100%);
}
.page .showContentAnimate .animate-li-11 {
  animation: liAnimteSlide 0.8s forwards 0.1s;
  transform: translateX(-100%);
}
@keyframes liAnimteSlide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.page .hideContentAnimate {
  animation: hideAnimteSlide 0.5s forwards;
}
@keyframes animteSlide {
  0% {
    left: 0;
  }
  100% {
    left: 160px;
  }
}
@keyframes hideAnimteSlide {
  0% {
    left: 160px;
  }
  100% {
    left: 0px;
  }
}
.page .markModalShow {
  animation: markModalShowAnimation 0.8s forwards;
}
.page .markModalHide {
  animation: markModalHideAnimation 0.5s forwards;
}
@keyframes markModalShowAnimation {
  0% {
    width: 0;
  }
  100% {
    width: 160px;
  }
}
@keyframes markModalHideAnimation {
  0% {
    width: 160px;
  }
  100% {
    width: 0px;
  }
}
.page .markModal {
  width: 0px;
  background: #009AEE;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 160px;
  z-index: 999;
}
.page .markAllModal .showContent {
  width: 160px;
  height: 100%;
  background: #009AEE;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0px;
  color: #FFFFFF;
  z-index: 9999;
  overflow: hidden;
}
.page .markAllModal .showContent .title {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  padding: 41px 0 100px 20px;
}
.page .markAllModal .showContent ul {
  padding: 0;
  margin: 0;
}
.page .markAllModal .showContent ul li {
  position: relative;
  height: 65px;
  line-height: 65px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  cursor: pointer;
}
.page .markAllModal .showContent ul li .href {
  display: block;
  color: #ffffff;
  padding: 0 25px 0 20px;
  transition: 0.2s;
}
.page .markAllModal .showContent ul li .href:hover {
  background: #006BA6;
}
.page .markAllModal .showContent ul li .panel-group .panel {
  border: none;
  margin: 0;
  border-radius: 0;
  background: transparent;
}
.page .markAllModal .showContent ul li .panel-group .panel .panel-head {
  height: 65px;
  line-height: 65px;
  cursor: pointer;
  padding: 0 25px 0 20px;
  background: #009aee;
  position: relative;
  transition: 0.2s;
  font-size: 14px;
}
.page .markAllModal .showContent ul li .panel-group .panel .panel-head .min-title {
  display: block;
  width: 112px;
}
.page .markAllModal .showContent ul li .panel-group .panel .panel-head .icon {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 0;
}
.page .markAllModal .showContent ul li .panel-group .panel .panel-head .icon .zan {
  display: none;
}
.page .markAllModal .showContent ul li .panel-group .panel .panel-head[aria-expanded=true] {
  border-left-width: 6px;
  border-left-color: #00ACFF;
}
.page .markAllModal .showContent ul li .panel-group .panel .panel-head[aria-expanded=true] .shou {
  display: none!important;
}
.page .markAllModal .showContent ul li .panel-group .panel .panel-head[aria-expanded=true] .zan {
  display: block;
}
.page .markAllModal .showContent ul li .panel-group .panel .panel-head:hover {
  background: #006BA6;
}
.page .markAllModal .showContent ul li .panel-group .panel .panel-collapse {
  background: #009aee;
}
.page .markAllModal .showContent ul li .panel-group .panel .panel-collapse .panel-body {
  padding: 0;
  height: 60px;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
}
.page .markAllModal .showContent ul li .panel-group .panel .panel-collapse .panel-body a,
.page .markAllModal .showContent ul li .panel-group .panel .panel-collapse .panel-body p {
  display: block;
  border: none;
  color: #FFFFFF;
  color: #ffffff;
  line-height: 18px;
  font-size: 12px;
  padding: 0 10px 0 30px;
  transition: 0.2s;
}
.page .markAllModal .showContent ul li .panel-group .panel .panel-collapse .panel-body:hover {
  background: rgba(0, 0, 0, 0.5);
}
.page .markAllModal .showContent ul li .panel-group .panel.panel + .panel .panel-head {
  border-top: none;
}
.page .markAllModal .showContent ul .bordernone {
  border: none;
}
.page .markAllModal .showContent ul .hieght50 {
  height: 32.5px;
}
.page .aside {
  width: 160px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 999999;
  padding-top: 35px;
  border-right: 1px solid #E8E8E8;
}
.page .aside .logo {
  /* width: 79px; */
  /* height: 110px; */
  margin: 0 0 1s0px 0px;
}
.page .aside .menu {
  width: 100%;
  padding: 0;
  margin: 0;
}
.page .aside .menu > li {
  padding: 0;
  height: 65px;
  line-height: 65px;
  border-bottom: 1px solid #ebebeb;
  cursor: pointer;
  border-left: 0px solid #009AEE;
  transition: 0.3s;
}
.page .aside .menu > li .tit {
  display: block;
  margin: 0;
  padding: 0 20px 0 30px;
  position: relative;
  color: #2d2d2d;
  transition: 0.3s;
}
.page .aside .menu > li .tit::after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: -15px;
  border: 6px solid #009AEE;
  border-right-color: transparent;
  border-top-color: transparent;
  transform: rotate(45deg);
  margin-top: -5px;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
}
.page .aside .menu > li .tit i {
  color: #333333;
  font-size: 16px;
  transition: 0.3s;
}
.page .aside .menu > li.active,
.page .aside .menu > li:hover {
  border-left-width: 5px;
}
.page .aside .menu > li.active .tit,
.page .aside .menu > li:hover .tit {
  transform: translateX(6px);
}
.page .aside .menu > li.active .tit i,
.page .aside .menu > li:hover .tit i {
  color: #009AEE;
}
.page .aside .menu > li.active .tit::after,
.page .aside .menu > li:hover .tit::after {
  opacity: 1;
  right: -1px;
  visibility: initial;
}
.page .aside .menu > li.active a,
.page .aside .menu > li:hover a,
.page .aside .menu > li.active .tit,
.page .aside .menu > li:hover .tit {
  color: #009AEE;
}
.page .aside .menu > .foot {
  width: 100%;
  display: block;
  border-bottom: none;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  padding-left: 160px;
  overflow: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}
.page .content > .main {
  position: relative;
}
.page .content > .main .text-line-height {
  line-height: 1.6em;
}
.page .content > .main .showPicture {
  width: 100%;
  height: 5.6rem;
}
.page .content > .main .downloadData {
  padding: 0.7rem 0 0 0.6rem;
  width: 100%;
}
.page .content > .main .downloadData .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
}
.page .content > .main .downloadData .d-item .min-title {
  font-size: 0.23rem;
  line-height: 0.8rem;
  margin-top: 0.2rem;
}
.page .content > .main .downloadData .d-item ul {
  margin: 0 0;
  padding: 0;
  width: 100%;
}
.page .content > .main .downloadData .d-item ul li {
  background: #EFEFE9;
  height: 0.98rem;
  line-height: 0.98rem;
  padding: 0 0.3rem;
  width: 100%;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}
.page .content > .main .downloadData .d-item ul li p {
  width: 100%;
  height: 0.98rem;
  line-height: 0.98rem;
  padding: 0 0.88rem 0 0.3rem;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.page .content > .main .downloadData .d-item ul li .icon {
  display: inline-block;
  width: 0.58rem;
  height: 0.58rem;
  margin-top: 0.2rem;
  line-height: 0.58rem;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
  z-index: 2000;
}
.page .content > .main .downloadData .d-item ul li .icon::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.page .content > .main .downloadData .d-item ul li .icon i {
  font-size: 0.32rem;
  position: relative;
  z-index: 2;
}
.page .content > .main .downloadData .d-item ul li::after {
  content: '';
  width: 2px;
  height: 0px;
  background: #00ACFF;
  transition: 0.3s;
  position: absolute;
  left: 0;
  top: 0;
}
.page .content > .main .downloadData .d-item ul li:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.page .content > .main .downloadData .d-item ul li:hover::after {
  height: 0.98rem;
}
.page .content > .main .downloadData .d-item ul li:hover p {
  transform: translateX(2px);
}
.page .content > .main .downloadData .d-item ul li:hover .icon::before {
  box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.03);
  transform: scale(1.1);
}
.page .content > .main .downloadData .d-item ul li + li {
  margin-top: 11px;
}
.page .navigation {
  width: 33.33333%;
  height: 0.85rem;
  line-height: 0.85rem;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.16rem;
  z-index: 998;
}
.page .navigation::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #efefe9;
  opacity: 0.7;
}
.page .navigation .navigation-content {
  width: 100%;
  height: 0.85rem;
  padding: 0 0.38rem 0 0.2rem;
  cursor: pointer;
  position: relative;
}
.page .navigation .navigation-content > div {
  display: inline-block;
}
.page .navigation .navigation-content .icon {
  width: 0.45rem;
  height: 0.45rem;
  text-align: center;
  margin-top: 0.2rem;
  line-height: 0.45rem;
  position: relative;
  z-index: 10;
}
.page .navigation .navigation-content .icon::before {
  content: '';
  display: block;
  border-radius: 50%;
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.page .navigation .navigation-content .icon:hover::before {
  transform: scale(1.08);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.page .navigation .navigation-content .title {
  padding: 0 0.6rem 0 0.85rem;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page .navigation .navigation-content .title .line {
  display: inline-block;
  width: 0.18rem;
  height: 0.01rem;
  background: #333333;
  margin: 0 0.08rem;
  vertical-align: middle;
}
.page .navigation .navigation-menu {
  width: 100%;
  background: #fff;
  display: none;
  height: calc(100vh - 0.85rem);
  overflow-y: auto;
  box-shadow: 0 2px 4px 1px rgba(40, 120, 255, 0.08), 0 0 6px 1px rgba(0, 0, 0, 0.08);
}
.page .navigation .navigation-menu .item {
  border-bottom: 1px solid #D8D8D8;
}
.page .navigation .navigation-menu .item a {
  display: block;
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.2rem;
}
.page .navigation .navigation-menu .item a p {
  font-size: 0.16rem;
}
.page .navigation .navigation-menu .item a i {
  font-size: 0.14rem;
  color: #666666;
}
.page .navigation .navigation-menu .item .panelBox {
  width: 100%;
  min-height: 50px;
}
.page .navigation .navigation-menu .item .panelBox .tit {
  font-size: 0.16rem;
}
.page .navigation .navigation-menu .item .panelBox .panel-group .panel {
  border: none;
  margin: 0;
  border-radius: 0;
}
.page .navigation .navigation-menu .item .panelBox .panel-group .panel .panel-head {
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.2rem;
  cursor: pointer;
  position: relative;
  transition: 0.2s;
}
.page .navigation .navigation-menu .item .panelBox .panel-group .panel .panel-head .icon {
  display: inline-block;
  position: absolute;
  right: 0.26rem;
}
.page .navigation .navigation-menu .item .panelBox .panel-group .panel .panel-head .icon .icon-jian {
  display: none;
}
.page .navigation .navigation-menu .item .panelBox .panel-group .panel .panel-head[aria-expanded=true] {
  background: #f6f6f6;
}
.page .navigation .navigation-menu .item .panelBox .panel-group .panel .panel-head[aria-expanded=true] .icon-jia {
  display: none;
}
.page .navigation .navigation-menu .item .panelBox .panel-group .panel .panel-head[aria-expanded=true] .icon-jian {
  display: block;
}
.page .navigation .navigation-menu .item .panelBox .panel-group .panel .panel-collapse .panel-body {
  border: none;
  font-weight: 400;
  color: #FFFFFF;
  padding: 0;
}
.page .navigation .navigation-menu .item .panelBox .panel-group .panel .panel-collapse .panel-body p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  padding: 0 0.25rem;
  transition: 0.2s;
}
.page .navigation .navigation-menu .item .panelBox .panel-group .panel .panel-collapse .panel-body p:hover {
  background: #f6f6f6;
}
.page .navigation .navigation-menu .item .panelBox .panel-group .panel.panel + .panel .panel-head {
  border-top: none;
}
.page .absoluteSearch {
  position: fixed;
  top: 40px;
  right: 40px;
  cursor: pointer;
  transition: 0.2s;
  z-index: 999999999;
}
.page .absoluteSearch .icon {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #f84e47;
  color: #ffffff;
  transition: 0.3s;
  position: relative;
}
.page .absoluteSearch .icon:hover {
  transform: scale(1.1);
}
.page .absoluteSearch i {
  font-size: 22px;
  transition: 0.3s;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: 0.6rem;
  color: #fff;
}
.page .common-floor {
  padding: 30px 0 30px 60px;
}
.page .common-floor .common-title {
  line-height: 80px;
  font-size: 22px;
  font-weight: bold;
}
.page .jump-list {
  padding: 100px 0 280px;
  position: relative;
}
.page .jump-list .item {
  height: 370px;
  background: #f0f0ff 0;
  position: relative;
  cursor: pointer;
  max-width: 450px;
  overflow: hidden;
}
.page .jump-list .item img {
  transition: 0.5s ease-in-out;
}
.page .jump-list .item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px 30px;
}
.page .jump-list .item a .min-title {
  font-size: 15px;
  line-height: 21px;
  padding-bottom: 12px;
  margin: 0;
  color: #ffffff;
}
.page .jump-list .item a .title {
  font-size: 20px;
  line-height: 30px;
  margin-top: 10px;
  color: #ffffff;
}
.page .jump-list .item a .icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  right: 30px;
  text-align: center;
  line-height: 55px;
}
.page .jump-list .item a .icon::before {
  content: '';
  background: #ffffff;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s ease-in-out;
}
.page .jump-list .item a .icon i {
  color: #000000;
  font-size: 22px;
  display: block;
  position: relative;
  z-index: 2;
}
.page .jump-list .item:hover img {
  transform: scale(1.1);
}
.page .jump-list .item:hover .icon::before {
  transform: scale(1.1);
}
.page .jump-list .item2 {
  position: relative;
  top: 185px;
}
.page .footer {
  width: 100%;
  height: auto;
  background: #EAEAE4;
  position: relative;
}
.page .footer .phone-top {
  width: 100%;
  height: 5rem;
  border-bottom: 0.02rem solid #2D2D2D;
}
.page .footer .phone-top .phone-left {
  height: 100%;
  border-right: 0.02rem solid #2D2D2D;
  padding: 0.55rem 0.35rem;
}
.page .footer .phone-top .phone-left li {
  font-size: 0.28rem;
  line-height: 0.4rem;
}
.page .footer .phone-top .phone-left li + li {
  margin-top: 0.2rem;
}
.page .footer .f-content {
  height: auto;
}
.page .footer .f-content .left {
  min-height: 4rem;
  padding-right: 0;
  border-right: 1px solid #2d2d2d;
}
.page .footer .f-content .left .main {
  width: 100%;
}
.page .footer .f-content .left .main .head {
  width: 100%;
  height: 0.98rem;
  line-height: 0.98rem;
  text-align: center;
  font-size: 0.18rem;
}
.page .footer .f-content .left .main .wxchart {
  width: 1.06rem;
  margin: 0 auto;
}
.page .footer .f-content .left .main .wxchart .imgBox {
  width: 1.06rem;
  height: 1.06rem;
  overflow: hidden;
}
.page .footer .f-content .left .main .wxchart .txt {
  font-size: 0.14rem;
  line-height: 0.2rem;
  margin-top: 0.06rem;
  text-align: center;
}
.page .footer .f-content .left .main .btm {
  text-align: center;
  margin-top: 0.36rem;
}
.page .footer .f-content .left .main .btm .txt {
  font-size: 0.15rem;
  line-height: 0.21rem;
}
.page .footer .f-content .left .main .btm .phone {
  color: #00ACFF;
  font-size: 0.24rem;
  line-height: 0.24rem;
  margin-top: 0.12rem;
}
.page .footer .f-content .right {
  height: auto;
  position: relative;
}
.page .footer .f-content .right .ul-top {
  padding-left: 0.7rem;
  height: 0.77rem;
  border-bottom: 1px solid #2D2D2D;
  margin: 0;
}
.page .footer .f-content .right .ul-top li {
  width: 1.8rem;
  float: left;
}
.page .footer .f-content .right .ul-top li a {
  display: inline-block;
  position: relative;
  margin-top: 0.3rem;
}
.page .footer .f-content .right .ul-top li a::after {
  content: '';
  width: 0px;
  height: 0.02rem;
  background: #000000;
  position: absolute;
  bottom: -5px;
  left: 0px;
  transition: 0.3s;
}
.page .footer .f-content .right .ul-top li a:hover::after {
  width: 100%;
}
.page .footer .f-content .right .content-list {
  padding-right: 1.5rem;
}
.page .footer .f-content .right .content-list .jszc {
  padding-bottom: 0.3rem;
}
.page .footer .f-content .right .content-list .cell {
  padding-top: 0.3rem;
}
.page .footer .f-content .right .content-list .cell .tit {
  padding: 0 0 0.05rem 0.6rem;
  font-size: 0.16rem;
}
.page .footer .f-content .right .content-list .cell .list .js0-zc {
  font-size: 13px;
}
.page .footer .f-content .right .content-list .cell .list p {
  display: inline-block;
  margin-left: 0.6rem;
  margin-top: 0.03rem;
}
.page .footer .f-content .right .content-list .cell .list p a {
  display: inline-block;
  font-size: 0.13rem;
  height: 0.18rem;
  line-height: 0.18rem;
  position: relative;
}
.page .footer .f-content .right .content-list .cell .list p a::after {
  content: '';
  width: 0px;
  height: 0.02rem;
  background: #000000;
  position: absolute;
  bottom: -2px;
  left: 0px;
  transition: 0.3s;
}
.page .footer .f-content .right .content-list .cell .list p a:hover::after {
  width: 100%;
}
.page .footer .f-content .right .content-list .cell .list .fot-main {
  padding-left: 0.6rem;
  margin-top: 0.06rem;
}
.page .footer .f-content .right .content-list .cell .list .fot-main .swiper-container-footer .swiper-wrapper .swiper-slide .imgBox {
  height: 0.6rem;
}
.page .footer .f-content .right .ul-list {
  padding: 0.37rem 0 0 0.7rem;
  font-size: 0;
}
.page .footer .f-content .right .ul-list ul {
  display: inline-block;
  width: 1.8rem;
  margin: 0;
  padding: 0;
}
.page .footer .f-content .right .ul-list ul li {
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 0.2rem;
  margin-top: 0.11rem;
}
.page .footer .f-content .right .ul-list ul li a {
  display: inline-block;
  position: relative;
}
.page .footer .f-content .right .ul-list ul li a::after {
  content: '';
  width: 0px;
  height: 0.02rem;
  background: #000000;
  position: absolute;
  bottom: -2px;
  left: 0px;
  transition: 0.3s;
}
.page .footer .f-content .right .ul-list ul li a:hover::after {
  width: 100%;
}
.page .footer .f-content .right .ul-list ul .tit {
  font-size: 0.18rem;
  line-height: 0.25rem;
  margin: 0 0 0.27rem;
}
.page .footer .icon-share {
  position: absolute;
  right: 50px;
  top: 116px;
}
.page .footer .icon-share a {
  display: block;
  margin-bottom: 15px;
  cursor: pointer;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  position: relative;
}
.page .footer .icon-share a::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.page .footer .icon-share a i {
  display: block;
  font-size: 22px;
  position: relative;
  z-index: 2;
  color: #4CAFE9;
  transition: 0.3s;
}
.page .footer .icon-share a:hover::before {
  transform: scale(1.1);
}
.page .footer .f-foot {
  height: 0.66rem;
  border-top: 1px solid #2D2D2D;
  line-height: 0.66rem;
  font-size: 0.13rem;
  padding: 0 0.4rem;
  margin: 0;
  background: #2D2D2D;
  color: #FFFFFF;
}
.page .footer .f-foot a {
  display: inline-block;
  color: #ffffff;
  font-size: 0.13rem;
  font-weight: 600;
  margin-left: 3px;
}
.page .scrollTop {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ffffff;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.page .scrollTop i {
  font-size: 30px;
}
.page .searchModal {
  width: 100%;
  height: 100%;
  background: rgba(0, 172, 255, 0.9);
  padding: 40px 40px 100px 80px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999999;
}
.page .searchModal .sm-left {
  height: 100%;
  padding: 100px 0 0 0;
  position: relative;
}
.page .searchModal .sm-left .ipt-Box {
  width: 100%;
  height: 60px;
  border-bottom: 3px solid #FFFFFF;
  line-height: 60px;
  position: relative;
  left: 0;
  transform: translateY(30px);
}
.page .searchModal .sm-left .ipt-Box i {
  display: inline-block;
  width: 60px;
  color: #ffffff;
  font-size: 26px;
  cursor: pointer;
  text-align: right;
  position: relative;
  z-index: 2;
}
.page .searchModal .sm-left .ipt-Box .input {
  width: 100%;
  height: 57px;
  padding-right: 60px;
  position: absolute;
  left: 0;
  top: 0;
}
.page .searchModal .sm-left .ipt-Box .input input {
  width: 100%;
  height: 57px;
  padding-left: 3px;
  font-size: 33px;
  color: #ffffff;
  background: transparent;
  border: none;
  outline: none;
}
.page .searchModal .sm-left .ipt-Box .input input::placeholder {
  color: #ffffff;
}
.page .searchModal .sm-left .ipt-Box .input input::-moz-placeholder {
  color: #ffffff;
}
.page .searchModal .sm-left .ipt-Box .input input::-webkit-placeholder {
  color: #ffffff;
}
.page .searchModal .sm-left .ipt-Box .input input::-ms-placeholder {
  color: #ffffff;
}
.page .searchModal .sm-left .query-search {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(30px);
  opacity: 0;
}
.page .searchModal .sm-left .query-search .tit {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 30px;
}
.page .searchModal .sm-left .query-search .breadcrumb {
  margin-bottom: 0;
  background: transparent;
  padding: 0;
}
.page .searchModal .sm-left .query-search .breadcrumb li {
  position: relative;
}
.page .searchModal .sm-left .query-search .breadcrumb li a {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  display: inline-block;
}
.page .searchModal .sm-left .query-search .breadcrumb li a::after {
  content: '';
  height: 2px;
  background: #fff;
  transition: 0.6s;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
.page .searchModal .sm-left .query-search .breadcrumb li::before {
  color: #ffffff;
}
.page .searchModal .sm-left .query-search .breadcrumb li:hover a::after {
  width: 100%;
}
.page .searchModal .sm-right {
  text-align: right;
}
.page .searchModal .sm-right ul .white {
  width: 0.6rem;
  height: 0.6rem;
}
.page .searchModal .sm-right ul li {
  margin-bottom: 40px;
  cursor: pointer;
  position: relative;
}
.page .searchModal .sm-right ul li span {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  margin-right: 20px;
  transition: 0.2s;
}
.page .searchModal .sm-right ul li i {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
  line-height: 0.6rem;
  font-size: 16px;
  color: #00ACFF;
  transition: 0.2s;
}
.page .searchModal .sm-right ul li .bold {
  font-weight: bold;
}
.page .searchModal .sm-right ul li .red {
  background: #F84E47;
  color: #ffffff;
}
.page .searchModal .sm-right ul li:hover span {
  transform: translateX(-30px);
}
.page .searchModal .sm-right ul li:hover i {
  opacity: 0.9;
  transform: scale(1.1) translateX(-10px);
}
.page .searchModal.active--open .sm-left .ipt-Box {
  animation: slideInput 1s forwards ease-in-out;
  animation-delay: 0.5s;
}
@keyframes slideInput {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
.page .searchModal.active--open .sm-left .query-search {
  animation: slideQuery 1s forwards ease-in-out;
  animation-delay: 0.5s;
}
@keyframes slideQuery {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.page .searchModal.active--open .sm-right ul li {
  transform: translateX(160px);
}
.page .searchModal.active--open .sm-right ul li:nth-child(2) {
  animation: slide1 0.5s forwards;
}
.page .searchModal.active--open .sm-right ul li:nth-child(3) {
  animation: slide2 0.5s forwards;
  animation-delay: 0.1s;
}
.page .searchModal.active--open .sm-right ul li:nth-child(4) {
  animation: slide3 0.5s forwards;
  animation-delay: 0.2s;
}
.page .searchModal.active--open .sm-right ul li:nth-child(5) {
  animation: slide4 0.5s forwards;
  animation-delay: 0.3s;
}
@keyframes slide1 {
  0% {
    transform: translateX(160px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(160px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes slide3 {
  0% {
    transform: translateX(160px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes slide4 {
  0% {
    transform: translateX(160px);
  }
  100% {
    transform: translateX(0px);
  }
}
.page .searchModal.active--close .sm-right ul li:nth-child(2) {
  animation: closeSlide1 0.3s forwards;
  animation-delay: 0.6s;
}
.page .searchModal.active--close .sm-right ul li:nth-child(3) {
  animation: closeSlide2 0.3s forwards;
  animation-delay: 0.4s;
}
.page .searchModal.active--close .sm-right ul li:nth-child(4) {
  animation: closeSlide3 0.3s forwards;
  animation-delay: 0.2s;
}
.page .searchModal.active--close .sm-right ul li:nth-child(5) {
  animation: closeSlide4 0.3s forwards;
}
@keyframes closeSlide1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(160px);
  }
}
@keyframes closeSlide2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(160px);
  }
}
@keyframes closeSlide3 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(160px);
  }
}
@keyframes closeSlide4 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(160px);
  }
}
.page .lrModal {
  width: 220px;
  background: #EFEFE9;
  position: absolute;
  bottom: 0;
  right: -220px;
  z-index: 99999998;
}
.page .lrModal .tip-icon {
  width: 50px;
  height: 50px;
  background: #ffffff;
  position: absolute;
  left: -50px;
  top: 50%;
  margin-top: -25px;
  border-radius: 6px 0 0 6px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  line-height: 50px;
}
.page .lrModal .tip-icon i {
  font-size: 30px;
  color: #00ACFF;
  animation: xiintaio 3s infinite;
  display: inline-block;
  transition: 0.3s;
}
.page .lrModal .tip-icon:hover {
  background: #00ACFF;
}
.page .lrModal .tip-icon:hover i {
  color: #fff;
}
@keyframes xiintaio {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.page .lrModal .head {
  width: 100%;
  height: 46px;
  background: #00ACFF;
  padding: 0 15px;
  line-height: 46px;
  color: #fff;
}
.page .lrModal .head p {
  font-size: 14px;
}
.page .lrModal .head .right {
  cursor: pointer;
}
.page .lrModal .body {
  padding: 12px;
}
.page .lrModal .body .tut {
  font-size: 14px;
  line-height: 20px;
}
.page .lrModal .body .tip {
  font-size: 12px;
  line-height: 17px;
}
.page .lrModal .body .phone {
  font-size: 20px;
  line-height: 28px;
  color: #00ACFF;
  padding-bottom: 6px;
  border-bottom: 1px solid #D8D8D8;
}
.page .lrModal .body .iptbox {
  font-size: 0;
}
.page .lrModal .body .iptbox .error-tip {
  font-size: 12px;
  color: #F84E47;
  line-height: 15px;
  display: none;
}
.page .lrModal .body .iptbox textarea {
  width: 100%;
  height: 67px;
  outline: none;
  border: 1px solid #e9e9e9;
  padding: 5px 8px;
  font-size: 13px;
  color: #333333;
  line-height: 18px;
  transition: 0.2s;
}
.page .lrModal .body .iptbox textarea:focus {
  border: 1px solid #00ACFF;
}
.page .lrModal .body .iptbox .ipt {
  display: block;
  width: 100%;
  height: 30px;
  background: #fff;
  position: relative;
  padding: 0 10px;
}
.page .lrModal .body .iptbox .ipt i {
  display: inline-block;
  width: 16px;
  font-size: 16px;
  color: #888888;
  margin-top: 4px;
  position: relative;
  z-index: 2;
}
.page .lrModal .body .iptbox .ipt input {
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  line-height: 28px;
  outline: none;
  transition: 0.2s;
  width: 100%;
  font-size: 13px;
  color: #333333;
  padding-left: 36px;
  background: transparent;
  border: 1px solid #e9e9e9;
}
.page .lrModal .body .iptbox .ipt input:focus {
  border-color: #00ACFF;
}
.page .lrModal .body .iptbox textarea.error,
.page .lrModal .body .iptbox input.error {
  border-color: #F84E47 !important;
}
.page .lrModal .body .btns {
  width: 100%;
  height: 30px;
  background: #00ACFF;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: 0.2s;
}
.page .lrModal .body .btns:hover {
  opacity: 0.8;
}
.page .lrModal .success-body {
  display: none;
  height: 314px;
}
.page .lrModal .success-body .main-box {
  width: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -60px;
  margin-top: -55px;
  text-align: center;
}
.page .lrModal .success-body .main-box i {
  font-size: 50px;
  color: #5cb85c;
}
.page .lrModal .success-body .main-box .tit {
  color: #333;
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
}
.page .lrModal .success-body .main-box .tit-s {
  font-size: 13px;
  color: #333;
  text-align: center;
}
.page .lrModal .success-body .main-box .btns {
  height: 30px;
  width: 90px;
  color: #fff;
  margin: 20px auto 0;
  background-color: #00aef3;
  text-align: center;
  font-size: 13px;
  line-height: 30px;
  cursor: pointer;
}
.page .levelLrModal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999999;
}
.page .levelLrModal .centerModal {
  width: 428px;
  background: #ffffff;
  padding: 38px 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -214px;
  margin-top: -160px;
}
.page .levelLrModal .centerModal .icon-guanbi {
  position: absolute;
  right: 30px;
  top: 28px;
  font-size: 18px;
  color: #666666;
  cursor: pointer;
  transition: 0.2s;
}
.page .levelLrModal .centerModal .icon-guanbi:hover {
  color: #333333;
  transform: rotate(45deg);
}
.page .levelLrModal .centerModal .cm-wrapper .tit {
  font-size: 14px;
  line-height: 20px;
}
.page .levelLrModal .centerModal .cm-wrapper .phone {
  font-size: 36px;
  line-height: 50px;
  color: #F84E47;
}
.page .levelLrModal .centerModal .cm-wrapper .tip {
  font-size: 14px;
  line-height: 20px;
  margin-top: 9px;
}
.page .levelLrModal .centerModal .cm-wrapper .iptbox textarea {
  width: 100%;
  height: 49px;
  padding: 6px;
  font: 14px;
  border: 1px solid #D8D8D8;
  outline: none;
  margin-top: 4px;
  font-size: 13px;
  line-height: 18px;
}
.page .levelLrModal .centerModal .cm-wrapper .iptbox .r {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}
.page .levelLrModal .centerModal .cm-wrapper .iptbox .r .ipt {
  width: 182px;
  height: 42px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}
.page .levelLrModal .centerModal .cm-wrapper .iptbox .r .ipt i {
  display: inline-block;
  width: 36px;
  font-size: 16px;
  color: #888888;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.page .levelLrModal .centerModal .cm-wrapper .iptbox .r .ipt input {
  position: absolute;
  left: 0;
  top: 0;
  height: 42px;
  line-height: 42px;
  outline: none;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  width: 100%;
  font-size: 13px;
  font-size: 14px;
  color: #333333;
  padding-left: 36px;
  background: transparent;
}
.page .levelLrModal .centerModal .cm-wrapper .iptbox .btnss {
  width: 100%;
  height: 42px;
  background: #F84E47;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
  margin-top: 14px;
}
