a:hover {
  color: #3b1f40;
}
.swiper-pagination-bullet-active {
  background-color: #3b1f40 !important;
}
.top-w {
  background-color: #3b1f40;
}
.top-w p {
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 42px;
}
.header {
  position: relative;
  z-index: 9999;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.header .page {
  max-width: none;
  height: 88px;
  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: #3b1f40;
  margin-right: 13px;
}
.header .head-tel p {
  font-size: 15px;
  color: #3b1f40;
  margin-top: 4px;
}
.header .head-tel span {
  font-size: 28px;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #3b1f40;
}
/* nav */
.nav {
  display: flex;
  flex: 1;
  margin-left: 10%;
  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: 88px;
  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: #3b1f40;
  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;
  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: #3b1f40;
}
.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: #3b1f40;
}
.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: #3b1f40;
}
.nav-list .active > a::before {
  bottom: 3px;
  opacity: 1;
}
.nav-list .active > a::after {
  width: 90%;
}
/*网站标题*/
.wz-bt {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.wz-bt p {
  font-size: 36px;
  position: relative;
  font-weight: bold;
  color: #3b1f40;
}
.wz-bt span {
  font-size: 18px;
  line-height: 32px;
  margin-top: 8px;
  color: #666666;
}
.char-w {
  background-color: #3b1f40;
  border-bottom: 1px solid #efefef;
  color: #fff;
}
.char-w .page {
  display: flex;
  align-items: center;
}
.char-w .text {
  white-space: nowrap;
  line-height: 1.75;
  margin-right: 8%;
}
.char-w .text hr {
  width: 110px;
  height: 1px;
  background-color: #fff;
  margin: 10px 0;
}
.char-w .text span {
  opacity: 0.8;
  font-family: sans-serif;
}
.char-w .list {
  flex: 1;
  display: flex;
}
.char-w .list li {
  flex: 1;
  cursor: pointer;
}
.char-w .list li .box {
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.char-w .list li p {
  font-size: 20px;
  margin: 12px 0 10px;
}
.char-w .list li span {
  font-size: 14px;
  padding: 0 25px;
  font-weight: lighter;
  opacity: 0.8;
}
.char-w .list li i {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/char-icon.png);
  transition: all 0.2s linear;
  background-position-y: -113px;
}
.char-w .list li:nth-child(1) i {
  background-position-x: -24px;
}
.char-w .list li:nth-child(2) i {
  background-position-x: -110px;
}
.char-w .list li:nth-child(3) i {
  background-position-x: -191px;
}
.char-w .list li:nth-child(4) i {
  background-position-x: -271px;
}
.char-w .list .on {
  color: #3b1f40;
}
.char-w .list .on .box {
  background-color: #fff;
}
.char-w .list .on i {
  background-position-y: -40px;
  transition: all 0.2s linear;
}
.pro-w ul {
  display: flex;
}
.pro-w ul li {
  width: 20%;
  padding: 10px;
  border-right: 1px solid #efefef;
}
.pro-w ul li:last-child {
  border-right: none;
}
.pro-w ul li .pic {
  max-width: 250px;
  margin: 0 auto;
}
.pro-w ul li .text {
  text-align: center;
  line-height: 1.75;
  padding-bottom: 10px;
}
.pro-w ul li .text p {
  font-size: 17px;
}
.pro-w ul li .text span {
  font-size: 13px;
}
.pro-w ul li:hover img {
  transform: scale(1.1);
}
.app-w {
  position: relative;
}
.app-w .row {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.app-w .row * {
  color: #fff;
}
.app-w .row .text {
  padding-top: 70px;
  background: url(../images/logo.png) no-repeat left top;
}
.app-w .row .text h3 {
  font-size: 30px;
}
.app-w .row .text p {
  font-size: 14px;
  margin-top: 20px;
}
.app-w .row .text em {
  display: block;
  width: 195px;
  height: 2px;
  background-color: #c1111a;
  margin-top: 15px;
}
.app-w .row .tab-box {
  width: 700px;
  margin-top: 45px;
}
.app-w .row .tab-box .app-tab ul {
  display: flex;
  flex-wrap: wrap;
  transform: translate3d(0px, 0px, 0px) !important;
}
.app-w .row .tab-box .app-tab ul li {
  width: 130px;
  height: 85px;
  margin-right: 35px;
  margin-bottom: 35px;
  position: relative;
  background-color: #064a9b;
  cursor: pointer;
}
.app-w .row .tab-box .app-tab ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}
.app-w .row .tab-box .app-tab ul li p {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  padding: 0 15px;
  font-size: 19px;
  font-weight: lighter;
}
.app-w .row .tab-box .app-tab ul .my-slide-thumb-active {
  border: 3px solid #fff;
}
.app-w .row .tab-box .app-tab ul .my-slide-thumb-active img {
  opacity: 1;
}
.app-w .row .more {
  position: absolute;
  right: 0;
  bottom: 10%;
  text-align: right;
}
.app-w .row .more p {
  font-size: 24px;
}
.app-w .row .more em {
  display: block;
  width: 40px;
  height: 1px;
  background-color: red;
  margin: 10px 0 8px auto;
}
.app-w .row .more span {
  font-size: 14px;
  text-transform: uppercase;
}
.footer {
  background-color: #3b1f40;
  color: #fff;
}
.footer .page {
  max-width: 1400px;
}
.footer .page .top {
  padding: 60px 0 30px;
  display: flex;
  justify-content: space-between;
}
.footer .page .top h5 {
  font-size: 22px;
  margin-bottom: 15px;
}
.footer .page .top .f-nav {
  width: 50%;
  display: flex;
}
.footer .page .top .f-nav ul {
  flex: auto;
}
.footer .page .top .f-nav ul li {
  line-height: 34px;
  padding-left: 15px;
  color: rgba(255, 255, 255, 0.82);
  background: url(../images/f-rg.png) no-repeat left center;
}
.footer .page .top .f-nav ul li:hover a {
  color: #fff;
}
.footer .page .top .rg {
  width: 470px;
}
.footer .page .top .rg .form-con input {
  width: 100%;
  height: 55px;
  border: 1px solid #e2e2e2;
  margin-bottom: 15px;
  padding: 0 15px;
}
.footer .page .top .rg input[type="submit"] {
  width: 160px;
  height: 45px;
  background-color: #cdcdcc;
  border: none;
  margin: 0 0 0 auto;
  cursor: pointer;
}
.footer .page .top .rg input[type="submit"]:hover {
  color: #fff;
  background-color: #1e8acc;
}
.footer .page .btm {
  border-top: 1px solid #aaa;
  padding: 25px 0 40px;
  display: flex;
  justify-content: space-between;
}
.footer .page .btm .lf {
  display: flex;
}
.footer .page .btm .lf .info {
  width: 400px;
  margin-right: 50px;
}
.footer .page .btm .lf .info li {
  display: flex;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.82);
}
.footer .page .btm .lf .info li i {
  margin-right: 10px;
  font-size: 18px;
}
.footer .page .btm .lf .follow p {
  font-size: 18px;
  font-weight: bold;
}
.footer .page .btm .lf .follow ul {
  margin-top: 15px;
}
.footer .page .btm .lf .follow ul li {
  position: relative;
}
.footer .page .btm .lf .follow ul li .iconfont {
  font-size: 30px;
}
.footer .page .btm .lf .follow ul li .pic {
  width: 100px;
}
.footer .page .btm .rg {
  display: flex;
  flex-direction: column;
}
.footer .page .btm .rg #clickTop {
  margin: auto 0 auto auto;
}
.footer .page .btm .rg p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1;
  margin-top: 10px;
}
.footer .page .btm .rg p a {
  display: inline;
}
#clickTop {
  width: 55px;
  height: 55px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 26px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0.75);
}
#clickTop:hover {
  opacity: 1;
}
