
/* CSS Document */

/*===========================header=============================*/
body {
  background: url(../image/index_bg.jpg) center top no-repeat #dfecf3;
}

#header,
#nav ul li h3,
.top_menu {
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#header {
  z-index: 999;
  width: 100%;
  position: relative;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.headtop {
  display: flex;
  height: 100%;
  padding: 2rem 0 2.25rem;
  justify-content: space-between;
  align-items: center;
  position: static;
}

#header .fr {
  display: flex;
  justify-content: space-between;
}

#logo {
  flex-shrink: 0;
}

#logo a {
  display: flex;
  height: 100%;
  align-items: center;
}

#logo img {
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#nav {
  background: #fff;
  border-radius: 5px;
}

#nav ul {
  display: flex;
  flex-grow: 1;
}

#nav ul li {
  float: left;
  position: relative;
  z-index: 0;
  flex-grow: 1;
  text-align: center;
}

#nav ul li+li:before {
  content: "";
  display: block;
  width: 1px;
  height: 1rem;
  background: #cccccc;
  transition: .5s;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#nav ul li a {
  display: block;
  text-transform: uppercase;
  font-size: 0;
}

#nav ul li h3 {
  font-size: 1.25rem;
  color: #212121;
  line-height: 4.6875rem;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 1;
  font-weight: 700;
}

#nav ul li.on h3,
#nav ul li:hover h3 {
  color: #fff;
}

#nav ul li.on+li:before {
  height: 0;
}

#nav ul li:hover+li:before {
  height: 0;
}

#nav ul li h3:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  background-image: -moz-linear-gradient(-7deg, rgb(0, 162, 233) 0%, rgb(98, 195, 208) 100%);
  background-image: -webkit-linear-gradient(-7deg, rgb(0, 162, 233) 0%, rgb(98, 195, 208) 100%);
  background-image: -ms-linear-gradient(-7deg, rgb(0, 162, 233) 0%, rgb(98, 195, 208) 100%);
  transition: 0.3s ease-in-out;
  transform: scaleX(0);
  transform-origin: center;
}

#nav ul li.on h3:before,
#nav ul li:hover h3:before {
  transform: scaleX(1);
}

#nav li .sub {
  position: absolute;
  background: rgba(255, 255, 255, 1);
  min-width: 100%;
  padding: 1rem;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px #3333334d;
  transform-origin: 0 0 0;
  transform: scaleY(0.2);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  border-radius: 0 0 .625rem .625rem;
}

#nav li .sub .box {
  padding: 0;
  text-align: center;
}

#nav li .sub a {
  padding: 0 15px;
  line-height: 2.3rem;
  transition: .3s;
  font-size: 1rem;
  color: #505050;
  text-align: left;
  white-space: nowrap;
  position: relative;
}

#nav li .sub a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  background-image: -moz-linear-gradient(-7deg, rgb(0, 162, 233) 0%, rgb(98, 195, 208) 100%);
  background-image: -webkit-linear-gradient(-7deg, rgb(0, 162, 233) 0%, rgb(98, 195, 208) 100%);
  background-image: -ms-linear-gradient(-7deg, rgb(0, 162, 233) 0%, rgb(98, 195, 208) 100%);
}

#nav li .sub a:hover {
  color: #fff;
}

#nav li .sub a:hover:before {
  opacity: 1;
  visibility: visible;
}

#nav li:hover .sub {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

#nav ul li:nth-child(1) h3 {
  border-radius: 5px 0 0 5px;
  overflow: hidden;
}

#nav ul li:last-child h3 {
  border-radius: 0 5px 5px 0;
  overflow: hidden;
}

.top_search {}

.top_search form {
  display: flex;
  width: 13.375rem;
  background: #fff;
  border-radius: 1.25rem;
  padding: 0 1.5rem;
}

.top_search .input {
  font-size: .95rem;
  color: #585858;
  flex-grow: 1;
  height: 2.5rem;
  width: 12.375rem;
}

.top_search .button {
  border: 0;
  background: none;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top_search .button svg {
  width: 22px;
  height: 22px;
}

.top_user {
  width: 5.625rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 1.5rem;
  font-size: .875rem;
  border-radius: 1.25rem;
}

.top_user svg {
  margin-right: .5rem;
}

.top_ewm {
  width: 2.5rem;
  border-radius: 2.5rem;
  background: #56c38a;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

.top_ewm:hover {
  background: #44af78;
}

/***********************/

/*手机导航开始*/
#m_header {
  display: none;
  height: 4.5rem;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: 0s 1.5s;
}

#m_header .m {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#m_header .top_user {
  margin-right: 4rem;
}

#m_logo {
  transition: 0s 1.5s;
  height: 100%;
  visibility: visible;
  float: left;
  display: flex;
  align-items: center;
}

#m_logo img {
  display: block;
  height: 30px;
}

/*导航按钮开始*/
/*导航按钮开始*/
#nav_btn_box {
  height: 100%;
  z-index: 999;
  margin-left: 20px;
  position: fixed;
  height: 4.5rem;
  right: 0;
  top: 0;
  display: none;
}

#nav_btn_box .m {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 0 !important;
}

#nav_btn_box.on {
  background: none;
}

#nav_btn .point.on .navbtn::after,
#nav_btn .point.on .navbtn::before {
  background: #ffffff;
}

#nav_btn {
  background: #56c38a;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2.5rem;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  text-align: center;
  z-index: 99999;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  outline: none;
  box-shadow: none;
}

#nav_btn .point {
  display: inline-block;
  width: 1.5rem;
  height: 22px;
  position: relative;
  outline: none;
}

#nav_btn .navbtn {
  position: absolute;
  top: 10px;
  left: 1px;
  display: inline-block;
  width: 72%;
  height: 2px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  background: #fff;
}

#nav_btn .navbtn::after,
#nav_btn .navbtn::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 1.375rem;
  height: 2px;
  content: '';
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  background: #fff;
}

.ny #nav_btn .navbtn::after,
.ny #nav_btn .navbtn::before {
  background: #999;
}

#nav_btn .navbtn::after {
  top: -5px;
}

#nav_btn .navbtn::before {
  top: 5px;
}

