html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

#container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /*IE6不识别min-height*/
  position: relative;
}

.main-wrap {
  margin: 0 auto;
  min-height: calc(100% - 279px);
  padding-bottom: 279px;
  /*等于footer的高度*/
}

/* header */
.header .top-nav-wrap {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #333;
  display: flex;
  align-items: center;
}

.header .top-nav-wrap .inner-wrap {
  position: relative;
  color: #b0b0b0;
  margin: 0 auto;
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .top-nav-wrap .inner-wrap .loading-info {
  /* position: absolute;
  right: 0;
  top: 0; */
}

.header .top-nav-wrap .inner-wrap .loading-info > div:hover .slt-box {
  display: block;
}

.header .top-nav-wrap .inner-wrap .loading-info > div > img,
.header .top-nav-wrap .inner-wrap .loading-info > div > a > img {
  vertical-align: top;
  /* margin-top: 11px; */
  width: 17px;
  height: 17px;
  border-radius: 50%;
}

.header .top-nav-wrap .inner-wrap .loading-info > div > span,
.header .top-nav-wrap .inner-wrap .loading-info > div > a > span {
  margin-left: 6px;
  /* height: 14px; */
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #b0b0b0;
}

.header .top-nav-wrap .inner-wrap .loading-info > div > .slt-box {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  width: 118px;
  height: 155px;
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  z-index: 99;
  text-align: center;
  padding-left: 6px;
}

.header .top-nav-wrap .inner-wrap .loading-info > div > .slt-box > img {
  position: absolute;
  top: -8px;
  right: 8px;
}

.header .top-nav-wrap .inner-wrap .loading-info > div > .slt-box > a {
  display: block;
}

.header .top-nav-wrap .inner-wrap .loading-info > div > .slt-box > a:hover {
  color: #004f94;
}

.header .top-nav-wrap .inner-wrap .loading-info > a:hover {
  color: #004f94;
}

.header .nav-bar-wrap {
  position: relative;
  margin: 0 auto;
  padding: 28px 0 27px;
  width: 1200px;
  height: 45px;
  line-height: 45px;
  display: flex;
  align-items: center;
}

.header .nav-bar-wrap .logo {
  /* position: absolute;
  left: 0; */
  width: 210px;
  /* height: 63px; */
}
.header .nav-bar-wrap .nav-bar-wrap-logo {
  display: flex;
  align-items: center;
}

.header .nav-bar-wrap > ul {
  /* margin-left: 218px; */
}

.header .nav-bar-wrap > ul > li {
  display: inline-block;
  margin: 0 12px;
}

.header .nav-bar-wrap > ul > li > a {
  font-family: Microsoft YaHei;
  display: block;
  padding: 0 6px;
  height: 36px;
  line-height: 36px;
  color: #222;
}

.header .nav-bar-wrap > ul > li .active {
  color: #004f94;
  border-bottom: 2px solid #004f94;
  font-weight: bold;
  box-sizing: border-box;
}

.header .nav-bar-wrap .slt-wrap {
  position: absolute;
  top: 28px;
  right: 0;
  height: 50px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.header .nav-bar-wrap .slt-wrap select {
  height: 50px;
  line-height: 50px;
  min-width: 85px;
  padding-left: 5px;
  background: #fff;
  border: none;
  border-top: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
  border-left: solid 1px #e0e0e0;
  color: #333333;
  font-size: 14px;
  outline: none;
  text-align: center;
  text-align-last: center;
  /*去掉默认的下拉三角*/
  /*appearance:none;*/
  /*-moz-appearance:none;*/
  /*-webkit-appearance:none;*/
}

.header .nav-bar-wrap .slt-wrap > input {
  padding: 0 8px;
  width: 245px;
  height: 48px;
  line-height: 48px;
  outline: none;
  border: solid 1px #e0e0e0;
}

.header .nav-bar-wrap .slt-wrap > input::placeholder {
  color: #999;
}

.header .nav-bar-wrap .slt-wrap > a {
  position: absolute;
  top: -1px;
  right: 0;
  display: block;
  width: 53px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #004f94;
}

.header .nav-bar-wrap .slt-wrap > a > img {
  vertical-align: top;
  margin-top: 14px;
  width: 22px;
  height: 22px;
}

/* footer */
.footer {
  background: #333333;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 210px;
  /*脚部的高度*/
  clear: both;
  overflow: hidden;
}

.footer .inner {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  height: 210px;
}
.footer .inner .foot_box_a {
  display: flex;
  padding: 48px 0;
}
.footer .inner .foot_box_a a {
  ffont-size: 16px;
  color: #9b9ea0;
  margin-right: 35px;
  transition: color 0.3s;
}
.footer .inner .foot_box_b {
  color: #73777a;
  font-size: 14px;
  margin-top: 10px;
  margin: 0 0 10px;
  word-wrap: break-word;
}
.footer .english-footer{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height:100%
}
.footer .english-footer .logo{
	width: 48px;
	height: 45px;
	margin-right: 10px;
}
.footer .english-footer .logo_name{
	color:#004F93;
	font-size: 28px;
}
.footer .english-footer .logo_desc{
	color:#AFAFAF;
	margin-top: 20px;
	font-size: 14px;
}
.footer .inner .foot_box_c {
}
.footer .footer-image-wrap {
  margin-top: 88px;
  vertical-align: top;
  display: inline-block;
  height: 35px;
}

.footer .footer-image-wrap > img {
  margin-right: 30px;
  width: 105px;
  height: 35px;
}

.footer .footer-text-wrap {
  margin-top: 60px;
  vertical-align: top;
  display: inline-block;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #b0b0b0;
  line-height: 30px;
  height: 90px;
}
.footer .footer-a{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #b0b0b0;
    text-decoration: underline;
}

.footer .qr-wrap {
  position: absolute;
  top: 28px;
  right: 0;
  width: 275px;
}

.footer .inner .qr-wrap > div {
  float: right;
  width: 126px;
  text-align: center;
}

.footer .inner .qr-wrap > div > img {
  width: 100%;
  height: auto;
}

.footer .inner .qr-wrap > div > p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #b0b0b0;
  line-height: 40px;
}

/* floor */
.floor {
  overflow: hidden;
}

.site-page-content--mall .floor {
  padding-bottom: 10px;
}

.site-page-content--mall .floor + .floor {
  padding-top: 0;
}

.site-page-content--mall .floor + .floor > .block-wrap {
  margin-top: 0;
}

.floor .block-wrap {
  margin: 10px auto;
  width: 1200px;
}

.floor .list-wrap {
  margin: -8px;
  width: 1216px;
  text-align: left;
  box-sizing: border-box;
}

.floor .list-wrap > li {
  position: relative;
  float: left;
  width: 25%;
}

.floor .list-wrap > li .box-2 {
  margin: 8px;
  height: 378px;
  overflow: hidden;
  background: #f7f7f7;
}

.floor .list-wrap > li .box-2 > a {
  height: 382px;
  overflow: hidden;
}

.floor .list-wrap > li .box-2 > a > img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  transform: scale3d(1, 1, 1);
}

