a:hover {
  color: #006dde;
}
.swiper-pagination-bullet-active {
  background-color: #006dde !important;
}
body {
  padding-top: 94px;
}
.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  transition: all 0.3s linear;
}
.header .page {
  height: 94px;
  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: #006dde;
  margin-right: 13px;
}
.header .head-tel p {
  font-size: 15px;
  color: #006dde;
  margin-top: 4px;
}
.header .head-tel span {
  font-size: 28px;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #006dde;
}
.header .lg {
  margin-left: 40px;
  position: relative;
  cursor: pointer;
}
.header .lg i {
  font-size: 22px;
  line-height: 60px;
  color: #006dde;
}
.header .lg .box {
  position: absolute;
  top: 100%;
  right: 20px;
  background-color: #fff;
  padding: 8px 0;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
  transition-delay: 0.2s;
}
.header .lg .box a {
  font-size: 14px;
  padding: 0 20px;
  line-height: 40px;
  color: #333;
  display: flex;
  align-items: center;
}
.header .lg .box a img {
  max-width: none;
  margin-right: 10px;
}
.header .lg .box a:hover {
  background-color: #f5f5f5;
}
.header .lg:hover .box {
  right: 0;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.opaque {
  background-color: #fff !important;
}
/* nav */
.nav {
  display: flex;
  flex: 1;
  margin-left: 15%;
  align-items: center;
}
.nav-list {
  flex: 1;
  display: flex;
  position: relative;
}
.nav-list > li {
  flex: auto;
  display: flex;
  align-items: center;
  position: relative;
}
.nav-list > li > a {
  width: 100%;
  line-height: 94px;
  text-align: center;
  font-size: 16px;
  position: relative;
}
.nav-list > li > a::before,
.nav-list > li > a::after {
  content: '';
  max-width: 88px;
  width: 0px;
  height: 4px;
  background-color: #006dde;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s linear;
}
.nav-list > li > a::before {
  width: 12px;
  height: 9px;
  bottom: -10px;
  opacity: 0;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
.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;
  padding-top: 1px;
  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-bottom: 1px solid #e2e2e2;
}
.nav-list > li .erji2 ul li a {
  line-height: 45px;
  font-size: 15px;
  color: #454545;
  padding: 0 20px;
}
.nav-list > li .erji2 ul li:hover {
  background-color: #006dde;
}
.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: #006dde;
}
.nav-list > li:hover > a::before {
  bottom: 3px;
  opacity: 1;
}
.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: #006dde;
}
.nav-list .active > a::before {
  bottom: 3px;
  opacity: 1;
}
.nav-list .active > a::after {
  width: 90%;
}
.banner-pagination {
  width: 100%;
  padding-left: 10.4%;
  position: absolute;
  left: 0;
  bottom: 20% !important;
  z-index: 11;
}
.banner-pagination .swiper-pagination-bullet {
  width: 0.5625rem;
  height: 0.5625rem;
  background-color: #006dde;
  opacity: 0.5;
  margin: 10px 1.625rem 10px 0.6875rem !important;
  position: relative;
}
.banner-pagination .swiper-pagination-bullet::before,
.banner-pagination .swiper-pagination-bullet::after {
  content: '';
  width: 1.875rem;
  height: 1.875rem;
  border: 2px solid #006dde;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  display: none;
}
.banner-pagination .swiper-pagination-bullet::before {
  opacity: 0.5;
}
.banner-pagination .swiper-pagination-bullet::after {
  z-index: 1;
  clip-path: polygon(50% 0, 100% 0, 100% 50%, 50% 50%);
}
.banner-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  transform: rotateZ(360deg);
  transition: transform 3.2s linear;
}
.banner-pagination .swiper-pagination-bullet-active::before,
.banner-pagination .swiper-pagination-bullet-active::after {
  display: block;
}
.wz-bt h2 {
  font-size: 140px;
  font-weight: bold;
  color: #006dde;
  opacity: 0.15;
  line-height: 50px;
  text-transform: uppercase;
  white-space: nowrap;
}
.wz-bt h3 {
  font-size: 36px;
  padding-left: 38px;
  font-weight: bold;
  background: url(../images/tit-ico.png) no-repeat left center;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.wz-bt h4 {
  font-size: 20px;
  color: #3d3d3d;
}
.wz-bt h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 10px;
  text-transform: uppercase;
}
.wz-bt h1 i {
  font-weight: normal;
  color: #006dde;
}
.wz-bt h1 em {
  color: #006dde;
}
.intr-w {
  background: url(../images/intr-bg.jpg) no-repeat center;
  background-size: cover;
}
.intr-w .wz-bt {
  width: 790px;
}
.intr-w .text {
  width: 820px;
  margin-top: 10px;
  line-height: 2;
  text-indent: 2em;
  color: #666;
}
a.more {
  margin-top: 40px;
  width: 160px;
  line-height: 44px;
  border-radius: 22px;
  background-color: #006dde;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding-right: 25px;
  position: relative;
  transition: all 0.3s linear;
}
a.more::before {
  content: '';
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50px;
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: #006dde;
  transition: all 0.3s linear;
}
a.more::after {
  content: '';
  width: 8px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  z-index: 1;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
a.more:hover {
  background-color: #1d2088;
}
a.more:hover::before {
  background-color: #1d2088;
}
.pro-w {
  padding-top: 0 !important;
}
.pro-w ul {
  display: flex;
}
.pro-w ul li {
  flex: 1;
  height: 100vh;
  background-position: center;
  background-size: cover;
}
.pro-w ul li > a {
  height: 100%;
  padding: 94px 15% 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.35);
  transition: all 0.3s linear;
}
.pro-w ul li h3 {
  font-size: 40px;
  font-weight: bold;
  margin: 15px 0 8px;
}
.pro-w ul li h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}
.pro-w ul li .pic {
  margin: 50px 0;
  max-width: 80%;
  display: none;
}
.pro-w ul li p {
  font-size: 18px;
  display: none;
}
.pro-w ul li .more {
  margin-top: 250px;
  text-transform: uppercase;
}
.pro-w ul li .more:hover {
  text-decoration: underline;
}
.pro-w ul li:hover a {
  background-color: rgba(0, 109, 222, 0.85);
}
.pro-w ul li:hover .logo {
  display: none;
}
.pro-w ul li:hover .pic {
  display: block;
}
.pro-w ul li:hover p {
  display: block;
}
.pro-w ul li:hover .more {
  margin-top: 50px;
}
.service-w {
  background: url(../images/service-bg.jpg) no-repeat center;
  background-size: cover;
}
.service-w .page {
  display: flex;
  align-items: flex-end;
}
.service-w .lf {
  width: 39%;
  margin-right: 1%;
}
.service-w .lf .text {
  margin: 5% 0 20%;
  font-size: 18px;
  line-height: 1.75;
  text-indent: 2em;
}
.service-w .rg {
  width: 60%;
  display: flex;
  align-items: flex-end;
}
.service-w .rg .btn {
  display: flex;
  margin-right: 10px;
}
.service-w .rg .btn .iconfont {
  width: 45px;
  height: 45px;
  background-color: #006dde;
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  margin-right: 15px;
}
.service-w .rg .btn .iconfont:hover {
  background-color: #1d2088;
}
.service-w .rg .case-box {
  width: calc(100% - 130px);
  border-radius: 40px 0 40px 0;
  overflow: hidden;
}
.service-w .rg .case-box li {
  position: relative;
  background-color: #000;
}
.service-w .rg .case-box li img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  opacity: 0.5;
  transition: all 0.3s linear;
}
.service-w .rg .case-box li p {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 25px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s linear;
}
.service-w .rg .case-box li:hover img {
  transform: scale(1.1);
  opacity: 1;
}
.service-w .rg .case-box li:hover p {
  opacity: 0;
}
.ptn-w {
  background: url(../images/ptn-bg.jpg) no-repeat center;
  background-size: cover;
}
.ptn-w .wz-bt {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ptn-w .wz-bt * {
  color: #fff;
}
.ptn-w .wz-bt h3 {
  background-image: url(../images/tit-ico2.png);
}
.ptn-w .wz-bt h5 {
  font-size: 22px;
  margin-top: 10px;
}
.ptn-w .page {
  max-width: 1300px;
}
.ptn-w .ptn-box {
  margin: 60px 0;
}
.ptn-w .ptn-box li {
  background-color: #fff;
}
.ptn-w .ptn-pagination {
  display: flex;
  justify-content: center;
}
.ptn-w .ptn-pagination span {
  width: 15px;
  background-color: #fff !important;
  opacity: 1 !important;
  transition: all 0.3s linear;
  border-radius: 5px;
}
.ptn-w .ptn-pagination .swiper-pagination-bullet-active {
  width: 50px;
}
.inno-w {
  background: url(../images/inno-bg.jpg) no-repeat center;
  background-size: cover;
}
.inno-w .page {
  display: flex;
  justify-content: space-between;
}
.inno-w .lf {
  width: 43%;
}
.inno-w .lf .wz-bt {
  white-space: nowrap;
}
.inno-w .lf .text {
  margin: 5% 0;
  font-size: 18px;
  line-height: 1.75;
  text-indent: 2em;
}
.inno-w .rg {
  margin-top: -25px;
  width: 520px;
  padding: 50px 30px;
  background-color: #006dde;
  border-radius: 10px;
  text-align: center;
  color: #fff;
}
.inno-w .rg .logo {
  margin: 0 auto;
}
.inno-w .rg h3 {
  margin-top: 30px;
  font-size: 35px;
}
.inno-w .rg h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
}
.inno-w .rg form {
  margin-top: 30px;
}
.inno-w .rg input[type="text"] {
  width: 100%;
  line-height: 60px;
  background-color: #fff;
  margin-bottom: 15px;
  font-size: 18px;
  padding: 0 18px;
}
.inno-w .rg input[type="submit"] {
  width: 180px;
  line-height: 50px;
  background-color: #fff;
  margin: 25px 0 0 auto;
  border: none;
  font-size: 17px;
  transition: all 0.3s linear;
  cursor: pointer;
}
.inno-w .rg input[type="submit"]:hover {
  background-color: #1d2088;
  color: #fff;
}
.news-w {
  background: url(../images/news-bg.png) no-repeat center;
  background-size: cover;
}
.news-w .page {
  max-width: 1400px;
}
.news-w .news-con {
  margin-top: 40px;
}
.news-w .news-con li {
  padding: 30px 30px 50px;
  background-color: #fff;
}
.news-w .news-con li .pic {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.news-w .news-con li .pic img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.news-w .news-con li .pic .date {
  position: absolute;
  top: 0;
  right: 0;
  width: 5.2vw;
  height: 5.2vw;
  background: #2F3035;
  transition: ease 0.6s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.news-w .news-con li .pic .date em {
  display: block;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.news-w .news-con li .pic .date i {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 4px;
}
.news-w .news-con li .con p {
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-w .news-con li .con span {
  display: block;
  margin: 15px 0 20px;
  font-size: 14px;
  line-height: 2;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-w .news-con li .con em {
  font-size: 14px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: underline;
  display: flex;
  align-items: center;
}
.news-w .news-con li .con em i {
  display: block;
  width: 28px;
  height: 28px;
  background: url(../images/arr2.png);
  background-size: cover;
  margin-left: 10px;
  transition: all 0.6s;
}
.news-w .news-con li:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.news-w .news-con li:hover .date {
  background-color: #006dde;
}
.news-w .news-con li:hover .con p {
  color: #006dde;
}
.news-w .news-con li:hover .con i {
  transform: rotateZ(45deg);
  transition: all 0.6s;
}
.news-w .news_spagination {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.news-w .news_spagination span {
  position: relative;
  margin: 10px !important;
}
.news-w .news_spagination .swiper-pagination-bullet-active {
  background-color: #006dde;
}
.news-w .news_spagination .swiper-pagination-bullet-active::after {
  content: '';
  width: 23px;
  height: 23px;
  border: 2px solid #006dde;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fp-auto-height {
  padding-top: 0 !important;
}
.footer {
  background-color: #222222;
}
.footer * {
  color: #909090;
  font-size: 14px;
}
.footer a:hover {
  color: #fff;
}
.footer .page {
  max-width: 1400px;
}
.footer .f-con {
  padding: 66px 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: #006dde;
  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 li a {
  padding-right: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.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: #006dde;
  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 ul {
  flex: 1;
  margin-right: 30px;
}
.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: #006dde;
  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;
}
