a:hover {
  color: #006ad4;
}
.swiper-pagination-bullet-active {
  background-color: #006ad4 !important;
}
.header .page {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.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: #006ad4;
  margin-right: 13px;
}
.header .head-tel p {
  font-size: 15px;
  color: #006ad4;
  margin-top: 4px;
}
.header .head-tel span {
  font-size: 28px;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #006ad4;
}
/* nav */
.nav {
  display: flex;
  flex: 1;
  margin-left: 10%;
  align-items: center;
}
.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: 99px;
  text-align: center;
  font-size: 16px;
  position: relative;
}
.nav-list > li > a::after {
  content: '';
  max-width: 88px;
  width: 0px;
  height: 2px;
  background-color: #006ad4;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s linear;
}
.nav-list > li .erji2 {
  min-width: 180px;
  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;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.nav-list > li .erji2 ul {
  width: 100%;
  text-align: center;
}
.nav-list > li .erji2 ul li {
  border-bottom: 1px solid #e2e2e2;
}
.nav-list > li .erji2 ul li a {
  line-height: 45px;
  font-size: 15px;
  padding: 0 20px;
}
.nav-list > li .erji2 ul li:hover {
  background-color: #006ad4;
}
.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: #006ad4;
}
.nav-list > li:hover > a::after {
  width: 90%;
}
.nav-list > li:hover .erji2 {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
  transition: all 0.3s linear;
}
.nav-list .active > a {
  color: #006ad4;
}
.nav-list .active > a::after {
  width: 90%;
}
/* 搜索 */
.search {
  border-bottom: 1px solid #e2e2e2;
}
.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: #006ad4;
}
.search .page .sear-w {
  display: flex;
  overflow: hidden;
  position: relative;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  border-radius: 20px;
}
.search .page .sear-w input {
  width: 200px;
  height: 40px;
  padding: 0 25px;
  border: none;
}
.search .page .sear-w input:focus {
  outline: none;
}
.search .page .sear-w button {
  width: 40px;
  height: 40px;
  color: #fff;
  background: #006ad4;
  border: none;
  cursor: pointer;
  transition: all 0.1s linear;
  border-radius: 20px;
}
.search .page .sear-w button:hover {
  background: #fc6902;
  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;
  text-transform: uppercase;
}
.wz-bt p i {
  color: #006ad4;
}
.wz-bt span {
  font-size: 18px;
  margin-top: 15px;
  color: #666666;
  line-height: 1.75;
}
.intr-w {
  padding: 90px 0 80px;
  min-height: 600px;
  position: relative;
}
.intr-w .pic {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 60%;
}
.intr-w .pic img {
  width: 100%;
}
.intr-w .con {
  width: 55%;
}
.intr-w .con h1 {
  font-size: 48px;
  font-weight: bold;
}
.intr-w .con h2 {
  font-size: 40px;
  color: #666;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 15px;
  white-space: nowrap;
}
.intr-w .con .text {
  line-height: 2;
  font-size: 18px;
  color: #666;
  margin-top: 25px;
}
.intr-w .con ul {
  margin-top: 40px;
  display: flex;
}
.intr-w .con ul li {
  flex: auto;
}
.intr-w .con ul li p {
  color: #006ad4;
}
.intr-w .con ul li p em {
  font-size: 48px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.intr-w .con ul li p i {
  font-size: 20px;
}
.intr-w .con ul li span {
  font-size: 18px;
  color: #454545;
  text-indent: 5px;
}
.intr-w .con .more {
  width: 200px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #006ad4;
  background-color: #006ad4;
  color: #fff;
  border-radius: 25px;
  margin-top: 50px;
  transition: all 0.3s linear;
}
.intr-w .con .more:hover {
  color: #006ad4;
  background-color: #fff;
}
.pro-w {
  padding: 90px 0 60px;
  background-color: #f9f9f9;
}
.pro-w .wz-bt {
  align-items: flex-start;
}
.pro-w .wz-bt p {
  padding-left: 55px;
  background: url(../images/pro-tit.png) no-repeat left center;
}
.pro-w .pro-con {
  margin-top: 40px;
  position: relative;
}
.pro-w .pro-con li .pic {
  border: 1px solid #e2e2e2;
}
.pro-w .pro-con li .text {
  text-align: center;
  margin-top: 10px;
}
.pro-w .pro-con li .text p {
  font-size: 20px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro-w .pro-con li:hover a {
  border-color: #006ad4;
}
.pro-w .pro-con li:hover img {
  transform: scale(1.1);
}
.pro-w .btn {
  position: absolute;
  right: 0;
  bottom: calc(100% + 50px);
  display: flex;
  align-items: center;
}
.pro-w .btn .iconfont {
  width: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #006ad4;
  color: #fff;
  margin-right: 20px;
  font-size: 20px;
  border-radius: 50%;
  cursor: pointer;
}
.pro-w .btn .iconfont:hover {
  background-color: #fc6902;
}
.pro-w .more {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.pro-w .more a {
  line-height: 2;
  font-size: 20px;
  border-bottom: 1px solid #999;
}
.pro-w .pro-pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.facility-w {
  overflow: hidden;
  padding-top: 70px;
  background: url(../images/adv-bg.jpg) no-repeat;
  background-size: cover;
}
.facility-w .wz-bt * {
  color: #fff;
}
.facility-w .page {
  max-width: 1200px;
}
.facility-w .fac-tab {
  margin: 40px 0 50px;
  background-color: #e5e5e5;
  border: 1px solid #fff;
  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: #006ad4;
}
.facility-w .facility-box {
  margin-top: 50px;
  position: relative;
  padding-bottom: 100px;
}
.facility-w .facility-box::after {
  content: '';
  width: 100%;
  height: 160px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.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;
  left: 50px;
  bottom: -50px;
  padding: 25px 32px;
}
.facility-w .facility-box ul li .text p {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.facility-w .facility-box ul li .text span {
  line-height: 1.75;
  margin-top: 12px;
  font-size: 14px;
  color: #666;
}
.facility-w .facility-box ul li .text .more {
  font-size: 14px;
  color: #006ad4;
  margin-top: 20px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
}
.facility-w .facility-box ul li .text .more em {
  font-size: 18px;
  color: #006ad4;
}
.facility-w .facility-box ul li .text::before {
  content: '';
  width: 45px;
  height: 2px;
  background-color: #006ad4;
  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: #006ad4;
}
.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: #006ad4;
  transition: all 0.3s linear;
}
.facility-w .btm {
  padding: 50px 0;
}
.facility-w .btm .page {
  display: flex;
  align-items: center;
  max-width: 1400px;
}
.facility-w .btm * {
  color: #fff;
}
.facility-w .btm .text p {
  font-size: 24px;
}
.facility-w .btm .text span {
  font-size: 28px;
  font-weight: bold;
  line-height: 50px;
}
.facility-w .btm .text i {
  display: block;
  font-size: 14px;
  padding-left: 30px;
  background: url(../images/lc-p.png) no-repeat left center;
  margin-top: 20px;
}
.facility-w .btm .text em {
  font-size: 28px;
}
.facility-w .btm ul {
  margin: 0 0 0 auto;
  display: flex;
  width: 860px;
}
.facility-w .btm ul li {
  flex: 1;
  border-left: 1px solid #fff;
  position: relative;
  cursor: pointer;
}
.facility-w .btm ul li i {
  display: block;
  width: 38px;
  height: 38px;
  margin: 0 auto;
  background: url(../images/lc-icon.png);
  background-position-y: -113px;
  transition: all 0.3s linear;
}
.facility-w .btm ul li:nth-child(1) i {
  background-position-x: -30px;
}
.facility-w .btm ul li:nth-child(2) i {
  background-position-x: -131px;
}
.facility-w .btm ul li:nth-child(3) i {
  background-position-x: -230px;
}
.facility-w .btm ul li:nth-child(4) i {
  background-position-x: -333px;
}
.facility-w .btm ul li:nth-child(5) i {
  background-position-x: -429px;
}
.facility-w .btm ul li:nth-child(6) i {
  background-position-x: -534px;
}
.facility-w .btm ul li p {
  font-size: 14px;
  text-align: center;
  margin-top: 23px;
}
.facility-w .btm ul li::before {
  content: '';
  width: 0px;
  height: 0px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 50%;
  transform: translate(-50%, 50%);
  opacity: 0.4;
  z-index: 0;
  transition: all 0.2s;
}
.facility-w .btm ul li::after {
  content: '';
  width: 9px;
  height: 9px;
  background-color: #fc6902;
  border: 2px solid #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 50%;
  transform: translate(-50%, 50%);
}
.facility-w .btm ul li:hover i {
  background-position-y: -28px;
  transition: all 0.3s linear;
}
.facility-w .btm ul li:hover::before {
  width: 21px;
  height: 21px;
  transition: all 0.2s;
}
.app-w {
  padding: 70px 0;
  background: url(../images/app-bg.jpg) no-repeat center;
  background-size: cover;
}
.app-w .page {
  max-width: 1400px;
}
.app-w .app-box {
  margin-top: 40px;
}
.app-w .app-box li {
  background-color: #fff;
  border: 5px solid #fff;
}
.app-w .app-box li p {
  line-height: 35px;
  font-size: 15px;
  text-align: center;
  margin-top: 5px;
}
.app-w .btn {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-w .btn .app-pagination {
  position: relative;
  width: 400px;
  margin: 0 20px;
}
.app-w .btn .iconfont {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #006ad4;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 12px;
}
.news-w {
  padding: 50px 0;
  background: url(../images/news-bg.jpg) no-repeat 0px center;
}
.news-w .page {
  max-width: 1400px;
}
.news-w .title {
  padding-left: 40px;
  margin-left: -40px;
  background: url(../images/news-tit.png) no-repeat 0px 8px;
}
.news-w .title p {
  font-size: 28px;
}
.news-w .title p i {
  font-weight: bold;
}
.news-w .title span {
  font-size: 13px;
  color: #333;
}
.news-w .tab-box {
  display: flex;
  align-items: flex-start;
  position: absolute;
  top: 0;
  right: 0;
}
.news-w .tab-box .news-tab {
  display: flex;
}
.news-w .tab-box .news-tab a {
  font-size: 16px;
  margin-right: 40px;
  line-height: 23px;
  padding-bottom: 13px;
}
.news-w .tab-box .news-tab a:hover {
  color: #006ad4;
  font-weight: bold;
  border-bottom: 2px solid #fc6902;
}
.news-w .tab-box .news-tab .on {
  color: #006ad4;
  font-weight: bold;
  border-bottom: 2px solid #fc6902;
}
.news-w .tab-box .more {
  width: 23px;
  line-height: 23px;
  text-align: center;
  color: #fff;
  background-color: #006ad4;
}
.news-w .tab-box .more:hover {
  background-color: #fc6902;
}
.news-w .news-con {
  margin-top: 25px !important;
}
.news-w .news-con .n-top {
  display: flex;
}
.news-w .news-con .n-top .pic {
  width: 761px;
  height: 286px;
  margin-right: 10px;
}
.news-w .news-con .n-top .pic img {
  width: 100%;
  object-fit: cover;
}
.news-w .news-con .n-top ul {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.news-w .news-con .n-top ul li {
  flex: 1;
  background-color: #f3f3f3;
  margin-bottom: 2px;
  transition: all 0.2s linear;
}
.news-w .news-con .n-top ul li:last-child {
  margin-bottom: 0;
}
.news-w .news-con .n-top ul li a {
  display: flex;
  height: 100%;
  align-items: center;
  padding-left: 40px;
  font-size: 16px;
  position: relative;
}
.news-w .news-con .n-top ul li a::before {
  content: '';
  width: 0;
  height: 0;
  border: 4px solid;
  border-color: transparent transparent transparent #111;
  position: absolute;
  left: 23px;
  top: 50%;
  transform: translateY(-50%);
}
.news-w .news-con .n-top ul li:hover {
  background-color: #006ad4;
  transition: all 0.2s linear;
}
.news-w .news-con .n-top ul li:hover a p {
  color: #fff;
}
.news-w .news-con .n-top ul li:hover a::before {
  border-color: transparent transparent transparent #fff;
}
.news-w .news-con .n-btm {
  margin-top: 25px;
  padding: 0 20px;
  display: flex;
}
.news-w .news-con .n-btm li {
  flex: 1;
  height: 185px;
  margin-right: 50px;
  background-color: #f3f3f3;
  transition: all 0.2s linear;
}
.news-w .news-con .n-btm li:last-child {
  margin-right: 0;
}
.news-w .news-con .n-btm li a {
  height: 100%;
  display: flex;
  padding: 30px 24px 0;
}
.news-w .news-con .n-btm li .date {
  width: 75px;
  margin-right: 25px;
  position: relative;
}
.news-w .news-con .n-btm li .date i {
  display: block;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
}
.news-w .news-con .n-btm li .date em {
  font-size: 24px;
  font-weight: bold;
}
.news-w .news-con .n-btm li .date::after {
  content: '';
  width: 47px;
  height: 47px;
  background: url(../images/dot-lan.png);
  position: absolute;
  left: 3px;
  top: 70px;
  opacity: 0.6;
}
.news-w .news-con .n-btm li .row {
  flex: 1;
  position: relative;
}
.news-w .news-con .n-btm li .row p {
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news-w .news-con .n-btm li .row span {
  font-size: 14px;
  line-height: 19px;
  margin-top: 15px;
}
.news-w .news-con .n-btm li .row::before {
  content: '';
  width: 25px;
  height: 1px;
  background-color: #111;
  position: absolute;
  left: 0;
  top: 120px;
  transition: all 0.2s linear;
}
.news-w .news-con .n-btm li .row::after {
  content: '';
  width: 4px;
  height: 4px;
  border: solid #111;
  border-width: 1px 1px 0 0;
  position: absolute;
  left: 20px;
  top: 118px;
  transform: rotate(45deg);
  transition: all 0.2s linear;
}
.news-w .news-con .n-btm li:hover {
  background-color: #006ad4;
  transition: all 0.2s linear;
}
.news-w .news-con .n-btm li:hover * {
  color: #fff;
}
.news-w .news-con .n-btm li:hover .date::after {
  background: url(../images/dot-bai.png);
}
.news-w .news-con .n-btm li:hover .row::before {
  background-color: #fff;
  width: 40px;
  transition: all 0.2s linear;
}
.news-w .news-con .n-btm li:hover .row::after {
  border-color: #fff;
  left: 35px;
  transition: all 0.2s linear;
}
.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: #006ad4;
}
.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 {
  width: 100px;
}
.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;
}
