a:hover {
  color: #17438c;
}
.swiper-pagination-bullet-active {
  background-color: #17438c !important;
}
.top-w {
  border-bottom: 1px solid #e7e7e7;
}
.top-w .page {
  line-height: 43px;
  padding-left: 30px;
  background: url(../images/top-ico.png) no-repeat left center;
  display: flex;
}
.top-w * {
  font-size: 14px;
  color: #666;
}
.top-w img {
  margin-left: 50px;
}
.top-w .rg {
  margin: 0 0 0 auto;
}
.top-w .rg ul {
  display: flex;
}
.top-w .rg ul li {
  padding: 0 15px;
  border-right: 1px solid #e7e7e7;
}
.top-w .rg ul li:first-child {
  border-left: 1px solid #e7e7e7;
}
.header .page {
  height: 130px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.header .logo {
  display: flex;
  align-items: center;
}
.header .logo .text {
  margin-left: 25px;
  padding-left: 25px;
  border-left: 1px solid #e2e2e2;
  line-height: 1.5;
}
.header .logo .text p {
  font-size: 20px;
  color: #17438c;
  font-weight: bold;
}
.header .logo .text span {
  font-size: 15px;
  color: #666;
}
.header .rg {
  margin-left: 50px;
  display: flex;
  align-items: center;
}
.header .head-tel {
  display: flex;
  align-items: center;
}
.header .head-tel .iconfont {
  font-size: 40px;
  color: #17438c;
  margin-right: 13px;
}
.header .head-tel p {
  font-size: 13px;
  color: #666;
  margin-top: 4px;
}
.header .head-tel span {
  font-size: 28px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #17438c;
}
/* nav */
.nav {
  background-color: #17438c;
}
.nav-list {
  flex: 1;
  display: flex;
  position: relative;
}
.nav-list > li {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
}
.nav-list > li > a {
  width: 100%;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  position: relative;
}
.nav-list > li .erji2 {
  min-width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 999;
  display: flex;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%) scaleY(0);
  transform-origin: 0 0;
  transition: all 0.3s linear;
}
.nav-list > li .erji2 ul {
  width: 100%;
  text-align: center;
}
.nav-list > li .erji2 ul li {
  background-color: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #999;
}
.nav-list > li .erji2 ul li a {
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  padding: 0 20px;
}
.nav-list > li .erji2 ul li:hover {
  background-color: #17438c;
}
.nav-list > li .erji2 ul li:hover a {
  color: #fff;
}
.nav-list > li .erji2 ul li:last-child {
  border: none;
}
.nav-list > li:hover {
  background-color: #209e3b;
}
.nav-list > li:hover .erji2 {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
  transition: all 0.3s linear;
}
.nav-list .active {
  background-color: #209e3b;
}
/* 搜索 */
.search {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.search .page {
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: space-between;
}
.search .page .keywo {
  display: flex;
  align-items: center;
}
.search .page .keywo > p {
  display: flex;
  align-items: center;
  color: #333;
}
.search .page .keywo > p i {
  font-size: 24px;
  margin-right: 5px;
}
.search .page .keywo a {
  font-size: 15px;
  margin-right: 10px;
  padding-right: 10px;
  color: #666;
}
.search .page .keywo a:last-child {
  border: none;
}
.search .page .keywo a:hover {
  color: #17438c;
}
.search .page .sear-w {
  display: flex;
  overflow: hidden;
  position: relative;
}
.search .page .sear-w input {
  width: 200px;
  height: 40px;
  padding-left: 15px;
  border: 1px solid #e8e8e8;
}
.search .page .sear-w input:focus {
  outline: none;
}
.search .page .sear-w button {
  width: 80px;
  height: 40px;
  color: #fff;
  background: #17438c;
  border: none;
  cursor: pointer;
  transition: all 0.1s linear;
}
.search .page .sear-w button:hover {
  background: #209e3b;
  transition: all 0.1s linear;
}
/*网站标题*/
.wz-bt {
  text-align: center;
  line-height: 1.5;
}
.wz-bt p {
  font-size: 45px;
  position: relative;
  font-weight: bold;
}
.wz-bt p i {
  color: #17438c;
}
.wz-bt span {
  font-size: 18px;
  line-height: 32px;
  color: #666666;
}
.wz-bt em {
  font-size: 12px;
  text-transform: uppercase;
}
.app-w ul {
  display: flex;
}
.app-w ul li {
  width: 25%;
  background-color: #000;
  position: relative;
  overflow: hidden;
  border: 3px solid #fff;
}
.app-w ul li img {
  transition: all 0.3s linear;
}
.app-w ul li .text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.75;
  transform: translateY(100%);
  transition: all 0.3s linear;
}
.app-w ul li .text * {
  color: #fff;
}
.app-w ul li .text p {
  font-size: 30px;
}
.app-w ul li .text i {
  font-size: 15px;
  font-weight: lighter;
  border-bottom: 1px solid #fff;
}
.app-w ul li:hover img {
  opacity: 0.3;
  transition: all 0.3s linear;
}
.app-w ul li:hover .text {
  transform: translateY(0);
  transition: all 0.3s linear;
}
.pro-w {
  padding: 60px 0 70px;
}
.pro-w .pro-tabs {
  background-color: #eeeeee;
  height: 50px;
  margin: 50px auto 50px;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.pro-w .pro-tabs ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.pro-w .pro-tabs ul li {
  flex: auto;
  height: 42px;
  line-height: 42px;
  margin: 4px;
  border-radius: 21px;
  text-align: center;
}
.pro-w .pro-tabs ul .swiper-slide-thumb-active {
  background-color: #17438c;
}
.pro-w .pro-tabs ul .swiper-slide-thumb-active a {
  color: #fff;
}
.pro-w .con-box {
  max-width: 1300px;
  margin: 0 auto;
}
.pro-w .con-box ul {
  display: flex;
  flex-wrap: wrap;
}
.pro-w .con-box ul li {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 3%;
  border: 1px solid #eee;
  transition: all 0.2s linear;
}
.pro-w .con-box ul li:nth-child(4n) {
  margin-right: 0;
}
.pro-w .con-box ul li p {
  line-height: 50px;
  text-align: center;
  background-color: #eeeeee;
  transition: all 0.2s linear;
}
.pro-w .con-box ul li:hover {
  border-color: #17438c;
}
.pro-w .con-box ul li:hover p {
  background-color: #17438c;
  color: #fff;
}
.char-w {
  background: url(../images/char-bg.jpg) no-repeat center top;
  padding: 20px 0 90px;
}
.char-w .page {
  width: 1360px;
}
.char-w .wz-bt * {
  color: #fff;
}
.char-w ul {
  margin-top: 90px;
  display: flex;
}
.char-w ul li {
  flex: 1;
  height: 430px;
  background-color: #fff;
  border-radius: 15px;
  margin-right: 55px;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.char-w ul li:last-child {
  margin-right: 0;
}
.char-w ul li i {
  display: block;
  width: 75px;
  height: 71px;
  margin: 70px auto 35px;
  background: url(../images/char-ico.png) no-repeat;
}
.char-w ul li:nth-child(1) i {
  background-position-x: -155px;
}
.char-w ul li:nth-child(2) i {
  background-position-x: -506px;
}
.char-w ul li:nth-child(3) i {
  background-position-x: -858px;
}
.char-w ul li:nth-child(4) i {
  background-position-x: -1218px;
}
.char-w ul li p {
  font-size: 28px;
  font-weight: bold;
}
.char-w ul li span {
  margin-top: 20px;
  line-height: 1.75;
}
.char-w ul li:hover {
  background-color: #17438c;
}
.char-w ul li:hover * {
  color: #fff;
}
.char-w ul li:hover i {
  background-position-y: bottom;
}
.facility-w {
  overflow: hidden;
  padding: 30px 0 120px 0;
  background: url(../images/fac-bg.jpg);
}
.facility-w .wz-bt * {
  color: #fff;
}
.facility-w .fac-tabs {
  width: 870px;
  margin: 20px auto 30px;
}
.facility-w .fac-tabs li {
  line-height: 55px;
  text-align: center;
  background-color: #dcdcdc;
  font-size: 18px;
  cursor: pointer;
}
.facility-w .fac-tabs .swiper-slide-thumb-active {
  background-color: #fff;
}
.facility-w .facility-box {
  position: relative;
}
.facility-w .facility-box .swiper {
  overflow: visible;
}
.facility-w .facility-box ul li {
  width: 56%;
  margin: 0 2%;
  position: relative;
}
.facility-w .facility-box ul li .pic {
  overflow: hidden;
}
.facility-w .facility-box ul li img {
  width: 100%;
  transition: all 0.3s linear;
}
.facility-w .facility-box ul li .text {
  display: none;
  width: 35%;
  height: 230px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 40%;
  bottom: -90px;
  padding: 40px;
}
.facility-w .facility-box ul li .text p {
  font-size: 18px;
  font-weight: bold;
}
.facility-w .facility-box ul li .text span {
  font-size: 14px;
  line-height: 21px;
  margin-top: 15px;
}
.facility-w .facility-box ul li .text .more {
  font-size: 14px;
  color: #17438c;
  margin-top: 30px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
}
.facility-w .facility-box ul li .text .more em {
  font-size: 18px;
  color: #17438c;
}
.facility-w .facility-box ul li .text::before {
  content: '';
  width: 60px;
  height: 2px;
  background-color: #17438c;
  position: absolute;
  top: 80px;
  left: -30px;
}
.facility-w .facility-box ul li::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
}
.facility-w .facility-box ul .swiper-slide-active .text {
  display: block;
}
.facility-w .facility-box ul .swiper-slide-active::after {
  display: none;
}
.facility-w .facility-box ul .swiper-slide-active:hover img {
  transform: scale(1.1);
  transition: all 0.3s linear;
}
.facility-w .facility-box ul .swiper-slide-active:hover .text p {
  color: #17438c;
}
.facility-w .facility-box .btn {
  width: calc(56% + 80px);
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.facility-w .facility-box .btn div {
  width: 80px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  color: #fff;
  line-height: 40px;
  font-size: 35px;
  cursor: pointer;
  transition: all 0.3s linear;
}
.facility-w .facility-box .btn div:hover {
  background-color: #17438c;
  transition: all 0.3s linear;
}
.intr {
  background: url(../images/intr-bg.jpg) no-repeat center top;
  padding: 140px 0;
}
.intr .page {
  max-width: 1600px;
  display: flex;
}
.intr .page .con {
  flex: 1;
  margin: 0 50px;
  padding-top: 145px;
  background: url(../images/intr-tit.png) no-repeat left top;
}
.intr .page .con .text {
  font-size: 17px;
  line-height: 34px;
  text-indent: 34px;
}
.intr .page .con hr {
  border-bottom: 1px dashed #17438c;
  margin: 20px 0;
}
.intr .page .con .text2 {
  font-size: 18px;
  font-weight: bold;
  color: #17438c;
  line-height: 30px;
}
.intr .page .con .more {
  width: 170px;
  line-height: 35px;
  text-align: center;
  background-color: #17438c;
  border-radius: 20px;
  color: #fff;
  font-size: 15px;
  margin-top: 25px;
  transition: all 0.2s linear;
}
.intr .page .con .more:hover {
  background-color: #209e3b;
}
.intr .page .pic {
  width: 50%;
}
.adv-w {
  padding: 60px 0;
  background: url(../images/adv-bg.jpg) no-repeat center top;
}
.adv-w .adv-tabs {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 30px;
}
.adv-w .adv-tabs li {
  flex: auto;
  line-height: 50px;
  border-radius: 30px;
  margin: 2px;
  text-align: center;
  cursor: pointer;
}
.adv-w .adv-tabs .swiper-slide-thumb-active {
  background-color: #17438c;
  color: #fff;
}
.adv-w .con-box {
  margin-top: 45px;
}
.adv-w .con-box .swiper-slide {
  display: flex;
}
.adv-w .con-box .swiper-slide .pic {
  flex: 1;
  margin-right: 20px;
  border-radius: 0 60px 0 0;
  overflow: hidden;
}
.adv-w .con-box .swiper-slide .rg {
  width: 480px;
  border-radius: 0 0 0 60px;
  background-color: #fff;
  padding: 40px 50px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 2;
}
.adv-w .con-box .swiper-slide .rg .tit h1 {
  font-size: 60px;
  font-weight: bold;
  color: #17438c;
}
.adv-w .con-box .swiper-slide .rg .tit h2 {
  background-color: #17438c;
  color: #fff;
  font-size: 20px;
  padding: 0 11px;
  letter-spacing: 1px;
}
.adv-w .con-box .swiper-slide .rg .con {
  margin-top: 20px;
}
.adv-w .con-box .swiper-slide .rg .con li {
  padding-left: 25px;
  position: relative;
}
.adv-w .con-box .swiper-slide .rg .con li::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  top: 20px;
  left: 0;
}
.adv-w .con-box .swiper-slide .rg .con li p {
  font-size: 20px;
  line-height: 50px;
}
.adv-w .con-box .swiper-slide .rg a {
  margin-top: 30px;
  width: 110px;
  text-align: center;
  line-height: 35px;
  background-color: #17438c;
  color: #fff;
  font-size: 12px;
}
.adv-w .con-box .swiper-slide .rg a:hover {
  background-color: #209e3b;
}
.news-w {
  padding-bottom: 110px;
  position: relative;
}
.news-w::before,
.news-w::after {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.news-w::before {
  left: 0;
  background-color: #f2f6fc;
}
.news-w::after {
  right: 0;
  background-color: #f7f9fc;
}
.news-w .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0 50px;
}
.news-w .tit h2 {
  font-size: 36px;
  font-weight: bold;
}
.news-w .tit .btn {
  display: flex;
}
.news-w .tit .btn a {
  width: 155px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  border: 1px solid #17438c;
  margin-left: 10px;
  transition: all 0.2s linear;
}
.news-w .tit .btn a:hover {
  background-color: #17438c;
  color: #fff;
  transition: all 0.2s linear;
}
.news-w .tit .btn .active {
  background-color: #17438c;
  color: #fff;
}
.news-w .news-box {
  display: flex;
  justify-content: space-between;
}
.news-w .news-box > div {
  width: 45.5%;
}
.news-w .news-box .news-con li img {
  border-radius: 10px;
  width: 100%;
  max-height: 350px;
  object-fit: cover;
}
.news-w .news-box .news-con li p {
  font-size: 22px;
  margin-top: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-w .news-box .news-con li span {
  display: block;
  font-weight: lighter;
  line-height: 28px;
  margin-top: 10px;
  margin-bottom: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-w .news-box .news-con li a {
  display: inline;
  opacity: 0.8;
  padding-right: 30px;
  background: url(../images/news-arrow.png) no-repeat right center;
}
.news-w .news-box .news-tab {
  height: 100%;
  margin: -5px 0;
}
.news-w .news-box .news-tab ul {
  justify-content: space-between;
  position: relative;
}
.news-w .news-box .news-tab ul::before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #17438c;
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 17px;
}
.news-w .news-box .news-tab ul li {
  height: auto !important;
  line-height: 35px;
  padding: 5px 0;
  background-color: #f7f9fc;
  padding-left: 55px;
  position: relative;
  cursor: pointer;
}
.news-w .news-box .news-tab ul li::before {
  content: '';
  width: 35px;
  height: 35px;
  box-sizing: border-box;
  border: 1px solid #17438c;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.25;
}
.news-w .news-box .news-tab ul li::after {
  content: '';
  width: 15px;
  height: 15px;
  background-color: #17438c;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.news-w .news-box .news-tab ul li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-w .news-box .news-tab ul .news-active::before {
  opacity: 1;
}
.news-w .news-box .news-tab ul .news-active::after {
  display: block;
}
.footer {
  background: url(../images/foot-bg.jpg);
}
.footer * {
  color: rgba(255, 255, 255, 0.5);
}
.footer a:hover {
  color: #fff;
}
.footer .page {
  padding: 80px 0 60px;
  display: flex;
}
.footer .page .lf {
  width: 450px;
}
.footer .page .lf .tel p {
  font-size: 15px;
  color: #fff;
}
.footer .page .lf .tel span {
  font-size: 32px;
  color: #fff;
  line-height: 1.5;
}
.footer .page .lf .tel hr {
  width: 45px;
  height: 2px;
  background-color: #999;
}
.footer .page .lf ul {
  width: 90%;
  margin-top: 15px;
}
.footer .page .lf ul li {
  display: flex;
  line-height: 32px;
  align-items: center;
  font-weight: lighter;
}
.footer .page .lf ul li i {
  margin-right: 11px;
  font-size: 20px;
}
.footer .page .f-nav {
  flex: 1;
  display: flex;
}
.footer .page .f-nav ul {
  flex: 1;
}
.footer .page .f-nav ul h5 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 15px;
}
.footer .page .f-nav ul li {
  line-height: 34px;
  padding-left: 15px;
  background: url(../images/f-rg.png) no-repeat left center;
}
.footer .page .rg .wx {
  width: 100px;
  text-align: center;
}
.footer .page .rg .wx p {
  font-size: 13px;
  line-height: 50px;
}
.copy {
  background-color: #17438c;
}
.copy .page {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.copy .page * {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 24px;
}
.copy .page .lf {
  display: flex;
}
.copy .page .lf p {
  display: flex;
  white-space: nowrap;
}