.floor .list-wrap > li .box-2 > a > img:hover {
  transform: scale3d(1.1, 1.1, 1.1);
  opacity: 0.8;
}

.floor .list-wrap .w-2 {
  width: 50%;
  height: auto;
  overflow: hidden;
}

.floor .list-wrap .g-1 {
  width: 100%;
  height: 179px;
  overflow: hidden;
}

.floor .list-wrap .g-1 .box-2 {
  height: 163px;
}

.floor .list-wrap .g-3 {
  width: 33.3%;
  height: 206px;
  overflow: hidden;
}

.floor .list-wrap .g-3 .box-2 {
  height: 190px;
}

.floor .title-wrap {
  margin: 0 auto;
  position: relative;
  width: 1200px;
  height: 76px;
  line-height: 86px;
}

.floor .title-wrap .title {
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000;
}

.floor .title-wrap .hint {
  margin-left: 48px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999;
}

.floor .title-wrap > a {
  position: absolute;
  right: 0;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-decoration: none;
  color: #999;
}

.floor .title-wrap > a > img {
  margin-left: 5px;
  vertical-align: top;
  margin-top: 34px;
  width: 17px;
  height: 17px;
}

/*  */
div.zxf_pagediv {
  text-align: center;
  color: #999999;
  padding: 20px 20px 40px 0;
}

