a:hover {
  color: #1a5cbd;
}
.swiper-pagination-bullet-active {
  background-color: #1a5cbd !important;
}
.top-w {
  background-color: #1a5cbd;
}
.top-w .page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 40px;
  font-size: 15px;
  color: #fff;
}
.top-w .rg {
  display: flex;
  align-items: center;
}
.top-w .hot-l {
  padding-left: 30px;
  background: url(../images/hot-l.png) no-repeat left center;
}
.top-w .hot-l i {
  font-weight: bold;
  font-size: 22px;
  font-family: Arial, Helvetica, sans-serif;
}
.top-w .lg {
  margin-left: 20px;
}
.top-w .lg a {
  color: #fff;
}
.top-w .lg a:hover {
  text-decoration: underline;
}
/* header */
.header {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.header .page {
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
/* nav */
.nav {
  width: 60%;
  margin-left: 10%;
}
.nav-list {
  display: flex;
  position: relative;
}
.nav-list > li {
  flex: 1;
  display: flex;
  height: 60px;
  align-items: center;
  position: relative;
}
.nav-list > li > a {
  width: 100%;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  font-size: 16px;
  position: relative;
}
.nav-list > li > a::after {
  content: '';
  width: 0px;
  height: 2px;
  background-color: #1a5cbd;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s linear;
}
.nav-list > li .erji2 {
  min-width: 100%;
  background-color: #f9f9f9;
  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 {
  border-bottom: 1px solid #ccc;
}
.nav-list > li .erji2 ul li a {
  line-height: 50px;
  font-size: 15px;
  color: #333;
  padding: 0 20px;
}
.nav-list > li .erji2 ul li:hover {
  background-color: #1a5cbd;
}
.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 {
  color: #1a5cbd;
  font-weight: bold;
}
.nav-list > li:hover > a::after {
  width: 30px;
  transition: all 0.3s linear;
}
.nav-list > li:hover .erji2 {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
  transition: all 0.3s linear;
}
.nav-list .active > a {
  color: #1a5cbd;
  font-weight: bold;
}
.nav-list .active > a::after {
  width: 30px;
}
/* 搜索 */
.search .sear-w {
  display: flex;
  overflow: hidden;
  position: relative;
}
.search .sear-w input {
  width: 240px;
  height: 40px;
  padding-left: 20px;
  padding-right: 60px;
  border: 1px solid #e8e8e8;
}
.search .sear-w input:focus {
  outline: none;
}
.search .sear-w button {
  width: 50px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  border: none;
  background: url(../images/search.png) no-repeat center center;
  cursor: pointer;
  transition: all 0.1s linear;
}
.search .sear-w button:hover {
  transition: all 0.1s linear;
}
/*网站标题*/
.wz-bt {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.wz-bt p {
  font-size: 40px;
  position: relative;
  font-weight: bold;
}
.wz-bt p i {
  color: #1a5cbd;
}
.wz-bt span {
  font-size: 20px;
  margin-top: 10px;
  color: #666666;
}
.intr-w {
  padding: 100px 0;
}
.intr-w .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.intr-w .con {
  width: 43%;
}
.intr-w .con h6 {
  display: block;
  font-size: 78px;
  font-weight: bold;
  opacity: 0.1;
  line-height: 1;
  margin-bottom: -25px;
}
.intr-w .con h1 {
  font-size: 48px;
  font-weight: bold;
}
.intr-w .con h1 i {
  color: #1a5cbd;
}
.intr-w .con .text {
  margin-top: 20px;
  line-height: 2;
  color: #666;
}
.intr-w .con ul {
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.intr-w .con ul p {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.intr-w .con ul p em {
  font-size: 50px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.intr-w .con ul p i {
  margin-bottom: 5px;
}
.intr-w .con ul span {
  color: #454545;
}
.intr-w .con .more {
  width: 120px;
  line-height: 45px;
  text-align: center;
  background-color: #1a5cbd;
  margin-top: 30px;
  color: #fff;
  font-size: 14px;
}
.intr-w .con .more:hover {
  opacity: 0.75;
}
.intr-w .pic {
  width: 50%;
}
.pro-w {
  padding: 70px 0 80px;
  background-color: #f7f7f7;
}
.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: 42px;
  line-height: 42px;
  margin: 4px;
  border-radius: 21px;
  text-align: center;
}
.pro-w .pro-tabs ul .swiper-slide-thumb-active {
  background-color: #1a5cbd;
}
.pro-w .pro-tabs ul .swiper-slide-thumb-active a {
  color: #fff;
}
.pro-w .con-box {
  max-width: 1430px;
  margin: 0 auto;
}
.pro-w .con-box ul {
  display: flex;
}
.pro-w .con-box ul li {
  width: 23.5%;
  margin-right: 2%;
}
.pro-w .con-box ul li:nth-child(4n) {
  margin-right: 0;
}
.pro-w .con-box ul li .pic {
  border: 1px solid #e2e2e2;
}
.pro-w .con-box ul li p {
  line-height: 55px;
  text-align: center;
}
.pro-w .con-box ul li:hover .pic {
  border-color: #1a5cbd;
}
.pro-w .more {
  margin: 35px auto 0;
  width: 180px;
  line-height: 50px;
  text-align: center;
  background-color: #1a5cbd;
  border-radius: 25px;
  color: #fff;
  transition: all 0.2s linear;
}
.pro-w .more:hover {
  background-color: #c20000;
  transition: all 0.2s linear;
}
.app-w {
  max-width: 1920px;
  background: url(../images/app-bg.jpg) no-repeat right top;
  margin: 0 auto;
  position: relative;
}
.app-w .app-con {
  width: 60%;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.app-w .app-con li {
  position: relative;
}
.app-w .app-con li img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.app-w .lf {
  width: 500px;
  height: 700px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.app-w .lf .text h5 {
  font-size: 53px;
  font-weight: bold;
}
.app-w .lf .text hr {
  width: 70px;
  height: 2px;
  background-color: #fff;
  margin: 15px 0;
}
.app-w .lf .text p {
  font-size: 22px;
  line-height: 1.5;
}
.app-w .lf .btn {
  display: flex;
  margin: 40px 0;
}
.app-w .lf .btn .iconfont {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  color: #009b4c;
  font-size: 20px;
  margin-right: 15px;
  cursor: pointer;
}
.app-w .lf .btn .iconfont:hover {
  background-color: #009b4c;
  color: #fff;
}
.app-w .lf .app-tab {
  width: 100%;
}
.app-w .lf .app-tab li {
  position: relative;
  height: auto;
  cursor: pointer;
  height: 80px;
  background-color: #000;
}
.app-w .lf .app-tab li img {
  opacity: 0.5;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.app-w .lf .app-tab li p {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.app-w .lf .app-tab .my-slide-thumb-active {
  border: 2px solid #fff;
}
.app-w .lf .app-tab .my-slide-thumb-active img {
  opacity: 0.85;
}
.facility-w {
  overflow: hidden;
  padding: 70px 0 150px 0;
  position: relative;
}
.facility-w::after {
  content: '';
  width: 100%;
  height: 100px;
  background-color: #1a5cbd;
  position: absolute;
  left: 0;
  bottom: 0;
}
.facility-w .page {
  max-width: 1200px;
}
.facility-w .fac-tab {
  margin: 40px 0 50px;
  background-color: #e5e5e5;
  border-radius: 25px;
}
.facility-w .fac-tab li {
  flex: 1;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  cursor: pointer;
}
.facility-w .fac-tab .my-slide-thumb-active {
  color: #fff;
  background-color: #1a5cbd;
}
.facility-w .facility-box {
  margin-top: 50px;
  position: relative;
}
.facility-w .facility-box .swiper {
  overflow: visible;
}
.facility-w .facility-box ul li {
  width: 940px;
  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: 55%;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  position: absolute;
  right: 50px;
  bottom: -90px;
  padding: 30px 40px;
}
.facility-w .facility-box ul li .text p {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.facility-w .facility-box ul li .text span {
  line-height: 1.66;
  margin-top: 15px;
  color: #666;
}
.facility-w .facility-box ul li .text .more {
  font-size: 14px;
  color: #1a5cbd;
  margin-top: 25px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
}
.facility-w .facility-box ul li .text .more em {
  font-size: 18px;
  color: #1a5cbd;
}
.facility-w .facility-box ul li .text::before {
  content: '';
  width: 60px;
  height: 2px;
  background-color: #1a5cbd;
  position: absolute;
  top: 70px;
  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: #1a5cbd;
}
.facility-w .facility-box .btn {
  width: calc(940px + 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: #1a5cbd;
  transition: all 0.3s linear;
}
.partner {
  padding: 80px 0 90px;
  background: url(../images/ptn-bg.jpg) no-repeat center;
}
.partner .wz-bt p {
  font-size: 52px;
  font-weight: normal;
}
.partner .ptn-box li .pic {
  border: 1px solid #ddd;
}
.partner .page {
  max-width: 1400px;
}
.partner .box {
  margin-top: 55px;
  position: relative;
}
.partner .box .btn {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
}
.partner .box .btn div {
  width: 62px;
  height: 152px;
  background: url(../images/ptn-prev.png);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.partner .box .btn .ptn-prev {
  left: 0;
}
.partner .box .btn .ptn-next {
  right: 0;
  transform: translateY(-50%) scale(-1);
}
.news-w {
  padding: 70px 0;
  background-color: #f7f7f7;
}
.news-w .page {
  max-width: 1400px;
}
.news-w .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 45px 0 35px;
  padding-right: 30px;
  border-bottom: 1px solid #e2e2e2;
}
.news-w .top .news-tab {
  margin: 0;
}
.news-w .top .news-tab li {
  width: auto !important;
  position: relative;
}
.news-w .top .news-tab li::after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #1a5cbd;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}
.news-w .top .news-tab li a {
  color: #333;
  opacity: 0.75;
}
.news-w .top .news-tab .news-active::after {
  display: block;
}
.news-w .top .news-tab .news-active a {
  opacity: 1;
}
.news-w .top a {
  padding-bottom: 20px;
  font-size: 20px;
}
.news-w .top .more {
  font-size: 16px;
  font-weight: lighter;
  padding-bottom: 10px;
}
.news-w .news-box {
  width: calc(100% + 10px);
  transform: translateX(-5px);
}
.news-w .news-box ul {
  display: flex;
}
.news-w .news-box ul li {
  width: 32%;
  margin-right: 2%;
  padding: 5px;
}
.news-w .news-box ul li > a {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.news-w .news-box ul li img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.news-w .news-box ul li img:hover {
  transform: scale(1.1);
}
.news-w .news-box ul li .text {
  padding: 30px;
}
.news-w .news-box ul li .text p {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}
.news-w .news-box ul li .text span {
  font-size: 15px;
  color: #808080;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-w .news-box ul li .text .btm {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-w .news-box ul li .text .btm em {
  font-size: 14px;
  color: #808080;
}
.news-w .news-box ul li .text .btm i {
  font-size: 14px;
  color: #1a5cbd;
}
.news-w .news-box ul li .text .btm i:hover {
  text-decoration: underline;
}
.news-w .news-box ul li .text a {
  font-size: 15px;
  display: flex;
}
.news-w .news-box ul li .text a i {
  margin: 0 0 0 auto;
}
.links {
  background-color: #001624;
  color: #fff;
}
.links .page {
  max-width: 1400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 70px;
}
.links .page a {
  font-size: 15px;
  color: #fff;
}
.links .page a:hover {
  text-decoration: underline;
}
.links .lf {
  display: flex;
}
.links .lf ul {
  display: flex;
}
.links .lf ul li {
  margin: 0 10px;
}
.footer {
  background-color: #222;
  color: rgba(255, 255, 255, 0.5);
}
.footer a {
  color: rgba(255, 255, 255, 0.5);
}
.footer a:hover {
  color: #fff;
}
.footer h5 {
  color: #fff;
}
.footer .page {
  max-width: 1400px;
}
.footer .page .top {
  padding: 60px 0 30px;
  display: flex;
  justify-content: space-between;
}
.footer .page .top h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer .page .top .f-nav {
  width: 55%;
  display: flex;
}
.footer .page .top .f-nav ul {
  flex: auto;
}
.footer .page .top .f-nav ul li {
  line-height: 36px;
  padding: 0 15px;
  background: url(../images/f-rg.png) no-repeat left center;
}
.footer .page .top .f-nav ul li a {
  font-size: 15px;
}
.footer .page .top .rg {
  width: 40%;
  max-width: 470px;
}
.footer .page .top .rg .form-con input {
  width: 100%;
  height: 50px;
  border: 1px solid #e2e2e2;
  margin-bottom: 15px;
  padding: 0 15px;
}
.footer .page .top .rg input[type="submit"] {
  width: 120px;
  height: 40px;
  background-color: #fff;
  border: none;
  margin: 0 0 0 auto;
  cursor: pointer;
}
.footer .page .top .rg input[type="submit"]:hover {
  color: #fff;
  background-color: #1a5cbd;
}
.footer .page .btm {
  border-top: 1px solid #aaa;
  padding: 25px 0 40px;
  display: flex;
  justify-content: space-between;
}
.footer .page .btm .lf {
  display: flex;
}
.footer .page .btm .lf .info {
  max-width: 400px;
  min-width: 300px;
  margin-right: 50px;
}
.footer .page .btm .lf .info li {
  display: flex;
  font-size: 15px;
  line-height: 24px;
  padding: 6px 0;
}
.footer .page .btm .lf .info li i {
  margin-right: 10px;
  font-size: 18px;
}
.footer .page .btm .lf .info li p {
  display: flex;
}
.footer .page .btm .lf .info li p span {
  flex: 1;
}
.footer .page .btm .lf .follow h5 {
  font-size: 18px;
  font-weight: bold;
}
.footer .page .btm .lf .follow ul {
  margin-top: 15px;
}
.footer .page .btm .lf .follow ul li {
  position: relative;
}
.footer .page .btm .lf .follow ul li .iconfont {
  font-size: 30px;
}
.footer .page .btm .lf .follow ul li .pic img {
  height: 110px;
}
.footer .page .btm .rg {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.footer .page .btm .rg #clickTop {
  margin: auto 0 auto auto;
}
.footer .page .btm .rg p {
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
  transform: translateY(5px);
}
#clickTop {
  width: 55px;
  height: 55px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 26px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  opacity: 0.4;
  background-color: rgba(0, 0, 0, 0.75);
}
#clickTop:hover {
  opacity: 1;
}
