@charset "UTF-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
dl,
div,
dt,
dd,
ul,
ol,
li,
select,
table,
tr,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box; }

body {
  color: #343434;
  font-family: '微软雅黑';
  font-size: 14px; }

a {
  text-decoration: none;
  color: #555;
  outline: none;
  vertical-align: baseline; }

a,
input,
select,
textarea {
  outline: none; }

textarea {
  resize: none; }

a:hover,
a:link {
  text-decoration: none; }

ul,
dl {
  list-style-type: none; }

img {
  border: 0; }

small,
em,
i {
  font-weight: normal;
  font-style: normal; }

li {
  list-style: none; }

img {
  border: 0; }

/*常用类*/
.fl {
  float: left; }

.fr {
  float: right; }

.clearfix::before,
.clearfix::after,
.clearfix:before,
.clearfix:after {
  content: '';
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both; }

.txt-hide {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -icab-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis; }

.txt-hide2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }

.txt-hide3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; }

.tc {
  text-align: center; }

.tl {
  text-align: left; }

.tr {
  text-align: right; }

.font30 {
  font-size: 30px; }

.font28 {
  font-size: 28px; }

.font26 {
  font-size: 26px; }

.font24 {
  font-size: 24px; }

.font22 {
  font-size: 22px; }

.font20 {
  font-size: 20px; }

.font18 {
  font-size: 18px; }

.font16 {
  font-size: 16px; }

.font14 {
  font-size: 14px; }

.font12 {
  font-size: 12px; }

.img-res {
  display: block;
  max-width: 100%;
  height: auto; }

.table-box {
  display: table;
  text-align: center; }

.table-middle {
  display: table-cell;
  vertical-align: middle; }

.list-disc {
  list-style: disc inside; }

.word-spacing {
  word-spacing: 8px;
  letter-spacing: 1px; }

.goBackStyle {
  background: url(../img/goblck.png) no-repeat;
  width: 50px;
  height: 50px;
  position: fixed;
  background-size: 50px;
  bottom: 25px;
  right: 25px;
  z-index: 999;
  display: none;
  /*返回顶部*/ }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.ml30 {
  margin: 30px; }

.mt10 {
  margin-top: 10px; }

.plr15 {
  padding: 0 15px; }

.pl20 {
  padding-left: 20px; }

.move {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transform: all 0.5s; }

.col {
  color: #0237ac; }

.h40 {
  height: 40px; }

.indent {
  text-indent: 2em; }

.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  top: 0;
  left: 0; }

.fixed-box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99; }

.middle-box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  z-index: 99; }

/*移动端头部*/
.header {
  z-index: 99;
  background: rgba(0, 0, 0, 0);
  ont-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 50px 0 15px;
  transition: all 0.3s; }
  .header.active {
    background: rgba(0, 0, 0, 0.5); }

.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999; }

.header .head-btn {
  display: block;
  width: 40px;
  height: 40px;
  padding: 11px;
  position: absolute;
  top: 0;
  right: 10px; }

.header .head-btn:before,
.header .head-btn:after {
  content: '';
  display: block;
  background: #fff;
  height: 2px; }

.header .head-btn span {
  background: #fff;
  display: block;
  height: 2px;
  margin: 6px 0; }

.header .logo {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center; }

.header .logo img {
  display: block;
  width: 220px;
  height: auto; }

#loading {
  display: flex;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  align-items: center;
  z-index: 999;
  justify-content: center; }
  #loading .icon {
    width: 120px; }

.hover-text-act {
  background-size: 100% 100%; }

