a:hover {
  color: #002e5b;
}
.swiper-pagination-bullet-active {
  background-color: #002e5b !important;
}
.header .page {
  height: 130px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.header .rg {
  margin-left: 50px;
  display: flex;
  align-items: center;
}
.header .head-wx {
  position: relative;
  cursor: pointer;
}
.header .head-wx i {
  font-size: 40px;
  color: #002e5b;
}
.header .head-wx .pic {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  z-index: -1;
  transition: all 0.3s linear;
}
.header .head-wx .pic img {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}
.header .head-wx:hover .pic {
  visibility: visible;
  opacity: 1;
  z-index: 11;
  padding-top: 20px;
  transition: all 0.3s linear;
}
.header .head-tel {
  display: flex;
  align-items: center;
}
.header .head-tel .iconfont {
  font-size: 50px;
  color: #002e5b;
  margin-right: 15px;
}
.header .head-tel p {
  font-size: 15px;
  color: #666;
  margin-bottom: 3px;
}
.header .head-tel span {
  font-size: 26px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #002e5b;
}
/* nav */
.nav {
  background-color: #002e5b;
}
.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: 65px;
  text-align: center;
  font-size: 16px;
  position: relative;
  color: #fff;
  margin: 0 1px;
}
.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;
  padding-top: 1px;
}
.nav-list > li .erji2 ul {
  width: 100%;
  text-align: center;
}
.nav-list > li .erji2 ul li {
  background-color: rgba(0, 0, 0, 0.85);
  margin-bottom: 1px;
}
.nav-list > li .erji2 ul li a {
  line-height: 50px;
  font-size: 15px;
  color: #fff;
  padding: 0 20px;
}
.nav-list > li .erji2 ul li:hover {
  background-color: #002e5b;
}
.nav-list > li .erji2 ul li:hover a {
  color: #fff;
}
.nav-list > li .erji2 ul li:last-child {
  border: none;
}
.nav-list > li:hover > a {
  background-color: #ef800d;
}
.nav-list > li:hover .erji2 {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
  transition: all 0.3s linear;
}
.nav-list .active > a {
  background-color: #ef800d;
}
/* 搜索 */
.search {
  border-bottom: 1px solid #eee;
}
.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: #002e5b;
}
.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: #002e5b;
  border: none;
  cursor: pointer;
  transition: all 0.1s linear;
}
.search .page .sear-w button:hover {
  background: #ef800d;
  transition: all 0.1s linear;
}
/*网站标题*/
.wz-bt {
  text-align: center;
}
.wz-bt p {
  font-size: 48px;
  position: relative;
  font-weight: bold;
  color: #002e5b;
}
.wz-bt span {
  font-size: 18px;
  line-height: 32px;
  margin-top: 8px;
  color: #666666;
}
.pro-w {
  padding: 60px 0 90px;
}
.pro-w .pro-tabs {
  width: 1180px;
  background-color: #fff;
  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: 50px;
  line-height: 50px;
  border-radius: 25px;
  text-align: center;
}
.pro-w .pro-tabs ul .swiper-slide-thumb-active {
  background-color: #002e5b;
}
.pro-w .pro-tabs ul .swiper-slide-thumb-active a {
  color: #fff;
}
.pro-w .con-box .swiper-slide {
  display: flex;
  height: auto;
}
.pro-w .con-box .swiper-slide .lf {
  width: 49%;
  height: 100%;
  margin-right: 1%;
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
}
.pro-w .con-box .swiper-slide .lf .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pro-w .con-box .swiper-slide .lf .text h2 {
  font-size: 28px;
  background-color: #002e5b;
  color: #fff;
  padding: 15px 50px;
  border-radius: 50px;
}
.pro-w .con-box .swiper-slide .lf .text hr {
  width: 160px;
  border-bottom: 3px solid #ef800d;
  margin: 20px auto;
}
.pro-w .con-box .swiper-slide .lf .text span {
  font-size: 18px;
  color: #666;
}
.pro-w .con-box .swiper-slide .lf:hover img {
  transform: scale(1.1);
}
.pro-w .con-box .swiper-slide ul {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.pro-w .con-box .swiper-slide ul li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  position: relative;
}
.pro-w .con-box .swiper-slide ul li:nth-child(2n) {
  margin-right: 0;
}
.pro-w .con-box .swiper-slide ul li:nth-child(3) {
  margin-bottom: 0;
}
.pro-w .con-box .swiper-slide ul li:nth-child(4) {
  margin-bottom: 0;
}
.pro-w .con-box .swiper-slide ul li .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 50px;
  color: #fff;
  text-align: center;
}
.pro-w .con-box .swiper-slide ul li:hover img {
  transform: scale(1.1);
}
.adv-w {
  position: relative;
}
.adv-w::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 216px;
  background-color: #ef800d;
  z-index: -1;
}
.adv-w .tit {
  height: 216px;
  display: flex;
}
.adv-w .tit .wz-bt {
  margin: auto;
  margin-right: 25px;
  text-align: left;
}
.adv-w .tit .wz-bt * {
  color: #fff;
}
.adv-w .tit .wz-bt p {
  font-size: 60px;
}
.adv-w .tit .wz-bt span {
  font-size: 24px;
}
.adv-w ul {
  margin-top: -30px;
}
.adv-w ul li {
  display: flex;
  align-items: center;
}
.adv-w ul li .pic {
  width: 52%;
  box-shadow: 0 0 15px #ccc;
}
.adv-w ul li .text {
  flex: 1;
  padding: 50px;
  line-height: 1.5;
}
.adv-w ul li .text h3 {
  font-size: 36px;
  font-weight: bold;
}
.adv-w ul li .text h4 {
  font-size: 26px;
}
.adv-w ul li .text span {
  font-size: 18px;
  line-height: 1.75;
  margin-top: 20px;
}
.adv-w ul li .text br {
  display: none;
}
.adv-w ul li:nth-child(2n) .pic {
  order: 2;
}
.adv-w ul li:nth-child(2n) .text {
  order: 1;
  text-align: right;
}
.facility-w {
  overflow: hidden;
  padding: 80px 0;
}
.facility-w .facility-box {
  margin-top: 45px;
  position: relative;
}
.facility-w .facility-box .swiper {
  overflow: visible;
}
.facility-w .facility-box ul li {
  width: 46%;
  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;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 80px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.facility-w .facility-box ul li .text p {
  font-size: 28px;
}
.facility-w .facility-box ul .swiper-slide-active .text {
  display: block;
}
.facility-w .facility-box ul .swiper-slide-active:hover img {
  transform: scale(1.1);
  transition: all 0.3s linear;
}
.facility-w .facility-box .btn {
  width: calc(46% + 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: #002e5b;
  transition: all 0.3s linear;
}
.intr {
  background: url(../images/intr-bg.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  padding: 80px 0;
}
.intr .page {
  display: flex;
  align-items: center;
}
.intr .pic {
  width: 50%;
  margin-right: 50px;
}
.intr .con {
  flex: 1;
}
.intr .con .wz-bt {
  text-align: left;
}
.intr .con .wz-bt * {
  color: #fff;
}
.intr .con .wz-bt i {
  color: #ef800d;
}
.intr .con .text {
  font-size: 20px;
  margin-top: 30px;
  line-height: 1.75;
}
.intr .con .more {
  margin-top: 40px;
  width: 180px;
  line-height: 35px;
  text-align: center;
  font-size: 15px;
  background-color: #ef800d;
  border-radius: 20px;
  color: #fff;
}
.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 #002e5b;
  margin-left: 10px;
  transition: all 0.2s linear;
}
.news-w .tit .btn a:hover {
  background-color: #002e5b;
  color: #fff;
  transition: all 0.2s linear;
}
.news-w .tit .btn .active {
  background-color: #002e5b;
  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: #002e5b;
  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 #002e5b;
  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: #002e5b;
  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-color: #002e5b;
}
.footer * {
  color: #909090;
  font-size: 14px;
}
.footer a:hover {
  color: #fff;
}
.footer .page {
  max-width: 1400px;
}
.footer .f-con {
  padding: 60px 0 50px;
  display: flex;
  justify-content: space-between;
}
.footer .f-con .f-nav {
  width: 50%;
  display: flex;
}
.footer .f-con .f-nav ul {
  flex: 1;
}
.footer .f-con .f-nav ul h5 {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  padding-bottom: 18px;
  margin-bottom: 22px;
  position: relative;
}
.footer .f-con .f-nav ul h5::after {
  content: '';
  width: 18px;
  height: 2px;
  background-color: #ef800d;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s linear;
}
.footer .f-con .f-nav ul li {
  line-height: 32px;
}
.footer .f-con .f-nav ul:hover h5::after {
  width: 60px;
  transition: all 0.3s linear;
}
.footer .f-con .f-info {
  width: 50%;
  padding-left: 1.815%;
}
.footer .f-con .f-info .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .f-con .f-info .top span {
  font-size: 40px;
  color: #ef800d;
  font-weight: bold;
}
.footer .f-con .f-info .btm {
  display: flex;
  align-items: flex-start;
  padding-top: 30px;
  padding-left: 1%;
}
.footer .f-con .f-info .btm li {
  line-height: 20px;
  margin-bottom: 16px;
  display: flex;
  white-space: nowrap;
}
.footer .f-con .f-info .btm li i {
  margin-right: 10px;
  color: #ef800d;
  font-size: 20px;
}
.footer .f-con .f-info .btm li .qq {
  margin-right: 30px;
}
.footer .f-con .f-info .btm li .dz {
  white-space: normal;
}
.footer .f-con .f-info .btm .weix-pic {
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
}
.footer .f-con .f-info .btm .weix-pic p {
  width: 1rem;
  margin-right: 5px;
}
.footer .f-con .f-info .btm .weix-pic p em {
  display: block;
  transform: rotate(90deg);
}
.footer .f-con .f-info .btm .weix-pic img {
  width: 100px;
}
.copy {
  width: 100%;
  line-height: 55px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.copy a {
  display: inline;
}
.copy a:hover {
  text-decoration: underline;
}
.copy .page {
  display: flex;
  justify-content: space-between;
}