div.zxf_pagediv a {
  text-decoration: none;
}

div.zxf_pagediv span,
div.zxf_pagediv a {
  display: inline-block;
  box-sizing: border-box;
}

.current {
  color: #1576ca;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #1576ca;
  border-radius: 4px;
}

.zxfPagenum {
  color: #666;
  background: #fff;
  line-height: 36px;
  margin: 0 5px;
  border-radius: 3px;
  width: 36px;
  height: 36px;
  border: 1px solid #dbdbdb;
}

.nextpage {
  margin: 0 5px;
}

.nextbtn,
.prebtn,
span.disabled {
  color: #666;
  background: #fff;
  width: 88px;
  height: 42px;
  line-height: 42px;
  border-radius: 3px;
}

.zxfinput {
  width: 50px;
  height: 42px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  margin: 0 12px;
  border-radius: 3px;
  color: #666;
}

.zxfokbtn {
  width: 48px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #e6e6e6;
  margin-left: 10px;
  cursor: pointer;
  border-radius: 3px;
  background: #fff;
}

div.zxf_pagediv input::-webkit-outer-spin-button,
div.zxf_pagediv input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

div.zxf_pagediv input[type="number"] {
  -moz-appearance: textfield;
}

/*  */
.breadcrumb {
  width: 100%;
  line-height: 40px;
  height: 40px;
  background: #f5f5f5;
}

.breadcrumb .inner {
  margin: 0 auto;
  width: 1200px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333;
}

.breadcrumb .inner a:hover {
  color: #004f94 !important;
}

.breadcrumb .inner > span {
  color: #999;
}

.m-b-60 {
  margin-bottom: 60px;
}

/*!
 * jquery-confirm v2.5.1 (http://craftpip.github.io/jquery-confirm/)
 * Author: boniface pereira
 * Website: www.craftpip.com
 * Contact: hey@craftpip.com
 *
 * Copyright 2013-2016 jquery-confirm
 * Licensed under MIT (https://github.com/craftpip/jquery-confirm/blob/master/LICENSE)
 */
@-webkit-keyframes jconfirm-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes jconfirm-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

body.jconfirm-noscroll {
  overflow: hidden !important;
}

.jconfirm {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  font-family: inherit;
  overflow: hidden;
}

.jconfirm .jconfirm-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.jconfirm .jconfirm-bg.seen {
  opacity: 1;
}

.jconfirm .jconfirm-scrollpane {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-perspective-origin: center;
  perspective-origin: center;
}

.jconfirm .jconfirm-box {
  background: white;
  border-radius: 4px;
  position: relative;
  outline: none;
  padding: 15px 15px 0;
}

.jconfirm .jconfirm-box div.closeIcon {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  opacity: 0.6;
  text-align: center;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
  display: none;
  font-size: 27px;
  line-height: 14px;
}

.jconfirm .jconfirm-box div.closeIcon .fa {
  font-size: 16px;
}

.jconfirm .jconfirm-box div.closeIcon .glyphicon {
  font-size: 16px;
}

.jconfirm .jconfirm-box div.closeIcon .zmdi {
  font-size: 16px;
}

.jconfirm .jconfirm-box div.closeIcon:hover {
  opacity: 1;
}

.jconfirm .jconfirm-box div.title-c {
  display: block;
  font-size: 22px;
  line-height: 20px;
  text-align: center;
  margin: 20px auto;
}