#nav_btn .point.on .navbtn {
  background: transparent;
}

#nav_btn .point.on .navbtn::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
}

#nav_btn .point.on .navbtn::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0px;
}

/*导航按钮结束*/
.m_nav_list {
  /* flex-direction:column; */
  /* justify-content: flex-start; */
  width: 100%;
  /* overflow: auto; */
}

.m_nav_list::-webkit-scrollbar {
  display: none
}

#m_nav .top_search form {
  width: 80%;
}

#m_nav .top_search {
  display: flex;
  justify-content: center;
  margin-right: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#m_nav .top_search .input {
  height: 3rem;
}

#m_nav .top_search svg path {
  fill: #01a2e9;
}

#m_nav {
  z-index: 998;
  position: fixed;
  background: #eef2f6;
  width: 100%;
  height: 100vh;
  right: 0;
  top: 0;
  display: none;
  padding: 50px 0;
  overflow: hidden;
  pointer-events: none;
  transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
  display: block;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
}

#m_nav::-webkit-scrollbar {
  display: none;
}

#m_nav.act {
  pointer-events: auto;
  top: 0;
  visibility: visible;
  opacity: 1;
  z-index: 998;
}

#m_nav>ul>li {
  width: 80%;
  overflow: hidden;
  padding: 0 1rem;
  margin: 0 auto;
}

#m_nav>ul>li+li {
  border-top: 1px solid rgb(111 111 111 / 10%);
}

#m_nav li .a {}

#m_nav li .a h3 {
  line-height: 4.5rem;
  height: 4.5rem;
  color: #3d3d3d;
  padding: 0;
  font-size: 1.125rem;
  float: left;
  font-weight: bold;
}

#m_nav li .a span {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  width: 20px;
  height: 50px;
  text-align: center;
}

#m_nav li .a span i {
  font-size: 0;
}

#m_nav .title .a i {
  opacity: 1;
  filter: alpha(opacity=100);
  display: inline-block;
  width: 16px;
  height: 4.5rem;
  float: right;
  display: inline-block;
  background: url(../image/arrow_down.svg) center no-repeat;
  background-size: contain;
}

#m_nav li.on.title .a i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

#m_nav .on.title .a i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

#m_nav li {
  display: block;
  width: 100%;
}

.slide_nav {
  position: absolute;
  left: 0;
  height: 70px;
  z-index: 998;
  padding: 15px;
  top: 0;
  width: 100%;
}

#m_nav .title .list {
  display: none;
  position: relative;
  width: 100%;
  z-index: 9;
  left: 0;
  margin-left: 0;
  background: none;
  border: 0;
  clear: both;
  padding-bottom: 10px;
}

#m_nav .title .list span {
  background: none;
}

#m_nav .title .list span a:hover {
  color: #014085;
}

#m_nav .title .list a {
  display: block;
  font-size: 1rem;
  color: #666;
  text-align: left;
  line-height: 2.125rem;
  height: 2.125rem;
  border: 0;
}

/*三级导航 开始*/
#m_nav .title .list .void>a {
  background-size: 10px;
  position: relative;
}

#m_nav .title .list .void>a:before {
  content: "·";
  position: absolute;
  left: -1em;
  font-size: 12px;
  font-weight: bold;
}

#m_nav .title .list span {
  position: relative;
  display: block;
}

#m_nav .title .list span .sub {
  position: static;
  width: 100%;
  display: block !important;
  overflow: hidden;
}

#m_nav .title .sub a {
  background: none;
  font-size: .875rem;
  opacity: .8;
  min-width: 50%;
  float: left;
  display: inline-block;
  color: #999;
}

.nav_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 997;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}



/*首页banner*/
#banner {
  position: relative;
}

#banner .swiper-container {
  height: 100vh;
}

#banner .swiper-slide {
  overflow: hidden;
}

#banner .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat !important;
}

#banner .txt {
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 6rem;
}

#banner .txt {
  opacity: 0;
}

#banner .swiper-button-prev {
  background: url(../image/banner_left.png) center no-repeat !important;
  background-size: 1.5rem !important;
  opacity: .8;
  left: 4%;
}

#banner .swiper-button-next {
  background: url(../image/banner_right.png) center no-repeat !important;
  background-size: 1.5rem !important;
  opacity: .8;
  right: 4%;
}

#banner .swiper-slide.swiper-slide-active .txt {
  animation: enter 1.2s forwards .2s;
}

.dotbox {
  position: absolute;
  left: 0;
  bottom: 2rem;
  width: 100%;
  height: 20px;
  z-index: 111;
}

.dotbox .dots {
  width: 20px !important;
  height: 20px !important;
  display: inline-block;
  background: none;
  opacity: 1;
  margin-right: 7px;
}

.dotbox .dots:before {
  border: 0;
  background: #fff;
  transform: scale(.4);
}

.dotbox .dots svg.drawcircle circle {
  fill: none;
  box-sizing: border-box;
  stroke-width: 1.5;
  stroke-dasharray: 0, 62.8;
  stroke-dashoffset: 62.8;
}

.dots.swiper-pagination-bullet-active svg.drawcircle circle {
  animation: svgrotate 6.2s forwards;
}

@-webkit-keyframes svgrotate {
  0% {
    stroke: rgba(255, 255, 255, 1);
    stroke-dasharray: 0, 62.8;
    stroke-dashoffset: 62.8;
  }

  100% {
    stroke: rgba(255, 255, 255, 1);
    stroke-dasharray: 62.8, 0;
    stroke-dashoffset: 62.8;
  }
}

@keyframes enter {}

@-webkit-keyframes enter {
  0% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
  }

  20% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}

@keyframes enter {
  0% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
  }

  20% {
    opacity: 0;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}

.container01 {}

.container01 .m {
  display: grid;
  grid-template-columns: 15rem 1fr;
  column-gap: 2.25rem;
}

