a:hover {
  color: #0463a3;
}
.swiper-pagination-bullet-active {
  background-color: #0463a3 !important;
}
.header {
  position: relative;
  z-index: 9999;
}
.header .page {
  max-width: 1600px;
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.header .logo {
  display: flex;
  align-items: center;
}
.header .logo .text {
  margin-left: 40px;
  line-height: 1.5;
}
.header .logo .text p {
  font-size: 28px;
  font-weight: bold;
  color: #0463a3;
}
.header .logo .text span {
  font-size: 20px;
  color: #4b4b4b;
  font-weight: lighter;
}
.header .rg {
  margin-left: 50px;
  display: flex;
  align-items: center;
}
/* nav */
.nav {
  display: flex;
  align-items: center;
}
.nav-list {
  display: flex;
  position: relative;
}
.nav-list > li {
  display: flex;
  align-items: center;
  position: relative;
}
.nav-list > li > a {
  line-height: 40px;
  padding: 0 30px;
  border-radius: 20px;
  position: relative;
}
.nav-list > li .erji2 {
  min-width: 180px;
  position: absolute;
  top: 80px;
  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;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.nav-list > li .erji2 ul {
  width: 100%;
  text-align: center;
}
.nav-list > li .erji2 ul li {
  background-color: #fff;
  border-top: 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: #0463a3;
}
.nav-list > li .erji2 ul li:hover a {
  color: #fff;
}
.nav-list > li:hover > a {
  background-color: #0463a3;
  color: #fff;
}
.nav-list > li:hover .erji2 {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
  transition: all 0.3s linear;
}
.nav-list .active > a {
  background-color: #0463a3;
  color: #fff;
}
.search {
  position: relative;
}
.search .icon {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/search.png);
  cursor: pointer;
}
.search .box {
  position: absolute;
  top: 65px;
  right: 0;
  background-color: #fff;
  padding: 20px 40px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transform: scaleY(0);
  opacity: 0;
  transition: all 0.3s linear;
  transition-delay: 0.1s;
}
.search .sear-w {
  display: flex;
  overflow: hidden;
  position: relative;
}
.search .sear-w input {
  width: 100%;
  min-width: 400px;
  height: 45px;
  border-radius: 22px;
  padding-left: 35px;
  padding-right: 80px;
  color: #666;
  border: 1px solid #e2e2e2;
}
.search .sear-w input:focus {
  outline: none;
}
.search .sear-w button {
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
  background: url(../images/search-icon.png);
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}
.search .keywo {
  display: flex;
  margin-top: 25px;
  padding: 0 20px;
  justify-content: center;
}
.search .keywo .text {
  font-size: 15px;
  color: #ff0000;
}
.search .keywo a {
  font-size: 15px;
  color: #666;
  margin-left: 15px;
}
.search .keywo a:hover {
  color: #ff0000;
}
.search:hover .box {
  transform: scaleY(1);
  opacity: 1;
  transition: all 0.3s linear;
}
.wz-bt {
  text-align: center;
}
.wz-bt p {
  font-size: 48px;
  position: relative;
  font-weight: bold;
  letter-spacing: 2px;
  color: #0463a3;
}
.wz-bt span {
  font-size: 24px;
  font-weight: lighter;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.wz-bt span hr {
  width: 168px;
  height: 1px;
  background-color: #969696;
  margin: 0 20px;
}
.wz-bt h5 {
  font-size: 24px;
  margin: 25px 0;
  color: #4b4b4b;
}
.char-w {
  padding: 60px 0;
}
.char-w ul {
  display: flex;
}
.char-w ul li {
  flex: 1;
  text-align: center;
  border-right: 1px solid #d8d8d8;
}
.char-w ul li:last-child {
  border-right: none;
}
.char-w ul li p {
  color: #0463a3;
}
.char-w ul li p em {
  font-size: 60px;
}
.char-w ul li span {
  color: #4b4b4b;
  line-height: 2;
}
.more {
  width: 200px;
  line-height: 45px;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #0463a3;
  color: #0463a3;
  margin-top: 60px;
}
.more:hover {
  background-color: #0463a3;
  color: #fff;
}
.intr {
  padding: 80px 0 100px;
  background: url(../images/intr-bg.jpg) no-repeat center top;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
}
.intr .wz-bt * {
  color: #fff;
}
.intr .wz-bt span hr {
  background-color: #fff;
}
.intr h2 {
  font-size: 24px;
  margin: 25px 0;
  text-align: center;
}
.intr .text {
  font-size: 14px;
  line-height: 26px;
}
.intr .gallery-box {
  margin: 130px 0 80px;
  position: relative;
}
.intr .gallery-box .swiper-btn {
  width: 1380px;
}
.intr .gallery-box .swiper-btn .iconfont {
  font-size: 22px;
}
.intr .more {
  border: 1px solid #fff;
  color: #fff;
}
.intr .more:hover {
  background-color: #fff;
  color: #0463a3;
}
.pro-w {
  padding: 80px 0 100px;
}
.pro-w ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 50px;
}
.pro-w ul li {
  width: 400px;
  position: relative;
  overflow: hidden;
}
.pro-w ul li:nth-child(2) {
  width: 835px;
  margin: 0 0 0 auto;
}
.pro-w ul li:nth-child(2) img {
  width: 100%;
}
.pro-w ul li:nth-child(3) {
  margin-top: -300px;
}
.pro-w ul li .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #969696;
  transition: all 0.3s linear;
}
.pro-w ul li .text p {
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.pro-w ul li:hover img {
  transform: scale(1.1);
}
.pro-w ul li:hover .text {
  transform: translateY(100%);
}
.fw-w {
  padding: 60px 0;
  background-color: #f5f5f5;
  text-align: center;
}
.fw-w p {
  font-size: 34px;
  font-weight: bold;
  color: #0463a3;
}
.fw-w span {
  font-size: 24px;
  margin-top: 15px;
  font-weight: lighter;
}
.case-w {
  padding: 70px 0 0;
}
.case-w h5 {
  font-size: 24px;
  margin: 25px 0 50px;
  color: #4b4b4b;
  text-align: center;
}
.case-w .case-box {
  position: relative;
  width: calc(100% + 30px);
  margin-left: -15px;
}
.case-w .case-box .swiper-wrapper li {
  padding: 15px;
  height: auto;
}
.case-w .case-box .swiper-wrapper li a {
  height: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.case-w .case-box .swiper-wrapper li a img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  filter: contrast(95%);
}
.case-w .case-box .swiper-wrapper li a .text {
  padding: 20px 35px;
}
.case-w .case-box .swiper-wrapper li a .text p {
  font-size: 18px;
  color: #0463a3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.case-w .case-box .swiper-wrapper li a .text span {
  font-size: 14px;
  color: #4b4b4b;
  line-height: 1.5;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.case-w .case-box .swiper-wrapper li a:hover img {
  transform: scale(1.1);
}
.case-w .case-box .swiper-btn {
  width: 1380px;
}
.case-w .case-box .swiper-btn .iconfont {
  font-size: 22px;
  color: #8c8c8c;
}
.partner {
  padding: 15px 0 100px;
}
.partner ul {
  display: flex;
  flex-wrap: wrap;
}
.partner ul li {
  width: 185px;
  margin-right: 30px;
  margin-bottom: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.partner ul li:nth-child(6n) {
  margin-right: 0;
}
.partner .more {
  margin-top: 20px;
}
.news-w {
  padding: 70px 0 50px;
  background-color: #f5f5f5;
}
.news-w ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.news-w ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 4%;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.news-w ul li:nth-child(3n) {
  margin-right: 0;
}
.news-w ul li .pic {
  border-radius: 10px;
}
.news-w ul li .pic img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.news-w ul li .text {
  padding: 25px 35px;
}
.news-w ul li .text p {
  font-size: 17px;
  color: #0463a3;
}
.news-w ul li .text span {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 15px;
  color: #4b4b4b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-w ul li .iconfont {
  display: block;
  width: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #0463a3;
  color: #fff;
  border-radius: 50%;
  margin: 0 auto -18px;
}
.news-w ul li:hover img {
  transform: scale(1.1);
}
.news-w ul li:hover .iconfont {
  background-color: #db3421;
}
.footer {
  background: #0463a3;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .box {
  padding: 70px 0 110px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.footer .box .lf ul {
  margin-top: 60px;
}
.footer .box .lf ul li {
  line-height: 36px;
}
.footer .box .lf ul li span {
  line-height: 1.45;
  font-size: 48px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.footer .box .f-nav {
  display: flex;
}
.footer .box .f-nav ul {
  margin-left: 40px;
}
.footer .box .f-nav ul h5 {
  width: 100px;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
}
.footer .box .f-nav ul li {
  font-size: 15px;
  line-height: 1.875;
}
.footer .box .wx {
  position: absolute;
  right: 0;
  bottom: 100px;
  width: 128px;
}
.footer .box .wx p {
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  white-space: nowrap;
}
.footer .copy {
  border-top: 1px solid #fff;
  padding: 20px 0 30px;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
}
.footer .copy a {
  display: inline;
}
.footer .copy .lf {
  display: flex;
}
