.mobile {
  display: block;
}
.pc {
  display: none;
}
.reset-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  font-size: 18px;
  padding: 10px;
  color: #fff;
  cursor: pointer;
  background: #1060b1;
  z-index: 100000;
}
.content-title {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.content-title .s-line {
  width: 100%;
  height: 1px;
  background: #a71a1a;
  margin-top: 9px;
}
.content-title > .text-box {
  width: 300px!important;
  float: none!important;
  margin: -10px auto 0;
  text-align: center;
  background: #fff;
}
.content-title > .text-box span {
  color: #a71a1a;
  font-weight: bold;
  font-size: 22px;
  line-height: 18px;
}
.content-title > .text-box .point {
  display: inline-block;
}
.content-title > .text-box .point i {
  display: inline-block;
  box-sizing: border-box;
  width: 9px;
  height: 9px;
  border: 1px solid #a71a1a;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  margin: 5px;
}
.content-title > .text-box .point i:nth-child(odd) {
  background: #a71a1a;
}
.content-title > .text-box .point i:nth-child(even) {
  background: #fff;
}
.content-title > .text-box .point:last-child i:nth-child(odd) {
  background: #fff;
}
.content-title > .text-box .point:last-child i:nth-child(even) {
  background: #a71a1a;
}
.nav {
  width: 100%;
  height: 80px;
  background: #f3f3f3;
  border-bottom: 1px solid #a71a1a;
}
.nav .nav-con {
  width: 100%;
  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 {
  position: relative;
}
.header .qrcode-lf {
  position: absolute;
  height: 16vw;
  top: 29vw;
  left: 5vw;
}
.header .qrcode-rt {
  position: absolute;
  height: 16vw;
  top: 29vw;
  right: 5vw;
}
.header .banner {
  display: none;
}
.header .banner.m {
  display: block;
  width: 100%;
}
.header .header-cont .header-cont-left {
  padding: 5vw;
  background: #eee;
}
.header .header-cont .header-cont-left b {
  display: block;
  color: #333;
  font-size: 4vw;
  line-height: 2;
  text-indent: 2em;
  margin-bottom: 5px;
}
.header .header-cont .header-cont-left p {
  text-indent: 2em;
  line-height: 1.5;
  font-size: 3.7vw;
  color: #333;
}
.header .header-cont .header-cont-right {
  padding: 5vw 0;
  background: #ddd;
}
.header .header-cont .header-cont-right .tit {
  background: #eee;
  padding: 2vw 10vw;
  width: 60vw;
  margin: auto;
  transform: skew(-30deg) translateX(-23vw);
  margin-bottom: 5vw;
}
.header .header-cont .header-cont-right .tit span {
  display: block;
  font-size: 4.4vw;
  font-weight: bold;
  color: #333;
  transform: skew(30deg);
}
.header .header-cont .header-cont-right .rcgw {
  font-size: 3.5vw;
  line-height: 1.5;
  color: #333;
  padding: 0 9vw;
  margin-bottom: 1.5vw;
  position: relative;
}
.header .header-cont .header-cont-right .rcgw:after {
  content: "";
  position: absolute;
  height: 4vw;
  width: 1.4vw;
  background: #333;
  left: 5vw;
  top: 50%;
  transform: translateY(-50%);
}
.header .header-cont .header-cont-right .rcgw span {
  font-size: 3.3vw;
}
.focus {
  width: 100%;
  height: auto;
  padding: 100px 0 75px;
  margin-bottom: 80px;
  background: #eee;
}
.focus .main-tit {
  width: 100%;
  margin: 0 auto;
}
.focus .main-tit div .text {
  background: #eee !important;
}
.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 {
  margin-top: 30px;
}
.main .main-nav .title-ccap {
  text-align: center;
  margin: 30px;
}
.main .main-nav .title-ccap img {
  width: 140px;
}
.main .main-nav .special-box {
  text-align: center;
  padding-bottom: 20px;
}
.main .main-nav .special-box a {
  font-size: 4vw;
  font-weight: bold;
  color: #a71a1a;
  margin-right: 5px;
}
.main .main-nav .special-box a:hover {
  text-decoration: underline;
}
.main .main-nav .special-box img {
  width: 6vw;
  margin-top: -7px;
}
.main .main-nav .nav .nav-box {
  width: 100%;
  overflow-y: scroll;
}
.main .main-nav .nav ul {
  width: 800px;
}
.main .main-nav .nav ul li {
  float: left;
  width: 100px;
  background: #fff;
  border: 1px solid #a71a1a;
  border-right: none;
  padding: 2vw 0;
  text-align: center;
}
.main .main-nav .nav ul li img {
  display: block;
  margin: auto;
  height: 4vw;
}
.main .main-nav .nav ul .active {
  color: #fff;
  background: #a71a1a;
}
.main .main-nav .nav p {
  width: 100vw;
  height: auto;
  background: #a71a1a;
  margin: auto;
  padding: 2vw 10vw;
}
.main .main-nav .nav p span {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 3.5vw;
}
.main .main-nav .nav p span b {
  display: block;
  content: "";
  overflow: hidden;
  height: 0;
  margin-bottom: 1vw;
}
.main .password {
  margin: 0 auto;
  padding: 20px 0 0;
  text-align: center;
  font-size: 14px;
}
.main .password span {
  color: #a71a1a;
  font-size: 14px;
  cursor: copy;
}
.main .password img {
  width: 25vw;
}
.main .password p {
  font-size: 14px;
  text-align: center;
}
.main .password + .password {
  padding-top: 10px;
}
.main .main-tit div {
  text-align: center;
}
.main .main-tit div .text {
  display: inline-block;
  width: auto;
  height: 30px;
  padding: 0 40px;
  background: #fff;
  position: relative;
}
.main .main-tit div .text i {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 9px;
  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: 30px;
  background: #a71a1a;
  padding: 0 15px;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
}
.main .main-tit div .line {
  width: 100%;
  height: 1px;
  background: #a71a1a;
  margin-top: -15px;
}
.main .main-tit .province-con {
  width: 100%;
  margin: 20px 0 0;
}
.main .main-tit .province-con div {
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  margin: 10px 10px 0 0;
}
.main .main-tit .province-con div:hover {
  color: #a71a1a;
}
.main .main-tit .province-con .province-active {
  color: #a71a1a;
}
.main .main-cont {
  padding: 5vw;
}
.main .main-cont .cont-card {
  padding: 3vw 3vw 5vw;
  border: 1px solid #a71a1a;
  margin-bottom: 5vw;
  border-radius: 2vw;
  position: relative;
}
.main .main-cont .cont-card:after {
  content: "";
  display: block;
  clear: both;
}
.main .main-cont .cont-card:last-child {
  margin-bottom: 0;
}
.main .main-cont .cont-card .logo {
  position: absolute;
  width: 2vw;
  left: -2px;
  top: 50%;
  height: 20vw;
  background: #fff;
  transform: translateY(-50%);
}
.main .main-cont .cont-card .logo img {
  position: absolute;
  left: -1.5vw;
  top: 50%;
  transform: translateY(-50%);
  width: 22vw;
}
.main .main-cont .cont-card .cont {
  float: right;
  width: 63vw;
  position: relative;
  padding-bottom: 5vw;
}
.main .main-cont .cont-card .cont .title {
  font-size: 4vw;
  color: #a71a1a;
  word-break: break-all;
  margin-bottom: 2vw;
}
.main .main-cont .cont-card .cont .text {
  font-size: 3.5vw;
  word-break: break-all;
  margin-bottom: 2vw;
}
.main .main-cont .cont-card .cont .pos {
  position: absolute;
  left: 0;
  bottom: -1vw;
}
.main .main-cont .cont-card .cont .pos img {
  float: left;
  height: 4vw;
}
.main .main-cont .cont-card .cont .pos span {
  font-size: 3.1vw;
  line-height: 4vw;
  color: #666;
}
.main .main-cont .cont-card .cont .btn {
  position: absolute;
  right: 0;
  bottom: -2vw;
  font-size: 3.5vw;
  padding: 0.5vw 1.5vw;
  border-radius: 1.2vw;
  width: auto;
  margin: auto;
  text-align: center;
  color: #a71a1a;
  background: #fff;
  cursor: pointer;
  border: 1px solid #a71a1a;
  transition: all 0s;
}
.main .main-cont .cont-card .cont .btn-sta-active {
  color: #fff;
  background: #a71a1a;
  border-bottom: 1px solid #a71a1a;
}
.main .main-cont .cont-card .cont .btn-end-active {
  color: #999;
  background: #ddd;
  border: 1px solid #ddd;
  cursor: not-allowed;
}
.main .main-cont .cont-card .cont .btn-click-active {
  color: #fff;
  background: #a71a1a;
  border-bottom: 1px solid #ce3b18;
}
.main .main-cont .cont-card .cont .btn-unclick-active {
  color: #bbb;
  background: #fff;
  border: 1px solid #ddd;
}
.main .main-cont .cont-card .cont .tag {
  position: absolute;
  top: -3vw;
  right: -3vw;
  width: 6vw;
  height: 6vw;
  text-align: center;
}
.main .main-cont .cont-card .cont .tag img {
  width: 100%;
}
.main .main-cont .cont-card .cont .xk {
  right: 19vw;
}
.main .apply-bot {
  width: 100%;
  height: auto;
  text-align: center;
  position: fixed;
  bottom: -18vw;
  left: 0;
  z-index: 1;
  padding: 5vw 0;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.3s;
}
.main .apply-bot div {
  font-size: 4.5vw;
  letter-spacing: 1px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}
.main .apply-bot div + div {
  cursor: pointer;
  margin-left: 5vw;
  padding: 1.4vw 4vw 2vw;
  line-height: 1;
  border-radius: 1.3vw;
  background: #a71a1a;
  box-shadow: 1px 1px 1px #79301E, -1px -1px 1px #F28063;
}
.main .apply-bot-active {
  bottom: 0;
}
.main .apply-btn {
  position: fixed;
  bottom: 20%;
  right: 10px;
  width: 50px;
  height: 50px;
  color: #fff;
  box-shadow: 0 0 2px #ddd;
  background: #a71a1a;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
  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: 11%;
}
.footer {
  background: #a71a1a;
}
.footer .link {
  overflow: hidden;
  padding: 5vw;
}
.footer .link .link-left {
  overflow: hidden;
  margin-bottom: 5vw;
}
.footer .link .link-left ul {
  float: left;
  width: 30%;
  margin-right: 5%;
}
.footer .link .link-left ul:last-child {
  margin-right: 0;
}
.footer .link .link-left ul li {
  margin-bottom: 2vw;
  text-align: center;
}
.footer .link .link-left ul li a {
  font-size: 3.5vw;
  color: #fff;
}
.footer .link .link-right {
  overflow: hidden;
}
.footer .link .link-right p {
  float: left;
  width: 50%;
}
.footer .link .link-right p img {
  display: block;
  width: 60%;
  margin: auto;
  margin-bottom: 1vw;
}
.footer .link .link-right p span {
  display: block;
  font-size: 3.5vw;
  color: #fff;
  text-align: center;
}
.footer .bottom {
  background: #a71a1a;
  padding: 5vw;
}
.footer .bottom p {
  color: #fff;
  text-align: center;
}
.height-m-120 {
  width: 100%;
  height: 32vw;
}
.height-m-100 {
  width: 100%;
  height: 26.66666667vw;
}
.height-m-90 {
  width: 100%;
  height: 24vw;
}
.height-m-80 {
  width: 100%;
  height: 21.33333333vw;
}
.height-m-70 {
  width: 100%;
  height: 18.66666667vw;
}
.height-m-60 {
  width: 100%;
  height: 16vw;
}
.height-m-50 {
  width: 100%;
  height: 13.33333333vw;
}
.height-m-40 {
  width: 100%;
  height: 10.66666667vw;
}
.height-m-30 {
  width: 100%;
  height: 8vw;
}
.height-m-20 {
  width: 100%;
  height: 5.33333333vw;
}
.height-m-10 {
  width: 100%;
  height: 2.66666667vw;
}