.asidenav {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.asidenav ul {}

.asidenav ul li {
  position: relative;
}

.asidenav ul li+li {}

.asidenav ul li:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.asidenav ul li a {
  display: flex;
  align-items: center;
  height: 5.1875rem;
  padding: 0 1.2rem;
  position: relative;
  z-index: 1;
}

.asidenav ul li a:before {}

.asidenav ul li .ico {
  margin-right: .25rem;
  width: 1.875rem;
}

.asidenav ul li .ico svg {}

.asidenav ul li .ico svg path {}

.asidenav ul li h3 {
  font-size: 1.1rem;
  color: #212121;
  transition: .3s;
}

.asidenav ul li:hover h3 {
  color: #fff;
}

.asidenav ul li a:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  background-image: -moz-linear-gradient(-7deg, rgb(0, 162, 233) 0%, rgb(98, 195, 208) 100%);
  background-image: -webkit-linear-gradient(-7deg, rgb(0, 162, 233) 0%, rgb(98, 195, 208) 100%);
  background-image: -ms-linear-gradient(-7deg, rgb(0, 162, 233) 0%, rgb(98, 195, 208) 100%);
  transition: 0.3s ease-in-out;
  transform-origin: center;
}

.asidenav ul li:hover a:before {
  height: 100%;
  top: 0;
  bottom: auto;
}

.asidenav ul li:hover svg path {
  fill: #fff;
}

.defs {
  position: absolute;
  width: 0;
  height: 0;
}

.s_gonggao {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 1.125rem 1.875rem;
  margin-bottom: 2.125rem;
}

.s_gonggao .tt {
  flex-shrink: 0;
  margin-right: 2rem;
}

.s_gonggao .tt svg {
  width: 2rem;
  height: 2rem;
}

.s_gonggao .box {
  display: flex;
  align-items: center;
}

.s_gonggao .box h5 {
  max-width: calc(100% - 9rem);
  margin-right: 3rem;
  font-size: 1.125rem;
  color: #212121;
}

.s_gonggao .box span {
  flex-shrink: 0;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.5);
}

.s_gonggao .swiper-wrapper {
  transition-timing-function: linear;
}

.s_gonggao .swiper-slide {
  width: auto;
}

.s_item {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 1.875rem;
}

.container01 .flexbox {
  display: grid;
  grid-template-columns: .65fr .35fr;
  column-gap: 2.125rem;
}

.news01 {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.news01 .box {
  display: block;
  position: relative;
}

.news01 .img {
  height: 29.875rem;
}

.news01 .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-image: -moz-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -ms-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, .5) 100%);
  padding: 4rem 1.875rem 1.25rem;
}

.news01 .txt h5 {
  font-size: 1.25rem;
  color: #fff;
  margin-right: 8rem;
}

.news01 .arrbox {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 1.25rem;
  right: 1.875rem;
  z-index: 9;
}

.news01 .arrbox>div {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 50%;
  width: 1.6875rem;
  height: 1.6875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: .9375rem;
}

.news01 .arrbox>div:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: .3s;
}

.news01 .arrbox>div:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  background-image: -moz-linear-gradient(-7deg, rgb(0, 162, 233) 0%, rgb(98, 195, 208) 100%);
  background-image: -webkit-linear-gradient(-7deg, rgb(0, 162, 233) 0%, rgb(98, 195, 208) 100%);
  background-image: -ms-linear-gradient(-7deg, rgb(0, 162, 233) 0%, rgb(98, 195, 208) 100%);
}

.news01 .arrbox>div svg {
  width: .75rem;
  height: .75rem;
}

.news01 .arrbox>div:hover:before {
  opacity: 0;
  visibility: hidden;
}

.news01 .arrbox>div:hover:after {
  opacity: 1;
  visibility: visible;
}

.s_hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1.125rem;
  margin-bottom: 1.625rem;
}

.s_tt {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  color: #212121;
}

.s_tt:before {
  content: "";
  display: block;
  width: 5px;
  height: 1.5rem;
  background: #56c38a;
  margin-right: 1.5rem;
}

.btn_more {
  width: 1.4375rem;
  height: 1.4375rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #56c38a;
  transition: .3s;
}

.btn_more svg {
  width: .75rem;
}

.btn_more:hover {
  background: #44af78;
}

.s_tt2 {
  display: flex;
  line-height: 1.5;
  font-size: 1.25rem;
  color: #212121;
  position: relative;
}

.s_tt2:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #56c38a;
  position: absolute;
  left: 0;
  bottom: 0;
}

.ico_news {
  flex-shrink: 0;
  display: block;
  width: 1.0625rem;
  height: 1.0625rem;
  margin-right: 1.375rem;
  background: url(../image/ico_news.svg) center no-repeat;
  background-size: contain;
}

.news02 {
  height: 29.875rem;
}

.news02 .bd {
  margin-top: -.75rem;
}

.news02 ul {}

.news02 ul li {}

.news02 ul li a {
  display: flex;
  align-items: center;
}

.news02 ul li a i {}

.news02 ul li a h5 {
  font-size: 1.05rem;
  color: #212121;
  line-height: 2.875rem;
  transition: .3s;
}

.news02 ul li:hover a h5 {
  color: #42b9da;
}

.container02 {}

.container02 .s_hd {
  align-items: stretch;
}

.container04 .s_hd {
  align-items: stretch;
}

.s_hd {
  margin-bottom: 2.25rem;
  padding-bottom: 0;
  height: 2.875rem;
}

.s_hd ul {
  display: flex;
}

.s_hd ul li {
  margin-left: 3.375rem;
  font-size: 1.125rem;
  color: #212121;
  position: relative;
}

.s_hd ul li a {
  display: block;
  height: 100%;
  line-height: 2;
}

.s_hd ul li:before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #56c38a;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: .5s;
}

.s_hd ul li.on {
  color: #56c38a;
}

.s_hd ul li.on:before {
  width: 100%;
  left: 0;
  right: auto;
}

.s_hd ul li:hover {
  color: #56c38a;
}

.s_hd ul li:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}

.container02 .bd {}

.container02 .bd .tt {
  font-size: 1.25rem;
  color: #212121;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.container02 .bd .con {
  font-size: 1.1rem;
  line-height: 1.875rem;
  color: #212121;
  margin-bottom: 1.25rem;
}

.container02 .bd ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.875rem;
}

.container02 .bd ul li {
  border-radius: 5px;
  overflow: hidden;
}

.container02 .bd ul li a {
  display: block;
  position: relative;
}

