a:hover {
  color: #34bce4;
}
.swiper-pagination-bullet-active {
  background-color: #34bce4 !important;
}
/* header */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  animation-duration: 1s;
}
.header .page {
  max-width: none;
  height: 84px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.header .rg {
  margin-left: 50px;
  display: flex;
  align-items: center;
}
.header .rg * {
  color: #fff;
  font-size: 17px;
}
.header .search {
  position: relative;
  padding: 10px 0;
  cursor: pointer;
}
.header .search .box {
  position: absolute;
  top: 100%;
  right: -16px;
  padding: 20px 25px;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  transition-delay: 0.2s;
}
.header .search .box::after {
  content: '';
  width: 15px;
  height: 9px;
  background: url(../image/search_arrow.png);
  position: absolute;
  bottom: 100%;
  right: 20px;
}
.header .search .sear-w {
  display: flex;
  overflow: hidden;
  position: relative;
}
.header .search .sear-w input {
  width: 250px;
  height: 40px;
  font-size: 14px;
  padding: 0 15px;
  color: #000;
  border: 1px solid #e8e8e8;
}
.header .search .sear-w input:focus {
  outline: none;
}
.header .search .sear-w button {
  width: 60px;
  height: 40px;
  font-size: 15px;
  color: #fff;
  background: #34bce4;
  border: none;
  cursor: pointer;
  transition: all 0.1s linear;
}
.header .search:hover .box {
  visibility: visible;
}
.header .lg {
  margin-left: 40px;
  display: flex;
  border-radius: 14px;
  border: 1px solid #fff;
  overflow: hidden;
}
.header .lg a {
  font-size: 14px;
  padding: 0 10px;
  line-height: 2;
  text-transform: uppercase;
}
.header .lg .active {
  background-color: #0164b7;
  color: #fff;
}
.fix {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.fix .nav a {
  color: #333;
}
.fix .nav .iconfont {
  color: #333;
}
.fix .rg p {
  color: #333 !important;
}
.fix .rg i {
  color: #333;
}
.fix .lg {
  border-color: #0164b7;
}
/* nav */
.nav {
  display: flex;
  align-items: center;
  flex: 1;
  max-width: 960px;
  margin: 0 0 0 auto;
}
.nav-list {
  flex: 1;
  display: flex;
  position: relative;
}
.nav-list > li {
  flex: 1;
  display: flex;
  position: relative;
}
.nav-list > li .iconfont {
  color: #fff;
  margin-left: 10px;
}
.nav-list > li > a {
  line-height: 84px;
  font-size: 18px;
  color: #fff;
  padding: 0 18px;
}
.nav-list > li .erji2 {
  min-width: 160px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  display: flex;
  white-space: nowrap;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0;
  transition: all 0.3s linear;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 3px 10px 10px rgba(0, 0, 0, 0.15);
}
.nav-list > li .erji2 ul {
  width: 100%;
}
.nav-list > li .erji2 ul li a {
  font-size: 15px;
  line-height: 50px;
  padding: 0 18px;
}
.nav-list > li .erji2 ul li:hover {
  background-color: #f7f7f7;
}
.nav-list > li:hover > a {
  color: #0164b7;
}
.nav-list > li:hover .iconfont {
  color: #34bce4;
}
.nav-list > li:hover .erji2 {
  opacity: 1;
  transform: scaleY(1);
  transition: all 0.3s linear;
}
.intr-w {
  padding: 45px 0;
}
.intr-w .page {
  display: flex;
  align-items: center;
}
.intr-w .page .lf {
  flex: 1;
  margin-right: 30px;
}
.intr-w .page .lf h1 {
  text-align: center;
  color: #34bce4;
}
.intr-w .page .lf .text {
  font-size: 16px;
  line-height: 1.75;
  color: #676767;
  text-indent: 32px;
  margin: 8% 0;
}
.intr-w .page .lf ul {
  display: flex;
  justify-content: space-between;
}
.intr-w .page .lf ul li {
  text-align: center;
}
.intr-w .page .lf ul li p {
  font-size: 35px;
  color: #34bce4;
}
.intr-w .page .lf ul li p sup {
  font-size: 16px;
}
.intr-w .page .pic {
  width: 66%;
  position: relative;
}
.index-nav1 {
  padding: 55px 0;
}
.index-nav1 .nav1 li {
  position: relative;
  overflow: hidden;
}
.index-nav1 .nav1 li h3 {
  line-height: 55px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.index-nav1 .nav1 li .tit {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s linear;
}
.index-nav1 .nav1 li .text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: rgba(52, 188, 228, 0.8);
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  transition: all 0.3s linear;
}
.index-nav1 .nav1 li .text * {
  color: #fff;
}
.index-nav1 .nav1 li .text h3 {
  font-size: 28px;
  margin-bottom: 10px;
}
.index-nav1 .nav1 li .text p {
  font-size: 20px;
}
.index-nav1 .nav1 li:hover .tit {
  opacity: 0;
  transition: all 0s;
}
.index-nav1 .nav1 li:hover .text {
  top: 0;
}
.index-nav1 .nav1-pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.index-nav2 {
  background: url(../image/nav2-bg.jpg) no-repeat center;
  padding: 40px 0;
}
.index-nav2 .page {
  max-width: 1200px;
}
.index-nav2 ul {
  display: flex;
  justify-content: space-between;
}
.index-nav2 ul li .pic {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
}
.index-nav2 ul li .pic img {
  margin: auto;
}
.index-nav2 ul li p {
  font-size: 20px;
  text-align: center;
  margin-top: 15px;
  color: #fff;
  line-height: 1;
}
.index-nav3 {
  padding: 50px 0;
}
.index-nav3 .nav3 li {
  height: auto;
  background-color: #f1f1f1;
}
.index-nav3 .nav3 li .text {
  padding: 10px 20px;
  line-height: 1.5;
}
.index-nav3 .nav3 li .text em {
  color: #9e9e9e;
}
.index-nav3 .nav3 li .text h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}
.index-nav3 .nav3 li .text p {
  color: #666;
  height: 120px;
}
.index-nav3 .nav3 li .text span {
  color: #34bce4;
  line-height: 50px;
}
.index-nav3 .nav3 .swiper-btn .iconfont {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #f1f1f1;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
}
.index-nav3 .nav3 .swiper-btn .iconfont:hover {
  background-color: #34bce4;
}
.index-nav3 .nav3-pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.news-w {
  padding-bottom: 80px;
}
.news-w .title {
  text-align: center;
  font-size: 26px;
  color: #a7a7a7;
  line-height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-w .title i {
  font-size: 32px;
  color: #34bce4;
}
.news-w .title::after {
  content: '';
  width: 380px;
  height: 3px;
  background: #34bce4;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.news-w .news-box {
  margin-top: 45px;
  display: flex;
  align-items: center;
}
.news-w .news-box .lf {
  max-width: 50%;
  position: relative;
  overflow: hidden;
}
.news-w .news-box .lf img {
  height: 445px;
  object-fit: cover;
  transition: all 0.3s linear;
}
.news-w .news-box .lf .text {
  width: 220px;
  height: 211px;
  padding: 100px 18px 10px;
  position: absolute;
  right: -1px;
  bottom: 0;
  background-color: rgba(52, 188, 228, 0.8);
  clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-w .news-box .lf .text * {
  color: #fff;
}
.news-w .news-box .lf .text i {
  margin: 0 25px 0 auto;
  font-size: 25px;
}
.news-w .news-box .lf .text p {
  font-size: 15px;
  line-height: 22px;
}
.news-w .news-box .lf:hover img {
  transform: scale(1.1);
}
.news-w .news-box .rg {
  margin-left: 25px;
  flex: 1;
}
.news-w .news-box .rg li {
  padding: 25px 0;
  border-bottom: 1px dashed #e6e6e6;
}
.news-w .news-box .rg li a {
  display: flex;
  align-items: center;
}
.news-w .news-box .rg li .date {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  white-space: nowrap;
  padding: 0 20px;
  margin-right: 25px;
}
.news-w .news-box .rg li .date i {
  font-size: 52px;
  color: #34bce4;
}
.news-w .news-box .rg li .date em {
  color: #a4a5a4;
}
.news-w .news-box .rg li .text {
  flex: 1;
  margin-right: 50px;
  line-height: 1.75;
}
.news-w .news-box .rg li .text p {
  font-size: 20px;
  color: #494949;
}
.news-w .news-box .rg li .text span {
  color: #494949;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-w .news-box .rg li .add {
  width: 26px;
  height: 26px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 19px;
  color: #c3c3c3;
  border: 2px solid #c3c3c3;
}
.news-w .news-box .rg li:hover {
  border-color: #34bce4;
}
.news-w .news-box .rg li:hover .text p {
  color: #34bce4;
}
.news-w .news-box .rg li:hover .add {
  border-color: #34bce4;
  color: #34bce4;
}
.footer {
  padding: 35px 0 25px;
  background-color: #2f343c;
  text-align: center;
}
.footer h3 {
  font-size: 27px;
  font-weight: bold;
  color: #dcdcdc;
}
.footer ul {
  margin-top: 25px;
}
.footer ul * {
  color: #d8d8d8;
  font-size: 15px;
}
.footer ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
}
.footer ul li hr {
  height: 15px;
  margin: 0 8px;
  border: 1px solid #d8d8d8;
}
.footer ul li a:hover {
  color: #fff;
}
