/* mixin */
@-moz-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* base */
*,
::before,
::after {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  min-height: 100%;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
body {
  font: 12px/1 'Microsoft Yahei', Arial, sans-serif;
  color: #333;
  background-color: #fff;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -moz-user-focus: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a:hover {
  color: #333;
}
button,
input[type='button'],
input[type='submit'],
input[type='reset'] {
  cursor: pointer;
}
input,
textarea,
select {
  outline: 0;
}
.pink-color {
  color: #f16cf9;
}
.blue-color {
  color: #094488;
}
.green-color {
  color: #31aa87;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.pull-none {
  float: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
.hidden {
  display: none;
}
.no-border {
  border: 0 !important;
}
.ls-n {
  padding: 0;
  margin: 0;
  list-style: none;
}
.o-h {
  overflow: hidden;
}
.animated {
  visibility: visible !important;
}
.tb {
  display: table;
  width: 100%;
  height: 100%;
}
.tb .tbc {
  display: table-cell;
  vertical-align: middle;
}
.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.container {
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 1220px) {
  .container {
    width: auto;
  }
}
[data-col='1'] {
  width: 8.33333333% !important;
}
@media (max-width: 1200px) {
  [data-col='1'] {
    width: 100% !important;
  }
}
[data-col='2'] {
  width: 16.66666666% !important;
}
@media (max-width: 1200px) {
  [data-col='2'] {
    width: 100% !important;
  }
}
[data-col='3'] {
  width: 25% !important;
}
@media (max-width: 1200px) {
  [data-col='3'] {
    width: 100% !important;
  }
}
[data-col='4'] {
  width: 33.33333333% !important;
}
@media (max-width: 1200px) {
  [data-col='4'] {
    width: 100% !important;
  }
}
[data-col='5'] {
  width: 41.66666666% !important;
}
@media (max-width: 1200px) {
  [data-col='5'] {
    width: 100% !important;
  }
}
[data-col='6'] {
  width: 50% !important;
}
@media (max-width: 1200px) {
  [data-col='6'] {
    width: 100% !important;
  }
}
[data-col='7'] {
  width: 58.33333333% !important;
}
@media (max-width: 1200px) {
  [data-col='7'] {
    width: 100% !important;
  }
}
[data-col='8'] {
  width: 66.66666666% !important;
}
@media (max-width: 1200px) {
  [data-col='8'] {
    width: 100% !important;
  }
}
[data-col='9'] {
  width: 75% !important;
}
@media (max-width: 1200px) {
  [data-col='9'] {
    width: 100% !important;
  }
}
[data-col='10'] {
  width: 83.33333333% !important;
}
@media (max-width: 1200px) {
  [data-col='10'] {
    width: 100% !important;
  }
}
[data-col='11'] {
  width: 91.66666666% !important;
}
@media (max-width: 1200px) {
  [data-col='11'] {
    width: 100% !important;
  }
}
[data-col='12'] {
  width: 100% !important;
}
@media (max-width: 1200px) {
  [data-col='12'] {
    width: 100% !important;
  }
}
.icon1 {
  background-image: url('../images/icon1.png');
}
.icon2 {
  background-image: url('../images/icon2.png');
}
.icon3 {
  background-image: url('../images/icon3.png');
}
.icon4 {
  background-image: url('../images/icon4.png');
}
.icon5 {
  background-image: url('../images/icon5.png');
}
.icon6 {
  background-image: url('../images/icon6.png');
}
.icon7 {
  background-image: url('../images/icon7.png');
}
.icon8 {
  background-image: url('../images/icon8.png');
}
.icon9 {
  background-image: url('../images/icon9.png');
}
.icon10 {
  background-image: url('../images/icon10.png');
}
.icon11 {
  background-image: url('../images/icon11.png');
}
.icon12 {
  background-image: url('../images/icon12.png');
}
.icon13 {
  background-image: url('../images/icon13.png');
}
.icon14 {
  background-image: url('../images/icon14.png');
}
.icon15 {
  background-image: url('../images/icon15.png');
}
.icon16 {
  background-image: url('../images/icon16.png');
}
.icon17 {
  background-image: url('../images/icon17.png');
}
.icon18 {
  background-image: url('../images/icon18.png');
}
.icon19 {
  background-image: url('../images/icon19.png');
}
.icon20 {
  background-image: url('../images/icon20.png');
}
.icon21 {
  background-image: url('../images/icon21.png');
}
.icon22 {
  background-image: url('../images/icon22.png');
}
.icon23 {
  background-image: url('../images/icon23.png');
}
.icon24 {
  background-image: url('../images/icon24.png');
}
.icon25 {
  background-image: url('../images/icon25.png');
}
.icon26 {
  background-image: url('../images/icon26.png');
}
.icon27 {
  background-image: url('../images/icon27.png');
}
.icon28 {
  background-image: url('../images/icon28.png');
}
.icon29 {
  background-image: url('../images/icon29.png');
}
.icon30 {
  background-image: url('../images/icon30.png');
}
.icon31 {
  background-image: url('../images/icon31.png');
}
.icon32 {
  background-image: url('../images/icon32.png');
}
.icon33 {
  background-image: url('../images/icon33.png');
}
.icon34 {
  background-image: url('../images/icon34.png');
}
.icon35 {
  background-image: url('../images/icon35.png');
}
.icon36 {
  background-image: url('../images/icon36.png');
}
.icon37 {
  background-image: url('../images/icon37.png');
}
.icon38 {
  background-image: url('../images/icon38.png');
}
.icon39 {
  background-image: url('../images/icon39.png');
}
.icon40 {
  background-image: url('../images/icon40.png');
}
.icon41 {
  background-image: url('../images/icon41.png');
}
.icon42 {
  background-image: url('../images/icon42.png');
}
.icon43 {
  background-image: url('../images/icon43.png');
}
.icon44 {
  background-image: url('../images/icon44.png');
}
.icon45 {
  background-image: url('../images/icon45.png');
}
.icon46 {
  background-image: url('../images/icon46.png');
}
.icon47 {
  background-image: url('../images/icon47.png');
}
.icon48 {
  background-image: url('../images/icon48.png');
}
.icon49 {
  background-image: url('../images/icon49.png');
}
.icon50 {
  background-image: url('../images/icon50.png');
}
.icon51 {
  background-image: url('../images/icon51.png');
}
.icon52 {
  background-image: url('../images/icon52.png');
}
.icon53 {
  background-image: url('../images/icon53.png');
}
.icon54 {
  background-image: url('../images/icon54.png');
}
.icon55 {
  background-image: url('../images/icon55.png');
}
.icon56 {
  background-image: url('../images/icon56.png');
}
.icon57 {
  background-image: url('../images/icon57.png');
}
.icon58 {
  background-image: url('../images/icon58.png');
}
.icon59 {
  background-image: url('../images/icon59.png');
}
.icon60 {
  background-image: url('../images/icon60.png');
}
.icon61 {
  background-image: url('../images/icon61.png');
}
.icon62 {
  background-image: url('../images/icon62.png');
}
.icon63 {
  background-image: url('../images/icon63.png');
}
.icon64 {
  background-image: url('../images/icon64.png');
}
.icon65 {
  background-image: url('../images/icon65.png');
}
.icon66 {
  background-image: url('../images/icon66.png');
}
.icon67 {
  background-image: url('../images/icon67.png');
}
.icon68 {
  background-image: url('../images/icon68.png');
}
.icon69 {
  background-image: url('../images/icon69.png');
}
.icon70 {
  background-image: url('../images/icon70.png');
}
.icon71 {
  background-image: url('../images/icon71.png');
}
.icon72 {
  background-image: url('../images/icon72.png');
}
.icon73 {
  background-image: url('../images/icon73.png');
}
.icon74 {
  background-image: url('../images/icon74.png');
}
.icon75 {
  background-image: url('../images/icon75.png');
}
.icon76 {
  background-image: url('../images/icon76.png');
}
.icon77 {
  background-image: url('../images/icon77.png');
}
.icon78 {
  background-image: url('../images/icon78.png');
}
.icon79 {
  background-image: url('../images/icon79.png');
}
.icon80 {
  background-image: url('../images/icon80.png');
}
.icon81 {
  background-image: url('../images/icon81.png');
}
.icon82 {
  background-image: url('../images/icon82.png');
}
.icon83 {
  background-image: url('../images/icon83.png');
}
.icon84 {
  background-image: url('../images/icon84.png');
}
.icon85 {
  background-image: url('../images/icon85.png');
}
.icon86 {
  background-image: url('../images/icon86.png');
}
.icon87 {
  background-image: url('../images/icon87.png');
}
.icon88 {
  background-image: url('../images/icon88.png');
}
.icon89 {
  background-image: url('../images/icon89.png');
}
.icon90 {
  background-image: url('../images/icon90.png');
}
.icon91 {
  background-image: url('../images/icon91.png');
}
.icon92 {
  background-image: url('../images/icon92.png');
}
.icon93 {
  background-image: url('../images/icon93.png');
}
.icon94 {
  background-image: url('../images/icon94.png');
}
.icon95 {
  background-image: url('../images/icon95.png');
}
.icon96 {
  background-image: url('../images/icon96.png');
}
.icon97 {
  background-image: url('../images/icon97.png');
}
.icon98 {
  background-image: url('../images/icon98.png');
}
.icon99 {
  background-image: url('../images/icon99.png');
}
.icon100 {
  background-image: url('../images/icon100.png');
}
@media (max-width: 750px) {
  ::-webkit-scrollbar {
    display: none;
  }
}
.flex-block {
  display: flex;
}
.flex-block.wrap {
  flex-wrap: wrap;
}
.flex-block.column {
  flex-direction: column;
}
.flex-block.rr {
  flex-direction: row-reverse;
}
.flex-block.jc-c {
  justify-content: center;
}
.flex-block.jc-sb {
  justify-content: space-between;
}
.flex-block.jc-fe {
  justify-content: flex-end;
}
.flex-block.ai-fs {
  align-items: flex-start;
}
.flex-block.ai-c {
  align-items: center;
}
.flex-block.ai-fe {
  align-items: flex-end;
}
.flex-block .flex-1 {
  flex: 1;
}
.scale-handler {
  overflow: hidden;
}
.scale-handler:hover .scale-pic {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.scale-handler .scale-pic {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.custom-select {
  position: relative;
  z-index: 8;
  display: inline-block;
}
.custom-select .handler {
  cursor: pointer;
}
.custom-select .drop-list {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: none;
  background-color: rgba(255, 255, 255, 0.8);
}
.custom-select .drop-list .item {
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.custom-select .drop-list .item:hover {
  color: #fff;
  background-color: #094488;
}
[data-tabs-to] {
  cursor: pointer;
}
.main-pagination {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.main-pagination .swiper-pagination-bullet {
  width: 1px;
  height: 21px;
  margin: 0 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background-color: #333;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main-pagination .swiper-pagination-bullet-active {
  height: 42px;
  background-color: #d61523;
}
@media (max-width: 1200px) {
  .main-pagination .swiper-pagination-bullet {
    height: 10px;
    margin: 0 5px;
  }
  .main-pagination .swiper-pagination-bullet-active {
    height: 18px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .bd {
  position: relative;
  z-index: 3;
  padding: 27px 31px 27px 44px;
}
.header .bd .logo .blue {
  display: none;
}
.header .bd .nav ul li + li {
  margin-left: 45px;
}
.header .bd .nav ul li > a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.header .bd .nav ul li > a.has-sub {
  padding-right: 26px;
  background: url('../images/icon1.png') no-repeat right center;
}
.header .bd .btn-menu {
  display: none;
  width: 30px;
  height: 30px;
  background: url('../images/menu_white.png') no-repeat center / auto 60%;
}
.header .sub-nav {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  padding-right: 33px;
}
.header .sub-nav ul li a {
  display: block;
  height: 72px;
  line-height: 72px;
  overflow: hidden;
  padding: 0 25px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.header.active,
.header.white {
  background-color: #fff;
}
.header.active .bd,
.header.white .bd {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 82, 126, 0.1);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 82, 126, 0.1);
  -ms-box-shadow: 0 2px 8px 0 rgba(0, 82, 126, 0.1);
  box-shadow: 0 2px 8px 0 rgba(0, 82, 126, 0.1);
}
.header.active .bd .logo .white,
.header.white .bd .logo .white {
  display: none;
}
.header.active .bd .logo .blue,
.header.white .bd .logo .blue {
  display: block;
}
.header.active .bd .nav ul li > a,
.header.white .bd .nav ul li > a {
  color: #373737;
}
.header.active .bd .nav ul li > a.active,
.header.white .bd .nav ul li > a.active,
.header.active .bd .nav ul li > a:hover,
.header.white .bd .nav ul li > a:hover {
  color: #094488;
}
.header.active .bd .nav ul li > a.has-sub,
.header.white .bd .nav ul li > a.has-sub {
  background-image: url('../images/icon2.png');
}
.header.active .bd .nav ul li > a.has-sub:hover,
.header.white .bd .nav ul li > a.has-sub:hover {
  background-image: url('../images/icon3.png');
}
.header.active .bd .btn-menu,
.header.white .bd .btn-menu {
  background-image: url('../images/menu.png');
}
.header.active .sub-nav,
.header.white .sub-nav {
  background-color: #fff;
}
.header.active .sub-nav ul li a,
.header.white .sub-nav ul li a {
  color: #373737;
}
.header.active .sub-nav ul li a:hover,
.header.white .sub-nav ul li a:hover {
  color: #094488;
}
@media (max-width: 1600px) {
  .header .bd {
    padding: 20px;
  }
  .header .bd .logo img {
    height: 40px;
  }
  .header .bd .nav ul li > a {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .header .sub-nav ul li a {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
  .header .bd {
    padding: 10px;
  }
  .header .bd .logo img {
    height: 30px;
  }
  .header .bd .nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 50vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .header .bd .nav.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .header .bd .nav ul li {
    width: 100%;
  }
  .header .bd .nav ul li + li {
    margin-left: 0;
  }
  .header .bd .nav ul li a {
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    color: #fff !important;
  }
  .header .bd .nav ul li a.has-sub {
    background: none !important;
  }
  .header .bd .nav ul li a.active,
  .header .bd .nav ul li a:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
  }
  .header .bd .btn-menu {
    display: block;
  }
  .header .sub-nav {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 8;
    width: 30%;
    height: 100vh;
    padding-right: 0;
    background-color: rgba(0, 0, 0, 0.8) !important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .header .sub-nav.active {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .header .sub-nav ul li {
    width: 100%;
  }
  .header .sub-nav ul li a {
    padding: 0 0 0 10px;
    font-size: 14px;
    color: #fff !important;
  }
}
.read-more {
  display: flex;
  justify-content: center;
  margin-top: 44px;
}
.read-more a {
  padding: 0 25px;
  border: 1px solid #cecece;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  border-radius: 42px;
}
.read-more a:hover {
  border-color: #31aa87;
  background-color: #31aa87;
}
.read-more a:hover span {
  color: #fff;
  background-image: url('../images/arrow2_hv.png');
}
.read-more a span {
  height: 40px;
  line-height: 40px;
  padding-right: 35px;
  font-size: 14px;
  color: #4d4d4d;
  background: url('../images/arrow2.png') no-repeat right center;
}
@media (max-width: 1200px) {
  .read-more {
    margin-top: 20px;
  }
}
.support-list ul {
  margin: -30px -18px;
}
.support-list ul li {
  padding: 30px 18px;
}
.support-list ul li .item {
  display: block;
  overflow: hidden;
  border: 1px solid #cecece;
  -webkit-border-radius: 0 30px 0 30px;
  -moz-border-radius: 0 30px 0 30px;
  -ms-border-radius: 0 30px 0 30px;
  border-radius: 0 30px 0 30px;
}
.support-list ul li .item:hover .desc {
  background-color: #094488;
}
.support-list ul li .item:hover .desc h3 {
  color: #fff;
}
.support-list ul li .item:hover .desc .line {
  background-color: #fff;
}
.support-list ul li .item:hover .desc p {
  color: #fff;
}
.support-list ul li .item:hover .desc .time span {
  color: #fff;
}
.support-list ul li .item:hover .desc .time .arrow {
  background-image: url('../images/arrow1_hv.png');
}
.support-list ul li .item .pic {
  overflow: hidden;
}
.support-list ul li .item .pic img {
  display: block;
  width: 100%;
}
.support-list ul li .item .desc {
  padding: 25px;
}
.support-list ul li .item .desc h3 {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin: 0;
  font-size: 20px;
  color: #000806;
}
.support-list ul li .item .desc .line {
  width: 20px;
  height: 2px;
  margin: 17px 0 78px;
  background-color: #5d5d5d;
}
.support-list ul li .item .desc p {
  line-height: 24px;
  margin: 0;
  font-size: 14px;
  color: #5d5d5d;
}
.support-list ul li .item .desc .time {
  padding-top: 30px;
  margin-top: 40px;
  border-top: 1px solid #d9dada;
}
.support-list ul li .item .desc .time span {
  font-size: 18px;
  color: #4d4d4d;
}
.support-list ul li .item .desc .time .arrow {
  width: 23px;
  height: 23px;
  background: url('../images/arrow1.png') no-repeat center;
}
@media (max-width: 1600px) {
  .support-list ul li .item .desc .line {
    margin: 10px 0 30px;
  }
}
@media (max-width: 1200px) {
  .support-list ul {
    margin: -5px;
  }
  .support-list ul li {
    padding: 5px;
  }
  .support-list ul li .item .desc {
    padding: 10px;
  }
  .support-list ul li .item .desc h3 {
    font-size: 16px;
  }
  .support-list ul li .item .desc .line {
    margin: 5px 0 10px;
  }
  .support-list ul li .item .desc p {
    line-height: 22px;
  }
  .support-list ul li .item .desc .time {
    padding-top: 10px;
    margin-top: 10px;
  }
  .support-list ul li .item .desc .time span {
    font-size: 14px;
  }
}
.main-hd {
  margin-bottom: 54px;
  text-align: center;
}
.main-hd h2 {
  margin: 0;
  font-size: 44px;
  font-weight: normal;
}
.main-hd h3 {
  margin: 15px 0 0;
  font-size: 24px;
  font-style: italic;
  color: #dfdfdf;
}
@media (max-width: 1200px) {
  .main-hd {
    margin-bottom: 10px;
  }
  .main-hd h2 {
    font-size: 18px;
  }
  .main-hd h3 {
    margin-top: 5px;
    font-size: 14px;
  }
}
.partner-list ul {
  margin: -13px;
}
.partner-list ul li {
  padding: 13px;
}
.partner-list ul li .item {
  height: 68px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  font-size: 14px;
  color: #094488;
  background-color: #f1f5f9;
}
.partner-list ul li .item .icon {
  margin-right: 11px;
}
@media (max-width: 1440px) {
  .partner-list ul {
    margin: -10px;
  }
  .partner-list ul li {
    padding: 10px;
  }
}
@media (max-width: 1200px) {
  .partner-list ul {
    margin: -5px;
  }
  .partner-list ul li {
    width: 50% !important;
    padding: 5px;
  }
}
.footer {
  padding: 0 260px;
  color: #fff;
  background: url('../images/bg6.png') no-repeat center / cover;
}
.footer .bd {
  padding: 75px 0 50px;
}
.footer .bd .address {
  margin-left: 142px;
}
.footer .bd .address .item {
  font-size: 14px;
  line-height: 1.8;
}
.footer .bd .address .item + .item {
  margin-top: 17px;
}
.footer .bd .address .item img {
  margin-right: 14px;
}
.footer .bd .address .qrcode {
  margin-top: 28px;
}
.footer .bd .address .qrcode li {
  width: 75px;
}
.footer .bd .address .qrcode li + li {
  margin-left: 20px;
}
.footer .bd .address .qrcode li img {
  display: block;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.footer .bd .address .qrcode li p {
  margin: 15px 0 0;
  font-size: 14px;
  text-align: center;
}
.footer .bd .links {
  width: 466px;
}
.footer .bd .links ul {
  margin: -6px -53px;
}
.footer .bd .links ul li {
  padding: 6px 53px;
}
.footer .bd .links ul li a {
  display: block;
  height: 38px;
  line-height: 38px;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  -ms-border-radius: 38px;
  border-radius: 38px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #31aa87;
}
.footer .ft {
  padding: 36px 0 40px;
  border-top: 1px solid #32639a;
  text-align: center;
}
.footer .ft p {
  line-height: 24px;
  margin: 0;
  font-size: 14px;
}
.footer .ft a {color: #fff;}
@media (max-width: 1600px) {
  .footer {
    padding: 0 80px;
  }
  .footer .bd .address {
    margin-left: 50px;
  }
}
@media (max-width: 1200px) {
  .footer {
    padding: 0 10px;
  }
  .footer .bd {
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
  }
  .footer .bd .address {
    margin: 10px 0;
  }
  .footer .bd .address .item + .item {
    margin-top: 10px;
  }
  .footer .bd .address .qrcode {
    justify-content: center;
  }
  .footer .bd .links {
    width: 100%;
  }
  .footer .bd .links ul {
    margin: -5px;
  }
  .footer .bd .links ul li {
    width: 33.33333333% !important;
    padding: 5px;
  }
  .footer .bd .links ul li a {
    height: 30px;
    line-height: 30px;
  }
  .footer .ft {
    padding: 10px 0;
  }
  .footer .ft p {
    line-height: 22px;
  }
}
body .layui-layer {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  background-color: rgba(102, 102, 102, 0.55);
  -webkit-box-shadow: 0 3px 5px 0 rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0 3px 5px 0 rgba(255, 255, 255, 0.8);
  -ms-box-shadow: 0 3px 5px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 3px 5px 0 rgba(255, 255, 255, 0.8);
}
body .layui-layer-title {
  height: 56px;
  line-height: 56px;
  padding-left: 0;
  margin: 0 20px;
  border-bottom-color: #fff;
  font-size: 18px;
  color: #fff;
}
body .layui-layer-setwin {
  top: 15px;
  right: 20px;
  background-color: #094488;
}
body .layui-layer-setwin span {
  margin: 0;
}
body .layui-layer-setwin .layui-layer-close1 {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  color: #fff;
}
@media (max-width: 1200px) {
  body .layui-layer {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
  }
  body .layui-layer-title {
    height: 40px;
    line-height: 40px;
    margin: 0 10px;
    font-size: 16px;
  }
  body .layui-layer-setwin {
    top: 4px;
    right: 10px;
  }
  body .layui-layer-setwin .layui-layer-close1 {
    font-size: 20px;
  }
}