.container02 .bd ul li .img {}

.container02 .bd ul li .img img {}

.container02 .bd ul li .mask {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-image: -moz-linear-gradient(-7deg, rgba(0, 162, 233, .8) 0%, rgba(98, 195, 208, .8) 100%);
  background-image: -webkit-linear-gradient(-7deg, rgba(0, 162, 233, .8) 0%, rgba(98, 195, 208, .8) 100%);
  background-image: -ms-linear-gradient(-7deg, rgba(0, 162, 233, .8) 0%, rgba(98, 195, 208, .8) 100%);
}

.container02 .bd ul li .mask:before {
  content: "";
  position: absolute;
  transition: .5s;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-image: -moz-linear-gradient(-7deg, rgba(0, 162, 233, .8) 0%, rgba(98, 195, 208, .8) 100%);
  background-image: -webkit-linear-gradient(-7deg, rgba(0, 162, 233, .8) 0%, rgba(98, 195, 208, .8) 100%);
  background-image: -ms-linear-gradient(-7deg, rgba(0, 162, 233, .8) 0%, rgba(98, 195, 208, .8) 100%);
}

.container02 .bd ul li .mask .ico {
  width: 2.625rem;
  height: 2.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container02 .bd ul li .mask .ico img {}

.container02 .bd ul li .mask h4 {
  color: #fff;
  margin-top: 1.375rem;
  font-size: 1.15rem;
}

.container02 .bd ul li:hover .mask:before {
  height: 100%;
  bottom: auto;
  top: 0;
}

.container02 .bd ul li:hover .mask .ico img {
  animation: huadong .7s;
}

@-webkit-keyframes huadong {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(-10px);
    opacity: 0;
  }

  51% {
    transform: translateY(10px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes huadong {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(-10px);
    opacity: 0;
  }

  51% {
    transform: translateY(10px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.s_time {
  display: flex;
  align-items: center;
  color: rgba(33, 33, 33, 0.5);
  font-size: .875rem;
}

.s_time svg {
  width: 1rem;
  height: 1rem;
  margin-right: .625rem;
}

.s_time svg path {
  fill: #777;
}

.container03 {
  display: grid;
  grid-template-columns: .6fr .4fr;
  column-gap: 2.125rem;
}

.news_tag {
  position: relative;
  display: contents;
  display: inline-block;
  width: 3.5625rem;
  height: 3.1875rem;
}

.news_tag span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: .875rem;
  line-height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: .375rem;
}

.news03 {}

.news03 ul {}

.news03 ul li+li {
  margin-top: .9375rem;
}

.news03 ul li a {
  display: flex;
  align-items: center;
}

.news03 ul li .img {
  width: 13.625rem;
  height: 7.875rem;
  border-radius: 5px;
  flex-shrink: 0;
  margin-right: 1.625rem;
}

.news03 ul li .txt {}

.news03 ul li .txt h5 {
  font-size: 1rem;
  color: #212121;
  transition: .3s;
}

.news03 ul li .txt p {
  font-size: .875rem;
  line-height: 1.25rem;
  height: 2.5rem;
  margin: .75rem 0;
  color: rgba(33, 33, 33, 0.5);
}

.news03 ul li:hover .txt h5 {
  color: #42b9da;
}

.news04 {}

.news04 ul {}

.news04 ul li+li {
  margin-top: 1.25rem;
}

.news04 ul li a {
  display: flex;
  align-items: center;
}

.news04 ul li .news_tag {
  flex-shrink: 0;
  margin-right: .875rem;
}

.news04 ul li .txt h5 {
  font-size: 1rem;
  color: #212121;
  margin-bottom: .8rem;
  transition: .3s;
}

.news04 ul li:hover .txt h5 {
  color: #42b9da;
}

.container04 .flexbox {
  display: grid;
  grid-template-columns: .36fr .64fr;
  column-gap: 2.125rem;
}

.container04 .news02 .bd {
  margin-top: -.75rem;
}

.container04 .news02 ul li a h5 {
  line-height: 3.125rem;
}

.container04 .news02 ul li a .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.container04 .news02 ul li a .flex div {
  display: flex;
  align-items: center;
}

.container04 .news02 ul li a .flex span {
  flex-shrink: 0;
  margin-left: 1rem;
}

.s_video {}

.s_video ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1.75rem;
  row-gap: 1.875rem;
}

.s_video ul li {}

.s_video ul li .img {
  height: 10.375rem;
  border-radius: 5px;
}

.s_video ul li .img img {}

.s_video ul li h5 {
  text-align: center;
  font-size: 1.05rem;
  color: #212121;
  padding-top: .875rem;
}

.n_video ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.container05 {}

.container05 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 2.25rem;
  row-gap: 2rem;
}

.container05 ul li {
  position: relative;
  z-index: 1;
}

.container05 ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 1rem 1rem;
  transition: .5s;
}

.container05 ul li .pic {
  margin-right: 1rem;
  height: 7rem;
}

.container05 ul li .pic img {}

.container05 ul li .txt {}

.container05 ul li .txt h5 {
  font-size: 1.125rem;
  color: #212121;
  margin-bottom: .5rem;
}

.container05 ul li .txt span {
  font-size: 1rem;
  color: rgba(33, 33, 33, 0.4);
}

.container05 ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  z-index: -1;
  transform: scaleX(0);
  transition: .5s;
  background-image: -moz-linear-gradient(-7deg, #00a2e9 0%, #62c3d0 100%);
  background-image: -webkit-linear-gradient(-7deg, #00a2e9 0%, #62c3d0 100%);
  background-image: -ms-linear-gradient(-7deg, #00a2e9 0%, #62c3d0 100%);
}

.container05 ul li:hover a {
  transform: translateY(-10px);
}

.container05 ul li:hover:before {
  transform: scaleX(1);
}

#foot {
  background: #4c586c;
  padding: 3.625rem 0 2.875rem;
}

.foot_nav {
  display: flex;
  justify-content: space-between;
}

.foot_nav dl {}

.foot_nav dl dt {
  font-size: 1.125rem;
  color: #fff;
  margin-bottom: 1.25rem;
}

.foot_nav dl dd {
  font-size: 1rem;
  line-height: 2.5rem;
  color: rgba(255, 255, 255, .5);
  transition: .2s;
}

.foot_nav dl dd:hover {
  color: #fff;
}

#foot .botbox {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
  align-items: center;
  font-size: .875rem;
  color: rgba(255, 255, 255, 0.7);
  background: #828a98;
  border-radius: 5px;
}

.copyright {
  padding: 0 1.5rem;
}

.foot_link {
  width: 16.5rem;
}

.foot_link dl {
  position: relative;
}

.foot_link dt {
  height: 3.125rem;
  padding: 0 1.75rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.foot_link dt h3 {
  font-size: .875rem;
  display: flex;
  align-items: center;
}

.foot_link dt h3 svg {
  margin-right: .75rem;
  width: .875rem;
  height: .875rem;
}

.foot_link dt i {
  width: .75rem;
}

.foot_link dd {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 3.125rem;
}

.foot_link dd:before {
  content: "";
  display: block;
  border-radius: 5px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #828a98;
  z-index: -1;
}

.foot_link dd .box {
  padding: 1rem 1.75rem 0;
  display: none;
}

.foot_link dd .box a {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  line-height: 2;
  transition: .2s;
}

.foot_link dd .box a:hover {
  color: #fff;
}

.online_q {
  position: fixed;
  right: 0;
  bottom: 10%;
  z-index: 9999;
  transition: .5s;
  -webkit-transition: .5s;
}

.online_q .btn2 {
  width: 6.25rem;
  height: 6.25rem;
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
}

.online_q .btn-top {
  padding: 0;
  transition: .5s;
  overflow: hidden;
}

.online_q .btn2 a {
  font-size: 12px;
  color: #fff;
}

.online_q .btn2 span {
  display: flex;
  align-items: center;
  border-radius: 5px;
  flex-direction: column;
  border-radius: 3px 0 0 3px;
  justify-content: center;
  float: left;
  text-align: center;
  width: 6.25rem;
  height: 6.25rem;
  position: relative;
  z-index: 999;
  overflow: hidden;
  transition: .3s;
  -webkit-transition: .3s;
  background: #fff;
}

.online_q .btn2 span b {
  font-weight: normal;
  font-size: .95rem;
  display: block;
  margin-top: .5rem;
  color: #212121;
}

.online_q .btn2:hover span {
  background: #fff;
}

.online_q .open.pic {
  position: absolute;
  background: #fff;
  width: 100px;
  height: 100px;
  right: 80px;
  top: 50%;
  margin-top: -50px;
  text-align: right;
  opacity: 0;
  transition: .6s;
  -webkit-transition: .6s;
  visibility: hidden;
}

.online_q .open.pic img {
  width: 100px;
  height: 100px;
  margin-right: 10px;
}

.online_q .btn2:hover .open.pic {
  opacity: 1;
  right: 7.25rem;
  visibility: visible;
}

.online_q .open.phone {
  display: inline-block;
  height: 6.25rem;
  line-height: 6.25rem;
  z-index: 0;
  background: #fff;
  color: #5ec2d1;
  font-family: arial;
  font-size: 18px;
  transition: width 0s;
  -webkit-transition: width 0s;
  text-align: center;
  width: 150px;
}

.online_q .btn2:hover .open.phone {
  transition: .5s;
  -webkit-transition: .5s;
  opacity: 1;
  visibility: visible;
}

.btn-tel a {
  display: block;
  width: 6.25rem;
  white-space: nowrap;
  position: absolute;
  right: 0;
  transition: .5s;
  -webkit-transition: .5s;
  overflow: hidden;
}

.btn-tel:hover a {
  width: 233px;
}

.online_q .btn-02.btn-tel:hover span {
  background: url(http://lm.xacdio.com/static/style/pc/images/piaofu_tel.png) center no-repeat #fff;
  border: 2px solid #037ccf;
}

.online_q .open.pic:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -10px;
}

#gotop.hide {
  height: 0;
  overflow: hidden;
  display: block !important;
}



/* 登录 */
.tc_form {
  background: #fff url(../image/login_bg.jpg) center no-repeat;
  background-size: cover;
  border-radius: 5px;
  padding: 3.75rem 6rem 7rem;
  width: 40rem;
  max-width: 90%;
  position: relative;
}

.tc_form .input {
  height: 100%;
  flex-grow: 1;
  font-size: .875rem;
  color: #9d9e9e;
  padding: 0 1.5rem;
  height: 2.875rem;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.tc_form .span {
  width: 5.75rem;
  text-align: right;
  font-size: 1.125rem;
  color: #212121;
}

.tc_form .tt {
  font-size: 1.875rem;
  color: #282828;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.375rem;
}

.tc_form .form_group {
  margin-bottom: 1.5rem;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.tc_form .form_group .btn_tgl {
  margin-top: 0;
}

.tc_form .btn_forget {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: 0;
  padding: 0 1rem;
  background: none;
  font-size: .875rem;
  color: #4f4e4e;
}

.tc_form .yzm {
  position: absolute;
  right: 0;
  top: 0;
  width: 5rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_submit {
  width: 10rem;
  height: 2.875rem;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: #ee3b37;
  border: 0;
  color: #fff;
  font-size: 1rem;
  background-image: -moz-linear-gradient(-7deg, rgb(0, 162, 233) 0%, rgb(98, 195, 208) 100%);
  background-image: -webkit-linear-gradient(-7deg, rgb(0, 162, 233) 0%, rgb(98, 195, 208) 100%);
  background-image: -ms-linear-gradient(-7deg, rgb(0, 162, 233) 0%, rgb(98, 195, 208) 100%);
}

.btn_ewm {
  margin-left: .875rem;
  width: 2.875rem;
  height: 2.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: #ee3b37;
  border: 0;
  background-image: -moz-linear-gradient(-7deg, rgb(0, 162, 233) 0%, rgb(98, 195, 208) 100%);
  background-image: -webkit-linear-gradient(-7deg, rgb(0, 162, 233) 0%, rgb(98, 195, 208) 100%);
  background-image: -ms-linear-gradient(-7deg, rgb(0, 162, 233) 0%, rgb(98, 195, 208) 100%);
}

.tc_form .tc_close {
  top: 1.875rem;
  right: 1.875rem;
}

.tc_form .tc_close svg {
  width: 1.625rem;
  height: 1.625rem;
}

.tc_form .tc_close svg path {
  fill: #272536;
}

.tc_form .row {
  display: flex;
  align-items: center;
}

.btn_tgl {
  padding-right: 1.25rem;
  font-size: 1rem;
  color: rgba(33, 33, 33, 0.5);
}

.btn_tgl:hover {
  color: rgb(0, 162, 233);
}

.yzm button {
  height: 100%;
  border: 0;
  border-radius: 0;
}

::-webkit-input-placeholder {
  color: #9d9e9e;
}

::-moz-placeholder {
  color: #9d9e9e;
}

::-moz-placeholder {
  color: #9d9e9e;
}

::-ms-input-placeholder {
  color: #9d9e9e;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

.el-input-group__append {
  width: 6.5rem !important;
  padding: 0px !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.el-input-group__append>img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.el-input-group__append button {
  border: 0;
  background: none;
}

.n_news01 {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.n_news01 .box {
  display: block;
  position: relative;
}

.n_news01 .img {}

.n_news01 .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-image: -moz-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, .0) 100%);
  background-image: -webkit-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, .0) 100%);
  background-image: -ms-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, .0) 100%);
  padding: 4rem 1.875rem 1.25rem;
}