.jconfirm .jconfirm-box div.title-c .icon-c {
  font-size: inherit;
  padding-bottom: 15px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.jconfirm .jconfirm-box div.title-c .icon-c i {
  vertical-align: middle;
}

.jconfirm .jconfirm-box div.title-c .icon-c:empty {
  display: none;
}

.jconfirm .jconfirm-box div.title-c .title {
  font-size: inherit;
  font-family: inherit;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 15px;
}

.jconfirm .jconfirm-box div.title-c .title:empty {
  display: none;
}

.jconfirm .jconfirm-box div.content-pane {
  margin-bottom: 15px;
  height: auto;
  -webkit-transition: height 0.4s ease-in;
  transition: height 0.4s ease-in;
  display: inline-block;
  width: 100%;
  position: relative;
}

.jconfirm .jconfirm-box div.content-pane .content {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  right: 0;
  text-align: center;
  /* font-size: 20px; */
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000;
}

.jconfirm .jconfirm-box div.content-pane .content img {
  width: 100%;
  height: auto;
}

.jconfirm .jconfirm-box div.content-pane .content:empty {
  display: none;
}

.jconfirm .jconfirm-box div.content-pane .content:empty.loading {
  height: 40px;
  position: relative;
  opacity: 0.6;
  display: block;
}

.jconfirm .jconfirm-box div.content-pane .content:empty.loading:before {
  content: "";
  height: 20px;
  width: 20px;
  border: solid 2px transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  border-radius: 50%;
  -webkit-animation: jconfirm-rotate 1s infinite linear;
  animation: jconfirm-rotate 1s infinite linear;
  border-bottom-color: #aaa;
  top: 50%;
  margin-top: -10px;
}

.jconfirm .jconfirm-box div.content-pane .content:empty.loading:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -15px;
}

.jconfirm .jconfirm-box .buttons {
  padding-bottom: 15px;
}

.jconfirm .jconfirm-box .buttons button + button {
  margin-left: 5px;
}

.jconfirm .jquery-clear {
  clear: both;
}

.jconfirm.rtl {
  direction: rtl;
}

.jconfirm.rtl div.closeIcon {
  left: 12px;
  right: auto;
}

.jconfirm.jconfirm-white .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.2);
}

.jconfirm.jconfirm-white .jconfirm-box {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  width: 450px;
  position: absolute;
  left: 50%;
  margin-left: -225px;
}

.jconfirm.jconfirm-white .jconfirm-box .buttons {
  width: 100%;
  text-align: center;
  margin: 20px auto;
}

.jconfirm.jconfirm-white .jconfirm-box .buttons button {
  display: inline-block;
  border: none;
  background-image: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
  color: white;
  height: 50px;
  background: #ff3333;
  width: 156px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
}

.jconfirm.jconfirm-white .jconfirm-box .buttons button.btn-default {
  box-shadow: none;
  color: #333;
  width: 156px;
  height: 50px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  background: #d1d1d1;
}

.jconfirm.jconfirm-white .jconfirm-box .buttons button.btn-default:hover {
  background: #ddd;
}

.jconfirm.jconfirm-black .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.5);
}

.jconfirm.jconfirm-black .jconfirm-box {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background: #444;
  border-radius: 5px;
  color: white;
}

.jconfirm.jconfirm-black .jconfirm-box .buttons {
  float: right;
}

.jconfirm.jconfirm-black .jconfirm-box .buttons button {
  border: none;
  background-image: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
  color: white;
}

.jconfirm.jconfirm-black .jconfirm-box .buttons button.btn-default {
  box-shadow: none;
  color: #fff;
  background: none;
}

.jconfirm.jconfirm-black .jconfirm-box .buttons button.btn-default:hover {
  background: #666;
}