.mm-menu .mm-navbar a.mm-title {
  color: #0237ac; }

.head {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  color: #fff;
  height: 80px;
  transition: all 0.3s; }
  .head .logo {
    padding: 20px 0; }
    .head .logo img {
      width: 387px;
      height: 40px; }
    .head .logo .f {
      display: block; }
    .head .logo .e {
      display: none; }
  .head.active {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 20px #ddd; }
    .head.active .logo .f {
      display: none; }
    .head.active .logo .e {
      display: block; }
    .head.active .nav-list li a {
      color: #333; }
    .head.active .nav-list li .lie {
      background: #333; }
    .head.active .lang-wrap .icon {
      border-top-color: #333; }
    .head.active .lang-wrap .btn {
      border: 1px solid #333;
      color: #333; }
    .head.active .lang-wrap .ibox {
      background: rgba(255, 255, 255, 0.3);
      border: 1px solid #333; }
      .head.active .lang-wrap .ibox .i-item {
        color: #333; }
  .head .nav {
    float: right; }
  .head .nav-list {
    display: flex;
    align-items: center; }
    .head .nav-list li {
      line-height: 40px;
      padding: 20px 16px;
      position: relative; }
      .head .nav-list li:hover .sub-box {
        display: block; }
      .head .nav-list li .sub-box {
        position: absolute;
        background: #fff;
        top: 80px;
        width: 120px;
        text-align: center;
        display: none;
        left: -10px; }
        .head .nav-list li .sub-box a {
          color: #343434;
          display: block;
          padding: 5px 15px;
          line-height: 25px; }
          .head .nav-list li .sub-box a:hover {
            background: #0237ac;
            color: #fff; }
          .head .nav-list li .sub-box a.active {
            background: #0237ac;
            color: #fff; }
      .head .nav-list li.active .lie {
        transform: scaleX(1); }
      .head .nav-list li a {
        display: block;
        color: #fff;
        position: relative; }
        .head .nav-list li a:hover .lie {
          transform: scaleX(1); }
      .head .nav-list li .lie {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        transition: all 0.3s;
        transform: scaleX(0);
        background: #fff; }

.lang-wrap {
  position: relative;
  float: right;
  margin-top: 28px;
  display: flex;
  justify-content: flex-end;
  margin-left: 40px; }
  .lang-wrap .btn {
    display: flex;
    align-items: center;
    padding: 2px 10px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0; }
  .lang-wrap .text {
    margin-right: 4px; }
  .lang-wrap .icon {
    width: 0px;
    height: 0px;
    border: 4px solid transparent;
    border-top-color: #fff;
    display: inline-block;
    line-height: 0px;
    font-size: 0px;
    margin-top: 4px; }
  .lang-wrap .ibox {
    position: absolute;
    right: 0;
    top: 26px;
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #fff;
    border-top: 0;
    display: none; }
    .lang-wrap .ibox.active {
      display: block; }
    .lang-wrap .ibox .i-item {
      display: block;
      text-decoration: center;
      color: #fff;
      text-align: center;
      padding: 4px 0; }
      .lang-wrap .ibox .i-item:hover {
        font-weight: bold; }

.footer {
  margin-top: 40px; }
  .footer .cont {
    padding: 30px 0;
    display: flex;
    justify-content: space-between; }
  .footer .info .logo {
    width: 387px;
    height: 40px;
    display: block; }
  .footer .desc-wrap {
    display: flex;
    padding-top: 40px; }
  .footer .desc-list {
    margin-right: 60px; }
    .footer .desc-list .tit {
      font-size: 16px;
      margin-bottom: 20px;
      font-weight: bold; }
    .footer .desc-list .item {
      font-size: 14px;
      margin-bottom: 10px; }
      .footer .desc-list .item a:hover {
        color: #0237ac; }
  .footer .qrcode-wrap {
    text-align: center; }
    .footer .qrcode-wrap .qrtit {
      font-size: 24px;
      color: #333;
      font-weight: bold; }
    .footer .qrcode-wrap .text {
      font-size: 14px;
      color: #999;
      padding: 5px 0 15px; }
    .footer .qrcode-wrap .code {
      width: 150px;
      height: 150px; }

.allright {
  background: #f7f7f7;
  text-align: center;
  padding: 10px 0; }
  .allright span {
    margin: 0 5px; }
  .allright a {
    margin: 0 5px; }

.btnbox .btn {
  background: #333;
  width: 180px;
  height: 60px;
  line-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff; }
.btnbox .t {
  margin-right: 5px;
  font-size: 16px; }

.btn-hover {
  border-radius: 0;
  transition: all 0.3s; }
  .btn-hover:hover {
    border-radius: 30px 10px 30px 10px;
    box-shadow: 0 0 20px #eee;
    transform: translate(0, -5px); }

.ad-kf {
  height: 250px;
  background: url(../img/zx.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  display: block; }

.popup-wrap {
  padding: 0.8rem 1.2rem; }
  .popup-wrap .form-item {
    margin-bottom: 15px;
    position: relative; }
    .popup-wrap .form-item.form-item-send .btn-send {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translate(0, -50%);
      padding: 0 20px;
      height: 30px;
      line-height: 30px;
      color: #0237ac;
      z-index: 9; }
  .popup-wrap .input {
    background: #f8faff;
    border: 1px solid #dadce5;
    border-radius: 8px;
    padding: 0 0.24rem;
    height: 0.7rem;
    line-height: 0.7rem;
    width: 100%; }
  .popup-wrap .title {
    color: #333;
    font-size: 40px;
    text-align: center;
    font-weight: bold; }
  .popup-wrap .text {
    text-align: center;
    font-size: 20px;
    color: #666;
    margin-bottom: 0.6rem; }
  .popup-wrap .textarea {
    width: 100%;
    height: 106px;
    background: #f8faff;
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #dadce5; }
  .popup-wrap .desc {
    padding-left: 24px;
    color: #666;
    font-size: 16px;
    margin-bottom: 18px; }
  .popup-wrap .desc-wrap2 {
    padding: 0.24rem 0;
    vertical-align: middle; }
    .popup-wrap .desc-wrap2 .desc-item {
      color: #666; }
    .popup-wrap .desc-wrap2 .arg {
      color: #0237ac; }
    .popup-wrap .desc-wrap2 .txt {
      vertical-align: middle; }
  .popup-wrap .desc-wrap {
    padding-left: 24px;
    padding-bottom: 0.26rem; }
  .popup-wrap .desc-item {
    display: inline-block;
    margin-right: 10px; }
    .popup-wrap .desc-item.active .icon {
      background: #0237ac url(../img/lx/icon_g.png) no-repeat center center; }
    .popup-wrap .desc-item .icon {
      width: 18px;
      height: 18px;
      background: #dcddde;
      border-radius: 50%;
      display: inline-block;
      vertical-align: middle; }
    .popup-wrap .desc-item .name {
      font-size: 16px;
      color: #333;
      vertical-align: middle; }
  .popup-wrap .btn {
    background: #0237ac;
    width: 180px;
    height: 56px;
    line-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: block;
    color: #fff;
    padding: 0;
    font-size: 16px; }
    .popup-wrap .btn .t {
      margin-right: 5px;
      font-size: 16px;
      vertical-align: middle; }
    .popup-wrap .btn .arrow {
      vertical-align: middle; }

#app {
  opacity: 0; }

.btn-flash {
  background: transparent;
  text-transform: uppercase;
  color: white;
  outline: none;
  overflow: hidden;
  position: relative; }
  .btn-flash span {
    z-index: 20; }
  .btn-flash:after {
    content: '';
    display: block;
    position: absolute;
    top: -36px;
    left: -100px;
    background: #0237ac;
    width: 50px;
    height: 125px;
    opacity: 20%;
    transform: rotate(-45deg); }
  .btn-flash:hover:after {
    left: 120%;
    transition: all 800ms cubic-bezier(0.3, 1, 0.2, 1);
    -webkit-transition: all 800ms cubic-bezier(0.3, 1, 0.2, 1); }

.hover-box .box-content {
  display: none; }

.pages-next {
  border-top: 1px solid #666; }
  .pages-next .cont {
    max-width: 800px;
    height: 0.8rem;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: space-between; }
  .pages-next .icon-arrow {
    background: #333; }
  .pages-next .btn-item {
    font-size: 24px;
    color: #333;
    display: flex;
    align-items: center;
    transition: all 0.3s; }
    .pages-next .btn-item:hover {
      color: #0237ac;
      padding: 0 5px; }
      .pages-next .btn-item:hover .icon-arrow {
        background: #0237ac; }
    .pages-next .btn-item span {
      margin: 0 24px; }

.svg-fff {
  transform: translateX(40px);
  filter: drop-shadow(#fff -40px 0px 0px);
  vertical-align: top; }

.icon-arrow {
  width: 40px;
  height: 40px;
  display: inline-flex;
  overflow: hidden; }
  .icon-arrow.icon-arrow-left {
    transform: rotateY(180deg); }

.content--canvas {
  position: relative;
  overflow: hidden;
  height: 5.6rem; }
  .content--canvas .cont {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translate(0, -50%);
    z-index: 9;
    text-align: center;
    color: #fff; }
  .content--canvas .canvas-title {
    color: #fff;
    font-size: 0.6rem;
    margin-bottom: 15px; }
  .content--canvas .canvas-text {
    font-size: 0.3rem; }
    .content--canvas .canvas-text p:nth-child(2) {
      padding-left: 7%; }
  .content--canvas .btnkefu {
    background: url(../img/bgbtn.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 150px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: relative;
    color: #4c72c4;
    font-size: 18px;
    padding-right: 25px;
    padding-left: 15px;
    margin: 35px 0 45px;
    font-weight: bold; }
    .content--canvas .btnkefu .msg {
      position: absolute;
      right: 0;
      top: 0;
      width: 100px;
      transform: translate(60px, -20%); }

.ban-img {
  width: 100%;
  height: 580px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center; }
  .ban-img .ban-tit {
    text-align: center;
    color: #fff;
    font-size: 0.48rem;
    font-weight: 600; }
    .ban-img .ban-tit p {
      padding: 0.12rem 0; }
    .ban-img .ban-tit .txt {
      font-size: 0.2rem;
      font-weight: 400; }
    .ban-img .ban-tit .tit-big {
      font-size: 0.7rem; }

.svg-red {
  filter: invert(69%) sepia(16%) saturate(6918%) hue-rotate(316deg) brightness(100%) contrast(93%); }

.svg-blue {
  filter: invert(51%) sepia(94%) saturate(1681%) hue-rotate(189deg) brightness(100%) contrast(103%); }

.svg-green {
  filter: invert(74%) sepia(48%) saturate(678%) hue-rotate(48deg) brightness(86%) contrast(83%); }

.svg-gray {
  filter: invert(58%) sepia(14%) saturate(126%) hue-rotate(181deg) brightness(99%) contrast(84%); }

.svg-color {
  transform: translateX(30px);
  filter: drop-shadow(#ff0000 -30px 0px 0px); }

.layui-layer-shade {
  opacity: 0.8 !important; }

.btn-hover2 {
  display: flex !important;
  align-items: center;
  transition: all .3s; }
  .btn-hover2:hover {
    border: 1px solid #0237ac !important;
    color: #0237ac !important; }
    .btn-hover2:hover .icon {
      filter: drop-shadow(#0237AC -40px 0px 0px); }

.btn-hover3 {
  display: flex !important;
  align-items: center;
  transition: all .3s; }
  .btn-hover3:hover {
    border: 1px solid #333  !important;
    color: #333  !important; }
    .btn-hover3:hover .icon {
      filter: drop-shadow(#333 -40px 0px 0px); }

.btn-c2 {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: transparent; }

.btn-c2:before,
.btn-c2:after,
.btn-c2::before,
.btn-c2::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background: #fff !important;
  border-radius: 50%;
  z-index: -1; }

.btn-c2:before,
.btn-c2::before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*     animation: criss-cross-left 0.8s reverse; */
  z-index: -1; }

.btn-c2:after,
.btn-c2::after {
  right: -20px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  /*     animation: criss-cross-right 0.8s reverse; */
  z-index: -1; }

.btn-c2:hover {
  color: #fff; }

.btn-c2:hover:before,
.btn-c2:hover::before {
  -webkit-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both; }

.btn-c2:hover:after,
.btn-c2:hover::after {
  -webkit-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 0.8s both; }

@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px; }
  50% {
    left: 50%;
    width: 20px;
    height: 20px; }
  100% {
    left: 50%;
    width: 375px;
    height: 375px; } }
@keyframes criss-cross-left {
  0% {
    left: -20px; }
  50% {
    left: 50%;
    width: 20px;
    height: 20px; }
  100% {
    left: 50%;
    width: 375px;
    height: 375px; } }
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px; }
  50% {
    right: 50%;
    width: 20px;
    height: 20px; }
  100% {
    right: 50%;
    width: 375px;
    height: 375px; } }
@keyframes criss-cross-right {
  0% {
    right: -20px; }
  50% {
    right: 50%;
    width: 20px;
    height: 20px; }
  100% {
    right: 50%;
    width: 375px;
    height: 375px; } }
.btn-c {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: transparent; }

.btn-c:before,
.btn-c:after,
.btn-c::before,
.btn-c::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background: #0237ac;
  border-radius: 50%;
  z-index: -1; }

.btn-c:before,
.btn-c::before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*     animation: criss-cross-left 0.8s reverse; */
  z-index: -1; }

.btn-c:after,
.btn-c::after {
  right: -20px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  /*     animation: criss-cross-right 0.8s reverse; */
  z-index: -1; }

.btn-c:hover {
  color: #fff; }

.btn-c:hover:before,
.btn-c:hover::before {
  -webkit-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both; }

.btn-c:hover:after,
.btn-c:hover::after {
  -webkit-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 0.8s both; }

@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px; }
  50% {
    left: 50%;
    width: 20px;
    height: 20px; }
  100% {
    left: 50%;
    width: 375px;
    height: 375px; } }
@keyframes criss-cross-left {
  0% {
    left: -20px; }
  50% {
    left: 50%;
    width: 20px;
    height: 20px; }
  100% {
    left: 50%;
    width: 375px;
    height: 375px; } }
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px; }
  50% {
    right: 50%;
    width: 20px;
    height: 20px; }
  100% {
    right: 50%;
    width: 375px;
    height: 375px; } }
@keyframes criss-cross-right {
  0% {
    right: -20px; }
  50% {
    right: 50%;
    width: 20px;
    height: 20px; }
  100% {
    right: 50%;
    width: 375px;
    height: 375px; } }
.swiper-pagination-bullet {
  width: 12px;
  height: 12px; }

body {
  line-height: 1.6; }

.mm-listview > li:not(.mm-divider):after {
  display: none; }

.mm-menu .mm-listview .line {
  width: 25px;
  height: 1px;
  background: #333;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px; }

.mm-listview li a {
  color: #333; }
  .mm-listview li a.level1 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 20px; }

.mm-panel.mm-hasnavbar .mm-navbar {
  border: 0; }

.mm-listview .mm-logo {
  position: absolute;
  left: 20px;
  top: 10px;
  width: 180px;
  height: 20px;
  z-index: 99; }
.mm-listview .btn-close {
  position: absolute;
  right: 10px;
  top: 2px;
  padding: 5px;
  z-index: 9; }
  .mm-listview .btn-close .icon {
    width: 24px;
    height: 24px; }

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -10px; }

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
  display: block !important;
  padding: 10px 0; }

.swiper-button-next, .swiper-button-prev {
  width: 22px;
  height: 36px;
  background-size: 100% 100%;
  margin-top: -15px; }

.downbox {
  text-align: center;
  padding: 30px 0; }
  .downbox .btn-down {
    display: inline-block;
    background: #E2EEF9;
    width: 200px;
    line-height: 62px;
    height: 62px;
    margin: 0 15px; }
    .downbox .btn-down .icon {
      width: 20px;
      vertical-align: -5px; }
    .downbox .btn-down span {
      font-size: 16px;
      color: #0237AC;
      font-weight: bold; }

/* 小于768px 的屏幕*/
@media (max-width: 768px) {
  .downbox .btn-down {
    width: 40%;
    line-height: 50px;
    height: 50px;
    margin: 0 15px; }
    .downbox .btn-down span {
      font-size: 15px; }

  .swiper-button-next, .swiper-button-prev {
    width: 20px;
    height: 30px;
    background-size: 100% 100%;
    margin-top: -15px; }

  .swiper-pagination-bullet {
    width: 10px;
    height: 10px; }

  .content--canvas .icon {
    width: 30px; }

  .icon-arrow {
    width: 20px; }
    .icon-arrow .svg-fff {
      width: 20px;
      transform: translateX(20px);
      filter: drop-shadow(#fff -20px 0px 0px);
      vertical-align: top; }

  .ban-img {
    height: 200px; }
    .ban-img .ban-tit {
      font-size: 22px;
      max-width: 90%;
      margin: 0 auto; }
      .ban-img .ban-tit p {
        padding: 5px 0;
        max-width: 90%;
        margin: 0 auto; }
      .ban-img .ban-tit .txt {
        font-size: 14px;
        max-width: 90%;
        margin: 0 auto; }
      .ban-img .ban-tit .tit-big {
        font-size: 30px; }

  .popup-wrap {
    padding: 20px 15px; }
    .popup-wrap .form-item {
      margin-bottom: 15px;
      position: relative; }
      .popup-wrap .form-item.form-item-send .btn-send {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
        padding: 0 20px;
        height: 30px;
        line-height: 30px;
        color: #0237ac;
        z-index: 9; }
    .popup-wrap .input {
      background: #f8faff;
      border: 1px solid #dadce5;
      border-radius: 8px;
      padding: 0 10px;
      height: 40px;
      line-height: 40px;
      width: 100%; }
    .popup-wrap .title {
      color: #333;
      font-size: 20px; }
    .popup-wrap .text {
      font-size: 14px; }
    .popup-wrap .textarea {
      width: 100%;
      height: 106px;
      background: #f8faff;
      border-radius: 8px;
      padding: 10px;
      border: 1px solid #dadce5; }
    .popup-wrap .desc {
      padding-left: 0;
      color: #666;
      font-size: 16px;
      margin-bottom: 18px; }
    .popup-wrap .desc-wrap2 {
      padding: 0.24rem 0;
      vertical-align: middle; }
      .popup-wrap .desc-wrap2 .desc-item {
        color: #666; }
      .popup-wrap .desc-wrap2 .arg {
        color: #0237ac; }
      .popup-wrap .desc-wrap2 .txt {
        vertical-align: middle; }
    .popup-wrap .desc-wrap {
      padding-left: 0;
      padding-bottom: 0.26rem; }
    .popup-wrap .cont {
      padding: 15px;
      width: 100%; }
    .popup-wrap .form-item {
      width: 100%; }
    .popup-wrap .desc-wrap2 .desc-item {
      width: auto; }
    .popup-wrap .desc-item {
      display: inline-block;
      margin-right: 10px;
      width: 100%;
      padding: 4px 0; }
      .popup-wrap .desc-item.active .icon {
        background: #0237ac url(../img/lx/icon_g.png) no-repeat center center; }
      .popup-wrap .desc-item .icon {
        width: 18px;
        height: 18px;
        background: #dcddde;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle; }
      .popup-wrap .desc-item .name {
        font-size: 16px;
        color: #333;
        vertical-align: middle; }
    .popup-wrap .btn {
      width: 140px;
      height: 45px;
      line-height: 45px;
      font-size: 15px; }
      .popup-wrap .btn .arrow {
        width: 20px;
        margin-top: -5px; }

  .footer .cont {
    padding: 30px 0;
    flex-wrap: wrap; }
  .footer .info {
    width: 100%; }
    .footer .info .logo {
      width: 300px;
      height: auto;
      margin: 0 auto;
      display: block; }
    .footer .info .desc-wrap {
      width: 100%; }
  .footer .desc-wrap {
    display: flex;
    justify-content: space-between;
    padding: 30px 15px 20px;
    flex-wrap: wrap; }
  .footer .desc-list {
    margin-right: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px; }
    .footer .desc-list .tit {
      margin-right: 15px;
      margin-bottom: 0; }
    .footer .desc-list .item {
      margin-right: 7px;
      margin-bottom: 0; }
  .footer .qrcode-wrap {
    margin: 0 auto; }

  .allright {
    font-size: 13px;
    padding: 15px; }

  #loading .icon {
    width: 80px; } }
.overlay1 {
  background-color: #F8F8F8;
  position: absolute;
  width: 100%;
  height: 33.3333%;
  left: 0;
  top: 0;
  z-index: 99; }

.overlay2 {
  background-color: #F8F8F8;
  position: absolute;
  width: 100%;
  height: 33.3333%;
  left: 0;
  top: 33.3333%;
  z-index: 99; }

.overlay3 {
  background-color: #F8F8F8;
  position: absolute;
  width: 100%;
  height: 33.3333%;
  left: 0;
  top: 66.6666%;
  z-index: 99; }

/* 小屏幕（平板，大于等于 768px 小于991px） */
@media (min-width: 768px) and (max-width: 991px) {
  .ban-img {
    height: 350px; }

  .footer .desc-list {
    margin-right: 8px; } }
/* 中等屏幕（桌面显示器，大于等于 992px 小于1199px） */
@media (min-width: 992px) and (max-width: 1199px) {
  .ban-img {
    height: 400px; }

  .footer .desc-list {
    margin-right: 15px; }

  .head .logo {
    margin-top: 12px;
    display: inline-block; }
    .head .logo img {
      width: 250px;
      height: auto; }

  .head .nav-list li {
    padding: 20px 8px; } }
/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
  .ban-img {
    height: 580px; }

  .head .nav-list li {
    font-size: 16px; }

  .head .logo {
    margin-top: 12px;
    display: inline-block; }
    .head .logo img {
      width: 250px;
      height: auto; } }
@media (min-width: 1400px) {
  .container {
    width: 1400px; }

  .head .logo {
    margin-top: 0; }
    .head .logo img {
      width: 387px;
      height: 40px; } }
@media (min-width: 1500px) {
  .container {
    width: 1500px; } }
.layui-layer-loading .layui-layer-loading1 {
  margin: 0 auto; }

/*# sourceMappingURL=public.css.map */
