.mobile {
  display: none;
}
.pc {
  display: block;
}
body {
  background: #fff;
}
.nav {
  width: 100%;
  height: 80px;
  background: #f3f3f3;
  border-bottom: 1px solid #a71a1a;
}
.nav .nav-con {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.nav .nav-con .logo {
  padding-top: 18px;
  margin-right: 80px;
}
.nav .nav-con .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  line-height: 80px;
}
.nav .nav-con .text-box .text + .text {
  margin-left: 25px;
}
.nav .nav-con .text-box .text * {
  float: left;
}
.nav .nav-con .text-box .red {
  color: #a71a1a;
}
.nav .nav-con .text-box .bold {
  font-weight: bold;
}
.nav .nav-con .text-box span {
  font-size: 16px;
}
.nav .nav-con .text-box img {
  margin-right: 4px;
}
.nav .nav-con .text-box .phone {
  margin-top: 30px;
}
.nav .nav-con .text-box .email {
  margin-top: 33px;
}
.header {
  min-width: 1200px;
  min-height: 300px;
  background: #E8E8E8 url(../images/header-cont-bank.jpg);
  background-size: 1920px 100%;
  background-position: center top;
  position: relative;
}
.header .qr_btn {
  position: absolute;
  top: 11vw;
  right: 10vw;
  width: 6vw;
  height: 6vw;
}
.header .banner {
  display: block;
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
  height: auto;
  margin: 0 auto;
}
.header .banner.m {
  display: none;
}
.header .header-cont {
  width: 1200px;
  margin: 0 auto;
  min-height: 300px;
  overflow: hidden;
}
.header .header-cont .header-cont-left {
  width: 715px;
  float: left;
  min-height: 200px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.header .header-cont .header-cont-left b {
  display: block;
  color: #333;
  font-size: 20px;
  line-height: 2;
  text-indent: 2em;
}
.header .header-cont .header-cont-left p {
  display: block;
  color: #333;
  font-size: 16px;
  line-height: 30px;
  text-indent: 2em;
}
.header .header-cont .header-cont-right {
  width: 285px;
  float: left;
  margin-left: 44px;
  min-height: 200px;
  background: #ddd;
}
.header .header-cont .header-cont-right .tit {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  background: #eee;
  height: 50px;
  transform: skew(-30deg) translateX(-15px);
}
.header .header-cont .header-cont-right .tit span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  color: #333;
  transform: skew(30deg);
}
.header .header-cont .header-cont-right .rcgw {
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
}
.header .header-cont .header-cont-right .rcgw span {
  font-size: 15px;
  line-height: 1;
  color: #333;
  position: relative;
  padding-left: 10px;
}
.header .header-cont .header-cont-right .rcgw span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 18px;
  background: #333;
}
.focus {
  width: 100%;
  height: auto;
  padding: 100px 0 75px;
  margin-bottom: 80px;
  background: #eee;
}
.focus .main-tit {
  width: 1200px;
  margin: 0 auto;
}
.focus .main-tit div {
  height: 20px;
  text-align: center;
}
.focus .main-tit div .text {
  display: inline-block;
  width: auto;
  height: 50px;
  padding: 0 40px;
  background: #eee !important;
  position: relative;
}
.focus .main-tit div .text i {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 19px;
  border-radius: 50%;
  background: #a71a1a;
}
.focus .main-tit div .text .left {
  left: 15px;
}
.focus .main-tit div .text .right {
  right: 15px;
}
.focus .main-tit div .text span {
  display: inline-block;
  height: 50px;
  background: #a71a1a;
  padding: 0 40px;
  font-size: 30px;
  line-height: 46px;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
}
.focus .main-tit div .line {
  width: 100%;
  height: 1px;
  background: #a71a1a;
  margin-top: -25px;
}
.focus .focus-con {
  width: 1200px;
  height: 320px;
  margin: 85px auto 0;
  position: relative;
}
.focus .focus-con .img-page {
  position: absolute;
  bottom: -10px;
  right: -11px;
  z-index: 11;
}
.focus .focus-con .swiper-container {
  width: 100%;
  height: 320px;
  box-shadow: 0 0 10px #666;
  position: relative;
  overflow: inherit;
}
.focus .focus-con .swiper-container .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #fff;
}
.focus .focus-con .swiper-container .swiper-pagination {
  position: absolute;
  right: -97%;
  display: inline-block;
  width: auto;
  z-index: 1111;
  bottom: 0;
}
.focus .focus-con .swiper-container .swiper-pagination-bullet {
  background: #aaa;
  opacity: 1;
}
.focus .focus-con .swiper-container .swiper-pagination-bullet-active {
  width: 16px;
  background: #8b1515;
  border-radius: 8px;
}
.focus .focus-con .swiper-container .text-con {
  padding: 30px;
}
.focus .focus-con .swiper-container .text-con div {
  font-size: 24px;
  color: #a71a1a;
  font-weight: bold;
  margin-bottom: 15px;
}
.focus .focus-con .swiper-container .text-con P {
  font-size: 18px;
  line-height: 1.5;
}
.main {
  width: 100%;
}
.main * {
  transition: all 0.3s;
}
.main .main-tit {
  width: 1200px;
  margin: 0 auto;
}
.main .main-tit div {
  height: 20px;
  text-align: center;
}
.main .main-tit div .text {
  display: inline-block;
  width: auto;
  height: 50px;
  padding: 0 40px;
  background: #fff;
  position: relative;
}
.main .main-tit div .text i {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 19px;
  border-radius: 50%;
  background: #a71a1a;
}
.main .main-tit div .text .left {
  left: 15px;
}
.main .main-tit div .text .right {
  right: 15px;
}
.main .main-tit div .text span {
  display: inline-block;
  height: 50px;
  background: #a71a1a;
  padding: 0 40px;
  font-size: 30px;
  line-height: 46px;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
}
.main .main-tit div .line {
  width: 100%;
  height: 1px;
  background: #a71a1a;
  margin-top: -25px;
}
.main .main-tit .province-con {
  width: 100%;
  margin: 70px auto 0;
}
.main .main-tit .province-con div {
  float: left;
  font-size: 16px;
  cursor: pointer;
  margin: 0 15px 0 0;
}
.main .main-tit .province-con div:hover {
  color: #a71a1a;
}
.main .main-tit .province-con .province-active {
  color: #a71a1a;
}
.main .main-cont {
  width: 1200px;
  margin: 40px auto 80px;
}
.main .main-cont .cont-card {
  float: left;
  width: 590px;
  height: 200px;
  border: 1px solid #a71a1a;
  border-radius: 10px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.main .main-cont .cont-card:nth-child(even) {
  margin-right: 0;
}
.main .main-cont .cont-card .logo {
  width: 130px;
  height: 120px;
  background: #fff;
  float: left;
  margin-left: -2px;
  margin-top: 40px;
  position: relative;
}
.main .main-cont .cont-card .logo img {
  position: absolute;
  width: 140px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main .main-cont .cont-card .cont {
  float: right;
  width: 440px;
  height: 100%;
  padding: 20px 20px 20px 0;
  position: relative;
  overflow: hidden;
}
.main .main-cont .cont-card .cont .title {
  font-size: 20px;
  color: #a71a1a;
  margin-bottom: 20px;
}
.main .main-cont .cont-card .cont .text {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  text-align: justify;
}
.main .main-cont .cont-card .cont .pos {
  position: absolute;
  left: 0;
  bottom: 27px;
  font-size: 16px;
}
.main .main-cont .cont-card .cont .pos span {
  font-size: 16px;
  color: #666;
}
.main .main-cont .cont-card .cont .pos img {
  float: left;
  height: 18px;
  color: #666;
  margin-top: 3px;
}
.main .main-cont .cont-card .cont .btn {
  position: absolute;
  right: 20px;
  bottom: 22px;
  height: 32px;
  line-height: 26px;
  width: 100px;
  margin: auto;
  font-size: 17px;
  text-align: center;
  color: #a71a1a;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 1px;
  border: 2px solid #a71a1a;
  transition: all 0s;
}
.main .main-cont .cont-card .cont .btn-sta-active {
  color: #fff;
  background: #a71a1a;
  font-weight: bold;
  border-bottom: 1px solid #a71a1a;
}
.main .main-cont .cont-card .cont .btn-end-active {
  color: #999;
  background: #ddd;
  border: 2px solid #ddd;
  cursor: not-allowed;
}
.main .main-cont .cont-card .cont .btn-click-active {
  color: #fff;
  background: #a71a1a;
  font-weight: bold;
  border-bottom: 2px solid #ce3b18;
}
.main .main-cont .cont-card .cont .btn-unclick-active {
  color: #bbb;
  background: #fff;
  font-weight: bold;
  border: 2px solid #ddd;
}
.main .main-cont .cont-card .cont .tag {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  text-align: center;
}
.main .main-cont .cont-card .cont .xk {
  right: 140px;
}
.main .main-cont:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}
.main .apply-bot {
  width: 100%;
  height: auto;
  text-align: center;
  position: fixed;
  bottom: -80px;
  left: 0;
  z-index: 1;
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.3s;
}
.main .apply-bot div {
  font-size: 20px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}
.main .apply-bot div + div {
  cursor: pointer;
  margin-left: 30px;
  padding: 9px 20px 10px;
  line-height: 1;
  border-radius: 8px;
  background: #a71a1a;
  box-shadow: 1px 1px 1px #79301E, -1px -1px 1px #F28063;
}
.main .apply-bot-active {
  bottom: 0;
}
.main .apply-btn {
  position: fixed;
  bottom: 22%;
  right: 10px;
  width: 60px;
  height: 60px;
  color: #fff;
  box-shadow: 0 0 2px #ddd;
  background: #a71a1a;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.2;
  padding: 8px;
  cursor: pointer;
  border-radius: 8px;
  z-index: 0;
  transition: all 0s;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
}
.main .guide {
  bottom: 12%;
}
.footer {
  background: #a71a1a;
  overflow: hidden;
}
.footer .link {
  width: 1000px;
  margin: auto;
  overflow: hidden;
  padding: 20px 0;
}
.footer .link .link-left {
  float: left;
}
.footer .link .link-left ul {
  float: left;
  margin-right: 80px;
}
.footer .link .link-left ul li {
  margin: 30px 0;
}
.footer .link .link-left ul li a {
  font-size: 16px;
  color: #fff;
}
.footer .link .link-right {
  float: right;
}
.footer .link .link-right p {
  float: right;
  margin-left: 50px;
  padding: 30px 0;
}
.footer .link .link-right p img {
  display: block;
  width: 100px;
  margin-bottom: 10px;
}
.footer .link .link-right p span {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.footer .bottom {
  padding: 20px 0;
  background: #a71a1a;
}
.footer .bottom p {
  width: 1000px;
  margin: auto;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