.n_news01 .txt h5 {
  font-size: 1.25rem;
  color: #fff;
  margin-right: 8rem;
}

.n_news01 .arrbox {
  display: flex;
  align-items: center;
  z-index: 9;
}

.n_news01 .arrbox>div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  overflow: hidden;
  border-radius: 50%;
  width: 1.6875rem;
  height: 1.6875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.n_news01 .arrbox>div.arr_left {
  left: 1.25rem;
}

.n_news01 .arrbox>div.arr_right {
  right: 1.25rem;
}

.n_news01 .arrbox>div:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: .3s;
}

.n_news01 .arrbox>div:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  background-image: -moz-linear-gradient(-7deg, rgb(0, 162, 233) 0%, rgb(98, 195, 208) 100%);
  background-image: -webkit-linear-gradient(-7deg, rgb(0, 162, 233) 0%, rgb(98, 195, 208) 100%);
  background-image: -ms-linear-gradient(-7deg, rgb(0, 162, 233) 0%, rgb(98, 195, 208) 100%);
}

.n_news01 .arrbox>div svg {
  width: .75rem;
  height: .75rem;
}

.n_news01 .arrbox>div:hover:before {
  opacity: 0;
  visibility: hidden;
}

.n_news01 .arrbox>div:hover:after {
  opacity: 1;
  visibility: visible;
}