.jconfirm .jconfirm-box.hilight {
  -webkit-animation: hilight 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: hilight 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-webkit-keyframes hilight {
  10%,
  90% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }

  20%,
  80% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }

  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-8px, 0, 0);
    transform: translate3d(-8px, 0, 0);
  }

  40%,
  60% {
    -webkit-transform: translate3d(8px, 0, 0);
    transform: translate3d(8px, 0, 0);
  }
}

@keyframes hilight {
  10%,
  90% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }

  20%,
  80% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }

  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-8px, 0, 0);
    transform: translate3d(-8px, 0, 0);
  }

  40%,
  60% {
    -webkit-transform: translate3d(8px, 0, 0);
    transform: translate3d(8px, 0, 0);
  }
}

/*Transition rules*/
.jconfirm {
  -webkit-perspective: 400px;
  perspective: 400px;
}

.jconfirm .jconfirm-box {
  opacity: 1;
  -webkit-transition-property: -webkit-transform, opacity, box-shadow;
  transition-property: transform, opacity, box-shadow;
}

.jconfirm .jconfirm-box.anim-top,
.jconfirm .jconfirm-box.anim-left,
.jconfirm .jconfirm-box.anim-right,
.jconfirm .jconfirm-box.anim-bottom,
.jconfirm .jconfirm-box.anim-opacity,
.jconfirm .jconfirm-box.anim-zoom,
.jconfirm .jconfirm-box.anim-scale,
.jconfirm .jconfirm-box.anim-none,
.jconfirm .jconfirm-box.anim-rotate,
.jconfirm .jconfirm-box.anim-rotatex,
.jconfirm .jconfirm-box.anim-rotatey,
.jconfirm .jconfirm-box.anim-scaley,
.jconfirm .jconfirm-box.anim-scalex {
  opacity: 0;
}

