a:hover {
  color: #154688;
}
.swiper-pagination-bullet-active {
  background-color: #154688 !important;
}
.header {
  width: 100%;
  position: absolute;
  z-index: 999;
}
.header .page {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.header .rg {
  margin-right: 50px;
  margin-left: -4%;
  display: flex;
  align-items: center;
}
.header .head-tel {
  display: flex;
  align-items: center;
}
.header .head-tel .iconfont {
  font-size: 40px;
  color: #fff;
  margin-right: 13px;
}
.header .head-tel p {
  font-size: 15px;
  color: #fff;
  margin-top: 4px;
}
.header .head-tel span {
  font-size: 25px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 1.1;
  display: flex;
  align-items: center;
}
.header .head-tel span i {
  font-size: 18px;
  font-family: "Microsoft YaHei";
}
.header .head-tel span em {
  font-size: 14px;
  font-weight: normal;
  font-family: "Microsoft YaHei";
  margin-top: 3px;
}
.nav {
  display: flex;
  flex: 1;
  margin-left: 12%;
  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;
  color: #fff;
  position: relative;
}
.nav-list > li > a::after {
  content: '';
  max-width: 88px;
  width: 0px;
  height: 4px;
  background-color: #fff;
  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;
  padding-top: 1px;
}
.nav-list > li .erji2 ul {
  width: 100%;
  text-align: center;
}
.nav-list > li .erji2 ul li {
  background-color: #fff;
  margin-bottom: 1px;
}
.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: #154688;
}
.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::after {
  width: 90%;
}
.nav-list > li:hover .erji2 {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
  transition: all 0.3s linear;
}
.nav-list .active > a::after {
  width: 90%;
}
.wz-bt {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.wz-bt p {
  font-size: 48px;
  position: relative;
  font-weight: bold;
}
.wz-bt p i {
  color: #154688;
}
.wz-bt span {
  font-size: 20px;
  margin-top: 15px;
  color: #666666;
}
.wz-bt hr {
  width: 100px;
  border-bottom: 5px solid #54bf33;
  margin-top: 30px;
}
a.more {
  margin-top: 60px;
  display: flex;
  align-items: center;
}
a.more i {
  width: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background-color: #154688;
  color: #fff;
  margin-left: 20px;
}
a.more:hover i {
  background-color: #54bf33;
}
.intr {
  padding: 100px 0;
  background: url(../images/intr-bg.jpg) no-repeat bottom center;
}
.intr .box {
  display: flex;
}
.intr .box .lf {
  flex: 1;
  margin-right: 80px;
}
.intr .box .lf h2 {
  font-size: 20px;
  line-height: 40px;
  margin: 20px 0;
}
.intr .box .lf .text {
  font-size: 14px;
  line-height: 30px;
  text-indent: 2em;
}
.intr .btm {
  margin-top: 65px;
  position: relative;
  z-index: 1;
}
.intr .btm .line {
  display: block;
  position: absolute;
  top: 32px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 3px;
  background-color: #dbdbdb;
}
.intr .btm .line::before,
.intr .btm .line::after {
  content: '';
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #dbdbdb;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.intr .btm .line::before {
  left: 0;
}
.intr .btm .line::after {
  right: 0;
}
.intr .btm .intr-list1 {
  display: flex;
  justify-content: space-evenly;
}
.intr .btm .intr-list1 li {
  position: relative;
  padding-bottom: 15px;
}
.intr .btm .intr-list1 li i {
  display: block;
  width: 65px;
  height: 65px;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  text-align: center;
  line-height: 65px;
  border-radius: 50px;
  font-size: 36px;
  color: #666;
  margin: 0 auto;
  cursor: pointer;
}
.intr .btm .intr-list1 li p {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 15px 0;
}
.intr .btm .intr-list1 li::after {
  display: none;
  content: '';
  width: 13px;
  height: 7px;
  background-color: #dbdbdb;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.intr .btm .intr-list1 .on i {
  background-color: #154688;
  color: #fff;
}
.intr .btm .intr-list1 .on::after {
  display: block;
}
.intr .btm .intr-list2 {
  height: 188px;
  position: relative;
}
.intr .btm .intr-list2 li {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  padding: 30px;
  display: flex;
  align-items: center;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  position: absolute;
  top: 0;
}
.intr .btm .intr-list2 li:nth-child(1) {
  left: 0;
}
.intr .btm .intr-list2 li:nth-child(2) {
  left: 210px;
}
.intr .btm .intr-list2 li:nth-child(3) {
  left: 420px;
}
.intr .btm .intr-list2 li:nth-child(4) {
  right: 420px;
}
.intr .btm .intr-list2 li:nth-child(5) {
  right: 210px;
}
.intr .btm .intr-list2 li:nth-child(6) {
  right: 0;
}
.intr .btm .intr-list2 li .pic {
  width: 195px;
  margin-right: 20px;
}
.intr .btm .intr-list2 li .text p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.75;
}
.intr .btm .intr-list2 .on {
  visibility: visible;
  opacity: 1;
}
.adv-w {
  background: url(../images/adv-bg.jpg) no-repeat center top;
  padding: 65px 0 80px;
  color: #fff;
}
.adv-w .tit {
  display: flex;
  justify-content: space-between;
}
.adv-w .tit .lf p {
  font-size: 48px;
  font-weight: bold;
}
.adv-w .tit .lf hr {
  width: 100px;
  border-bottom: 2px solid #fff;
  margin-top: 35px;
}
.adv-w .tit .rg {
  text-align: right;
}
.adv-w .tit .rg p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  opacity: 0.6;
}
.adv-w .tit .rg span {
  margin-top: 30px;
  font-size: 30px;
  display: flex;
  align-items: center;
}
.adv-w .tit .rg span i {
  font-size: 24px;
  margin: 0 15px;
  color: #a6a8d1;
}
.adv-w ul {
  margin-top: 40px;
  display: flex;
}
.adv-w ul li {
  width: 210px;
  overflow: hidden;
  margin-right: 10px;
  position: relative;
  transition: all 0.3s linear;
}
.adv-w ul li:last-child {
  margin-right: 0;
}
.adv-w ul li img {
  height: 480px;
  object-fit: cover;
}
.adv-w ul li .text {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  padding-top: 300px;
  transition: all 0.3s linear;
}
.adv-w ul li .text em {
  display: block;
  width: 52px;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  border-bottom: 8px solid #3e84e3;
  line-height: 18px;
}
.adv-w ul li .text h3 {
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}
.adv-w ul li .text h3 i {
  font-weight: normal;
}
.adv-w ul li .text p {
  display: none;
  margin-top: 24px;
  width: 185px;
  line-height: 26px;
}
.adv-w ul .on {
  width: 480px;
}
.adv-w ul .on .text {
  padding: 40px;
  padding-top: 40px;
}
.adv-w ul .on .text p {
  display: block;
}
.pro-w {
  padding: 90px 0 0px;
}
.pro-w .pro-tabs {
  margin-top: 40px;
}
.pro-w .pro-tabs ul {
  transform: translate(0) !important;
}
.pro-w .pro-tabs ul li {
  flex: auto;
  width: auto !important;
  text-align: center;
}
.pro-w .pro-tabs ul li img {
  margin: 0 auto;
}
.pro-w .pro-tabs ul li p {
  font-size: 24px;
  margin: 25px 0 10px;
}
.pro-w .pro-tabs ul li span {
  font-size: 12px;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
}
.pro-w .pro-tabs ul li i {
  display: block;
  width: 9px;
  height: 5px;
  background-color: #154688;
  margin: 10px auto 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  opacity: 0;
}
.pro-w .pro-tabs ul .swiper-slide-thumb-active P {
  font-weight: bold;
  color: #154688;
}
.pro-w .pro-tabs ul .swiper-slide-thumb-active span {
  color: #154688;
}
.pro-w .pro-tabs ul .swiper-slide-thumb-active i {
  opacity: 1;
}
.pro-w .con-box {
  margin-top: 20px;
}
.pro-w .con-box li {
  opacity: 0 !important;
  position: relative;
}
.pro-w .con-box li .page {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pro-w .con-box li h2,
.pro-w .con-box li h3 {
  font-size: 48px;
  font-weight: bold;
}
.pro-w .con-box li h3 {
  color: #54bf33;
  text-transform: uppercase;
  width: 310px;
}
.pro-w .con-box li h2 {
  color: #154688;
  margin-bottom: 25px;
}
.pro-w .con-box li p {
  white-space: pre;
  line-height: 48px;
}
.pro-w .con-box .swiper-slide-active {
  opacity: 1 !important;
}
.app-w {
  padding-top: 100px;
}
.app-w .tit .page {
  display: flex;
  justify-content: space-between;
}
.app-w .tit .wz-bt {
  align-items: flex-start;
}
.app-w .tit .app-tab {
  width: 750px;
}
.app-w .tit .app-tab .swiper-wrapper {
  transform: translate(0) !important;
  display: flex;
  flex-wrap: wrap;
}
.app-w .tit .app-tab .swiper-wrapper li {
  width: 140px !important;
  line-height: 50px;
  text-align: center;
  border: 1px solid #d5d5d5;
  margin-right: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.app-w .tit .app-tab .swiper-wrapper .my-slide-thumb-active {
  background-color: #154688;
  border-color: #154688;
}
.app-w .tit .app-tab .swiper-wrapper .my-slide-thumb-active a {
  color: #fff;
}
.app-w .appcenter {
  margin-top: 60px;
  position: relative;
}
.app-w .appcenter li {
  background-color: #f5f5f5;
  display: flex;
}
.app-w .appcenter li img {
  width: 50%;
}
.app-w .appcenter li .text {
  width: 530px;
  margin-left: 80px;
  padding-top: 100px;
}
.app-w .appcenter li .text h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
}
.app-w .appcenter li .text h4 {
  font-size: 28px;
}
.app-w .appcenter li .text h5 {
  color: #666;
  margin: 20px 0 30px;
}
.app-w .appcenter li .text p {
  line-height: 30px;
  text-align: justify;
}
.app-w .appcenter .btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
  display: flex;
}
.app-w .appcenter .btn .iconfont {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: #919191;
  cursor: pointer;
}
.app-w .appcenter .btn .iconfont:hover {
  background-color: #154688;
}
.app-w .appcenter .btn .app-next {
  background-color: #1277eb;
}
.case-w {
  padding: 80px 0 90px;
  background: url(../images/case-bg.jpg);
}
.case-w .case-box {
  margin-top: 40px;
  display: flex;
}
.case-w .case-box .case-con .swiper {
  width: 795px;
  border-radius: 50px 0;
}
.case-w .case-box .case-tab .swiper {
  margin-top: 15px;
  width: 565px;
  padding-left: 40px;
  overflow: visible;
}
.case-w .case-box .case-tab .swiper li {
  border-bottom: 1px solid #c6c6c6;
  position: relative;
  z-index: 1;
}
.case-w .case-box .case-tab .swiper li:first-child {
  border-top: 1px solid #c6c6c6;
}
.case-w .case-box .case-tab .swiper li a {
  display: flex;
  align-items: center;
  padding: 20px 0;
  padding-right: 50px;
  position: relative;
  z-index: 2;
}
.case-w .case-box .case-tab .swiper li em {
  display: block;
  width: 33px;
  line-height: 33px;
  text-align: center;
  background-color: #343434;
  color: #fff;
  border-radius: 50%;
  margin-right: 25px;
}
.case-w .case-box .case-tab .swiper li .text {
  flex: 1;
}
.case-w .case-box .case-tab .swiper li .text p {
  font-size: 22px;
  font-weight: bold;
  color: #555555;
}
.case-w .case-box .case-tab .swiper li .text span {
  font-size: 12px;
  color: #999999;
}
.case-w .case-box .case-tab .swiper li img {
  width: 90px;
}
.case-w .case-box .case-tab .swiper li::after {
  content: '';
  width: 600px;
  height: calc(100% + 2px);
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -1px;
  right: 0;
  z-index: 1;
  display: none;
}
.case-w .case-box .case-tab .swiper .my-slide-thumb-active em {
  background-color: #154688;
}
.case-w .case-box .case-tab .swiper .my-slide-thumb-active .text p {
  color: #154688;
}
.case-w .case-box .case-tab .swiper .my-slide-thumb-active::after {
  display: block;
}
.news-w {
  padding: 100px 0 90px;
}
.news-w .tit {
  display: flex;
  justify-content: space-between;
}
.news-w .tit .lf p {
  font-size: 60px;
  color: #54bf33;
  font-weight: bold;
  line-height: 1;
}
.news-w .tit .lf h2 {
  font-size: 36px;
  font-weight: bold;
}
.news-w .tit .btn {
  display: flex;
  align-items: center;
}
.news-w .tit .btn a {
  font-size: 24px;
  padding: 20px;
  position: relative;
}
.news-w .tit .btn a::after {
  content: '';
  width: 1px;
  height: 15px;
  background-color: #333;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.news-w .tit .btn a:last-child {
  padding-right: 0;
}
.news-w .tit .btn a:last-child::after {
  display: none;
}
.news-w .news-box {
  margin-top: 40px;
  display: flex;
}
.news-w .news-box .lf {
  width: 585px;
  margin-right: 65px;
}
.news-w .news-box .lf .text {
  padding: 30px;
}
.news-w .news-box .lf .text em {
  font-size: 14px;
  color: #666;
}
.news-w .news-box .lf .text p {
  font-size: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 12px 0 30px;
}
.news-w .news-box .lf .text a {
  display: inline-block;
  line-height: 40px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0 15px;
  font-size: 15px;
}
.news-w .news-box .lf .text a i {
  margin-left: 30px;
}
.news-w .news-box .rg {
  flex: 1;
}
.news-w .news-box .rg li {
  margin-bottom: 50px;
}
.news-w .news-box .rg li a {
  display: flex;
  align-items: center;
}
.news-w .news-box .rg li .date {
  text-align: center;
  padding-right: 20px;
  margin-right: 25px;
  border-right: 1px solid #ccc;
}
.news-w .news-box .rg li .date em {
  font-size: 36px;
}
.news-w .news-box .rg li .date hr {
  width: 70px;
  border-bottom: 1px solid #ccc;
  margin: 13px 0;
}
.news-w .news-box .rg li .date p {
  font-size: 14px;
  color: #666;
}
.news-w .news-box .rg li .text {
  flex: 1;
}
.news-w .news-box .rg li .text p {
  font-size: 18px;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news-w .news-box .rg li .text span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.75;
  color: #666;
}
.news-w .news-box .rg li:last-child {
  margin-bottom: 0;
}
.partner {
  padding-bottom: 100px;
}
.partner .box {
  margin-top: 40px;
}
.partner .box .pic {
  background-color: #fff;
  filter: contrast(95%);
}
.footer {
  background: url(../images/foot-bg.jpg) no-repeat top center;
  background-color: #122045;
  color: #ccc;
}
.footer a:hover {
  color: #fff;
}
.footer .f-info {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer .f-info ul {
  display: flex;
}
.footer .f-info ul li {
  flex: auto;
  height: 115px;
  display: flex;
  align-items: center;
}
.footer .f-info ul li i {
  font-size: 50px;
  margin-right: 20px;
}
.footer .f-info ul li p {
  font-size: 22px;
  font-family: Arial, Helvetica, sans-serif;
}
.footer .f-info ul li em {
  display: block;
  font-size: 20px;
  padding-bottom: 3px;
}
.footer .f-info ul li span {
  font-size: 14px;
}
.footer .f-nav {
  padding: 80px 0;
}
.footer .f-nav .page {
  display: flex;
}
.footer .f-nav .item {
  margin-right: 70px;
}
.footer .f-nav .item h5 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer .f-nav .item ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 120px;
}
.footer .f-nav .item ul li {
  line-height: 24px;
  margin-right: 20px;
  font-size: 14px;
}
.footer .f-nav .wx {
  margin: 0 0 0 auto;
}
.footer .f-nav .wx p {
  margin-top: 10px;
  text-align: center;
  font-size: 15px;
}
.copy {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 14px;
  line-height: 1.75;
}
.copy .page {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copy .page a {
  display: inline;
}