.left_con {
  width: 20.9375rem;
  flex-shrink: 0;
}

.right_con {
  flex-grow: 1;
  margin-left: 2.25rem;
}

.left_con .s_item {
  padding: 2.25rem 1.875rem;
}

.n_tt {
  font-size: 1.5rem;
  color: #212121;
  margin-bottom: .5rem;
}

.position {
  display: flex;
  flex-flow: wrap;
  line-height: 1.5;
  align-items: center;
  margin-bottom: 1.75rem;
}

.position a {
  font-size: .9375rem;
  color: #959595;
}

.position svg {
  display: block;
  margin: 0 .875rem;
}

.position span {
  font-size: .9375rem;
  color: #56c38a;
}

.position a:hover {
  color: #56c38a;
}

.n_nav {}

.n_nav dl {
  padding: 1.875rem 0;
  border-top: 1px solid #e5e5e5;
}

.n_nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.n_nav dt a h3 {
  font-size: 1.25rem;
  color: #212121;
  transition: .3s;
  line-height: 1.7rem;
}

.n_nav a i {
  display: block;
  width: 1.25rem;
  transform: translateX(-1rem);
  height: .625rem;
  background: url(../image/arr_r.png) center no-repeat;
  background-size: contain;
  opacity: 0;
  transition: .5s;
}

.n_nav dd {
  margin-top: 1rem;
  display: none;
}

.n_nav dd a {
  font-size: 1.125rem;
  color: #212121;
  line-height: 2.5rem;
}

.n_nav dd .sub {
  padding-top: .5rem;
}

.n_nav dd .sub a h4 {
  font-size: 1rem;
  color: rgba(33, 33, 33, 0.5);
  transition: .3s;
  line-height: 1.5;
  margin-bottom: .5rem;
}

.n_nav .sub a i {
  margin-bottom: .5rem;
}

.n_nav a:hover h3 {
  color: #02a3e9;
}

.n_nav a:hover h4 {
  color: #02a3e9;
}

.n_nav a:hover i {
  opacity: 1;
  transform: translateX(0);
}

.n_nav dt.on a h3 {
  color: #02a3e9 !important;
}

.n_nav dt.on a i {
  opacity: 1;
  transform: translateX(0);
}

.n_nav a.on h3 {
  color: #02a3e9;
}

.n_nav a.on h4 {
  color: #02a3e9 !important;
}

.n_nav a.on i {
  opacity: 1;
  transform: translateX(0);
}

#n_main {
  padding-bottom: 3.75rem;
}

#n_main>.m {
  display: flex;
}

.n_news02 .s_hd {
  margin-bottom: 1.25rem;
  padding-bottom: 1.5rem;
}

.n_news02 ul {
  display: grid;
  row-gap: 1.5rem;
}

.n_news02 ul li {}

.n_news02 ul li a {
  display: flex;
}

.n_news02 ul li a i {
  margin-top: .5rem;
  margin-right: .625rem;
}

.n_news02 ul li a h5 {
  font-size: 1.1rem;
  color: #212121;
  white-space: normal;
  line-height: 1.875rem;
  max-height: 3.75rem;
  overflow: hidden;
  transition: .3s;
  margin-bottom: .5rem;
}

.n_news02 ul li a span {
  font-size: .9375rem;
  color: rgba(33, 33, 33, .4);
}

.n_news02 ul li:hover a h5 {
  color: #42b9da;
}

#n_main .s_item {
  padding: 3.5rem 1.875rem;
}