.jconfirm .jconfirm-box.anim-rotate {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.jconfirm .jconfirm-box.anim-rotatex {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.jconfirm .jconfirm-box.anim-rotatexr {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.jconfirm .jconfirm-box.anim-rotatey {
  -webkit-transform: rotatey(90deg);
  -ms-transform: rotatey(90deg);
  transform: rotatey(90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.jconfirm .jconfirm-box.anim-rotateyr {
  -webkit-transform: rotatey(-90deg);
  -ms-transform: rotatey(-90deg);
  transform: rotatey(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.jconfirm .jconfirm-box.anim-scaley {
  -webkit-transform: scaley(1.5);
  -ms-transform: scaley(1.5);
  transform: scaley(1.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.jconfirm .jconfirm-box.anim-scalex {
  -webkit-transform: scalex(1.5);
  -ms-transform: scalex(1.5);
  transform: scalex(1.5);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.jconfirm .jconfirm-box.anim-top {
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

.jconfirm .jconfirm-box.anim-left {
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

.jconfirm .jconfirm-box.anim-right {
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

.jconfirm .jconfirm-box.anim-bottom {
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

.jconfirm .jconfirm-box.anim-zoom {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.jconfirm .jconfirm-box.anim-scale {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.jconfirm .jconfirm-box.anim-none {
  display: none;
}

.jconfirm.jconfirm-supervan .jconfirm-bg {
  background-color: rgba(54, 70, 93, 0.95);
}

.jconfirm.jconfirm-supervan .jconfirm-box {
  background-color: transparent;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.closeIcon {
  color: white;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.title-c {
  text-align: center;
  color: white;
  font-size: 28px;
  font-weight: normal;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.title-c > * {
  padding-bottom: 25px;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.content-pane {
  margin-bottom: 25px;
}

.jconfirm.jconfirm-supervan .jconfirm-box div.content {
  text-align: center;
  color: white;
}

.jconfirm.jconfirm-supervan .jconfirm-box .buttons {
  text-align: center;
}

.jconfirm.jconfirm-supervan .jconfirm-box .buttons button {
  font-size: 16px;
  border-radius: 2px;
  background: #303f53;
  text-shadow: none;
  border: none;
  color: white;
  padding: 10px;
  min-width: 100px;
}

.jconfirm.jconfirm-material .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.67);
}

.jconfirm.jconfirm-material .jconfirm-box {
  background-color: white;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2),
    0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  padding: 30px 25px 10px 25px;
}

.jconfirm.jconfirm-material .jconfirm-box div.closeIcon {
  color: rgba(0, 0, 0, 0.87);
}

.jconfirm.jconfirm-material .jconfirm-box div.title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 22px;
  font-weight: bold;
}

.jconfirm.jconfirm-material .jconfirm-box div.content {
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
}

.jconfirm.jconfirm-material .jconfirm-box .buttons {
  text-align: right;
}

.jconfirm.jconfirm-material .jconfirm-box .buttons button {
  text-transform: uppercase;
  font-weight: 500;
}

.jconfirm.jconfirm-bootstrap .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.21);
}

.jconfirm.jconfirm-bootstrap .jconfirm-box {
  background-color: white;
  box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.2);
  border: solid 1px rgba(0, 0, 0, 0.4);
  padding: 15px 0 0;
}

.jconfirm.jconfirm-bootstrap .jconfirm-box div.closeIcon {
  color: rgba(0, 0, 0, 0.87);
}

.jconfirm.jconfirm-bootstrap .jconfirm-box div.title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 22px;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
}

.jconfirm.jconfirm-bootstrap .jconfirm-box div.content {
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
  padding: 0px 15px;
}

.jconfirm.jconfirm-bootstrap .jconfirm-box .buttons {
  text-align: right;
  padding: 0px 0 0px;
  margin: -5px 0 0px;
  border-top: solid 1px #ddd;
  overflow: hidden;
  border-radius: 0 0 4px 4px;
}

.jconfirm.jconfirm-bootstrap .jconfirm-box .buttons button {
  font-weight: 500;
  border-radius: 0px;
  margin: 0;
  border-left: solid 1px #ddd;
}

.preloader-box {
  text-align: center;
  height: 30px;
  line-height: 30px;
}

.preloader-box > img {
  width: 30px;
  height: 30px;
  vertical-align: top;
}

.preloader-box > span {
  margin-left: 10px;
  font-size: 16px;
  color: #999999;
}

.status-404-wrap {
  text-align: center;
}

.status-404-wrap > img {
  vertical-align: top;
  margin-top: 20px;
  width: 576px;
  height: auto;
}

.status-404-wrap > p {
  font-size: 20px;
  font-weight: 400;
  color: #ff8957;
  line-height: 30px;
}

.status-500-wrap {
  text-align: center;
}

.status-500-wrap > img {
  vertical-align: top;
  margin-top: 100px;
  width: 400px;
  height: auto;
}

.status-500-wrap > p {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 400;
  color: #ff8957;
  line-height: 30px;
}

.no-data-box {
  margin: 30px auto;
  text-align: center;
}

.no-data-box > img {
  width: 183px;
  height: 178px;
}

.no-data-box > p {
  margin-top: 28px;
  height: 25px;
  font-size: 26px;
  font-weight: 500;
  color: #999999;
}
.yjy_logo_a {
  width: 300px;
  height: 60px;
  background: url("/images/yjy/logo_a.png") no-repeat;
  background-size: 100%;
}
.flex{
    display: flex;
    align-items: center;
}
.flex-center{
    justify-content: center;
}
.flex-between{
    justify-content: space-between;
}
.marquee-box{
    width:48%;
}
.marquee-title{
    width: 592px;
    line-height: 40px;
    background: #004F94;
    text-align: center;
    font-size: 20px;
    color:#fff;
}
.marquee-item{
    font-size: 18px;
    color:#999;
    line-height: 34px;
}
.marquee_text{
    padding:0 24px;
    position: absolute;
    top:0;
}
.pos-rela,.pos-rela-b{
    height: 160px;
    position: relative;
    overflow: hidden;
}
.detail-decription{
    padding:20px 0;
}
