a:hover {
  color: #2d218d;
}
.swiper-pagination-bullet-active {
  background-color: #2d218d !important;
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  animation-duration: 1s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.46);
}
.header .page {
  max-width: none;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.header .logo {
  display: flex;
  align-items: center;
}
.header .logo .text {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #666;
}
.header .logo .text h1 {
  font-size: 30px;
  font-weight: bold;
}
.header .logo .text h2 {
  font-size: 18px;
  margin-top: 3px;
}
.header .rg {
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.header .rg i {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  background-color: #2d218d;
  font-size: 18px;
  color: #fff;
  margin-right: 15px;
  cursor: pointer;
}
.header .wx {
  position: relative;
}
.header .wx .pic {
  position: absolute;
  top: 100px;
  left: calc(50% - 6px);
  transform: translateX(-50%);
  width: 130px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.header .wx .pic::after {
  content: '';
  width: 12px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.header .wx:hover .pic {
  top: 50px;
  opacity: 1;
  visibility: visible;
}
.header .head-tel {
  display: flex;
  align-items: center;
}
.header .head-tel p {
  font-size: 13px;
  margin-top: 4px;
}
.header .head-tel span {
  font-size: 26px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.fix {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.fix .page {
  height: 76px;
}
.fix .logo img {
  height: 56px;
}
.fix .logo .text {
  display: none;
}
.fix .nav-list > li > a {
  line-height: 76px;
  color: #333;
}
.fix .nav-list .pro_erji {
  top: 76px;
}
.fix .rg p,
.fix .rg span {
  color: #333 !important;
}
.fix .rg i {
  color: #fff;
}
/* nav */
.nav {
  display: flex;
  align-items: center;
}
.nav-list {
  flex: 1;
  display: flex;
  position: relative;
}
.nav-list > li {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 25px;
}
.nav-list > li > a {
  width: 100%;
  line-height: 100px;
  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: 2px;
  background-color: #2d218d;
  position: absolute;
  bottom: -1px;
  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;
}
.nav-list > li .erji2 ul li a {
  line-height: 50px;
  color: #666;
  font-size: 15px;
  padding: 0 20px;
}
.nav-list > li .erji2 ul li:hover {
  background-color: #2d218d;
}
.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: #2d218d;
}
.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 > li:hover .pro_erji {
  opacity: 1;
  transform: scaleY(1);
}
.nav-list .active > a {
  color: #2d218d;
}
.nav-list .active > a::before {
  bottom: 3px;
  opacity: 1;
}
.nav-list .active > a::after {
  width: 90%;
}
.nav-list .pro_erji {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0;
  transition: all 0.3s linear;
}
.nav-list .pro_erji .page {
  padding: 44px 62px 56px 65px;
  max-width: 1600px;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.nav-list .pro_erji .pro-list > a .pic {
  width: 130px;
  margin: 0 auto;
}
.nav-list .pro_erji .pro-list > a h4 {
  color: #333;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.nav-list .pro_erji .pro-list > a h4 i {
  font-size: 18px;
  font-weight: bold;
  color: #2d218d;
  margin-right: 5px;
}
.nav-list .pro_erji .pro-list > a h4::after {
  content: '';
  width: 115px;
  height: 1px;
  background-color: #EAEAEA;
  position: absolute;
  bottom: 0;
  left: 27px;
}
.nav-list .pro_erji .pro-list .sanji {
  padding-left: 27px;
}
.nav-list .pro_erji .pro-list .sanji li {
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
}
.nav-list .pro_erji .pro-list .sanji .more {
  font-size: 12px;
  color: #2d218d;
  margin-top: 20px;
}
.search {
  position: relative;
}
.search .iconfont {
  font-size: 15px !important;
}
.search .box {
  position: absolute;
  top: 100%;
  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;
}
h2.bt {
  font-size: 48px;
  text-align: center;
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 50px;
}
h2.bt::after {
  content: '';
  width: 55px;
  height: 2px;
  background-color: #2d218d;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.pro-w {
  padding: 90px 0 80px;
  background-color: #f9f9f9;
}
.pro-w .pro-tabs {
  margin-bottom: 7px;
  padding: 0 10px;
}
.pro-w .pro-tabs ul {
  padding-bottom: 8px;
}
.pro-w .pro-tabs ul li {
  flex: 1;
  line-height: 80px;
  text-align: center;
  border: 1px solid #e2e2e2;
  position: relative;
}
.pro-w .pro-tabs ul li:nth-child(n+2) {
  border-left: none;
}
.pro-w .pro-tabs ul li::after {
  content: '';
  width: 16px;
  height: 8px;
  background-color: #2d218d;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  display: none;
}
.pro-w .pro-tabs ul .swiper-slide-thumb-active {
  background-color: #2d218d;
}
.pro-w .pro-tabs ul .swiper-slide-thumb-active::after {
  display: block;
}
.pro-w .pro-tabs ul .swiper-slide-thumb-active a {
  color: #fff;
}
.pro-w .con-box {
  margin: 0 auto;
}
.pro-w .con-box ul {
  display: flex;
  flex-wrap: wrap;
}
.pro-w .con-box ul .lm {
  width: 50%;
}
.pro-w .con-box ul .lm a {
  background: url(../images/pro-lbg.jpg);
  background-size: cover;
  display: flex;
  align-items: center;
}
.pro-w .con-box ul .lm a .lf {
  width: 42%;
  padding-left: 40px;
  margin-right: 20px;
}
.pro-w .con-box ul .lm a .lf span {
  font-size: 16px;
  color: #666666;
  line-height: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.pro-w .con-box ul .lm a .lf p {
  font-size: 30px;
  color: #333333;
  line-height: 34px;
  margin-bottom: 80px;
  font-weight: bolder;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.pro-w .con-box ul .lm a .lf em {
  display: block;
  width: 132px;
  border: 1px solid #2d218d;
  font-size: 14px;
  line-height: 44px;
  color: #2d218d;
  text-align: center;
  border-radius: 23px;
}
.pro-w .con-box ul .lm a .lf em i {
  margin-left: 8px;
  font-size: 18px;
}
.pro-w .con-box ul .lm a:hover em {
  background-color: #fff;
  border-color: #fff;
}
.pro-w .con-box ul li {
  width: 25%;
  padding: 10px;
}
.pro-w .con-box ul li a {
  height: 100%;
  background-color: #fff;
}
.pro-w .con-box ul li a .pic {
  overflow: hidden;
}
.pro-w .con-box ul li a .pic img {
  transition: all 0.3s linear;
}
.pro-w .con-box ul li a .text {
  border-top: 1px solid #EFEFEF;
  padding: 20px 20px 18px 28px;
  position: relative;
}
.pro-w .con-box ul li a .text p {
  font-size: 18px;
  color: #444444;
  line-height: 24px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.pro-w .con-box ul li a .text span {
  font-size: 14px;
  color: #959595;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.pro-w .con-box ul li a .text::after {
  content: '';
  width: 0%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #2d218d;
  transition: all 0.3s linear;
}
.pro-w .con-box ul li a:hover .pic img {
  transform: scale(1.1);
}
.pro-w .con-box ul li a:hover .text p {
  color: #2d218d;
}
.pro-w .con-box ul li a:hover .text::after {
  width: 100%;
}
.pro_more {
  margin: 38px auto 0;
  width: 150px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  font-size: 14px;
  color: #fff;
  transition: all 0.2s linear;
  padding-right: 32px;
  background: url(../images/img61.png) no-repeat 100px center;
  background-color: #2d218d;
}
.pro_more:hover {
  color: #fff;
  opacity: 0.8;
  transition: all 0.2s linear;
}
.intr {
  background: url(../images/intr-bg.png) no-repeat center;
}
.intr .page {
  max-width: 1630px;
  height: 800px;
  display: flex;
  align-items: center;
}
.intr .page .pic {
  width: 50%;
}
.intr .page .rg {
  width: 50%;
  padding-left: 150px;
}
.intr .page .rg * {
  color: #fff;
}
.intr .page .rg .tit {
  font-size: 67px;
  text-align: right;
  font-weight: bold;
  padding-right: 50px;
  line-height: 69px;
}
.intr .page .rg .text {
  font-size: 17px;
  line-height: 2;
  text-indent: 34px;
  white-space: pre-wrap;
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.intr .page .rg .more {
  display: inline;
  opacity: 0.8;
}
.intr .page .rg .more:hover {
  color: #dc6012;
  opacity: 1;
}
.app-w {
  padding: 80px 0 70px;
}
.app-w ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.app-w ul li {
  width: 24.9%;
  padding: 10px;
}
.app-w ul li:nth-child(2) {
  width: 50.2%;
  height: 0;
}
.app-w ul li a {
  position: relative;
}
.app-w ul li .pic {
  overflow: hidden;
}
.app-w ul li .pic img {
  transition: all 0.3s linear;
}
.app-w ul li .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s linear;
}
.app-w ul li .text p {
  line-height: 55px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.app-w ul li:hover img {
  transform: scale(1.1);
}
.app-w ul li:hover .text {
  background-color: #2d218d;
}
.procedure-w {
  background: url(../images/img109.jpg) no-repeat center;
}
.procedure-w .page {
  height: 408px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.procedure-w .tit {
  margin-right: 15%;
}
.procedure-w .tit .bt {
  margin-bottom: 28px;
}
.procedure-w .tit .bt::after {
  left: 0;
  transform: translateX(0);
}
.procedure-w .tit p {
  color: #666;
}
.procedure-w ul {
  flex: 1;
  display: flex;
}
.procedure-w ul li {
  width: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.procedure-w ul li img {
  transition: all 0.3s;
}
.procedure-w ul li p {
  margin: 16px 0 40px;
  line-height: 20px;
  color: #666;
}
.procedure-w ul li span {
  width: 30px;
  height: 30px;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  text-align: center;
  border: 1px solid #666666;
  border-radius: 100%;
}
.procedure-w ul li:hover img {
  transform: rotateY(180deg);
}
.procedure-w ul li:hover p {
  color: #2d218d;
}
.procedure-w ul hr {
  flex: 1;
  margin-bottom: 15px;
  border-bottom: 1px solid #cacaca;
}
.partner {
  padding: 70px 0 80px;
}
.partner .tit {
  width: 290px;
  height: 72px;
  text-align: center;
  border: 1px solid #333;
  margin: 0 auto;
  position: relative;
}
.partner .tit p {
  width: 320px;
  font-size: 24px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.partner .tit p::before,
.partner .tit p::after {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
}
.partner .tit p::before {
  left: 0;
}
.partner .tit p::after {
  right: 0;
}
.partner .ptn-box li .pic {
  border: 1px solid #ddd;
}
.partner .box {
  margin-top: 55px;
  padding: 0 100px;
  position: relative;
}
.partner .box .btn {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
}
.partner .box .btn div {
  display: block;
  width: 62px;
  height: 152px;
  background: url(../images/ptn-prev.png);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.3s linear;
}
.partner .box .btn div:hover {
  opacity: 1;
}
.partner .box .btn .ptn-prev {
  left: 0;
}
.partner .box .btn .ptn-next {
  right: 0;
  transform: translateY(-50%) scale(-1);
}
.news-w {
  padding-bottom: 110px;
  position: relative;
}
.news-w::before,
.news-w::after {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.news-w::before {
  left: 0;
  background-color: #f2f6fc;
}
.news-w::after {
  right: 0;
  background-color: #f7f9fc;
}
.news-w .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0 50px;
}
.news-w .tit h2 {
  font-size: 48px;
}
.news-w .tit .btn {
  display: flex;
}
.news-w .tit .btn a {
  width: 155px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  border: 1px solid #2d218d;
  margin-left: 10px;
  transition: all 0.2s linear;
}
.news-w .tit .btn a:hover {
  background-color: #2d218d;
  color: #fff;
  transition: all 0.2s linear;
}
.news-w .tit .btn .active {
  background-color: #2d218d;
  color: #fff;
}
.news-w .news-box {
  display: flex;
  justify-content: space-between;
}
.news-w .news-box > div {
  width: 45.5%;
}
.news-w .news-box .news-con li img {
  border-radius: 10px;
  width: 100%;
  max-height: 350px;
  object-fit: cover;
}
.news-w .news-box .news-con li p {
  font-size: 22px;
  margin-top: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-w .news-box .news-con li span {
  display: block;
  font-weight: lighter;
  line-height: 28px;
  margin-top: 10px;
  margin-bottom: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-w .news-box .news-con li a {
  display: inline;
  opacity: 0.8;
  padding-right: 30px;
  background: url(../images/news-arrow.png) no-repeat right center;
}
.news-w .news-box .news-tab {
  height: 100%;
  margin: -5px 0;
}
.news-w .news-box .news-tab ul {
  justify-content: space-between;
  position: relative;
}
.news-w .news-box .news-tab ul::before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #2d218d;
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 17px;
}
.news-w .news-box .news-tab ul li {
  height: auto !important;
  line-height: 35px;
  padding: 5px 0;
  background-color: #f7f9fc;
  padding-left: 55px;
  position: relative;
  cursor: pointer;
}
.news-w .news-box .news-tab ul li::before {
  content: '';
  width: 35px;
  height: 35px;
  box-sizing: border-box;
  border: 1px solid #2d218d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.25;
}
.news-w .news-box .news-tab ul li::after {
  content: '';
  width: 15px;
  height: 15px;
  background-color: #2d218d;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.news-w .news-box .news-tab ul li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-w .news-box .news-tab ul .news-active::before {
  opacity: 1;
}
.news-w .news-box .news-tab ul .news-active::after {
  display: block;
}
.footer {
  background: #222;
}
.footer * {
  color: rgba(255, 255, 255, 0.5);
}
.footer a:hover {
  color: #fff;
}
.footer .page {
  padding: 80px 0 60px;
  display: flex;
}
.footer .page .lf {
  width: 450px;
}
.footer .page .lf ul {
  width: 90%;
  margin-top: 30px;
}
.footer .page .lf ul li {
  display: flex;
  line-height: 32px;
  align-items: center;
  font-weight: lighter;
}
.footer .page .lf ul li i {
  margin-right: 11px;
  font-size: 20px;
}
.footer .page .f-nav {
  flex: 1;
  display: flex;
}
.footer .page .f-nav ul {
  flex: 1;
}
.footer .page .f-nav ul h5 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 15px;
}
.footer .page .f-nav ul li {
  line-height: 34px;
  padding-left: 15px;
  background: url(../images/f-rg.png) no-repeat left center;
}
.footer .page .rg .wx {
  width: 100px;
  text-align: center;
}
.footer .page .rg .wx p {
  font-size: 13px;
  line-height: 50px;
}
.copy {
  background-color: #2d218d;
}
.copy .page {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.copy .page * {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 24px;
}
.copy .page .lf {
  display: flex;
}
#clickTop {
  width: 55px;
  height: 55px;
  border-radius: 10px;
  position: absolute;
  bottom: 30px;
  right: -66px;
  z-index: 9999;
  cursor: pointer;
  font-size: 26px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 980px) {
  #clickTop {
    display: none;
  }
}
#clickTop:hover {
  opacity: 1;
}