.right_con .s_item {
  min-height: 500px;
}

.n_tt2 {
  font-size: 1.875rem;
  color: #212121;
  margin-bottom: 2.125rem;
}

.n_line {
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 2rem;
  margin-bottom: 2.375rem;
}

.n_coop ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 3.5rem;
  row-gap: 2.125rem;
}

.n_coop ul li {
  text-align: center;
}

.n_coop ul li a {
  display: inline-block;
  position: relative;
  width: 100%;
}

.n_coop ul li .imgbox {
  position: relative;
  max-width: 170px;
  margin: 0 auto;
}

.n_coop ul li .imgbox img {
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.n_coop ul li .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.n_coop ul li .pic img {
  mix-blend-mode: multiply;
}

.n_coop ul li h5 {
  font-size: 1.05rem;
  color: #212121;
  margin-top: 1.375rem;
  transition: .5s;
  width: 100%;
  white-space: normal;
}

/*翻页*/
.page {
  text-align: center;
  font-size: 0;
  color: #919191;
}

.page .box {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
}

.page .box div {
  display: flex;
  align-items: center;
}

.page li {
  display: inline-block;
  list-style: none;
}

.page a {
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 0 5px;
  min-width: 2.5rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  color: #0a0a0a;
  font-size: .875rem;
  transition: 0;
}

.page .on {
  border: 1px solid rgb(0, 162, 233);
  background-image: -moz-linear-gradient(-7deg, rgb(0, 162, 233) 0%, rgb(98, 195, 208) 100%);
  background-image: -webkit-linear-gradient(-7deg, rgb(0, 162, 233) 0%, rgb(98, 195, 208) 100%);
  background-image: -ms-linear-gradient(-7deg, rgb(0, 162, 233) 0%, rgb(98, 195, 208) 100%);
  color: #fff;
}

.page a:hover {
  border: 1px solid rgb(0, 162, 233);
  background-image: -moz-linear-gradient(-7deg, rgb(0, 162, 233) 0%, rgb(98, 195, 208) 100%);
  background-image: -webkit-linear-gradient(-7deg, rgb(0, 162, 233) 0%, rgb(98, 195, 208) 100%);
  background-image: -ms-linear-gradient(-7deg, rgb(0, 162, 233) 0%, rgb(98, 195, 208) 100%);
  color: #fff;
  text-decoration: none;
}

.page a svg path {
  transition: 0s;
}

.page a svg {
  width: 1.125rem;
}

.page a:hover svg path {
  fill: #fff;
}

.n_hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #e5e5e5;
}

.n_hd .n_tt2 {
  margin-bottom: 0;
}

.btn_faq {
  width: 11.25rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .875rem;
  border-radius: 1.25rem;
}

.btn_faq svg {
  margin-left: .5rem;
}

.n_faq {}

.n_faq .bd {
  display: grid;
  row-gap: 1.875rem;
}

.n_faq dl {
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  padding: 1.75rem;
}

.n_faq dl dt {
  display: flex;
  border-bottom: 1px dashed #dedede;
  padding-bottom: .75rem;
}

.n_faq dl dt h3 {
  font-size: 1.25rem;
  color: #1f1f1f;
  line-height: 1.5;
}

.n_faq dl dd {
  display: flex;
  padding-top: .75rem;
}

.n_faq dl dd .txt {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #6f6f6f;
}

.n_faq dl dd .con {
  height: 1.75rem;
  overflow: hidden;
}

.n_faq dl.on dd .con {
  height: auto;
}

.n_faq dl .span {
  font-size: 1.25rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  color: #06a4e7;
  font-weight: bold;
  flex-shrink: 0;
  width: 2.125rem;
}

.btn_tgl {
  font-size: .875rem;
  color: #626262;
  margin-top: 1.125rem;
  display: inline-block;
}

#tc_faq {
  background: url(../image/tc_faq_bg.jpg) center no-repeat;
  background-size: cover;
  padding-bottom: 2rem;
  width: 40rem;
}

.tc_form .yzm {
  mix-blend-mode: multiply;
}

.n_shipin {}

.n_shipin ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.875rem;
  row-gap: 2.5rem;
}

.n_shipin ul li {}

.n_shipin ul li a {
  display: grid;
  grid-template-columns: 13.125rem 1fr;
  align-items: center;
  column-gap: 1.75rem;
}

.n_shipin ul li a .img {
  border-radius: 5px;
}

.n_shipin ul li a .img img {}

.n_shipin ul li a .txt {}

.n_shipin ul li a .txt h5 {
  font-size: 1.25rem;
  color: #212121;
  margin-bottom: 1rem;
}

