a:hover {
  color: #00285c;
}
.swiper-pagination-bullet-active {
  background-color: #00285c !important;
}
body {
  padding-top: 90px;
}
.header {
  width: 100%;
  min-width: 1300px;
  background-color: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  animation-duration: 1s;
  animation-fill-mode: both;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
.header .page {
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  position: relative;
}
.header .logo {
  display: flex;
  align-items: center;
}
.header .logo .logo1 {
  margin-right: 15px;
}
.header .logo .text {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #ccc;
}
.header .logo .text p {
  font-size: 15px;
  color: #333;
}
.header .logo .text span {
  font-size: 28px;
  color: #333;
  font-weight: bold;
}
.header .phone {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 30px;
  padding-right: 15px;
}
.header .phone p {
  font-size: 16px;
  font-weight: bold;
  color: #00285c;
}
/* nav */
.nav {
  position: relative;
  padding-top: 30px;
}
.nav-list {
  display: flex;
  position: relative;
}
.nav-list > li {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 2px;
}
.nav-list > li > a {
  width: 100%;
  line-height: 80px;
  padding: 0 30px;
  text-align: center;
  font-size: 16px;
  position: relative;
}
.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;
}
.nav-list > li .erji2 ul {
  width: 100%;
  text-align: center;
}
.nav-list > li .erji2 ul li {
  background-color: #fff;
  border-bottom: 1px solid #e2e2e2;
}
.nav-list > li .erji2 ul li a {
  font-size: 14px;
  padding: 12px 20px;
}
.nav-list > li .erji2 ul li:hover {
  background-color: #00285c;
}
.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: #00285c;
  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: #00285c;
  color: #fff;
}
.nav-list .block {
  background-color: #00285c;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.wz-bt {
  width: 100%;
  text-align: center;
}
.wz-bt p {
  font-size: 34px;
  position: relative;
  font-weight: bold;
}
.wz-bt p i {
  font-weight: bold;
  color: #00285c;
}
.wz-bt span {
  font-size: 18px;
  margin-top: 15px;
  color: #666666;
}
.wz-bt em {
  display: block;
  height: 38px;
  margin-top: 12px;
  background: url(../images/bt-pic.png) no-repeat center;
}
.index-nav {
  padding: 50px;
}
.index-nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.index-nav ul li {
  width: 24%;
  margin: 0.5%;
  border: 1px solid #e2e2e2;
}
.index-nav ul li:nth-child(4n) {
  margin-right: 0;
}
.index-nav ul li p {
  font-size: 20px;
  padding: 0 12px;
  line-height: 50px;
}
.index-nav ul li:hover img {
  transform: scale(1.1);
}
.pro-w {
  padding: 60px 0;
  background: url(../images/pro-bg.jpg) no-repeat top center;
}
.pro-w .pro-tabs {
  width: 1180px;
  background-color: #fff;
  height: 50px;
  margin: 30px auto;
  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: #00285c;
}
.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: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.pro-w .con-box ul li:nth-child(4n) {
  margin-right: 0;
}
.pro-w .con-box ul li .pic {
  overflow: hidden;
}
.pro-w .con-box ul li img {
  transition: all 0.3s linear;
}
.pro-w .con-box ul li .text {
  margin-top: 15px;
  display: flex;
}
.pro-w .con-box ul li p {
  margin: 0 auto;
  font-size: 15px;
  line-height: 36px;
  border-radius: 18px;
  padding: 0 25px;
  background-color: #f6f6f7;
}
.pro-w .con-box ul li:hover img {
  transform: scale(1.1);
  transition: all 0.3s linear;
}
.pro-w .con-box ul li:hover p {
  background-color: #00285c;
  color: #fff;
}
.app-w {
  background-color: #f6f6f8;
  padding-top: 50px;
}
.app-w ul {
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.app-w ul li {
  width: 36.5%;
}
.app-w ul li:nth-child(2) {
  width: 35.5%;
  height: 900px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(10deg);
  border: 1px solid #fff;
  overflow: hidden;
  z-index: 3;
}
.app-w ul li:nth-child(2) .pic {
  width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-10deg);
}
.app-w ul li .pic {
  overflow: hidden;
  position: relative;
}
.app-w ul li .pic::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../images/dark.png) no-repeat center;
  background-size: 100% 100%;
  transition: all 0.3s linear;
}
.app-w ul li .pic img {
  transition: all 0.3s linear;
}
.app-w ul li .pic .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
  z-index: 2;
  transition: all 0.3s linear;
}
.app-w ul li .pic .text i {
  display: block;
  width: 166px;
  height: 72px;
  background: url(../images/app-i.png);
  margin: 0 auto 10px;
}
.app-w ul li .pic .text p {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}
.app-w ul li .pic .text span {
  font-size: 22px;
  color: #fff;
  margin-top: 10px;
}
.app-w ul li:nth-child(1) .pic .text {
  left: 40%;
}
.app-w ul li:nth-child(3) .pic .text {
  left: 60%;
}
.app-w ul li:hover .pic img {
  transform: scale(1.1);
  transition: all 0.3s linear;
}
.app-w ul li:hover .pic::after {
  opacity: 0;
  transition: all 0.3s linear;
}
.app-w ul li:hover .pic .text {
  opacity: 0;
  transition: all 0.3s linear;
}
.intr {
  padding: 80px 0 95px;
  background: url(../images/intr-bg.jpg) no-repeat top center;
}
.intr .row {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.intr .row .pic {
  width: 46%;
  margin-left: 5%;
}
.intr .row .pic video {
  width: 100%;
}
.intr .row .text {
  flex: 1;
}
.intr .row .text p {
  font-size: 42px;
  font-weight: bold;
  opacity: 0.77;
  margin-top: 20px;
  line-height: 2;
}
.intr .row .text span {
  font-size: 38px;
  font-weight: bold;
  color: #5d5d5e;
}
.intr .row .text .con {
  font-size: 17px;
  color: #666;
  line-height: 34px;
  margin-top: 15px;
}
.intr .row .text .btn {
  display: flex;
  padding-left: 15px;
  margin-top: 35px;
  position: relative;
}
.intr .row .text .btn a {
  width: 160px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ccc;
  margin-right: 20px;
}
.intr .row .text .btn a:hover {
  background-color: #00285c;
  color: #fff;
}
.fw-w {
  padding: 80px 0;
  background: url(../images/fw-bg.jpg) no-repeat center;
  background-size: cover;
}
.fw-w .wz-bt * {
  color: #fff;
}
.fw-w ul {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.fw-w ul li {
  flex: 1;
  margin: 0 1%;
  background-color: #fff;
  transition: all 0.3s linear;
}
.fw-w ul li img {
  width: 100%;
}
.fw-w ul li .text {
  height: 280px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.fw-w ul li .text h3 {
  position: absolute;
  top: -68px;
  left: 50%;
  transform: translateX(-50%);
  width: 79px;
  line-height: 91px;
  text-align: center;
  background: url(../images/home_bg_six.png);
  background-size: contain;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}
.fw-w ul li .text h5 {
  font-size: 22px;
  padding: 40px 10px 30px;
  color: #222;
}
.fw-w ul li .text .p1 {
  font-size: 14px;
  color: #868686;
  line-height: 30px;
  padding: 0 10px;
}
.fw-w ul li:hover {
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}
.fw-w ul li:hover .text .p1 {
  color: #00285c;
}
.honor-w {
  padding: 60px 0;
}
.honor-w .page {
  max-width: 1400px;
  padding: 2px 25px;
}
.honor-w .tit {
  display: flex;
  align-items: center;
}
.honor-w .tit p {
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
.honor-w .tit p i {
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  color: #333;
}
.honor-w .tit .line {
  flex: 1;
  height: 1px;
  background-color: #666;
  margin: 8px 40px 0;
}
.honor-w .tit .more {
  width: 155px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #666;
  font-size: 14px;
  transition: all 0.2s;
}
.honor-w .tit .more:hover {
  background-color: #00285c;
  color: #fff;
  transition: all 0.2s;
}
.honor-w .box {
  position: relative;
  margin-top: 45px;
}
.honor-w li .pic {
  overflow: hidden;
  border: 1px solid #ccc;
}
.honor-w li img {
  transition: all 0.3s linear;
}
.honor-w li p {
  width: 80%;
  margin: 0 auto;
  margin-top: 18px;
  font-size: 14px;
  line-height: 35px;
  background-color: #f1f1f1;
  text-align: center;
}
.honor-w li:hover img {
  transform: scale(1.05);
  transition: all 0.3s linear;
}
.honor-w li:hover p {
  background-color: #00285c;
  color: #fff;
}
.honor-w .btn {
  position: absolute;
  width: 100%;
  top: 36%;
  left: 0;
  z-index: 9;
}
.honor-w .btn .swiper-prev,
.honor-w .btn .swiper-next {
  width: 39px;
  height: 39px;
  background: url(../images/hon-prev.png);
  position: absolute;
  cursor: pointer;
}
.honor-w .btn .swiper-prev {
  left: 0;
  transform: translateX(-50%);
}
.honor-w .btn .swiper-next {
  right: 0;
  transform: scaleX(-1) translateX(-50%);
}
.footer {
  background-color: #222222;
}
.footer * {
  color: #909090;
  font-size: 14px;
}
.footer a:hover {
  color: #fff;
}
.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;
  cursor: pointer;
}
.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: #fe6700;
  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);
  background: url(../images/foot-btb.png) no-repeat right center;
}
.footer .f-con .f-info .top span {
  font-size: 40px;
  color: #fe6700;
  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: #fe6700;
  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;
}