.n_shipin ul li a .txt p {
  font-size: .92rem;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.25rem;
  height: 2.5rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.n_shipin ul li a .txt span {
  font-size: .875rem;
  color: #56c38a;
}

.n_shipin.n_jiaoshi ul li a {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  column-gap: 1.75rem;
  grid-template-rows: 125px;
}

.n_piclist {}

.n_piclist ul {
  display: grid;
  row-gap: 2rem;
}

.n_piclist ul li {}

.n_piclist ul li a {
  display: grid;
  grid-template-columns: 13.125rem 1fr;
  align-items: center;
  column-gap: 1.75rem;
}

.n_piclist ul li a .img {
  border-radius: 5px;
}

.n_piclist ul li a .img img {}

.n_piclist ul li a .txt {}

.n_piclist ul li a .txt h5 {
  font-size: 1.2rem;
  color: #212121;
  margin-bottom: 1rem;
}

.n_piclist ul li a .txt p {
  font-size: .92rem;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.25rem;
  height: 2.5rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.n_piclist ul li a .txt span {
  font-size: .875rem;
  color: rgba(33, 33, 33, .5);
  display: flex;
  align-items: center;
}

.n_piclist ul li a .txt span svg {
  margin-right: .625rem;
}

.n_txtlist {}

.n_txtlist ul {
  display: grid;
  row-gap: 2.75rem;
}

.n_txtlist ul li {}

.n_txtlist ul li a {
  display: grid;
  grid-template-columns: 2rem 1fr;
}

.n_txtlist ul li a .txt {}

.n_txtlist ul li a .txt h5 {
  font-size: 1.125rem;
  color: #212121;
  margin-bottom: 1rem;
}

.n_txtlist ul li a .txt p {
  font-size: .875rem;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.25rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 1rem;
}

.n_txtlist ul li a .txt span {
  font-size: .875rem;
  color: rgba(33, 33, 33, .5);
  display: flex;
  align-items: center;
}

.n_txtlist ul li a .txt span svg {
  margin-right: .625rem;
}


/*==============字号控件=====================*/
#font_set_box {
  background: url(../image/icon_font.svg) left center no-repeat;
  background-size: 22px;
  padding-left: 26px;
}

.font_box {
  display: inherit;
  position: relative;
}

.font_box a {
  display: inline-block;
  width: 14px;
  line-height: 30px;
  font-size: .875rem;
  color: #afafaf;
  text-align: center;
  margin: 0 4px;
}

.font_box a.on {
  color: #02a3e9;
  font-weight: bold;
}

.font_box a:hover {
  color: #02a3e9;
}

.font_size_lg {
  font-size: 1.125rem !important;
  line-height: 1.7 !important;
}

.font_size_lg p {
  font-size: 1.125rem !important;
  line-height: 1.7 !important;
}

.font_size_md {
  font-size: 1rem !important;
  line-height: 1.7 !important;
}

.font_size_md p {
  font-size: 1rem !important;
  line-height: 1.7 !important;
}

.font_size_sm {
  font-size: .875rem !important;
  line-height: 1.7 !important;
}

.font_size_sm p {
  font-size: .875rem !important;
  line-height: 1.7 !important;
}


.n_news_xq .ar_title {
  margin-bottom: 2rem;
  border-bottom: #e5e5e5 1px solid;
  position: relative;
  padding-bottom: 1.25rem;
}

.n_news_xq .ar_title h3 {
  font-size: 1.6rem;
  color: #1f1f1f;
  text-align: center;
  line-height: 1.5;
  margin-bottom: .875rem;
  font-weight: bold;
}

.n_news_xq .ar_title .flex {
  width: 30%;
  display: flex;
  justify-content: space-between;
  margin: auto;
}

.n_news_xq .ar_title .flex span {
  position: relative;
  font-size: .875rem;
  color: rgba(33, 33, 33, .5);
  margin-right: 2.75rem;
  display: inline-block;
  display: flex;
  align-items: center;
}

.n_news_xq .ar_title .flex span svg {
  margin-right: .625rem;
}

.n_news_xq .ar_title .flex>div {
  display: flex;
  align-items: center;
}

.endbox {
  text-align: center;
  position: relative;
  z-index: 0;
  margin-top: 2rem;
}

.endbox:before {
  content: "";
  display: block;
  width: calc(50% - 2rem);
  height: 1px;
  background: #dcdcdc;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}

.endbox:after {
  content: "";
  display: block;
  width: calc(50% - 2rem);
  height: 1px;
  background: #dcdcdc;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -1;
}

.endbox span {
  font-size: 1.125rem;
  color: #02a3e9;
  text-transform: uppercase;
  padding: 0 10px;
}

.n_register {
  background: #fff url(../image/n_register_bg.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  border-radius: 5px;
  padding: 3.75rem 6rem 7rem;
  position: relative;
}

.n_register form {
  width: 100%;
  max-width: 576px;
  margin: 0 auto;
}

.n_register .tt {
  font-size: 1.875rem;
  color: #282828;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.375rem;
}


.n_register .el-input__inner {
  background: none;
  height: 2.875rem;
  line-height: 2.875rem;
}

.n_register .el-form-item__label {
  font-size: 1.125rem;
  color: #212121;
}

.n_register .el-select {
  display: block;
}

.n_register .btn_submit {
  width: 10rem;
  height: 2.875rem;
  font-weight: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: #ee3b37;
  border: 0;
  color: #fff;
  font-size: 1rem;
  background-image: -moz-linear-gradient(-7deg, rgb(0, 162, 233) 0%, rgb(98, 195, 208) 100%) !important;
  background-image: -webkit-linear-gradient(-7deg, rgb(0, 162, 233) 0%, rgb(98, 195, 208) 100%) !important;
  background-image: -ms-linear-gradient(-7deg, rgb(0, 162, 233) 0%, rgb(98, 195, 208) 100%) !important;
}

.n_register .btn_tgl {
  padding-right: 1.25rem;
  font-size: 1rem;
  font: 400 1rem "苹方";
  color: rgba(33, 33, 33, 0.5);
  border: 0;
  background: none !important;
}

.n_register .btn_tgl:hover {
  color: rgb(0, 162, 233);
}

.n_register .btn_tgl span {
  font-family: "苹方", "微软雅黑", sans-serif;
}

.blue {
  color: #02a3e9;
}

.studyForm {
  padding-left: 1rem;
}

.studyForm .flex {
  display: flex;
}

.studyForm .tt {
  font-size: 1.125rem;
  color: #212121;
  flex-shrink: 0;
  position: relative;
}

.studyForm .tt i {
  color: #d81414;
  position: absolute;
  left: -1rem;
}

.studyForm .tt span {
  font-size: 1rem;
  color: #9a9a9a;
}

.border_bottom input {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0;
}

.border_bottom textarea {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #e5e5e5;
}

.border_none input {
  border: 0;
  border-radius: 0;
}

.studyForm .item {
  display: flex;
  align-items: center;
}

.item_border {
  border-bottom: 1px solid #e5e5e5;
}

.studyForm .span {
  flex-shrink: 0;
  font-size: 1rem;
  color: #212121;
}

.studyForm .btn_submit {
  width: 10rem;
  height: 2.875rem;
  font-weight: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: #ee3b37;
  border: 0;
  color: #fff;
  font-size: 1rem;
  background-image: -moz-linear-gradient(-7deg, rgb(0, 162, 233) 0%, rgb(98, 195, 208) 100%) !important;
  background-image: -webkit-linear-gradient(-7deg, rgb(0, 162, 233) 0%, rgb(98, 195, 208) 100%) !important;
  background-image: -ms-linear-gradient(-7deg, rgb(0, 162, 233) 0%, rgb(98, 195, 208) 100%) !important;
}